/* CSS Document */
html {
  height: 100%;
}
body {
  overflow: auto;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid rgba(9, 36, 61, 0.45);
  outline-offset: 4px;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.home-page-hero {
  height: 794px;
  background-image: url("/images/hathaway-home-hero.webp");
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-page-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
.home-page-hero-message {
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .home-page-hero-video {
    display: none;
  }
}
.home-page-hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.lynx-home-page-hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.home-page-hero-message {
  position: relative;
  z-index: 2;
}
.navigation-desktop {
  position: fixed;
  width: 100%;
  height: 109px;
  z-index: 100;
  background-color: rgba(23, 56, 95, 0);
  transition: background-color 0.35s ease;
}
.navigation-desktop.navigation-scrolled {
  background-color: #17385f;
}
.menu-toggle {
  position: relative;
  width: 50px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
  margin-top: 32px;
  float: left;
}
.menu-line {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #fff;
  border-radius: 999px;
  transform-origin: center center;
  will-change: transform;
}
.menu-line-top {
  top: 16px;
}
.menu-line-bottom {
  top: 28px;
  transition: opacity 0.35s ease;
}
.menu-padding {
  padding-left: 73px;
  padding-right: 73px;
}
.navigation-divider {
  width: 1px;
  height: 90px;
  float: left;
  background-color: #ffffff;
  margin-left: 30px;
  margin-top: 10px;
}
.hathaway-logo {
  width: 125px;
  float: left;
  margin-left: 30px;
  margin-top: 12px;
}
.navigation-bottom-divider {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 8px;
  transition: opacity 0.35s ease;
}
.navigation-desktop.navigation-scrolled .navigation-bottom-divider {
  opacity: 0.2;
}
.slide-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  width: 50vw;
  height: 100vh;
  background: #17385f;
  z-index: 99;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  will-change: transform;
}
.slide-menu-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 170px 70px 70px;
}
.slide-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.slide-menu-list li {
  margin: 0 0 22px;
}
.slide-menu-list a {
  color: #fff;
  text-decoration: none;
  font-family: "psfournier-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 45px;
  line-height: 1.05;
}
.slide-menu-footer {
  margin-top: 0;
  text-align: right;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.slide-menu-footer a {
  color: #fff;
  text-decoration: none;
}
.slide-menu-footer span {
  margin: 0 8px;
}
.home-page-hero-message {
  color: #fff;
  white-space: nowrap;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}
strong {
  font-family: "psfournier-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home-intro-text-section {
  background-color: #17385f;
  padding-top: 45px;
  padding-bottom: 45px;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  position: relative;
  z-index: 10;
}
.home-intro-text {
  position: relative;
}
.home-intro-padding {
  padding-left: 290px;
  padding-right: 180px;
}
.home-steps-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  background-color: #e9e8e7;
}
.home-steps-section-padding {
  padding-left: 176px;
  padding-right: 176px;
}
.process-box {
  height: 430px;
  width: 100%;
}
.process-image-box {
  height: 430px;
  width: 100%;
  background-size: cover;
}
.process-box-1 {
  background-color: #5b7e95;
}
.process-box-2 {
  background-color: #565652;
}
.process-box-3 {
  background-color: #132f54;
}
.process-image-1 {
  background-image: url("/images/process-image-1.webp");
}
.process-image-2 {
  background-image: url("/images/process-image-2.webp");
}
.process-image-3 {
  background-image: url("/images/process-image-3.webp");
}
.process-box-side-box {
  width: 166px;
  float: left;
  height: 430px;
  position: relative;
}
.side-box-1 {
  background-color: #7391a5;
}
.side-box-2 {
  background-color: #6f6f6c;
}
.side-box-3 {
  background-color: #364e6d;
}
.large-number {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}
.large-number-1 {
  width: 111px;
}
.large-number-2 {
  width: 129px;
  right: -5px;
}
.large-number-3 {
  width: 129px;
  right: -1px;
}
.process-box-headline {
  color: #ffffff;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  padding-left: 45px;
  padding-top: 80px;
  line-height: 60px;
  float: left;
}
.discipline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
  color: #e6e5d6;
  float: left;
  padding-left: 45px;
  margin-top: 20px;
}
.discipline-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 3px;
}
.discipline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 54%;
  width: 17px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../images/list-bullet.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-down-arrow {
  width: 9px;
  position: absolute;
  left: -18px;
  top: 20px;
}
.featured-communities {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
  background-color: #e9e8e7;
}
.featured-communities-headline {
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
  text-align: center;
  color: #132f54;
}
.featured-community-box {
  width: 350px;
  height: 430px;
  background-color: #5b7e95;
  margin: auto;
  margin-bottom: 35px;
  margin-top: 60px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.development-portfolio-link:hover .featured-community-box {
  transform: scale(1.02);
  box-shadow: 0 0 24px rgba(9, 36, 61, 0.55);
  z-index: 2;
}
.featured-communities-padding {
  padding-left: 160px;
  padding-right: 160px;
}
.featured-community-box-top {
  width: 350px;
  height: 142px;
  display: flex;
  align-items: center;
  /* vertical centering */
  justify-content: center;
  /* horizontal centering */
}
.featured-community-box-top img {
  max-width: 74%;
  max-height: 70%;
  width: auto;
  height: auto;
  display: block;
}
.featured-community-box-bottom {
  width: 350px;
  height: 288px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.featured-property-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 75px;
}
footer {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #5b7e95;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
}
footer a:link {
  color: #ffffff;
  text-decoration: none;
}
footer a:active {
  color: #ffffff;
  text-decoration: none;
}
footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-column-1 {
  width: 14%;
  float: left;
}
.footer-logo {
  width: 117px;
  margin-top: 10px;
}
.footer-column-2 {
  width: 24.5%;
  float: left;
}
.footer-column-3 {
  width: 17.5%;
  float: left;
}
.footer-column-4 {
  width: 21%;
  float: left;
}
.footer-column-5 {
  width: 23%;
  float: left;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.copyright-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #132f54;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
}
.copyright {
  float: left;
}
.hilltop {
  float: right;
  width: 119px;
  position: relative;
  top: -2px;
}
.about-us-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/hathaway-about-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.about-us-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.about-us-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-image-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  line-height: 60px;
  z-index: 100;
}
.about-us-grey-box-left {
  float: left;
  width: 510px;
  height: 664px;
  background-color: #eeeeed;
  position: relative;
}
.about-us-grey-box-right {
  float: right;
  width: 510px;
  height: 664px;
  background-color: #eeeeed;
  position: relative;
  margin-top: -242px;
}
.demonstrated-success-box {
  float: right;
  width: 960px;
  height: 422px;
}
.demonstrated-success-title {
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
  color: #132f54;
  margin-left: 38px;
  margin-top: 74px;
}
.demonstrated-success-text {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #565652;
  margin-left: 38px;
  margin-top: 25px;
  padding-right: 160px;
}
.market-insight-box {
  float: left;
  width: 960px;
  height: 423px;
  background-color: #ffffff;
}
.market-insight-title {
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
  color: #132f54;
  margin-left: 160px;
  margin-top: 58px;
}
.market-insight-text {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #565652;
  margin-left: 160px;
  margin-top: 25px;
  padding-right: 110px;
}
.creating-value-bar {
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0px;
  top: 471px;
  background-color: #8c4618;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 51px;
  line-height: 51px;
  padding-top: 40px;
}
.grey-box-image {
  width: 100%;
  height: 328px;
  position: absolute;
  left: 0px;
  background-size: cover;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}
.grey-box-1 {
  background-image: url("../images/grey-box-image-1.webp");
  top: 47%;
}
.grey-box-2 {
  background-image: url("../images/grey-box-image-2.webp");
  top: 53%;
}
.development-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/hathaway-development-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.development-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.development-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.development-title {
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 51px;
  line-height: 51px;
  color: #132f54;
  text-align: center;
  letter-spacing: -0.025em;
}
.development-bw-background {
  width: 1300px;
  height: 410px;
  background-image: url("../images/development-bw-background.webp");
  background-size: cover;
  margin-top: 65px;
  position: relative;
  z-index: 1;
}
.development-main-content {
  height: 1300px;
}
.development-overlay {
  width: 530px;
  height: 1300px;
  background-color: rgba(143, 142, 134, 0.15);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.development-green-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 350px;
  height: 250px;
  background-color: #4a6326;
}
.development-red-box {
  position: absolute;
  top: 0px;
  right: 386px;
  width: 350px;
  height: 250px;
  background-color: #8c4618;
}
.development-brown-box {
  position: absolute;
  top: 116px;
  right: 0px;
  width: 350px;
  height: 250px;
  background-color: #675d3e;
}
.box-accent {
  width: 40px;
  height: 250px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.meets-opportunity {
  position: absolute;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 39px;
  color: #ffffff;
  width: 730px;
  right: 0px;
  top: 330px;
}
.meets-opportunity-text {
  width: 730px;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #565652;
  margin-top: 50px;
  margin-left: 575px;
}
.our-leadership-button {
  width: 255px;
  height: 40px;
  background-image: url("../images/hathaway-arrow.svg");
  background-size: cover;
  position: absolute;
  left: 180px;
  top: 605px;
  text-align: left;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding-top: 8px;
  padding-left: 25px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: scale(1);
}
.our-portfolio-button {
  width: 255px;
  height: 40px;
  background-image: url("../images/hathaway-arrow.svg");
  background-size: cover;
  position: absolute;
  left: 180px;
  top: 675px;
  text-align: left;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding-top: 8px;
  padding-left: 25px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: scale(1);
}
.development-overlay-image {
  width: 100%;
  height: 328px;
  position: absolute;
  top: 800px;
  left: 0px;
  background-image: url("../images/development-overlay-image.webp");
  background-size: cover;
}
.development-box-text {
  width: 100%;
  text-align: center;
  padding-left: 40px;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  padding-top: 60px;
  letter-spacing: 0.02em;
}
.development-box-text-large {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 66px;
  line-height: 67px;
  display: inline;
}
.leadership-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/leadership-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.leadership-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.leadership-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.leadership-content {
  background-color: #132f54;
  padding-top: 90px;
  padding-bottom: 70px;
}
.leadership-box {
  width: 350px;
  height: 560px;
  background-color: #5b7e95;
  margin: auto;
  margin-bottom: 40px;
}
.leadership-padding {
  padding-left: 150px;
  padding-right: 150px;
}
.leadership-image {
  width: 100%;
  height: 430px;
  background-size: cover;
  position: relative;
}
.leadership-name {
  font-family: "psfournier-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  color: #e6e5d6;
  width: 100%;
  margin-top: 0px;
}
.leadership-title {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  width: 100%;
  letter-spacing: 0.03em;
}
.leadership-content-details {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
.leadership-link,
.leadership-link:hover,
.leadership-link:focus,
.leadership-link:active {
  text-decoration: none;
}
.leadership-detail-box {
  width: 100%;
  background-color: #ffffff;
  height: 560px;
}
.leadership-box-flush {
  float: left;
}
.leadership-detail-bio {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #565652;
  padding: 30px;
  float: left;
  width: 770px;
}
.back-arrow {
  width: 280px;
  height: 40px;
  background-image: url("../images/back-arrow.svg");
  background-size: cover;
  margin: auto;
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.06em;
  padding-top: 8px;
  padding-left: 40px;
}
.leadership-padding-alt {
  padding-left: 170px;
  padding-right: 170px;
}
.construction-title {
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  color: #132f54;
  text-align: center;
  letter-spacing: -0.025em;
}
.construction-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/hathaway-construction-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.construction-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.construction-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.construction-top-content {
  background-color: #eeeeed;
  height: auto;
}
.hathaway-buttons-construction {
  margin: auto;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  width: 620px;
}
.our-leadership-button-construction {
  width: 255px;
  height: 40px;
  background-image: url("../images/hathaway-arrow.svg");
  background-size: cover;
  position: relative;
  left: auto;
  top: auto;
  text-align: left;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding-top: 8px;
  padding-left: 25px;
  float: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: scale(1);
}
.our-portfolio-button-construction {
  width: 255px;
  height: 40px;
  background-image: url("../images/hathaway-arrow.svg");
  background-size: cover;
  position: relative;
  left: auto;
  top: auto;
  text-align: left;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding-top: 8px;
  padding-left: 25px;
  float: right;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: scale(1);
}
.construction-crane-section {
  width: 988px;
  height: 400px;
  margin: auto;
  margin-top: 30px;
  background-size: cover;
  background-image: url("../images/construction-crane-photo.webp");
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.construction-crane-section-left {
  float: left;
  width: 50%;
  height: 100%;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  padding-top: 55px;
}
.construction-crane-section-right {
  float: right;
  width: 50%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  padding-top: 55px;
}
.construction-crane-section-large {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 66px;
  line-height: 67px;
}
.construction-bottom {
  padding-top: 80px;
  padding-bottom: 90px;
}
.construction-left {
  width: 500px;
  float: left;
}
.construction-right {
  width: 715px;
  padding-left: 45px;
  float: left;
}
.precision-in-every-build {
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
  line-height: 47px;
  color: #132f54;
  margin-left: 236px;
}
.precision-in-every-build-text {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #565652;
}
.precision-in-every-build-text-italic {
  font-family: "psfournier-std", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
  line-height: 37px;
  color: #565652;
  margin-top: 30px;
}
.construction-page-images {
  margin-top: 150px;
}
.development-portfolio-hero {
  height: 770px;
  background-color: #f9f0df;
}
.development-portfolio-title-area {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: #132f54;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.development-portfolio-title-area-large {
  font-size: 60px;
  line-height: 60px;
}
.development-portfolio-title-area-small {
  font-size: 30px;
  line-height: 36px;
  margin-top: 20px;
  color: #132f54;
}
.development-portfolio-title-area-small a:link {
  color: #565652;
}
.development-portfolio-title-area-small a:active {
  color: #565652;
}
.development-portfolio-title-area-small a:visited {
  color: #565652;
}
.development-portfolio-title-area-small a:hover {
  color: #565652;
}
.development-portfolio-main-content {
  background-color: #e9e8e7;
}
.development-portfolio-link {
  display: block;
  text-decoration: none;
}
.development-portfolio-box {
  width: 350px;
  height: 430px;
  background-color: #5b7e95;
  margin: auto;
  margin-bottom: 35px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.development-portfolio-link:hover .development-portfolio-box {
  transform: scale(1.02);
  box-shadow: 0 0 24px rgba(9, 36, 61, 0.55);
  z-index: 2;
}
.development-portfolio-link:hover .our-leadership-button-construction {
  transform: scale(1.02);
  z-index: 2;
}
.development-portfolio-link:hover .our-portfolio-button-construction {
  transform: scale(1.02);
  z-index: 2;
}
.development-portfolio-link:hover .our-leadership-button {
  transform: scale(1.02);
  z-index: 2;
}
.development-portfolio-link:hover .our-portfolio-button {
  transform: scale(1.02);
  z-index: 2;
}
.portfolio-padding {
  padding-left: 160px;
  padding-right: 160px;
}
.featured-property-location {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 275px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 18px;
  color: #3d5869;
  padding-top: 11px;
}
.map-hero {
  width: 100%;
  height: 670px;
  position: relative;
  overflow: hidden;
  margin-top: 109px;
}
#properties-map {
  width: 100%;
  height: 670px;
}
/* Custom dot marker */
.property-map-marker {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #09243d;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
/* Popup card */
.property-map-card {
  width: 220px;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.property-map-card-logo {
  width: 150px;
  max-height: 45px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px auto;
}
.property-map-card-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
.property-map-card-title {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* Optional: clean up Google info window appearance */
.gm-style .gm-style-iw-c {
  padding: 12px !important;
  border-radius: 0 !important;
  background-color: #5b7e95;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-ui-hover-effect {
  display: none !important;
}
.property-map-card {
  width: 220px;
  position: relative;
  font-family: Arial, sans-serif;
  padding-top: 10px;
}
.property-map-card-close {
  position: absolute;
  top: -4px;
  right: -2px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  padding: 0;
}
.property-map-card-close:hover {
  opacity: 0.65;
}
/* Remove Chrome/Google Maps focus outline around InfoWindows */
.gm-style .gm-style-iw,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-t,
.gm-style .gm-style-iw-tc,
.gm-style div[tabindex],
.gm-style button:focus,
.gm-style button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
/* Soft 3D shadow/glow around Google InfoWindow */
.gm-style .gm-style-iw-t {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28)) !important;
}
.gm-style .gm-style-iw-tc::after {
  background: #5b7e95 !important;
}
.gm-style-iw-chr {
  display: none!important;
}
#properties-map-detail {
  width: 100%;
  height: 560px;
}
.map-hero-detail {
  width: 100%;
  height: 560px;
  position: relative;
  overflow: hidden;
  margin-top: 109px;
}
.development-portfolio-hero-detail {
  height: 668px;
  background-color: #f9f0df;
}
.development-portfolio-details-main-content {
  background-color: #132f54;
  padding-top: 80px;
  padding-bottom: 80px;
}
.portfolio-details-top-bar {
  height: 130px;
  background-color: #5b7e95;
  padding-left: 35px;
  padding-right: 35px;
}
.portfolio-details-text {
  background-color: #ffffff;
  color: #565652;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 23px;
  padding: 35px;
  margin-bottom: 40px;
}
.portofolio-image-placeholder {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center center;
  background-color: #ffffff;
}
.portfolio-details-property-name {
  font-family: "psfournier-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  color: #e6e5d6;
  text-transform: uppercase;
  margin-top: 20px;
}
.portfolio-details-secondary {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
}
.portfolio-details-logo {
  position: absolute;
  width: 230px;
  right: 35px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  opacity: 0.7;
}
.visit-website {
  width: 250px;
  height: 39px;
  background-image: url("../images/visit-website.svg");
  background-size: cover;
  margin: auto;
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.06em;
  padding-top: 8px;
  padding-right: 40px;
}
.contact-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/hathaway-contact-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.contact-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.contact-form {
  padding-top: 50px;
  padding-bottom: 80px;
}
.contact-form-intro {
  text-align: center;
  font-family: "psfournier-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  color: #132f54;
}
.contact-padding {
  padding-left: 210px;
  padding-right: 210px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.form-control {
  height: 50px;
  border: 1px solid #132f54;
  margin-bottom: 25px;
  width: 98%;
  border-radius: 0px;
  color: #132f54;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}
textarea.form-control {
  height: 100px;
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #132f54;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #132f54;
}
.form-control::-webkit-input-placeholder {
  color: #132f54;
}
.first-row-form {
  margin-top: 50px;
}
.form-control:focus {
  border-color: #132f54;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #132f54;
}
.submit-button {
  width: 323px;
  height: 50px;
  margin: auto;
  color: #ffffff;
  background-color: #132f54;
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  padding-top: 7px;
  letter-spacing: 0.02em;
  margin-top: 15px;
  cursor: pointer;
}
.lynx-logo {
  width: 208px;
  float: left;
  margin-left: 30px;
  margin-top: 12px;
}
.lynx-home-page-hero {
  height: 794px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/lynx-home-page-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.lynx-home-page-hero ::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-home-page-hero ::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-main-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #132f54;
}
.lynx-intro-headline {
  text-align: center;
  color: #ffffff;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
}
.lynx-padding {
  padding-left: 148px;
  padding-right: 148px;
}
.button-row {
  width: 945px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 60px;
}
.strategy-button {
  width: 194px;
  height: 39.5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 38px;
  box-sizing: border-box;
  background-image: url("/images/lynx-button.svg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 10px;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease;
  transform-origin: center center;
}
.strategy-button span {
  transform: translateY(-2px);
}
.strategy-button,
.strategy-button:link,
.strategy-button:visited,
.strategy-button:hover,
.strategy-button:active,
.strategy-button:focus {
  color: #ffffff;
  text-decoration: none;
}
.strategy-button:hover {
  transform: scale(1.05);
}
.lynx-white-box {
  width: 100%;
  height: 590px;
  background-color: #ffffff;
  margin-top: 60px;
  position: relative;
}
.lynx-intro-text {
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  padding-left: 25px;
  margin-top: 55px;
}
.lynx-white-box-quadrant {
  height: 295px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lynx-white-box-quadrant-large-text {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 66px;
  line-height: 67px;
  margin-bottom: 5px;
}
.lynx-white-box-quadrant-small-text {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
}
.lynx-red {
  color: #8c4618;
}
.lynx-brown {
  color: #675d3e;
}
.lynx-green {
  color: #4a6326;
}
.lynx-blue {
  color: #3d5869;
}
.lynx-vertical-divider {
  top: 50%;
  left: 50%;
  width: 1px;
  height: 85%;
  background-color: #5b7e95;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.lynx-horizontal-divider {
  top: 50%;
  left: 50%;
  height: 1px;
  width: 85%;
  background-color: #5b7e95;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.lynx-home-page-footer-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-image: url("../images/lynx-home-footer-image.webp");
  margin-top: 40px;
  position: relative;
}
.lynx-home-page-footer-image-overlay {
  width: 453px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: rgba(103, 93, 62, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "psfournier-std", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 48px;
  line-height: 57px;
  background-image: url("../images/translucency.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% auto;
}
.lynx-strategy-page-hero {
  height: 794px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/lynx-strategy-page-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.lynx-strategy-page-hero ::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-strategy-page-hero ::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-strategy-box-1 {
  width: 1064px;
  height: 284px;
  background-color: #dddddb;
  float: right;
  margin-top: 150px;
  position: relative;
}
.lynx-strategy-box-2 {
  width: 1064px;
  height: 284px;
  background-color: #c4cdd2;
  float: left;
  margin-top: 80px;
  position: relative;
}
.lynx-strategy-box-3 {
  width: 1064px;
  height: 284px;
  background-color: #c9d0be;
  float: right;
  margin-top: 80px;
  position: relative;
}
.lynx-strategy-box-image-1 {
  position: absolute;
  width: 554px;
  height: 334px;
  top: -75px;
  left: -54px;
}
.lynx-strategy-box-image-2 {
  position: absolute;
  width: 554px;
  height: 334px;
  top: -33px;
  right: -54px;
}
.lynx-strategy-box-image-3 {
  position: absolute;
  width: 554px;
  height: 334px;
  top: 20px;
  left: -54px;
}
.lynx-strategy-padding {
  padding-left: 175px;
  padding-right: 175px;
}
.lynx-strategy-box-text-1 {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #132f54;
  width: 500px;
  float: right;
  margin-top: 26px;
  margin-right: 30px;
}
.lynx-strategy-box-text-2 {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #132f54;
  width: 500px;
  float: left;
  margin-top: 26px;
  margin-left: 30px;
}
.lynx-strategy-white-text-box {
  font-family: "psfournier-std", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  width: 384px;
  float: right;
  margin-right: 150px;
  margin-top: 45px;
  position: relative;
}
.lynx-strategy-symbol {
  position: absolute;
  width: 232px;
  top: -30px;
  right: -160px;
}
.lynx-leadership-page-hero {
  height: 794px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/lynx-leadership-page-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.lynx-leadership-page-hero ::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-leadership-page-hero ::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-member-picture {
  width: 255px;
  margin: auto;
  margin-top: 50px;
}
.lynx-member-name {
  text-align: center;
  color: #ffffff;
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  margin-top: 10px;
}
.lynx-member-title {
  text-align: center;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  text-wrap: balance;
  margin-bottom: 10px;
}
.lynx-member-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.lynx-member-envelope {
  width: 25px;
  flex: 0 0 25px;
}
.lynx-member-linkedin {
  width: 19px;
  flex: 0 0 19px;
}
.lynx-member-envelope img,
.lynx-member-linkedin img {
  display: block;
  width: 100%;
  height: auto;
}
.lynx-leadership-member {
  height: 390px;
  transition: transform 0.25s ease;
  transform-origin: center center;
}
.lynx-leadership-member:hover {
  transform: scale(1.05);
}
.lynx-leadership-member,
.lynx-leadership-member:link,
.lynx-leadership-member:visited,
.lynx-leadership-member:hover,
.lynx-leadership-member:active,
.lynx-leadership-member:focus {
  color: #ffffff;
  text-decoration: none;
}
.lynx-leadership-detail-box {
  width: 100%;
  background-color: #ffffff;
  height: 460px;
  margin-top: 50px;
}
.lynx-leadership-image {
  width: 100%;
  height: 330px;
  background-size: cover;
  position: relative;
}
.lynx-leadership-box {
  width: 350px;
  height: 460px;
  background-color: #5b7e95;
  margin: auto;
  margin-bottom: 40px;
}
.header-press-button,
.header-contact-button {
  width: 165px;
  height: 34px;
  background-image: url("/images/header-button-1.svg");
  background-size: cover;
  position: absolute;
  top: 35px;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  padding-right: 30px;
  padding-top: 3px;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease;
  transform-origin: center;
  cursor: pointer;
}
.header-press-button:hover,
.header-contact-button:hover {
  transform: scale(1.04);
}
.header-press-button {
  right: 275px;
}
.header-contact-button {
  right: 73px;
}
.header-press-button,
.header-contact-button {
  transition: transform 0.2s ease;
  transform-origin: center;
  cursor: pointer;
}
.header-press-button:hover,
.header-contact-button:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
}
.lynx-header-investor-button,
.lynx-header-contact-button {
  height: 34px;
  background-size: cover;
  position: absolute;
  top: 35px;
  color: #ffffff;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  padding-right: 30px;
  padding-top: 3px;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease;
  transform-origin: center;
  cursor: pointer;
}
.lynx-header-investor-button:hover,
.lynx-header-contact-button:hover {
  transform: scale(1.04);
}
.lynx-header-investor-button {
  right: 73px;
  width: 201px;
  background-image: url("/images/header-button-2.svg");
}
.lynx-header-contact-button {
  right: 310px;
  width: 165px;
  background-image: url("/images/header-button-1.svg");
}
.lynx-header-investor-button .lynx-header-contact-button {
  transition: transform 0.2s ease;
  transform-origin: center;
  cursor: pointer;
}
.lynx-header-investor-button .lynx-header-contact-button:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.1));
}
.contact-form-intro-white {
  color: #ffffff !important;
  margin-top: 50px!important;
}
.form-control-lynx {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.form-control-lynx:focus {
  background-color: transparent;
  border: 1px solid #ffffff !important;
  color: #ffffff;
}
.form-control-lynx::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-control-lynx:-ms-input-placeholder {
  color: #ffffff;
}
.form-control-lynx::-webkit-input-placeholder {
  color: #ffffff;
}
.submit-button-lynx {
  background-color: #8f8e86;
  margin-bottom: 60px;
}
.lynx-contact-hero {
  height: 794px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/lynx-contact-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.lynx-contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-contact-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.development-portfolio-recently-sold-hero {
  height: 109px;
  background-color: #f9f0df;
}
.recently-sold-box {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #565652;
}
.recently-sold-property-name {
  font-family: "psfournier-std-grand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  color: #132f54;
}
.recently-sold-location {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #565652;
}
.development-portfolio-recently-sold-main-content {
  background-color: #e9e8e7;
  padding-top: 30px;
  padding-bottom: 60px;
}
.portfolio-details-top-bar-construction {
  height: 185px;
  background-color: #5b7e95;
  padding-left: 35px;
  padding-right: 35px;
}
.construction-leadership-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/construction-leadership-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.construction-leadership-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.construction-leadership-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.lynx-portfolio-hero {
  height: 794px;
  background-color: #f9f0df;
}
#lynx-properties-map {
  width: 100%;
  height: 685px;
}
.lynx-map-hero {
  width: 100%;
  height: 685px;
  position: relative;
  overflow: hidden;
  margin-top: 109px;
}
.lynx-portfolio-box {
  background-color: #8f8e86 !important;
}
.lynx-color-section {
  background-color: #132f54;
  padding-bottom: 60px;
}
.state-map-label {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  /* Explicitly prevent an outline or shadow */
  text-shadow: none;
  -webkit-text-stroke: 0;
  background: transparent;
  border: 0;
  pointer-events: none;
  user-select: none;
}
.press-hero {
  height: 109px;
  background-color: #ffffff;
}
.news-article-link {
  display: block;
  text-decoration: none;
}
.news-article-box {
  width: 320px;
  height: 485px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #132f54;
  background-color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform: scale(1);
  position: relative;
  z-index: 1;
}
.news-article-link:hover .news-article-box {
  transform: scale(1.02);
  box-shadow: 0 0 24px rgba(9, 36, 61, 0.55);
  z-index: 2;
  cursor: pointer!important;
}
a.news-article-link,
a.news-article-link:hover,
a.news-article-link:focus,
a.news-article-link:active,
a.news-article-link:visited {
  color: inherit;
  text-decoration: none;
}
.news-article-top {
  width: 319px;
  height: 155px;
  background-size: cover;
}
.news-article-type {
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 19px;
  line-height: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #565652;
  letter-spacing: 0.03em;
}
.news-article-title {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #132f54;
  padding: 20px;
}
.news-article-brief {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 20px;
  color: #565652;
  padding: 20px;
  padding-top: 5px;
}
.read-more-article {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #132f54;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.date-article {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #132f54;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.news-article-type-detail {
  font-size: 22px;
}
.article-title-detail {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #132f54;
  font-size: 28px;
  margin-top: 40px;
}
.article-date-detail {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  color: #565652;
}
.article-full-detail {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  color: #565652;
  margin-top: 15px;
  margin-bottom: 30px;
}
.article-source-detail {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  color: #565652;
  margin-top: 8px;
}
.article-full-detail a:link {
  color: #565652;
  text-decoration: underline;
}
.article-full-detail a:active {
  color: #565652;
  text-decoration: underline;
}
.article-full-detail a:visited {
  color: #565652;
  text-decoration: underline;
}
.article-full-detail a:hover {
  color: #565652;
  text-decoration: none;
}
.back-to-press {
  color: #132f54;
  font-size: 18px;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 40px;
}
.property-map-card-details {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 5px;
}
.property-map-card-details a,
.property-map-card-details a:link,
.property-map-card-details a:visited,
.property-map-card-details a:hover,
.property-map-card-details a:focus,
.property-map-card-details a:active {
  color: #fff !important;
}
.privacy-text {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.privacy-text h2 {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}
.privacy-text h3 {
  font-family: "skolar-sans-pe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}
.privacy-text p {
  margin: 0 0 30px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.privacy-text a:link {
  color: #17385f;
}
.privacy-text a:active {
  color: #17385f;
}
.privacy-text a:visited {
  color: #17385f;
}
.privacy-text a:hover {
  color: #17385f;
}
.privacy-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/hathaway-privacy-hero.webp");
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  text-align: center;
}
.privacy-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.privacy-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.dark-blue {
  background-color: #132f54;
}
@media only screen and (max-width: 1500px) {
  .home-page-hero {
    height: 635.2px;
  }
  .navigation-desktop {
    height: 87.2px;
  }
  .menu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
    margin-top: 22px;
    float: left;
  }
  .menu-line {
    position: absolute;
    left: 50%;
    width: 36px;
    height: 1px;
    background: #fff;
    border-radius: 999px;
    transform-origin: center center;
    will-change: transform;
  }
  .menu-line-top {
    top: 14px;
  }
  .menu-line-bottom {
    top: 26px;
    transition: opacity 0.35s ease;
  }
  .menu-padding {
    padding-left: 58.4px;
    padding-right: 58.4px;
  }
  .navigation-divider {
    width: 0.8px;
    height: 72px;
    margin-left: 24px;
    margin-top: 8px;
  }
  .hathaway-logo {
    width: 100px;
    margin-left: 24px;
    margin-top: 9.6px;
  }
  .navigation-bottom-divider {
    height: 0.8px;
    margin-top: 6.4px;
  }
  .slide-menu-inner {
    padding: 136px 56px 56px;
  }
  .slide-menu-list li {
    margin: 0 0 17.6px;
  }
  .slide-menu-list a {
    font-size: 36px;
  }
  .slide-menu-footer {
    font-size: 12px;
  }
  .slide-menu-footer span {
    margin: 0 6.4px;
  }
  .home-page-hero-message {
    font-size: 40px;
  }
  .home-intro-text-section {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 17.6px;
    line-height: 28.8px;
  }
  .home-intro-padding {
    padding-left: 232px;
    padding-right: 144px;
  }
  .home-steps-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .home-steps-section-padding {
    padding-left: 140.8px;
    padding-right: 140.8px;
  }
  .process-box {
    height: 344px;
  }
  .process-image-box {
    height: 344px;
  }
  .process-box-side-box {
    width: 132.8px;
    height: 344px;
  }
  .large-number {
    right: 0px;
  }
  .large-number-1 {
    width: 88.8px;
  }
  .large-number-2 {
    width: 103.2px;
    right: -4px;
  }
  .large-number-3 {
    width: 103.2px;
    right: -0.8px;
  }
  .process-box-headline {
    font-size: 40px;
    padding-left: 36px;
    padding-top: 64px;
    line-height: 48px;
  }
  .discipline-list {
    font-size: 16.8px;
    line-height: 25.6px;
    padding-left: 36px;
    margin-top: 16px;
  }
  .discipline-list li {
    padding-left: 20px;
    margin-bottom: 2.4px;
  }
  .discipline-list li::before {
    width: 13.6px;
    height: 8px;
  }
  .home-down-arrow {
    width: 7.2px;
    left: -14.4px;
    top: 16px;
  }
  .featured-communities {
    padding-top: 0px;
    padding-bottom: 72px;
  }
  .featured-communities-headline {
    font-size: 31.2px;
  }
  .featured-community-box {
    width: 280px;
    height: 344px;
    margin-top: 48px;
  }
  .featured-communities-padding {
    padding-left: 128px;
    padding-right: 128px;
  }
  .featured-community-box-top {
    width: 280px;
    height: 113.6px;
  }
  .featured-community-box-bottom {
    width: 280px;
    height: 230.4px;
  }
  .featured-property-arrow {
    right: 0px;
    bottom: 0px;
    width: 60px;
  }
  footer {
    padding-top: 56px;
    padding-bottom: 48px;
    font-size: 12px;
    line-height: 20px;
  }
  .footer-logo {
    width: 93.6px;
    margin-top: 8px;
  }
  .copyright-footer {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 12px;
  }
  .hilltop {
    width: 95.2px;
    top: -1.6px;
  }
  .about-us-hero {
    height: 480px;
  }
  .hero-image-title {
    bottom: 0px;
    left: 0px;
    font-size: 56px;
    line-height: 48px;
  }
  .about-us-grey-box-left {
    width: 400px;
    height: 531.2px;
  }
  .about-us-grey-box-right {
    width: 400px;
    height: 531.2px;
    margin-top: -193.6px;
  }
  .demonstrated-success-box {
    width: 768px;
    height: 337.6px;
  }
  .demonstrated-success-title {
    font-size: 31.2px;
    margin-left: 30.4px;
    margin-top: 59.2px;
  }
  .demonstrated-success-text {
    font-size: 17.6px;
    line-height: 28.8px;
    margin-left: 30.4px;
    margin-top: 20px;
    padding-right: 128px;
  }
  .market-insight-box {
    width: 768px;
    height: 338.4px;
  }
  .market-insight-title {
    font-size: 31.2px;
    margin-left: 128px;
    margin-top: 46.4px;
  }
  .market-insight-text {
    font-size: 17.6px;
    line-height: 28.8px;
    margin-left: 128px;
    margin-top: 20px;
    padding-right: 88px;
  }
  .creating-value-bar {
    height: 112px;
    left: 0px;
    top: 376.8px;
    font-size: 40.8px;
    line-height: 40.8px;
    padding-top: 32px;
  }
  .grey-box-image {
    height: 262.4px;
    left: 0px;
  }
  .development-hero {
    height: 480px;
  }
  .development-title {
    font-size: 40.8px;
    line-height: 40.8px;
  }
  .development-bw-background {
    width: 1040px;
    height: 328px;
    margin-top: 52px;
  }
  .development-main-content {
    height: 1040px;
  }
  .development-overlay {
    width: 424px;
    height: 1040px;
    left: 0px;
    top: 0px;
  }
  .development-green-box {
    top: 0px;
    right: 0px;
    width: 280px;
    height: 200px;
  }
  .development-red-box {
    top: 0px;
    right: 308.8px;
    width: 280px;
    height: 200px;
  }
  .development-brown-box {
    top: 92.8px;
    right: 0px;
    width: 280px;
    height: 200px;
  }
  .box-accent {
    width: 32px;
    height: 200px;
    left: 0px;
    top: 0px;
  }
  .meets-opportunity {
    font-size: 31.2px;
    width: 584px;
    right: 0px;
    top: 264px;
  }
  .meets-opportunity-text {
    width: 584px;
    font-size: 17.6px;
    line-height: 28.8px;
    margin-top: 40px;
    margin-left: 460px;
  }
  .our-leadership-button {
    width: 204px;
    height: 32px;
    left: 144px;
    top: 484px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 6.4px;
    padding-left: 20px;
  }
  .our-portfolio-button {
    width: 204px;
    height: 32px;
    left: 144px;
    top: 540px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 6.4px;
    padding-left: 20px;
  }
  .development-overlay-image {
    height: 262.4px;
    top: 640px;
    left: 0px;
  }
  .development-box-text {
    padding-left: 32px;
    font-size: 19.2px;
    line-height: 28.8px;
    padding-top: 48px;
  }
  .development-box-text-large {
    font-size: 52.8px;
    line-height: 53.6px;
  }
  .leadership-hero {
    height: 480px;
  }
  .leadership-content {
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .leadership-box {
    width: 280px;
    height: 448px;
    margin-bottom: 32px;
  }
  .leadership-padding {
    padding-left: 120px;
    padding-right: 120px;
  }
  .leadership-image {
    height: 344px;
  }
  .leadership-name {
    font-size: 19.2px;
    line-height: 28.8px;
  }
  .leadership-title {
    font-size: 16px;
    line-height: 20px;
  }
  .leadership-detail-box {
    height: 448px;
  }
  .leadership-detail-bio {
    font-size: 12.8px;
    line-height: 18.4px;
    padding: 24px;
    width: 616px;
  }
  .back-arrow {
    width: 224px;
    height: 32px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 6.4px;
    padding-left: 32px;
  }
  .leadership-padding-alt {
    padding-left: 135.2px;
    padding-right: 135.2px;
  }
  .construction-title {
    font-size: 38.4px;
    line-height: 38.4px;
  }
  .construction-hero {
    height: 480px;
  }
  .hathaway-buttons-construction {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px;
    width: 496px;
  }
  .our-leadership-button-construction {
    width: 204px;
    height: 32px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 6.4px;
    padding-left: 20px;
  }
  .our-portfolio-button-construction {
    width: 204px;
    height: 32px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 6.4px;
    padding-left: 20px;
  }
  .construction-crane-section {
    width: 790.4px;
    height: 320px;
    margin-top: 24px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .construction-crane-section-left {
    border-right: 0.8px solid #ffffff;
    font-size: 19.2px;
    line-height: 28.8px;
    padding-top: 44px;
  }
  .construction-crane-section-right {
    font-size: 19.2px;
    line-height: 28.8px;
    padding-top: 44px;
  }
  .construction-crane-section-large {
    font-size: 52.8px;
    line-height: 53.6px;
  }
  .construction-bottom {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .construction-left {
    width: 400px;
  }
  .construction-right {
    width: 572px;
    padding-left: 36px;
  }
  .precision-in-every-build {
    font-size: 31.2px;
    line-height: 37.6px;
    margin-left: 188.8px;
  }
  .precision-in-every-build-text {
    font-size: 17.6px;
    line-height: 28.8px;
  }
  .precision-in-every-build-text-italic {
    font-size: 21.6px;
    line-height: 29.6px;
    margin-top: 24px;
  }
  .construction-page-images {
    margin-top: 120px;
  }
  .development-portfolio-hero {
    height: 616px;
  }
  .development-portfolio-title-area {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .development-portfolio-title-area-large {
    font-size: 48px;
    line-height: 48px;
  }
  .development-portfolio-title-area-small {
    font-size: 24px;
    line-height: 28.8px;
    margin-top: 16px;
  }
  .development-portfolio-box {
    width: 280px;
    height: 344px;
    margin-bottom: 28px;
  }
  .portfolio-padding {
    padding-left: 128px;
    padding-right: 128px;
  }
  .featured-property-location {
    left: 0px;
    bottom: 0px;
    width: 220px;
    height: 32px;
    font-size: 14.4px;
    line-height: 14.4px;
    padding-top: 8.8px;
  }
  .map-hero {
    height: 536px;
    margin-top: 87.2px;
  }
  #properties-map {
    height: 536px;
  }
  /* Custom dot marker */
  .property-map-marker {
    width: 17.6px;
    height: 17.6px;
    border: 1.6px solid #ffffff;
    box-shadow: 0 0 0 0.8px rgba(0, 0, 0, 0.25);
  }
  /* Popup card */
  .property-map-card {
    width: 176px;
  }
  .property-map-card-logo {
    width: 120px;
    max-height: 36px;
    margin: 0 auto 8px auto;
  }
  .property-map-card-image {
    height: 112px;
    margin-bottom: 8px;
  }
  .property-map-card-title {
    font-size: 11.2px;
    line-height: 14.4px;
  }
  /* Optional: clean up Google info window appearance */
  .gm-style .gm-style-iw-c {
    padding: 9.6px !important;
  }
  .property-map-card {
    width: 176px;
    padding-top: 8px;
  }
  .property-map-card-close {
    top: -3.2px;
    right: -1.6px;
    width: 19.2px;
    height: 19.2px;
    font-size: 19.2px;
    line-height: 19.2px;
  }
  /* Remove Chrome/Google Maps focus outline around InfoWindows */
  #properties-map-detail {
    height: 448px;
  }
  .map-hero-detail {
    height: 448px;
    margin-top: 87.2px;
  }
  .development-portfolio-hero-detail {
    height: 534.4px;
  }
  .development-portfolio-details-main-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .portfolio-details-top-bar {
    height: 104px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .portfolio-details-text {
    font-size: 13.6px;
    line-height: 18.4px;
    padding: 28px;
    margin-bottom: 32px;
  }
  .portofolio-image-placeholder {
    height: 344px;
  }
  .portfolio-details-property-name {
    font-size: 19.2px;
    line-height: 28.8px;
    margin-top: 16px;
  }
  .portfolio-details-secondary {
    font-size: 15.2px;
    line-height: 20px;
  }
  .portfolio-details-logo {
    width: 184px;
    right: 28px;
  }
  .visit-website {
    width: 200px;
    height: 31.2px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 6.4px;
    padding-right: 32px;
  }
  .leadership-content-details {
    height: 104px;
    padding-left: 24px;
  }
  .contact-hero {
    height: 480px;
  }
  .contact-form {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .contact-form-intro {
    font-size: 22.4px;
  }
  .contact-padding {
    padding-left: 168px;
    padding-right: 168px;
  }
  .form-control {
    height: 40px;
    border: 0.8px solid #132f54;
    margin-bottom: 20px;
    border-radius: 0px;
    font-size: 14.4px;
  }
  textarea.form-control {
    height: 80px;
  }
  .first-row-form {
    margin-top: 40px;
  }
  .form-control:focus {
    border: 1.6px solid #132f54;
  }
  .submit-button {
    width: 258.4px;
    height: 40px;
    font-size: 17.6px;
    padding-top: 5.6px;
    margin-top: 12px;
  }
  .lynx-logo {
    width: 166.4px;
    margin-left: 24px;
    margin-top: 9.6px;
  }
  .lynx-home-page-hero {
    height: 635.2px;
  }
  .lynx-intro-headline {
    font-size: 38.4px;
    line-height: 38.4px;
  }
  .lynx-padding {
    padding-left: 118.4px;
    padding-right: 118.4px;
  }
  .button-row {
    width: 756px;
    margin-top: 48px;
  }
  .strategy-button {
    width: 155.2px;
    height: 31.6px;
    padding-right: 30.4px;
    font-size: 16px;
    line-height: 8px;
  }
  .strategy-button span {
    transform: translateY(-1.6px);
  }
  .lynx-white-box {
    height: 472px;
    margin-top: 48px;
  }
  .lynx-intro-text {
    font-size: 17.6px;
    line-height: 28.8px;
    padding-left: 20px;
    margin-top: 44px;
  }
  .lynx-white-box-quadrant {
    height: 236px;
  }
  .lynx-white-box-quadrant-large-text {
    font-size: 52.8px;
    line-height: 53.6px;
    margin-bottom: 4px;
  }
  .lynx-white-box-quadrant-small-text {
    font-size: 19.2px;
    line-height: 28px;
  }
  .lynx-vertical-divider {
    width: 0.8px;
  }
  .lynx-horizontal-divider {
    height: 0.8px;
  }
  .lynx-home-page-footer-image {
    height: 320px;
    margin-top: 32px;
  }
  .lynx-home-page-footer-image-overlay {
    width: 362.4px;
    right: 0px;
    top: 0px;
    font-size: 38.4px;
    line-height: 45.6px;
  }
  .lynx-strategy-page-hero {
    height: 635.2px;
  }
  .lynx-strategy-box-1 {
    width: 851.2px;
    height: 227.2px;
    margin-top: 120px;
  }
  .lynx-strategy-box-2 {
    width: 851.2px;
    height: 227.2px;
    margin-top: 64px;
  }
  .lynx-strategy-box-3 {
    width: 851.2px;
    height: 227.2px;
    margin-top: 64px;
  }
  .lynx-strategy-box-image-1 {
    width: 443.2px;
    height: 267.2px;
    top: -60px;
    left: -43.2px;
  }
  .lynx-strategy-box-image-2 {
    width: 443.2px;
    height: 267.2px;
    top: -26.4px;
    right: -43.2px;
  }
  .lynx-strategy-box-image-3 {
    width: 443.2px;
    height: 267.2px;
    top: 16px;
    left: -43.2px;
  }
  .lynx-strategy-padding {
    padding-left: 140px;
    padding-right: 140px;
  }
  .lynx-strategy-box-text-1 {
    font-size: 17.6px;
    line-height: 28.8px;
    width: 400px;
    margin-top: 20.8px;
    margin-right: 24px;
  }
  .lynx-strategy-box-text-2 {
    font-size: 17.6px;
    line-height: 28.8px;
    width: 400px;
    margin-top: 20.8px;
    margin-left: 24px;
  }
  .lynx-strategy-white-text-box {
    font-size: 24px;
    line-height: 28.8px;
    width: 307.2px;
    margin-right: 120px;
    margin-top: 36px;
  }
  .lynx-strategy-symbol {
    width: 185.6px;
    top: -24px;
    right: -128px;
  }
  .lynx-member-picture {
    width: 204px;
    margin-top: 40px;
  }
  .lynx-member-name {
    font-size: 17.6px;
    line-height: 28.8px;
    margin-top: 8px;
  }
  .lynx-member-title {
    font-size: 14.4px;
    line-height: 19.2px;
    margin-bottom: 8px;
  }
  .lynx-member-icons {
    gap: 8px;
    margin-top: 14.4px;
  }
  .lynx-member-envelope {
    width: 20px;
    flex: 0 0 20px;
  }
  .lynx-member-linkedin {
    width: 15.2px;
    flex: 0 0 15.2px;
  }
  .lynx-leadership-member {
    height: 312px;
  }
  .lynx-leadership-detail-box {
    height: 368px;
    margin-top: 40px;
  }
  .lynx-leadership-image {
    height: 264px;
  }
  .lynx-leadership-box {
    width: 280px;
    height: 368px;
    margin-bottom: 40px;
  }
  .lynx-leadership-page-hero {
    height: 635.2px;
  }
  .header-press-button,
  .header-contact-button {
    width: 132px;
    height: 27.2px;
    top: 28px;
    font-size: 13.6px;
    padding-right: 24px;
    padding-top: 2.4px;
  }
  .header-press-button {
    right: 220px;
  }
  .header-contact-button {
    right: 58.4px;
  }
  .header-press-button:hover,
  .header-contact-button:hover {
    filter: drop-shadow(0 2.4px 3.2px rgba(0, 0, 0, 0.1));
  }
  .lynx-header-investor-button,
  .lynx-header-contact-button {
    height: 27.2px;
    top: 28px;
    font-size: 13.6px;
    padding-right: 24px;
    padding-top: 2.4px;
  }
  .lynx-header-investor-button {
    right: 58.4px;
    width: 160.8px;
  }
  .lynx-header-contact-button {
    right: 248px;
    width: 132px;
  }
  .lynx-header-investor-button .lynx-header-contact-button:hover {
    filter: drop-shadow(0 2.4px 3.2px rgba(0, 0, 0, 0.1));
  }
  .contact-form-intro-white {
    margin-top: 40px !important;
  }
  .form-control-lynx {
    border: 0.8px solid #ffffff;
  }
  .form-control-lynx:focus {
    border: 0.8px solid #ffffff !important;
  }
  .submit-button-lynx {
    margin-bottom: 48px;
  }
  .lynx-contact-hero {
    height: 635.2px;
  }
  .development-portfolio-recently-sold-hero {
    height: 87.2px;
  }
  .recently-sold-box {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0.8px solid #565652;
  }
  .recently-sold-property-name {
    font-size: 17.6px;
    line-height: 20.8px;
  }
  .recently-sold-location {
    font-size: 14.4px;
    line-height: 17.6px;
  }
  .development-portfolio-recently-sold-main-content {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .portfolio-details-top-bar-construction {
    height: 148px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .construction-leadership-hero {
    height: 480px;
  }
  .lynx-portfolio-hero {
    height: 635.2px;
  }
  #lynx-properties-map {
    height: 548px;
  }
  .lynx-map-hero {
    height: 548px;
    margin-top: 87.2px;
  }
  .lynx-color-section {
    padding-bottom: 48px;
  }
  .state-map-label {
    font-size: 8.8px;
  }
  .press-hero {
    height: 87.2px;
  }
  .news-article-box {
    width: 256px;
    height: 388px;
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0.8px solid #132f54;
  }
  .news-article-link:hover .news-article-box {
    box-shadow: 0 0 19.2px rgba(9, 36, 61, 0.55);
  }
  .news-article-top {
    width: 255.2px;
    height: 124px;
  }
  .news-article-type {
    font-size: 15.2px;
    line-height: 15.2px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .news-article-title {
    font-size: 14.4px;
    line-height: 17.6px;
    padding: 16px;
  }
  .news-article-brief {
    font-size: 13.6px;
    line-height: 16px;
    padding: 16px;
    padding-top: 4px;
  }
  .read-more-article {
    bottom: 12px;
    right: 16px;
    font-size: 12.8px;
  }
  .date-article {
    bottom: 12px;
    left: 16px;
    font-size: 12.8px;
  }
  .news-article-type-detail {
    font-size: 17.6px;
  }
  .article-title-detail {
    font-size: 22.4px;
    margin-top: 32px;
  }
  .article-date-detail {
    font-size: 15.2px;
  }
  .article-full-detail {
    font-size: 13.6px;
    line-height: 22.4px;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .article-source-detail {
    font-size: 13.6px;
    margin-top: 6.4px;
  }
  .back-to-press {
    font-size: 14.4px;
    margin-bottom: 32px;
  }
  .privacy-text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .privacy-text h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .privacy-text h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .privacy-text p {
    margin: 0 0 24px;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .privacy-hero {
    height: 480px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-page-hero {
    height: 525.09866667px;
  }
  .navigation-desktop {
    height: 72.08533333px;
  }
  .menu-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
    margin-top: 16px;
  }
  .menu-line {
    position: absolute;
    left: 50%;
    width: 32px;
    height: 1px;
    background: #fff;
    border-radius: 999px;
    transform-origin: center center;
    will-change: transform;
  }
  .menu-line-top {
    top: 12px;
  }
  .menu-line-bottom {
    top: 24px;
    transition: opacity 0.35s ease;
  }
  .menu-padding {
    padding-left: 48.27733333px;
    padding-right: 48.27733333px;
  }
  .navigation-divider {
    width: 0.66133333px;
    height: 59.52px;
    margin-left: 19.84px;
    margin-top: 6.61333333px;
  }
  .hathaway-logo {
    width: 82.66666667px;
    margin-left: 19.84px;
    margin-top: 7.936px;
  }
  .navigation-bottom-divider {
    height: 0.66133333px;
    margin-top: 5.29066667px;
  }
  .slide-menu-inner {
    padding: 112.42666667px 46.29333333px 46.29333333px;
  }
  .slide-menu-list li {
    margin: 0 0 14.54933333px;
  }
  .slide-menu-list a {
    font-size: 29.76px;
  }
  .slide-menu-footer {
    font-size: 9.92px;
  }
  .slide-menu-footer span {
    margin: 0 5.29066667px;
  }
  .home-page-hero-message {
    font-size: 33.06666667px;
  }
  .home-intro-text-section {
    padding-top: 29.76px;
    padding-bottom: 29.76px;
    font-size: 14.54933333px;
    line-height: 23.808px;
  }
  .home-intro-padding {
    padding-left: 191.78666667px;
    padding-right: 119.04px;
  }
  .home-steps-section {
    padding-top: 39.68px;
    padding-bottom: 39.68px;
  }
  .home-steps-section-padding {
    padding-left: 116.39466667px;
    padding-right: 116.39466667px;
  }
  .process-box {
    height: 284.37333333px;
  }
  .process-image-box {
    height: 284.37333333px;
  }
  .process-box-side-box {
    width: 109.78133333px;
    height: 284.37333333px;
  }
  .large-number {
    right: 0px;
  }
  .large-number-1 {
    width: 73.408px;
  }
  .large-number-2 {
    width: 85.312px;
    right: -3.30666667px;
  }
  .large-number-3 {
    width: 85.312px;
    right: -0.66133333px;
  }
  .process-box-headline {
    font-size: 33.06666667px;
    padding-left: 29.76px;
    padding-top: 52.90666667px;
    line-height: 39.68px;
  }
  .discipline-list {
    font-size: 13.888px;
    line-height: 21.16266667px;
    padding-left: 29.76px;
    margin-top: 13.22666667px;
  }
  .discipline-list li {
    padding-left: 16.53333333px;
    margin-bottom: 1.984px;
  }
  .discipline-list li::before {
    width: 11.24266667px;
    height: 6.61333333px;
  }
  .home-down-arrow {
    width: 5.952px;
    left: -11.904px;
    top: 13.22666667px;
  }
  .featured-communities {
    padding-top: 0px;
    padding-bottom: 59.52px;
  }
  .featured-communities-headline {
    font-size: 25.792px;
  }
  .featured-community-box {
    width: 231.46666667px;
    height: 284.37333333px;
    margin-top: 39.68px;
  }
  .featured-communities-padding {
    padding-left: 105.81333333px;
    padding-right: 105.81333333px;
  }
  .featured-community-box-top {
    width: 231.46666667px;
    height: 93.90933333px;
  }
  .featured-community-box-bottom {
    width: 231.46666667px;
    height: 190.464px;
  }
  .featured-property-arrow {
    right: 0px;
    bottom: 0px;
    width: 49.6px;
  }
  footer {
    padding-top: 46.29333333px;
    padding-bottom: 39.68px;
    font-size: 9.92px;
    line-height: 16.53333333px;
  }
  .footer-logo {
    width: 77.376px;
    margin-top: 6.61333333px;
  }
  .copyright-footer {
    padding-top: 13.22666667px;
    padding-bottom: 13.22666667px;
    font-size: 9.92px;
    line-height: 9.92px;
  }
  .hilltop {
    width: 78.69866667px;
    top: -1.32266667px;
  }
  .about-us-hero {
    height: 396.8px;
  }
  .hero-image-title {
    bottom: 0px;
    left: 0px;
    font-size: 46.29333333px;
    line-height: 39.68px;
  }
  .about-us-grey-box-left {
    width: 330.66666667px;
    height: 439.12533333px;
  }
  .about-us-grey-box-right {
    width: 330.66666667px;
    height: 439.12533333px;
    margin-top: -160.04266667px;
  }
  .demonstrated-success-box {
    width: 634.88px;
    height: 279.08266667px;
  }
  .demonstrated-success-title {
    font-size: 25.792px;
    margin-left: 25.13066667px;
    margin-top: 48.93866667px;
  }
  .demonstrated-success-text {
    font-size: 14.54933333px;
    line-height: 23.808px;
    margin-left: 25.13066667px;
    margin-top: 16.53333333px;
    padding-right: 105.81333333px;
  }
  .market-insight-box {
    width: 634.88px;
    height: 279.744px;
  }
  .market-insight-title {
    font-size: 25.792px;
    margin-left: 105.81333333px;
    margin-top: 38.35733333px;
  }
  .market-insight-text {
    font-size: 14.54933333px;
    line-height: 23.808px;
    margin-left: 105.81333333px;
    margin-top: 16.53333333px;
    padding-right: 72.74666667px;
  }
  .creating-value-bar {
    height: 92.58666667px;
    left: 0px;
    top: 311.488px;
    font-size: 33.728px;
    line-height: 33.728px;
    padding-top: 26.45333333px;
  }
  .grey-box-image {
    height: 216.91733333px;
    left: 0px;
  }
  .development-hero {
    height: 396.8px;
  }
  .development-title {
    font-size: 33.728px;
    line-height: 33.728px;
  }
  .development-bw-background {
    width: 859.73333333px;
    height: 271.14666667px;
    margin-top: 42.98666667px;
  }
  .development-main-content {
    height: 859.73333333px;
  }
  .development-overlay {
    width: 350.50666667px;
    height: 859.73333333px;
    left: 0px;
    top: 0px;
  }
  .development-green-box {
    top: 0px;
    right: 0px;
    width: 231.46666667px;
    height: 165.33333333px;
  }
  .development-red-box {
    top: 0px;
    right: 255.27466667px;
    width: 231.46666667px;
    height: 165.33333333px;
  }
  .development-brown-box {
    top: 76.71466667px;
    right: 0px;
    width: 231.46666667px;
    height: 165.33333333px;
  }
  .box-accent {
    width: 26.45333333px;
    height: 165.33333333px;
    left: 0px;
    top: 0px;
  }
  .meets-opportunity {
    font-size: 25.792px;
    width: 482.77333333px;
    right: 0px;
    top: 218.24px;
  }
  .meets-opportunity-text {
    width: 482.77333333px;
    font-size: 14.54933333px;
    line-height: 23.808px;
    margin-top: 33.06666667px;
    margin-left: 380.26666667px;
  }
  .our-leadership-button {
    width: 168.64px;
    height: 26.45333333px;
    left: 119.04px;
    top: 400.10666667px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 5.29066667px;
    padding-left: 16.53333333px;
  }
  .our-portfolio-button {
    width: 168.64px;
    height: 26.45333333px;
    left: 119.04px;
    top: 446.4px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 5.29066667px;
    padding-left: 16.53333333px;
  }
  .development-overlay-image {
    height: 216.91733333px;
    top: 529.06666667px;
    left: 0px;
  }
  .development-box-text {
    padding-left: 26.45333333px;
    font-size: 15.872px;
    line-height: 23.808px;
    padding-top: 39.68px;
  }
  .development-box-text-large {
    font-size: 43.648px;
    line-height: 44.30933333px;
  }
  .leadership-hero {
    height: 396.8px;
  }
  .leadership-content {
    padding-top: 59.52px;
    padding-bottom: 46.29333333px;
  }
  .leadership-box {
    width: 231.46666667px;
    height: 370.34666667px;
    margin-bottom: 26.45333333px;
  }
  .leadership-padding {
    padding-left: 99.2px;
    padding-right: 99.2px;
  }
  .leadership-image {
    height: 284.37333333px;
  }
  .leadership-name {
    font-size: 15.872px;
    line-height: 23.808px;
  }
  .leadership-title {
    font-size: 13.22666667px;
    line-height: 16.53333333px;
  }
  .leadership-detail-box {
    height: 370.34666667px;
  }
  .leadership-detail-bio {
    font-size: 10.58133333px;
    line-height: 15.21066667px;
    padding: 19.84px;
    width: 509.22666667px;
  }
  .back-arrow {
    width: 185.17333333px;
    height: 26.45333333px;
    margin-top: 19.84px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 5.29066667px;
    padding-left: 26.45333333px;
  }
  .leadership-padding-alt {
    padding-left: 111.76533333px;
    padding-right: 111.76533333px;
  }
  .construction-title {
    font-size: 31.744px;
    line-height: 31.744px;
  }
  .construction-hero {
    height: 396.8px;
  }
  .hathaway-buttons-construction {
    margin-top: 33.06666667px;
    padding-left: 19.84px;
    padding-right: 19.84px;
    margin-bottom: 19.84px;
    width: 410.02666667px;
  }
  .our-leadership-button-construction {
    width: 168.64px;
    height: 26.45333333px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 5.29066667px;
    padding-left: 16.53333333px;
  }
  .our-portfolio-button-construction {
    width: 168.64px;
    height: 26.45333333px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 5.29066667px;
    padding-left: 16.53333333px;
  }
  .construction-crane-section {
    width: 653.39733333px;
    height: 264.53333333px;
    margin-top: 19.84px;
    padding-top: 46.29333333px;
    padding-bottom: 46.29333333px;
  }
  .construction-crane-section-left {
    border-right: 0.66133333px solid #ffffff;
    font-size: 15.872px;
    line-height: 23.808px;
    padding-top: 36.37333333px;
  }
  .construction-crane-section-right {
    font-size: 15.872px;
    line-height: 23.808px;
    padding-top: 36.37333333px;
  }
  .construction-crane-section-large {
    font-size: 43.648px;
    line-height: 44.30933333px;
  }
  .construction-bottom {
    padding-top: 52.90666667px;
    padding-bottom: 59.52px;
  }
  .construction-left {
    width: 330.66666667px;
  }
  .construction-right {
    width: 472.85333333px;
    padding-left: 29.76px;
  }
  .precision-in-every-build {
    font-size: 25.792px;
    line-height: 31.08266667px;
    margin-left: 156.07466667px;
  }
  .precision-in-every-build-text {
    font-size: 14.54933333px;
    line-height: 23.808px;
  }
  .precision-in-every-build-text-italic {
    font-size: 17.856px;
    line-height: 24.46933333px;
    margin-top: 19.84px;
  }
  .construction-page-images {
    margin-top: 99.2px;
  }
  .development-portfolio-hero {
    height: 509.22666667px;
  }
  .development-portfolio-title-area {
    padding-top: 39.68px;
    padding-bottom: 39.68px;
  }
  .development-portfolio-title-area-large {
    font-size: 39.68px;
    line-height: 39.68px;
  }
  .development-portfolio-title-area-small {
    font-size: 19.84px;
    line-height: 23.808px;
    margin-top: 13.22666667px;
  }
  .development-portfolio-box {
    width: 231.46666667px;
    height: 284.37333333px;
    margin-bottom: 23.14666667px;
  }
  .portfolio-padding {
    padding-left: 105.81333333px;
    padding-right: 105.81333333px;
  }
  .featured-property-location {
    left: 0px;
    bottom: 0px;
    width: 181.86666667px;
    height: 26.45333333px;
    font-size: 11.904px;
    line-height: 11.904px;
    padding-top: 7.27466667px;
  }
  .map-hero {
    height: 443.09333333px;
    margin-top: 72.08533333px;
  }
  #properties-map {
    height: 443.09333333px;
  }
  /* Custom dot marker */
  .property-map-marker {
    width: 14.54933333px;
    height: 14.54933333px;
    border: 1.32266667px solid #ffffff;
    box-shadow: 0 0 0 0.66133333px rgba(0, 0, 0, 0.25);
  }
  /* Popup card */
  .property-map-card {
    width: 145.49333333px;
  }
  .property-map-card-logo {
    width: 99.2px;
    max-height: 29.76px;
    margin: 0 auto 6.61333333px auto;
  }
  .property-map-card-image {
    height: 92.58666667px;
    margin-bottom: 6.61333333px;
  }
  .property-map-card-title {
    font-size: 9.25866667px;
    line-height: 11.904px;
  }
  /* Optional: clean up Google info window appearance */
  .gm-style .gm-style-iw-c {
    padding: 7.936px !important;
  }
  .property-map-card {
    width: 145.49333333px;
    padding-top: 6.61333333px;
  }
  .property-map-card-close {
    top: -2.64533333px;
    right: -1.32266667px;
    width: 15.872px;
    height: 15.872px;
    font-size: 15.872px;
    line-height: 15.872px;
  }
  /* Remove Chrome/Google Maps focus outline around InfoWindows */
  #properties-map-detail {
    height: 370.34666667px;
  }
  .map-hero-detail {
    height: 370.34666667px;
    margin-top: 72.08533333px;
  }
  .development-portfolio-hero-detail {
    height: 441.77066667px;
  }
  .development-portfolio-details-main-content {
    padding-top: 52.90666667px;
    padding-bottom: 52.90666667px;
  }
  .portfolio-details-top-bar {
    height: 85.97333333px;
    padding-left: 23.14666667px;
    padding-right: 23.14666667px;
  }
  .portfolio-details-text {
    font-size: 11.24266667px;
    line-height: 15.21066667px;
    padding: 23.14666667px;
    margin-bottom: 26.45333333px;
  }
  .portofolio-image-placeholder {
    height: 284.37333333px;
  }
  .portfolio-details-property-name {
    font-size: 15.872px;
    line-height: 23.808px;
    margin-top: 13.22666667px;
  }
  .portfolio-details-secondary {
    font-size: 12.56533333px;
    line-height: 16.53333333px;
  }
  .portfolio-details-logo {
    width: 152.10666667px;
    right: 23.14666667px;
  }
  .visit-website {
    width: 165.33333333px;
    height: 25.792px;
    margin-top: 19.84px;
    font-size: 13.22666667px;
    line-height: 13.22666667px;
    padding-top: 5.29066667px;
    padding-right: 26.45333333px;
  }
  .leadership-content-details {
    height: 85.97333333px;
    padding-left: 19.84px;
  }
  .contact-hero {
    height: 396.8px;
  }
  .contact-form {
    padding-top: 33.06666667px;
    padding-bottom: 52.90666667px;
  }
  .contact-form-intro {
    font-size: 18.51733333px;
  }
  .contact-padding {
    padding-left: 138.88px;
    padding-right: 138.88px;
  }
  .form-control {
    height: 33.06666667px;
    border: 0.66133333px solid #132f54;
    margin-bottom: 16.53333333px;
    border-radius: 0px;
    font-size: 11.904px;
  }
  textarea.form-control {
    height: 66.13333333px;
  }
  .first-row-form {
    margin-top: 33.06666667px;
  }
  .form-control:focus {
    border: 1.32266667px solid #132f54;
  }
  .submit-button {
    width: 213.61066667px;
    height: 33.06666667px;
    font-size: 14.54933333px;
    padding-top: 4.62933333px;
    margin-top: 9.92px;
  }
  .lynx-logo {
    width: 137.55733333px;
    margin-left: 19.84px;
    margin-top: 7.936px;
  }
  .lynx-home-page-hero {
    height: 525.09866667px;
  }
  .lynx-intro-headline {
    font-size: 31.744px;
    line-height: 31.744px;
  }
  .lynx-padding {
    padding-left: 97.87733333px;
    padding-right: 97.87733333px;
  }
  .button-row {
    width: 624.96px;
    margin-top: 39.68px;
  }
  .strategy-button {
    width: 128.29866667px;
    height: 26.12266667px;
    padding-right: 25.13066667px;
    font-size: 13.22666667px;
    line-height: 6.61333333px;
  }
  .strategy-button span {
    transform: translateY(-1.32266667px);
  }
  .lynx-white-box {
    height: 390.18666667px;
    margin-top: 39.68px;
  }
  .lynx-intro-text {
    font-size: 14.54933333px;
    line-height: 23.808px;
    padding-left: 16.53333333px;
    margin-top: 36.37333333px;
  }
  .lynx-white-box-quadrant {
    height: 195.09333333px;
  }
  .lynx-white-box-quadrant-large-text {
    font-size: 43.648px;
    line-height: 44.30933333px;
    margin-bottom: 3.30666667px;
  }
  .lynx-white-box-quadrant-small-text {
    font-size: 15.872px;
    line-height: 23.14666667px;
  }
  .lynx-vertical-divider {
    width: 0.66133333px;
  }
  .lynx-horizontal-divider {
    height: 0.66133333px;
  }
  .lynx-home-page-footer-image {
    height: 264.53333333px;
    margin-top: 26.45333333px;
  }
  .lynx-home-page-footer-image-overlay {
    width: 299.584px;
    right: 0px;
    top: 0px;
    font-size: 31.744px;
    line-height: 37.696px;
  }
  .lynx-strategy-page-hero {
    height: 525.09866667px;
  }
  .lynx-strategy-box-1 {
    width: 703.65866667px;
    height: 187.81866667px;
    margin-top: 99.2px;
  }
  .lynx-strategy-box-2 {
    width: 703.65866667px;
    height: 187.81866667px;
    margin-top: 52.90666667px;
  }
  .lynx-strategy-box-3 {
    width: 703.65866667px;
    height: 187.81866667px;
    margin-top: 52.90666667px;
  }
  .lynx-strategy-box-image-1 {
    width: 366.37866667px;
    height: 220.88533333px;
    top: -49.6px;
    left: -35.712px;
  }
  .lynx-strategy-box-image-2 {
    width: 366.37866667px;
    height: 220.88533333px;
    top: -21.824px;
    right: -35.712px;
  }
  .lynx-strategy-box-image-3 {
    width: 366.37866667px;
    height: 220.88533333px;
    top: 13.22666667px;
    left: -35.712px;
  }
  .lynx-strategy-padding {
    padding-left: 115.73333333px;
    padding-right: 115.73333333px;
  }
  .lynx-strategy-box-text-1 {
    font-size: 14.54933333px;
    line-height: 23.808px;
    width: 330.66666667px;
    margin-top: 17.19466667px;
    margin-right: 19.84px;
  }
  .lynx-strategy-box-text-2 {
    font-size: 14.54933333px;
    line-height: 23.808px;
    width: 330.66666667px;
    margin-top: 17.19466667px;
    margin-left: 19.84px;
  }
  .lynx-strategy-white-text-box {
    font-size: 19.84px;
    line-height: 23.808px;
    width: 253.952px;
    margin-right: 99.2px;
    margin-top: 29.76px;
  }
  .lynx-strategy-symbol {
    width: 153.42933333px;
    top: -19.84px;
    right: -105.81333333px;
  }
  .lynx-member-picture {
    width: 168.64px;
    margin-top: 33.06666667px;
  }
  .lynx-member-name {
    font-size: 14.54933333px;
    line-height: 23.808px;
    margin-top: 6.61333333px;
  }
  .lynx-member-title {
    font-size: 11.904px;
    line-height: 15.872px;
    margin-bottom: 6.61333333px;
  }
  .lynx-member-icons {
    gap: 6.61333333px;
    margin-top: 11.904px;
  }
  .lynx-member-envelope {
    width: 16.53333333px;
    flex: 0 0 16.53333333px;
  }
  .lynx-member-linkedin {
    width: 12.56533333px;
    flex: 0 0 12.56533333px;
  }
  .lynx-leadership-member {
    height: 257.92px;
  }
  .lynx-leadership-detail-box {
    height: 304.21333333px;
    margin-top: 33.06666667px;
  }
  .lynx-leadership-image {
    height: 218.24px;
  }
  .lynx-leadership-box {
    width: 231.46666667px;
    height: 304.21333333px;
    margin-bottom: 26.45333333px;
  }
  .lynx-leadership-page-hero {
    height: 525.09866667px;
  }
  .header-press-button,
  .header-contact-button {
    width: 109.12px;
    height: 22.48533333px;
    top: 23.14666667px;
    font-size: 11.24266667px;
    padding-right: 19.84px;
    padding-top: 1.984px;
  }
  .header-press-button {
    right: 181.86666667px;
  }
  .header-contact-button {
    right: 48.27733333px;
  }
  .header-press-button:hover,
  .header-contact-button:hover {
    filter: drop-shadow(0 1.984px 2.64533333px rgba(0, 0, 0, 0.1));
  }
  .lynx-header-investor-button,
  .lynx-header-contact-button {
    height: 22.48533333px;
    top: 23.14666667px;
    font-size: 11.24266667px;
    padding-right: 19.84px;
    padding-top: 1.984px;
  }
  .lynx-header-investor-button {
    right: 48.27733333px;
    width: 132.928px;
  }
  .lynx-header-contact-button {
    right: 205.01333333px;
    width: 109.12px;
  }
  .lynx-header-investor-button .lynx-header-contact-button:hover {
    filter: drop-shadow(0 1.984px 2.64533333px rgba(0, 0, 0, 0.1));
  }
  .contact-form-intro-white {
    margin-top: 33.06666667px !important;
  }
  .form-control-lynx {
    border: 0.66133333px solid #ffffff;
  }
  .form-control-lynx:focus {
    border: 0.66133333px solid #ffffff !important;
  }
  .submit-button-lynx {
    margin-bottom: 39.68px;
  }
  .lynx-contact-hero {
    height: 525.09866667px;
  }
  .development-portfolio-recently-sold-hero {
    height: 72.08533333px;
  }
  .recently-sold-box {
    padding-top: 9.92px;
    padding-bottom: 9.92px;
    border-bottom: 0.66133333px solid #565652;
  }
  .recently-sold-property-name {
    font-size: 14.54933333px;
    line-height: 17.19466667px;
  }
  .recently-sold-location {
    font-size: 11.904px;
    line-height: 14.54933333px;
  }
  .development-portfolio-recently-sold-main-content {
    padding-top: 19.84px;
    padding-bottom: 39.68px;
  }
  .portfolio-details-top-bar-construction {
    height: 122.34666667px;
    padding-left: 23.14666667px;
    padding-right: 23.14666667px;
  }
  .construction-leadership-hero {
    height: 396.8px;
  }
  .lynx-portfolio-hero {
    height: 525.09866667px;
  }
  #lynx-properties-map {
    height: 453.01333333px;
  }
  .lynx-map-hero {
    height: 453.01333333px;
    margin-top: 72.08533333px;
  }
  .lynx-color-section {
    padding-bottom: 39.68px;
  }
  .state-map-label {
    font-size: 7.27466667px;
  }
  .press-hero {
    height: 72.08533333px;
  }
  .news-article-box {
    width: 211.62666667px;
    height: 320.74666667px;
    margin-top: 19.84px;
    margin-bottom: 19.84px;
    border: 0.66133333px solid #132f54;
  }
  .news-article-link:hover .news-article-box {
    box-shadow: 0 0 15.872px rgba(9, 36, 61, 0.55);
  }
  .news-article-top {
    width: 210.96533333px;
    height: 102.50666667px;
  }
  .news-article-type {
    font-size: 12.56533333px;
    line-height: 12.56533333px;
    padding-top: 6.61333333px;
    padding-bottom: 6.61333333px;
  }
  .news-article-title {
    font-size: 11.904px;
    line-height: 14.54933333px;
    padding: 13.22666667px;
  }
  .news-article-brief {
    font-size: 11.24266667px;
    line-height: 13.22666667px;
    padding: 13.22666667px;
    padding-top: 3.30666667px;
  }
  .read-more-article {
    bottom: 9.92px;
    right: 13.22666667px;
    font-size: 10.58133333px;
  }
  .date-article {
    bottom: 9.92px;
    left: 13.22666667px;
    font-size: 10.58133333px;
  }
  .news-article-type-detail {
    font-size: 14.54933333px;
  }
  .article-title-detail {
    font-size: 18.51733333px;
    margin-top: 26.45333333px;
  }
  .article-date-detail {
    font-size: 12.56533333px;
  }
  .article-full-detail {
    font-size: 11.24266667px;
    line-height: 18.51733333px;
    margin-top: 9.92px;
    margin-bottom: 19.84px;
  }
  .article-source-detail {
    font-size: 11.24266667px;
    margin-top: 5.29066667px;
  }
  .back-to-press {
    font-size: 11.904px;
    margin-bottom: 26.45333333px;
  }
  .privacy-text {
    font-size: 13.22666667px;
    line-height: 19.84px;
    padding-top: 39.68px;
    padding-bottom: 39.68px;
  }
  .privacy-text h2 {
    font-size: 13.22666667px;
    line-height: 19.84px;
  }
  .privacy-text h3 {
    font-size: 13.22666667px;
    line-height: 19.84px;
  }
  .privacy-text p {
    margin: 0 0 19.84px;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 3.30666667px;
    margin-bottom: 6.61333333px;
  }
  .privacy-hero {
    height: 396.8px;
  }
}
@media only screen and (max-width: 992px) {
  .home-page-hero {
    height: 405.99866667px;
  }
  .navigation-desktop {
    height: 55.73533333px;
  }
  .menu-toggle {
    position: relative;
    width: 34px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
    margin-top: 6px;
  }
  .menu-line {
    position: absolute;
    left: 50%;
    width: 28px;
    height: 1px;
    background: #fff;
    border-radius: 999px;
    transform-origin: center center;
    will-change: transform;
  }
  .menu-line-top {
    top: 12px;
  }
  .menu-line-bottom {
    top: 24px;
    transition: opacity 0.35s ease;
  }
  .menu-padding {
    padding-left: 37.32733333px;
    padding-right: 37.32733333px;
  }
  .navigation-divider {
    width: 0.51133333px;
    height: 46.02px;
    margin-left: 15.34px;
    margin-top: 5.11333333px;
  }
  .hathaway-logo {
    width: 63.91666667px;
    margin-left: 15.34px;
    margin-top: 6.136px;
  }
  .navigation-bottom-divider {
    height: 0.51133333px;
    margin-top: 4.09066667px;
  }
  .slide-menu-inner {
    padding: 86.92666667px 35.79333333px 35.79333333px;
  }
  .slide-menu-list li {
    margin: 0 0 11.24933333px;
  }
  .slide-menu-list a {
    font-size: 23.01px;
  }
  .slide-menu-footer {
    font-size: 7.67px;
  }
  .slide-menu-footer span {
    margin: 0 4.09066667px;
  }
  .home-page-hero-message {
    font-size: 25.56666667px;
  }
  .home-intro-text-section {
    padding-top: 23.01px;
    padding-bottom: 23.01px;
    font-size: 11.24933333px;
    line-height: 18.408px;
  }
  .home-intro-padding {
    padding-left: 148.28666667px;
    padding-right: 92.04px;
  }
  .home-steps-section {
    padding-top: 30.68px;
    padding-bottom: 30.68px;
  }
  .home-steps-section-padding {
    padding-left: 89.99466667px;
    padding-right: 89.99466667px;
  }
  .process-box {
    height: 219.87333333px;
  }
  .process-image-box {
    height: 219.87333333px;
  }
  .process-box-side-box {
    width: 84.88133333px;
    height: 219.87333333px;
  }
  .large-number {
    right: 0px;
  }
  .large-number-1 {
    width: 56.758px;
  }
  .large-number-2 {
    width: 65.962px;
    right: -2.55666667px;
  }
  .large-number-3 {
    width: 65.962px;
    right: -0.51133333px;
  }
  .process-box-headline {
    font-size: 25.56666667px;
    padding-left: 23.01px;
    padding-top: 40.90666667px;
    line-height: 30.68px;
  }
  .discipline-list {
    font-size: 10.738px;
    line-height: 16.36266667px;
    padding-left: 23.01px;
    margin-top: 10.22666667px;
  }
  .discipline-list li {
    padding-left: 12.78333333px;
    margin-bottom: 1.534px;
  }
  .discipline-list li::before {
    width: 8.69266667px;
    height: 5.11333333px;
  }
  .home-down-arrow {
    width: 4.602px;
    left: -9.204px;
    top: 10.22666667px;
  }
  .featured-communities {
    padding-top: 0px;
    padding-bottom: 46.02px;
  }
  .featured-communities-headline {
    font-size: 19.942px;
  }
  .featured-community-box {
    width: 178.96666667px;
    height: 219.87333333px;
    margin-top: 30.68px;
  }
  .featured-communities-padding {
    padding-left: 81.81333333px;
    padding-right: 81.81333333px;
  }
  .featured-community-box-top {
    width: 178.96666667px;
    height: 72.60933333px;
  }
  .featured-community-box-bottom {
    width: 178.96666667px;
    height: 147.264px;
  }
  .featured-property-arrow {
    right: 0px;
    bottom: 0px;
    width: 38.35px;
  }
  footer {
    padding-top: 35.79333333px;
    padding-bottom: 30.68px;
    font-size: 7.67px;
    line-height: 12.78333333px;
  }
  .footer-logo {
    width: 59.826px;
    margin-top: 5.11333333px;
  }
  .copyright-footer {
    padding-top: 10.22666667px;
    padding-bottom: 10.22666667px;
    font-size: 7.67px;
    line-height: 7.67px;
  }
  .hilltop {
    width: 60.84866667px;
    top: -1.02266667px;
  }
  .about-us-hero {
    height: 306.8px;
  }
  .hero-image-title {
    bottom: 0px;
    left: 0px;
    font-size: 35.79333333px;
    line-height: 30.68px;
  }
  .about-us-grey-box-left {
    width: 255.66666667px;
    height: 339.52533333px;
  }
  .about-us-grey-box-right {
    width: 255.66666667px;
    height: 339.52533333px;
    margin-top: -123.74266667px;
  }
  .demonstrated-success-box {
    width: 490.88px;
    height: 215.78266667px;
  }
  .demonstrated-success-title {
    font-size: 19.942px;
    margin-left: 19.43066667px;
    margin-top: 37.83866667px;
  }
  .demonstrated-success-text {
    font-size: 11.24933333px;
    line-height: 18.408px;
    margin-left: 19.43066667px;
    margin-top: 12.78333333px;
    padding-right: 81.81333333px;
  }
  .market-insight-box {
    width: 490.88px;
    height: 216.294px;
  }
  .market-insight-title {
    font-size: 19.942px;
    margin-left: 81.81333333px;
    margin-top: 29.65733333px;
  }
  .market-insight-text {
    font-size: 11.24933333px;
    line-height: 18.408px;
    margin-left: 81.81333333px;
    margin-top: 12.78333333px;
    padding-right: 56.24666667px;
  }
  .creating-value-bar {
    height: 71.58666667px;
    left: 0px;
    top: 240.838px;
    font-size: 26.078px;
    line-height: 26.078px;
    padding-top: 20.45333333px;
  }
  .grey-box-image {
    height: 167.71733333px;
    left: 0px;
  }
  .development-hero {
    height: 306.8px;
  }
  .development-title {
    font-size: 26.078px;
    line-height: 26.078px;
  }
  .development-bw-background {
    width: 664.73333333px;
    height: 209.64666667px;
    margin-top: 33.23666667px;
  }
  .development-main-content {
    height: 664.73333333px;
  }
  .development-overlay {
    width: 271.00666667px;
    height: 664.73333333px;
    left: 0px;
    top: 0px;
  }
  .development-green-box {
    top: 0px;
    right: 0px;
    width: 178.96666667px;
    height: 127.83333333px;
  }
  .development-red-box {
    top: 0px;
    right: 197.37466667px;
    width: 178.96666667px;
    height: 127.83333333px;
  }
  .development-brown-box {
    top: 59.31466667px;
    right: 0px;
    width: 178.96666667px;
    height: 127.83333333px;
  }
  .box-accent {
    width: 20.45333333px;
    height: 127.83333333px;
    left: 0px;
    top: 0px;
  }
  .meets-opportunity {
    font-size: 19.942px;
    width: 373.27333333px;
    right: 0px;
    top: 168.74px;
  }
  .meets-opportunity-text {
    width: 373.27333333px;
    font-size: 11.24933333px;
    line-height: 18.408px;
    margin-top: 25.56666667px;
    margin-left: 294.01666667px;
  }
  .our-leadership-button {
    width: 130.39px;
    height: 20.45333333px;
    left: 92.04px;
    top: 309.35666667px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 4.09066667px;
    padding-left: 12.78333333px;
  }
  .our-portfolio-button {
    width: 130.39px;
    height: 20.45333333px;
    left: 92.04px;
    top: 345.15px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 4.09066667px;
    padding-left: 12.78333333px;
  }
  .development-overlay-image {
    height: 167.71733333px;
    top: 409.06666667px;
    left: 0px;
  }
  .development-box-text {
    padding-left: 20.45333333px;
    font-size: 12.272px;
    line-height: 18.408px;
    padding-top: 30.68px;
  }
  .development-box-text-large {
    font-size: 33.748px;
    line-height: 34.25933333px;
  }
  .leadership-hero {
    height: 306.8px;
  }
  .leadership-content {
    padding-top: 46.02px;
    padding-bottom: 35.79333333px;
  }
  .leadership-box {
    width: 178.96666667px;
    height: 286.34666667px;
    margin-bottom: 20.45333333px;
  }
  .leadership-padding {
    padding-left: 76.7px;
    padding-right: 76.7px;
  }
  .leadership-image {
    height: 219.87333333px;
  }
  .leadership-name {
    font-size: 12.272px;
    line-height: 18.408px;
  }
  .leadership-title {
    font-size: 10.22666667px;
    line-height: 12.78333333px;
  }
  .leadership-detail-box {
    height: 286.34666667px;
  }
  .leadership-detail-bio {
    font-size: 8.18133333px;
    line-height: 11.76066667px;
    padding: 15.34px;
    width: 393.72666667px;
  }
  .back-arrow {
    width: 143.17333333px;
    height: 20.45333333px;
    margin-top: 15.34px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 4.09066667px;
    padding-left: 20.45333333px;
  }
  .leadership-padding-alt {
    padding-left: 86.41533333px;
    padding-right: 86.41533333px;
  }
  .construction-title {
    font-size: 24.544px;
    line-height: 24.544px;
  }
  .construction-hero {
    height: 306.8px;
  }
  .hathaway-buttons-construction {
    margin-top: 25.56666667px;
    padding-left: 15.34px;
    padding-right: 15.34px;
    margin-bottom: 15.34px;
    width: 317.02666667px;
  }
  .our-leadership-button-construction {
    width: 130.39px;
    height: 20.45333333px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 4.09066667px;
    padding-left: 12.78333333px;
  }
  .our-portfolio-button-construction {
    width: 130.39px;
    height: 20.45333333px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 4.09066667px;
    padding-left: 12.78333333px;
  }
  .construction-crane-section {
    width: 505.19733333px;
    height: 204.53333333px;
    margin-top: 15.34px;
    padding-top: 35.79333333px;
    padding-bottom: 35.79333333px;
  }
  .construction-crane-section-left {
    border-right: 0.51133333px solid #ffffff;
    font-size: 12.272px;
    line-height: 18.408px;
    padding-top: 28.12333333px;
  }
  .construction-crane-section-right {
    font-size: 12.272px;
    line-height: 18.408px;
    padding-top: 28.12333333px;
  }
  .construction-crane-section-large {
    font-size: 33.748px;
    line-height: 34.25933333px;
  }
  .construction-bottom {
    padding-top: 40.90666667px;
    padding-bottom: 46.02px;
  }
  .construction-left {
    width: 255.66666667px;
  }
  .construction-right {
    width: 365.60333333px;
    padding-left: 23.01px;
  }
  .precision-in-every-build {
    font-size: 19.942px;
    line-height: 24.03266667px;
    margin-left: 120.67466667px;
  }
  .precision-in-every-build-text {
    font-size: 11.24933333px;
    line-height: 18.408px;
  }
  .precision-in-every-build-text-italic {
    font-size: 13.806px;
    line-height: 18.91933333px;
    margin-top: 15.34px;
  }
  .construction-page-images {
    margin-top: 76.7px;
  }
  .development-portfolio-hero {
    height: 393.72666667px;
  }
  .development-portfolio-title-area {
    padding-top: 30.68px;
    padding-bottom: 30.68px;
  }
  .development-portfolio-title-area-large {
    font-size: 30.68px;
    line-height: 30.68px;
  }
  .development-portfolio-title-area-small {
    font-size: 15.34px;
    line-height: 18.408px;
    margin-top: 10.22666667px;
  }
  .development-portfolio-box {
    width: 178.96666667px;
    height: 219.87333333px;
    margin-bottom: 17.89666667px;
  }
  .portfolio-padding {
    padding-left: 81.81333333px;
    padding-right: 81.81333333px;
  }
  .featured-property-location {
    left: 0px;
    bottom: 0px;
    width: 140.61666667px;
    height: 20.45333333px;
    font-size: 9.204px;
    line-height: 9.204px;
    padding-top: 5.62466667px;
  }
  .map-hero {
    height: 342.59333333px;
    margin-top: 55.73533333px;
  }
  #properties-map {
    height: 342.59333333px;
  }
  /* Custom dot marker */
  .property-map-marker {
    width: 11.24933333px;
    height: 11.24933333px;
    border: 1.02266667px solid #ffffff;
    box-shadow: 0 0 0 0.51133333px rgba(0, 0, 0, 0.25);
  }
  /* Popup card */
  .property-map-card {
    width: 112.49333333px;
  }
  .property-map-card-logo {
    width: 76.7px;
    max-height: 23.01px;
    margin: 0 auto 5.11333333px auto;
  }
  .property-map-card-image {
    height: 71.58666667px;
    margin-bottom: 5.11333333px;
  }
  .property-map-card-title {
    font-size: 7.15866667px;
    line-height: 9.204px;
  }
  /* Optional: clean up Google info window appearance */
  .gm-style .gm-style-iw-c {
    padding: 6.136px !important;
  }
  .property-map-card {
    width: 112.49333333px;
    padding-top: 5.11333333px;
  }
  .property-map-card-close {
    top: -2.04533333px;
    right: -1.02266667px;
    width: 12.272px;
    height: 12.272px;
    font-size: 12.272px;
    line-height: 12.272px;
  }
  /* Remove Chrome/Google Maps focus outline around InfoWindows */
  #properties-map-detail {
    height: 286.34666667px;
  }
  .map-hero-detail {
    height: 286.34666667px;
    margin-top: 55.73533333px;
  }
  .development-portfolio-hero-detail {
    height: 341.57066667px;
  }
  .development-portfolio-details-main-content {
    padding-top: 40.90666667px;
    padding-bottom: 40.90666667px;
  }
  .portfolio-details-top-bar {
    height: 66.47333333px;
    padding-left: 17.89666667px;
    padding-right: 17.89666667px;
  }
  .portfolio-details-text {
    font-size: 8.69266667px;
    line-height: 11.76066667px;
    padding: 17.89666667px;
    margin-bottom: 20.45333333px;
  }
  .portofolio-image-placeholder {
    height: 219.87333333px;
  }
  .portfolio-details-property-name {
    font-size: 12.272px;
    line-height: 18.408px;
    margin-top: 10.22666667px;
  }
  .portfolio-details-secondary {
    font-size: 9.71533333px;
    line-height: 12.78333333px;
  }
  .portfolio-details-logo {
    width: 117.60666667px;
    right: 17.89666667px;
  }
  .visit-website {
    width: 127.83333333px;
    height: 19.942px;
    margin-top: 15.34px;
    font-size: 10.22666667px;
    line-height: 10.22666667px;
    padding-top: 4.09066667px;
    padding-right: 20.45333333px;
  }
  .leadership-content-details {
    height: 66.47333333px;
    padding-left: 15.34px;
  }
  .contact-hero {
    height: 306.8px;
  }
  .contact-form {
    padding-top: 25.56666667px;
    padding-bottom: 40.90666667px;
  }
  .contact-form-intro {
    font-size: 14.31733333px;
  }
  .contact-padding {
    padding-left: 107.38px;
    padding-right: 107.38px;
  }
  .form-control {
    height: 25.56666667px;
    border: 0.51133333px solid #132f54;
    margin-bottom: 12.78333333px;
    border-radius: 0px;
    font-size: 9.204px;
  }
  textarea.form-control {
    height: 51.13333333px;
  }
  .first-row-form {
    margin-top: 25.56666667px;
  }
  .form-control:focus {
    border: 1.02266667px solid #132f54;
  }
  .submit-button {
    width: 165.16066667px;
    height: 25.56666667px;
    font-size: 11.24933333px;
    padding-top: 3.57933333px;
    margin-top: 7.67px;
  }
  .lynx-logo {
    width: 106.35733333px;
    margin-left: 15.34px;
    margin-top: 6.136px;
  }
  .lynx-home-page-hero {
    height: 405.99866667px;
  }
  .lynx-intro-headline {
    font-size: 24.544px;
    line-height: 24.544px;
  }
  .lynx-padding {
    padding-left: 75.67733333px;
    padding-right: 75.67733333px;
  }
  .button-row {
    width: 483.21px;
    margin-top: 30.68px;
  }
  .strategy-button {
    width: 99.19866667px;
    height: 20.19766667px;
    padding-right: 19.43066667px;
    font-size: 10.22666667px;
    line-height: 5.11333333px;
  }
  .strategy-button span {
    transform: translateY(-1.02266667px);
  }
  .lynx-white-box {
    height: 301.68666667px;
    margin-top: 30.68px;
  }
  .lynx-intro-text {
    font-size: 11.24933333px;
    line-height: 18.408px;
    padding-left: 12.78333333px;
    margin-top: 28.12333333px;
  }
  .lynx-white-box-quadrant {
    height: 150.84333333px;
  }
  .lynx-white-box-quadrant-large-text {
    font-size: 33.748px;
    line-height: 34.25933333px;
    margin-bottom: 2.55666667px;
  }
  .lynx-white-box-quadrant-small-text {
    font-size: 12.272px;
    line-height: 17.89666667px;
  }
  .lynx-vertical-divider {
    width: 0.51133333px;
  }
  .lynx-horizontal-divider {
    height: 0.51133333px;
  }
  .lynx-home-page-footer-image {
    height: 204.53333333px;
    margin-top: 20.45333333px;
  }
  .lynx-home-page-footer-image-overlay {
    width: 231.634px;
    right: 0px;
    top: 0px;
    font-size: 24.544px;
    line-height: 29.146px;
  }
  .lynx-strategy-page-hero {
    height: 405.99866667px;
  }
  .lynx-strategy-box-1 {
    width: 544.05866667px;
    height: 145.21866667px;
    margin-top: 76.7px;
  }
  .lynx-strategy-box-2 {
    width: 544.05866667px;
    height: 145.21866667px;
    margin-top: 40.90666667px;
  }
  .lynx-strategy-box-3 {
    width: 544.05866667px;
    height: 145.21866667px;
    margin-top: 40.90666667px;
  }
  .lynx-strategy-box-image-1 {
    width: 283.27866667px;
    height: 170.78533333px;
    top: -38.35px;
    left: -27.612px;
  }
  .lynx-strategy-box-image-2 {
    width: 283.27866667px;
    height: 170.78533333px;
    top: -16.874px;
    right: -27.612px;
  }
  .lynx-strategy-box-image-3 {
    width: 283.27866667px;
    height: 170.78533333px;
    top: 10.22666667px;
    left: -27.612px;
  }
  .lynx-strategy-padding {
    padding-left: 89.48333333px;
    padding-right: 89.48333333px;
  }
  .lynx-strategy-box-text-1 {
    font-size: 11.24933333px;
    line-height: 18.408px;
    width: 255.66666667px;
    margin-top: 13.29466667px;
    margin-right: 15.34px;
  }
  .lynx-strategy-box-text-2 {
    font-size: 11.24933333px;
    line-height: 18.408px;
    width: 255.66666667px;
    margin-top: 13.29466667px;
    margin-left: 15.34px;
  }
  .lynx-strategy-white-text-box {
    font-size: 15.34px;
    line-height: 18.408px;
    width: 196.352px;
    margin-right: 76.7px;
    margin-top: 23.01px;
  }
  .lynx-strategy-symbol {
    width: 118.62933333px;
    top: -15.34px;
    right: -81.81333333px;
  }
  .lynx-member-picture {
    width: 130.39px;
    margin-top: 25.56666667px;
  }
  .lynx-member-name {
    font-size: 11.24933333px;
    line-height: 18.408px;
    margin-top: 5.11333333px;
  }
  .lynx-member-title {
    font-size: 9.204px;
    line-height: 12.272px;
    margin-bottom: 5.11333333px;
  }
  .lynx-member-icons {
    gap: 5.11333333px;
    margin-top: 9.204px;
  }
  .lynx-member-envelope {
    width: 12.78333333px;
    flex: 0 0 12.78333333px;
  }
  .lynx-member-linkedin {
    width: 9.71533333px;
    flex: 0 0 9.71533333px;
  }
  .lynx-leadership-member {
    height: 199.42px;
  }
  .lynx-leadership-detail-box {
    height: 235.21333333px;
    margin-top: 25.56666667px;
  }
  .lynx-leadership-image {
    height: 168.74px;
  }
  .lynx-leadership-box {
    width: 178.96666667px;
    height: 235.21333333px;
    margin-bottom: 20.45333333px;
  }
  .lynx-leadership-page-hero {
    height: 405.99866667px;
  }
  .header-press-button,
  .header-contact-button {
    width: 84.37px;
    height: 17.38533333px;
    top: 17.89666667px;
    font-size: 8.69266667px;
    padding-right: 15.34px;
    padding-top: 1.534px;
  }
  .header-press-button {
    right: 140.61666667px;
  }
  .header-contact-button {
    right: 37.32733333px;
  }
  .header-press-button:hover,
  .header-contact-button:hover {
    filter: drop-shadow(0 1.534px 2.04533333px rgba(0, 0, 0, 0.1));
  }
  .lynx-header-investor-button,
  .lynx-header-contact-button {
    height: 17.38533333px;
    top: 17.89666667px;
    font-size: 8.69266667px;
    padding-right: 15.34px;
    padding-top: 1.534px;
  }
  .lynx-header-investor-button {
    right: 37.32733333px;
    width: 102.778px;
  }
  .lynx-header-contact-button {
    right: 158.51333333px;
    width: 84.37px;
  }
  .lynx-header-investor-button .lynx-header-contact-button:hover {
    filter: drop-shadow(0 1.534px 2.04533333px rgba(0, 0, 0, 0.1));
  }
  .contact-form-intro-white {
    margin-top: 25.56666667px !important;
  }
  .form-control-lynx {
    border: 0.51133333px solid #ffffff;
  }
  .form-control-lynx:focus {
    border: 0.51133333px solid #ffffff !important;
  }
  .submit-button-lynx {
    margin-bottom: 30.68px;
  }
  .lynx-contact-hero {
    height: 405.99866667px;
  }
  .development-portfolio-recently-sold-hero {
    height: 55.73533333px;
  }
  .recently-sold-box {
    padding-top: 7.67px;
    padding-bottom: 7.67px;
    border-bottom: 0.51133333px solid #565652;
  }
  .recently-sold-property-name {
    font-size: 11.24933333px;
    line-height: 13.29466667px;
  }
  .recently-sold-location {
    font-size: 9.204px;
    line-height: 11.24933333px;
  }
  .development-portfolio-recently-sold-main-content {
    padding-top: 15.34px;
    padding-bottom: 30.68px;
  }
  .portfolio-details-top-bar-construction {
    height: 94.59666667px;
    padding-left: 17.89666667px;
    padding-right: 17.89666667px;
  }
  .construction-leadership-hero {
    height: 306.8px;
  }
  .lynx-portfolio-hero {
    height: 405.99866667px;
  }
  #lynx-properties-map {
    height: 350.26333333px;
  }
  .lynx-map-hero {
    height: 350.26333333px;
    margin-top: 55.73533333px;
  }
  .lynx-color-section {
    padding-bottom: 30.68px;
  }
  .state-map-label {
    font-size: 5.62466667px;
  }
  .press-hero {
    height: 55.73533333px;
  }
  .news-article-box {
    width: 163.62666667px;
    height: 247.99666667px;
    margin-top: 15.34px;
    margin-bottom: 15.34px;
    border: 0.51133333px solid #132f54;
  }
  .news-article-link:hover .news-article-box {
    box-shadow: 0 0 12.272px rgba(9, 36, 61, 0.55);
  }
  .news-article-top {
    width: 163.11533333px;
    height: 79.25666667px;
  }
  .news-article-type {
    font-size: 9.71533333px;
    line-height: 9.71533333px;
    padding-top: 5.11333333px;
    padding-bottom: 5.11333333px;
  }
  .news-article-title {
    font-size: 9.204px;
    line-height: 11.24933333px;
    padding: 10.22666667px;
  }
  .news-article-brief {
    font-size: 8.69266667px;
    line-height: 10.22666667px;
    padding: 10.22666667px;
    padding-top: 2.55666667px;
  }
  .read-more-article {
    bottom: 7.67px;
    right: 10.22666667px;
    font-size: 8.18133333px;
  }
  .date-article {
    bottom: 7.67px;
    left: 10.22666667px;
    font-size: 8.18133333px;
  }
  .news-article-type-detail {
    font-size: 11.24933333px;
  }
  .article-title-detail {
    font-size: 14.31733333px;
    margin-top: 20.45333333px;
  }
  .article-date-detail {
    font-size: 9.71533333px;
  }
  .article-full-detail {
    font-size: 8.69266667px;
    line-height: 14.31733333px;
    margin-top: 7.67px;
    margin-bottom: 15.34px;
  }
  .article-source-detail {
    font-size: 8.69266667px;
    margin-top: 4.09066667px;
  }
  .back-to-press {
    font-size: 9.204px;
    margin-bottom: 20.45333333px;
  }
  .privacy-text {
    font-size: 10.22666667px;
    line-height: 15.34px;
    padding-top: 30.68px;
    padding-bottom: 30.68px;
  }
  .privacy-text h2 {
    font-size: 10.22666667px;
    line-height: 15.34px;
  }
  .privacy-text h3 {
    font-size: 10.22666667px;
    line-height: 15.34px;
  }
  .privacy-text p {
    margin: 0 0 15.34px;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 2.55666667px;
    margin-bottom: 5.11333333px;
  }
  .privacy-hero {
    height: 306.8px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-hero {
    height: 295px;
  }
  .home-page-hero-message {
    margin-top: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .navigation-desktop {
    position: fixed;
    width: 100%;
    height: 69px;
    z-index: 100;
    background-color: rgba(23, 56, 95, 0);
    transition: background-color 0.35s ease;
  }
  .navigation-desktop.navigation-scrolled {
    background-color: #17385f;
  }
  .menu-toggle {
    position: relative;
    width: 30px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1001;
    margin-top: 12px;
    float: left;
    margin-left: 10px;
  }
  .menu-line {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #fff;
    border-radius: 999px;
    transform-origin: center center;
    will-change: transform;
  }
  .menu-line-top {
    top: 16px;
  }
  .menu-line-bottom {
    top: 28px;
    transition: opacity 0.35s ease;
  }
  .menu-padding {
    padding-left: 12px;
    padding-right: 12px;
  }
  .navigation-divider {
    width: 1px;
    height: 50px;
    float: left;
    background-color: #ffffff;
    margin-left: 10px;
    margin-top: 10px;
  }
  .hathaway-logo {
    width: 73px;
    float: left;
    margin-left: 10px;
    margin-top: 13px;
  }
  .navigation-bottom-divider {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-top: 8px;
    transition: opacity 0.35s ease;
  }
  .slide-menu {
    width: 100vw;
    z-index: 99;
  }
  .slide-menu-inner {
    padding: 120px 30px 40px;
    height: auto;
  }
  .slide-menu-list {
    text-align: center;
  }
  .slide-menu-list li {
    margin: 0 0 18px;
  }
  .slide-menu-list a {
    font-size: 28px;
    line-height: 1.05;
  }
  .slide-menu-footer {
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    margin-top: 50px;
  }
  .slide-menu-footer span {
    margin: 0 5px;
  }
  .home-intro-text-section {
    background-color: #17385f;
    padding-top: 15px;
    padding-bottom: 25px;
    color: #ffffff;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    z-index: 10;
  }
  .home-intro-text {
    position: relative;
    width: 340px;
    margin: auto;
    padding-left: 4px;
  }
  .home-intro-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-steps-section {
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    background-color: #e9e8e7;
  }
  .home-steps-section-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .process-box {
    margin: auto;
    height: 270px;
    width: 340px;
  }
  .process-image-box {
    height: 270px;
    width: 340px;
    margin: auto;
  }
  .process-box-side-box {
    width: 100px;
    float: left;
    height: 270px;
    position: relative;
  }
  .large-number-1 {
    width: 65px;
  }
  .large-number-2 {
    width: 72px;
    right: -3px;
  }
  .large-number-3 {
    width: 72px;
    right: -1px;
  }
  .process-box-headline {
    color: #ffffff;
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    padding-left: 26px;
    padding-top: 45px;
    line-height: 35px;
    float: left;
  }
  .discipline-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: #e6e5d6;
    float: left;
    padding-left: 26px;
    margin-top: 12px;
  }
  .discipline-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
  }
  .discipline-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 54%;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    background-image: url("../images/list-bullet.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .featured-communities-headline {
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    color: #132f54;
  }
  .featured-community-box {
    width: 350px;
    height: 310px;
    background-color: #5b7e95;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .featured-communities-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-community-box-top {
    width: 350px;
    height: 110px;
    display: flex;
    align-items: center;
    /* vertical centering */
    justify-content: center;
    /* horizontal centering */
  }
  .featured-community-box-top img {
    max-width: 75%;
    max-height: 60%;
    width: auto;
    height: auto;
    display: block;
  }
  .featured-community-box-bottom {
    width: 350px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .featured-property-arrow {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 75px;
  }
  footer {
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #5b7e95;
    color: #ffffff;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 22px;
    white-space: nowrap;
  }
  .footer-column-1 {
    width: 28%;
    float: left;
  }
  .footer-logo {
    width: 80px;
    margin-top: 10px;
  }
  .footer-column-2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
  }
  .footer-column-3 {
    width: 44%;
    float: left;
  }
  .footer-column-4 {
    width: 28%;
    float: left;
  }
  .footer-column-5 {
    width: 23%;
    float: left;
  }
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .copyright-footer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #132f54;
    color: #ffffff;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 11px;
  }
  .copyright {
    float: left;
  }
  .hilltop {
    float: right;
    width: 74px;
    position: relative;
    top: -2px;
  }
  .home-down-arrow {
    width: 85px;
    position: absolute;
    left: -15px;
    top: 15px;
  }
  .about-us-hero {
    height: 250px;
  }
  .about-us-grey-box-left {
    float: left;
    width: 40%;
    height: 280px;
    background-color: #eeeeed;
    position: relative;
  }
  .about-us-grey-box-right {
    float: right;
    width: 40%;
    height: 290px;
    background-color: #eeeeed;
    position: relative;
    margin-top: -10px;
  }
  .demonstrated-success-box {
    float: right;
    width: 60%;
    height: auto;
    margin-bottom: 10px;
  }
  .demonstrated-success-title {
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #132f54;
    margin-left: 15px;
    margin-top: 10px;
  }
  .demonstrated-success-text {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #565652;
    margin-left: 15px;
    margin-top: 5px;
    padding-right: 15px;
    letter-spacing: -0.02em;
  }
  .market-insight-box {
    float: left;
    width: 60%;
    height: auto;
    margin-bottom: 15px;
    background-color: #ffffff;
  }
  .market-insight-title {
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 19px;
    color: #132f54;
    margin-left: 10px;
    margin-top: 12px;
  }
  .market-insight-text {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #565652;
    margin-left: 10px;
    margin-top: 10px;
    padding-right: 15px;
    letter-spacing: -0.02em;
  }
  .creating-value-bar {
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #8c4618;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    padding-top: 15px;
    top: auto;
  }
  .grey-box-image {
    height: 120px;
    background-position: center center;
  }
  .hathaway-buttons {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .our-leadership-button {
    width: 153px;
    height: 24px;
    background-image: url("../images/hathaway-arrow.svg");
    background-size: cover;
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
    color: #ffffff;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.03em;
    padding-top: 4.8px;
    padding-left: 15px;
    float: left;
  }
  .our-portfolio-button {
    width: 153px;
    height: 24px;
    background-image: url("../images/hathaway-arrow.svg");
    background-size: cover;
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
    color: #ffffff;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.03em;
    padding-top: 4.8px;
    padding-left: 15px;
    float: right;
  }
  .development-brown-box,
  .development-green-box,
  .development-red-box {
    position: relative;
    margin: auto;
    top: auto;
    margin-top: 10px;
    right: auto;
    z-index: 10;
  }
  .development-bw-background {
    width: 100%;
    height: 300px;
    background-image: url("../images/development-bw-background.webp");
    background-size: cover;
    margin-top: -220px;
    position: relative;
    z-index: 1;
  }
  .meets-opportunity {
    position: absolute;
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #ffffff;
    width: 100%;
    right: auto;
    top: 250px;
    text-align: center;
  }
  .meets-opportunity-text {
    width: 100%;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #565652;
    margin: auto;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .development-main-content {
    height: auto;
    margin-bottom: 20px;
  }
  .development-overlay-image {
    width: auto;
    height: 250px;
    position: relative;
    top: auto;
    margin-top: 30px;
    left: auto;
    background-image: url("../images/development-overlay-image.webp");
    background-size: cover;
    margin-left: 15px;
    margin-right: 15px;
  }
  .development-green-box {
    width: 231.46666667px;
    height: 165.33333333px;
  }
  .development-red-box {
    width: 231.46666667px;
    height: 165.33333333px;
  }
  .development-brown-box {
    width: 231.46666667px;
    height: 165.33333333px;
  }
  .box-accent {
    width: 26.45333333px;
    height: 165.33333333px;
    left: 0px;
    top: 0px;
  }
  .development-box-text {
    padding-left: 26.45333333px;
    font-size: 15.872px;
    line-height: 23.808px;
    padding-top: 39.68px;
  }
  .development-box-text-large {
    font-size: 43.648px;
    line-height: 44.30933333px;
  }
  .leadership-hero {
    height: 250px;
  }
  .construction-leadership-hero {
    height: 250px;
  }
  .leadership-content {
    background-color: #132f54;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .leadership-box {
    width: 157.5px;
    height: 265.5px;
    background-color: #5b7e95;
    margin: auto;
    margin-bottom: 18px;
  }
  .leadership-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .leadership-image {
    width: 100%;
    height: 193.5px;
    background-size: cover;
    position: relative;
  }
  .leadership-name {
    font-family: "psfournier-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13.2px;
    line-height: 19.8px;
    color: #e6e5d6;
    width: 100%;
  }
  .leadership-title {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: 12.5px;
    color: #ffffff;
    width: 100%;
    letter-spacing: 0.03em;
  }
  .leader-bio-box-mobile {
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .leadership-name-mobile {
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #132f54;
    text-align: center;
  }
  .leadership-title-mobile {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 17px;
    color: #565652;
    text-align: center;
    margin-top: 5px;
  }
  .leadership-detail-bio-mobile {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    color: #565652;
    margin-top: 20px;
    letter-spacing: -0.0215em;
  }
  .leadership-image-mobile {
    margin-left: 15px;
    margin-right: 15px;
    height: 460px;
    background-size: cover;
    width: auto;
    position: relative;
  }
  .construction-crane-section {
    width: 100%;
    height: 300px;
    margin: auto;
    margin-top: 30px;
    background-size: cover;
    background-image: url("../images/construction-crane-photo.webp");
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .construction-crane-section-left {
    float: none;
    margin: auto;
    width: 60%;
    height: 50%;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
  }
  .construction-crane-section-right {
    float: none;
    margin: auto;
    width: 60%;
    height: 50%;
    color: #ffffff;
    text-align: center;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
  }
  .construction-crane-section-large {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
    line-height: 44px;
  }
  .construction-bottom {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .construction-left {
    width: 100%;
    float: left;
  }
  .construction-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .precision-in-every-build {
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #132f54;
    margin-left: auto;
    text-align: center;
  }
  .precision-in-every-build-text {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #565652;
    margin-top: 15px;
  }
  .precision-in-every-build-text-italic {
    font-family: "psfournier-std", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #565652;
    margin-top: 30px;
  }
  .construction-page-images {
    margin-top: 20px;
  }
  .portfolio-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .development-portfolio-box {
    width: 93%;
    height: 172px;
    background-color: #5b7e95;
    margin: auto;
    margin-bottom: 15px;
  }
  .featured-community-box-top-mobile {
    width: 93%;
    height: 52px;
    display: flex;
    align-items: center;
    /* vertical centering */
    justify-content: center;
    /* horizontal centering */
  }
  .featured-community-box-top-mobile img {
    max-width: 75%;
    max-height: 60%;
    width: auto;
    height: auto;
    display: block;
  }
  .featured-community-box-bottom-mobile {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .featured-property-arrow-mobile {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 37px;
  }
  #properties-map {
    height: 250px;
  }
  .map-hero {
    height: 250px;
  }
  .development-portfolio-hero {
    height: 300px;
  }
  .featured-property-location {
    width: 82%;
    height: 19.5px;
  }
  .portfolio-details-top-bar {
    height: 160px;
    background-color: #5b7e95;
    padding-left: 15px;
    padding-right: 0px;
  }
  .portfolio-details-top-bar-construction {
    height: 205px;
    background-color: #5b7e95;
    padding-left: 15px;
    padding-right: 0px;
  }
  .portfolio-details-text {
    background-color: #ffffff;
    color: #565652;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .portofolio-image-placeholder {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
  }
  .portfolio-details-property-name {
    font-family: "psfournier-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #e6e5d6;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
  }
  .portfolio-details-secondary {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
  }
  .portfolio-details-logo {
    position: relative;
    width: 160px;
    margin: auto;
    margin-top: 20px;
    right: auto;
    top: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    opacity: 0.7;
    float: none;
  }
  .visit-website {
    width: 150px;
    height: 23.4px;
    background-image: url("../images/visit-website.svg");
    background-size: cover;
    margin: auto;
    margin-top: 18px;
    color: #ffffff;
    text-align: center;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.06em;
    padding-top: 4.8px;
    padding-right: 24px;
  }
  .mobile-height {
    height: auto!important;
  }
  .leadership-content-details {
    height: 70px;
    padding-left: 15px;
  }
  .contact-hero {
    height: 300px;
  }
  .contact-form {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .contact-form-intro {
    text-align: center;
    font-family: "psfournier-std", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #132f54;
  }
  .contact-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .form-control {
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0px;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
  }
  textarea.form-control {
    height: 100px;
    width: 100%;
  }
  .first-row-form {
    margin-top: 20px;
  }
  .submit-button {
    width: 300px;
    height: 40px;
    margin: auto;
    color: #ffffff;
    text-align: center;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    padding-top: 4px;
    letter-spacing: 0.02em;
    margin-top: 5px;
    cursor: pointer;
  }
  .lynx-home-page-hero {
    height: 295px;
  }
  .lynx-logo {
    width: 95px;
    float: left;
    margin-left: 8px;
    margin-top: 16px;
  }
  .lynx-home-page-hero {
    height: 295px;
  }
  .lynx-main-section {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #132f54;
  }
  .lynx-intro-headline {
    text-align: center;
    color: #ffffff;
    font-family: "psfournier-std-grand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
  }
  .lynx-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .button-row {
    width: 100%;
    max-width: 430px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 12px;
    margin-top: 30px;
  }
  .strategy-button {
    width: 128.29866667px;
    height: 26.12266667px;
    padding-right: 25.13066667px;
    font-size: 13.22666667px;
    line-height: 6.61333333px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .strategy-button span {
    transform: translateY(-2px);
  }
  .strategy-button,
  .strategy-button:link,
  .strategy-button:visited,
  .strategy-button:hover,
  .strategy-button:active,
  .strategy-button:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .strategy-button:hover {
    transform: scale(1.05);
  }
  .lynx-white-box {
    width: 100%;
    height: 340px;
    background-color: #ffffff;
    margin-top: 30px;
    position: relative;
  }
  .lynx-intro-text {
    color: #ffffff;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .lynx-white-box-quadrant {
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .lynx-white-box-quadrant-large-text {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 5px;
  }
  .lynx-white-box-quadrant-small-text {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
  }
  .lynx-red {
    color: #8c4618;
  }
  .lynx-brown {
    color: #675d3e;
  }
  .lynx-green {
    color: #4a6326;
  }
  .lynx-blue {
    color: #3d5869;
  }
  .lynx-vertical-divider {
    top: 50%;
    left: 50%;
    width: 1px;
    height: 85%;
    background-color: #5b7e95;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .lynx-horizontal-divider {
    top: 50%;
    left: 50%;
    height: 1px;
    width: 85%;
    background-color: #5b7e95;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .lynx-home-page-footer-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-image: url("../images/lynx-home-footer-image.webp");
    margin-top: 20px;
    position: relative;
  }
  .lynx-home-page-footer-image-overlay {
    width: 180px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(103, 93, 62, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: "psfournier-std", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
    background-image: url("../images/translucency.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
  }
  .lynx-strategy-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lynx-strategy-page-hero {
    height: 295px;
  }
  .lynx-strategy-box-1 {
    width: 360px;
    height: auto;
    padding-bottom: 15px;
    background-color: #dddddb;
    float: none;
    margin: auto;
    margin-top: 30px;
    position: relative;
    padding-top: 15px;
  }
  .lynx-strategy-box-2 {
    width: 360px;
    height: auto;
    padding-bottom: 15px;
    background-color: #dddddb;
    float: none;
    margin: auto;
    margin-top: 30px;
    position: relative;
    padding-top: 15px;
  }
  .lynx-strategy-box-3 {
    width: 360px;
    height: auto;
    padding-bottom: 15px;
    background-color: #dddddb;
    float: none;
    margin: auto;
    margin-top: 30px;
    position: relative;
    padding-top: 15px;
  }
  .lynx-strategy-box-image-1 {
    position: relative;
    width: 340px;
    height: auto;
    margin: auto;
    top: auto;
    left: auto;
  }
  .lynx-strategy-box-image-2 {
    position: relative;
    width: 340px;
    height: auto;
    margin: auto;
    top: auto;
    left: auto;
    right: auto;
  }
  .lynx-strategy-box-image-3 {
    position: relative;
    width: 340px;
    height: auto;
    margin: auto;
    top: auto;
    left: auto;
  }
  .lynx-strategy-box-text-1 {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #132f54;
    width: 340px;
    float: none;
    margin: auto;
    margin-top: 10px;
  }
  .lynx-strategy-box-text-2 {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #132f54;
    width: 340px;
    float: none;
    margin: auto;
    margin-top: 10px;
  }
  .lynx-strategy-white-text-box {
    font-family: "psfournier-std", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    width: 260px;
    float: left;
    margin: auto;
    margin-left: 10px;
    margin-top: 25px;
    position: relative;
  }
  .lynx-strategy-symbol {
    position: absolute;
    width: 150px;
    top: -10px;
    right: -80px;
  }
  .lynx-leadership-page-hero {
    height: 295px;
  }
  .lynx-leadership-image-mobile {
    margin-left: 15px;
    margin-right: 15px;
    height: 360px;
    background-size: cover;
    width: auto;
    position: relative;
  }
  .header-contact-button {
    right: 12px;
    top: 24px;
  }
  .header-press-button {
    right: 110px;
    top: 24px;
  }
  .lynx-header-contact-button {
    right: 120px;
    top: 24px;
  }
  .lynx-header-investor-button {
    right: 12px;
    top: 24px;
  }
  .development-portfolio-recently-sold-hero {
    height: 72.08533333px;
  }
  .recently-sold-box {
    padding-top: 9.92px;
    padding-bottom: 9.92px;
    border-bottom: 0.66133333px solid #565652;
  }
  .recently-sold-property-name {
    font-size: 14.54933333px;
    line-height: 17.19466667px;
  }
  .recently-sold-location {
    font-size: 11.904px;
    line-height: 14.54933333px;
  }
  .development-portfolio-recently-sold-main-content {
    padding-top: 19.84px;
    padding-bottom: 39.68px;
  }
  .lynx-portfolio-details-top-bar {
    height: 200px;
  }
  .news-article-type-detail {
    font-size: 14.54933333px;
  }
  .article-title-detail {
    font-size: 22px;
    margin-top: 26.45333333px;
  }
  .article-date-detail {
    font-size: 17px;
  }
  .article-full-detail {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .article-source-detail {
    font-size: 16px;
    margin-top: 4px;
  }
  .back-to-press {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .press-hero {
    height: 65px;
  }
  .news-article-box {
    width: 180px;
    height: 415px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #132f54;
    background-color: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    transform: scale(1);
    position: relative;
    z-index: 1;
  }
  .news-article-link:hover .news-article-box {
    transform: scale(1.02);
    box-shadow: 0 0 24px rgba(9, 36, 61, 0.55);
    z-index: 2;
    cursor: pointer!important;
  }
  a.news-article-link,
  a.news-article-link:hover,
  a.news-article-link:focus,
  a.news-article-link:active,
  a.news-article-link:visited {
    color: inherit;
    text-decoration: none;
  }
  .news-article-top {
    width: 179px;
    height: 87px;
    background-size: cover;
  }
  .news-article-type {
    text-align: center;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #565652;
    letter-spacing: 0.03em;
  }
  .news-article-title {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    color: #132f54;
    padding: 10px;
  }
  .news-article-brief {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    color: #565652;
    padding: 10px;
    padding-top: 5px;
  }
  .read-more-article {
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #132f54;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
  }
  .date-article {
    position: absolute;
    bottom: 35px;
    left: 10px;
    color: #132f54;
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
  }
  .privacy-text {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .privacy-text h2 {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .privacy-text h3 {
    font-family: "skolar-sans-pe", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .privacy-text p {
    margin: 0 0 20px;
  }
  .h1,
  .h2,
  .h3,
  h1,
  h2,
  h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
