@font-face {
  font-family: calluna,serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: calluna,serif;
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'BrownStd Light';
  src: url("fonts/BrownStd-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrownStd Regular';
  src: url("fonts/BrownStd-Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrownStd Bold';
  src: url("fonts/BrownStd-Bold.otf");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-family: 'BrownStd Bold'; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit; }

button {
  -webkit-appearance: none; }

.img-fluid {
  max-width: 100%; }

/* defaults end */
html {
  overflow-x: hidden; }

.brown_bg {
  background: #8F462B; }

body {
  font-family: 'BrownStd Light';
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  background: #000;
  overflow-x: hidden; }
  body.no-overflow, body.no-scroll {
    overflow: hidden; }

/* PAGE STYLES */
h1, h2 {
  font-family: calluna,serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2; }

h3 {
  font-family: calluna,serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2; }

h4 {
  font-family: calluna,serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2; }

.upper {
  text-transform: uppercase;
  letter-spacing: 2px; }

p.small {
  font-size: 16px; }

ul.text {
  padding-left: 25px; }
  ul.text li {
    list-style: disc;
    font-size: 18px;
    margin-bottom: 15px; }
    ul.text li ul {
      margin-top: 15px;
      padding-left: 35px; }

.contact_us_popup_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none; }
  .contact_us_popup_container .contact_us_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 1400px;
    padding: 40px;
    padding-bottom: 20px;
    background: url("../img/form_bg.png") right bottom no-repeat #000;
    background-size: auto 80%;
    max-height: calc(100vh - 30px);
    overflow-y: scroll; }
    .contact_us_popup_container .contact_us_popup .close_icon {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 35px;
      cursor: pointer; }
  .contact_us_popup_container .register_form {
    width: 950px;
    max-width: 100%; }
  .contact_us_popup_container .footer {
    padding-bottom: 20px; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mh_100 {
  min-height: 100vh; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 0;
  background: #212721;
  z-index: 101;
  display: none; }
  .policy_popup h3 {
    margin-bottom: 40px; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    text-align: left; }
  .policy_popup p {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.6px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content_container {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    padding: 10px 20px; }
  .policy_popup .inner_content {
    max-width: 1350px;
    margin: 0 auto; }
  .policy_popup .inner_content_container::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content_container::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content_container::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content_container::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center;
      font-size: 16px; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.my_btn {
  font-family: 'BrownStd Regular';
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 20px;
  color: #fff;
  letter-spacing: 3px;
  background: #75787B; }
  .my_btn.fixed_btn {
    position: fixed;
    right: -43px;
    z-index: 10;
    bottom: 42px;
    transform: rotate(-90deg); }

.show_message {
  cursor: pointer; }

.top_poster {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 0; }
  .top_poster .video-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .top_poster iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%); }
  .top_poster .logo {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10; }
  .top_poster .text {
    position: absolute;
    bottom: 4%;
    left: 4%;
    z-index: 3; }
  .top_poster .black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2); }

.basic_slider .slider_container {
  position: relative; }
.basic_slider h4 {
  position: absolute;
  bottom: 50px;
  left: 5vw; }
.basic_slider .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0); }
  .basic_slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 20px;
    cursor: pointer;
    height: 20px;
    border-radius: 50%;
    font-size: 0px;
    color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0.5); }
    .basic_slider .slick-dots li.slick-active {
      background: white; }
.basic_slider .arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  cursor: pointer; }
  .basic_slider .arrow.arrow_left {
    left: 3vw; }
  .basic_slider .arrow.arrow_right {
    right: 3vw; }

@media (min-aspect-ratio: 21 / 9) {
  .top_poster .video-container iframe {
    height: 36.458vw; } }
@media (min-aspect-ratio: 21 / 9) {
  .top_poster .video-container iframe {
    height: 36.458vw;
    width: 274.28vh; } }
@media (min-aspect-ratio: 16 / 9) {
  .top_poster .video-container iframe {
    height: 56.25vw; } }
@media (max-aspect-ratio: 16 / 9) {
  .top_poster .video-container iframe {
    width: 177.78vh; } }
.main_content {
  padding-top: 125px;
  padding-bottom: 125px; }
  .main_content h2, .main_content h3 {
    margin-bottom: 40px; }
  .main_content p {
    margin-bottom: 35px; }

@media (min-width: 1700px) {
  .suite_life .main_content {
    max-width: 1200px; }

  .amenities .main_content {
    max-width: 1100px; }

  .neighbourhood .main_content {
    max-width: 1000px; }

  .downtown_living .main_content {
    max-width: 1100px; } }
.neighbourhood {
  padding-top: 125px; }
  .neighbourhood h2 {
    margin-bottom: 25px; }
  .neighbourhood .container {
    padding-top: 0; }

/* neighbourhood slider */
.neighbourhood_slider {
  position: relative;
  width: 100vw;
  overflow-x: hidden; }
  .neighbourhood_slider .slider_container {
    /* the slides */
    /* the parent */ }
    .neighbourhood_slider .slider_container .slick-slide {
      margin: 0 2vw; }
    .neighbourhood_slider .slider_container .slick-list {
      margin: 0 -2vw; }
  .neighbourhood_slider p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
  .neighbourhood_slider .slider_control {
    margin: 35px auto; }
    .neighbourhood_slider .slider_control ul {
      display: flex;
      justify-content: space-between; }
      .neighbourhood_slider .slider_control ul li {
        opacity: 0.6;
        margin: 0 15px;
        cursor: pointer; }
        .neighbourhood_slider .slider_control ul li.active {
          opacity: 1; }
          .neighbourhood_slider .slider_control ul li.active h3 {
            text-decoration: underline; }

.register_form .container {
  position: relative; }
.register_form .form_container {
  position: relative;
  min-height: 150px; }
.register_form .thank_you_message {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: calc(100% + 10px);
  transform: translate(0, -50%);
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  padding: 30px; }
  .register_form .thank_you_message h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }
  .register_form .thank_you_message .close_btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 24px; }
.register_form .form {
  position: relative;
  margin: 0 auto 20px;
  transition: all 0.4s; }
  .register_form .form input[type="text"],
  .register_form .form input[type="search"],
  .register_form .form input[type="tel"],
  .register_form .form input[type="number"],
  .register_form .form input[type="email"],
  .register_form .form input[type="password"],
  .register_form .form select {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    outline: none; }
  .register_form .form select {
    padding: 5px 10px;
    border: 1px solid #fff;
    background: url("../img/arrow_down.png") center right no-repeat; }
    .register_form .form select option {
      background: #000;
      color: #fff; }
  .register_form .form input[type="text"]::placeholder,
  .register_form .form input[type="search"]::placeholder,
  .register_form .form input[type="tel"]::placeholder,
  .register_form .form input[type="number"]::placeholder,
  .register_form .form input[type="email"]::placeholder,
  .register_form .form input[type="password"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .register_form .form input[type="text"]:-ms-input-placeholder,
  .register_form .form input[type="search"]:-ms-input-placeholder,
  .register_form .form input[type="tel"]:-ms-input-placeholder,
  .register_form .form input[type="number"]:-ms-input-placeholder,
  .register_form .form input[type="email"]:-ms-input-placeholder,
  .register_form .form input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .register_form .form input[type="text"]::-ms-input-placeholder,
  .register_form .form input[type="search"]::-ms-input-placeholder,
  .register_form .form input[type="tel"]::-ms-input-placeholder,
  .register_form .form input[type="number"]::-ms-input-placeholder,
  .register_form .form input[type="email"]::-ms-input-placeholder,
  .register_form .form input[type="password"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }
  .register_form .form legend {
    font-size: 20px; }
  .register_form .form .disclaimer p {
    font-size: 16px; }
  .register_form .form .missing input[type="text"],
  .register_form .form .missing input[type="search"],
  .register_form .form .missing input[type="tel"],
  .register_form .form .missing input[type="number"],
  .register_form .form .missing input[type="email"],
  .register_form .form .missing input[type="password"] {
    border-bottom: 1px solid red; }
    .register_form .form .missing input[type="text"]::placeholder,
    .register_form .form .missing input[type="search"]::placeholder,
    .register_form .form .missing input[type="tel"]::placeholder,
    .register_form .form .missing input[type="number"]::placeholder,
    .register_form .form .missing input[type="email"]::placeholder,
    .register_form .form .missing input[type="password"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: red;
      opacity: 1;
      /* Firefox */ }
    .register_form .form .missing input[type="text"]:-ms-input-placeholder,
    .register_form .form .missing input[type="search"]:-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]:-ms-input-placeholder,
    .register_form .form .missing input[type="number"]:-ms-input-placeholder,
    .register_form .form .missing input[type="email"]:-ms-input-placeholder,
    .register_form .form .missing input[type="password"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: red; }
    .register_form .form .missing input[type="text"]::-ms-input-placeholder,
    .register_form .form .missing input[type="search"]::-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]::-ms-input-placeholder,
    .register_form .form .missing input[type="number"]::-ms-input-placeholder,
    .register_form .form .missing input[type="email"]::-ms-input-placeholder,
    .register_form .form .missing input[type="password"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: red; }
  .register_form .form .agent_name_field {
    display: none; }
  .register_form .form .checkbox {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 5px; }
    .register_form .form .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .checkbox label {
      padding: 10px 15px;
      position: relative;
      cursor: pointer;
      text-transform: none;
      line-height: 1.6;
      letter-spacing: 0.5px; }
    .register_form .form .checkbox input[type="radio"]:checked + label,
    .register_form .form .checkbox input[type="checkbox"]:checked + label {
      background: #000;
      color: #fff; }
    .register_form .form .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .disclaimer .checkbox {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 0px; }
    .register_form .form .disclaimer .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .disclaimer .checkbox label {
      padding-top: 5px;
      padding-left: 35px;
      position: relative;
      cursor: pointer;
      line-height: 1.6;
      text-transform: none; }
    .register_form .form .disclaimer .checkbox label:before {
      content: "";
      position: absolute;
      top: 10px;
      display: block;
      left: -5px;
      width: 25px;
      height: 25px;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #454343;
      border-image: initial;
      background: transparent;
      text-align: center;
      line-height: 23px;
      font-size: 20px; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label {
      background: transparent;
      color: #fff; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label:before,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label:before {
      content: "\2713"; }
    .register_form .form .disclaimer .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .warning-message,
  .register_form .form .error-message {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: red; }
.register_form.completed form {
  opacity: 0; }
.register_form.completed .thank_you_message {
  opacity: 1;
  z-index: 2; }
.register_form .disclaimer p {
  font-size: 20px; }

.footer {
  padding: 50px 0; }
  .footer p {
    font-size: 14px;
    opacity: 0.8; }
  .footer .container {
    max-width: 850px; }
  .footer .logo {
    max-width: 260px; }
  .footer .build_logo {
    width: 170px;
    max-width: 80%; }

.grecaptcha-badge {
  display: none !important; }

/* PAGE STYLES END */
@media (max-height: 1000px) {
  .contact_us_popup_container .logo {
    display: none; } }
@media (max-width: 1600px) {
  h1, h2 {
    font-size: 50px; } }
@media (max-width: 1400px) {
  body {
    font-size: 18px; }

  h1, h2 {
    font-size: 46px; }

  h3 {
    font-size: 36px; }

  .main_content h2,
  .main_content h3 {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  h1, h2 {
    font-size: 36px; }

  .basic_slider h4 {
    bottom: 20px;
    left: 20px;
    font-size: 20px; }
  .basic_slider .slick-dots {
    width: 100%;
    text-align: center;
    bottom: 20px; }
    .basic_slider .slick-dots li {
      margin: 0 7px;
      width: 15px;
      height: 15px; } }
@media (max-width: 768px) {
  h3 {
    font-size: 24px; }

  .container {
    max-width: 100%; }

  .top_poster .logo {
    max-width: 250px; }

  .main_content {
    padding-top: 80px;
    padding-bottom: 80px; }

  .register_form .form {
    position: relative;
    margin: 0 auto 20px;
    transition: all 0.4s; }
    .register_form .form input[type="text"],
    .register_form .form input[type="search"],
    .register_form .form input[type="tel"],
    .register_form .form input[type="number"],
    .register_form .form input[type="email"],
    .register_form .form input[type="password"],
    .register_form .form select {
      font-size: 20px;
      line-height: 38px; }
    .register_form .form .disclaimer .checkbox label {
      font-size: 12px; }

  .contact_us_popup_container .contact_us_popup {
    padding: 60px 25px; }
    .contact_us_popup_container .contact_us_popup .close_icon {
      width: 25px;
      top: 30px;
      right: 15px; }

  .footer p {
    padding-left: 50px;
    padding-right: 50px; } }
@media (max-height: 870px) {
  .contact_us_popup .the_builders {
    display: none; }

  .footer {
    padding-top: 25px; } }
.neighbourhood_slider .slider_control, .neighbourhood_slider .my_slider_text {
  padding: 0 28vw; }

@media (max-width: 1400px) {
  .neighbourhood_slider .slider_control, .neighbourhood_slider .my_slider_text {
    padding: 0 25vw; } }
@media (max-width: 991px) {
  .neighbourhood_slider .slider_control, .neighbourhood_slider .my_slider_text {
    padding: 0 20vw; }
  .neighbourhood_slider .slider_control {
    margin: 20px auto; }

  .basic_slider h4 {
    bottom: 15px; }
  .basic_slider .slick-dots {
    bottom: -35px; } }
@media (max-width: 768px) {
  .neighbourhood_slider p {
    padding-left: 5px;
    padding-right: 5px; }
  .neighbourhood_slider .slider_control, .neighbourhood_slider .my_slider_text {
    padding: 0 30px; } }
@media (max-width: 768px) {
  .register_form .form .disclaimer .checkbox {
    padding-top: 0px; }

  .contact_us_popup_container {
    background: #000; }
    .contact_us_popup_container .contact_us_popup {
      width: 100%; }

  .neighbourhood_slider .slider_control ul li {
    margin: 0 10px; }
    .neighbourhood_slider .slider_control ul li h3 {
      font-size: 22px; }

  .basic_slider .arrow {
    width: 20px;
    top: 45%; } }

/*# sourceMappingURL=my_style.css.map */
