@font-face {
  font-family: "HelveticaNeueLight";
  src: url("fonts/HelveticaNeueLight.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue-Roman";
  src: url("fonts/HelveticaNeue-Roman.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("fonts/HelveticaNeueMedium.ttf");
  font-weight: normal;
  font-style: normal;
}
/* varibles */
/* CSS Document */
/*------------------------------------*\
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;
}

html {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
  color: #fff;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div::-webkit-scrollbar-track {
  background: #5d5d5d;
}
html div::-webkit-scrollbar-thumb {
  background: #ccc;
}
html div::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

:root {
  --text-color: white;
  --site-bg-color: black;
  --accent-color: #464646;
}

body {
  font-family: "HelveticaNeueLight";
  font-size: 22px;
  background: var(--site-bg-color);
  color: var(--text-color);
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.4;
}
body p i {
  font-size: 25px;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
}

i {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: italic;
}

b {
  font-family: "HelveticaNeue-Medium";
}

strong {
  font-weight: 700;
}

h1 {
  font-family: "HelveticaNeue-Medium";
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
}
h1 i {
  font-size: 60px;
}

h2 {
  font-family: "HelveticaNeue-Medium";
  font-size: 60px;
  text-transform: uppercase;
}

h3 {
  font-family: "HelveticaNeue-Roman";
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
}

h4 {
  font-family: "HelveticaNeue-Medium";
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
}

h5 {
  font-family: "HelveticaNeue-Roman";
  line-height: 1.1;
  font-size: 34px;
  text-transform: uppercase;
}
h5.small {
  font-size: 22px;
  line-height: 1.2;
}
h5.small sup {
  top: -0.3em;
}

p {
  font-weight: lighter;
  margin-bottom: 25px;
}

p.small {
  font-size: 14px;
}

p.large {
  font-size: 25px;
  font-weight: 100;
}

.no_border {
  border: none !important;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: black;
  z-index: 11;
  display: none;
}
.policy_popup::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 80px;
  width: 40px;
  height: 40px;
  background: url("../img/Scroll-Down.svg") no-repeat center;
  background-size: contain;
}
.policy_popup h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.policy_popup h2, .policy_popup h3, .policy_popup p {
  text-align: left;
}
.policy_popup p {
  font-size: 16px;
  margin-bottom: 30px;
}
.policy_popup p strong {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.policy_popup .main_logo {
  width: 180px;
  max-width: 70%;
  margin-bottom: 30px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 120px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-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;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
  filter: invert(1);
}

.show_message {
  text-decoration: underline;
  cursor: pointer;
}

.grecaptcha-badge {
  display: none !important;
}

#mainbody {
  padding-left: 210px;
  padding-top: 60px;
}

.my_btn {
  line-height: 60px;
  padding: 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  background: white;
}

.container-fluid {
  max-width: 1920px;
}

.section-padding {
  padding-bottom: 140px;
}

/* ------------- MENU --------------- */
.hamburger {
  position: relative;
  padding: 10px 15px;
  z-index: 10;
  width: auto;
  height: 46px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: white;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -9px;
}
.hamburger .hamburger-inner:after {
  bottom: -9px;
}
.hamburger .hamburger-box {
  width: 24px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: white;
}

.header {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ccc;
  background: black;
  z-index: 10;
}
.header img {
  max-width: 105px;
}
.header .my_btn {
  line-height: 60px;
  background: #464646;
  color: white;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100vh;
  border-right: 1px solid #ccc;
  background: black;
  z-index: 9;
  min-width: 220px;
  letter-spacing: 1px;
}
nav p {
  margin-bottom: 0;
}
nav .copy_url {
  cursor: pointer;
}
nav .main_items li {
  padding: 5px 10px;
  min-height: 75px;
  font-size: 18px;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}
nav .main_items li img {
  padding: 5px;
}
nav .main_items li.active, nav .main_items li:hover:not(.no_hover) {
  background: var(--accent-color);
  color: #fff;
}
nav .main_items li a:hover {
  color: inherit;
}
nav .info > div {
  min-height: 50px;
  border-top: 1px solid #ccc;
  display: flex;
}
nav .info > div:not(.has_inner) {
  justify-content: center;
  align-items: center;
}
nav .info > div > div {
  width: 50%;
  display: flex;
}
nav .info > div > div:not(.has_inner) {
  justify-content: center;
  align-items: center;
}
nav .info > div > div:first-of-type {
  border-right: 1px solid #ccc;
}
nav .info > div > div > div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .info > div > div > div:first-of-type {
  border-right: 1px solid #ccc;
}
nav .info > div p {
  font-size: 15px;
  text-transform: uppercase;
}
nav .info > div p.copy {
  font-size: 11px;
  text-transform: none;
}
nav .info > div p.copyright {
  font-size: 11px;
  text-transform: none;
  line-height: 1.6;
  padding: 40px 10px 20px 10px;
}

.link_hover a {
  width: 100%;
}
.link_hover p {
  line-height: 50px;
  text-align: center;
}

.link_hover:hover {
  background: #fff;
  color: black;
}
.link_hover:hover a {
  color: black;
}

.toast_container {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  display: block !important;
  width: 150px !important;
  transform: translate(0, -110%);
  color: black !important;
}
.toast_container .toast {
  width: auto;
}
.toast_container.active {
  opacity: 1;
  z-index: 12;
}

/* ------------- MENU END --------------- */
/* --------------- MAIN CONTENT ---------------- */
.promo {
  padding: 60px 40px;
  background: #F9DA49;
  color: #000;
}
.promo h1.smaller {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.promo h4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.promo .my_btn {
  background: #000;
  color: #F9DA49;
}

#suites .promo {
  max-width: 500px;
}

.highlight {
  border: 1px solid #fff;
  padding: 20px;
  background: #fff;
}
.highlight h5 {
  color: #000;
}

.hero-bg {
  position: absolute;
  max-width: 58.541667%;
  z-index: -1;
  left: 3%;
  top: 0;
  height: 100%;
  width: auto;
}

.giant-map {
  position: relative;
}
.giant-map .map {
  width: 100%;
}
.giant-map .content {
  position: absolute;
  z-index: 1;
  top: 0;
}
.giant-map .content.bottom {
  top: unset;
  bottom: 0;
}

.main {
  min-height: calc(100vh - 50px);
  padding-bottom: 70px;
}
.main .img_container {
  position: relative;
}
.main .img_container .text {
  position: absolute;
  top: 12%;
  left: 7%;
  width: 90%;
}

.mute_container {
  position: absolute;
  width: 40px;
  bottom: 5px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}
.mute_container img {
  width: 100%;
}
.mute_container .mute {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  z-index: 2;
}
.mute_container.unmuted .unmute {
  opacity: 0;
}
.mute_container.unmuted .mute {
  opacity: 1;
  z-index: 1;
}

.brooklin {
  padding-top: 70px;
  padding-bottom: 130px;
}

.homes {
  padding-bottom: 100px;
}

.footer {
  font-size: 20px;
  font-weight: 100;
  width: calc(100vw - 220px);
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 20px;
}
.footer p.light {
  font-size: 13px;
  color: rgba(178, 178, 178, 0.8);
  line-height: 1.6;
}

img.half-window-width {
  display: block;
}
img.half-window-width.left {
  object-fit: contain;
  object-position: right;
  right: 0;
}
img.img-lg-offset {
  transform: translateY(-5%);
}

.farmboy_offset {
  margin-left: -27%;
  width: 127%;
}

.slick-dots {
  margin-bottom: 30px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 30px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #343434;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}
.slick-dots li.slick-active button {
  background: #FFFFFF;
}

/* --------------- MAIN CONTENT END ---------------- */
/* ---------------- REGISTER -------------------------- */
.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  text-transform: none;
  color: white;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 0;
  padding: 1px 10px;
  margin-bottom: 20px;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text-color);
  opacity: 1; /* Firefox */
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form select {
  background: url("../img/select_arrow.png") no-repeat right center;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .brokerage_name {
  display: none;
}
.form legend {
  font-size: 16px;
  line-height: 1.2;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: calc(100% + 20px);
  height: 80%;
  left: -30px;
}
.form .checkbox label {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: var(--text-color);
}
.form .checkbox label:before,
.form .checkbox label:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid white;
  background: white;
  top: 50%;
  transform: translate(0, -50%);
}
.form .checkbox label:after {
  left: -26px;
  width: 22px;
  height: 22px;
  border: none;
}
.form .checkbox input[type=radio]:checked + label:after,
.form .checkbox input[type=checkbox]:checked + label:after {
  background: var(--text-color);
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .checkbox.consent {
  padding: 0;
  padding-left: 40px;
}
.form .checkbox.consent label {
  font-size: 14px;
  line-height: 1.3;
}
.form .checkbox.consent label:before {
  border-radius: 0;
  top: 10px;
  left: -40px;
  transform: translate(0, 0);
}
.form .checkbox.consent label:after {
  content: "";
  left: -33px;
  width: 26px;
  height: 26px;
  top: 31px;
  background: transparent;
}
.form .checkbox.consent input[type=radio]:checked + label:after,
.form .checkbox.consent input[type=checkbox]:checked + label:after {
  background: url("../img/check.png") no-repeat;
  background-size: auto;
}
.form .radio-wrapperG .checkbox {
  margin-right: 70px;
  color: red;
}
.form .radio-wrapperG .checkbox label:before,
.form .radio-wrapperG .checkbox label:after {
  background: black;
}
.form .radio-wrapperG .checkbox:last-of-type {
  margin-right: 0;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
}
.form .error {
  border-color: red !important;
  color: red;
}
.form .error::placeholder {
  color: red !important;
}
.form .error label {
  color: red !important;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  background: black;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h3, .form .thank_you_message h5 {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}

/* ---------------- REGISTER END ---------------------- */
#mainbody {
  padding-top: 0;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.hero .container h1 {
  margin-bottom: 40px;
}
.hero .container img {
  transition: all 0.3s;
}
.hero .container img:hover {
  transform: translate(0, 8px);
}

/* ---------------- AMENITIES -------------------------- */
#amenities .hero {
  background: url("../img/amenities/hero.jpg") center;
  background-size: cover;
}
#amenities .amenity_type {
  margin-bottom: 80px;
}
#amenities .amenity_type img {
  margin-bottom: 35px;
}

#neighbourhood .map_area {
  position: relative;
  color: #fff;
}
#neighbourhood .map_area h2 {
  color: #fff;
}
#neighbourhood .map_area h4 {
  text-transform: capitalize;
  font-family: "HelveticaNeue-Roman";
  font-size: 28px;
  text-transform: uppercase;
}
#neighbourhood .map_area ol li {
  font-size: 18px;
  font-weight: 400;
}
#neighbourhood .map_area .pins_container {
  position: relative;
}
#neighbourhood .map_area .pins_container img {
  display: block;
}
#neighbourhood .map_area .pins_container img.hidden {
  opacity: 0;
}
#neighbourhood .map_area .pins_container img:not([data-type=all]) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
#neighbourhood .map_area .pins_container img:not([data-type=all]).active {
  opacity: 1;
}
#neighbourhood .map_area .items {
  max-height: calc(100vh - 150px);
  overflow-y: scroll;
  overflow-x: clip;
  padding-right: 5px;
}
#neighbourhood .map_area .item {
  padding-bottom: 10px;
  color: #464646;
}
#neighbourhood .map_area .item span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  border: 2px solid #fff;
}
#neighbourhood .map_area .item h4 {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}
#neighbourhood .map_area .item h4::before, #neighbourhood .map_area .item h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 2px;
  background: #fff;
}
#neighbourhood .map_area .item h4::after {
  transition: all 0.3s;
  left: 8px;
  width: 2px;
  height: 18px;
}
#neighbourhood .map_area .item .wrapper {
  display: none;
}
#neighbourhood .map_area .item ol:not(.no_before) {
  counter-reset: list-counter calc(var(--start) - 1);
  list-style: none;
  padding-left: 40px;
  padding-bottom: 10px;
}
#neighbourhood .map_area .item ol:not(.no_before) li {
  counter-increment: list-counter;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
}
#neighbourhood .map_area .item ol:not(.no_before) li::before {
  content: counter(list-counter, decimal-leading-zero);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: -40px;
  top: 0;
}
#neighbourhood .map_area .item.active {
  color: #fff;
}
#neighbourhood .map_area .item.active h4::after {
  transform: rotate(90deg) translate(0%, 0%);
  top: 7px;
}
#amenities #neighbourhood .map_area .items::-webkit-scrollbar {
  width: 0 !important;
}

#yonge #neighbourhood .map_area .item {
  position: relative;
}
#yonge #neighbourhood .map_area .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../img/Scroll-Down.svg") no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s;
}
#yonge #neighbourhood .map_area .item.active::after {
  opacity: 1;
}

/* ---------------- AMENITIES END -------------------------- */
/* ---------------- TRANSIT -------------------------- */
#transit .hero {
  background: url("../img/transit/hero.jpg") center;
  background-size: cover;
}
#transit .img_container {
  margin-top: -150px;
}
#transit .hand {
  display: none;
}

/* ---------------- TRANSIT END -------------------------- */
/* ---------------- yonge + EGLINTON -------------------------- */
#yonge .hero {
  background: url("../img/yonge/hero.jpg") center;
  background-size: cover;
}
#yonge .retail_slider_container .slick-slide {
  padding-right: 50px;
  padding-bottom: 15px;
}
#yonge .retail_slider_container .slick-slide img {
  margin-bottom: 25px;
}
#yonge .retail_slider_container .slick-slide p {
  margin-bottom: 5px;
}
#yonge .retail_slider_container .slider_dots {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#yonge .retail_slider_container .slider_dots .slick-dots {
  margin-bottom: 0;
}
#yonge .retail_slider_container .arrow {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  cursor: pointer;
}
#yonge #neighbourhood .map_area .map_controls {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}

/* ---------------- yonge + EGLINTON END -------------------------- */
/* ---------------- SUITES -------------------------- */
#suites .hero {
  background: url("../img/suites/hero.jpg") center;
  background-size: cover;
}
#suites .hero h1 {
  color: #000;
}
#suites .units_table {
  width: 100%;
}
#suites .units_table tr.heading {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-transform: uppercase;
}
#suites .units_table tr {
  transition: 0.3s all;
}
#suites .units_table tr:hover {
  background: #2b2b2b;
  cursor: pointer;
}
#suites .units_table tr td {
  font-size: 22px;
  padding: 25px 5px;
  line-height: 1.1;
  text-align: center;
}
#suites .units_table tr td a {
  text-decoration: underline;
}
#suites .units_table tr td span.small {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  text-transform: none;
}
#suites .units_table tr td:first-of-type {
  padding-right: 30px;
}
#suites .units_table tr td:last-of-type {
  text-align: right;
}

/* ---------------- SUITES END -------------------------- */
/* ------------------ RENT ---------------------------- */
#rent .hero {
  background: url("../img/rent/hero.jpg") center;
  background-size: cover;
}

/* ------------------ RENT END ---------------------------- */
/* ------------------ TEAM ---------------------------- */
#team .hero {
  background: url("../img/team/hero.jpg") center;
  background-size: cover;
}

/* ------------------ TEAM END ---------------------------- */
/* ------------------ CONTACT ---------------------------- */
#contact .hero {
  background: url("../img/contact/hero.jpg") center;
  background-size: cover;
}
#contact #main table {
  width: 250px;
}
#contact #main table tr {
  padding-bottom: 10px;
}
#contact #main table tr td {
  height: 30px;
}

/* ------------------ CONTACT END ---------------------------- */
/* ---------------- FOOTER -------------------- */
/* ---------------- FOOTER END ----------------- */
@media (min-width: 1300px) {
  #home .container-fluid {
    padding-right: 0;
  }
}
/* -------------- RESPONSIVE ------------------ */
@media (max-height: 950px) {
  nav .main_items li {
    min-height: 60px;
    font-size: 16px;
  }
}
@media (max-height: 800px) {
  nav {
    min-height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 1800px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 36px;
    line-height: 1.2;
  }
  h4 {
    font-size: 39px;
  }
  h5.small {
    font-size: 19px;
  }
  .my_btn {
    font-size: 18px;
    line-height: 52px;
  }
  .promo h1.smaller {
    font-size: 40px;
  }
  .promo h4 {
    font-size: 36px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 54px;
  }
  body {
    font-size: 18px;
  }
  h2 {
    font-size: 3vw;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 36px;
  }
  h5.small {
    font-size: 18px;
  }
  p.large {
    font-size: 20px;
  }
  p.small {
    font-size: 12px;
  }
  #mainbody {
    padding-left: 190px;
  }
  .header .my_btn {
    font-size: 14px;
  }
  .my_btn {
    line-height: 50px;
    font-size: 16px;
  }
  .section-padding {
    padding-bottom: 110px;
  }
  nav {
    width: 190px;
  }
  .giant-map .content {
    top: 5vw;
  }
  .giant-map .content.bottom {
    top: unset;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 40px;
  }
  .form .radio-wrapperG .checkbox:not(.consent) label:before {
    left: -24px;
    width: 24px;
    height: 24px;
  }
  .form .radio-wrapperG .checkbox:not(.consent) label:after {
    left: -21px;
    width: 18px;
    height: 18px;
  }
  img.img-lg-offset {
    transform: none;
  }
  .main .img_container .text {
    top: 10%;
    left: 5%;
  }
  .hero {
    margin-bottom: 80px;
  }
  #amenities .amenity_type {
    margin-bottom: 70px;
  }
  #amenities #neighbourhood .map_area h4 {
    font-size: 28px;
  }
  #suites .units_table tr td {
    font-size: 19px;
  }
  .promo h1.smaller {
    font-size: 33px;
  }
  .promo h4 {
    font-size: 30px;
  }
  .promo h5.small {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  h3 {
    font-size: 32px;
  }
  .header {
    display: block;
  }
  .header .my_btn {
    line-height: 1.3;
    min-height: 65px;
  }
  nav {
    padding-top: 60px;
    transform: translate(-101%, 0);
    transition: transform 0.4s ease-in-out;
  }
  nav .main_items li {
    min-height: 60px;
    font-size: 16px;
  }
  nav.active {
    transform: translate(0, 0);
  }
  #mainbody {
    padding-left: 0;
    padding-top: 60px;
  }
  #transit .img_container {
    margin-top: -100px;
  }
  .footer {
    width: auto;
  }
}
@media (max-width: 1100px) {
  .brooklin {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .form legend {
    font-size: 15px;
  }
  .form {
    transition: height 0.3s;
  }
  .form.form-done {
    height: 250px;
  }
  .giant-map img {
    width: 100%;
  }
  .giant-map .content {
    top: 60px;
  }
  .giant-map .content.bottom {
    bottom: 0;
  }
  .icon-wrapper > a {
    width: 30px;
  }
  #intro span {
    font-size: 2.5vw;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 60px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 26px;
  }
  .section-padding {
    padding-bottom: 80px;
  }
  .farmboy_offset {
    margin-left: auto;
    width: 100%;
  }
  #yonge #neighbourhood .map_area .map_controls {
    position: relative;
    left: auto;
    transform: translate(0, 0);
    top: auto;
  }
  #yonge #neighbourhood .map_area h4 {
    font-size: 24px;
  }
  #amenities .amenity_type img {
    margin-bottom: 40px;
  }
  #amenities .amenity_type h5 {
    margin-bottom: 25px;
  }
  #transit .img_container {
    margin-top: 30px;
  }
  #suites .units_table h3 {
    margin-bottom: 0;
    line-height: 1.1;
  }
  #suites .units_table h3 span {
    font-size: 15px;
  }
  #suites .units_table tr {
    border-bottom: 1px solid #CCCCCC;
  }
  #suites .units_table tr td {
    text-align: left;
    padding: 20px 5px;
  }
  #suites .units_table tr td:last-of-type {
    text-align: left;
  }
  #neighbourhood .map_area .items {
    max-height: none;
    overflow-y: scroll;
  }
  .promo h1.smaller {
    font-size: 24px;
  }
  .promo h4 {
    font-size: 22px;
  }
  .promo h5.small {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 30px;
  }
  #transit .img_container {
    overflow-x: scroll;
  }
  #transit .img_container img {
    min-width: 800px;
  }
  #transit .img_container .hand {
    position: absolute;
    top: 5%;
    left: 5%;
    min-width: auto;
    width: 40px;
    display: block;
  }
  .promo {
    padding: 35px 20px;
  }
}
@media (max-width: 600px) {
  .header .my_btn {
    min-height: 80px;
  }
  .policy_popup {
    padding-top: 80px;
  }
  #mainbody {
    padding-top: 60px;
  }
  #footer {
    text-align: center;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 38px;
  }
  h5 {
    font-size: 24px;
  }
  .my_btn {
    line-height: 46px;
    font-size: 15px;
  }
  .hero .container h1 {
    margin-bottom: 30px;
  }
  .hero .container img {
    width: 35px;
  }
  .hero-bg {
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    max-width: 90%;
    margin: 0 auto 20px;
  }
  .section-padding {
    padding-bottom: 60px;
  }
  .slick-dots li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .full_width {
    margin-right: -25px;
    margin-left: -25px;
    max-width: 100vw;
  }
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #yonge .retail_slider_container .slick-slide {
    padding-right: 0px;
  }
  #suites .units_table h3 span {
    font-size: 17px;
  }
  .footer {
    text-align: center;
  }
  #contact #main table {
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
  }
  #yonge #neighbourhood .map_area .item::after {
    display: none;
  }
  .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
    right: 0;
  }
  .is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
    left: 0;
  }
}
@media (max-width: 400px) {
  #contact #main table {
    font-size: 16px;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 991px) {
  .hero {
    min-height: 55vh;
  }
}
/* -------------- RESPONSIVE END ------------------ */
/* ------------------- POPUP --------------------- */
.popup_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 1200px;
}

.popup_container .close_icon {
  position: absolute;
  width: 35px;
  top: 25px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
}

.thank_you_popup_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
}

.thank_you {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 1200px;
}

.thank_you_popup_container img.main_img {
  display: block;
  max-height: 80vh;
  margin: 0 auto;
}

.thank_you_popup_container .close_icon {
  position: absolute;
  width: 35px;
  top: 25px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
}

.info_banner {
  position: relative;
}

.info_banner .close_icon {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 35px;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .info_banner .close_icon {
    left: 30px;
  }
}
@media (max-width: 600px) {
  .info_banner {
    margin-top: 20px;
  }
  .info_banner .close_icon {
    top: 0px;
    left: 0px;
  }
}