.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/rend-condos-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-align: left;
}

.hero-section.town {
  background-image: url('../images/rend-towns-hero.jpg');
}

.hero-section.loft {
  background-image: url('../images/rend-lofts-hero.jpg');
}

.nav-link {
  padding: 20px 14px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ee3124;
}

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.nav-div {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-section {
  margin-bottom: 0px;
  padding: 60px 20px;
  background-color: #000;
}

.nav-logo-brand {
  width: 180px;
  margin-top: 2px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.nav-logo-brand:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-container {
  position: relative;
  top: 20%;
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-container.welcome {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-2-welcome-2 {
  margin-top: 35px;
  margin-bottom: 0px;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 3px;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.7);
}

.up-arrow-link {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  width: 68px;
  height: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c43f31;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.up-arrow-link:hover {
  background-color: #000;
}

.div-block {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

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

.div-block.area-map {
  border: 1px solid #000;
}

.heading-2 {
  margin-top: 0px;
  font-family: Asap, sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-centre {
  margin-bottom: 0px;
  padding-top: 12px;
  font-family: Asap, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.section {
  padding: 40px 20px;
}

.div-50 {
  display: inline-block;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-50-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2-product {
  font-family: 'Asap Condensed', sans-serif;
  color: #ee3124;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-product {
  padding-top: 0px;
  padding-bottom: 12px;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-copy {
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.product-copy.privacy-copy {
  padding-right: 141px;
  padding-left: 141px;
  font-size: 18px;
}

.button-learn-more {
  margin-top: 13px;
  padding: 10px 23px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: 'Asap Condensed', sans-serif;
  color: #ee3124;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-learn-more:hover {
  border-color: #c43f31;
  background-color: #ee3124;
  color: #fff;
}

.section-glass-girl {
  position: relative;
  height: 500px;
  background-image: url('../images/im-girl-with-glasses.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-left: 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.6);
}

.footer-div {
  text-align: left;
}

.footer-text {
  color: #fff;
  line-height: 37px;
  letter-spacing: 1px;
}

.footer-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #c43f31;
}

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

.footer-link.w--current:hover {
  color: #c43f31;
}

.footer-logo-link {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.footer-logo-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-2 {
  opacity: 1;
}

.social-media-link {
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-media-link:hover {
  opacity: 1;
}

.div-product-over {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  width: 500px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.heading-3-product {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Asap Condensed', sans-serif;
  color: #ee3124;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-sub-copy {
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}

.product-copy-white {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Asap, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
}

.product-50-copy-div {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
}

.large-image-section {
  position: relative;
  display: block;
  height: auto;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.large-image-section.siteplan {
  margin-top: 73px;
}

.div-over-screen {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  width: 500px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-3 {
  min-width: 100%;
}

.product-copy-centre {
  margin-bottom: 60px;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.text-product-2 {
  padding-top: 0px;
  padding-bottom: 12px;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-copy-2 {
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.div-50-product-right {
  display: inline-block;
  width: 50%;
  padding: 8px 4px 8px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-50-product-left {
  display: inline-block;
  width: 50%;
  padding: 8px 0px 8px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section-welcome {
  position: relative;
  display: block;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ee3124;
  text-align: left;
}

.section-product-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-product-text.flip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-product-text.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-4 {
  margin-top: 3px;
}

.product-copy-2-left {
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.heading-3-product-left {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Asap Condensed', sans-serif;
  color: #ee3124;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.siteplan-image-div {
  padding-right: 100px;
}

.content-section {
  display: block;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.sub-copy {
  font-family: 'Asap Condensed', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  letter-spacing: 1px;
}

.image-div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.transit-image-div {
  margin-bottom: 20px;
}

.colour-header-section {
  position: relative;
  display: block;
  height: auto;
  margin-top: 80px;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ee3124;
  text-align: left;
}

.colour-header-section.thankyou {
  padding-top: 138px;
  padding-bottom: 138px;
}

.heading-3-team {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.heading-3-team.privacy {
  font-size: 83px;
}

.team-sub-head {
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 42px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-sub-head.privacy2 {
  font-size: 21px;
}

.heading-3-team-sub {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Asap Condensed', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-logo-link-block {
  padding-right: 40px;
  padding-left: 40px;
  text-align: left;
}

.team-copy-div {
  padding-right: 20px;
  padding-left: 20px;
}

.team-section-black {
  padding: 60px 20px;
  background-color: #000;
}

.sub-copy-team {
  margin-bottom: 20px;
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.teeam-copy-2-left {
  font-family: Asap, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.team-div-block {
  padding-right: 19px;
  padding-left: 19px;
  text-align: left;
}

.team-logo-link-block-2 {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.team-logo-link-block-2:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.location-div-line {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 2px solid #ee3124;
  border-left: 2px none #c43f31;
}

.location-div {
  padding-right: 20px;
  padding-left: 20px;
}

.email-link {
  color: #ee3124;
  font-size: 19px;
  text-decoration: none;
}

.email-link.w--current {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #c43f31;
  text-decoration: none;
}

.email-link.w--current:hover {
  color: #000;
}

.reg-div-columns {
  position: static;
  display: inline-block;
  width: 24%;
  margin: 5px;
  float: left;
}

.reg-field {
  font-family: Asap, sans-serif;
}

.reg-field.comments {
  height: 135px;
}

.submit-button {
  padding: 14px 28px;
  float: right;
  background-color: #c43f31;
  font-family: Asap, sans-serif;
  font-size: 20px;
  text-align: right;
  letter-spacing: 1px;
}

.row-2 {
  text-align: left;
}

.optout-text {
  font-family: Asap, sans-serif;
  color: #fff;
}

.form {
  text-align: center;
}

.hero-arrow-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 39px;
  z-index: 2000;
  display: none;
  opacity: 0.6;
  text-align: center;
}

.hero-links {
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3px;
  text-decoration: none;
}

.hero-bar {
  display: inline-block;
  margin: 12px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3px;
}

.hero-links-wrapper {
  margin-bottom: 20px;
}

.button {
  margin-top: 44px;
  padding: 22px;
  background-color: #000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
}

.button:hover {
  background-color: #ee3124;
}

.amenities-copy-div {
  padding: 60px 50px;
  background-color: #000;
}

.amenities-copy {
  font-family: Asap, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
}

.amenities-head {
  padding-top: 0px;
  padding-bottom: 12px;
  font-family: 'Asap Condensed', sans-serif;
  color: #ee3124;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.floorplan-button-header-section {
  position: relative;
  display: none;
  height: auto;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c43f31;
  text-align: center;
}

.floorplan-button-link-block {
  padding: 13px 80px 7px;
  border: 2px solid #fff;
  background-color: #c43f31;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  text-align: center;
  text-decoration: none;
}

.floorplan-button-link-block:hover {
  box-shadow: 0 1px 28px -2px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.floorplan-button-head-link {
  margin-top: -8px;
  margin-bottom: 20px;
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
}

.floorplan-sub-head {
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-toggle {
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-dropdown {
  font-family: 'Asap Condensed', sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-dropdown:hover {
  background-color: #c43f31;
  color: #fff;
}

.nav-dropdown-list.w--open {
  border: 1px solid #000;
}

.condo-fps-div {
  display: block;
  margin-bottom: 0px;
}

.floorplans-head {
  margin-bottom: 6px;
  font-family: 'Asap Condensed', sans-serif;
  color: #c43f31;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
}

.floorplans-head-black {
  color: #000;
}

.floorplans-subhead {
  margin-top: 0px;
  font-family: 'Asap Condensed', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.fp-condo-link-block {
  width: 25%;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.fp-condo-link-block:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.heading-3-floorplan {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.fp-loft-link-block {
  width: 50%;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.fp-loft-link-block:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.floorplan-head {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.colour-fp-header-section {
  position: relative;
  display: block;
  height: auto;
  margin-top: 80px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c43f31;
  text-align: left;
}

.floorplan-description {
  margin-top: 10px;
  font-family: 'Asap Condensed', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 1px;
}

.floorplan-head-black {
  color: #000;
}

.floorplan-pdf-div {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 40px;
  text-align: right;
}

.floorplan-pdf-button {
  padding: 15px 24px;
  border: 1px solid #fff;
  background-color: #c43f31;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}

.floorplan-pdf-button:hover {
  background-color: #000;
}

.div-block-fp {
  position: static;
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.floorplan-disclailmer {
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 1px;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  position: static;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-21 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-22 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-23 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-24 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-26 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-27 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-28 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-29 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-30 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-31 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-32 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-33 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.floorplan-image {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-34 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-35 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.location-number {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Asap, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.location-address {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.section-2 {
  padding: 50px 20px;
  background-color: #fdf9f4;
  text-align: center;
}

._1170-div-container {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.notes-title {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #3973a7;
  font-size: 30px;
  line-height: 69px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.notes-text {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  text-align: left;
}

.dropdown {
  display: none;
  overflow: visible;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-div-graphics {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-slider {
  position: static;
  width: 40%;
  height: 100vh;
  padding-top: 80px;
}

.hero-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  padding-top: 0px;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  background-image: url('../images/H-Rend-BXR-MAIN-web.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

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

.h-div-reg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-3 {
  padding-right: 40%;
}

.h-header-div {
  padding-top: 71px;
  padding-right: 9%;
}

.h-logo-div {
  display: block;
  padding-right: 32%;
}

.button-2 {
  background-color: transparent;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-36 {
  display: none;
}

.h1-register-note {
  color: #ee3124;
  font-size: 45px;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}

.div-team-work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 991px) {
  .hero-section {
    display: block;
    height: 600px;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-section.town {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .nav-link {
    padding: 20px 18px;
  }

  .footer-section {
    position: relative;
  }

  .nav-logo-brand {
    width: 160px;
    margin-top: 6px;
  }

  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 114px;
  }

  .hero-container {
    top: 147px;
    display: block;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-container.welcome {
    position: relative;
    top: 55%;
  }

  .heading-2-welcome-2 {
    margin-top: 29px;
    font-size: 20px;
  }

  .up-arrow-link {
    width: 50px;
    height: 60px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .up-arrow-link.w--current {
    display: none;
  }

  .div-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .text-centre {
    font-size: 18px;
    line-height: 28px;
  }

  .div-50 {
    display: block;
    width: 100%;
  }

  .section-product {
    position: relative;
    top: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .section-product.space {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-50-text {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-copy.privacy-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    font-size: 32px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 30px;
  }

  .icon {
    color: #fff;
    font-size: 35px;
  }

  .menu-button {
    padding: 9px;
  }

  .menu-button.w--open {
    background-color: #c43f31;
  }

  .nav-menu {
    overflow: auto;
    height: 100vh;
    background-color: #000;
  }

  .div-product-over {
    position: relative;
    top: 0%;
    display: block;
    width: auto;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .product-sub-copy {
    color: #000;
  }

  .product-copy-white {
    color: #000;
  }

  .large-image-section {
    display: block;
  }

  .div-over-screen {
    position: relative;
    top: 0%;
    display: block;
    width: auto;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .product-copy-centre {
    padding-right: 34px;
    padding-left: 34px;
    text-align: left;
  }

  .div-50-product-right {
    display: block;
    width: 100%;
    padding-right: 0px;
  }

  .div-50-product-left {
    display: block;
    width: 100%;
    padding-left: 0px;
  }

  .hero-section-welcome {
    display: block;
    height: 600px;
  }

  .section-product-text {
    position: relative;
    top: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .section-product-text.flip {
    display: block;
  }

  .siteplan-image-div {
    padding-right: 40px;
  }

  .content-section {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .sub-copy {
    color: #000;
  }

  .colour-header-section {
    display: block;
    margin-top: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-3-team {
    font-size: 60px;
  }

  .heading-3-team.privacy {
    font-size: 49px;
  }

  .team-sub-head {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
  }

  .team-sub-head.privacy2 {
    font-size: 17px;
  }

  .team-logo-link-block {
    padding-right: 240px;
    padding-bottom: 42px;
    padding-left: 0px;
  }

  .team-copy-div {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .team-section-black {
    padding-top: 30px;
  }

  .sub-copy-team {
    color: #fff;
    font-size: 16px;
  }

  .teeam-copy-2-left {
    font-size: 14px;
    line-height: 28px;
  }

  .team-logo-link-block-2 {
    padding-right: 100px;
  }

  .row {
    display: inline-block;
  }

  .location-div-line {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .location-div {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .email-link {
    font-size: 17px;
  }

  .reg-div-columns {
    margin: 3px;
  }

  .hero-arrow-div {
    display: none;
  }

  .hero-links {
    font-size: 24px;
  }

  .hero-links-wrapper {
    margin-bottom: 5px;
  }

  .button {
    margin-top: 32px;
  }

  .floorplan-button-header-section {
    display: block;
    margin-top: 6px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .floorplan-button-link-block {
    padding: 8px 28px 13px;
  }

  .floorplan-button-head-link {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
  }

  .floorplan-sub-head {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .dropdown-toggle {
    display: block;
  }

  .fp-condo-link-block {
    width: 33%;
  }

  .heading-3-floorplan {
    font-size: 60px;
    line-height: 60px;
  }

  .fp-loft-link-block {
    padding-right: 12px;
    padding-left: 12px;
  }

  .floorplan-head {
    font-size: 60px;
    line-height: 60px;
  }

  .colour-fp-header-section {
    display: block;
    margin-top: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .floorplan-description {
    font-size: 22px;
  }

  .div-block-fp {
    width: auto;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .floorplan-disclailmer {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
  }

  .location-number {
    font-size: 17px;
  }

  .location-address {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .section-2 {
    padding: 30px 40px;
  }

  .notes-title {
    font-size: 52px;
    line-height: 62px;
  }

  .notes-text {
    font-size: 16px;
    line-height: 32px;
  }

  .dropdown {
    display: none;
  }

  .hero-div {
    max-width: 600px;
  }

  .hero-div-graphics {
    position: relative;
  }

  .hero-slider {
    height: 600px;
  }

  .hero-header {
    height: 600px;
  }

  .h-div-reg {
    height: 100px;
  }

  .h-header-div {
    padding-top: 29px;
  }

  .button-2 {
    font-size: 34px;
  }

  .div-team-work {
    margin-bottom: 31px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 350px;
  }

  .nav-link {
    overflow: visible;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .footer-section {
    position: relative;
    text-align: center;
  }

  .background-video {
    position: relative;
    height: 300px;
    padding-right: 109px;
    padding-left: 109px;
  }

  .hero-container {
    top: 40px;
  }

  .hero-container.welcome {
    position: relative;
    top: 50%;
  }

  .image {
    width: 225px;
  }

  .heading-2-welcome-2 {
    margin-top: 0px;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .up-arrow-link.w--current {
    display: none;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-centre {
    font-size: 16px;
    line-height: 24px;
  }

  .section-product {
    margin-top: 205px;
    margin-bottom: 0px;
  }

  .heading-2-product {
    font-size: 40px;
  }

  .product-copy {
    font-size: 14px;
    line-height: 26px;
  }

  .section-glass-girl {
    height: 350px;
  }

  .paragraph {
    font-size: 24px;
    line-height: 40px;
  }

  .footer-text {
    margin-top: 20px;
  }

  .nav-menu {
    position: absolute;
    overflow: visible;
    height: 100vh;
  }

  .product-copy-white {
    font-size: 14px;
    line-height: 28px;
  }

  .large-image-section {
    height: auto;
  }

  .large-image-section.siteplan {
    margin-top: 20px;
  }

  .product-copy-2 {
    font-size: 14px;
    line-height: 26px;
  }

  .div-50-product-left {
    padding-left: 0px;
  }

  .hero-section-welcome {
    height: 300px;
  }

  .product-copy-2-left {
    font-size: 14px;
    line-height: 26px;
  }

  .image-5 {
    display: none;
  }

  .content-section {
    padding-top: 40px;
  }

  .colour-header-section {
    height: auto;
    margin-top: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .team-sub-head {
    font-size: 18px;
    line-height: 30px;
  }

  .team-logo-link-block {
    padding-right: 199px;
  }

  .team-section-black {
    padding: 20px 19px 50px;
  }

  .teeam-copy-2-left {
    font-size: 14px;
    line-height: 26px;
  }

  .team-div-block {
    margin-top: 31px;
  }

  .location-div {
    margin-top: 29px;
  }

  .reg-div-columns {
    width: 48%;
  }

  .hero-links {
    font-size: 15px;
    line-height: 24px;
  }

  .hero-bar {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-links-wrapper {
    margin-bottom: 3px;
  }

  .button {
    margin-top: 4px;
    padding: 10px 15px;
    font-size: 20px;
  }

  .amenities-copy {
    font-size: 14px;
    line-height: 26px;
  }

  .floorplan-button-header-section {
    height: auto;
    margin-top: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .floorplan-button-link-block {
    padding-top: 10px;
  }

  .floorplan-button-head-link {
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 32px;
  }

  .floorplan-sub-head {
    font-size: 18px;
    line-height: 30px;
  }

  .fp-condo-link-block {
    width: 50%;
  }

  .fp-loft-link-block {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .colour-fp-header-section {
    height: auto;
    margin-top: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .floorplan-description {
    margin-top: 2px;
    line-height: 30px;
  }

  .floorplan-pdf-div {
    margin-top: 1px;
    text-align: left;
  }

  .floorplan-pdf-button {
    margin-top: 10px;
    font-size: 18px;
  }

  .section-2 {
    padding: 30px;
    text-align: center;
  }

  .notes-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 52px;
  }

  .notes-text {
    font-size: 15px;
    line-height: 28px;
  }

  .hero-div-graphics {
    height: 300px;
  }

  .hero-slider {
    height: 300px;
    padding-top: 0px;
  }

  .hero-header {
    height: 300px;
    padding-top: 0px;
  }

  .h-div-reg {
    position: absolute;
    height: 50px;
    padding-top: 0px;
  }

  .h-header-div {
    padding-top: 17px;
    padding-bottom: 30px;
  }

  .button-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-team-work {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: relative;
  }

  .footer-section {
    padding-top: 39px;
  }

  .background-video {
    height: 400px;
    padding-top: 77px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-container {
    top: 112px;
  }

  .hero-container.welcome {
    position: relative;
    top: 53%;
    margin-top: 17px;
  }

  .heading-2-welcome-2 {
    margin-top: 17px;
    line-height: 22px;
    letter-spacing: 1px;
  }

  .div-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    position: static;
  }

  .section-product {
    margin-top: 143px;
  }

  .div-block-2 {
    width: 250px;
  }

  .div-product-over {
    padding: 20px;
  }

  .heading-3-product {
    font-size: 28px;
    line-height: 32px;
  }

  .product-sub-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .product-copy-white {
    line-height: 24px;
  }

  .product-50-copy-div {
    margin-bottom: 0px;
    padding: 20px;
  }

  .large-image-section.siteplan {
    margin-top: 92px;
  }

  .div-over-screen {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-copy-centre {
    margin-bottom: 0px;
    padding: 34px 20px;
    text-align: left;
  }

  .hero-section-welcome {
    position: static;
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-3-product-left {
    font-size: 28px;
    line-height: 32px;
  }

  .content-section {
    margin-bottom: 0px;
    padding: 34px 20px;
    text-align: left;
  }

  .sub-copy {
    font-size: 16px;
    line-height: 26px;
  }

  .colour-header-section {
    margin-top: 0px;
  }

  .heading-3-team {
    font-size: 42px;
    line-height: 32px;
  }

  .heading-3-team.privacy {
    font-size: 33px;
    line-height: 34px;
  }

  .team-sub-head {
    font-size: 16px;
    line-height: 26px;
  }

  .team-sub-head.privacy2 {
    font-size: 15px;
  }

  .heading-3-team-sub {
    font-size: 28px;
    line-height: 32px;
  }

  .team-logo-link-block {
    padding-right: 36px;
  }

  .team-section-black {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-copy-team {
    font-size: 16px;
    line-height: 26px;
  }

  .reg-div-columns {
    width: 96%;
  }

  .form {
    padding-right: 26px;
    padding-left: 26px;
  }

  .hero-links {
    font-size: 15px;
  }

  .hero-bar {
    font-size: 22px;
  }

  .button {
    margin-top: 19px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .floorplan-button-header-section {
    margin-top: 5px;
  }

  .floorplan-button-link-block {
    padding-right: 18px;
    padding-left: 18px;
  }

  .floorplan-button-head-link {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
  }

  .floorplan-sub-head {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 26px;
  }

  .floorplans-subhead {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-3-floorplan {
    font-size: 42px;
    line-height: 32px;
  }

  .fp-loft-link-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .floorplan-head {
    font-size: 42px;
    line-height: 32px;
  }

  .colour-fp-header-section {
    margin-top: 79px;
  }

  .floorplan-description {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-fp {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    padding: 30px 15px 10px;
  }

  .notes-title {
    font-size: 37px;
    line-height: 42px;
  }

  .hero-div-graphics {
    position: relative;
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-slider {
    position: static;
    display: block;
    width: 100%;
    height: 300px;
  }

  .hero-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ee3124;
  }

  .h-div-reg {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h-header-div {
    padding-top: 22px;
    padding-right: 0%;
    padding-bottom: 26px;
  }

  .h-logo-div {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .image-36 {
    display: block;
  }

  .image-37 {
    display: none;
  }
}

