/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/* row Colors */
/* Indigo Colors */
/* dwell Colors */
/* Example Media Queries */
/*****-----------------------------------------------*/
/*	Mixins
/*****-----------------------------------------------*/
.text-shadow {
  text-shadow: 1px 1px #212121;
}

/*****-----------------------------------------------*/
/*	Architecture
/*****-----------------------------------------------*/
body {
  background-color: #333;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #58585a;
}

.container-fluid {
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

.app {
  background-color: #ffffff;
  margin: 0;
  width: 100vw;
  height: 100vh;
  max-width: 1920px;
  max-height: 1080px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.content {
  background-color: #ffffff;
  height: 970px;
  overflow: hidden;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .content {
    height: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    height: 970px;
  }
}
.content-introduction {
  height: 1080px;
}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* Header
/* --------------------------------------------------*/
header {
  background: #ffffff;
  height: 110px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 999999;
  bottom: 0;
  width: 100%;
}
header .navbar-brand:not(.other-brand) {
  padding-left: 1rem;
  margin-right: 0;
  border-left: 1px solid #cccccc;
  height: auto;
  width: 200px;
}
header .navbar-brand:not(.other-brand) img, header .navbar-brand:not(.other-brand) svg {
  max-width: 100%;
  height: auto;
}
header .other-brand {
  width: 90px;
  height: auto;
  max-width: 110px;
  border-left: 0;
  opacity: 0.7;
}
header .other-brand img, header .other-brand svg {
  width: 100%;
  height: auto;
}
header .brookfield-eho {
  width: 110px;
  margin-left: 0rem;
}
header .brookfield-eho .brookfield-logo {
  width: 100%;
  height: auto;
}
header .brookfield-eho .eho {
  width: 16px;
  height: 26px;
  margin: 0px 0rem 0 0.25rem;
}
header .brookfield-eho img, header .brookfield-eho svg {
  max-width: 100%;
  height: auto;
}
header #top-level-nav li {
  cursor: pointer;
  display: inline-block;
  padding: 0em 1.325rem;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 400;
  color: #212121;
}
header #top-level-nav li a {
  color: #212121;
  padding: 0;
}
header #top-level-nav li a:hover, header #top-level-nav li a.active {
  color: #49bfad;
  text-decoration: none;
}
header #top-level-nav li a.active {
  font-weight: bold;
}

/* Footer
/* --------------------------------------------------*/
footer {
  margin-top: 0px;
  text-align: left;
  position: absolute;
  width: 99%;
  bottom: 0px;
}

.disclaimerContainer {
  padding: 1em 1em 2em;
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
  color: #6c6e71;
}
.disclaimerContainer .corp-brand-logo {
  float: right;
  margin-left: 25px;
  width: 140px;
  height: auto;
  transform: translateY(-15px);
}
.disclaimerContainer .masterplan-logo {
  float: left;
  width: 140px;
  margin: 0px 50px 0 0;
}
.disclaimerContainer .masterplan-logo img {
  width: 100%;
  height: auto;
  transform: translateY(-30px);
}
.disclaimerContainer .eho {
  float: left;
  width: 30px;
  margin: 0px 15px 0 0;
}
.disclaimerContainer .eho img {
  width: 100%;
  height: auto;
  transform: translateY(-3px);
}

.eho-amenities {
  display: inline-block;
  width: 25px;
  height: auto;
  margin: 0 6px 0 30px;
  vertical-align: bottom;
}
.eho-amenities img {
  width: 100%;
  height: auto;
}

.disclaimer-amenities {
  display: inline-block;
  width: 60%;
  vertical-align: bottom;
}

@media (max-width: 1199px) {
  footer {
    width: 98%;
  }
  footer .disclaimerContainer .corp-brand-logo {
    margin-left: 15px;
    width: 100px;
  }
  footer .disclaimerContainer .eho {
    width: 20px;
  }
}
.amenities-disclaimer {
  padding: 0px 0 0 0px;
  float: left;
  width: 44%;
}
.amenities-disclaimer .BRlogo {
  width: 120px;
  height: auto;
}

/* Global Tags
/* --------------------------------------------------*/
/* Global Components
/* --------------------------------------------------*/
.no-margin {
  margin: 0 !important;
}

.relative {
  position: relative;
}

.text-danger {
  color: #f05a51 !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
  outline: 0px;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
}

.btn {
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #00a4ca;
  border-color: #00a4ca;
}

.btn-select {
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #212121;
  font-size: 24px;
  font-weight: 300;
  padding: 0.5rem 1.5rem;
  width: 70%;
  position: relative;
  text-align: left;
}
.btn-select:after {
  display: inline-block;
  margin-left: 0.255em;
  margin-top: 0.625em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  color: #919294;
  text-align: right;
  float: right;
}

.btn-primary-outline {
  border-color: #00a4ca;
  color: #00a4ca;
}
.btn-primary-outline:hover {
  background: #00a4ca;
  border-color: #00a4ca;
}

.btn-outline-success {
  border-color: #49bfad;
}
.btn-outline-success:hover {
  background: #49bfad;
  border-color: #49bfad;
}

.btn-lg {
  padding: 0.25rem 2rem;
  font-size: 1.75rem;
}

.btn-special {
  background: url(/img/style-made-simple/prev-next-button.png) no-repeat center center;
  background-size: 100% auto;
  padding: 3rem 0rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  width: 180px;
}
.btn-special:focus, .btn-special:active {
  box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
  outline: 0px;
  box-shadow: 0 0 0 0px rgba(0, 123, 255, 0);
}

.border-right-2x {
  border-right-width: 2px;
}

.border-3px {
  border-width: 3px;
}

.btn-pill {
  border-radius: 999em;
}

.badge-primary {
  color: #fff;
  background-color: #00a4ca;
}

/***** Honeypots *****/
#honeypotName {
  display: none;
}

/***** Video Modal 
/*------------------------------------*/
.modal-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}
.modal-video video {
  width: 100%;
  height: auto;
}

.modal-video::before {
  display: block;
  content: "";
}

.modal-video .embed-responsive-item,
.modal-video iframe,
.modal-video embed,
.modal-video object,
.modal-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-video-21by9::before {
  padding-top: 42.857143%;
}

.modal-video-16by9::before {
  padding-top: 56.25%;
}

.modal-video-4by3::before {
  padding-top: 75%;
}

/***** transparent modal *******/
.transparent {
  background: none;
  border: none;
}
.transparent .modal-header {
  border-bottom: 0px;
  color: #ffffff;
  padding-bottom: 0;
}
.transparent .modal-header .close {
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 0 1px 0 #212121;
  padding: 0 0.5rem;
  opacity: 1;
  margin-top: 0px;
  position: absolute;
  right: 0;
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 75vw;
  }
}
#viewFeatures {
  z-index: 1999999;
}
#viewFeatures .modal-dialog {
  max-width: 730px;
}
#viewFeatures .modal-header {
  padding-top: 0;
}
#viewFeatures .modal-header .close {
  top: -20px;
}
#viewFeatures .img-features {
  height: 900px;
  width: auto;
}

/*****-----------------------------------------------*/
/*	Pages
/*****-----------------------------------------------*/
/***** Loading
/*-----------------------------------*/
#screen-loading {
  background-color: #212121;
  color: #ffffff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 20%;
  text-align: center;
  z-index: 1101;
}

/***** Introduction
/*-----------------------------------*/
#screen-introduction {
  max-height: 970px;
}
#screen-introduction img {
  width: 100%;
  height: 100%;
}

/***** Pages
/*------------------------------------*/
/* FIND YOUR HOME */
#findYourHome {
  background: url(/img/global/find-your-home-bg.png) no-repeat top left;
  background-size: auto 100%;
  height: 100vh;
  max-height: 1080px;
  padding-top: 0rem;
}
#findYourHome .find-your-home-headline {
  font-size: 6.75rem;
  color: rgba(255, 255, 255, 0);
  font-weight: 300;
  letter-spacing: 6px;
}
#findYourHome .find-your-home-headline span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12rem;
  text-align: center;
  letter-spacing: 5px;
  margin-top: -15px;
}
#findYourHome h2 {
  font-size: 2.35rem;
}
#findYourHome .find-your-home-filters {
  color: #ffffff;
  margin-top: 3rem;
  margin-left: 5rem;
}
#findYourHome .find-your-home-filters .find-your-home-bedrooms-menu {
  border-radius: 0;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
  width: 70%;
}
#findYourHome .find-your-home-filters .find-your-home-bedrooms-menu .dropdown-item {
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
}
#findYourHome .find-your-home-filters .find-your-home-bedrooms-menu .dropdown-item.active {
  background: lightgrey;
}
#findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn {
  color: #ffffff;
}
#findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn .fal {
  display: none;
}
#findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn .fal.active {
  display: inline-block;
}
#findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn.active.focus, #findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn.active:focus, #findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn.focus, #findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn:active.focus, #findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn:active:focus, #findYourHome .find-your-home-filters .find-your-home-building-type-buttons .btn:focus {
  box-shadow: none;
}
#findYourHome .find-your-home-filters .find-your-home-building-type-buttons .find-your-home-reset {
  width: 110px;
  height: 110px;
  border-bottom-left-radius: 100%;
  display: block;
  background: #49bfad;
}
#findYourHome .neighborhood-cards {
  transition: 1s;
}
#findYourHome .neighborhood-cards .card-floorplan {
  margin: 1rem;
  width: 270px;
  border-color: transparent;
  border-radius: 1rem;
  transition: 0.3s;
  opacity: 0;
}
#findYourHome .neighborhood-cards .card-floorplan .card-body {
  color: #ffffff;
  padding: 1rem 1rem;
}
#findYourHome .neighborhood-cards .card-floorplan .card-body h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: lowercase;
}
#findYourHome .neighborhood-cards .card-floorplan .card-body h2 {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: lowercase;
}
#findYourHome .neighborhood-cards .card-floorplan .card-body p {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  margin-bottom: 0;
}
#findYourHome .neighborhood-cards .card-floorplan:hover {
  transform: scale(1.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#findYourHome .neighborhood-cards .card-floorplan:active {
  transform: scale(0.97);
  transition: 0.15s;
  box-shadow: 0 0 -10px rgba(0, 0, 0, 0.5);
}
#findYourHome .neighborhood-cards .card-floorplan.show {
  opacity: 1;
}
#findYourHome .neighborhood-cards .card-row {
  background: #f4b528;
}
#findYourHome .neighborhood-cards .card-indigo {
  background: #10807f;
}
#findYourHome .neighborhood-cards .card-dwell {
  background: #10807f;
}

/* Accordians */
.panel-group, .aside-navigation {
  margin-bottom: 0;
  margin-top: 0px;
  background: #ffffff;
  padding: 0 1.5rem;
  font-family: "Oswald", sans-serif;
}
.panel-group .panel-default, .aside-navigation .panel-default {
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel-default:not(.panel-reset), .aside-navigation .panel-default:not(.panel-reset) {
  border-width: 0px 0 1px;
  border-style: solid;
  border-color: #212121;
}
.panel-group .panel-default .panel-heading, .aside-navigation .panel-default .panel-heading {
  background: none;
  border-width: 0px;
  border-radius: 0;
  color: #212121;
  cursor: pointer;
  padding: 0px;
}
.panel-group .panel-default .panel-heading .panel-title, .panel-group .panel-default .panel-heading .nav-button, .aside-navigation .panel-default .panel-heading .panel-title, .aside-navigation .panel-default .panel-heading .nav-button {
  font-size: 24px;
}
.panel-group .panel-default .panel-heading .panel-title span.parent-nav-item, .panel-group .panel-default .panel-heading .nav-button span.parent-nav-item, .aside-navigation .panel-default .panel-heading .panel-title span.parent-nav-item, .aside-navigation .panel-default .panel-heading .nav-button span.parent-nav-item {
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 1em 1em;
  width: 100%;
}
.panel-group .panel-default .panel-heading .panel-title span.parent-nav-item i.fa, .panel-group .panel-default .panel-heading .nav-button span.parent-nav-item i.fa, .aside-navigation .panel-default .panel-heading .panel-title span.parent-nav-item i.fa, .aside-navigation .panel-default .panel-heading .nav-button span.parent-nav-item i.fa {
  float: right;
  transition: 0.35s;
}
.panel-group .panel-default .panel-heading h4, .aside-navigation .panel-default .panel-heading h4 {
  padding: 20px 0px 10px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.panel-group .panel-default .panel-heading h4.extra-padding, .aside-navigation .panel-default .panel-heading h4.extra-padding {
  padding: 40px 30px;
}
.panel-group .panel-default .panel-heading .panel-title.collapsed span.parent-nav-item, .aside-navigation .panel-default .panel-heading .panel-title.collapsed span.parent-nav-item {
  background: none;
}
.panel-group .panel-default .panel-heading .panel-title.collapsed span.parent-nav-item i.fa, .aside-navigation .panel-default .panel-heading .panel-title.collapsed span.parent-nav-item i.fa {
  transform: rotate(-90deg);
}
.panel-group .panel-default .panel-heading-reset, .aside-navigation .panel-default .panel-heading-reset {
  border: none;
}
.panel-group .panel-default ul.list-group, .aside-navigation .panel-default ul.list-group {
  padding: 0px 0 20px;
}
.panel-group .panel-default .list-group-item, .aside-navigation .panel-default .list-group-item {
  background: none;
  padding: 6px 0 6px 0px;
  border: 0px;
  border-radius: 0;
  cursor: pointer;
  font-size: 21px;
  color: #212121;
}
.panel-group .panel-default .list-group-item .siteplan-legend, .aside-navigation .panel-default .list-group-item .siteplan-legend {
  border: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: -3px 7px 0 0px;
  width: 20px;
  vertical-align: middle;
}
.panel-group .panel-default .list-group-item .lot-status-legend-marker, .aside-navigation .panel-default .list-group-item .lot-status-legend-marker {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: -3px 7px 0 0px;
  width: 20px;
  vertical-align: middle;
}
.panel-group .panel-default .list-group-item:hover, .panel-group .panel-default .list-group-item.active, .aside-navigation .panel-default .list-group-item:hover, .aside-navigation .panel-default .list-group-item.active {
  color: #212121;
  font-weight: 600;
}
.panel-group .panel-default .list-group-item:first-child, .aside-navigation .panel-default .list-group-item:first-child {
  padding-top: 0px;
}
.panel-group .panel-default .list-group-item:last-child, .aside-navigation .panel-default .list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.panel-group .collapse.in, .aside-navigation .collapse.in {
  background-color: rgba(0, 0, 0, 0.25);
  color: #212121;
}
.panel-group .parent-panel, .aside-navigation .parent-panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #212121;
}
.panel-group .parent-panel.first, .aside-navigation .parent-panel.first {
  border-width: 1px 0 1px;
}
.panel-group .panel + .panel, .aside-navigation .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-default h4 i.fas, .panel-group .panel-default h4 i.arrow, .aside-navigation .panel-default h4 i.fas, .aside-navigation .panel-default h4 i.arrow {
  transition: 0.35s;
}
.panel-group .panel-default h4 i.arrow, .aside-navigation .panel-default h4 i.arrow {
  width: 20px;
  transform: rotate(0deg);
}
.panel-group .panel-default h4 i.arrow img, .aside-navigation .panel-default h4 i.arrow img {
  width: 100%;
  height: auto;
}
.panel-group .panel-default h4.rotate-it i.fas, .panel-group .panel-default h4.rotate-it i.arrow, .aside-navigation .panel-default h4.rotate-it i.fas, .aside-navigation .panel-default h4.rotate-it i.arrow {
  transform: rotate(180deg);
}
.panel-group .panel-default h4.siteplan-navigation-reset, .aside-navigation .panel-default h4.siteplan-navigation-reset {
  background: none !important;
}
.panel-group .panel-default h4.attached-elevation-button, .aside-navigation .panel-default h4.attached-elevation-button {
  padding: 20px;
  border-top: 1px solid white;
}
.panel-group .panel-default .collapse.in, .panel-group .panel-default .collapse.collapsing, .aside-navigation .panel-default .collapse.in, .aside-navigation .panel-default .collapse.collapsing {
  background: none;
  color: #ffffff;
}
.panel-group .panel-default h4.indicator-rotate-90 i.fas, .panel-group .panel-default h4.indicator-rotate-90 i.arrow, .panel-group .active-panel-group h4.indicator-rotate-90 i.fas, .panel-group .active-panel-group h4.indicator-rotate-90 i.arrow, .aside-navigation .panel-default h4.indicator-rotate-90 i.fas, .aside-navigation .panel-default h4.indicator-rotate-90 i.arrow, .aside-navigation .active-panel-group h4.indicator-rotate-90 i.fas, .aside-navigation .active-panel-group h4.indicator-rotate-90 i.arrow {
  transform: rotate(90deg);
}
.panel-group .panel-default h4.indicator-rotate-180 i.fas, .panel-group .panel-default h4.indicator-rotate-180 i.arrow, .panel-group .active-panel-group h4.indicator-rotate-180 i.fas, .panel-group .active-panel-group h4.indicator-rotate-180 i.arrow, .aside-navigation .panel-default h4.indicator-rotate-180 i.fas, .aside-navigation .panel-default h4.indicator-rotate-180 i.arrow, .aside-navigation .active-panel-group h4.indicator-rotate-180 i.fas, .aside-navigation .active-panel-group h4.indicator-rotate-180 i.arrow {
  transform: rotate(180deg);
}
.panel-group .panel-default h4.collapsed i.fas, .panel-group .panel-default h4.collapsed i.arrow, .panel-group .active-panel-group h4.collapsed i.fas, .panel-group .active-panel-group h4.collapsed i.arrow, .aside-navigation .panel-default h4.collapsed i.fas, .aside-navigation .panel-default h4.collapsed i.arrow, .aside-navigation .active-panel-group h4.collapsed i.fas, .aside-navigation .active-panel-group h4.collapsed i.arrow {
  transform: rotate(0deg) !important;
}

.panel-group .panel-default .panel-heading.active h4, .aside-navigation .panel-default .panel-heading.active h4 {
  background-color: #4cc3b3;
  color: #ffffff;
}
.panel-group .panel-default .panel-heading.active h4 i.faz, .panel-group .panel-default .panel-heading.active h4 i.arrow, .aside-navigation .panel-default .panel-heading.active h4 i.faz, .aside-navigation .panel-default .panel-heading.active h4 i.arrow {
  transform: rotate(90deg);
}

.panel-group .panel-heading + .panel-collapse > .list-group {
  border-width: 0;
  border-style: solid;
  border-color: #ffffff !important;
  max-height: 400px;
}

.siteplan-navigation-phases {
  overflow: scroll;
  max-height: 400px;
}

/****** Neighborhoods Nav
/*------------------------------------*/
.neighborhoods-navigation {
  background: #10807f;
  margin-bottom: 0px;
  height: 100px;
  position: relative;
  z-index: 20;
}
.neighborhoods-navigation ul {
  list-style-type: none;
  line-height: 0.8;
}
.neighborhoods-navigation ul li {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 20px 0px;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  text-align: left;
  text-transform: lowercase;
}
.neighborhoods-navigation ul li a {
  color: #212121;
}
.neighborhoods-navigation ul li a.active {
  font-weight: 700;
  color: #ffffff;
}
.neighborhoods-navigation-siteplan {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 1s;
  transition-delay: 1s;
  /*
    width: 83.333333%;
    left: 16.666667%;
    margin-left: 0px;
  */
}

.neighborhoods-navigation-siteplan.show {
  bottom: 87px;
}

.neighborhoods-navigation-row {
  background: #fdd482;
}

.neighborhoods-navigation-indigo {
  background: #44bcaa;
}

.neighborhoods-navigation-dwell {
  background: #b6e1dc;
}

@media (max-width: 1199px) {
  #neighborhoods-navigation {
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 0px;
  }
  #neighborhoods-navigation ul#neighborhoods-nav {
    margin-bottom: 0;
  }
  #neighborhoods-navigation ul#neighborhoods-nav li {
    height: 65px;
    margin: 0;
    padding: 10px 10px;
  }
  #neighborhoods-navigation ul#neighborhoods-nav li img {
    height: 50px;
  }
  #neighborhoods-navigation ul#neighborhoods-nav li .hidden-inactive {
    width: 44px;
  }
  #neighborhoods-navigation ul#neighborhoods-nav #neighborhoods-nav-item-2 img {
    margin-left: 7px;
  }
  #neighborhoods-navigation ul#neighborhoods-nav #neighborhoods-nav-item-2.active img {
    margin-left: 0px;
  }
}
/*** Neighborhood nav ***/
.neighborhood-nav-container {
  position: absolute;
  top: 28px;
  width: 80vw;
  left: 19vw;
}
.neighborhood-nav-container ul.neighborhood-nav {
  list-style: none;
  padding-left: 0;
  margin: 0px 0px 0px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.neighborhood-nav-container ul.neighborhood-nav li {
  background-clip: border-box;
  cursor: pointer;
  display: inline-block;
  height: 55px;
  padding: 8px 0px 0px 55px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
  color: #212121;
  min-width: 150px;
  text-transform: uppercase;
  white-space: nowrap;
}
.neighborhood-nav-container ul.neighborhood-nav li span {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.neighborhood-nav-container ul.neighborhood-nav li:last-child {
  margin-right: 0;
}
.neighborhood-nav-container ul.neighborhood-nav li:first-child {
  margin-left: 0;
}
.neighborhood-nav-container ul.neighborhood-nav li.active {
  color: #f05a51;
  background-color: #ffffff;
  font-weight: bold;
}
.neighborhood-nav-container ul.neighborhood-nav li.active:after {
  content: " ";
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4baa9d+0,96b04a+100 */
  background: #f05a51; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4baa9d 0%, #96b04a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4baa9d 0%, #96b04a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4baa9d 0%, #96b04a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4baa9d", endColorstr="#96b04a",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 6px;
  transform: translateY(6px);
}

.aside {
  height: 970px;
  background-color: #f05a51;
}
.aside .hideAside {
  display: none;
}

.hamburgerButton {
  display: none;
}

.neighborhood-logo {
  text-align: center;
  margin: 0 -15px 50px;
}
.neighborhood-logo img {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

@media (max-width: 1199px) {
  .aside {
    float: none;
    width: 229px;
    height: 100vh;
    margin-top: 0;
    position: absolute;
    z-index: 1199;
    top: 0;
    left: -230px;
  }
  .aside .hideAside {
    display: block;
    float: right;
    margin-right: 10px;
    color: #ffffff;
    cursor: pointer;
    padding: 6px;
    margin-left: 100%;
  }
  .aside-shadow {
    -moz-box-shadow: 6px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 6px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 0px 12px 0px rgba(0, 0, 0, 0.2);
  }
  .hamburgerButton {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    color: #6c6e71;
    text-align: center;
    z-index: 99;
    cursor: pointer;
  }
  .hamburgerButton .fa {
    background: #ffffff;
  }
  .hamburgerButton .fa-2x {
    font-size: 1.7em;
  }
  .logo {
    display: none;
  }
}
.aside-shim {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition-property: opacity;
  background: black;
  width: 100%;
  height: 100%;
}

.aside-open.aside-shim {
  opacity: 0.3;
  z-index: 98;
}

.aside.aside-opening {
  left: 0;
}

.aside-shim, .aside {
  transition-duration: 0.3s;
}

#neighborhood-row .aside .panel-group .panel-default .panel-heading, #neighborhood-row .aside .aside-navigation .panel-default .panel-heading, #neighborhood-indigo .aside .panel-group .panel-default .panel-heading, #neighborhood-indigo .aside .aside-navigation .panel-default .panel-heading, #neighborhood-dwell .aside .panel-group .panel-default .panel-heading, #neighborhood-dwell .aside .aside-navigation .panel-default .panel-heading {
  background: none;
}
#neighborhood-row .aside .aside-navigation .panel-default .panel-heading.active, #neighborhood-indigo .aside .aside-navigation .panel-default .panel-heading.active, #neighborhood-dwell .aside .aside-navigation .panel-default .panel-heading.active {
  background: none;
}
#neighborhood-row .aside .aside-navigation .panel-default .panel-heading.active h4, #neighborhood-indigo .aside .aside-navigation .panel-default .panel-heading.active h4, #neighborhood-dwell .aside .aside-navigation .panel-default .panel-heading.active h4 {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.siteplan-aside {
  color: #ffffff;
}
.siteplan-aside h1 {
  font-size: 4rem;
  font-weight: 500;
  text-transform: lowercase;
  text-align: center;
  margin-top: -4rem;
  margin-bottom: 4rem;
}

#neighborhood-row .aside {
  background: #f4b528 url(../img/global/row-aside-background.png) no-repeat left top;
  background-size: 100% auto;
}

#neighborhood-dwell .aside {
  background: #10807f url(../img/global/dwell-aside-background.png) no-repeat left top;
  background-size: 100% auto;
}

/****** Elevations
/*------------------------------------*/
.elevations-navigation-item.active {
  background-color: #4cc3b3;
}

.elevations {
  padding: 100px 100px 0px;
  text-align: center;
}
.elevations .elevation-gallery {
  display: none;
}
.elevations .elevation {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.elevations .elevation .elevation-images {
  position: relative;
}
.elevations .elevation .elevation-images img {
  margin-bottom: 3px;
  border: 1px solid #96b04a;
  padding: 3px;
}
.elevations .elevation .elevation-images .elevation-caption {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #96b04a;
}
.elevation-gallery:first-child {
  display: block;
}

@media (max-width: 1199px) {
  .elevations {
    padding: 10px 40px;
  }
}
@media (max-width: 991px) {
  .elevations {
    padding: 50px 0px;
  }
}
/****** Floorplans
/*------------------------------------*/
.floorplan-aside {
  color: #ffffff;
  padding: 0 25px;
}
.floorplan-aside h1 {
  font-size: 5rem;
  font-weight: 500;
}
.floorplan-aside h1 div {
  font-size: 7rem;
  text-align: center;
}
.floorplan-aside h2 {
  font-size: 3rem;
  font-weight: 500;
  text-transform: lowercase;
}
.floorplan-aside hr {
  border-top: 2px solid #ffffff;
}
.floorplan-aside ul {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.floorplan-aside .floorplan-orientation-toggles {
  margin: 0;
}
.floorplan-aside .floorplan-orientation-toggles .btn-lg {
  padding: 0.25rem 0.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  opacity: 0.5;
  font-family: "Oswald", sans-serif;
}
.floorplan-aside .floorplan-orientation-toggles .exchange {
  opacity: 1;
}
.floorplan-aside .floorplan-orientation-toggles .exchange.standard {
  transform: rotate(180deg);
}
.floorplan-aside .floorplan-orientation-toggles .btn.active {
  font-weight: 400;
  opacity: 1;
}
.floorplan-aside ul.floorplan-option-toggles {
  list-style-type: none;
  margin-left: 0;
  margin-top: -1rem;
  padding-left: 0;
  padding-top: 0px;
  /*
  			.custom-switch .custom-control-label::before{
  				 top: .75rem;
  				 left: -2.65rem;
  			}
  */
}
.floorplan-aside ul.floorplan-option-toggles li {
  cursor: pointer;
  padding: 7px 10px 8px 10px;
  margin: 0 0 6px;
}
.floorplan-aside ul.floorplan-option-toggles li i {
  margin-right: 5px;
  transition: 0.33s;
}
.floorplan-aside ul.floorplan-option-toggles li i.fa-toggle-off, .floorplan-aside ul.floorplan-option-toggles li .fa-caret-left {
  display: inline-block;
}
.floorplan-aside ul.floorplan-option-toggles li i.fa-toggle-on, .floorplan-aside ul.floorplan-option-toggles li .fa-caret-right {
  display: inline-block;
}
.floorplan-aside ul.floorplan-option-toggles li.indigo.active {
  color: #ff7757;
  mix-blend-mode: multiply;
}
.floorplan-aside ul.floorplan-option-toggles li.dwell.active {
  color: #49bfad;
  mix-blend-mode: multiply;
}
.floorplan-aside ul.floorplan-option-toggles li.active {
  /*				
  				i.fa-toggle-on,.fa-caret-right{
  					display: inline-block;					
  				}
  				i.fa-toggle-off,.fa-caret-left{
  					display: inline-block;
  				}

  				li.indigo,i.indigo{
  					color: $row-primary;
  				}
  				li.dwell,i.dwell{
  					color: $indigo-primary;
  				}
  */
}
.floorplan-aside ul.floorplan-option-toggles .custom-switch .custom-control-label span {
  transform: translateY(-1rem);
}
.floorplan-aside ul.floorplan-option-toggles .custom-switch .custom-control-label::before, .floorplan-aside ul.floorplan-option-toggles .custom-switch .custom-control-label::after {
  transform: scale(1.5);
}
.floorplan-aside ul.floorplan-option-toggles .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #45bdab;
  background-color: #f4b528;
}
.floorplan-aside ul.floorplan-option-toggles .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: matrix(1.5, 0, 0, 1.5, 14, 0);
  transform: matrix(1.5, 0, 0, 1.5, 14, 0);
}

.floorplan-wrapper .floorplan-images {
  position: relative;
  margin: 0px auto 0px;
  height: 890px;
}
.floorplan-wrapper .floorplan-images img {
  width: 100%;
  height: auto;
  max-height: 800px;
}
.floorplan-wrapper .floorplan-images .floorplanOption-image {
  position: absolute;
}
.floorplan-wrapper .floorplan-options {
  padding: 10px 0;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f05a51;
}
.floorplan-wrapper .floorplan-options .d-flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.floorplan-wrapper .floorplan-options .d-flex div:first-child, .floorplan-wrapper .floorplan-options .d-flex div:last-child {
  align-self: center;
}
.floorplan-wrapper .floorplan-options h5 {
  font-size: 28px;
  font-weight: 400;
  padding: 0px 25px 0 0;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  color: #f05a51;
}
.floorplan-wrapper .floorplan-options ul {
  list-style: disc;
  padding-left: 0px;
  margin-bottom: 0;
}
.floorplan-wrapper .floorplan-options ul li {
  font-size: 18px;
}

.other-floorplans-container {
  position: absolute;
  z-index: 10;
  bottom: -500px;
  right: 0px;
  overflow: hidden;
  transition: 1s cubic-bezier(0, 0, 0.19, 1.04);
  width: 200px;
  font-family: "Oswald", sans-serif;
}
.other-floorplans-container .other-floorplans {
  position: relative;
  transition: 1s;
  z-index: 10;
}
.other-floorplans-container .other-floorplans .show-other-plans {
  cursor: pointer;
}
.other-floorplans-container .other-floorplans .other-floorplans-list {
  transform: translateY(30px);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.other-floorplans-container .other-floorplans .btn {
  text-align: center;
  color: #ffffff;
  border-radius: 0;
  display: block;
  margin: 4px 0;
  font-size: 1.15rem;
}
.other-floorplans-container .other-floorplans .other-floorplans-container-show, .other-floorplans-container .other-floorplans .other-floorplans-container-close {
  background: rgba(0, 0, 0, 0.25);
  mix-blend-mode: overlay;
  text-align: center;
  padding: 5px;
  width: 100%;
  cursor: pointer;
}
.other-floorplans-container .other-floorplans .other-floorplans-container-close {
  position: absolute;
  bottom: 0;
  z-index: 11;
}
.other-floorplans-container .other-floorplans.show {
  transform: translateX(0);
}
.other-floorplans-container .other-floorplans-row {
  background-color: #f4b528;
  color: #ffffff;
}
.other-floorplans-container .other-floorplans-row .btn {
  background-color: #45bdab;
}
.other-floorplans-container .other-floorplans-row .other-floorplans-container-close {
  color: rgba(255, 255, 255, 0.25);
}
.other-floorplans-container .other-floorplans-indigo {
  background-color: #10807f;
  color: #ffffff;
}
.other-floorplans-container .other-floorplans-indigo .btn {
  background-color: #ff7757;
}
.other-floorplans-container .other-floorplans-indigo .other-floorplans-container-close {
  color: rgba(255, 255, 255, 0.25);
}
.other-floorplans-container .other-floorplans-dwell {
  background-color: #10807f;
  color: #ffffff;
}
.other-floorplans-container .other-floorplans-dwell .btn {
  background-color: #49bfad;
}
.other-floorplans-container .other-floorplans-dwell .other-floorplans-container-close {
  color: rgba(255, 255, 255, 0.25);
}

.other-floorplans-container.show .other-floorplans-list {
  transform: translateY(0px);
  transition-delay: 0s;
}

.other-floorplans-container-toggle {
  background: rgba(0, 0, 0, 0.25);
  mix-blend-mode: overlay;
  text-align: center;
  padding: 5px;
  width: 200px;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  bottom: 0px;
  right: 0px;
  transition: 1s cubic-bezier(0, 0, 0.19, 1.04);
}
.other-floorplans-container-toggle i {
  color: #ffffff;
  mix-blend-mode: multiply;
  transition: 0.5s;
}

/***** empower
/*------------------------------------*/
#empower {
  background-image: url(/img/empower/Empower-left-decor.png), url(/img/empower/Empower-right-decor.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 69px, 69px;
  height: 970px;
}
#empower .empower-photo {
  max-width: 400px;
}
#empower .empower-mycommand {
  margin-top: 1.5rem;
}
#empower .empower-mycommand .empower-mycommand-icon {
  width: 40px;
  margin-right: 0.5rem;
}
#empower .empower-mycommand .empower-mycommand-icon img {
  transform: translateX(-15px);
}
#empower .empower-mycommand .empower-mycommand-text {
  margin-bottom: 1.5rem;
}
#empower .empower-mycommand .empower-mycommand-text span {
  font-weight: 500;
  font-size: 1.4rem;
}
#empower .empower-mytime .badge-pill {
  padding: 0.2em 0.5em 0.25rem;
  border-radius: 50%;
  font-size: 80%;
  margin-right: 8px;
}

/***** Siteplan
/*------------------------------------*/
.siteplan-iframe {
  border: none;
  width: 100%;
  height: 970px;
  overflow: visible;
}

/***** Navigation *****/
/*
#neighborhood-2{
	.siteplan-navigation{
		.panel-default{
			.panel-heading{
				.panel-title{
					background-color: $indigo-secondary;
				}
				.panel-title.collapsed{
					background-color: $indigo-alt;
				}
			}
			.panel-collapse.in .list-group, .panel-collapse.collapsing .list-group{
				background-color: $indigo-secondary;
			}
			.panel-collapse .list-group{
				background-color: $indigo-alt;
			}
		}
	}
}
*/
/***** Map *****/
.siteplan-map-wrapper {
  position: relative;
}
.siteplan-map-wrapper .siteplan-filters-text {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  padding: 2px 6px;
  position: absolute;
  top: 0px;
  left: 14px;
  z-index: 1001;
}
.siteplan-map-wrapper .siteplan-map {
  height: 890px;
}
@media (max-width: 1199px) {
  .siteplan-map-wrapper .siteplan-filters-text {
    left: 54px;
  }
  .siteplan-map-wrapper .siteplan-map {
    height: 620px;
  }
}
@media (max-width: 991px) {
  .siteplan-map-wrapper .siteplan-map {
    height: 800px;
  }
}

/***** Marker Popup *****/
/***** Marker Popup *****/
.siteplan-lot-marker-popup {
  width: 616px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em !important;
  margin: -10px -10px -15px;
  padding: 0px;
  border: 0px;
  outline: 0;
  box-shadow: none;
}
.siteplan-lot-marker-popup .col-7 {
  -ms-flex: 0 0 61.333333%;
  flex: 0 0 61.333333%;
  max-width: 61.333333%;
}
.siteplan-lot-marker-popup .siteplan-lot-marker-popup-elevation {
  width: 100%;
  box-sizing: content-box;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.siteplan-lot-marker-popup .siteplan-lot-marker-popup-elevation .siteplan-lot-marker-popup-elevation-enlarge {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.siteplan-lot-marker-popup .siteplan-lot-marker-popup-elevation .siteplan-lot-marker-popup-elevation-enlarge .far {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.95);
}
.siteplan-lot-marker-popup h4 {
  color: #ffffff;
  font-size: 1.9em !important;
  font-weight: 300;
  margin: 10px 0px 0px !important;
  padding: 5px 10px 0;
}
.siteplan-lot-marker-popup h5 {
  font-size: 3rem !important;
  margin: 0px 0 16px 0px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: lowercase;
  color: #ffffff;
}
.siteplan-lot-marker-popup h5 .siteplan-lot-marker-popup-plan-number {
  font-size: 5.5rem;
  text-align: center !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.siteplan-lot-marker-popup h6 {
  font-size: 2.325rem !important;
  font-weight: 400 !important;
  text-align: center !important;
  color: #ffffff;
}
.siteplan-lot-marker-popup ul {
  padding-left: 6%;
  font-size: 1.4rem !important;
  list-style: none;
  margin-bottom: 0;
}
.siteplan-lot-marker-popup ul li {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 400 !important;
  white-space: nowrap !important;
}
.siteplan-lot-marker-popup ul li.pricing {
  font-size: 18px;
  list-style: outside none none;
}
.siteplan-lot-marker-popup button, .siteplan-lot-marker-popup .btn, .siteplan-lot-marker-popup a.btn {
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  border-color: #ffffff;
}
.siteplan-lot-marker-popup button:hover, .siteplan-lot-marker-popup .btn:hover, .siteplan-lot-marker-popup a.btn:hover {
  color: #ffffff !important;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.4);
}
.siteplan-lot-marker-popup button:hover, .siteplan-lot-marker-popup button:active {
  -moz-box-shadow: inset 0px 0px 17px 11px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 17px 11px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 17px 11px rgba(0, 0, 0, 0.2);
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.leaflet-container .leaflet-popup-close-button {
  background-image: url(/img/global/close_X.png) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-position: 0 0;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  top: -42px !important;
  right: -35px !important;
}
.mapbox-logo-true, .leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  opacity: 0 !important;
}

.leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
  width: 616px !important;
  padding-top: 0 !important;
}

.leaflet-popup-tip {
  border-top: 10px solid transparent !important;
}

.siteplan-lot-marker-popup-row {
  background-color: #f4b528;
}
.siteplan-lot-marker-popup-row .btn-primary {
  background-color: #45bdab;
}

.siteplan-lot-marker-popup-indigo {
  background-color: #10807f;
}
.siteplan-lot-marker-popup-indigo .btn-primary {
  background-color: #ff7757;
}

.siteplan-lot-marker-popup-dwell {
  background-color: #10807f;
}
.siteplan-lot-marker-popup-dwell .btn-primary {
  background-color: #49bfad;
}

/***Elevations/gallery ***/
/*-----------------------------------*/
.gallery-wrapper {
  height: 890px;
  padding: 3rem 0;
}
.gallery-wrapper .carousel {
  height: 790px;
}
.gallery-wrapper .carousel .carousel-item {
  height: 790px;
}
.gallery-wrapper .carousel .carousel-item .carousel-item-image {
  overflow: hidden;
  height: 740px;
}
.gallery-wrapper .carousel .carousel-item .carousel-caption {
  bottom: 10px;
  right: auto;
  left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #495057;
  text-align: left;
}
.gallery-wrapper .carousel .carousel-control-next, .gallery-wrapper .carousel .carousel-control-prev {
  width: 3%;
}
.gallery-wrapper .carousel .carousel-control-next .carousel-control-next-icon, .gallery-wrapper .carousel .carousel-control-next .carousel-control-prev-icon, .gallery-wrapper .carousel .carousel-control-prev .carousel-control-next-icon, .gallery-wrapper .carousel .carousel-control-prev .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat 50%/100% 100%;
}
.gallery-wrapper .carousel .carousel-control-next .carousel-control-prev-icon, .gallery-wrapper .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='495057' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.gallery-wrapper .carousel .carousel-control-next .carousel-control-next-icon, .gallery-wrapper .carousel .carousel-control-prev .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='495057' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.gallery-wrapper .carousel .carousel-control-next {
  right: -60px;
}
.gallery-wrapper .carousel .carousel-control-prev {
  left: -60px;
}

/*** The Marketplace ***/
/*-----------------------------------*/
.new-haven-marketplace {
  background: url(/img/about/Marketplace_background_20230913.jpg) no-repeat right top;
  background-size: auto 37.5%;
}
.new-haven-marketplace .new-haven-marketplace-photo {
  flex: 0 0 34.5%;
}
.new-haven-marketplace .new-haven-marketplace-photo img, .new-haven-marketplace .new-haven-marketplace-photo .button-container {
  padding-right: 0rem;
}
.new-haven-marketplace .new-haven-marketplace-photo .button-container {
  left: 20%;
  height: 80%;
}
.new-haven-marketplace .new-haven-marketplace-content {
  padding-top: 23%;
  color: #212121;
  flex: 0 0 65%;
  max-width: 65%;
}
.new-haven-marketplace .new-haven-marketplace-content h1 {
  font-size: 3rem;
  color: #10807f;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.new-haven-marketplace .new-haven-marketplace-content h3 {
  color: #49bfad;
  font-weight: 600;
}
.new-haven-marketplace .new-haven-marketplace-content p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.new-haven-marketplace .new-haven-marketplace-content p strong {
  font-weight: 600;
}

/*** Location Map ***/
/***** Locations
/*-----------------------------------*/
#locationsMap {
  width: 100%;
  height: 880px;
}

#locationsMenu {
  margin-top: 20px;
  list-style: none;
  padding-left: 5rem;
  padding-right: 5rem;
}
#locationsMenu li {
  cursor: pointer;
  color: #6c6e71;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: lowercase;
}
#locationsMenu li .location-symbol {
  display: inline-block;
  width: 25px;
  margin-right: 0.75rem;
}
#locationsMenu li .location-symbol img {
  width: 100%;
  height: auto;
}
#locationsMenu li.active {
  color: #49bfad;
  font-weight: 600;
}

/*
.ontario-ranch{

  .locationWrapper{
    position: relative;
			.ontario-ranch-link{
		    position: absolute;
		    top: 820px;
		    right: 70px;
		    width: 270px;
		    height: 35px;
		    background: rgba(0,0,0,0);
		    z-index: 99;
	    }
			#locationMapImage{
        height: auto;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 90;
				width:1562px;
			}

      .locationIcon{
        cursor: pointer;
        position: absolute;
        z-index: 100;
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
        margin-left: -23.5px;
        border-radius: 50%;
        img{
	        width: 100%;
	        height: auto;
        }
      }
      .locationIconSmall{
	      border-radius: 0;
	      width: 22px;
	      height: 22px;
	      overflow: hidden;
	      margin-top: -12px;
				margin-left: -12px;
	      img{
		      width: 100%;
		      height: auto;
		      margin-top: -2px;
	      }
      }
      .location-locationType-1.locationIconSmall{
	      background-color: #1f8a71;
      }
      .location-locationType-2.locationIconSmall{
	      background-color: #e6c034;
      }
      .location-locationType-3.locationIconSmall{
	      background-color: #ee3824;
      }
      .location-locationType-4.locationIconSmall{
	      background-color: #8a9d4f;
      }

      .locationPopup{
        background-color: $white;
        display: none;
        position: absolute;
        width: 350px;
        z-index: 110;
        margin-top: -50px;
        margin-left: 35px;
        //.boxShadow (@box-shadow: 0px 0px 8px 0px rgba(0,0,0, 0.4) );
        @include boxShadow ($box-shadow: 0px 0px 8px 0px rgba(0,0,0, 0.4));

        .locationPopupClose{
	        position: absolute;
					top: 0px;
					right: 0px;
					width: 26px;
					height: 26px;
					cursor: pointer;
          line-height: 1.5;
          color: $darkGray;
          text-align: center;
        }
        .locationPopupContainer{
	        padding: 8px;
        }

				.locationPhoto{
					float: left;
          max-width: 140px;
          padding-right: 10px;
					img{
	         width: 100%;
	         height: auto;
	        }
				}


        h5{
          margin: 0.3em 0 0;
          font-family: $primaryFont ;
          font-size: 19px;
        }

        p{
          font-size: 0.9em;
          margin: 0.4em 0;
        }
      }
      .locationPopupPointer{
	      position:absolute;
	      left:-32px;
	      top: 35px;
	      display:block;
	      width: 32px;
	      height: 22px;
	      background: url(/img/location/point-left.png) no-repeat;
	      background-size: contain;
      }
    .locationFuture{
			margin-top: -26px;
			.locationPopupPointer{
		      top :50%;
		      margin-top: -11px;
	      }
		}
		.locationAdjustDown{
			margin-top: -25px;
			.locationPopupPointer{
		      top :15px;
	      }
		}
	}


}
*/
/***** My Style
/*-----------------------------------*/
.style-made-simple-container {
  height: 970px;
}
.style-made-simple-container .style-made-simple {
  position: relative;
  height: 970px;
}
.style-made-simple-container .style-made-simple .style-made-simple-left-col-page-title {
  padding: 4rem 4rem;
  z-index: 9;
}
.style-made-simple-container .style-made-simple .style-made-simple-left-col-content {
  padding: 1rem 4rem 0;
}
.style-made-simple-container .style-made-simple .style-made-simple-left-col-content .style-made-simple-left-col-text .style-made-simple-left-col-headline {
  color: #ffba4c;
  font-size: 36px;
}
.style-made-simple-container .style-made-simple .style-made-simple-left-col-content .style-made-simple-left-col-text .style-made-simple-left-col-description {
  color: #ffffff;
  font-size: 1.3rem;
}
.style-made-simple-container .style-made-simple .style-made-simple-left-col-content .style-made-simple-left-col-text .style-made-simple-left-col-description ul li {
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.style-made-simple-container .style-made-simple .style-made-simple-image {
  width: 94%;
}
.style-made-simple-container .style-made-simple-carousel-prev-next {
  position: absolute;
  top: 680px;
  width: 100%;
  z-index: 999;
}
.style-made-simple-container .style-made-simple-carousel-prev-next .style-made-simple-carousel-prev-next-wrapper {
  width: 94%;
}
.style-made-simple-container .style-made-simple-background {
  background: url(/img/style-made-simple/left-col-background.png) no-repeat left top;
  background-size: auto 970px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 970px;
  width: 25%;
}
.style-made-simple-container .style-made-simple-navigation {
  position: absolute;
  bottom: 0;
  background: #f05a51;
  width: 100%;
  padding: 1.5rem 0;
}
.style-made-simple-container .style-made-simple-navigation ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.7rem;
  text-transform: uppercase;
  padding: 0rem 2rem;
  line-height: 1;
}
.style-made-simple-container .style-made-simple-navigation ul li a.active {
  color: #10807f;
}
.style-made-simple-container .style-made-simple-navigation ul li.vline a {
  border-left: 2px solid #ffffff;
}

.style-made-simple-overview {
  background-image: url(../img/style-made-simple/StyleMadeSimple_Overview_01.jpg), url(../img/style-made-simple/StyleMadeSimple_Overview_02.jpg);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  background-size: auto 970px, auto 970px;
}
.style-made-simple-overview .style-made-simple-overview-text {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: -4rem;
  padding-left: 5rem;
}

#style-carousel .carousel-item {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.mystyle .mystyle-subPage {
  display: none;
  margin: 0px;
}
.mystyle .mystyle-subPage:first-child {
  display: block;
}
.mystyle .mystyle-navigation {
  background: #919294;
}
.mystyle .mystyle-navigation .panel-default.active {
  background: #797b7e;
}
.mystyle .mystyle-navigation .mystyle-navigation-item.active, .mystyle .mystyle-navigation .mystyle-navigation-item:hover {
  background: #6c6e71;
}
.mystyle .mystyle-navigation .panel-default .panel-heading h4 {
  padding: 40px 30px;
}
.mystyle .mystyle-navigation .panel-default .panel-heading.active h4 {
  background: #797b7e;
}

/***** Overall Siteplan
/*-----------------------------------*/
.overall-siteplan-links {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.overall-siteplan-links .overall-siteplan-link {
  position: absolute;
  background: rgba(0, 0, 0, 0.01);
}
.overall-siteplan-links .row-one {
  width: 108px;
  height: 380px;
  top: 43%;
  left: 30.2%;
}
.overall-siteplan-links .row-two {
  width: 203px;
  height: 380px;
  top: 43%;
  left: 37%;
}
.overall-siteplan-links .row-three {
  width: 200px;
  height: 257px;
  top: 32%;
  left: 49%;
}
.overall-siteplan-links .row-four {
  width: 119px;
  height: 242px;
  top: 55.6%;
  left: 49%;
}
.overall-siteplan-links .row-circle {
  width: 220px;
  height: 220px;
  top: 32.3%;
  left: 11.3%;
  border-radius: 50%;
}
.overall-siteplan-links .dwell-one {
  width: 244px;
  height: 340px;
  top: 24.3%;
  right: 26.5%;
}
.overall-siteplan-links .dwell-two {
  width: 210px;
  height: 213px;
  top: 58%;
  right: 32.4%;
}
.overall-siteplan-links .dwell-circle {
  width: 220px;
  height: 220px;
  top: 32.5%;
  right: 13%;
  border-radius: 50%;
}
.overall-siteplan-links .nh-marketplace {
  width: 390px;
  height: 120px;
  top: 21.3%;
  left: 19.3%;
}

/***** Features
/*-----------------------------------*/
#page-features {
  background-size: auto 100%;
}

.neighborhood-features .neighborhood-features-content {
  margin-bottom: 5rem;
}
.neighborhood-features .neighborhood-features-content .border-right {
  border-color: #10807f !important;
}
.neighborhood-features .neighborhood-features-content .description {
  font-size: 1.25rem;
  font-weight: 500;
}
.neighborhood-features .neighborhood-features-content .description .caption.inactive {
  display: none;
}
.neighborhood-features .neighborhood-features-content .description p, .neighborhood-features .neighborhood-features-content .description ul {
  margin: 2rem 0;
}
.neighborhood-features .neighborhood-features-content .description p li, .neighborhood-features .neighborhood-features-content .description ul li {
  margin-bottom: 1.25rem;
}
.neighborhood-features .neighborhood-features-content .description p ul, .neighborhood-features .neighborhood-features-content .description ul ul {
  margin: 0.5rem 0 0;
}
.neighborhood-features .neighborhood-features-menu {
  padding: 5rem 0.5rem 5rem 2rem;
}
.neighborhood-features .neighborhood-features-menu .btn {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  line-height: 1.1;
}
.neighborhood-features .neighborhood-features-menu .btn:focus {
  outline: none;
  box-shadow: none;
}
.neighborhood-features .neighborhood-features-menu .btn:hover {
  color: #10807f;
}
.neighborhood-features .neighborhood-features-menu .btn.active {
  color: #10807f;
  font-weight: 600;
}

/***** About
/*-----------------------------------*/
.new-haven-amenities .col-amenities {
  -ms-flex: 0 0 34.333333%;
  flex: 0 0 34.333333%;
  max-width: 34.333333%;
}
.new-haven-amenities .new-haven-amenity {
  display: block;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-photo.inactive {
  display: none;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-content {
  margin-bottom: 6rem !important;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-content .border-right {
  border-color: #49bfad !important;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-content .description .caption.inactive {
  display: none;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-content .description p {
  margin: 1.25rem 0;
  font-size: 1.675rem;
  color: #212121;
  font-weight: 400;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-content .description p:last-child img {
  margin-top: 25px;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-menu {
  padding: 3rem 1.2rem 3rem 3rem;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-menu .btn {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: right;
  line-height: 1.1;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-menu .btn:focus {
  outline: none;
  box-shadow: none;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-menu .btn:hover {
  color: #49bfad;
}
.new-haven-amenities .new-haven-amenity .new-haven-amenity-menu .btn.active {
  color: #49bfad;
  font-weight: 700;
}

/***** Print
/*------------------------------------*/
@media print {
  a[href]:after {
    content: none;
  }
}

/*# sourceMappingURL=main.css.map */
