/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
    Imports
    ========================================================================== */
@import url("https://use.typekit.net/zic6ibi.css");
#map .st0 {
  fill: #5d9cb9; }
#map .st1 {
  fill: none;
  stroke: #245641;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
#map .st2 {
  fill: #8cc9c3; }
#map .st3 {
  fill: none;
  stroke: #f2ece0;
  stroke-width: 9;
  stroke-miterlimit: 10; }
#map .st4 {
  fill: #65aa8a; }
#map .st5 {
  fill: none;
  stroke: #245641;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
#map .st6 {
  fill: none; }
#map .st7 {
  fill: #1b4131;
  stroke: #f2ece0;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
#map .st8 {
  fill: none;
  stroke: #f2ece0;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
#map .st9 {
  fill: #f85e4a;
  stroke: #f2ece0;
  stroke-miterlimit: 10; }
#map .st10 {
  fill: #ff9043;
  stroke: #f2ece0;
  stroke-miterlimit: 10; }
#map .st11 {
  fill: #00281d;
  stroke: #8dcc7f;
  stroke-width: 0.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
#map .st12 {
  fill: none;
  stroke: #8dcc7f;
  stroke-width: 0.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }
#map .st13 {
  fill: #f2ece0;
  stroke: #f85e4a;
  stroke-miterlimit: 10; }
#map .st14 {
  fill: #f85e4a; }
#map .st15 {
  fill: #ffffff; }
#map .st16 {
  fill: #fbeedb; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #122b21;
  font-size: 16px; }

.no-scroll {
  overflow: hidden;
  height: 100%; }

h1 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10rem;
  line-height: 10.5rem;
  margin: 15px 15px 15px 0; }
  @media screen and (max-width: 1007px) {
    h1 {
      font-size: 7rem;
      line-height: 7.5rem; } }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 4rem;
      line-height: 4.5rem;
      margin: 15px 0; } }

h2 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  margin: 0; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 2rem;
      line-height: 2.5rem; } }

p {
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin: 20px 15px 20px 0px; }
  p:empty {
    display: none; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 1.7rem;
      line-height: 2rem; } }
  @media screen and (max-width: 640px) {
    p {
      font-size: 1.5rem;
      line-height: 1.9rem; } }

ul {
  list-style: none;
  padding: 0; }
  ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

a {
  color: #f7f1e2;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

button {
  background: #122b21;
  border: 2px solid #122b21;
  border-radius: 50%;
  color: #f7f1e2;
  font-size: 0.8rem;
  height: 80px;
  letter-spacing: 0.15rem;
  opacity: 1;
  transition: all 0.5s linear;
  text-transform: uppercase;
  width: 80px; }
  button:focus, button:hover, button:active {
    cursor: pointer;
    outline: none; }
  button:hover {
    background: #809249;
    border-color: #809249; }
  button.hidden {
    opacity: 0; }
  button .button-contents,
  button .button-contents-open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    width: 100%; }
  button .button-contents-open {
    font-size: 1.5rem; }
    button .button-contents-open svg {
      width: 100%;
      height: auto;
      transition: all 0.5s linear; }
      button .button-contents-open svg polygon {
        fill: #f7f1e2; }
  button .taxi-logo {
    width: 80%;
    padding-top: 7px; }
    button .taxi-logo .st0 {
      fill: #f7f1e2; }

#static-button {
  position: fixed;
  top: 60px;
  right: 25px;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    #static-button {
      top: 15px;
      right: 15px; } }
  #static-button.open button {
    background-color: #122b21;
    border-color: #122b21; }
    #static-button.open button:hover {
      background-color: #122b21;
      border-color: #122b21; }
      #static-button.open button:hover .button-contents-open svg {
        transform: rotate(-90deg); }
  #static-button.white button {
    background: #f7f1e2;
    border: 2px solid #f7f1e2;
    color: #245641; }
    #static-button.white button:hover {
      background: #d0eebb;
      border-color: #d0eebb; }
    #static-button.white button svg path,
    #static-button.white button svg polygon,
    #static-button.white button svg rect {
      fill: #245641; }
  #static-button.white .button-contents-open svg path {
    fill: #245641; }
  #static-button.white.open button {
    background-color: #f7f1e2;
    border-color: #f7f1e2; }
    #static-button.white.open button:hover {
      background-color: #f7f1e2;
      border-color: #f7f1e2; }

.drawer-bg {
  background: #122b21;
  border-radius: 50%;
  height: 150vw;
  opacity: 0;
  position: fixed;
  right: calc(-75vw + 66px);
  top: calc(-75vw + 96px);
  transition: transform 2s ease-in-out;
  transform: scale(0);
  width: 150vw;
  z-index: 20; }
  @media screen and (max-width: 768px) {
    .drawer-bg {
      height: 170vw;
      width: 170vw;
      right: calc(-85vw + 66px);
      top: calc(-85vw + 96px); } }
  @media screen and (max-width: 640px) {
    .drawer-bg {
      height: 250vw;
      width: 250vw;
      right: calc(-125vw + 66px);
      top: calc(-125vw + 56px); } }
  .drawer-bg.open {
    transform: scale(1); }
  .drawer-bg.white {
    background: #f7f1e2; }

.drawer-content {
  left: 100vw;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 2s ease-in-out;
  width: 100vw;
  z-index: 30; }
  .drawer-content .title {
    color: #f7f1e2; }
  .drawer-content.show {
    left: 50vw;
    opacity: 1; }
    @media screen and (max-width: 768px) {
      .drawer-content.show {
        left: 30vw; } }
    @media screen and (max-width: 640px) {
      .drawer-content.show {
        left: 10vw; } }
  .drawer-content.white .title,
  .drawer-content.white a {
    color: #122b21; }

video {
  padding: 60px 0; }
  video:focus, video:hover, video:active {
    outline: none; }

.white-background {
  background: #f7f1e2;
  color: #61753b; }

.lime-background {
  background: #809249;
  color: #f7f1e2; }
  .lime-background.dark-text {
    color: #00281d; }

.dark-green-background {
  background: #00281d;
  color: #f7f1e2; }

.lightest-green-background {
  background: #d0eebb;
  color: #00281d; }

.green-background {
  background: #245641;
  color: #f7f1e2; }

.dot {
  border-radius: 50%;
  background: #61753b;
  display: block;
  height: 17px;
  margin-bottom: 30px;
  width: 17px; }

.loading-screen {
  background: #122b21;
  border-radius: 50%;
  height: 200vw;
  opacity: 1;
  position: fixed;
  right: calc(-100vw + 66px);
  top: calc(-100vw + 96px);
  transition: transform 2s ease-in-out;
  transform: scale(1);
  width: 200vw;
  z-index: 20; }
  .loading-screen.down {
    transform: scale(0); }
  .loading-screen.hidden {
    display: none; }

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 60px 30px 210px 30px;
  position: relative;
  width: calc(100vw - 60px); }
  @media screen and (max-width: 768px) {
    section {
      padding: 60px 30px 210px 30px;
      width: calc(100vw - 60px); } }
  @media screen and (max-width: 640px) {
    section {
      padding: 60px 15px 210px 15px;
      width: calc(100vw - 30px); } }
  section .one-seventh {
    width: calc(100% / 7); }
  section .two-sevenths {
    width: calc(100% * 2 / 7); }
    @media screen and (max-width: 1007px) {
      section .two-sevenths {
        width: calc(100% * 3 / 7); } }
    @media screen and (max-width: 640px) {
      section .two-sevenths {
        width: calc(100% * 4 / 7); } }
  section .three-sevenths {
    width: calc(100% * 3 / 7); }
  section .four-sevenths {
    width: calc(100% * 4 / 7); }
  section .five-sevenths {
    width: calc(100% * 5 / 7); }
    @media screen and (max-width: 1007px) {
      section .five-sevenths {
        width: calc(100% * 6 / 7); } }
    @media screen and (max-width: 640px) {
      section .five-sevenths {
        width: 100%; } }
  section .six-sevenths {
    width: calc(100% * 6 / 7); }
    @media screen and (max-width: 640px) {
      section .six-sevenths {
        width: 100%; } }
  section .full {
    width: 100%; }
  section .full-screen {
    width: calc(100% + 120px);
    margin-left: -30px; }
  section .flex-end {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  section .flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  section .text-mask {
    overflow: hidden;
    width: calc(100% + 100px); }
    @media screen and (max-width: 640px) {
      section .text-mask {
        width: calc(100% + 50px); } }
  section .section-title {
    overflow: hidden; }
  section .text-container {
    overflow: hidden; }
  section#landing-section {
    margin-bottom: -50vh;
    padding-bottom: 0; }
    section#landing-section h1 {
      transform: translate(-100%, 0);
      transition: transform 2s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
      section#landing-section h1.in-frame {
        transform: translate(0, 0); }
    section#landing-section .text-container,
    section#landing-section video {
      opacity: 0;
      transform: translate(0, 100px) rotateX(-50deg);
      transition: all 1s cubic-bezier(0.46, 0.03, 0.52, 0.96); }
      section#landing-section .text-container.in-frame,
      section#landing-section video.in-frame {
        opacity: 1;
        transform: translate(0, 0) rotateX(0); }
    section#landing-section video {
      z-index: 10; }
    @media screen and (max-width: 1007px) {
      section#landing-section {
        margin-bottom: -20vh; } }
    @media screen and (max-width: 640px) {
      section#landing-section {
        margin-bottom: -30vh; } }
  section#community-section {
    padding-top: calc(50vh + 120px); }
    section#community-section .icons-row {
      padding: 90px 0; }
      section#community-section .icons-row .icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-left: calc(100% / 7); }
        section#community-section .icons-row .icon:first-child {
          margin-left: 0; }
        section#community-section .icons-row .icon .icon-container {
          padding: 20px 15px;
          width: calc(100% - 30px); }
          section#community-section .icons-row .icon .icon-container svg {
            width: 100%;
            height: auto; }
            section#community-section .icons-row .icon .icon-container svg .st0 {
              fill: none;
              stroke: #11271e;
              stroke-width: 2;
              stroke-miterlimit: 10; }
            section#community-section .icons-row .icon .icon-container svg .st1 {
              fill: none;
              stroke: #11271e;
              stroke-width: 2;
              stroke-linecap: round;
              stroke-linejoin: round;
              stroke-miterlimit: 10; }
            section#community-section .icons-row .icon .icon-container svg#chart-icon circle, section#community-section .icons-row .icon .icon-container svg#area-icon circle, section#community-section .icons-row .icon .icon-container svg#building-icon circle {
              stroke-dasharray: 500;
              stroke-dashoffset: 500; }
            section#community-section .icons-row .icon .icon-container svg#chart-icon path,
            section#community-section .icons-row .icon .icon-container svg#chart-icon rect,
            section#community-section .icons-row .icon .icon-container svg#chart-icon line,
            section#community-section .icons-row .icon .icon-container svg#chart-icon polyline, section#community-section .icons-row .icon .icon-container svg#area-icon path,
            section#community-section .icons-row .icon .icon-container svg#area-icon rect,
            section#community-section .icons-row .icon .icon-container svg#area-icon line,
            section#community-section .icons-row .icon .icon-container svg#area-icon polyline, section#community-section .icons-row .icon .icon-container svg#building-icon path,
            section#community-section .icons-row .icon .icon-container svg#building-icon rect,
            section#community-section .icons-row .icon .icon-container svg#building-icon line,
            section#community-section .icons-row .icon .icon-container svg#building-icon polyline {
              stroke-dasharray: 500;
              stroke-dashoffset: 500; }
        section#community-section .icons-row .icon .text {
          color: #122b21;
          font-size: 2.4rem;
          height: calc(100% + 10px);
          line-height: 2.7rem;
          padding: 0 15px; }
        section#community-section .icons-row .icon .text,
        section#community-section .icons-row .icon h2 {
          transform: translate(0, 200px);
          padding: 0 15px; }
    @media screen and (max-width: 1007px) {
      section#community-section {
        padding-top: calc(20vh + 120px); }
        section#community-section .three-sevenths {
          width: calc(100% * 4 / 7); }
        section#community-section .icons-row .icon {
          margin-left: calc(100% / 21);
          text-align: center; }
          section#community-section .icons-row .icon .text-mask {
            margin-left: -50px; }
          section#community-section .icons-row .icon.one-seventh {
            width: calc(100% * 2 / 7); }
          section#community-section .icons-row .icon .icon-container {
            padding: 20px;
            width: calc(100% - 40px); }
          section#community-section .icons-row .icon .text {
            padding: 0 30px;
            font-size: 2rem;
            line-height: 2.3rem; }
          section#community-section .icons-row .icon h2 {
            padding: 0 30px; } }
    @media screen and (max-width: 640px) {
      section#community-section {
        padding-top: 20vh; }
        section#community-section .three-sevenths {
          width: calc(100% * 5 / 7); }
        section#community-section .icons-row .icon .text-mask {
          margin-left: -25px; }
        section#community-section .icons-row .icon .text,
        section#community-section .icons-row .icon h2 {
          padding: 0 10px; }
        section#community-section .icons-row .icon .text {
          font-size: 1rem;
          line-height: 1.4rem; } }
  section#map-section.mobile .amenities-list-container {
    width: calc(100vw - 30px);
    overflow: hidden; }
  section#map-section.mobile .lists-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70vh;
    width: 300vw; }
    section#map-section.mobile .lists-container ul.amenities-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 70vh; }
      section#map-section.mobile .lists-container ul.amenities-list li .map-icon img {
        height: 60px;
        width: auto; }
      section#map-section.mobile .lists-container ul.amenities-list.coming-soon {
        width: 100%; }
  section#map-section .campus-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100vh;
    margin-top: -20vh;
    width: 100vw; }
    section#map-section .campus-container .keep-scrolling {
      position: absolute;
      top: 25vh;
      left: 30px;
      width: 100px; }
      section#map-section .campus-container .keep-scrolling img,
      section#map-section .campus-container .keep-scrolling svg {
        height: auto;
        width: 100%; }
        section#map-section .campus-container .keep-scrolling img .arrow,
        section#map-section .campus-container .keep-scrolling svg .arrow {
          stroke-dasharray: 71;
          stroke-dashoffset: 71;
          animation: arrow 0.8s linear infinite; }
      @media screen and (max-width: 768px) {
        section#map-section .campus-container .keep-scrolling {
          top: 60px; } }
      @media screen and (max-width: 640px) {
        section#map-section .campus-container .keep-scrolling {
          top: 60vh;
          right: 15px;
          left: auto; } }
    @media screen and (max-width: 768px) {
      section#map-section .campus-container {
        height: 60vh; } }
    section#map-section .campus-container #map {
      width: 100%;
      height: auto; }
      section#map-section .campus-container #map circle,
      section#map-section .campus-container #map line,
      section#map-section .campus-container #map rect,
      section#map-section .campus-container #map polyline,
      section#map-section .campus-container #map polygon,
      section#map-section .campus-container #map ellipse,
      section#map-section .campus-container #map text,
      section#map-section .campus-container #map path {
        opacity: 0; }
        section#map-section .campus-container #map circle.road, section#map-section .campus-container #map circle.building-outline,
        section#map-section .campus-container #map line.road,
        section#map-section .campus-container #map line.building-outline,
        section#map-section .campus-container #map rect.road,
        section#map-section .campus-container #map rect.building-outline,
        section#map-section .campus-container #map polyline.road,
        section#map-section .campus-container #map polyline.building-outline,
        section#map-section .campus-container #map polygon.road,
        section#map-section .campus-container #map polygon.building-outline,
        section#map-section .campus-container #map ellipse.road,
        section#map-section .campus-container #map ellipse.building-outline,
        section#map-section .campus-container #map text.road,
        section#map-section .campus-container #map text.building-outline,
        section#map-section .campus-container #map path.road,
        section#map-section .campus-container #map path.building-outline {
          opacity: 1;
          stroke-dasharray: 1500;
          stroke-dashoffset: 1500; }
        section#map-section .campus-container #map circle.river,
        section#map-section .campus-container #map line.river,
        section#map-section .campus-container #map rect.river,
        section#map-section .campus-container #map polyline.river,
        section#map-section .campus-container #map polygon.river,
        section#map-section .campus-container #map ellipse.river,
        section#map-section .campus-container #map text.river,
        section#map-section .campus-container #map path.river {
          opacity: 1;
          stroke-dasharray: 3000;
          stroke-dashoffset: 3000;
          stroke: #5d9cb9;
          fill: transparent; }
        section#map-section .campus-container #map circle.wave,
        section#map-section .campus-container #map line.wave,
        section#map-section .campus-container #map rect.wave,
        section#map-section .campus-container #map polyline.wave,
        section#map-section .campus-container #map polygon.wave,
        section#map-section .campus-container #map ellipse.wave,
        section#map-section .campus-container #map text.wave,
        section#map-section .campus-container #map path.wave {
          opacity: 1;
          stroke-dasharray: 100;
          stroke-dashoffset: 100; }
        section#map-section .campus-container #map circle.building-fill-mixed, section#map-section .campus-container #map circle.building-fill-commercial,
        section#map-section .campus-container #map line.building-fill-mixed,
        section#map-section .campus-container #map line.building-fill-commercial,
        section#map-section .campus-container #map rect.building-fill-mixed,
        section#map-section .campus-container #map rect.building-fill-commercial,
        section#map-section .campus-container #map polyline.building-fill-mixed,
        section#map-section .campus-container #map polyline.building-fill-commercial,
        section#map-section .campus-container #map polygon.building-fill-mixed,
        section#map-section .campus-container #map polygon.building-fill-commercial,
        section#map-section .campus-container #map ellipse.building-fill-mixed,
        section#map-section .campus-container #map ellipse.building-fill-commercial,
        section#map-section .campus-container #map text.building-fill-mixed,
        section#map-section .campus-container #map text.building-fill-commercial,
        section#map-section .campus-container #map path.building-fill-mixed,
        section#map-section .campus-container #map path.building-fill-commercial {
          opacity: 1;
          fill: transparent; }
      @media screen and (max-width: 768px) {
        section#map-section .campus-container #map {
          height: 100%;
          width: auto; } }
  section#map-section .amenities-list-container {
    margin-top: 100vh;
    padding-top: 90px; }
    @media screen and (max-width: 768px) {
      section#map-section .amenities-list-container {
        margin-top: 50vh; } }
    @media screen and (max-width: 640px) {
      section#map-section .amenities-list-container {
        width: calc(100vw - 30px);
        overflow: hidden; } }
  section#map-section .lists-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    section#map-section .lists-container ul.amenities-list {
      column-width: calc((100% * 2 / 7) - 120px);
      column-gap: calc(100% / 7);
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      margin-right: calc(100% / 7); }
      section#map-section .lists-container ul.amenities-list .list-title {
        padding-bottom: 30px; }
    section#map-section .lists-container ul li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      font-size: 1.4rem;
      padding-bottom: 15px; }
      section#map-section .lists-container ul li.title {
        text-transform: capitalize; }
      section#map-section .lists-container ul li .map-icon {
        height: 60px;
        padding-right: 10px;
        width: 60px; }
        section#map-section .lists-container ul li .map-icon img {
          height: 60px;
          width: 60px; }
    @media screen and (max-width: 768px) {
      section#map-section .lists-container ul.amenities-list {
        column-gap: calc(100% / 21);
        margin-right: 0; }
      section#map-section .lists-container ul li {
        font-size: 1rem; }
        section#map-section .lists-container ul li .map-icon {
          height: 50px;
          width: 50px; } }
    @media screen and (max-width: 640px) {
      section#map-section .lists-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 70vh;
        width: 300vw; }
        section#map-section .lists-container ul.amenities-list {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: 70vh; }
          section#map-section .lists-container ul.amenities-list.coming-soon {
            width: 100%; } }
  section#amenities-images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 0px 0px 60px 0; }
    section#amenities-images .amenities-images-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative;
      width: 10000px; }
      section#amenities-images .amenities-images-container .amenity-image {
        display: inline-block;
        height: 70vh;
        width: 70vh;
        margin-right: 30px;
        position: relative; }
        @media screen and (max-width: 640px) {
          section#amenities-images .amenities-images-container .amenity-image {
            width: 100vw;
            height: 100vw; } }
      section#amenities-images .amenities-images-container img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        position: relative; }
      section#amenities-images .amenities-images-container ::-webkit-scrollbar {
        display: none; }
  section#details-section .text-container {
    margin-left: calc(100% * 4 / 7); }
    @media screen and (max-width: 640px) {
      section#details-section .text-container.three-sevenths {
        width: calc(100% * 4 / 7);
        margin-left: calc(100% * 3 / 7); } }
  section#details-section .featured-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 90px; }
    @media screen and (max-width: 640px) {
      section#details-section .featured-details {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px; } }
    section#details-section .featured-details .featured-item {
      overflow: hidden;
      width: calc(100% * 2 / 7); }
      @media screen and (max-width: 640px) {
        section#details-section .featured-details .featured-item {
          margin-right: 0;
          width: calc(100% * 5 / 7);
          margin-left: calc(100% / 7); } }
      section#details-section .featured-details .featured-item .dot {
        opacity: 0; }
        @media screen and (max-width: 640px) {
          section#details-section .featured-details .featured-item .dot {
            margin-bottom: 0;
            margin-top: 30px; } }
      section#details-section .featured-details .featured-item p {
        padding-right: 30px; }
        @media screen and (max-width: 768px) {
          section#details-section .featured-details .featured-item p {
            padding-right: 15px; } }
        @media screen and (max-width: 640px) {
          section#details-section .featured-details .featured-item p {
            padding-right: 0;
            margin-right: 0; } }
  section#details-section .details-image {
    padding: 90px 0;
    margin-left: calc(100% * 2 / 7); }
    @media screen and (max-width: 640px) {
      section#details-section .details-image {
        margin-left: 0; } }
    section#details-section .details-image img {
      height: 100%;
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      position: relative; }
  section#details-section .details-list .dot-container {
    overflow: hidden;
    margin-bottom: 90px;
    width: calc(100% * 2 / 7); }
    @media screen and (max-width: 768px) {
      section#details-section .details-list .dot-container {
        width: calc(100% * 3 / 7); } }
    @media screen and (max-width: 640px) {
      section#details-section .details-list .dot-container {
        width: calc(100% * 4 / 7); } }
    section#details-section .details-list .dot-container .dot {
      opacity: 0; }
  section#details-section .details-list .details-text-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-width: calc(100% * 3 / 7);
    column-gap: calc(100% / 7);
    margin-top: 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      section#details-section .details-list .details-text-list ul {
        column-gap: calc(100% / 21); } }
  section#details-section .details-list .details-text-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden; }
    section#details-section .details-list .details-text-list li p {
      border-bottom: 2px solid #00281d;
      margin-bottom: 0;
      opacity: 0;
      padding-right: 30px;
      padding-bottom: 20px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        section#details-section .details-list .details-text-list li p {
          padding-right: 0; } }
  @media screen and (max-width: 640px) {
    section#details-section .details-list {
      width: calc(100vw - 30px);
      overflow: hidden; }
      section#details-section .details-list .details-text-list ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 70vh; }
      section#details-section .details-list .details-text-list li {
        width: 300px; }
      section#details-section .details-list .details-text-list li p {
        opacity: 1; } }
  section#details-section.mobile .details-list {
    width: calc(100vw - 30px);
    overflow: hidden; }
    section#details-section.mobile .details-list .details-text-list ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 70vh; }
    section#details-section.mobile .details-list .details-text-list li {
      width: 90vw; }
    section#details-section.mobile .details-list .details-text-list li p {
      opacity: 1; }
    @media screen and (max-width: 640px) {
      section#details-section.mobile .details-list {
        width: calc(100vw - 30px);
        overflow: hidden; }
        section#details-section.mobile .details-list .details-text-list ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: 70vh; }
        section#details-section.mobile .details-list .details-text-list li {
          width: 300px; }
        section#details-section.mobile .details-list .details-text-list li p {
          opacity: 1; } }
  section#grow-section h1 {
    padding-bottom: 120px; }
    @media screen and (max-width: 640px) {
      section#grow-section h1 {
        padding-bottom: 90px; } }
  section#grow-section .grow-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 640px) {
      section#grow-section .grow-row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section#grow-section .grow-row .four-sevenths {
          width: 100%; }
          section#grow-section .grow-row .four-sevenths.image-container {
            padding-right: 0; }
        section#grow-section .grow-row .three-sevenths {
          width: 100%; }
          section#grow-section .grow-row .three-sevenths.dot-container {
            padding-top: 60px; }
            section#grow-section .grow-row .three-sevenths.dot-container .dot {
              margin-bottom: 0; } }
    section#grow-section .grow-row .dot {
      background-color: #d0eebb; }
    section#grow-section .grow-row .image-container {
      overflow: hidden;
      padding-right: 60px; }
      section#grow-section .grow-row .image-container img {
        width: 100%;
        height: auto; }
  section#cta-section h1 {
    padding: 120px 0; }
  section#cta-section .logo-container,
  section#cta-section .contact-info {
    margin-left: calc(100% * 4 / 7); }
    section#cta-section .logo-container svg,
    section#cta-section .contact-info svg {
      width: 100%;
      height: auto; }
      section#cta-section .logo-container svg .st0,
      section#cta-section .contact-info svg .st0 {
        fill: transparent;
        stroke: #d0eebb;
        stroke-dasharray: 1505;
        stroke-dashoffset: 1505; }
      section#cta-section .logo-container svg.animate-logo .st0,
      section#cta-section .contact-info svg.animate-logo .st0 {
        animation: animate-logo 1s linear forwards; }
    @media screen and (max-width: 768px) {
      section#cta-section .logo-container.three-sevenths,
      section#cta-section .contact-info.three-sevenths {
        width: calc(100% * 4 / 7);
        margin-left: calc(100% * 3 / 7); } }
    @media screen and (max-width: 640px) {
      section#cta-section .logo-container.three-sevenths,
      section#cta-section .contact-info.three-sevenths {
        width: 100%;
        margin-left: 0; } }
  section#cta-section .contact-info .cta-item .title {
    opacity: 0; }
  section#cta-section .press-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-left: calc(100% * 4 / 7);
    padding: 20px 0; }
    section#cta-section .press-container .text-mask {
      width: 100%; }
    section#cta-section .press-container .title {
      font-size: 1.2rem;
      margin-bottom: 10px;
      opacity: 0; }
    section#cta-section .press-container .press-item {
      margin: 10px 0 30px 0; }
      section#cta-section .press-container .press-item a {
        border-bottom: 1px solid #245641;
        display: inline-block;
        padding-bottom: 10px;
        width: 260px; }
        section#cta-section .press-container .press-item a img {
          width: 100%; }
        section#cta-section .press-container .press-item a:hover {
          border-bottom: 1px solid #f7f1e2; }
    @media screen and (max-width: 1007px) {
      section#cta-section .press-container.three-sevenths {
        width: calc(100% * 4 / 7);
        margin-left: calc(100% * 3 / 7); }
      section#cta-section .press-container .press-item {
        margin-bottom: 20px; } }
    @media screen and (max-width: 640px) {
      section#cta-section .press-container.three-sevenths {
        width: 100%;
        margin-left: 0; } }
  section#cta-drawer .contact-info, section#cta-section .contact-info {
    padding: 60px 0; }
    section#cta-drawer .contact-info .cta-item, section#cta-section .contact-info .cta-item {
      overflow: hidden;
      padding: 20px 0; }
      section#cta-drawer .contact-info .cta-item .title, section#cta-section .contact-info .cta-item .title {
        font-size: 1.2rem;
        margin-bottom: 10px; }
    section#cta-drawer .contact-info p, section#cta-section .contact-info p {
      margin: 5px 0; }
  section#cta-section .contact-info {
    padding: 60px 0 0 0; }
  @media screen and (max-width: 640px) {
    section#cta-drawer .contact-info.three-sevenths {
      padding: 0;
      width: 100%; } }

@keyframes arrow {
  from {
    stroke-dashoffset: 71; }
  to {
    stroke-dashoffset: 0; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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