:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.button.hide-me {
  display: none;
}

.button.download-pdf {
  background-color: #185c97;
  margin-top: 33px;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #0f4488;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.section.accent.hide-me, .section.hid-eme {
  display: none;
}

.white-box {
  text-align: center;
  background-color: #668cad0a;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  height: 401px;
  padding: 15px;
}

.white-box:hover {
  background-color: #f9f3ee;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-section.centered.shorter {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-heading.mod {
  margin-bottom: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  font-size: 55px;
}

.hero-heading.annualreport {
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 31px;
  line-height: 1.25em;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hero-subheading.hide-me {
  display: none;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  display: none;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.how-live {
  color: #cfaa7a;
  text-transform: uppercase;
  margin-top: 38px;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.color-mod {
  color: #cfaa7a;
  font-weight: 600;
}

.section-subheading.center.hid-eme {
  display: none;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 10px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.grid-image.mod {
  width: 100%;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.heading {
  letter-spacing: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
}

.link-no-unders {
  color: #4b4c4e;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cb {
  clear: both;
}

._404-logo {
  margin-bottom: 20px;
}

.how-you-live-underline {
  border-bottom: 1px solid #cca571;
}

.homes-space {
  height: 100px;
}

.homes-space._22 {
  margin-bottom: 76px;
}

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

.h1-center.mt {
  margin-top: 25px;
}

.h1-center.m-adjust {
  margin-top: 43px;
  margin-bottom: 43px;
}

.h2-bold {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

.link-block-100p {
  color: #005286;
  cursor: pointer;
  border-bottom-style: none;
  display: block;
}

.link-block-100p:hover {
  border-bottom-style: none;
}

.powerbar-text {
  color: #f8f8f8;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 40px;
  line-height: 1.4em;
  transition: all 1.5s;
  display: inline-block;
}

.powerbar-text:hover {
  letter-spacing: 1px;
  text-decoration: none;
}

.how-you-live-underline-2 {
  white-space: nowrap;
  border-bottom: 2px solid #c8a06c;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  position: static;
  bottom: -2px;
  left: 0;
  right: 20px;
}

.horz-line {
  background-color: #09395a;
  height: 6px;
}

.powerbar {
  text-align: center;
  background-color: #2a2217;
  position: relative;
}

.powerbar.shadow {
  z-index: 1001;
  background-color: #09395a;
  border-style: none;
  box-shadow: 0 2px 13px #36332f82;
}

.powerbar.shadow.blue {
  z-index: 711;
  opacity: 1;
  color: #00437a;
  z-index: 711;
  opacity: 1;
  background-color: #09395a;
  border-style: none;
  border-color: #9e9588;
  border-left-width: 0;
  border-right-width: 0;
  display: block;
  box-shadow: inset 1px 1px 20px -1px #022a3f, 0 0 25px #1b1610b8;
}

.back-company-overview-flipboox-page {
  z-index: 101;
  color: #fff;
  text-transform: uppercase;
  border-bottom-style: none;
  padding: 9px;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 32px;
}

.back-company-overview-flipboox-page:hover {
  color: #e0d4ba;
  border-bottom-style: none;
}

.registered-trademark {
  margin-left: 4px;
  font-size: 13px;
  position: relative;
  bottom: 10px;
  right: 5px;
}

.separator {
  background-image: linear-gradient(to right, #fff0, #cfab7a 50%, #fff0);
  height: 5px;
  margin-top: 26px;
  margin-bottom: 18px;
  position: relative;
}

.separator.nograd {
  background-color: #e2dad1;
  background-image: none;
}

.separator.nograd.pad0 {
  background-color: #e2dad1;
  margin-top: 0;
  margin-bottom: 0;
}

.button-hhhunt-style {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #47433d;
  background-color: #015288;
  border: 1px solid #e0d4ba;
  border-radius: 4px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 26px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35em;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  box-shadow: 1px 1px 17px #3d230070;
}

.button-hhhunt-style:hover {
  color: #fefefe;
  text-shadow: 1px 1px 6px #47433d;
  background-color: #489b8f;
  border: 1px solid #a28151;
  text-decoration: none;
  position: relative;
  bottom: 1px;
  box-shadow: inset 0 0 37px #022a3f57;
}

.button-hhhunt-style:active {
  box-shadow: none;
  opacity: 1;
  background-color: #015288;
  position: relative;
  bottom: 0;
  transform: translate(0);
}

.html-embed {
  margin-bottom: 0;
}

.html-embed.footer-news {
  margin-left: -9px;
}

.center-my-contents {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center-my-contents.flip-button {
  margin-top: 36px;
  margin-bottom: 64px;
}

.cb-2 {
  clear: both;
  height: 0;
}

.footer-social-wrapper {
  clear: both;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.social-ico {
  opacity: 1;
  border: 1px #000;
  border-radius: 0;
  width: 39px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.social-ico:hover {
  border-bottom-style: none;
}

.bottomlink {
  color: #494949;
  border-bottom-style: none;
  font-size: 11px;
  line-height: 1.35em;
  text-decoration: none;
  display: block;
}

.bottomlink:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.footer-col-1-lr-2 {
  text-align: center;
}

.footercontents-2 {
  padding-bottom: 7px;
}

.smico:hover {
  border-bottom: 1px #000;
}

.button-contact-foot {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #47433d;
  background-color: #015288;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-top: 3px;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 1px 1px 17px #3d230070;
}

.button-contact-foot:hover {
  color: #fefefe;
  text-shadow: 1px 1px 9px #00000096;
  background-color: #cfab7a;
  border: 1px solid #fff;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  bottom: 0;
  box-shadow: 1px 1px 6px #0000004d;
}

.button-contact-foot:active {
  box-shadow: none;
  opacity: 1;
  background-color: #015288;
  position: relative;
  bottom: -1px;
  transform: translate(0);
}

.footer-2 {
  opacity: 1;
  background-color: #f7f6eb;
  border-top: 3px solid #005288;
  padding-top: 36px;
}

.footer-2.white {
  background-color: #f1ede8;
  border-top-style: none;
  border-top-width: 7px;
  transition: background-color .25s;
  display: block;
}

.footer-2.white:hover {
  background-color: #e6dfd7;
}

.numbers {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.footer-location {
  font-size: 13px;
  display: block;
}

.footer-headquarters-p {
  text-align: left;
  font-size: 13px;
  line-height: 24px;
}

.footer-headquarters-p.loc {
  color: #231c16;
  text-align: left;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6em;
}

.container-full-1140 {
  z-index: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5%;
  padding-right: 1.5%;
  display: block;
  position: relative;
}

.footer-icon {
  z-index: 100;
  float: none;
  opacity: .64;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 41px;
}

.footer-icon.eho {
  top: 11px;
  right: 15px;
}

.footer-icon.full-wide-demo {
  color: #636363;
  padding-left: 0;
  top: 11px;
  right: 34px;
}

.footer-feed-wrap {
  text-align: left;
  margin-top: 12px;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.footer-subbar {
  border-top: 1px solid #c7c7c7;
  margin-top: 17px;
  padding-top: 12px;
  position: relative;
}

.footer-header-underline {
  background-color: #cac6b1;
  background-image: none;
  width: 90%;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.footer-header-underline.address {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.how-you-live-foot-2 {
  color: #ccc6af;
  text-align: center;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  font-weight: 700;
  display: block;
}

.how-you-live-foot-2.mod1 {
  color: #005288;
  margin-bottom: 4px;
  font-size: 18px;
}

.footer-block-2.line-left-1 {
  border-left: 1px solid #c7c7c7;
  margin-left: 0;
  padding-left: 21px;
}

.footerlink {
  color: #231c16;
  text-align: left;
  border-bottom-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
  display: inline-block;
}

.footerlink:hover {
  color: #489b8f;
  border-bottom-style: none;
  text-decoration: underline;
}

.footerlink.w--current:hover {
  text-transform: none;
}

.footer-headquarters-loc {
  letter-spacing: 1px;
  font-size: 14px;
}

.logo-link-footer, .logo-link-footer:hover {
  border-bottom-style: none;
}

.footer-title-2 {
  color: #2c2c2c;
  text-align: left;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.footer-title-2.mt {
  margin-top: 15px;
}

.hhhc-logo-foot {
  width: 206px;
  height: 111.24px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
}

.hhhc-logo-foot:hover {
  border-bottom: 1px #000;
  bottom: 5px;
}

.phone {
  color: #231c16;
  border-bottom-style: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.phone:hover {
  color: #36332f;
  border-bottom-style: none;
  text-decoration: underline;
}

.footer-links-block {
  text-align: left;
}

.footer-links-block.mb {
  padding-bottom: 20px;
}

.nav_dropdown-toggle {
  margin-left: 10px;
  padding: 20px;
  top: -2px;
}

.nav_dropdown-toggle.hide {
  display: none;
}

.nav_dropdown-line-2 {
  z-index: 1;
  background-color: #cfab7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.nav_dropdown-toggle-text {
  margin-top: 9px;
  padding-bottom: 29px;
  padding-left: 0;
  padding-right: 0;
}

.nav_dropdown-toggle-text.hide {
  display: none;
}

.nav_link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  transition: color .2s;
  display: flex;
}

.nav_link:hover {
  color: #fff;
  border-bottom: 3px solid #cfab7a;
}

.nav_link.w--current {
  color: #fff;
}

.nav_link.is-work-with-us {
  margin-right: 0;
}

.nav_link.is-work-with-us.hide {
  display: none;
}

.nav_component-about-us {
  z-index: 998;
  position: relative;
  inset: 0% 0% auto;
}

.nav_drop-group.show-mobile-landscape {
  display: none;
}

.nav_dropdown-hamburger {
  width: 43px;
  height: 43px;
  padding-left: 0;
  padding-right: 0;
}

.nav_dropdown-hamburger.w--open {
  box-shadow: none;
}

.nav_link-list {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.nav_logo {
  transition: filter .2s;
}

.nav_logo:hover {
  filter: brightness(200%);
}

.nav_nav {
  z-index: 996;
  background-color: #0e1214;
  border-bottom: 3px #005286;
  height: 86px;
  position: relative;
  box-shadow: 0 1px 40px #1b1610db;
}

.nav_logo-link {
  border-bottom-style: none;
  margin-top: 2px;
  margin-left: 37px;
}

.nav_logo-link:hover {
  border-bottom-style: none;
}

.nav_menu {
  color: #fff;
  align-items: center;
  padding-top: 6px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 24px;
}

.nav_dropdown-line-3 {
  z-index: 2;
  background-color: #cfab7a;
  width: 30px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_dropdown-line {
  z-index: 2;
  background-color: #cfab7a;
  width: 30px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.nav_dropdown-link {
  letter-spacing: 1px;
  background-color: #005286;
  border-bottom: 1px dotted #a09c9c;
  padding: 14px 29px 14px 24px;
}

.nav_dropdown-link:hover {
  color: #09395a;
  background-color: #e2be8c;
  border-bottom-style: dotted;
}

.nav_dropdown-link.w--current {
  color: #fff;
}

.nav_dropdown-link.is-last-nav-option {
  border-bottom: 3px solid #cfab7a;
}

.nav_dropdown-link.is-first-nav-option {
  border-top: 3px solid #cfab7a;
}

.nav_dropdown-link.is-first-nav-option:hover {
  background-color: #e6c190;
}

.nav_dropdown-list {
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_dropdown-list.w--open {
  opacity: .97;
  background-color: #dbac7100;
  margin-top: 14px;
  padding-top: 3px;
  position: absolute;
  top: 62px;
  box-shadow: 0 20px 35px #0000008c;
}

.nav_dropdown-list.text.w--open {
  opacity: .96;
  padding-top: 0;
  top: 91px;
  right: auto;
}

.zoning-floating-download {
  color: #fff;
  text-transform: uppercase;
  padding-top: 14.5px;
  padding-left: 34px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.zoning-floating-download.center {
  text-align: center;
  inset: 0% 0% auto;
}

.zoning-floating-back {
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 34px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block {
  position: relative;
}

.h1-team-member-handbook {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 25px;
  line-height: 1.4em;
}

.div-relative {
  position: relative;
}

.pdf-floating-buttons-wrap {
  background-color: #0000;
}

.underline {
  text-decoration: underline;
}

.pdf-desktop-wrapper.land-aquisition {
  position: relative;
}

.pdf-mobile-wrapper {
  display: none;
}

.zoning-text-field:hover {
  border: 1px solid #cca56f;
}

.zoning-center {
  text-align: center;
  position: relative;
}

.zoning-additional-buttons {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.pdf-floating-buttons_component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pdf-floating-buttons_component.is-static {
  background-color: #cdaa77;
  position: static;
}

.html-embe {
  margin-bottom: 15px;
}

.zoning-wh-click-to-enlarge {
  text-align: right;
  font-size: 12px;
  display: none;
}

.zoning-wh-click-to-enlarge.al {
  text-align: left;
  padding-left: 3px;
  line-height: 16px;
}

.zoning-wh-click-to-enlarge.al.lighter {
  color: #888;
  letter-spacing: .5px;
  font-size: 11px;
  font-style: italic;
  display: block;
}

.zoning-form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 770px;
  margin: 30px auto 18px;
  display: block;
}

.zoning-form-wrapper.more-lower-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.zoning-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #005288;
  background-image: radial-gradient(circle, #004979, #005288);
  border: 2px solid #cca56f;
  border-radius: 4px;
  align-self: auto;
  margin-top: 12px;
  margin-right: 9px;
  padding: 9px 16px 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
  top: 140px;
  left: 105px;
  transform: translate(0, -3px);
  box-shadow: 1px 1px 14px #3b3e4147;
}

.zoning-button:hover {
  opacity: .94;
  color: #fff;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-color: #cfab79;
  background-image: none;
  border-color: #b18037;
  text-decoration: none;
  box-shadow: inset 0 0 8px #ac8b5e;
}

.zoning-button:active {
  box-shadow: none;
  opacity: 1;
  text-shadow: 1px 1px 4px #6d4d1e;
  background-image: none;
  transform: translate(0, -2px);
}

.zoning-button.zoning-site-back {
  z-index: 101;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2b2b2b;
  background-image: none;
  padding: 4px 14px;
  font-size: 14px;
  position: static;
  top: 30%;
  left: 51px;
}

.zoning-form-top-wrap {
  text-align: center;
}

.zoning-40-px-spacer {
  height: 40px;
}

.zoning-p.zoning-contact {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4em;
}

.zoning-p.zoning-contact.line2 {
  text-align: center;
  line-height: 1.35;
}

.zoning-p.zoning-contact.cc {
  color: #fff;
  text-align: center;
  background-color: #7aa05f;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 54px;
  font-size: 19px;
  display: inline-block;
}

.pdf-mobile-wrapper-2 {
  display: none;
}

.pdf-desktop-wrapper-2.land-acquisition {
  position: relative;
}

.pdf-floating-buttons_button {
  text-transform: uppercase;
  background-color: #80756700;
  border-radius: 3px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px 19px;
  font-size: 13px;
  font-weight: 700;
}

.pdf-floating-buttons_button:hover {
  background-color: #b49367;
}

.pdf-no-touch {
  width: 75%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 7% 0% 0% 15%;
}

.pdf-no-touch.emergency {
  width: 60%;
}

.zoning-form {
  text-align: left;
  background-color: #f8f6ed;
  border: 3px solid #cfab79;
  border-radius: 0;
  width: 100%;
  padding: 31px 45px 45px;
  display: inline-block;
  box-shadow: 1px 0 50px #0000005e;
}

.zoning-sectionshadow {
  text-align: left;
  box-shadow: inset 1px 1px 20px #7c7c7c;
}

.awards-agenda-block {
  text-align: left;
  margin-bottom: 28px;
}

.awards-h2 {
  color: #cfab79;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.awards-agenda-p {
  color: #fff;
  text-align: left;
  border-left: 1px solid #cfab79;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.7rem;
}

.image-2 {
  color: #fff;
  margin-left: 20px;
}

.menu-bg {
  z-index: 8888;
  background-color: #000;
  display: block;
  position: fixed;
  inset: 0%;
}

.awards-nav-links {
  opacity: .8;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.awards-nav-links:hover, .awards-nav-links.w--current {
  opacity: 1;
}

.navholder {
  display: none;
}

.showreel-title {
  margin-bottom: 0;
}

.showreel-title.project {
  color: #fff;
  font-size: 24px;
}

.menu-left {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: fixed;
}

.social-links {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.social-links:hover {
  opacity: 1;
}

.social-links.w--current {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.social-links.w--current:hover {
  opacity: 1;
}

.showreel {
  color: #c45af4;
  margin-top: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.showreel.project {
  margin-top: 70px;
  display: none;
}

.div-block-20 {
  background-color: #c15bf3;
  width: 16px;
  height: 2px;
  margin-bottom: 5px;
}

.awards-star-nav {
  width: 75px;
  margin-bottom: 10px;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 65px;
  display: flex;
  position: static;
  left: 65px;
}

.overlay {
  z-index: 88888;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1110px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.socials {
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 170px;
  display: none;
  position: static;
  left: 45%;
  right: auto;
}

.menu {
  z-index: 99999;
  cursor: pointer;
  width: 60px;
  margin-left: -20px;
  position: static;
  inset: 0% auto 0% 0%;
}

.navholder-2 {
  display: block;
}

.awards-page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.background-video {
  height: 100vh;
  overflow: auto;
}

.awards-buttons-wrapper {
  margin-top: 25px;
}

.main-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.main-wrapper.stretch-bg-video-taller {
  height: 100vh;
}

.awards-ceremony-p {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.7rem;
}

.bg-vide0-cover-awards {
  background-image: radial-gradient(circle, #000, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  background-image: none;
}

.page-wrapper.is-intereior {
  background-color: #050505;
  background-image: radial-gradient(circle, #000000d1 44%, #fff0), url('../images/confetti-AdobeStock_256139065.jpg');
  background-attachment: scroll, fixed;
}

.awards-ceremony-logo-home {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.awards-ceremony-logo-home.welcome-page {
  width: 35%;
  margin-bottom: 37px;
}

.awards-button {
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px #00000094;
  background-color: #cfab79;
  border: 2px solid #836b4c;
  border-radius: 30px;
  margin: 7px;
  padding: 14px 28px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .25s;
  box-shadow: 1px 1px 30px #0000005c;
}

.awards-button:hover {
  background-color: #0a5489;
}

.awards-ceremony-home-page-content {
  text-align: center;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.awards-body {
  background-image: url('../images/confetti-AdobeStock_256139065.jpg');
  background-position: 50%;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.awards-h1 {
  color: #cfab79;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.awards-h2-2 {
  color: #cfab79;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.awards-agenda-p-2 {
  color: #fff;
  text-align: left;
  border-left: 1px solid #cfab79;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.7rem;
}

.html-embed-2 {
  margin-bottom: 0;
}

.pdf-floating-buttons_component-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pdf-floating-buttons_button-2 {
  text-transform: uppercase;
  background-color: #80756700;
  border-radius: 3px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px 19px;
  font-size: 13px;
  font-weight: 700;
}

.pdf-floating-buttons_button-2:hover {
  color: #fff;
  background-color: #b49367;
}

.pdf-floating-buttons_button-2.hide {
  display: none;
}

.footer_bottom-bar {
  clear: both;
  border-top: 1px solid #b8b1a9;
  align-items: center;
  margin-top: 17px;
  padding-top: 15px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.footer_button-wrapper {
  width: 20%;
  display: inline-block;
}

.footer_button-wrapper.is-eho {
  position: relative;
}

.social-links_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.nav-footer_address-phone {
  border-bottom-style: none;
  text-decoration: none;
}

.nav-footer_address-phone:hover {
  color: #36332f;
  border-bottom-style: none;
  text-decoration: underline;
}

.nav-footer_address-phone.no-fx:hover {
  text-decoration: none;
}

.container-footer {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer_line-left {
  border-left: 1px solid #b8b1a9;
  padding-left: 1rem;
}

.footer_social-wrapper {
  clear: both;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer_logo {
  width: 206px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
}

.footer_logo:hover {
  border-bottom: 1px #000;
  bottom: 5px;
}

.footer_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_icon {
  z-index: 100;
  float: none;
  opacity: .64;
  color: #636363;
  display: inline-block;
  position: absolute;
  inset: 15% 6% auto auto;
}

.footer_icon.eho {
  inset: 15% -1% auto auto;
}

.footer_component {
  background-color: #f1ede8;
  transition: background-color .25s;
}

.footer_component:hover {
  background-color: #e6dfd7;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-footer_bottom-links {
  color: #4b4b4b;
  text-align: center;
  border-bottom-style: none;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.nav-footer_bottom-links:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.powerbar-text-2 {
  color: #f8f8f8;
  text-align: center;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 40px;
  line-height: 1.4em;
  transition: all 1.5s;
  display: inline-block;
}

.powerbar-text-2:hover {
  letter-spacing: 1px;
  text-decoration: none;
}

.footer_social-icon:hover {
  border-bottom: 1px #000;
}

.footer_how-you-live {
  color: #005288;
  text-align: center;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
}

.registered-trademark-2 {
  margin-left: 4px;
  font-size: 12px;
  position: relative;
  bottom: 12px;
  right: 5px;
}

.nav-footer_logo-link, .nav-footer_logo-link:hover, .nav-footer_heading-link {
  border-bottom-style: none;
}

.nav-footer_heading-link:hover {
  border-bottom-style: none;
  text-decoration: none;
}

.footer_underline-separator {
  background-color: #cac6b1;
  background-image: none;
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.footer_heading-underline {
  background-color: #cac6b1;
  background-image: none;
  width: 90%;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.nav-footer_subscribe-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #47433d;
  background-color: #015288;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-top: 3px;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 1px 1px 17px #3d230070;
}

.nav-footer_subscribe-button:hover {
  color: #fefefe;
  text-shadow: 1px 1px 9px #00000096;
  background-color: #cfab7a;
  border: 1px solid #fff;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  bottom: 0;
  box-shadow: 1px 1px 6px #0000004d;
}

.nav-footer_subscribe-button:active {
  box-shadow: none;
  opacity: 1;
  background-color: #015288;
  position: relative;
  bottom: -1px;
  transform: translate(0);
}

.nav-footer_link {
  color: #231c16;
  text-align: left;
  border-bottom-style: none;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
  display: block;
}

.nav-footer_link:hover {
  color: #489b8f;
  border-bottom-style: none;
  text-decoration: underline;
}

.nav-footer_link.w--current:hover {
  text-transform: none;
}

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

.footer_heading {
  color: #2c2c2c;
  text-align: left;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.footer_headquarters-text {
  color: #283742;
  margin-bottom: .75rem;
  font-size: 14px;
  line-height: 1.65em;
}

.nav-footer_social-link {
  border: 1px #000;
  width: 50px;
}

.nav-footer_social-link:hover {
  border-bottom-style: none;
}

.footer_links-wrapper {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5em;
}

.div-block-21 {
  text-align: center;
}

.slideshow_heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.slideshow_heading.is-bottom {
  font-size: 1.5rem;
}

.link {
  color: #fff;
  border-bottom: 1px dashed #e9e9e9;
  text-decoration: none;
}

.slideshow_slider {
  background-color: #272727;
  height: 88vh;
}

.slide {
  background-image: url('../images/magnolia-acres-farmhouse-zoomed-out.avif');
  background-position: 50% 29%;
  background-size: cover;
  background-attachment: scroll;
}

.slide._2 {
  background-image: url('../images/magnolia-acres-winter-2025-drone-2_1.avif');
  background-position: 50% 73%;
}

.slide._3 {
  background-image: url('../images/magnolia-acres-winter-2025-drone-3.avif');
  background-position: 50% 71%;
}

.slide._4 {
  background-image: url('../images/magnolia-acres-winter-2025-drone-4.avif');
  background-position: 50% 71%;
}

.slide._5 {
  background-image: url('../images/magnolia-acres-winter-2025-drone-6.avif');
  background-position: 50% 85%;
}

.slide._6 {
  background-image: url('../images/magnolia-acres-winter-2025-drone-7.avif');
  background-position: 50% 85%;
}

.slideshow_heading-wrapper {
  background-color: #272727;
  justify-content: center;
  align-items: center;
  height: 6vh;
}

.slideshow_nav {
  bottom: 5px;
}

.slideshow_image {
  object-fit: cover;
  width: 100%;
  height: 88vh;
}

.slideshow_image.ma1 {
  box-sizing: border-box;
  object-position: 50% 24%;
}

.slideshow_image.ma2 {
  object-position: 50% 64%;
}

.slideshow_image.ma4 {
  object-position: 50% 74%;
}

.slideshow_image.ma5 {
  object-position: 50% 83%;
}

.slideshow_image.ma6 {
  object-position: 50% 63%;
}

.slideshow_image.om1 {
  box-sizing: border-box;
  object-position: 50% 50%;
}

.slideshow_image.om4 {
  object-position: 50% 40%;
}

.slideshow_image.om2 {
  object-position: 50% 25%;
}

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

.page-wrapper-2 {
  position: relative;
}

.navhamburgerdropdown {
  top: 27px;
}

.navhamburgerdropdown.w--open {
  opacity: .95;
  background-color: #dbac7100;
  margin-top: 0;
  padding-top: 3px;
  font-size: 15px;
  position: absolute;
  top: 88px;
  box-shadow: 0 20px 35px #0000008c;
}

.navhamburgerdropdown.full-hamburger {
  padding-top: 0;
}

.navhamburgerdropdown.full-hamburger.w--open {
  z-index: 9995;
  opacity: 1;
  inset: 93px -21% auto auto;
}

.div-block-8 {
  position: relative;
}

.pdf-floating-buttons_component-3 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.powerbar-text-3 {
  color: #f8f8f8;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 40px;
  line-height: 1.4em;
  transition: all 1.5s;
  display: inline-block;
}

.powerbar-text-3:hover {
  letter-spacing: 1px;
  text-decoration: none;
}

.main-wrapper-2 {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

.hamburger {
  width: 43px;
  height: 43px;
  box-shadow: none;
  background-color: #0000008c;
  border-radius: 7px;
  padding: 0;
  top: -1px;
  left: 0;
  right: 0;
}

.hamburger.w--open {
  box-shadow: none;
}

.hamburgerdropdown {
  margin-left: 11px;
  padding: 27px 23px 25px;
}

.navdropgroup {
  border-bottom: 1px solid #093657c7;
  border-left: 3px solid #e0d4ba;
}

.navdropgroup._4 {
  border-bottom-style: none;
  border-left-style: none;
  border-left-color: #7798e4;
}

.nav-link-positioner-wrap {
  float: right;
  height: 95px;
  position: relative;
  right: 19px;
}

.nav-top_link {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  height: 97px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 41px 0 5px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1em;
}

.nav-top_link:hover {
  color: #fff;
  border-bottom-color: #cfab7a;
  text-decoration: none;
}

.nav-top_link.w--current {
  color: #fff;
}

.navwrap {
  z-index: 1002;
  background-color: #0e1214;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nav_link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .75px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  flex: 0 auto;
  align-self: center;
  padding: 1.3rem 1.7rem;
  font-family: Lato, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1;
  transition: all .35s;
}

.nav_link-2:hover {
  color: #fff;
  letter-spacing: 2.5px;
  text-shadow: none;
  background-image: none;
  text-decoration: none;
}

.nav_link-2.w--current {
  color: #fff;
  background-color: #9c1635;
}

.nav_link-2.is-aire-blue.w--current {
  background-color: #111925;
}

.nav_link-2.is-aire-blue.is-section-link.w--current {
  background-color: #203049;
}

.nav_link-2.is-aire-blue.is-section-link.mobile-only {
  display: none;
}

.nav-top_dropdown-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #1b2022fa;
  border-radius: 0;
  padding: 14px 29px 14px 24px;
  font-size: 15.5px;
  font-weight: 700;
}

.nav-top_dropdown-link:hover {
  color: #fff;
  background-color: #c5a374;
  text-decoration: none;
}

.nav-top_dropdown-link.w--current {
  color: #fff;
}

.nav-top_dropdown-link.colorize {
  background-color: #0e1214fa;
}

.nav-top_dropdown-link.colorize:hover {
  background-color: #c5a374;
}

.nav-top_dropdown-link.colorize.with-bottom-border {
  border-bottom: 3px solid #cfab7a;
}

.nav-top_dropdown-link.first {
  border-top: 3px solid #cfab7a;
}

.nav-top_dropdown-link.show-tablet, .nav-top_dropdown-link.show-mobile {
  display: none;
}

.nav-top_dropdown-link.hide-mobile {
  padding-top: 13px;
  padding-bottom: 13px;
}

.link-block-100p-2 {
  color: #005286;
  cursor: pointer;
  border-bottom-style: none;
  border-radius: 13px;
  display: block;
}

.link-block-100p-2:hover {
  border-bottom-style: none;
}

.howyoulivebar {
  text-align: center;
  background-color: #09395a;
  position: relative;
}

.howyoulivebar.shadow {
  z-index: 1001;
  background-color: #09395a;
  border-style: none;
  box-shadow: 0 2px 13px #36332f82;
}

.howyoulivebar.shadow.blue {
  z-index: 711;
  opacity: 1;
  color: #00437a;
  border-style: none;
  border-color: #9e9588;
  border-left-width: 0;
  border-right-width: 0;
  display: block;
  box-shadow: inset 1px 1px 20px -1px #022a3f, 0 0 25px #1b1610b8;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.gold {
  background-color: #cfab7a;
  width: 30px;
}

.nav_logo-2 {
  z-index: 10000;
  background-color: #fff0;
  border-radius: 7px;
  padding: 0;
  transition: all .25s;
  position: relative;
  top: 1px;
  transform: translate(0);
}

.nav_logo-2:hover {
  filter: brightness(200%);
}

.pdf-floating-buttons_button-3 {
  text-transform: uppercase;
  background-color: #80756700;
  border-radius: 3px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px 19px;
  font-size: 13px;
  font-weight: 700;
}

.pdf-floating-buttons_button-3:hover {
  background-color: #b49367;
}

.nav-top_logo-link {
  float: left;
  background-color: #fcf7f000;
  margin-left: 65px;
  padding: 13px 14px 11px 13px;
  transition: all .3s;
  display: inline-block;
}

.nav-top_logo-link:hover {
  box-shadow: none;
}

.nav-top_logo-link.w--current {
  border-radius: 0 0 3px 3px;
  padding-top: 11px;
  padding-bottom: 8px;
}

.registered-trademark-3 {
  margin-left: 4px;
  font-size: 13px;
  position: relative;
  bottom: 10px;
  right: 5px;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #105288;
}

.line-2.v2.gold {
  background-color: #cfab7a;
}

.nav_nav-menu {
  text-align: center;
  text-shadow: 0 1px 2px #00000036;
  justify-content: center;
  width: 90%;
  max-width: 2560px;
}

.nav {
  background-color: #ddd0;
  border-bottom: 1px solid #000;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  position: relative;
  box-shadow: 0 10px 40px -15px #1b1610db;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  background-color: #105288;
  width: 30px;
}

.line-1.v2.gold {
  background-color: #cfab7a;
}

.horizontal-line {
  background-color: #09395a;
  height: 6px;
}

.show-mobile {
  display: none;
}

.nav_navbar {
  z-index: 993;
  background-color: #af2f4c;
  border-top: 2px #19395a;
  border-bottom: 2px #19395a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 60px #0000004d;
}

.div-block-22 {
  position: relative;
}

.pdf-floating-buttons_component-4 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pdf-floating-buttons_button-4 {
  text-transform: uppercase;
  background-color: #80756700;
  border-radius: 3px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 4px 19px;
  font-size: 13px;
  font-weight: 700;
}

.pdf-floating-buttons_button-4:hover {
  background-color: #b49367;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .white-box {
    height: 350px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading.mod {
    font-size: 45px;
  }

  .hero-heading.annualreport {
    font-size: 27px;
  }

  .section-heading.centered {
    font-size: 24px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .grid-image.mod {
    margin-bottom: 9px;
  }

  .heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .powerbar-text {
    font-size: 33px;
  }

  .powerbar.shadow.blue {
    position: relative;
  }

  .registered-trademark {
    font-size: 13px;
    bottom: 7px;
    right: 3px;
  }

  .separator {
    margin-bottom: 18px;
  }

  .button-hhhunt-style {
    font-size: 14px;
  }

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

  .footer-social-wrapper {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 0;
  }

  .social-ico {
    float: none;
    margin-bottom: 12px;
    margin-left: 28px;
    margin-right: 28px;
    display: inline-block;
  }

  .footer-col-1-lr-2 {
    text-align: center;
    padding-right: 0;
  }

  .button-contact-foot {
    font-size: 10px;
  }

  .footer-content-wrapper-3 {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-headquarters-p {
    line-height: 20px;
  }

  .footer-headquarters-p.loc {
    margin-top: 9px;
    font-size: 12px;
  }

  .footer-icon {
    display: none;
    right: 9px;
  }

  .footer-icon.eho {
    right: 8px;
  }

  .footer-header-underline {
    margin-top: 6px;
    margin-bottom: 7px;
  }

  .footer-header-underline.address {
    display: none;
  }

  .how-you-live-foot-2 {
    text-align: center;
    border-bottom: 1px solid #39628b52;
    margin-bottom: 13px;
    padding-bottom: 6px;
    font-size: 18px;
  }

  .how-you-live-foot-2.mod1 {
    margin-top: 42px;
    margin-bottom: 11px;
    font-size: 17px;
  }

  .footerlink {
    white-space: normal;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .footerlink:hover {
    color: #00437a;
  }

  .hide-mobile {
    display: none;
  }

  .footer-title-2 {
    text-align: left;
    font-size: 14px;
  }

  .footer-title-2.mt {
    font-size: 13px;
  }

  .hhhc-logo-foot {
    width: 150px;
    height: auto;
    margin-top: 23px;
  }

  .nav_menu-button-icon {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }

  .nav_menu-button {
    color: #ebf0f9;
    background-color: #1d2130;
    border-radius: .25rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    transition: background-color .3s, color .3s;
  }

  .nav_menu-button.w--open {
    color: #eff7f2;
    background-color: #70c174;
  }

  .zoning-floating-download {
    font-size: 15px;
  }

  .h1-team-member-handbook {
    font-size: 22px;
  }

  .zoning-form-wrapper {
    width: 95%;
  }

  .zoning-button {
    font-size: 15px;
  }

  .zoning-button.zoning-site-back {
    left: 18px;
  }

  .zoning-p.zoning-contact.line2 {
    font-size: 16px;
  }

  .zoning-p.zoning-contact.cc {
    font-size: 19px;
  }

  .pdf-floating-buttons_button {
    width: auto;
  }

  .pdf-no-touch {
    width: 50%;
    left: 29%;
  }

  .zoning-form {
    display: block;
  }

  .zoning-sectionshadow {
    padding-left: 42px;
    padding-right: 42px;
  }

  .zoning-sectionshadow.thepointe {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-bg {
    display: block;
  }

  .menu-left {
    position: fixed;
    left: 0;
  }

  .menu-links {
    margin-left: 140px;
  }

  .socials {
    margin-right: 140px;
    left: 20%;
  }

  .awards-button {
    font-size: 1.2rem;
  }

  .awards-ceremony-home-page-content {
    width: 100%;
  }

  .pdf-floating-buttons_button-2 {
    width: auto;
  }

  .footer_bottom-bar {
    flex-direction: column;
    display: block;
  }

  .footer_button-wrapper {
    width: 25%;
  }

  .footer_button-wrapper.is-copyright {
    width: 100%;
    margin-bottom: 12px;
  }

  .container-footer {
    max-width: 100%;
  }

  .footer_social-wrapper {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 0;
  }

  .footer_logo {
    width: 150px;
    margin-top: 23px;
  }

  .footer_icon {
    display: none;
    right: 9px;
  }

  .footer_icon.eho {
    right: 8px;
  }

  .nav-footer_bottom-links {
    line-height: 12px;
  }

  .powerbar-text-2 {
    font-size: 33px;
  }

  .footer_how-you-live {
    text-align: center;
    border-bottom: 1px solid #39628b52;
    margin-bottom: 13px;
    padding-bottom: 6px;
    font-size: 18px;
  }

  .registered-trademark-2 {
    font-size: 13px;
    bottom: 7px;
    right: 3px;
  }

  .nav-footer_heading-link {
    font-size: 14px;
  }

  .footer_underline-separator {
    margin-top: 6px;
    margin-bottom: -1px;
  }

  .footer_heading-underline {
    margin-top: 6px;
    margin-bottom: 5px;
  }

  .nav-footer_subscribe-button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 10px;
  }

  .nav-footer_link {
    white-space: normal;
    margin-bottom: 2px;
    font-size: 14px;
  }

  .nav-footer_link:hover {
    color: #00437a;
  }

  .footer_heading {
    text-align: left;
    font-size: 14px;
  }

  .footer_headquarters-text {
    margin-top: 3px;
    font-size: 14px;
  }

  .nav-footer_social-link {
    flex: 1;
  }

  .powerbar-text-3 {
    font-size: 33px;
  }

  .nav_nav-menu-button {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 12px;
    transition: box-shadow .2s;
  }

  .nav_nav-menu-button:hover {
    box-shadow: none;
  }

  .nav_nav-menu-button.w--open {
    box-shadow: none;
    color: #333;
    background-color: #c8c8c800;
  }

  .cc-line-3 {
    background-color: #fff;
    width: 22px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 12px 0% auto;
  }

  .nav_hamburger-label-mobile {
    color: #fff;
    letter-spacing: .6px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -5px;
  }

  .div-block-5 {
    width: 22px;
    height: 19px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
  }

  .nav-link-positioner-wrap {
    display: block;
  }

  .nav-top_link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .nav-top_link.about {
    display: none;
  }

  .nav_link-2 {
    color: #efeae3;
    background-color: #af2f4c;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.7rem;
    font-size: 15px;
  }

  .nav_link-2:hover {
    color: #fff;
  }

  .nav_link-2.is-aire-blue {
    background-color: #203049;
  }

  .nav-top_dropdown-link.show-tablet {
    border-top: 3px solid #cfab7a;
    display: block;
  }

  .howyoulivebar.shadow.blue {
    position: relative;
  }

  .pdf-floating-buttons_button-3 {
    width: auto;
  }

  .nav-top_logo-link {
    margin-left: 21px;
  }

  .nav-top_logo-link.w--current {
    margin-left: 24px;
  }

  .cc-line-2 {
    background-color: #fff;
    width: 22px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 6px 0% auto;
  }

  .registered-trademark-3 {
    font-size: 13px;
    bottom: 7px;
    right: 3px;
  }

  .nav_nav-menu {
    z-index: 46;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 19px 20px #00000047;
  }

  .nav_navbar {
    text-align: center;
    display: flex;
  }

  .cc-line-1 {
    background-color: #fff;
    width: 22px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0 0% auto;
  }

  .pdf-floating-buttons_button-4 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    height: 300px;
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-heading.mod {
    font-size: 30px;
  }

  .hero-heading.annualreport {
    font-size: 23px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    font-size: 16px;
  }

  .section-subheading.center.color-mod {
    padding-left: 57px;
    padding-right: 57px;
    line-height: 24px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    padding: 32px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .grid-image.mod {
    width: 200px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .heading {
    font-size: 19px;
    font-weight: 600;
  }

  .powerbar-text {
    padding-top: 9px;
    font-size: 27px;
  }

  .horz-line {
    height: 4px;
  }

  .powerbar.shadow.blue {
    background-color: #09395a;
    display: block;
  }

  .registered-trademark {
    font-size: 11px;
  }

  .separator.nograd.pad0 {
    height: 3px;
  }

  .button-hhhunt-style {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: inline-block;
  }

  .html-embed.is-pdf-desktop {
    display: none;
  }

  .footer-social-wrapper {
    margin-top: 20px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .social-ico {
    margin-left: 11px;
    margin-right: 11px;
  }

  .bottomlink {
    margin-bottom: 12px;
  }

  .button-contact-foot {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
  }

  .footer-content-wrapper-3 {
    margin: 18px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .footer-2 {
    padding-top: 21px;
  }

  .footer-location {
    font-size: 15px;
  }

  .footer-headquarters-p {
    text-align: center;
    margin-top: -10px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-headquarters-p.loc {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
  }

  .footer-icon {
    display: none;
    top: 46px;
    right: 52px;
  }

  .footer-icon.eho {
    top: 46px;
    right: 33px;
  }

  .footer-feed-wrap {
    display: none;
  }

  .footer-subbar {
    padding-top: 27px;
  }

  .footer-header-underline {
    width: 198px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .how-you-live-foot-2 {
    font-size: 16px;
  }

  .how-you-live-foot-2.mod1 {
    border-bottom-color: #dbdad2;
    margin-top: 0;
    margin-bottom: 11px;
    padding-bottom: 6px;
    font-size: 19px;
  }

  .footer-block-2 {
    text-align: center;
    margin-left: 0;
  }

  .footer-block-2.line-left-1 {
    border-left-style: none;
    padding-left: 0;
  }

  .footerlink {
    text-align: center;
    margin-bottom: 6px;
    font-size: 14.5px;
    display: block;
  }

  .footer-title-2 {
    text-align: center;
    margin-top: 21px;
    margin-bottom: 6px;
    font-size: 17px;
  }

  .footer-title-2.mt {
    margin-top: 25px;
    font-size: 16px;
  }

  .hhhc-logo-foot {
    width: 206px;
    margin-top: 18px;
  }

  .footer-links-block {
    text-align: center;
  }

  .footer-links-block.mb {
    padding-bottom: 0;
  }

  .nav_link {
    display: none;
  }

  .nav_drop-group.show-mobile-landscape {
    display: block;
  }

  .nav_logo {
    position: relative;
    left: -15px;
  }

  .nav_dropdown-link {
    font-size: 15px;
    display: block;
  }

  .nav_dropdown-link.is-mobile {
    background-color: #003a5f;
  }

  .nav_dropdown-link.is-mobile:hover {
    background-color: #cfab7a;
  }

  .nav_dropdown-link.is-mobile.is-first {
    border-top: 3px solid #cfab7a;
  }

  .nav_dropdown-link.is-mobile.is-last {
    border-bottom-style: none;
  }

  .nav_dropdown-list.w--open {
    opacity: 1;
  }

  .zoning-floating-download {
    font-size: 14px;
  }

  .h1-team-member-handbook {
    font-size: 20px;
  }

  .pdf-desktop-wrapper {
    display: none;
  }

  .pdf-mobile-wrapper {
    padding: 1rem;
    display: block;
  }

  .pdf-floating-buttons_component {
    display: none;
    position: static;
  }

  .zoning-form-wrapper {
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
  }

  .zoning-button {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .zoning-button.zoning {
    margin-top: 24px;
  }

  .zoning-button.zoning-site-back {
    z-index: 100001;
    width: auto;
    margin-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    left: 13px;
  }

  .zoning-p.zoning-contact {
    font-size: 16px;
  }

  .zoning-p.zoning-contact.line2 {
    text-align: left;
    font-size: 15px;
    font-weight: 700;
  }

  .zoning-p.zoning-contact.cc {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
  }

  .pdf-mobile-wrapper-2 {
    display: block;
  }

  .pdf-desktop-wrapper-2 {
    display: none;
  }

  .zoning-form {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .menu-bg {
    display: block;
  }

  .awards-nav-links {
    font-size: 41px;
    line-height: 1.2em;
  }

  .awards-nav-links.w--current {
    font-size: 48px;
  }

  .showreel-title.project {
    font-size: 18px;
  }

  .menu-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 20px;
  }

  .menu-links {
    margin-left: 69px;
  }

  .overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .socials {
    display: none;
  }

  .menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .awards-buttons-wrapper {
    margin-top: 29px;
  }

  .awards-button {
    font-size: 1.2rem;
  }

  .awards-ceremony-home-page-content {
    width: 90%;
  }

  .awards-h1 {
    font-size: 2rem;
  }

  .awards-h2-2 {
    font-size: 1.3rem;
  }

  .awards-agenda-p-2 {
    font-size: 1.2rem;
  }

  .pdf-floating-buttons_component-2 {
    z-index: 76;
    background-color: #cfab7a;
    display: flex;
    position: static;
  }

  .footer_bottom-bar {
    position: static;
  }

  .footer_button-wrapper {
    width: auto;
    display: block;
  }

  .social-links_wrapper {
    justify-content: center;
  }

  .footer_line-left {
    border-left-style: none;
    padding-left: 0;
  }

  .footer_social-wrapper {
    margin-top: 20px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .footer_logo {
    width: 206px;
    margin-top: 18px;
  }

  .footer_icon {
    display: none;
    top: 46px;
    right: 52px;
  }

  .footer_icon.eho {
    top: 46px;
    right: 33px;
  }

  .nav-footer_bottom-links {
    margin-bottom: 6px;
    line-height: 19px;
  }

  .powerbar-text-2 {
    padding-top: 9px;
    font-size: 27px;
  }

  .footer_how-you-live {
    font-size: 16px;
  }

  .registered-trademark-2 {
    font-size: 11px;
  }

  .nav-footer_heading-link {
    text-align: left;
    font-size: 14.5px;
  }

  .footer_underline-separator {
    width: 198px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer_heading-underline {
    width: 198px;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-footer_subscribe-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
  }

  .nav-footer_link {
    text-align: center;
    margin-bottom: 6px;
    font-size: 14.5px;
    display: block;
  }

  .footer_heading {
    text-align: center;
    margin-top: 21px;
    margin-bottom: 6px;
    font-size: 14.5px;
  }

  .footer_headquarters-text {
    text-align: center;
    font-size: 14.5px;
  }

  .nav-footer_social-link {
    flex: none;
    margin-left: 11px;
    margin-right: 11px;
  }

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

  .slideshow_heading {
    font-size: 1.25rem;
  }

  .slideshow_heading.is-bottom {
    font-size: 1rem;
  }

  .slideshow_slider {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .slide {
    background-position: 50%;
  }

  .slide._2 {
    background-image: url('../images/magnolia-acres-winter-2025-drone-2.avif');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .slide._3, .slide._4, .slide._5, .slide._6 {
    background-position: 50%;
  }

  .slideshow_heading-wrapper {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .slideshow_nav {
    bottom: 0;
  }

  .body {
    background-color: #272727;
  }

  .slideshow_image {
    height: auto;
  }

  .slideshow_image.ma1, .slideshow_image.ma2, .slideshow_image.ma4, .slideshow_image.ma5, .slideshow_image.ma6, .slideshow_image.om1, .slideshow_image.om4, .slideshow_image.om2 {
    object-position: 50% 50%;
  }

  .navhamburgerdropdown.full-hamburger.w--open {
    opacity: 1;
    margin-right: -9px;
  }

  .pdf-floating-buttons_component-3 {
    display: none;
    position: static;
  }

  .powerbar-text-3 {
    padding-top: 9px;
    font-size: 27px;
  }

  .hamburgerdropdown {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-top_link {
    display: none;
  }

  .nav_link-2.is-aire-blue.is-section-link.mobile-only {
    display: block;
  }

  .nav-top_dropdown-link.first.show-mobile.color {
    background-color: #0e1214fa;
  }

  .nav-top_dropdown-link.show-mobile {
    display: block;
  }

  .nav-top_dropdown-link.hide-mobile {
    display: none;
  }

  .howyoulivebar.shadow.blue {
    background-color: #09395a;
    display: block;
  }

  .nav_logo-2 {
    margin-left: 0;
    left: -13px;
  }

  .registered-trademark-3 {
    font-size: 11px;
  }

  .nav_nav-menu {
    box-shadow: none;
  }

  .horizontal-line {
    height: 4px;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile-2 {
    display: none;
  }

  .nav_navbar {
    z-index: 995;
  }

  .hide-mobile-3 {
    display: none;
  }

  .pdf-floating-buttons_component-4 {
    display: none;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.hide-me {
    display: block;
  }

  .white-box {
    height: 350px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading.annualreport {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .section-heading.centered {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.color-mod {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-image {
    width: 35%;
  }

  .powerbar-text {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .powerbar-text:hover {
    letter-spacing: -.4px;
  }

  .how-you-live-underline-2 {
    padding-bottom: 3px;
    display: inline;
  }

  .separator {
    background-color: #eeebdd;
    background-image: none;
  }

  .button-hhhunt-style {
    font-size: 14px;
    display: inline-block;
  }

  .footer-social-wrapper {
    text-align: center;
  }

  .social-ico {
    float: none;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
  }

  .button-contact-foot {
    margin-top: 24px;
    font-size: 14px;
    display: inline-block;
  }

  .footer-content-wrapper-3 {
    text-align: center;
    margin: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .footer-location, .footer-headquarters-p.loc {
    font-size: 15px;
  }

  .footer-icon {
    display: none;
  }

  .footer-header-underline {
    background-color: #cfc8a6;
    width: 114px;
    margin-top: 0;
    margin-bottom: 8px;
    display: block;
  }

  .how-you-live-foot-2.mod1 {
    font-size: 17px;
  }

  .footer-block-2 {
    margin-left: 0;
  }

  .footer-title-2 {
    margin-top: 18px;
    padding-bottom: 6px;
    font-size: 17px;
  }

  .footer-title-2.mt {
    margin-top: 26px;
    margin-bottom: 1px;
    font-size: 16px;
  }

  .nav_logo {
    left: -24px;
  }

  .nav_dropdown-link.is-mobile {
    background-color: #003c63;
  }

  .nav_dropdown-list.w--open {
    width: 100vw;
  }

  .h1-team-member-handbook {
    font-size: 15px;
  }

  .zoning-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 21px;
    display: block;
  }

  .zoning-button.zoning-site-back {
    padding: 5px 14px;
    font-size: 14px;
    left: 5px;
  }

  .zoning-form-block.zoning {
    margin-bottom: 0;
  }

  .zoning-p.zoning-contact.line2 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .zoning-p.zoning-contact.cc {
    font-size: 15px;
  }

  .zoning-form {
    padding: 17px;
  }

  .zoning-sectionshadow {
    padding-left: 22px;
    padding-right: 22px;
  }

  .awards-agenda-p {
    font-size: 1.2rem;
  }

  .awards-nav-links {
    font-size: 33px;
  }

  .menu-left {
    padding: 10px 20px 0;
  }

  .awards-star-nav {
    width: 50px;
  }

  .menu-links {
    margin-left: 29px;
    margin-right: 0;
    left: auto;
  }

  .overlay {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 100vh;
    inset: 0% auto;
  }

  .awards-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrapper.stretch-bg-video-taller {
    align-items: flex-start;
    height: 130vh;
  }

  .awards-ceremony-p {
    font-size: 1.15rem;
  }

  .awards-ceremony-logo-home {
    width: 100%;
  }

  .awards-ceremony-logo-home.welcome-page {
    width: 80%;
  }

  .awards-button {
    font-size: 1.1rem;
  }

  .awards-h1 {
    font-size: 1.7rem;
  }

  .awards-h2-2 {
    font-size: 1.2rem;
  }

  .awards-agenda-p-2 {
    font-size: 1.15rem;
  }

  .social-links_wrapper {
    justify-content: center;
  }

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

  .footer_icon {
    display: none;
  }

  .powerbar-text-2 {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .powerbar-text-2:hover {
    letter-spacing: -.4px;
  }

  .footer_underline-separator, .footer_heading-underline {
    background-color: #cfc8a6;
    width: 114px;
    margin-top: 0;
    margin-bottom: 8px;
    display: block;
  }

  .nav-footer_subscribe-button {
    font-size: 14px;
    display: inline-block;
  }

  .footer_heading {
    margin-top: 18px;
    padding-bottom: 6px;
  }

  .nav-footer_social-link {
    margin-left: 0;
    margin-right: 0;
  }

  .navhamburgerdropdown.full-hamburger.w--open {
    z-index: 2001;
    width: 104vw;
    margin-left: auto;
    margin-right: -19px;
  }

  .powerbar-text-3 {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .powerbar-text-3:hover {
    letter-spacing: -.4px;
  }

  .nav_hamburger-label-mobile {
    font-size: 14px;
  }

  .hamburgerdropdown {
    padding-right: 0;
  }

  .nav_link-2 {
    background-color: #af2f4c;
    font-size: 14px;
  }

  .nav_link-2:hover {
    color: #fff;
  }

  .nav-top_logo-link.w--current {
    margin-left: 3px;
  }

  .nav_nav-menu {
    box-shadow: 0 19px 20px #00000047;
  }

  .nav_navbar {
    box-shadow: none;
  }
}


