@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');

 
 
.acf-map {
	width: 100%;
	height: 280px;
	/*border: #ccc solid 1px;*/
	margin: 10px 0 20px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

body {
  padding-bottom: 5rem;
  font-family: 'Avenir next', sans-serif;
  color: #6d6e70;
  font-size: 1rem;
  line-height: 1.5;
  background: transparent;
}

h1 {
  margin-top: 0px;
  margin-bottom: 2rem;
 font-family: 'Baskervville', serif;
  color: #c2002f;
  font-size: 1.875rem;
  line-height: 1.334;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero-content-wrap h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
font-family: 'Baskervville', serif;
  color: #fff;
   font-size: 1.475rem;
   line-height: 1.534;
 letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-cta__content h3 {
    margin-top: 0px;
    margin-bottom: 0rem;
   font-family: 'Baskervville', serif;
    color: #fff;
    font-size: 1.2125rem;
    line-height: 1.631;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: 'Baskervville', serif;
  color: #004e4d;
  font-size: 1.375rem;
  line-height: 1.455;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.page-amenities .standard-content h2 {
    color: #fff;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
font-family: 'Baskervville', serif;
  color: #004e4d;
  font-size: 0.8125rem;
  line-height: 1.231;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.spec h4 {
    margin-top: 10px;
  margin-bottom: 10px;
font-family: 'Avenir next', sans-serif;
  font-size: 0.8335rem;
  line-height: 1.231;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
 font-family: 'Baskervville', serif;
  font-size: 0.8125rem;
  line-height: 1.231;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.455;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

p {
  margin-bottom: 1.5rem;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.full-images img {
    width: 100%;
    height: auto;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.231;
  font-weight: 700;
}

.sg-header {
  position: relative;
  z-index: 2000;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #c2002f;
  color: #d9d9d9;
}

.sg-header__title {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  color: #d9d9d9;
  font-size: 4rem;
  line-height: 1.125;
  font-weight: 300;
}

.sg-meta-text {
  margin-bottom: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 0.75rem;
  line-height: 1.334;
}

.sg-meta-text.swatch__meta {
  margin-bottom: 0rem;
}

.sg-meta-text.swatch__name {
  margin-bottom: 0rem;
  color: #495057;
}

.sg-header__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sg-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sg-section.sg-section--first {
  padding-top: 4rem;
}

.p--small {
  font-size: 0.75rem;
  line-height: 1.334;
}

.p--lead {
  margin-bottom: 2rem;
  font-size: 1.375rem;
  line-height: 1.455;
}

.sg-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.sg-flex-row.sg-flex-row--type {
  margin-bottom: 2rem;
}

.sg-flex-item {
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sg-flex-item.sg-flex-item--type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sg-section__title {
  margin-bottom: 3rem;
  color: #d9d9d9;
  font-size: 4rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sg-section__heading {
  font-family: Inconsolata, monospace;
  color: #2e2d2e;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sg-type-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sg-type-block.sg-type-block--ruled {
  box-shadow: inset 0 -1px 0 0 #dee2e6;
}

.sg-swatch {
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sg-swatch__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sg-swatch__fill {
  height: 3rem;
  margin-bottom: 0.5rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f1f3f5;
}

.sg-swatch__fill.halo-fill-1 {
  background-color: #d9d9d9;
}

.sg-swatch__fill.halo-fill-2 {
  background-color: #6d6e70;
}

.sg-swatch__fill.halo-fill-3 {
  background-color: #2e2d2e;
}

.sg-swatch__fill.halo-fill-4 {
  background-color: #c2002f;
}

.sg-font__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: inset 0 1px 0 0 #dee2e6;
}

.sg-font__preview {
  margin-right: 1.5rem;
  font-size: 2rem;
  line-height: 1.25;
}

.font-secondary {
  font-family: NeutratextTF, sans-serif;
}

.sg-header__company {
  margin-bottom: 0rem;
  color: #d9d9d9;
  font-size: 1.375em;
  line-height: 1.455;
  font-weight: 400;
}

.sg-font__sample {
  padding-right: 2rem;
  letter-spacing: 0.2em;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .1);
  color: #fff;
}

.hero-section.hero-section--home {
  position: relative;
  z-index: 100;
  min-height: 32rem;
  padding-bottom: 12rem;
  background-color: #004e4d;
  text-align: center;
  background: url(../images/footer-icon-4.jpg)no-repeat center -130px fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*.hero-section.hero-section--home:before{
    position: absolute;
    content: '';
    background: url(../images/footer-icon-4.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
    width: 100%;
    left: 0px;
    bottom: 0px;
	z-index:9999
 
 
}*/
.home-hero-logo {
  height: 7rem;
  margin-bottom: 0.5rem;
   margin-top: 0;
}

.hero-arrow-btn {
  cursor: pointer;
  position: absolute;
	bottom: 5.5rem;
	left: 0;
	right: 0;
	width:100%;
	max-width:40px;
	margin:0 auto;
}

.hero-content-wrap {
  /*margin-top: auto;*/
}

.hero-content-wrap.hero-content-wrap--neighbourhood, .page-neighbourhood .hero-content-wrap {
  /*padding: 0.5rem 1rem;
  background-color: hsla(0, 0%, 100%, .9);*/
}

.center-hero {
	position: absolute;
	top: 45%;
	text-align: center;
	width: 100%;
}
.hero-content-wrap.hero-content-wrap--secondary {
	padding: 0.5rem 1rem;
    display: inline-block;
}

.navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
   background-color: #004e4d;
   border-top: solid 1px rgba(245,245,245,0.05);
   border-bottom: solid 1px rgba(245,245,245,0.05);
}

.navbar ul {
    padding: 0;
    margin-top: 10px;
}

.navbar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__menu {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;*/
  display: inline-block;
  padding-top: 0.8rem;
  margin-right:5%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: NeutratextTF, sans-serif;
  font-weight: 600;
}

.nav li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.w-nav-overlay .nav li {
    display: block;
}

/*.nav li a {*/
.nav li a {
  margin-right: 1.10rem;
  padding: 0.5rem 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: NeutratextTF, sans-serif;
  color: #fff;
  font-size: 0.72rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}

.nav li a:hover {
  opacity: 0.5;
}

.nav li.current-menu-item a {
  box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .75), inset 0 1px 0 0 hsla(0, 0%, 100%, .75);
  color: #fff;
}

.nav li.current-menu-item a:hover {
  opacity: 1;
}

.nav li.register a {
  margin-right: 0rem;
  padding-right: 1rem;
  padding-left: 1rem;
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.nav li.register a:hover {
  background-color: #fff;
  opacity: 1;
  color: #c2002f;
}

.home-cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 32rem;
  padding-top: 0;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content:flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
align-items: flex-end;
  
  
}

.home-cta__wrapper.parallax-window {
  -webkit-box-pack: bottom;
  -webkit-justify-content: bottom;
  -ms-flex-pack:bottom;
  justify-content:bottom;
}




.home-cta__content {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/

  /*max-width: 100%;*/
   
 
 
  padding: 0.8rem 2.5rem;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  background-color: #0c6c00;
   
  text-align: left;
  display: table;
}

.home-cta__content .p--small {
	max-width: 18rem;
}

.open-arrow {
  font-family: Openarrow, sans-serif;
}

.home-cta__description {
  margin-right: 2rem;
  margin-left: 2rem;
}

.cta-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: NeutratextTF, sans-serif;
  color: #6d6e70;
  font-size: 0.75rem;
  line-height: 1.334;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-link:hover {
  color: #f5ae40;
}

.navbar__brand {
  margin-left: auto;
}

.home-cta__menu {
  position: fixed;
  top: 50%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.page-thank-you .home-cta__menu {
	display: none;
}

.home-cta__menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: color 200ms ease, transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
  color: #6d6e70;
  font-size: 1.5rem;
  line-height: 1rem;
  text-decoration: none;
}

.home-cta__menu-link:hover {
  color: #2e2d2e;
}

.home-cta__menu-link.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #004e4d;
}

.font-tertiary {
  font-family: 'At Sackers Roman', sans-serif;
}

.knockout {
  color: #fff;
}

.secondary-hero-heading {
	margin-bottom: 0rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff;
	color: #fff;
	display: inline-block;
}

.secondary-hero-heading.neighbourhood-title, .page-neighbourhood .secondary-hero-heading {
  box-shadow: inset 0 -1px 0 0 #d9d9d9, inset 0 1px 0 0 #d9d9d9;
  color: #fff;
}

.secondary-hero__logo {
  padding: 0.8rem 1rem;
  background-color: #004e4d;
  position: absolute;
  width: 220px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.secondary-hero {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  height: 100vh;
  min-height: 32rem;
  padding-bottom: 5rem;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  text-align: center;
  position: relative;
  background-color: rgba(0, 0, 0, .45);
}

.secondary-hero.secondary-hero--neighbourhood, .page-neighbourhood .secondary-hero {
  background-color: transparent;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1100;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 11.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004e4d;
  color: #fff;
}

.section {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fff;
}

.page-neighbourhood .two-columns {
    padding-top: 0;
    padding-bottom: 4rem;
}

.page-builder .two-columns {
  padding-bottom: 4rem;
}

.page-neighbourhood .two-columns p {
    margin-bottom: 2rem;
    font-size: 0.75rem;
    line-height: 1.334;
}

.page-neighbourhood .two-columns h3 {
    margin-bottom: 0.5rem;
}

.page-neighbourhood .two-columns h4 {
    margin-bottom: 0.5rem;
}

.section.section--dark {
  background-color: #2e2d2e;
  text-align: center;
}

.section.section--red {
  background-color: #c2002f;
}

.preloader__logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.flex-row--features {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-col.flex-col--half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
}

.flex-col.flex-col--quarter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.3%;
  -ms-flex: 0 0 31.3%;
  flex: 0 0 31.3%;
}

.flex-col.flex-col--location-map {
  padding-right: 2rem;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-col.flex-col--builder-diamonds {
  background-image: url('../images/builder-diamonds.html');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-col.flex-col--builder-property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-bg-image img {
    width: 100%;
    height: auto;
}

.flex-col--thumb .span{ position:relative; margin-left:3px; bottom:14%; padding:5px 0px; background-color:#ac8266; width:60%;}
.flex-col--thumb .span p{ color:#fff; padding-left:20px;  text-align:left; line-height:20px; margin:0px !important}

.plans .flex-col--thumb { margin-right:20px;}
.flex-col--thumb .txt{ position:relative; bottom:18%; padding:5px 0px; background-color:#ac8266; width:100%; max-width:80%; margin:0 auto;}
.flex-col--thumb .txt p{ color:#fff; font-size:14px; padding-left:20px;  text-align:left; line-height:20px; margin:0px !important}

.project-building-render {
  min-height: 100%;
  padding-top: 148.889%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-content-wrap {
  display: block;
  max-width: 27.25rem;
  margin-right: auto;
  margin-left: auto;
}

.centered-content-wrap {
  display: block;
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-content-wrap h2 {
  display: block;
  max-width: 25em;
  margin-right: auto;
  margin-left: auto;
}

.amenities__map {
  width: 100%;
  margin-top: 1rem;
}

.suites-slider {
  position: relative;
  height: 42rem;
}

.suites-slider__slide {
  padding-top: 5rem;
  padding-right: 0px;
  padding-bottom: 0px;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.suites-slider__nav {
  position: absolute;
  left: auto;
  top: 4.75rem;
  right: 6rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #2e2d2e;
  font-size: 0.875rem;
  line-height: 1.143;
}

.suites-slider__arrow {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Openarrow, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

.suites-slider__arrow:hover {
  background-color: rgba(0, 0, 0, .8);
}

.suites-slider__arrow.arrow--right {
  right: 0px;
  margin-left: auto;
}

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

.features__block {
  margin-bottom: 1.5rem;
}

.page-features h4 {
  margin-bottom: 1rem;
  color: #c2002f;
  font-weight: 400;
}

.features__block ul {
  margin-bottom: 0px;
  padding-left: 0rem;
  font-size: 0.75rem;
  line-height: 1.334;
  list-style-type: none;
}

.features__block li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.25rem;
  font-size: 1rem;
    line-height: 1.5;
}
.ame-list ul { padding-left:0px; margin-left:0;}
.ame-list li {
	text-transform:uppercase;
	list-style:none;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0;
  font-size: 0.9rem;
    line-height: 1.5;
	color:#6d6e70; !important;
}

.location-accordion li {
	text-transform:uppercase;
	list-style:none;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0;
  font-size: 0.9rem;
    line-height: 1.5;
	color:#6d6e70; !important;
}


.ame-list li .glyph-icon{ font-size:20px !important;}
.apt-list  li {
	 
	list-style:none;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 1rem;
    line-height: 1.5;
	color:#fff !important;
}

.apt-lists  li {
	list-style:none;
  position: relative;
  margin-top: 0.5rem;
  padding-left: 0rem;
  font-size: 1rem;
    line-height: 1.5;
	color:#fff !important;
}

.call-out p {
    margin-bottom: 0;
}
.callout-text {
  font-family: 'At Sackers Roman', sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.callout-cursive {
  position: relative;
  top: -1rem;
  display: inline-block;
  font-family: 'Sackers italian script', sans-serif;
  font-size: 4rem;
  line-height: 0.875;
  letter-spacing: 0em;
  text-transform: none;
}

.crystal-skyline {
  padding-top: 58.889%;
  background-image: url('../images/neighbourhood-toronto-crystal.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-block h2 {
  margin-bottom: 0.5rem;
}

.location-block h4 {
  margin-bottom: 0.5rem;
}

.location-block h3 {
  margin-bottom: 0.5rem;
}

.location-block p {
  font-size: 0.75rem;
  line-height: 1.334;
}

.location-accordion {
  display: block;
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location-accordion__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: inset 0 -1px 0 0 #d9d9d9;
  cursor: pointer;
}

.location-accordion__toggle.w--open {
  width: 100%;
  box-shadow: none;
}

.location-accordion__heading {
  margin-bottom: 0rem;
}

.location-accordion__icon {
  width: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #c2002f;
  line-height: 1;
  text-align: center;
}

.location-accordion__drawer {
  overflow: hidden;
  background-color: transparent;
  box-shadow: 0 -1px 0 0 #fff;
}

.location-accordion__drawer.w--open {
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px 0 0 #fff;
}

.location-accordion__content {
  padding-bottom: 1rem;
}

.location-accordion__content ol {
	margin-bottom: 0px;
	padding-left: 25px;
	font-size: 0.75rem;
	line-height: 1.334;
}

.location-accordion__content ul {
  margin-bottom: 0px;
  padding-left: 0rem;
  font-size: 0.75rem;
  line-height: 1.334;
  list-style-type: none;
}

.area-map {
  width: 100%;
}

.builder-property__info {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.builder-property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.properties-cta-wrap {
  padding-right: 3%;
  padding-bottom: 2rem;
  padding-left: 3%;
  box-shadow: inset 0 -1px 0 0 #d9d9d9;
  text-align: center;
}

.builder-info-wrap {
  display: block;
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
}

.page-builder .two-columns p {
    margin-bottom: 2rem;
    font-size: 0.75rem;
    line-height: 1.334;
}

.page-builder .flex-row h4 {
    margin-bottom: 0.5rem;
}


.builder-values-intro {
  margin-bottom: 3rem;
}

.address-block {
  padding-right: 2rem;
}

.address-block a {
  color: #6d6e70;
  text-decoration: none;
}

.address-block h2 {
  margin-bottom: 0.5rem;
}

.address-block.address-block--first {
  margin-bottom: 4rem;
}

.contact-method {
  display: inline-block;
  min-width: 3rem;
  margin-right: 1rem;
  line-height: 1;
}

.address-block__details {
  margin-top: 1.5rem;
}

.address-block__map {
  height: 18rem;
  max-width: 100%;
  margin-top: 1.5rem;
}

.contact-form__wrap {
  min-height: 29.5rem;
  margin-left: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 4rem;
  border-left: 1px solid #d9d9d9;
}

.contact-form {
  margin-top: 1.5rem;
}

.contact-form__button, .vfbp-form .btn-primary, .vfbp-form .btn {
  padding: 1rem 3rem;
  background-color: #2e2d2e;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  font-size: 1em;
}

.contact-form__button:hover, .vfbp-form .btn-primary:hover, .vfbp-form .btn:hover {
  background-color: #c2002f;
}

.contact-form__success {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: #d9d9d9;
}

.contact-form__error {
  margin-top: 1.5rem;
  padding: 1.5rem;
  color: #c2002f;
}

.page-register iframe {
    width: 100%;
    height: 1100px;
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="preloader-external"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="fadeupload-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

html.w-mod-js *[data-ix="fadeupload-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

html.w-mod-js *[data-ix="fadeupload-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

html.w-mod-js *[data-ix="fadeupload-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

html.w-mod-js *[data-ix="displaynoneonload"] {
  display: none;
  opacity: 0;
  height: 0px;
}



.footer {
    padding: 1rem 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: none;
}

.footer-content {
    display: block;
    color: #999;
    font-size: 0.625rem;
    line-height: 1rem;
    text-align: center;
}

@media (max-width: 1200px) {
	
  .navbar__menu-btn {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3rem;
    height: 3rem;
    padding: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/menu-btn-icon.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .navbar__menu-btn.w--open {
    background-color: hsla(220, 1%, 43%, .49);
  }
	.navbar__menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0%;
    overflow: auto;
    width: 100%;
    padding-top: 6rem;
    padding-right: 3rem;
    padding-left: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2e2d2e;
  }
  .nav li a {
    margin-right: 0rem;
    margin-bottom: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
  .navbar__brand {
    z-index: 100;
  }
}

@media (max-width: 991px) {
  .sg-flex-row.sg-flex-row--fonts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sg-swatch {
    margin-bottom: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .sg-font__sample {
    padding-right: 0rem;
  }
  .navbar {
    overflow: visible;
  }
  
  .section {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .flex-row.flex-row--features {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .flex-col.flex-col--thumb {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }


  .flex-col.flex-col--location-map {
    margin-bottom: 2rem;
    padding-right: 0rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flex-col.flex-col--builder-diamonds {
    padding-top: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-position: 0px 0px;
  }
  .flex-col.flex-col--builder-property {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .half-content-wrap {
    max-width: 36rem;
  }
  .half-content-wrap h2 {
    text-align: center;
  }
  .suites-slider {
    height: 32rem;
  }
  .suites-slider__slide {
    text-align: center;
  }
  .suites-slider__nav {
    left: 0px;
    top: auto;
    right: 0rem;
    bottom: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .location-accordion {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .address-block {
    padding-right: 0rem;
  }
  .contact-form__wrap {
    min-height: 0px;
    margin-top: 3rem;
    margin-left: 0rem;
    padding-top: 2rem;
    padding-left: 0rem;
    border-style: none;
    box-shadow: inset 0 1px 0 0 #d9d9d9;
  }
  .page-register iframe {
      height: 2000px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 3rem;
  }
  .sg-header {
    padding-top: 3rem;
  }
  .sg-header__title {
    font-size: 9vw;
  }
  .sg-header__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sg-section {
    padding-bottom: 1rem;
  }
  .sg-section.sg-section--first {
    padding-top: 3rem;
  }
  .p--lead {
    font-size: 1.125rem;
    line-height: 1.334;
  }
  .sg-flex-row.sg-flex-row--type {
    margin-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sg-flex-item.sg-flex-item--type {
    margin-bottom: 1.5rem;
  }
  .sg-section__title {
    font-size: 9vw;
  }
  .sg-swatch {
    margin-bottom: 1rem;
  }
  .sg-swatch__wrap {
    margin-bottom: 1rem;
  }
  .sg-font__block {
    margin-bottom: 2rem;
  }
  .sg-font__preview {
    margin-right: 1rem;
  }
  .home-hero-logo {
    height: 8rem !important;
    margin-bottom: 0rem !important;
  }
  
  .hero-section {
     padding-top: 1rem;
	 padding-bottom: 12rem;
  }
  .hero-content-wrap.hero-content-wrap--secondary {
    background-color: transparent;
  }

.hero-arrow-btn {
     bottom: 4.5rem;
 }

  .page-neighbourhood .hero-content-wrap {
      background-color: transparent;
  }
	
	.page-construction .suites-slider {
		border-top: 2.5rem solid white !important;
	}

  .navbar {
    height: 3rem;
  }
  .navbar__container {
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
  .navbar__menu {
    padding-top: 2rem;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
  .nav li a {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
  }
  .nav li.register a {
    margin-top: 1rem;
  }
  .home-cta__wrapper.parallax-window {
    height: auto;
  }
  .home-cta__content {
    min-height: 0rem;
  }
  .secondary-hero {
    height: auto;
  }
  .preloader {
    padding-bottom: 6rem;
  }
  .section, .page-neighbourhood .two-columns {
    /*padding-top: 3rem;*/
    padding-bottom: 2rem;
  }
  .page-builder .two-columns {
    padding-bottom: 2rem;
  }

  .flex-col.flex-col--half {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  
  
  .flex-col.flex-col--quarter {
	   -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;}
	  
  .half-content-wrap h2 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .amenities__map {
    margin-bottom: 1.5rem;
  }
  .suites-slider {
    height: 24rem;
  }
  .suites-slider__slide {
    padding-top: 3rem;
  }
  .suites-slider__arrow {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8125rem;
    line-height: 2.5rem;
  }
  .callout-text {
    margin-bottom: 1rem;
    font-size: 11.5vw;
  }
  .callout-cursive {
    font-size: 11.5vw;
  }
  .builder-values-intro {
    margin-bottom: 2rem;
  }
  .page-register iframe {
      height: 2150px;
  }
   .hero-section.hero-section--home {
    position: relative;
    z-index: 100;
    min-height: 32rem;
    padding-bottom: 12rem;
    background-color: #004e4d;
    text-align: center;
   background: url(../images/footer-icon-4.jpg)no-repeat center -10px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-content-wrap h1 { padding-top:20px;}
.w-nav-brand img {
    height: 45px;
}

.flex-col--thumb .span {
    position: relative;
    margin-left: 3px;
    bottom: 15%;
    padding: 5px 0px;
    background-color: #ac8266;
    width: 80%;
}
.flex-col--thumb .span p {
	font-size:13px;
    
}
}

.flex-col--thumb .span p {
	font-size:15px;
    
}
@media (max-width: 479px) {
	.home-cta__content {
		width: 100%;
	}

  .sg-header__title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .p--lead {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sg-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sg-section__title {
    line-height: 1.2;
  }
  .sg-swatch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sg-swatch__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sg-swatch__fill {
    border-right-style: none;
  }
  .sg-font__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-cta__wrapper {
    height: auto;
  }
  .home-cta__content {
    min-height: none;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .home-cta__description {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .secondary-hero-heading {
    font-size: 6.5vw;
  }
  .flex-col.flex-col--thumb {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flex-col.flex-col--builder-property {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .centered-content-wrap {
    text-align: left;
  }
  .callout-cursive {
    top: 0rem;
  }
  .location-accordion {
    max-width: 100%;
  }
  .contact-form__button, .vfbp-form .btn-primary, .vfbp-form .btn {
    display: block;
    width: 100%;
  }
}

@font-face {
  font-family: 'Openarrow';
  src: url('../fonts/OpenArrow-Regular.woff2') format('woff2'), url('../fonts/OpenArrow-Regular.eot') format('embedded-opentype'), url('../fonts/OpenArrow-Regular.ttf') format('truetype'), url('../fonts/OpenArrow-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'At Sackers Roman';
  src: url('../fonts/at_sackers_heavy_roman-webfont-webfont.woff2') format('woff2'), url('../fonts/at_sackers_heavy_roman-webfont-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/avenir-next-regular.eot') format('embedded-opentype'), url('../fonts/avenir-next-regular.woff') format('woff'), url('../fonts/avenir-next-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NeutratextTF';
  src: url('../fonts/NeutraTextTF-Book.eot') format('embedded-opentype'), url('../fonts/NeutraTextTF-Book.woff') format('woff'), url('../fonts/NeutraTextTF-Book.ttf') format('truetype'), url('../fonts/NeutraTextTF-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NeutratextTF';
  src: url('../fonts/NeutraTextTF-Demi.eot') format('embedded-opentype'), url('../fonts/NeutraTextTF-Demi.woff') format('woff'), url('../fonts/NeutraTextTF-Demi.ttf') format('truetype'), url('../fonts/NeutraTextTF-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sackers italian script';
   src: url('../fonts/Sackers-Italian-Script.eot') format('embedded-opentype'), url('../fonts/Sackers-Italian-Script.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Floorplan Styling */
.section-floorplan {
	padding-top: 0;
}

.floorplans-select-filter {
    padding: 0 0 50px 0;
    text-align: center;
}

.floorplans-select-filter .btn {
    font-size: 14px;
    background: transparent;
    padding: 10px 20px;
    margin: 10px;
}

.floor-plans-callout .filter-button.active {
    background: #B22535;
    color: #ffff;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.floor-plans-callout .floor-type {
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.floor-plan-details {
    border: 1px solid #B22535;
    position: relative;
}

.floorplan-box a {
	text-decoration: none;
}

.floor-plan-preview {
    display: block;
    max-height: 300px;
    height: 250px;
    margin: 0 auto;
    padding: 30px;
}

.floor-plan-download-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #B22535;
}

.floor-plan-download-button .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.floor-plan-description {
    background-color: #B22535;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    min-height: 130px;
}

.floor-plan-description .floor-type {
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}
.floor-plan-description .floor-title,
.floor-plan-description .floor-area,
.floor-plan-description .floor-more-details {
	text-transform: uppercase;
	display: block;
}

.floor-plan-description .floor-title {
	color: #fff;
	margin-bottom: 10px;
}

.flex-col--floorplan #grid {
	text-align: center;
}

.flex-col--floorplan .filter-button {
	border: 1px solid #B22535;
}

.floorplan-item {
	display: inline-block;
    margin-bottom: 30px;
    width: 350px;
    margin-right: 15px;
}

.floor-plan-details:hover .floor-plan-download-button {
    opacity: .75;
}

.flex-col_floorplan_single_details .floor-plan-description {
	background-color: transparent;
	color: inherit;
	text-align: left;
}

.flex-col_floorplan_single_details .floor-title {
	color: #B22535;
	font-size: 2em;
	margin-bottom: 10px;
}

.flex-col_floorplan_single_details .floor-more-details {
}

.single-floor-plan  .floor-plan-preview {
	height: auto;
	max-height: inherit;
}

.single-floor-plan .floor-plan-details {
	border: 0;
}

.btn-red {
    box-shadow: 0 3px 0 0 #84242f;
	padding: 8px 16px;
	background-color: #B22535;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 25px;
	display: inline-block;
	text-align: center;
}

.flex-col_floorplan_single_details {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 3%;
}

.flex-col_floorplan_map {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.flex-col_floorplan_map .floor-plan-details ul {
	padding: 0;
}

.flex-col_floorplan_map .floor-plan-details li {
	list-style: none;
	text-align: right;
}

.floorplan-footer {
	margin-top: 25px;
}

.floorplan-footer .footnote {
	display: block;
    color: #999;
    font-size: 0.625rem;
    line-height: 1rem;
    text-align: center;
}

.flex-col_floorplan_single_details .floor-plan-details,
.flex-col_floorplan_single_details p {
	font-size: 16px;
}


.floorplan-footer .company-logos {
    padding: 0;
}

.floorplan-footer .company-logos li {
	display: inline;
	list-style: none;
}

.mobile-floorplans-btn {
	margin-bottom: 50px;
	text-align: center;
}

.page-construction .suites-slider {
    border: 3.5rem solid white;
}

.page-construction .suites-slider .w-content-box {
    width: 22rem;
    max-width: 22rem;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    box-shadow: inset 0 0 0 7px #fff, inset 0 0 0 8px #d9d9d9;
    text-align: center;
    display: table;
    padding: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.page-construction .suites-slider .w-content-box h2 {
	color: #c2002f;
	margin: 0 auto;
}

/* Construction page revised */
.gallery-container {
	position: relative;
	margin-bottom: 25px;
}

.gallery-container .gallery-wrapper {
	list-style: none;
	padding: 0;
}

.gallery-container .gallery-item {
	position: relative;
}

.gallery-container .gallery-item {
	position: relative;
	z-index: 9;
}

.gallery-container .gallery-item .image-hover-overlay {
	background-color: #004e4d!important;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: opacity .25s ease-in-out;
}

svg.mk-svg-icon {
    height: 48px;
    width: 48px;
    fill: #ffffff;
    vertical-align: middle;
    overflow: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.gallery-container .gallery-item:hover .image-hover-overlay {
    opacity: .85;
}

.gallery-container .gallery-wrapper > li {
	display: inline-block;
}

.gallery-container .gallery-wrapper > li a {
	display: block;
	height: 100%;
	width: 100%;
}

.gallery-container h2 {
	margin-bottom: 10px;
}

.popup-slider {
	width: 1000px;
	background-color: #ffffff;
}

.construction-img {
	width: 220px;
	height: 425px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.construction-img span{ position:absolute; bottom:5px; left:0; right:0; text-align:center; background-color:#004e4d; color:#fff !important; width:100%; max-width:80%; margin: 0 auto;	}

@media screen and (min-width: 992px) {
	.w-hidden-large {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {

	.floorplan-footer .company-logos li .halo-logo {
	    position: relative;
	    left: -15px;
	}
}

@media screen and (min-width: 880px) and (max-width: 1000px) {
	.flex-col_floorplan_single_details .floor-title {
		font-size: 1.75em;
	}
}

@media screen and (max-width: 880px) {
	
	.page-construction .suites-slider {
		border: 0;
	}
	
	.page-construction .suites-slider .w-content-box {
		width: 8rem;
		padding: 1rem;
	}
	
	.page-construction .suites-slider .w-content-box h2 {
		font-size: 1rem;
	}

	.flex-col_floorplan_map .floor-plan-details li {
		text-align: center;
		margin: 25px auto;
	}
	
	.section-floorplan .floorplan-item {
		width: 100%;
		float: none;
	}
	
	
	.construction-img {
		width: 150px;
		height: 300px;
	}
	

	.flex-col_floorplan_single_details {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-right: 0;
	}
	
	.flex-col_floorplan_map {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	
	.btn-red {
		margin-top: 15px;
	}

	.floorplan-footer .company-logos {
	    text-align: center;
	}
	

	.floorplan-footer .footnote {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.page-construction .suites-slider {
		height: calc(100vh - 8.5rem);
	}
}
.features .inner{
	text-align:center
	 
}

.features .inner h3 {
	color:#004e4d;
    font-size: 12px;
	font-weight:bold;
	letter-spacing:0.03em;
	line-height:20px;
	margin-top:0px;
	margin-bottom:10px !important;
}
.spl-text p{color:#004e4d;}
.features .icon {
    width: 100%;
	max-width:70px;
	margin:0 auto;
}
.morecontent span {
    display: none;
}
.morelink {
	color:#004e4d;
    display: block;
	font-weight:bold;
	margin-top:10px;
	text-decoration:none
}
.apt-icons .glyph-icon{ color:#f5ae3e;}
.apt-icons p{ font-size:14px;}
.call-out{background-color: #164e4d; padding-top:40px; padding-bottom:40px; margin-bottom:60px;}
.igbc img{width:20%;}
.deve-img img{height: 9rem}
.font{font-family: 'PT Serif', serif !important; font-weight:400 !important;}




/*social media icon bad sticky*/

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:150;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #004e4e;
  color: white;
}

.twitter {
  background: #004e4e;
  color: white;
}

.google {
  background: #004e4e;
  color: white;
}

.linkedin {
  background:#004e4e;
  color: white;
}

.youtube {
  background: #004e4e;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

@media screen and (max-width: 425px){
    .icon-bar a{
        padding:6px;
        color:#f9a51a;
        font-size:14px;
    }
    .facebook,.twitter,.google ,.linkedin,.youtube,.content{
          background: none;
  color: white;
    }
}


.slab-section
{
	padding:2rem 0rem !important;
}
