@charset "UTF-8";

*,*:after,*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,html {
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,figure,h1,h2,h3,h4,ol,p,ul {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
}

strong {
  font-weight: bold;
}

a,button {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  margin: 0;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.h-cf:after {
  content: "";
  display: table;
  clear: both;
}

.h-list-reset li {
  list-style: none;
}

.f-brandon-grotesque {
  font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.f-brandon-grotesque--300 {
  weight: 300;
}

.f-brandon-grotesque--500 {
  weight: 500;
}

.f-brandon-grotesque--700 {
  weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fill-black {
  fill: black;
}

.fill-white {
  fill: white;
}

.fill-primary {
  fill: #004165;
}

.fill-secondary {
  fill: #00b8b0;
}

a:hover .fill-secondary\@hover,button:hover .fill-secondary\@hover {
  fill: #00b8b0;
}

.color-primary {
  color: #004165;
}

.color-secondary {
  color: #00b8b0;
}

.color-white {
  color: white;
}

.color-off-white {
  color: #c1c1c1;
}

.color-text {
  color: #333333;
}

.color-banner {
  color: white;
}

.bg-primary {
  background-color: #004165;
}

.bg-secondary {
  background-color: #00b8b0;
}

.bg-tertiary {
  background-color: #414141;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-body {
  background-color: white;
}

.bg-accent {
  background-color: #efefef;
}

.bg-accent-dark {
  background-color: #bcbdc0;
}

.bg-intro {
  background-color: #007c92;
}

.bg-inquire {
  background-color: #004165;
}

.bg-header-top {
  background-color: #004165;
}

.bg-header-bottom {
  background-color: white;
}

.bg-foot-top {
  background-color: white;
}

.bg-foot-bottom {
  background-color: white;
}

.bg-gallery {
  background-color: #efefef;
}

.bg-form {
  background-color: #efefef;
}

.bg-form-element {
  background-color: white;
}

.bg-form-element-light {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-form-element-dark {
  background-color: white;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-pattern {
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
}

.opacity-0 {
  opacity: 0;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.align-m {
  vertical-align: middle;
}

.align-b {
  vertical-align: bottom;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.pos-f {
  position: fixed;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

.pos-s {
  position: static;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.top-100 {
  top: 100%;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.text-upper {
  text-transform: uppercase;
}

.text-none {
  text-transform: none;
}

.col-0 {
  width: 0%;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.offset-12 {
  margin-left: 100%;
}

.height-0 {
  height: 0;
}

.height-100 {
  height: 100%;
}

.height-100vh {
  min-height: 100vh;
}

.ratio {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.ratio__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.ratio__full {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}

.ratio__block,.ratio iframe,.ratio svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.ratio--square {
  padding-bottom: 100%;
}

.ratio--16x9 {
  padding-bottom: 56.25%;
}

.ratio--4x3 {
  padding-bottom: 75%;
}

.ratio--1x1 {
  padding-bottom: 100%;
}

.ratio--onni {
  padding-bottom: 31.16533%;
}

.ratio--map {
  padding-bottom: 94.86546%;
}

.ratio--map-phase-2 {
  padding-bottom: 93.12715%;
}

.ratio--logo {
  padding-bottom: 23.07692%;
}

.ratio--logo-banner {
  padding-bottom: 26.54867%;
}

.ratio--cushman {
  padding-bottom: 20.97902%;
}

.ratio--featured {
  padding-bottom: 65.625%;
}

.ratio--carousel {
  padding-bottom: 70.83333%;
}

.ratio--home {
  padding-bottom: 70%;
}

.ratio--wheelchair {
  padding-bottom: 60%;
}

.ratio--scroll {
  padding-bottom: 171.42857%;
}

.ratio--banner-lines-hero {
  padding-bottom: 129.03226%;
}

.ratio--banner-lines {
  padding-bottom: 79.4702%;
}

.ratio--live {
  padding-bottom: 96.2963%;
}

.ratio--wide {
  padding-bottom: 75%;
}

.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  column-break-inside: avoid;
}

.column__panel {
  margin-bottom: 30px;
}

.dis-t {
  display: table;
}

.dis-tc {
  display: table-cell;
}

.dis-ib {
  display: inline-block;
}

.dis-n {
  display: none;
}

.dis-n--i {
  display: none !important;
}

.dis-b {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex--align-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--align-s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex--justify-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--justify-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--direction-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.visibility-h {
  visibility: hidden;
}

.visibility-v {
  visibility: visible;
}/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 *//**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 *//* line 12, ../scss/components/fonts/_font-lightcase.scss */[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
 /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}/* Codes *//* line 35, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-play:before {
  content: '\e800';
}/* line 36, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-pause:before {
  content: '\e801';
}/* line 37, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-close:before {
  content: '\e802';
}/* line 38, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-prev:before {
  content: '\e803';
}/* line 39, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-next:before {
  content: '\e804';
}/* line 40, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-spin:before {
  content: '\e805';
}/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 *//**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 *//**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 *//**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 *//* line 1, ../scss/components/modules/_case.scss */#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}/* line 31, ../scss/components/modules/_content.scss */html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}/* line 43, ../scss/components/modules/_content.scss */html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}/* line 82, ../scss/components/modules/_content.scss */html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}/* line 3, ../scss/components/modules/_error.scss */#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}/* line 4, ../scss/components/modules/_global.scss */.lightcase-open body {
  overflow: hidden;
}/* line 8, ../scss/components/modules/_global.scss */.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}/* line 1, ../scss/components/modules/_info.scss */#lightcase-info {
  position: absolute;
  padding-top: 15px;
}/* line 9, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-title,#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}/* line 19, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}/* line 33, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}/* line 39, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}/* line 1, ../scss/components/modules/_loading.scss */#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}/* line 20, ../scss/components/mixins/_presets.scss */#lightcase-loading,#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}/* line 32, ../scss/components/mixins/_presets.scss */#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}/* line 2, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}/* line 20, ../scss/components/mixins/_presets.scss */a[class*='lightcase-icon-'],a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}/* line 32, ../scss/components/mixins/_presets.scss */a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}/* line 49, ../scss/components/mixins/_presets.scss */a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}/* line 10, ../scss/components/modules/_navigation.scss */.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}/* line 17, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}/* line 28, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}/* line 33, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}/* line 38, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}/* line 1, ../scss/components/modules/_overlay.scss */#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

.lightcase-icon-play {
  display: none !important;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 2px;
  height: 9999px;
  left: 50%;
  margin-left: -1px;
}

.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
  position: absolute;
  background: white;
  color: black;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 14px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,.twentytwenty-horizontal .twentytwenty-after-label:before {
  bottom: 20px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow,.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
 /* opacity: 0; */;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
 /* opacity: 0; */;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
 /* opacity: 0; */;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 20px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 20px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 20px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 20px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
 /* background: rgba(0, 0, 0, 0.5);*/;
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid__col {
  float: left;
}

.grid__col--right {
  float: right;
}

.grid--gutter {
  margin-left: -12px;
  margin-right: -12px;
}

.grid--gutter .grid__col {
  padding: 0 12px;
}

.grid--gutter-bottom .grid__col {
  margin-bottom: 24px;
}

.grid--gutter-lg {
  margin-left: -15px;
  margin-right: -15px;
}

.grid--gutter-lg .grid__col {
  padding: 0 15px;
}

.grid--gutter-md {
  margin-left: -15px;
  margin-right: -15px;
}

.grid--gutter-md .grid__col {
  padding: 0 15px;
}

.grid--gutter-sm {
  margin-left: -5px;
  margin-right: -5px;
}

.grid--gutter-sm .grid__col {
  padding: 0 5px 10px;
}

.grid--gutter-xs {
  margin-left: -5px;
  margin-right: -5px;
}

.grid--gutter-xs .grid__col {
  padding: 0 5px;
}

.table {
  width: 100%;
  margin-bottom: 40px;
}

.table th,.table td {
  padding: 14px 20px;
}

.table th {
  background-color: black;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  vertical-align: top;
}

.table td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.table__pdf {
  width: 22px;
  display: inline-block;
}

.table__pdf > * {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.table__pdf:hover > * {
  fill: #00b8b0 !important;
}

.form {
  margin: 0 auto;
  padding: 0;
}

.form--floorplan {
  display: inline-block;
}

.form__inner {
  padding: 35px;
}

.form__container {
  padding-top: 20px;
}

.form__title {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 15px;
}

.form__element {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.form__element--sm {
  margin-bottom: 0 !important;
}

.form__element--small {
  width: 140px;
  display: inline-block;
  margin-bottom: 0;
}

.form__element--location {
  margin: 0;
  padding: 20px;
}

.form__element__wrap {
  border: 2px solid transparent;
}

.form__element__wrap--location {
  margin: 0;
}

.form__element__wrap.parsley-error {
  border-color: white;
}

.form__element--level {
  display: none;
}

.form__element--level.is-active {
  display: block;
}

.form__label {
  margin-bottom: 10px;
}

.form__label--filter {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.form label {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.form label .form__optional {
  text-transform: none;
  font-size: 0.75em;
}

.form hr {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  margin-bottom: 40px;
}

.form__consent {
  text-transform: none;
}

.form input[type="text"],.form input[type="email"],.form textarea {
  display: block;
  width: 100%;
  border: 0;
  color: #333333;
  padding: 16px;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 300;
}

.form textarea {
  height: 200px;
}

.form select {
  border: 0;
  width: 100%;
  height: 37px;
  color: #333333;
  padding: 16px;
  font-size: 1.6rem;
  height: 50px;
  border-radius: 0;
  font-family: inherit;
  font-weight: 300;
}

.form .floorplan__select,.form .floorplan-select {
  font-size: 1.6rem;
  color: #333333;
  outline: none;
}

.form .floorplan__select--price,.form .floorplan-select--price {
  padding: 0 10px;
  font-size: 1.4rem;
  height: 40px;
  border-radius: 0;
}

.form .form__divider {
  height: 30px;
  padding: 10px;
}

.form__divider {
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

.form__select__wrap {
  overflow: hidden;
  position: relative;
}

.form__select__wrap select {
  width: calc(100% + 30px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__select__wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
}

.form__select__wrap--homes {
  border: 1px solid white;
  color: white;
  background-color: transparent;
}

.form__select__wrap--homes:after {
  border-color: white transparent transparent transparent;
}

.form__select__wrap--filter:after,.form__select__wrap--views:after {
  border-color: #004165 transparent transparent transparent;
  right: 15px;
}

.form__select__wrap--location:after {
  border-color: white transparent transparent transparent;
}

.form__submit {
  padding: 10px 0 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.form .parsley-errors-list {
  margin-left: 0px;
  font-size: 1.4rem;
  padding: 10px 0;
}

.form .parsley-required {
  list-style: none;
}

.form__filter {
  width: 100%;
  height: 37px;
  color: #004165;
  text-transform: uppercase;
  border: 1px solid #004165;
  padding: 12px 30px 12px 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  height: 50px;
  border-radius: 0;
}

.form__filter--views {
  width: 100% !important;
}

.form__filter--location {
  font-weight: bold;
  border: 1px solid white;
  color: white;
  background-color: transparent;
}

.form__filter--homes {
  height: auto;
  padding: 12px 30px 12px 16px;
  font-size: 1.4rem;
  letter-spacing: 0;
  border: 0;
  color: white;
  background: transparent;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 100%;
}

sup {
  top: -0.75em;
  position: relative;
  font-size: 50%;
}

p,li {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

p {
  line-height: 150%;
}

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

.content {
  font-size: 1.7rem;
}

.content__wrap {
  padding-right: 30px;
  margin-bottom: 30px;
}

.content p {
  line-height: 1.5;
}

.content p:not(:last-child),.content ul,.content ol {
  margin-bottom: 30px;
}

.content ul:not(.h-list-reset),.content ol {
  margin-left: 18px;
}

.content ul:not(.h-list-reset) ul,.content ul:not(.h-list-reset) ol,.content ol ul,.content ol ol {
  margin-bottom: 0;
}

.content li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.content--a a:not(.btn) {
  text-decoration: none;
}

.content--a a:not(.btn):hover {
  text-decoration: underline;
}

.content--main h1,.content--main h2 {
  font-size: 3rem;
  color: #004165;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.content--main h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.content--main img {
  width: 100%;
  margin-bottom: 30px;
}

.content--main a:not(.btn) {
  text-decoration: underline;
}

.content--main a:not(.btn):hover {
  text-decoration: none;
}

.content--homes h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.content--homes strong {
  font-weight: 500;
}

.content--homes p:not(:last-child),.content--homes ul,.content--homes ol {
  margin-bottom: 20px;
}

.content--contact h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.content--contact p {
  margin-bottom: 40px;
}

.content--contact-disclaimer {
  font-size: 1.3rem;
}

.content--contact-disclaimer p:not(:last-child) {
  margin-bottom: 30px;
}

.content--contact-disclaimer a {
  text-decoration: underline;
}

.content--contact-disclaimer a:hover {
  text-decoration: none;
}

.content--footer {
  font-size: 1.2rem;
}

.content--footer strong {
  letter-spacing: 0.08em;
}

.content--footer a {
  text-decoration: none;
}

.content--footer a:hover {
  text-decoration: underline;
}

.content--footer .foot__link {
  color: #00b8b0;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
}

.content--footer .foot__link:hover {
  text-decoration: none;
}

.content--popup {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}

.content--popup h1,.content--popup h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content--popup-2 {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}

.content--popup-2 h1,.content--popup-2 h2 {
  color: #DA2129;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content--popup-2 p {
  line-height: 1.5;
  font-weight: 300;
}

.content--inquire h2 {
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content--inquire a {
  text-decoration: none;
}

.content--inquire a:hover {
  text-decoration: underline;
}

.content--intro {
  font-size: 2rem;
}

.content--intro h1,.content--intro h2,.content--intro h3 {
  font-size: 4rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.content--news h1 {
  font-size: 4rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}

.content--news h1:after {
  content: '';
  width: 20px;
  height: 3px;
  background-color: #00b8b0;
  display: block;
  margin: 20px 0;
}

.content--news h2,.content--news h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
}

.content--news .date {
  color: #00b8b0;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.content--news img {
  width: 100%;
  margin-bottom: 30px;
}

.content--news a {
  text-decoration: underline;
}

.content--news a:hover {
  text-decoration: none;
}

.content--card {
  padding-right: 10%;
}

.content--card a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.content--card h2 {
  font-size: 2rem;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.content--card h2 a {
  color: #00b8b0;
}

.content--card h2 a:hover {
  color: #00857f;
}

.content--card .date {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.content--card p a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #aeaeae;
}

.content--card p a:hover {
  color: #333333;
}

.content--featured {
  font-size: 1.8rem;
}

.content--featured h2 {
  color: #004165;
  font-size: 3.8rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}

.content--tooltip {
  font-size: 1.4rem;
}

.content--tooltip p {
  line-height: 1.2;
}

.content--tooltip strong,.content--tooltip b {
  text-transform: uppercase;
  font-weight: 500;
}

.content--banner h1,.content--banner h2,.content--banner h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.content--section-intro {
  font-size: 1.8rem;
  color: #004165;
}

.content--section-intro h1,.content--section-intro h2 {
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content--section-intro-white {
  color: white;
}

.content--cta {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.content--cta h2 {
  font-size: 3rem;
  padding: 8px 0;
}

.content--cta p {
  font-weight: 500;
  letter-spacing: 0.08em;
}

.content--floorplan-card {
  font-size: 1.8rem;
}

.content--floorplan-card h1,.content--floorplan-card h2,.content--floorplan-card h3 {
  font-size: 2rem;
  color: #004165;
  margin-bottom: 5px;
}

.content--floorplan-card ul {
  margin-bottom: 20px;
}

.content--floorplan-detail {
  font-size: 2rem;
}

.content--floorplan-detail h1,.content--floorplan-detail h2,.content--floorplan-detail h3 {
  font-size: 3.8rem;
  color: #004165;
  margin-bottom: 10px;
}

.content--presentation {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.content--carousel {
  font-size: 2rem;
}

.content--carousel p:first-of-type strong,.content--carousel p:first-of-type b {
  text-transform: uppercase;
}

.content--carousel p:last-child a {
  font-weight: bold;
  font-size: 0.9em;
}

.content--carousel p:last-child a:after {
  content: '▶';
  font-size: 0.8em;
  display: inline-block;
  padding-left: 8px;
}

.content--carousel p:last-child a:hover {
  text-decoration: underline;
}

.content--two-col {
  font-size: 2rem;
}

.content--two-col p strong,.content--two-col p b {
  text-transform: uppercase;
}

.content--two-col ul {
  margin-bottom: 50px;
}

.content--disclaimer {
  font-size: 1.2rem;
}

.content--disclaimer:not(.content--cash) {
  color: #ababab;
}

.content--pager p:not(:last-child),.content--pager ul,.content--pager ol {
  margin-bottom: 10px;
}

.content--pager a:not(:first-child),.content--pager .current:not(:first-child) {
  padding-left: 6px;
}

.content--pager a,.content--pager .current {
  padding-right: 6px;
}

.content--pager a {
  color: #00b8b0;
}

.title-form {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.2rem;
  margin-bottom: 30px;
}

.title-register {
  font-size: 3.8rem;
}

.title-townhomes {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #004165;
  margin-bottom: 10px;
}

.title-diamond {
  font-size: 3rem;
  color: white;
}

.section {
  padding: 80px 0;
}

.section--sitemap {
  background-color: #EFEFEF;
}

.section--lg {
  padding: 80px 0;
}

.section--md {
  padding: 40px 0;
}

.section--sm {
  padding: 40px 0;
}

.section--xs {
  padding: 40px 0;
}

.section--gutterless {
  padding: 0;
}

.section--featuredBlock:not(.section--last),.section--featuredWideBlock:not(.section--last) {
  padding-bottom: 0;
}

#tsawwassen .section--featuredBlock:not(.section--last),#tsawwassen .section--featuredWideBlock:not(.section--last) {
  padding-bottom: 80px;
}

.section--fullImageBlock,.section--masterplan {
  padding: 4px;
}

.section--townhomes {
  padding: 4px 0 0 0;
}

.section--ctaHeroBlock {
  padding-bottom: 0;
}

.section--ctaHeroBlock + .section {
  padding-top: 160px;
}

.section__filter {
  padding-top: 24px;
}

.featuredBlock:last-of-type {
  background-color: red !important;
}

.svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.svg > g,.svg > path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.btn {
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 18px;
  font-size: 1.6rem;
  border: 0;
  opacity: 1;
}

.btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.btn.is-disabled,.btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn__icon {
  display: inline-block;
  width: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.btn path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.btn--primary {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #00b8b0;
  color: white;
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 2px;
}

.btn--primary:hover {
  background-color: #00857f;
}

.btn--white {
  font-weight: 1.6rem;
  font-weight: 500;
  padding: 10px 20px;
  background-color: white;
  color: #333333;
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 2px;
}

.btn--banner {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background-color: #00b8b0;
  padding: 7px 20px;
}

.btn--banner:hover {
  background-color: #00857f;
}

.btn--filter {
  font-size: 1.4rem;
  min-width: 0;
  background-color: transparent;
  color: #333333;
  border: 1px solid #333333;
  letter-spacing: 0.03em;
  margin-left: 4px;
  margin-bottom: 8px;
}

.btn--filter-homes {
  margin: 0 0 10px;
}

.btn--filter:hover,.btn--filter.is-active {
  background-color: #00b8b0;
  border-color: #00b8b0;
  color: white;
}

.btn--clear {
  font-size: 1.4rem;
  min-width: 0;
  background-color: #333;
  color: white;
  letter-spacing: 0.03em;
}

.btn--clear:hover {
  background-color: black;
  color: white;
}

.btn--lot {
  background-color: #bbbec1;
  font-weight: 500;
  text-transform: uppercase;
}

.btn--lot.is-active {
  color: white;
  background-color: #00b8b0;
}

.btn--submit {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 14px 26px;
  background-color: #00b8b0;
  color: white;
  position: relative;
  letter-spacing: 0.08em;
  margin: 0 auto;
  cursor: pointer;
}

.btn--submit:hover {
  background-color: #00857f;
  color: #fff;
  text-decoration: none;
}

.btn--download {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  padding: 8px 16px;
}

.btn--download:hover {
  background-color: white;
  color: #004165;
  border-color: white;
}

.btn--download:hover path {
  fill: #004165;
}

.btn--black {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 10px 20px;
  background-color: black;
  color: white;
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 2px;
}

.btn--black:hover {
  background-color: #333333;
}

.btn--intro-filter {
  font-size: 1.4rem;
  background-color: transparent;
  display: inline-block;
  color: white;
  border: 1px solid white;
  padding: 8px 15px;
  min-width: 230px;
  margin: 0 3px 5px;
}

.btn--intro-filter.is-active,.btn--intro-filter:hover {
  background-color: #00b8b0;
  border-color: #00b8b0;
}

.btn--floorplan {
  font-size: 1.4rem;
  background-color: #333;
  display: inline-block;
  color: white;
  padding: 10px 15px;
  min-width: 200px;
  margin: 0 3px 5px;
}

.btn--floorplan:hover {
  background-color: #00b8b0;
}

.btn--available {
  font-size: 1.4rem;
  background-color: #00b8b0;
  display: inline-block;
  color: white;
  padding: 10px 15px;
  min-width: 200px;
  margin: 0 3px 5px;
}

.btn--available svg * {
  fill: white;
}

.btn--available:hover {
  color: white;
  background-color: #00857f;
}

.btn--available:hover svg * {
  fill: white;
}

.btn--townhomes {
  font-size: 1.4rem;
  background-color: #00b8b0;
  display: inline-block;
  color: white;
  padding: 10px 15px;
  font-weight: 400;
}

.btn--townhomes:hover {
  background-color: #00857f;
}

.btn--floorplan-card {
  background-color: #333;
  display: block;
  color: white;
  padding: 15px;
}

.btn--floorplan-card:hover {
  background-color: #00b8b0;
}

.btn--carousel {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 8px 16px;
  background-color: transparent;
  color: #004165;
  border: 1px solid #004165;
  position: relative;
  margin: 0 2px 5px;
}

.btn--carousel:hover,.btn--carousel.is-active {
  background-color: #004165;
  color: white;
  text-decoration: none;
}

.btn--sm {
  min-width: 120px;
}

.btn--md {
  min-width: 180px;
}

.btn--full {
  display: block;
  width: 100%;
}

body .lazyload {
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  opacity: 0;
}

body .lazyloading {
  opacity: 0;
}

body .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.banner--overlay .banner__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s 0.3s;
  transition: opacity 1s 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.banner--full,.banner--hero {
  height: calc(100vh - 108px);
}

.banner--hero {
  background-size: cover;
  background-repeat: no-repeat;
}

.banner--full .banner__title,.banner--general .banner__title,.banner--normal .banner__title {
  -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: opacity 1s 1s, -webkit-transform 1s 1s;
  transition: transform 1s 1s, opacity 1s 1s;
  transition: transform 1s 1s, opacity 1s 1s, -webkit-transform 1s 1s;
  opacity: 0;
  tranform: translateY(30px);
}

.banner--full .banner__title:before,.banner--general .banner__title:before,.banner--normal .banner__title:before {
  -webkit-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}

.banner--full.is-active .banner__title,.banner--general.is-active .banner__title,.banner--normal.is-active .banner__title {
  opacity: 1;
  tranform: translateY(0);
}

.banner--full.is-active .banner__title:before,.banner--general.is-active .banner__title:before,.banner--normal.is-active .banner__title:before {
  -webkit-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.banner__callout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #cf3928;
  padding: 5px 10px;
  text-transform: uppercase;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.banner.is-active .banner__overlay {
  opacity: 1;
}

.banner__video {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner__t {
  display: table;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
}

.banner__t--full,.banner__t--hero {
  height: 100%;
}

.banner__t--normal {
  height: 480px;
}

.banner__tc {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  padding: 0;
}

.banner__tc--full,.banner__tc--hero {
  height: 100%;
}

.banner__tc--hero {
  text-align: center;
  vertical-align: middle;
  padding: 70px 0;
}

.banner__tc--normal {
  height: 480px;
}

.banner__logo {
  display: inline-block;
  width: 60%;
  max-width: 440px;
  margin-bottom: 30px;
}

.banner__title {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  position: relative;
}

.banner__title__text {
  position: relative;
}

.banner__title:before {
  content: '';
  -webkit-transition: -webkit-transform 1s 0.5s;
  transition: -webkit-transform 1s 0.5s;
  transition: transform 1s 0.5s;
  transition: transform 1s 0.5s, -webkit-transform 1s 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100vw;
  height: 4px;
  background-color: #00b8b0;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 0px;
}

.banner__subtitle {
  color: #00b8b0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
}

.banner__scroll {
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  text-transform: uppercase;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}

.banner__scroll--hero {
  font-size: 2.4rem;
  text-transform: none;
}

.banner__scroll__icon {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card {
  width: 100%;
  margin-bottom: 40px;
}

.card__thumb {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.card__thumb__cover {
  overflow: hidden;
}

.card__thumb__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

.carousel--featured {
  position: relative;
  margin-bottom: 50px;
}

.carousel--featured:before {
  content: '';
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 50px;
}

.carousel--flipped:before {
  left: 0;
}

.carousel__img--wide {
  display: block !important;
}

.carousel__info {
  width: 100%;
  height: 100%;
}

.carousel__info .slick-list,.carousel__info .slick-track,.carousel__info .slick-slide,.carousel__info .slick-slide > div {
  height: 100%;
}

.carousel__info .dis-t {
  display: table !important;
}

.carousel__content {
  margin-top: 50px;
  position: relative;
  padding: 40px;
}

.carousel__content--wide {
  margin-top: 0;
  padding: 50px;
}

.carousel__content__inner {
  padding-left: 30px;
}

.carousel__content__inner:before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #00b8b0;
  margin-bottom: 20px;
}

.carousel .slick-dots {
  padding: 20px 0;
  text-align: left;
  line-height: 0;
}

.carousel .slick-dots li {
  display: inline-block;
  list-style: none;
  padding: 0 10px 0 0;
}

.carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.carousel .slick-dots button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #606c58;
  opacity: 0.5;
  border-radius: 50%;
}

.carousel .slick-prev,.carousel .slick-next {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(0, 184, 176, 0.8);
  display: inline-block;
  width: 40px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  border: 0;
}

.carousel .slick-prev:hover,.carousel .slick-next:hover {
  background-color: #00b8b0;
  cursor: pointer;
}

.carousel .slick-prev:before,.carousel .slick-prev:after,.carousel .slick-next:before,.carousel .slick-next:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.carousel .slick-next {
  right: 0;
}

.carousel .slick-next:before {
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 12px;
}

.carousel .slick-prev {
  left: 0;
}

.carousel .slick-prev:before {
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 16px;
}

.carousel__wide {
  width: 50vw;
}

.carousel__wide .slick-next {
  right: 20px;
}

.carousel__wide .slick-prev {
  right: 70px;
}

.carousel--large .slick-slide > div {
  display: block;
  line-height: 0;
}

.carousel--large .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
}

.carousel--large .slick-dots li {
  padding: 0 0 0 10px;
}

.carousel--large .slick-dots button {
  background-color: white;
}

.carousel__full {
  padding: 50px 0 0;
  max-width: 800px;
}

.carousel__pagination {
  padding: 20px;
}

.featured__content {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
}

.featured__col {
  position: relative;
}

.featured__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.featured .slick-list,.featured .slick-track {
  height: 100% !important;
}

.featured .slick-slide {
  position: relative;
}

.cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}

.cta__block {
  display: block;
  position: relative;
  color: white;
}

.cta__hero {
  width: 100%;
  height: 0;
  position: relative;
}

.cta__hero__img {
  width: 100%;
  position: relative;
  top: 80px;
}

.cta__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  -webkit-transition: background-color 0.3s, height 0.3s;
  transition: background-color 0.3s, height 0.3s;
  background-color: rgba(0, 184, 176, 0.8);
  z-index: 1;
}

.cta__block:hover .cta__info {
  height: 100%;
  background-color: rgba(0, 184, 176, 0.6);
}

.cta__info__overflow {
  -webkit-transition: max-height 0.3s, opacity 0.3s;
  transition: max-height 0.3s, opacity 0.3s;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.cta__block:hover .cta__info__overflow {
  max-height: 100%;
  opacity: 1;
}

.gallery {
  padding-top: 20px;
}

.gallery__container {
  margin: 0 -5px;
}

.gallery__embed {
  display: block;
  border: 2px solid transparent;
}

.gallery__item {
  display: block;
  overflow: hidden;
  min-height: 1px;
}

.gallery__item:hover .gallery__img {
  opacity: 0.75;
}

.gallery__item__sizer {
  width: 33.33%;
}

.gallery__item__spacer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.gallery__item__spacer__inner {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #ccc;
}

.gallery__item--1x1,.gallery__item--1x2 {
  width: 33.33%;
}

.gallery__item--2x2,.gallery__item--2x1 {
  width: 66.66%;
}

.gallery__item--3x1 {
  width: 100%;
}

.gallery__item__container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.gallery__item__container--1x1 {
  padding-bottom: 100%;
}

.gallery__item__container--1x2 {
  padding-bottom: 200%;
}

.gallery__item__container--2x2 {
  padding-bottom: 100%;
}

.gallery__item__container--2x1 {
  padding-bottom: 50%;
}

.gallery__item__container--3x1 {
  padding-bottom: 33.33333%;
}

.gallery__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.gallery__label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery__play {
  border: 7px solid white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

.gallery__play:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 5px;
}

.gallery-carousel {
  margin-bottom: 10px;
}

.gallery-carousel__box {
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-carousel__box__img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.gallery-carousel__box__img.is-active {
  opacity: 1;
}

.gallery-carousel__col {
  width: 20%;
}

.gallery-carousel__col--4 {
  width: 25%;
}

.gallery-carousel__a {
  background-color: black;
}

.gallery-carousel__a .gallery-carousel__img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.gallery-carousel__a:hover .gallery-carousel__img {
  opacity: 0.8;
}

.gallery-carousel__a--default .gallery-carousel__img {
  opacity: 0.5;
}

.gallery-carousel__a--default:hover .gallery-carousel__img,.gallery-carousel__a--default.is-active .gallery-carousel__img {
  opacity: 1;
}

.gallery__border {
  border: 1px solid #c8c7c7;
  display: block;
}

#map {
  width: 100%;
}

.gm-style-iw {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold !important;
}

.location {
  position: relative;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

.location__map {
  width: 100%;
  position: relative;
}

.location__map__inner {
  width: 100%;
  position: relative;
  height: 740px;
  padding-right: 230px;
}

.location__map__inner--fluid {
  height: auto;
}

.location__embed {
  width: 100%;
  height: 100%;
}

.location__nav {
  width: 230px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #bcbdc0;
  border-right: 1px solid #fff;
  overflow: hidden;
}

.location__nav__wrapper {
  width: calc(100% + 17px);
  height: 100%;
  overflow-y: scroll;
}

.location__nav__btn {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  width: 100%;
  position: relative;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
}

.location__nav__btn.is-active {
  background-color: black;
  color: white;
}

.location__nav__btn.is-active + ul {
  display: block;
}

.location__nav__btn:hover {
  background-color: black;
  color: white;
}

.location__nav__btn-2 {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 12px 24px;
  position: relative;
  text-align: left;
}

.location__nav__btn-2 .location__nav__title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
  letter-spacing: 0.03em;
}

.location__nav__btn-2 .location__nav__description {
  font-size: 1.2rem;
  padding-top: 5px;
  text-decoration: none !important;
  display: inline-block;
}

.location__nav__btn-2.is-active {
  border-color: transparent;
  color: #00b8b0;
}

.location__nav__btn-2.is-active:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

.location__nav__btn-2.is-active .location__nav__description {
  display: inline-block;
}

.location__nav__ul-2 {
  background-color: white;
  display: none;
  padding: 10px 0;
}

.location__nav__li {
  border-bottom: 1px solid white;
}

.location__nav__li-2 {
  position: relative;
}

.location__nav__li-2:not(:last-child):before {
  content: '';
  position: absolute;
  left: 24px;
  bottom: 0;
  width: calc(100% - (24px * 2));
  display: block;
  border-bottom: 1px solid #d7d7d7;
}

.social__ul {
  display: inline-block;
}

.social__ul--share {
  padding: 50px 0 0;
  margin: 0;
}

.social__li {
  display: inline-block;
  padding: 0 16px;
  position: relative;
}

.social__li--share {
  padding: 0 16px 0 0;
}

.social__label {
  text-transform: uppercase;
}

.social__a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
  width: 24px;
  opacity: 1;
}

.social__a path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.social__a:hover {
  opacity: 0.55;
}

.social__a--share {
  width: 20px;
  position: relative;
  top: 3px;
}

.social__a--share path,.social__a--share rect {
  fill: #004165;
}

.social__qr {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  background-color: #fff;
  width: 162px;
  height: 162px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border-radius: 4px;
}

.social__qr.is-active {
  opacity: 1;
  pointer-events: auto;
}

.social__qr:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -7.5px;
}

.news__entry-pager {
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-top: 50px;
}

.news__entry-pager a:hover {
  text-decoration: underline;
}

.news__entry-pager a span {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.6rem;
  position: relative;
  top: -3px;
}

.news__card {
  margin-bottom: 30px;
}

.news__card__a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.news__card__a:hover:after {
  opacity: 0.3;
}

.news__card__a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  background-color: black;
  opacity: 0;
}

.news__card__thumb {
  overflow: hidden;
  margin-bottom: 16px;
}

.news__card__img {
  display: block;
}

.news__pagination {
  padding-top: 50px;
  color: #004165;
}

.news__pagination__a {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  padding: 12px 18px;
  margin: 0 2px;
  background-color: transparent;
  line-height: 1;
}

.news__pagination__a--arrow {
  padding: 12px 0;
  font-size: 2rem;
}

.news__pagination__a:hover {
  text-decoration: underline;
}

.news__pagination__a.is-active {
  background-color: #00b8b0;
  color: white;
}

.news__box__inner {
  padding: 50px;
}

.inquiries {
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.inquiries__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.inquiries__grid__col {
  padding: 0 2vw;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.inquiries__grid__title {
  margin-bottom: 10px;
}

.inquiries__inner {
  text-align: center;
  width: 100%;
}

.comparison {
  overflow: hidden;
}

.comparison__img {
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.comparison__spacer {
  width: 100%;
  height: 0;
}

.comparison__lower {
  padding-top: 10px;
}

.comparison__label {
  font-size: 1.6rem;
  display: inline-block;
  background-color: black;
  color: white;
  text-transform: uppercase;
  padding: 8px 14px;
}

.comparison__label--left {
  float: left;
}

.comparison__label--right {
  float: right;
}

.js-comparison {
  height: auto !important;
}

.twentytwenty-before-label,.twentytwenty-after-label {
  display: none !important;
}

.twentytwenty-container img {
  height: 100%;
}

.twentytwenty-handle {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  text-align: center;
  z-index: 40;
}

.twentytwenty-left-arrow {
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.twentytwenty-right-arrow {
  line-height: 3;
}

.twentytwenty-right-arrow:after {
  content: 'Drag';
  font-size: 1.4rem;
  text-transform: uppercase;
}

.masterplan__container {
  position: relative;
}

.masterplan__map {
  position: relative;
}

.masterplan__instructions {
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 0;
  padding-bottom: 20px;
}

.masterplan__img {
  display: block;
  width: 100%;
}

.masterplan__pin {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  text-align: center;
  color: white;
}

.masterplan__pin--pulse:before {
  -webkit-animation: pulse linear 2s infinite;
  animation: pulse linear 2s infinite;
  width: 150%;
  height: 150%;
  background-color: white;
  opacity: 0.8;
}

.masterplan__pin:before,.masterplan__pin:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.masterplan__pin:after {
  width: 100%;
  height: 100%;
  background-color: #00b8b0;
  border: 5px solid #fff;
}

.masterplan__pin:hover {
  background-color: black;
}

.masterplan__pin__number {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.masterplan__pin__tooltip {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  pointer-events: none;
  font-size: 1.4rem;
}

.masterplan__pin__tooltip.is-active {
  opacity: 1;
}

.masterplan__pin__tooltip.is-active .masterplan__pin__tooltip__box__inner {
  -webkit-transition: max-height 0.3s linear 0.3s;
  transition: max-height 0.3s linear 0.3s;
  max-height: 100px;
}

.masterplan__pin__tooltip.is-active .masterplan__pin__tooltip__box:after {
  -webkit-transition: height 0.3s linear 0s;
  transition: height 0.3s linear 0s;
  height: 30px;
}

.masterplan__pin__tooltip__box {
  position: absolute;
  bottom: 100%;
  margin-bottom: 45px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #eeeeee;
  white-space: nowrap;
  text-align: center;
  font-size: 1.5rem;
}

.masterplan__pin__tooltip__box__inner {
  -webkit-transition: max-height 0.3s linear 0s;
  transition: max-height 0.3s linear 0s;
  max-height: 0;
  overflow: hidden;
}

.masterplan__pin__tooltip__box__inner__2 {
  padding: 10px;
}

.masterplan__pin__tooltip__box:after {
  content: "";
  -webkit-transition: height 0.3s linear 0.3s;
  transition: height 0.3s linear 0.3s;
  display: block;
  bottom: -30px;
  left: 50%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left: 1px solid #eee;
  margin-left: -1px;
}

.masterplan__pin__tooltip .masterplan__pin {
  display: none;
}

.amenities {
  display: none;
}

.amenities.is-active {
  display: block;
}

.amenities__map {
  position: relative;
  z-index: 1;
}

.amenities__map__inner {
  position: relative;
}

.amenities__map__img {
  width: 100%;
  height: auto;
  display: block;
}

.amenities__container {
  position: relative;
}

.amenities__instructions {
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 0;
  padding-bottom: 20px;
}

.amenities__pin {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  text-align: center;
  color: white;
}

.amenities__pin__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.amenities__pin--pulse:before {
  -webkit-animation: pulse linear 2s infinite;
  animation: pulse linear 2s infinite;
  width: 150%;
  height: 150%;
  background-color: white;
  opacity: 0.8;
}

.amenities__pin:before,.amenities__pin:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}

.amenities__pin:after {
  width: 100%;
  height: 100%;
  background-color: #00b8b0;
  border: 5px solid #fff;
}

.amenities__pin:hover {
  background-color: black;
}

.amenities__pin__number {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.amenities__pin__tooltip {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  pointer-events: none;
  font-size: 1.4rem;
}

.amenities__pin__tooltip.is-active {
  opacity: 1;
}

.amenities__pin__tooltip.is-active .amenities__pin__tooltip__box__inner {
  -webkit-transition: max-height 0.3s linear 0.3s;
  transition: max-height 0.3s linear 0.3s;
  max-height: 140px;
}

.amenities__pin__tooltip.is-active .amenities__pin__tooltip__box:after {
  -webkit-transition: height 0.3s linear 0s;
  transition: height 0.3s linear 0s;
  height: 30px;
}

.amenities__pin__tooltip__box {
  position: absolute;
  bottom: 100%;
  margin-bottom: 45px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #eeeeee;
  min-width: 220px;
  text-align: center;
  font-size: 1.5rem;
}

.amenities__pin__tooltip__box__inner {
  -webkit-transition: max-height 0.3s linear 0s;
  transition: max-height 0.3s linear 0s;
  max-height: 0;
  overflow: hidden;
}

.amenities__pin__tooltip__box__inner__2 {
  padding: 10px;
}

.amenities__pin__tooltip__box:after {
  content: "";
  -webkit-transition: height 0.3s linear 0.3s;
  transition: height 0.3s linear 0.3s;
  display: block;
  bottom: -30px;
  left: 50%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left: 1px solid #eee;
  margin-left: -1px;
}

.amenities__pin__tooltip .amenities__pin {
  display: none;
}

.floorplan__border {
  border-bottom: 1px solid #ccc;
}

.floorplan__filter__label {
  font-size: 1.2rem;
  padding: 0 12px;
}

.floorplan__label {
  width: 200px;
  background-color: #00b8b0;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  color: #f0f0f0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}

.floorplan__buttons {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.floorplan__filter__label {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 20px 15px 0px;
}

.floorplan__divider {
  font-size: 2rem;
  display: inline-block;
  padding: 0 20px 0 20px;
}

.floorplan__info__ul {
  display: inline-block;
}

.floorplan__info__li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  line-height: 1 !important;
}

.floorplan__info__li:not(:last-child) {
  border-right: 1px solid black;
}

.floorplan__img {
  width: 100%;
  padding: 15px 0 0;
  background-color: white;
}

.floorplan__box {
  display: none;
}

.floorplan__box.is-active {
  display: block;
}

.floorplan__item {
  display: block;
  background-color: #fff;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.floorplan__details {
  padding: 0 15px 15px;
  position: relative;
}

.floorplan__lower {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
  background-color: #00b8b0;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.floorplan__modal {
  -webkit-transition: width 0s 1s;
  transition: width 0s 1s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
}

.floorplan__modal:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: fixed;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.floorplan__modal.is-active {
  -webkit-transition: width 0s 0s;
  transition: width 0s 0s;
  width: 100%;
  overflow-y: auto;
  pointer-events: auto;
}

.floorplan__modal.is-active:before {
  opacity: 1;
}

.floorplan__modal.is-active .floorplan__modal__container {
  right: 0;
}

.floorplan__modal__container {
  -webkit-transition: right 1s;
  transition: right 1s;
  width: 800px;
  max-width: 100%;
  min-height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #fff;
}

.floorplan__modal__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #00b8b0;
  color: white;
}

.floorplan__modal__right {
  padding-left: 50px;
  min-height: 100vh;
  position: relative;
}

.floorplan__modal__inner {
  padding: 50px 30px;
}

.floorplan__modal__close {
  -webkit-transition: none;
  transition: none;
  font-size: 1.2rem;
  position: fixed;
  right: 815px;
  top: 0;
  line-height: 1;
  display: inline-block;
  padding: 19px 45px 19px 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
}

.floorplan__modal.is-active .floorplan__modal__close {
  -webkit-transition: 0.3s opacity 1s;
  transition: 0.3s opacity 1s;
  opacity: 1;
}

.floorplan__modal__close span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 15px;
}

.floorplan__modal__close span:after,.floorplan__modal__close span:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.floorplan__modal__close span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.floorplan__modal__close span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.floorplan__availability {
  font-size: 1.4rem;
}

.floorplan__availability__intro {
  margin-bottom: 20px;
}

.floorplan__availability__panel {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  display: none;
}

.floorplan__availability__panel.is-active {
  display: block;
}

.floorplan__availability__row {
  padding: 10px 20px;
  background-color: white;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.floorplan__availability__row.is-active {
  display: block;
}

.floorplan__availability__row--title {
  background-color: transparent;
  padding-bottom: 0;
  display: block;
}

.floorplan__availability__disclaimer {
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

.floorplan__availability__disclaimer.is-active {
  display: block;
}

.floorplan__availability__ul {
  width: 100%;
}

.floorplan__availability__li {
  display: inline-block;
  text-align: center;
  width: 21%;
  float: left;
  position: relative;
}

.floorplan__availability__li span {
  display: inline-block;
  padding: 10px 0;
}

.floorplan__availability__li--data {
  padding: 3px 0;
}

.floorplan__availability__li--data:not(:last-child):after {
  content: '|';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.floorplan__availability__li:nth-child(1) {
  width: 16%;
  padding-left: 3%;
  text-align: left;
}

.floorplan__availability__li:nth-child(4):after {
  display: none;
}

.floorplan__availability__li:nth-child(5) {
  text-align: right;
}

.townhomes__map {
  width: 100%;
  position: relative;
}

.townhomes__map__inner {
  width: 100%;
  position: relative;
  height: 658px;
  padding-right: 280px;
}

.townhomes__embed {
  width: 100%;
  height: 100%;
}

.townhomes__tc {
  padding: 20px;
}

.townhomes__tc img {
  max-height: 618px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.townhomes__nav {
  width: 280px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #bcbdc0;
  background-repeat: repeat;
  background-size: auto;
  border-right: 1px solid #fff;
  overflow: hidden;
}

.townhomes__nav__wrapper {
  width: calc(100% + 17px);
  height: 100%;
  overflow-y: scroll;
}

.townhomes__nav__btn {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: left;
  background-color: #bcbdc0;
}

.townhomes__nav__btn--download {
  background-color: #004165;
  color: white;
}

.townhomes__nav__btn:hover {
  color: #fff;
  background-color: #6e7075;
}

.townhomes__nav__btn.is-active {
  color: #fff;
  background-color: black;
}

.townhomes__nav__pipe {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.townhomes__nav__li {
  border-bottom: 1px solid #fff;
}

.townhomes__nav__li.is-disabled {
  display: none !important;
}

.townhomes__details {
  display: none;
  background-color: #efefef;
  color: #333333;
}

.townhomes__details__img {
  padding: 20px;
  background-color: white;
}

.townhomes__details__inner {
  padding: 35px 20px;
}

.townhomes__category {
  font-size: 1.4rem;
}

.panzoom__box {
  position: relative;
  display: inline-block;
}

.panzoom__img--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.panzoom__img--svg {
  position: relative;
  z-index: 1;
  background-image: url("../images/sitemap.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.panzoom__controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  background-color: #63859B;
  border-radius: 8px;
  padding: 8px;
}

.panzoom__controls__btn {
  display: block;
  width: 30px;
  height: 30px;
  background-color: white;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}

.panzoom__controls__btn:hover,.panzoom__controls__btn:focus {
  outline: none;
}

.panzoom__controls__btn--in {
  margin-bottom: 8px;
}

.homes__gutter {
  padding-left: 30px;
}

.homes__container--left {
  width: calc(100% - 350px);
}

.homes__container--right {
  width: 350px;
}

.homes__filter {
  padding: 30px 0;
}

.homes__filter__col {
  margin-left: 5px;
}

.homes__filter__col:first-child {
  margin-left: 0;
  margin-right: 5px;
}

.homes__filter--border {
  border-bottom: 1px solid #ccc;
}

.homes__elevation .slick-prev,.homes__elevation .slick-next {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(0, 184, 176, 0.8);
  display: inline-block;
  width: 40px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  border: 0;
}

.homes__elevation .slick-prev:hover,.homes__elevation .slick-next:hover {
  background-color: #00b8b0;
  cursor: pointer;
}

.homes__elevation .slick-prev:before,.homes__elevation .slick-prev:after,.homes__elevation .slick-next:before,.homes__elevation .slick-next:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.homes__elevation .slick-next {
  right: 0;
}

.homes__elevation .slick-next:before {
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 12px;
}

.homes__elevation .slick-prev {
  left: 0;
}

.homes__elevation .slick-prev:before {
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 16px;
}

.homes__lots__cell {
  display: none;
}

.homes__lots__cell.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homes__map {
  margin-bottom: 30px;
  background-color: #d3d7d8;
  background-image: url("../images/map.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.homes__map--phase-2 {
  background-image: url("../images/map-phase-2.png");
}

.homes__map__svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homes__map__svg--top {
  pointer-events: none;
}

.homes__map__svg img {
  width: 100%;
}

.homes__svg__group path,.homes__svg__group polygon,.homes__svg__group rect {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.homes__svg__group path:hover,.homes__svg__group polygon:hover,.homes__svg__group rect:hover {
  cursor: pointer;
}

.homes__svg__group.is-active:not(.is-disabled) path,.homes__svg__group.is-active:not(.is-disabled) polygon,.homes__svg__group.is-active:not(.is-disabled) rect,.homes__svg__group.is-hovered:not(.is-disabled) path,.homes__svg__group.is-hovered:not(.is-disabled) polygon,.homes__svg__group.is-hovered:not(.is-disabled) rect {
  fill: red !important;
}

.homes__svg__group.is-disabled {
  pointer-events: none;
}

.homes__svg__group.is-disabled path,.homes__svg__group.is-disabled polygon,.homes__svg__group.is-disabled rect {
  fill: #999 !important;
}

.homes__svg__group.is-disabled path:hover,.homes__svg__group.is-disabled polygon:hover,.homes__svg__group.is-disabled rect:hover {
  cursor: default;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
}

body.fix-lock {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.wrap {
  position: relative;
}

.wrap__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.wrap__inner--xl {
  max-width: 1400px;
}

.wrap__inner--lg {
  max-width: 1200px;
}

.wrap__inner--sm {
  max-width: 980px;
}

.wrap__inner--xs {
  max-width: 720px;
}

.wrap__gutter {
  width: 100%;
  padding: 0 40px;
}

.wrap__gutter--lg {
  padding: 0 40px;
}

.wrap__gutter--n {
  padding: 0;
}

.wrap__gutter--header {
  padding: 0 20px;
}

.main {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 108px;
}

.sidebar {
  padding-left: 40px;
}

.scroll-offset {
  position: relative;
  top: -108px;
}

.popup {
  padding: 6px 5px 0px;
  text-shadow: none;
}

.pagination {
  padding: 30px 0;
}

.map--contact {
  margin: 0 -20px;
}

.js-full-offset {
  opacity: 0;
}

.js-full-offset.is-active {
  opacity: 1;
}

.sr-item {
 /*visibility: hidden;*/
  z-index: 1;
}

#lightcase-content {
  background-color: white !important;
}

.lightcase-inlineWrap {
  padding: 0 !important;
}

.popup {
  text-shadow: none;
}

.popup--content {
  padding: 30px 20px;
}

.popup--promo {
  padding: 30px 30px;
}

.live-chat {
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.live-chat__tab {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #00b8b0;
  width: 155px;
  border: 0;
  color: white;
  position: absolute;
  right: 100%;
  bottom: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.live-chat__tab__inner {
  padding: 10px 10px 5px 10px;
}

.live-chat__tab__icon {
  width: 25px;
  float: left;
}

.live-chat__tab__text {
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px 2px 18px;
  text-align: right;
}

.live-chat__content {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  height: 155px;
  width: 200px;
  overflow: hidden;
  background-color: #0C0D11;
  color: white;
}

.live-chat__content.is-hidden {
  width: 0;
}

.live-chat__inner {
  width: 200px;
  height: 100%;
  padding: 25px 20px;
  font-weight: 500;
  font-size: 1.4rem;
}

.live-chat__inner p:not(:last-child) {
  margin-bottom: 10px;
}

.live-chat__inner strong {
  font-weight: bold;
  font-size: 1.6rem;
}

.live-chat__inner a[href^="tel:"] {
  text-decoration: none !important;
  pointer-events: none;
}

.booking {
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.booking__tab {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #00b8b0;
  width: 235px;
  border: 0;
  color: white;
  position: absolute;
  right: 100%;
  bottom: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.booking__tab svg * {
  fill: white !important;
}

.booking__tab__inner {
  padding: 10px 10px 5px 10px;
}

.booking__tab__icon {
  width: 25px;
  float: left;
  position: relative;
  top: -2px;
}

.booking__tab__text {
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px 2px 18px;
  text-align: right;
}

.head {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.head__wrap__inner {
  position: relative;
}

.head__top {
  position: relative;
}

.head__util {
  font-weight: 500;
  position: relative;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
  display: inline-block;
}

.head__util--left {
  float: left;
}

.head__util--right {
  float: right;
}

.head__util__li {
  display: inline-block;
}

.head__util__li--left {
  padding: 10px 15px;
}

.head__util__item {
  -webkit-transition: background-color 0.3s, padding 0.3s;
  transition: background-color 0.3s, padding 0.3s;
  display: inline-block;
  text-align: center;
}

.head__util__item:hover {
  text-decoration: underline;
}

.head__util__item--right {
  padding: 10px 15px;
}

.head__util__item--right[href="/sc/"],.head__util__item--right[href="/tc/"] {
  padding: 8px 15px;
}

.head__util__li--right:last-child .head__util__item {
  background-color: #00b8b0;
  color: white;
  padding: 10px 15px;
}

.head__util__li--right:last-child .head__util__item:hover {
  background-color: #00857f;
  text-decoration: none !important;
}

.head__svg {
  width: 16px;
}

.head__svg path,.head__svg rect {
  fill: #fff !important;
}

.head__bottom {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 70px;
  position: relative;
}

.head__logo {
  display: block;
  width: 130px;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 1;
}

.head__spacer {
  padding-left: 200px;
}

.head__jump {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  padding: 10px 0;
  z-index: 2;
  opacity: 0;
}

.head__jump.is-pinned {
  position: fixed;
  left: 0;
  opacity: 1;
}

.head__jump.is-active:not(.is-pinned) {
  opacity: 1;
}

.head__jump__nav {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 1.4rem;
  position: relative;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: white;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.head__jump__nav__ul {
  display: block;
}

.head__jump__nav__li {
  display: inline-block;
}

.head__jump__nav__li:not(.head__jump__nav__li--download) {
  padding-right: 2vw;
}

.head__jump__nav__label {
  font-size: 1rem;
  display: inline-block;
  padding: 12px 0 0 0;
}

.head__jump__nav__a {
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  display: inline-block;
  border-bottom: 2px solid transparent;
  border: 1px solid transparent;
  padding: 8px 0 8px 0;
}

.head__jump__nav__a.is-active,.head__jump__nav__a:hover {
  color: #00b8b0;
}

.head__nav {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  width: 100%;
}

.head__nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.head__nav__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
}

.head__nav__li--mobile {
  display: none;
}

.head__nav__a {
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  display: inline-block;
  color: inherit;
  padding: 5px 0;
  position: relative;
}

.head__nav__a:after {
  content: '';
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #004165;
}

.head__nav__a:hover:after {
  width: 100%;
}

.head__nav__a.is-active:after {
  width: 100%;
  background-color: #00b8b0;
}

.head__burger {
  height: 70px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.head__burger__box {
  width: 24px;
  height: 18px;
}

.head__burger__inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -1px;
}

.head__burger__inner:before,.head__burger__inner:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  border-radius: 3px;
}

.head__burger__inner:before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  top: -8px;
}

.head__burger__inner:after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -8px;
}

.head__burger.is-active .head__burger__inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head__burger.is-active .head__burger__inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.head__burger.is-active .head__burger__inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

li#lny,.lny {
  background: #a42e29 !important;
}

li#lny:hover,.lny:hover {
  background-color: #881914 !important;
}

li#lny a:hover,.lny a:hover {
  text-decoration: none;
}

.head__util__li--right:nth-child(5) .head__util__item {
  background-color: #00b8b0;
  margin-right: -3px;
}

.head__util__li--right:nth-child(5) .head__util__item a {
  text-decoration: none;
}

.head__util__li--right:nth-child(5) .head__util__item:hover {
  background-color: #00857f;
}

.foot__top {
  font-size: 1.6rem;
}

.foot__top__btn {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  background-color: #00b8b0;
  display: block;
  padding: 14px 0;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
}

.foot__top__btn:hover {
  background-color: #00857f;
}

.foot__logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 70px;
}

.foot__logo__text {
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}

.foot__logo--onni {
  margin: 0 auto 50px;
  display: inline-block;
  width: 230px;
  padding-left: 90px;
}

.foot__logo:hover {
  opacity: 0.75;
}

@font-face {
  font-family:'lightcase';src:url("../fonts/lightcase.eot?55356177");src:url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");font-weight:normal;font-style:normal;
}

@media only screen and (min-width: 320px) and (max-width: 1170px) {
  .content--main h1,.content--main h2 {
    font-size: calc(2.2rem + 8 * (100vw - 320px) / (1170 - 320));
  }

  .content--main h3 {
    font-size: calc(1.4rem + 4 * (100vw - 320px) / (1170 - 320));
  }

  .content--news h1 {
    font-size: calc(3rem + 10 * (100vw - 320px) / (1170 - 320));
  }

  .content--news h2,.content--news h3 {
    font-size: calc(2rem + 4 * (100vw - 320px) / (1170 - 320));
  }

  .content--intro {
    font-size: 2rem;
  }

  .content--intro h1,.content--intro h2,.content--intro h3 {
    font-size: calc(3rem + 10 * (100vw - 320px) / (1170 - 320));
  }

  .content--featured {
    font-size: 1.8rem;
  }

  .content--featured h2 {
    font-size: calc(2.4rem + 14 * (100vw - 320px) / (1170 - 320));
  }

  .content--contact h1 {
    font-size: calc(2.5rem + 10 * (100vw - 320px) / (1170 - 320));
  }

  .content--banner h1,.content--banner h2,.content--banner h3 {
    font-size: calc(1.4rem + 6 * (100vw - 320px) / (1170 - 320));
  }

  .content--section-intro {
    font-size: calc(1.6rem + 2 * (100vw - 320px) / (1170 - 320));
  }

  .content--section-intro h1,.content--section-intro h2 {
    font-size: calc(2.6rem + 14 * (100vw - 320px) / (1170 - 320));
  }

  .content--cta h2 {
    font-size: calc(2.6rem + 4 * (100vw - 320px) / (1170 - 320));
  }

  .title-register {
    font-size: calc(2.4rem + 8 * (100vw - 320px) / (1170 - 320));
  }

  .title-diamond {
    font-size: calc(1.6rem + 14 * (100vw - 320px) / (1170 - 320));
  }

  .btn--banner {
    font-size: calc(1.6rem + 4 * (100vw - 320px) / (1170 - 320));
  }

  .banner__title {
    font-size: calc(3rem + 30 * (100vw - 320px) / (1170 - 320));
  }

  .banner__callout {
    font-size: calc(1.6rem + 14 * (100vw - 320px) / (1170 - 320));
  }

  .cta__pages__title {
    font-size: calc(2.5rem + 10 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__info {
    font-size: calc(1.3rem + 5 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__details {
    font-size: calc(1.2rem + 2 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__details__title {
    font-size: calc(1.4rem + 4 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__details__title span {
    font-size: calc(3rem + 15 * (100vw - 320px) / (1170 - 320));
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
/* line 74, ../scss/components/modules/_content.scss */  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

@media screen and (min-width: 641px) {
/* line 4, ../scss/components/modules/_content.scss */  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }/* line 23, ../scss/components/modules/_content.scss */  html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }/* line 100, ../scss/components/modules/_content.scss */  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }/* line 3, ../scss/components/modules/_error.scss */  #lightcase-case p.lightcase-error {
    padding: 0;
  }/* line 38, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }/* line 2, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }/* line 57, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-']:hover,#lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .float-l\@md {
    float: left;
  }

  .float-r\@md {
    float: right;
  }

  .float-n\@md {
    float: none;
  }

  .align-m\@md {
    vertical-align: middle;
  }

  .align-b\@md {
    vertical-align: bottom;
  }

  .align-c\@md {
    text-align: center;
  }

  .align-l\@md {
    text-align: left;
  }

  .align-r\@md {
    text-align: right;
  }

  .pos {
 /*
    &-f\@md {
      position: fixed;
    }

    &-a\@md {
      position: absolute;
    }

    &-r\@md {
      position: relative;
    }

    &-s\@md {
      position: static;
    }
    */;
  }

  .col-0\@md {
    width: 0%;
  }

  .col-1\@md {
    width: 8.33333%;
  }

  .col-2\@md {
    width: 16.66667%;
  }

  .col-3\@md {
    width: 25%;
  }

  .col-4\@md {
    width: 33.33333%;
  }

  .col-5\@md {
    width: 41.66667%;
  }

  .col-6\@md {
    width: 50%;
  }

  .col-7\@md {
    width: 58.33333%;
  }

  .col-8\@md {
    width: 66.66667%;
  }

  .col-9\@md {
    width: 75%;
  }

  .col-10\@md {
    width: 83.33333%;
  }

  .col-11\@md {
    width: 91.66667%;
  }

  .col-12\@md {
    width: 100%;
  }

  .offset-0\@md {
    margin-left: 0%;
  }

  .offset-1\@md {
    margin-left: 8.33333%;
  }

  .offset-2\@md {
    margin-left: 16.66667%;
  }

  .offset-3\@md {
    margin-left: 25%;
  }

  .offset-4\@md {
    margin-left: 33.33333%;
  }

  .offset-5\@md {
    margin-left: 41.66667%;
  }

  .offset-6\@md {
    margin-left: 50%;
  }

  .offset-7\@md {
    margin-left: 58.33333%;
  }

  .offset-8\@md {
    margin-left: 66.66667%;
  }

  .offset-9\@md {
    margin-left: 75%;
  }

  .offset-10\@md {
    margin-left: 83.33333%;
  }

  .offset-11\@md {
    margin-left: 91.66667%;
  }

  .offset-12\@md {
    margin-left: 100%;
  }

  .dis-t\@md {
    display: table;
  }

  .dis-tc\@md {
    display: table-cell;
  }

  .dis-ib\@md {
    display: inline-block;
  }

  .dis-n\@md {
    display: none;
  }

  .dis-b\@md {
    display: block;
  }

  .btn--download {
    font-size: 1.2rem;
  }

  .banner__t--normal,.banner__tc--normal {
    height: 380px;
  }

  .social {
    clear: both;
    float: none;
    width: 100%;
  }

  .wrap__gutter {
    padding: 0 40px;
  }

  .wrap__gutter--header {
    padding: 0 20px;
  }

  .main {
    padding-top: 108px;
  }

  .head__jump__nav {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .float {
 /*
    &-l\@lg {
      float: left;
    }

    &-r\@lg {
      float: right;
    }

    &-n\@lg {
      float: none;
    }
    */;
  }

  .align {
 /*
    &-m\@lg {
      vertical-align: middle;
    }

    &-b\@lg {
      vertical-align: bottom;
    }

    &-c\@lg {
      text-align: center;
    }

    &-l\@lg {
      text-align: left;
    }

    &-r\@lg {
      text-align: right;
    }
    */;
  }

  .pos {
 /*
    &-f\@lg {
      position: fixed;
    }

    &-a\@lg {
      position: absolute;
    }

    &-r\@lg {
      position: relative;
    }

    &-s\@lg {
      position: static;
    }
    */;
  }

  .col-0\@lg {
    width: 0%;
  }

  .col-1\@lg {
    width: 8.33333%;
  }

  .col-2\@lg {
    width: 16.66667%;
  }

  .col-3\@lg {
    width: 25%;
  }

  .col-4\@lg {
    width: 33.33333%;
  }

  .col-5\@lg {
    width: 41.66667%;
  }

  .col-6\@lg {
    width: 50%;
  }

  .col-7\@lg {
    width: 58.33333%;
  }

  .col-8\@lg {
    width: 66.66667%;
  }

  .col-9\@lg {
    width: 75%;
  }

  .col-10\@lg {
    width: 83.33333%;
  }

  .col-11\@lg {
    width: 91.66667%;
  }

  .col-12\@lg {
    width: 100%;
  }

  .offset-0\@lg {
    margin-left: 0%;
  }

  .offset-1\@lg {
    margin-left: 8.33333%;
  }

  .offset-2\@lg {
    margin-left: 16.66667%;
  }

  .offset-3\@lg {
    margin-left: 25%;
  }

  .offset-4\@lg {
    margin-left: 33.33333%;
  }

  .offset-5\@lg {
    margin-left: 41.66667%;
  }

  .offset-6\@lg {
    margin-left: 50%;
  }

  .offset-7\@lg {
    margin-left: 58.33333%;
  }

  .offset-8\@lg {
    margin-left: 66.66667%;
  }

  .offset-9\@lg {
    margin-left: 75%;
  }

  .offset-10\@lg {
    margin-left: 83.33333%;
  }

  .offset-11\@lg {
    margin-left: 91.66667%;
  }

  .offset-12\@lg {
    margin-left: 100%;
  }

  .dis {
 /*
    &-t\@lg {
      display: table;
    }

    &-tc\@lg {
      display: table-cell;
    }

    &-ib\@lg {
      display: inline-block;
    }

    &-n\@lg {
      display: none;
    }

    &-b\@lg {
      display: block;
    }
    */;
  }

  .dis-b\@lg {
    display: block;
  }
}

@media only screen and (min-width: 1401px) {
  .float {
 /*
    &-l\@xl {
      float: left;
    }

    &-r\@xl {
      float: right;
    }

    &-n\@xl {
      float: none;
    }
    */;
  }

  .align {
 /*
    &-m\@xl {
      vertical-align: middle;
    }

    &-b\@xl {
      vertical-align: bottom;
    }

    &-c\@xl {
      text-align: center;
    }

    &-l\@xl {
      text-align: left;
    }

    &-r\@xl {
      text-align: right;
    }
    */;
  }

  .pos {
 /*
    &-f\@xl {
      position: fixed;
    }

    &-a\@xl {
      position: absolute;
    }

    &-r\@xl {
      position: relative;
    }

    &-s\@xl {
      position: static;
    }
    */;
  }

  .ratio--wide {
    padding-bottom: 0;
    height: 585px;
  }

  .dis {
 /*
    &-t\@xl {
      display: table;
    }

    &-tc\@xl {
      display: table-cell;
    }

    &-ib\@xl {
      display: inline-block;
    }

    &-n\@xl {
      display: none;
    }

    &-b\@xl {
      display: block;
    }
    */;
  }

  .dis-b\@xl {
    display: block;
  }

  .townhomes__map__inner {
    height: 770px;
  }

  .townhomes__tc img {
    max-height: 730px;
  }
}

@media only screen and (max-width: 1024px) {
  .title br {
    display: none;
  }

  .head.is-active {
    height: 100%;
  }

  .head__wrap__inner {
    position: static;
  }

  .head__logo {
    left: 20px;
  }

  .head__bottom.is-active {
    height: calc(100% - 38px);
  }

  .head__bottom:before {
    content: '';
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(62%, white), color-stop(68%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, white 0%, white 62%, rgba(255, 255, 255, 0.7) 68%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }

  .head__spacer {
    padding-left: 0;
  }

  .head__spacer--jump {
    padding-left: 0;
  }

  .head__nav {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    overflow-y: auto;
  }

  .head__nav.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .head__nav__ul {
    display: block;
    width: 100%;
  }

  .head__nav__li {
    display: block;
    padding: 10px 0;
    width: 100%;
  }

  .head__nav__li--mobile {
    display: block;
  }

  .head__nav__wrap {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
  }

  .head__nav__container {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    text-align: center;
    vertical-align: middle;
  }

  .head__util__li--mobile {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .floorplan__modal__close {
    left: 98px;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .float-l\@sm {
    float: left;
  }

  .float-r\@sm {
    float: right;
  }

  .float-n\@sm {
    float: none;
  }

  .align-m\@sm {
    vertical-align: middle;
  }

  .align-b\@sm {
    vertical-align: bottom;
  }

  .align-c\@sm {
    text-align: center;
  }

  .align-l\@sm {
    text-align: left;
  }

  .align-r\@sm {
    text-align: right;
  }

  .pos-f\@sm {
    position: fixed;
  }

  .pos-a\@sm {
    position: absolute;
  }

  .pos-r\@sm {
    position: relative;
  }

  .pos-s\@sm {
    position: static;
  }

  .col-0\@sm {
    width: 0%;
  }

  .col-1\@sm {
    width: 8.33333%;
  }

  .col-2\@sm {
    width: 16.66667%;
  }

  .col-3\@sm {
    width: 25%;
  }

  .col-4\@sm {
    width: 33.33333%;
  }

  .col-5\@sm {
    width: 41.66667%;
  }

  .col-6\@sm {
    width: 50%;
  }

  .col-7\@sm {
    width: 58.33333%;
  }

  .col-8\@sm {
    width: 66.66667%;
  }

  .col-9\@sm {
    width: 75%;
  }

  .col-10\@sm {
    width: 83.33333%;
  }

  .col-11\@sm {
    width: 91.66667%;
  }

  .col-12\@sm {
    width: 100%;
  }

  .offset-0\@sm {
    margin-left: 0%;
  }

  .offset-1\@sm {
    margin-left: 8.33333%;
  }

  .offset-2\@sm {
    margin-left: 16.66667%;
  }

  .offset-3\@sm {
    margin-left: 25%;
  }

  .offset-4\@sm {
    margin-left: 33.33333%;
  }

  .offset-5\@sm {
    margin-left: 41.66667%;
  }

  .offset-6\@sm {
    margin-left: 50%;
  }

  .offset-7\@sm {
    margin-left: 58.33333%;
  }

  .offset-8\@sm {
    margin-left: 66.66667%;
  }

  .offset-9\@sm {
    margin-left: 75%;
  }

  .offset-10\@sm {
    margin-left: 83.33333%;
  }

  .offset-11\@sm {
    margin-left: 91.66667%;
  }

  .offset-12\@sm {
    margin-left: 100%;
  }

  .overflow-h\@sm {
    overflow: hidden;
  }

  .column-2\@sm {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .column-1\@sm {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .dis-n\@sm {
    display: none;
  }

  .dis-ib\@sm {
    display: inline-block;
  }

  .dis-b\@sm {
    display: block;
  }

  .grid--gutter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .grid--gutter .grid__col {
    padding: 0 5px;
  }

  .grid--gutter--gutter-lg {
    margin-left: -5px;
    margin-right: -5px;
  }

  .grid--gutter--gutter-lg .grid__col {
    padding: 0 5px;
  }

  .grid--gutter-bottom .grid__col:not(:last-child) {
    margin-bottom: 20px;
  }

  .table th {
    text-transform: none;
  }

  .table th,.table td {
    font-size: 1.4rem;
    padding: 10px 10px;
  }

  .form__inner {
    padding: 20px;
  }

  .form__title {
    font-size: 2.2rem;
  }

  .form__element {
    margin-bottom: 20px;
  }

  .form__element--location {
    margin: 0;
  }

  .form__select__wrap {
    overflow: hidden;
    position: relative;
  }

  .form__select__wrap select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .form__label--filter,.form__label--views {
    margin-bottom: 10px;
  }

  .form__label--filter {
    font-size: 1.4rem;
    letter-spacing: normal;
  }

  .form__submit {
    padding: 10px 0 50px;
  }

  .content__wrap {
    padding-right: 0px;
  }

  .content--main h1,.content--main h2 {
    margin-bottom: 20px;
  }

  .content--main p:not(:last-child),.content--main ul,.content--main ol {
    margin-bottom: 30px;
  }

  .content--main p:first-child br {
    display: none;
  }

  .content--card {
    padding-right: 0;
  }

  .content--featured {
    font-size: 1.6rem;
  }

  .content--carousel p:not(:last-child) {
    margin-bottom: 20px;
  }

  .title-register {
    margin-bottom: 20px;
  }

  .section {
    padding: 40px 0;
  }

  .section--featuredBlock:not(.section--last),.section--featuredWideBlock:not(.section--last) {
    padding-bottom: 0;
  }

  #tsawwassen .section--featuredBlock:not(.section--last),#tsawwassen .section--featuredWideBlock:not(.section--last) {
    padding-bottom: 40px;
  }

  .section--fullImageBlock {
    padding: 4px;
  }

  .section--masterplan {
    padding: 0;
  }

  .section--ctaHeroBlock {
    padding-bottom: 0;
  }

  .section--ctaHeroBlock + .section {
    padding-top: 80px;
  }

  .section--amenities {
    padding: 0;
  }

  .section--townhomes {
    padding: 4px 0 0 0;
  }

  .btn--full\@sm {
    display: block;
    width: 100%;
  }

  .btn--filter {
    font-size: 1.2rem;
    padding: 8px 12px;
  }

  .banner__t--normal,.banner__tc--normal {
    height: 200px;
  }

  .banner__scroll {
    bottom: 10px;
  }

  .banner__scroll--hero {
    font-size: 1.5rem;
    text-transform: none;
  }

  .banner__callout {
    letter-spacing: 0;
  }

  .carousel__content {
    padding: 30px 20px;
    margin: 0;
  }

  .carousel__content__inner {
    padding-left: 0;
  }

  .carousel--featured {
    position: relative;
    margin-bottom: 0;
  }

  .carousel--featured:before {
    width: 100%;
    right: 0;
    top: 0;
  }

  .featured__content {
    padding: 9vw 20px;
  }

  .cta__block {
    margin-bottom: 10px;
  }

  .cta__hero__img {
    top: 40px;
  }

  .gallery {
    margin: 0;
  }

  .gallery .wrap {
    overflow: hidden;
  }

  .gallery__container {
    margin: 0 -25px;
  }

  .gallery__item {
    padding: 0;
  }

  .gallery__item__spacer {
    padding: 5px;
  }

  .gallery__item__sizer {
    width: 100%;
  }

  .gallery__item--1x1,.gallery__item--1x2,.gallery__item--2x2,.gallery__item--2x1,.gallery__item--3x1 {
    width: 100%;
  }

  .gallery__border {
    margin-bottom: 20px;
  }

  .location__info {
    position: relative;
    top: 0;
    padding: 20px;
  }

  .location__map__inner {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
  }

  .location__embed {
    width: 100%;
    height: 230px;
  }

  .location__nav {
    width: 100%;
    height: auto;
    position: relative;
  }

  .location__nav--amenities {
    display: none;
  }

  .location__nav__wrapper {
    max-height: 240px;
  }

  .location__nav__btn {
    padding: 12px 20px;
    display: none;
  }

  .location__nav__btn-2 {
    padding: 8px 20px;
  }

  .location__nav__li-2:not(:last-child):before {
    left: 20px;
    width: calc(100% - (20px * 2));
  }

  .social {
    clear: both;
    float: none;
    width: 100%;
  }

  .social__ul--share {
    padding: 50px 0;
  }

  .news__entry-pager {
    padding-top: 50px;
  }

  .news__pagination {
    padding-top: 0;
  }

  .news__box__inner {
    padding: 20px;
  }

  .inquiries {
    padding: 40px 0;
  }

  .inquiries__grid {
    display: block;
  }

  .inquiries__grid__col {
    float: none;
    width: 100%;
  }

  .inquiries__grid__col:nth-child(2) {
    border: 0;
  }

  .inquiries__grid__col:not(:last-child) {
    margin-bottom: 40px;
  }

  .masterplan__map__inner {
    position: relative;
  }

  .masterplan__pin:hover {
    background-color: #004165;
  }

  .masterplan__pin--pulse:before {
    display: none;
  }

  .masterplan__pin:after {
    border: 3px solid #fff;
  }

  .masterplan__pin__number {
    font-size: 1.6rem;
  }

  .masterplan__pin__container {
    background-color: #414141;
    padding: 30px 20px;
    color: white;
  }

  .masterplan__pin__tooltip {
    opacity: 1;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }

  .masterplan__pin__tooltip:last-child .masterplan__pin__tooltip__box {
    margin: 0;
  }

  .masterplan__pin__tooltip__box {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    width: 100%;
    padding: 3px 0 0 40px;
    min-height: 25px;
    text-align: left;
  }

  .masterplan__pin__tooltip__box__inner {
    overflow: initial;
    max-height: none;
  }

  .masterplan__pin__tooltip__box__inner__2 {
    padding: 0;
  }

  .masterplan__pin__tooltip__box:after {
    display: none;
  }

  .masterplan__pin__tooltip .masterplan__pin {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .amenities__map__inner {
    position: relative;
  }

  .amenities__pin:hover {
    background-color: #004165;
  }

  .amenities__pin--pulse:before {
    display: none;
  }

  .amenities__pin:after {
    border: 3px solid #fff;
  }

  .amenities__pin__number {
    font-size: 1.6rem;
  }

  .amenities__pin__container {
    position: relative;
    background-color: #414141;
    padding: 30px 20px;
    color: white;
  }

  .amenities__pin__tooltip {
    opacity: 1;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }

  .amenities__pin__tooltip:last-child .amenities__pin__tooltip__box {
    margin: 0;
  }

  .amenities__pin__tooltip__box {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    width: 100%;
    padding: 3px 0 0 40px;
    min-height: 25px;
    text-align: left;
  }

  .amenities__pin__tooltip__box__inner {
    overflow: initial;
    max-height: none;
  }

  .amenities__pin__tooltip__box__inner__2 {
    padding: 0;
  }

  .amenities__pin__tooltip__box:after {
    display: none;
  }

  .amenities__pin__tooltip .amenities__pin {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .floorplan__filter__label {
    display: block;
  }

  .floorplan__divider {
    padding: 0 15px;
  }

  .floorplan__info__li {
    padding: 0 8px;
  }

  .floorplan__modal__inner {
    padding: 50px 20px;
  }

  .floorplan__modal__left {
    width: 30px;
  }

  .floorplan__modal__right {
    padding-left: 30px;
    position: relative;
  }

  .floorplan__modal__close {
    left: -103px;
    padding: 7px 45px 7px 15px;
    font-size: 1.4rem;
  }

  .floorplan__modal__close span {
    margin-top: -13px;
  }

  .floorplan__availability {
    font-size: 1.2rem;
  }

  .floorplan__availability__li {
    width: 20%;
  }

  .floorplan__availability__li:nth-child(1) {
    width: 20%;
  }

  .floorplan__availability__li:nth-child(2) {
    width: 25%;
  }

  .floorplan__availability__li:nth-child(3) {
    width: 25%;
  }

  .floorplan__availability__li:nth-child(4) {
    width: 30%;
  }

  .floorplan__availability__li:nth-child(5) {
    width: calc(100% - 100px - 60%);
    text-align: right;
  }

  .floorplan__availability__li:nth-child(5) {
    width: 100%;
  }

  .floorplan__availability__li:nth-child(5) .btn {
    display: block;
  }

  .townhomes__map__inner {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
  }

  .townhomes__embed {
    width: 100%;
    display: none;
  }

  .townhomes__nav {
    width: 100%;
    height: auto;
    position: relative;
    border: 0;
  }

  .homes__container--left {
    width: 100%;
  }

  .homes__container--right {
    display: none;
  }

  .homes__gutter {
    padding: 0;
  }

  .homes__container {
    width: 100%;
  }

  .wrap__gutter {
    padding: 0 20px;
  }

  .wrap__gutter--header {
    padding: 0 20px;
  }

  .wrap__gutter--n\@sm {
    padding: 0;
  }

  .live-chat {
    top: 30vh;
  }

  .booking {
    top: 30vh;
  }

  .main {
    padding-top: 108px;
  }

  .scroll-offset {
    top: -108px;
  }

  .sidebar {
    padding-left: 0;
  }

  .js-full-offset {
    margin: 0 -20px;
    width: auto !important;
  }

  .sr-item {
    visibility: visible;
  }

  .head__jump {
    display: none;
  }

  .head__util__li--left {
    border-right: 1px solid white;
    padding: 8px 15px;
  }

  .head__burger {
    height: 70px;
    width: 64px;
    padding: 0 20px;
  }

  .foot__content {
    margin-bottom: 60px;
  }

  .foot__logo {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
/* line 16, ../scss/components/modules/_case.scss */  html[data-lc-type=inline] #lightcase-case,html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }/* line 31, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }/* line 43, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }/* line 52, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }/* line 59, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }/* line 70, ../scss/components/modules/_content.scss */  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }/* line 91, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }/* line 3, ../scss/components/modules/_error.scss */  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }/* line 19, ../scss/components/modules/_info.scss */  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }/* line 45, ../scss/components/modules/_info.scss */  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }/* line 51, ../scss/components/modules/_info.scss */  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }/* line 2, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }/* line 1, ../scss/components/modules/_overlay.scss */  #lightcase-overlay {
    opacity: 1 !important;
  }
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
  }
}
