/*! 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/lqr7hpm.css");
/* Slider */
@import url("https://use.typekit.net/lqr7hpm.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slick-dots {
  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;
  padding: 0; }
  .slick-dots li {
    display: inline; }
    .slick-dots li button {
      background: #f1efea;
      border: 2px solid #28242a;
      border-radius: 50%;
      font-size: 0;
      height: 12px;
      margin: 0 10px;
      padding: 0;
      width: 12px; }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background: #02539e; }
    .slick-dots li.slick-active button {
      background: #02539e; }

#landing-screen .slick-dots li button {
  background: #edac3d; }
#landing-screen .slick-dots li.slick-active button {
  background: #f1efea; }

#unit-page #landing-screen .slick-dots li button {
  border-color: #f1efea;
  background: #65babd; }
#unit-page #landing-screen .slick-dots li.slick-active button {
  background: #f1efea; }

#navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #f1efea;
  position: fixed;
  width: 100vw;
  z-index: 1000; }
  #navigation .nav-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;
    max-width: 1600px;
    width: calc(100vw - 227px); }
  #navigation nav {
    font-family: degular, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: background 0.5s linear; }
    @media screen and (max-width: 970px) {
      #navigation nav {
        display: none; } }
    #navigation nav ul {
      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;
      list-style: none;
      padding-left: 0; }
      #navigation nav ul li {
        display: inline-block;
        padding-right: 30px; }
        #navigation nav ul li a {
          color: #28242a;
          display: inline;
          line-height: 1.8rem;
          text-decoration: none;
          text-transform: uppercase; }
          #navigation nav ul li a:after {
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: transform 250ms ease-in-out;
            -moz-transition: transform 250ms ease-in-out;
            -ms-transition: transform 250ms ease-in-out;
            -o-transition: transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out;
            border-color: #28242a;
            display: block;
            transform-origin: 100% 50%;
            -webkit-transform-origin: 100% 50%;
            padding-top: 0; }
          #navigation nav ul li a:hover:after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
            transform-origin: 0% 50%;
            -webkit-transform-origin: 0% 50%; }
          #navigation nav ul li a.active:after {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition: transform 250ms ease-in-out;
            -moz-transition: transform 250ms ease-in-out;
            -ms-transition: transform 250ms ease-in-out;
            -o-transition: transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out;
            transform-origin: 0% 50%; }
          #navigation nav ul li a.active:hover:after {
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            transform-origin: 100% 50%; }
          #navigation nav ul li a.button-link:after {
            display: none; }
          #navigation nav ul li a.button-link:hover:after {
            display: none; }
          #navigation nav ul li a.button-link.active:after {
            display: none; }
          #navigation nav ul li a.button-link.active:hover:after {
            display: none; }
        #navigation nav ul li .dropdown-content a:after {
          display: none; }
  #navigation .apply-now-button circle-button {
    font-size: 1rem;
    width: 200px; }
    #navigation .apply-now-button circle-button:hover {
      cursor: pointer; }
    @media screen and (max-width: 970px) {
      #navigation .apply-now-button circle-button {
        display: none; } }

#logo-container {
  display: inherit;
  width: 227px; }
  #logo-container img {
    height: 60px;
    padding: 15px 60px;
    width: auto; }
    @media screen and (max-width: 768px) {
      #logo-container img {
        padding: 15px 30px; } }
    @media screen and (max-width: 640px) {
      #logo-container img {
        height: 20px; } }
  #logo-container a:after {
    display: none; }
  #logo-container.transition {
    transition: all 0.25s linear; }
  #logo-container svg path,
  #logo-container svg rect,
  #logo-container svg polygon {
    fill: #f1efea; }

#mobile-navigation {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  display: none;
  position: fixed;
  width: 60px;
  z-index: 1000;
  right: 30px; }
  @media screen and (max-width: 970px) {
    #mobile-navigation {
      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-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-align-content: center;
      align-content: center;
      height: 90px; } }
  @media screen and (max-width: 640px) {
    #mobile-navigation {
      height: 50px; } }
  #mobile-navigation .hamburger {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    height: 23px;
    position: relative;
    width: 30px;
    z-index: 10001;
    cursor: pointer; }
    #mobile-navigation .hamburger span {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #28242a;
      border-radius: 9px;
      opacity: 1;
      left: 0; }
      #mobile-navigation .hamburger span:nth-child(1) {
        top: 0px; }
      #mobile-navigation .hamburger span:nth-child(2), #mobile-navigation .hamburger span:nth-child(3) {
        top: 9px; }
      #mobile-navigation .hamburger span:nth-child(4) {
        top: 18px; }
    #mobile-navigation .hamburger:hover span {
      background-color: #28242a;
      cursor: pointer; }
    #mobile-navigation .hamburger.open span {
      background: #28242a; }
      #mobile-navigation .hamburger.open span:nth-child(1) {
        left: 50%;
        top: 18px;
        width: 0%; }
      #mobile-navigation .hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mobile-navigation .hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #mobile-navigation .hamburger.open span:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0%; }
  #mobile-navigation #mobile-nav {
    background: #edac3d;
    bottom: 0;
    color: #28242a;
    display: none;
    left: 0;
    opacity: 0;
    overflow-x: scroll;
    padding: 60px 30px 90px 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.5s linear; }
    @media screen and (max-width: 640px) {
      #mobile-navigation #mobile-nav {
        padding: 0px 30px 90px 30px; } }
    #mobile-navigation #mobile-nav nav {
      font-size: 0.7rem;
      width: 100%;
      text-align: center;
      transition: background 0.5s linear; }
      #mobile-navigation #mobile-nav nav ul {
        list-style: none;
        width: 100%;
        padding-left: 0; }
        #mobile-navigation #mobile-nav nav ul li {
          font-size: 1.5rem;
          padding-right: 5px;
          padding-top: 20px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            #mobile-navigation #mobile-nav nav ul li {
              font-size: 2.5rem;
              line-height: 6rem; } }
          @media screen and (max-width: 640px) {
            #mobile-navigation #mobile-nav nav ul li {
              font-size: 1.8rem;
              line-height: 5rem; } }
          #mobile-navigation #mobile-nav nav ul li a {
            color: #28242a;
            line-height: 3rem;
            text-transform: uppercase; }
            #mobile-navigation #mobile-nav nav ul li a:after {
              -webkit-transform: scaleX(0);
              -moz-transform: scaleX(0);
              -ms-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transition: transform 250ms ease-in-out;
              -moz-transition: transform 250ms ease-in-out;
              -ms-transition: transform 250ms ease-in-out;
              -o-transition: transform 250ms ease-in-out;
              transition: transform 250ms ease-in-out;
              border-color: #f1efea;
              display: block;
              transform-origin: 100% 50%;
              -webkit-transform-origin: 100% 50%; }
            #mobile-navigation #mobile-nav nav ul li a:hover:after {
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -ms-transform: scaleX(1);
              transform: scaleX(1);
              transform-origin: 0% 50%;
              -webkit-transform-origin: 0% 50%; }
            #mobile-navigation #mobile-nav nav ul li a.active:after {
              -webkit-transform: scaleX(1);
              -moz-transform: scaleX(1);
              -ms-transform: scaleX(1);
              transform: scaleX(1);
              -webkit-transition: transform 250ms ease-in-out;
              -moz-transition: transform 250ms ease-in-out;
              -ms-transition: transform 250ms ease-in-out;
              -o-transition: transform 250ms ease-in-out;
              transition: transform 250ms ease-in-out;
              transform-origin: 0% 50%; }
            #mobile-navigation #mobile-nav nav ul li a.active:hover:after {
              -webkit-transform: scaleX(0);
              -moz-transform: scaleX(0);
              -ms-transform: scaleX(0);
              transform: scaleX(0);
              transform-origin: 100% 50%; }
        #mobile-navigation #mobile-nav nav ul.subnav li {
          font-size: 1.5rem;
          line-height: 4rem;
          padding-top: 10px; }
          #mobile-navigation #mobile-nav nav ul.subnav li a {
            line-height: 2rem; }
          @media screen and (max-width: 640px) {
            #mobile-navigation #mobile-nav nav ul.subnav li {
              font-size: 1.4rem;
              line-height: 3.5rem; } }
    #mobile-navigation #mobile-nav.open {
      display: block;
      opacity: 1;
      visibility: visible; }
  #mobile-navigation button.apply-now-button.circle-button {
    background: #f1efea;
    bottom: 0;
    font-size: 1.2rem;
    left: 0;
    line-height: 1.2rem;
    right: 0;
    width: 100px;
    height: 100px; }

footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #65babd;
  margin: 0 auto;
  padding: 60px;
  position: relative; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 60px 30px; } }
  footer .one-third {
    width: 33.33%;
    max-width: 533.33px;
    min-width: 250px; }
    footer .one-third:last-child ul.link-list {
      padding-left: 25%; }
      @media screen and (max-width: 768px) {
        footer .one-third:last-child ul.link-list {
          padding-left: 0px;
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      footer .one-third:first-child ul.link-list {
        margin-bottom: 0; } }
    footer .one-third.social-links {
      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; }
      @media screen and (max-width: 768px) {
        footer .one-third.social-links {
          -webkit-flex-wrap: no-wrap;
          -moz-flex-wrap: no-wrap;
          -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%;
          max-width: 100%; } }
      @media screen and (max-width: 640px) {
        footer .one-third.social-links {
          padding-top: 30px; } }
    footer .one-third .socials {
      list-style: none;
      text-align: right; }
      @media screen and (max-width: 768px) {
        footer .one-third .socials {
          padding-left: 0; } }
      footer .one-third .socials li {
        display: inline-block;
        padding-right: 30px; }
        footer .one-third .socials li a:after {
          display: none; }
        footer .one-third .socials li svg {
          width: 30px;
          height: auto; }
          footer .one-third .socials li svg path,
          footer .one-third .socials li svg circle {
            fill: #28242a; }
        footer .one-third .socials li:hover svg path,
        footer .one-third .socials li:hover svg circle {
          fill: #28242a; }
    footer .one-third .kaleidoscope {
      text-align: right; }
      footer .one-third .kaleidoscope a:after {
        display: none; }
  footer h2 {
    color: #28242a; }
  footer ul.link-list,
  footer ul {
    margin-top: 0;
    padding-top: 0;
    padding-right: 60px;
    width: calc(100% - 60px); }
    @media screen and (max-width: 768px) {
      footer ul.link-list,
      footer ul {
        width: auto; } }
    footer ul.link-list li p,
    footer ul li p {
      margin: 0; }
    footer ul.link-list li:first-child,
    footer ul li:first-child {
      padding-top: 0; }
    footer ul.link-list li a,
    footer ul li a {
      color: #28242a; }
      footer ul.link-list li a:after,
      footer ul li a:after {
        border-color: #f1efea; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  background-color: #edac3d;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%; }
  .dropdown-content a:after {
    display: none; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover,
.dropdown-content a.active {
  background-color: #65babd; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

section.image-left .half:first-child {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
section.image-left .half .text-container .header-container h1,
section.image-left .half .text-container .header-container h3 {
  padding-left: 60px; }
  @media screen and (max-width: 640px) {
    section.image-left .half .text-container .header-container h1,
    section.image-left .half .text-container .header-container h3 {
      padding-left: 30px; } }
section.image-left .half .text-container .header-container .header-icon {
  padding-left: calc(60px + 25%); }
  @media screen and (max-width: 768px) {
    section.image-left .half .text-container .header-container .header-icon {
      padding-left: 60px; } }
  @media screen and (max-width: 640px) {
    section.image-left .half .text-container .header-container .header-icon {
      padding-left: 30px; } }
section.image-left .half .text-container ul p {
  padding-left: 0; }
section.image-left.portrait .half .text-container .header-container h1,
section.image-left.portrait .half .text-container .header-container h3 {
  padding-left: 90px; }
  @media screen and (max-width: 768px) {
    section.image-left.portrait .half .text-container .header-container h1,
    section.image-left.portrait .half .text-container .header-container h3 {
      padding-left: 60px; } }
  @media screen and (max-width: 640px) {
    section.image-left.portrait .half .text-container .header-container h1,
    section.image-left.portrait .half .text-container .header-container h3 {
      padding-left: 30px; } }
section.image-left.portrait .half .text-container .header-container .header-icon {
  padding-left: 90px; }
  @media screen and (max-width: 768px) {
    section.image-left.portrait .half .text-container .header-container .header-icon {
      padding-left: 60px; } }
  @media screen and (max-width: 640px) {
    section.image-left.portrait .half .text-container .header-container .header-icon {
      padding-left: 30px; } }
section.image-left.portrait .half .text-container p,
section.image-left.portrait .half .text-container ul .link-list {
  padding-left: 90px; }
  @media screen and (max-width: 768px) {
    section.image-left.portrait .half .text-container p,
    section.image-left.portrait .half .text-container ul .link-list {
      padding-left: 60px;
      padding-right: 0; } }
  @media screen and (max-width: 640px) {
    section.image-left.portrait .half .text-container p,
    section.image-left.portrait .half .text-container ul .link-list {
      padding-left: 30px; } }
section.image-left.portrait .half .image-container .image {
  left: auto; }
  @media screen and (max-width: 768px) {
    section.image-left.portrait .half .image-container .image {
      left: 60px; } }
section.design-section .half:last-child {
  position: relative; }
  section.design-section .half:last-child .text-container .header-container h1,
  section.design-section .half:last-child .text-container .header-container h3 {
    padding-left: calc(60px + 25%); }
    @media screen and (max-width: 768px) {
      section.design-section .half:last-child .text-container .header-container h1,
      section.design-section .half:last-child .text-container .header-container h3 {
        padding-left: 60px; } }
    @media screen and (max-width: 640px) {
      section.design-section .half:last-child .text-container .header-container h1,
      section.design-section .half:last-child .text-container .header-container h3 {
        padding-left: 30px; } }
  section.design-section .half:last-child .text-container .header-container .header-icon {
    padding-left: calc(60px + 25%); }
    @media screen and (max-width: 768px) {
      section.design-section .half:last-child .text-container .header-container .header-icon {
        padding-left: 60px; } }
    @media screen and (max-width: 640px) {
      section.design-section .half:last-child .text-container .header-container .header-icon {
        padding-left: 30px; } }
  section.design-section .half:last-child .text-container p,
  section.design-section .half:last-child .text-container ul.link-list,
  section.design-section .half:last-child .text-container ul {
    padding-left: calc(60px + 25%); }
    @media screen and (max-width: 768px) {
      section.design-section .half:last-child .text-container p,
      section.design-section .half:last-child .text-container ul.link-list,
      section.design-section .half:last-child .text-container ul {
        padding-left: 60px; } }
    @media screen and (max-width: 640px) {
      section.design-section .half:last-child .text-container p,
      section.design-section .half:last-child .text-container ul.link-list,
      section.design-section .half:last-child .text-container ul {
        padding-left: 30px; } }
  section.design-section .half:last-child .text-container ul p {
    padding-left: 0; }
  section.design-section .half:last-child .havenly-logo-container {
    bottom: 180px;
    padding-left: calc(60px + 25%);
    position: absolute;
    width: 200px; }
    @media screen and (max-width: 768px) {
      section.design-section .half:last-child .havenly-logo-container {
        bottom: auto;
        padding-top: 60px;
        position: relative; } }
    section.design-section .half:last-child .havenly-logo-container img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      section.design-section .half:last-child .havenly-logo-container {
        padding-left: 60px; } }
    @media screen and (max-width: 640px) {
      section.design-section .half:last-child .havenly-logo-container {
        padding-left: 30px; } }

section.image-right .half .text-container .header-container .header-icon {
  padding-right: calc(60px + 25%); }
  @media screen and (max-width: 768px) {
    section.image-right .half .text-container .header-container .header-icon {
      padding-left: 60px;
      padding-right: 0; } }
section.image-right .half .text-container ul p {
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    section.image-right .half .text-container ul p {
      padding-left: 0; } }
section.image-right.portrait .half .image-container .branch {
  border-color: #f1efea; }
section.image-right.portrait .half .image-container .image {
  left: 60px; }
  @media screen and (max-width: 640px) {
    section.image-right.portrait .half .image-container .image {
      left: 30px; } }
  section.image-right.portrait .half .image-container .image .branch {
    left: 0;
    right: auto; }
section.image-right.portrait .half .text-container .header-container h1,
section.image-right.portrait .half .text-container .header-container h3 {
  padding-right: 90px; }
  @media screen and (max-width: 768px) {
    section.image-right.portrait .half .text-container .header-container h1,
    section.image-right.portrait .half .text-container .header-container h3 {
      padding-right: 60px; } }
  @media screen and (max-width: 640px) {
    section.image-right.portrait .half .text-container .header-container h1,
    section.image-right.portrait .half .text-container .header-container h3 {
      padding-right: 0; } }
section.image-right.portrait .half .text-container .header-container .header-icon {
  padding-right: 90px; }
  @media screen and (max-width: 768px) {
    section.image-right.portrait .half .text-container .header-container .header-icon {
      padding-right: 60px; } }
section.image-right.portrait .half .text-container p,
section.image-right.portrait .half .text-container ul .link-list {
  padding-right: 90px; }
  @media screen and (max-width: 768px) {
    section.image-right.portrait .half .text-container p,
    section.image-right.portrait .half .text-container ul .link-list {
      padding-left: 60px;
      padding-right: 0; } }
  @media screen and (max-width: 640px) {
    section.image-right.portrait .half .text-container p,
    section.image-right.portrait .half .text-container ul .link-list {
      padding-left: 30px; } }

section#landing-screen {
  opacity: 1;
  transition: opacity 2s ease-in-out; }
  section#landing-screen::after {
    content: "";
    width: 100vw;
    height: calc(100% - 24vh);
    background-color: #edac3d;
    top: 24vh;
    position: absolute;
    display: inline-block;
    z-index: -1; }
    @media (orientation: portrait) {
      section#landing-screen::after {
        height: calc(100% - 16vh);
        top: 16vh; } }
  @media screen and (orientation: portrait) and (max-width: 768px) {
    section#landing-screen::after {
      height: calc(100% - 24vh);
      background-color: #edac3d;
      top: 9vh; } }
  @media screen and (orientation: portrait) and (max-width: 768px) {
    section#landing-screen::after {
      top: 0; } }
  @media screen and (orientation: portrait) and (max-width: 640px) {
    section#landing-screen::after {
      height: 100%; } }

  section#landing-screen .half {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    min-height: 0; }
    @media screen and (max-width: 768px) {
      section#landing-screen .half {
        min-height: 20vh; } }
    section#landing-screen .half .text-container {
      margin-top: 12vh; }
      section#landing-screen .half .text-container p a:after {
        border-color: #28242a; }
      @media (orientation: portrait) {
        section#landing-screen .half .text-container {
          margin-top: 8vh; } }
      @media screen and (max-width: 768px) {
        section#landing-screen .half .text-container {
          margin-top: 0; } }
      section#landing-screen .half .text-container .headline {
        color: #28242a; }
      section#landing-screen .half .text-container .header-container h1 {
        padding-bottom: 30px; }
      section#landing-screen .half .text-container ul.link-list a:after {
        border-color: #28242a; }
    @media screen and (max-width: 768px) {
      section#landing-screen .half.order-one {
        padding-top: 130px; } }
    @media screen and (max-width: 640px) {
      section#landing-screen .half.order-one {
        padding-top: 100px; } }
    @media screen and (max-width: 768px) {
      section#landing-screen .half:not(.order-one) {
        padding-top: 60px; } }
    section#landing-screen .half .image-container .image {
      width: 100%;
      height: 100%; }
  section#landing-screen.image-right .half .image-container .image:after {
    bottom: 11vh;
    left: auto;
    right: -20%; }
    @media screen and (min-width: 1500px) {
      section#landing-screen.image-right .half .image-container .image:after {
        right: -20%; } }
  section#landing-screen.image-left .half .text-container .header-container h1,
  section#landing-screen.image-left .half .text-container .header-container h3 {
    padding-left: 60px; }
    @media screen and (max-width: 640px) {
      section#landing-screen.image-left .half .text-container .header-container h1,
      section#landing-screen.image-left .half .text-container .header-container h3 {
        padding-left: 30px; } }

#unit-page #landing-screen::after {
  background-color: #65babd; }
#unit-page #landing-screen .half .text-container ul.link-list a:after {
  border-color: #f1efea; }

.image-slide-wrapper {
  display: inline;
  height: 65vh;
  min-height: 300px;
  margin-top: 90px;
  max-height: 600px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .image-slide-wrapper {
      height: 50vh; } }
  @media screen and (max-width: 640px) {
    .image-slide-wrapper {
      height: 200px;
      margin-top: 60px;
      min-height: 200px;
      padding-left: 15px; }
      .image-slide-wrapper.full {
        height: 60vh; }
        .image-slide-wrapper.full .slider-container {
          height: 60%; } }
  .image-slide-wrapper.full {
    height: 90vh;
    width: 100%; }
    .image-slide-wrapper.full .images .image {
      width: 100vw; }
      .image-slide-wrapper.full .images .image img {
        max-width: 100%;
        max-height: 100%; }
    .image-slide-wrapper.full .image-nav-wrap {
      left: 7vw; }
  .image-slide-wrapper .slider-container {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: calc(50vw + 60px);
    z-index: 100; }
    @media screen and (max-width: 768px) {
      .image-slide-wrapper .slider-container {
        padding-left: 60px;
        width: calc(100% - 60px); } }
    @media screen and (max-width: 640px) {
      .image-slide-wrapper .slider-container {
        padding-left: 0;
        width: 100%; } }
  .image-slide-wrapper .arrows {
    -webkit-transition: background-position 0.25s linear;
    -moz-transition: background-position 0.25s linear;
    -ms-transition: background-position 0.25s linear;
    -o-transition: background-position 0.25s linear;
    transition: background-position 0.25s linear;
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 200; }
    .image-slide-wrapper .arrows.slide-left {
      left: 0;
      background: url("../img/arrow_left.png") no-repeat;
      background-position: center left 15px;
      background-size: auto 40px; }
      .image-slide-wrapper .arrows.slide-left:hover {
        background-position: center left 10px; }
      @media screen and (max-width: 640px) {
        .image-slide-wrapper .arrows.slide-left {
          background-size: auto 20px; } }
    .image-slide-wrapper .arrows.slide-right {
      right: 0;
      background: url("../img/arrow_right.png") no-repeat;
      background-position: center right 15px;
      background-size: auto 40px; }
      .image-slide-wrapper .arrows.slide-right:hover {
        background-position: center right 10px; }
      @media screen and (max-width: 640px) {
        .image-slide-wrapper .arrows.slide-right {
          background-size: auto 20px; } }
    .image-slide-wrapper .arrows.disabled {
      display: none; }
  .image-slide-wrapper .images {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 10000000px; }
    .image-slide-wrapper .images .image {
      display: inline-block;
      float: left;
      height: 100%;
      margin-right: 15px;
      position: relative; }
      .image-slide-wrapper .images .image:last-child {
        margin-right: 0; }
      .image-slide-wrapper .images .image .image-overlay {
        background: #003422;
        height: 100%;
        opacity: 0.7;
        position: absolute;
        width: 100%;
        z-index: 1; }
      .image-slide-wrapper .images .image img {
        max-height: 100%;
        max-width: 100%; }
      .image-slide-wrapper .images .image.active .image-overlay {
        background: transparent; }
  .image-slide-wrapper .image-nav-wrap {
    bottom: -10px;
    left: 15px;
    position: absolute;
    z-index: 300; }
    @media screen and (max-width: 768px) {
      .image-slide-wrapper .image-nav-wrap {
        left: 75px; } }
    @media screen and (max-width: 640px) {
      .image-slide-wrapper .image-nav-wrap {
        border: -5px;
        left: 25px; } }
    .image-slide-wrapper .image-nav-wrap .navdot {
      border-radius: 50%;
      background: #003422;
      float: left;
      height: 20px;
      margin-right: 10px;
      width: 20px; }
      @media screen and (max-width: 640px) {
        .image-slide-wrapper .image-nav-wrap .navdot {
          height: 15px;
          width: 15px; } }
      .image-slide-wrapper .image-nav-wrap .navdot:hover {
        cursor: pointer; }
      .image-slide-wrapper .image-nav-wrap .navdot.active {
        background: #c54312; }
        .image-slide-wrapper .image-nav-wrap .navdot.active:hover {
          cursor: disabled; }

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

body {
  background: #f1efea;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden; }
  body.nav-open {
    overflow: hidden; }

/*
 * 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; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #28242a;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1 2px; }

h1 {
  font-family: soleil, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase; }

h2,
h3,
h4 {
  font-family: soleil, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

h2.headline {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  text-transform: uppercase; }

h1 {
  font-size: 2.7rem;
  line-height: 3rem;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 2rem;
      line-height: 2.5rem; } }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 1.7rem;
      line-height: 2rem; } }

h3 {
  font-size: 0.8rem;
  text-transform: uppercase; }

p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  max-width: 600px; }
  @media screen and (max-width: 640px) {
    p {
      font-size: 1rem;
      line-height: 1.6rem; } }
  p:empty {
    display: none; }

a {
  color: #28242a;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none; }
  a:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    border-bottom: solid 2px #28242a;
    content: "";
    display: block;
    padding-top: 5px;
    transform-origin: 0% 50%; }
  a:hover:after {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 100% 50%; }
  a.button-link:after {
    display: none; }

button {
  font-family: soleil, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: background 200ms ease-in-out, color 400ms ease-out;
  -moz-transition: background 200ms ease-in-out, color 400ms ease-out;
  -ms-transition: background 200ms ease-in-out, color 400ms ease-out;
  -o-transition: background 200ms ease-in-out, color 400ms ease-out;
  transition: background 200ms ease-in-out, color 400ms ease-out;
  background: #edac3d;
  border: 2px solid #edac3d;
  color: #28242a;
  font-size: 0.8rem;
  height: 60px;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  padding: 15px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    button {
      font-size: 1rem; } }
  button:hover, button:focus, button:visited, button:active {
    outline: none; }
  button:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    background: #f1efea;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    z-index: -1; }
  button:hover {
    cursor: pointer; }
    button:hover:before {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0; }
  button.circle-button {
    border-radius: 50%;
    height: 80px;
    line-height: 1.1rem;
    width: 76px;
    height: 76px; }
    button.circle-button:before {
      display: none; }
    button.circle-button:hover {
      background: #f1efea;
      cursor: pointer; }
      button.circle-button:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }

ul.link-list, ul.amenities-list {
  width: 100%; }
  ul.link-list li, ul.amenities-list li {
    padding-top: 20px; }
    ul.link-list li a, ul.amenities-list li a {
      color: #28242a; }
ul.link-list {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-size: 1rem;
  list-style: none;
  padding-left: 0; }
  ul.link-list li p {
    font-size: 1rem; }
  ul.link-list svg.download {
    width: 18px;
    padding: 0 5px 0 0; }
    ul.link-list svg.download polygon,
    ul.link-list svg.download rect {
      fill: #c54312; }
ul.amenities-list {
  list-style: none; }
  ul.amenities-list li {
    border-bottom: 2px solid #28242a;
    text-transform: capitalize; }
    ul.amenities-list li a {
      color: #c54312;
      display: inline;
      text-transform: capitalize; }

svg.embellishment {
  height: auto;
  max-width: 300px;
  min-width: 100px;
  position: absolute;
  width: 10vw;
  z-index: 2; }
  svg.embellishment path {
    fill: #d23f42; }

.show-mobile {
  display: none; }

@media screen and (max-width: 640px) {
  .hide-mobile {
    display: none; }

  .show-mobile {
    display: block; } }
#loading {
  background: #edac3d;
  bottom: 0;
  opacity: 1;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  transition: top 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-delay: 0ms;
  z-index: 10000; }
  #loading.down {
    top: 100%; }
  #loading.hidden {
    display: none; }

.half {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 200px;
  width: calc(50% - 60px); }
  @media screen and (max-width: 768px) {
    .half {
      width: calc(100vw - 30px); } }

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow-x: hidden;
  position: relative;
  width: 100%; }
  section svg.embellishment {
    right: -50px;
    bottom: 200px; }
  section:last-of-type .half,
  section:last-of-type .half:last-child {
    padding-bottom: 180px; }
  section.full {
    max-width: 1600px;
    padding: 90px 0 120px 60px;
    width: calc(100% - 60px); }
    @media screen and (max-width: 768px) {
      section.full {
        padding: 60px 15px 60px 15px;
        width: calc(100% - 30px); } }
  section#callouts {
    padding-top: 90px;
    overflow: hidden; }
    section#callouts .card {
      background: #65babd;
      margin: 30px;
      min-height: 350px;
      min-width: 176px;
      padding: 30px;
      text-align: center;
      width: calc(33.33% - 120px);
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      opacity: 0;
      transition: all 0.75s cubic-bezier(0.32, 0.36, 0.83, 1.68);
      transition-delay: 0ms; }
      section#callouts .card:nth-child(2) {
        transition-delay: 150ms; }
      section#callouts .card:nth-child(3) {
        transition-delay: 300ms; }
      section#callouts .card.in-view {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1; }
      @media screen and (max-width: 768px) {
        section#callouts .card {
          margin: 10px;
          width: calc(33.33% - 80px); } }
      @media screen and (max-width: 640px) {
        section#callouts .card {
          width: calc(100% - 120px); } }
      section#callouts .card .card-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-content: stretch;
        -moz-align-content: stretch;
        -ms-align-content: stretch;
        align-content: stretch;
        height: 100%;
        max-width: 300px;
        margin: 0 auto;
        position: relative; }
        @media screen and (max-width: 768px) {
          section#callouts .card .card-container {
            height: 100%; } }
        @media screen and (max-width: 640px) {
          section#callouts .card .card-container {
            height: 100%; } }
        section#callouts .card .card-container h2 {
          height: 20%;
          line-height: 2.2rem;
          font-size: 2rem; }
          @media screen and (max-width: 768px) {
            section#callouts .card .card-container h2 {
              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;
              font-size: 1.8rem;
              height: 40%;
              margin-top: 0; } }
        section#callouts .card .card-container p {
          height: 30%; }
        section#callouts .card .card-container a {
          font-family: degular, sans-serif;
          font-weight: 700;
          font-style: normal;
          letter-spacing: 0.08rem;
          text-transform: uppercase;
          height: 10%; }
          section#callouts .card .card-container a:after {
            border-color: #f1efea; }
  section#events .events-table {
    background: #edac3d;
    width: 80vw;
    max-width: 1200px;
    margin: 60px auto 100px auto;
    padding: 20px; }
    @media screen and (max-width: 768px) {
      section#events .events-table {
        margin-top: 30px;
        padding: 10px; } }
    section#events .events-table .event-row {
      font-family: soleil, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      border-bottom: 2px solid #28242a;
      display: flex;
      padding: 0 10px 0 10px;
      width: calc(100% - 20px); }
      @media screen and (max-width: 768px) {
        section#events .events-table .event-row {
          margin: 0 60px 20px 0; } }
      @media screen and (max-width: 480px) {
        section#events .events-table .event-row {
          margin: 0 0 20px 0; }
          section#events .events-table .event-row .evenet-column p,
          section#events .events-table .event-row p.event-column {
            font-size: 0.8rem; } }
      section#events .events-table .event-row .event-column p,
      section#events .events-table .event-row p.event-column {
        font-weight: normal;
        font-size: 1rem;
        text-transform: uppercase; }
      section#events .events-table .event-row a:after {
        display: none; }
      section#events .events-table .event-row .event-column {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        section#events .events-table .event-row .event-column.date {
          min-width: 70px;
          max-width: 200px;
          width: 15%; }
        section#events .events-table .event-row .event-column.hours {
          min-width: 80px;
          max-width: 500px;
          width: 35%; }
        section#events .events-table .event-row .event-column.title {
          text-transform: none;
          width: 50%; }
    section#events .events-table a.event-row {
      transition: all 0.25s linear; }
      section#events .events-table a.event-row .event-column p,
      section#events .events-table a.event-row p.event-column {
        text-transform: uppercase;
        font-weight: bold; }
      section#events .events-table a.event-row:hover {
        background: #edac3d; }
        section#events .events-table a.event-row:hover .event-column p,
        section#events .events-table a.event-row:hover p.event-column {
          color: #f1efea; }
  section .full-width {
    padding: 0 60px;
    width: calc(100% - 120px); }
    section .full-width .image-full-width-container {
      width: 100%; }
      section .full-width .image-full-width-container img {
        width: 100%;
        height: auto; }
  section .header-container,
  section .image-container,
  section .text-container {
    width: 100%; }
  section .text-container {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s linear;
    transition-delay: 21.7585ms; }
    section .text-container.in-view {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
    section .text-container.align-right {
      text-align: right; }
    section .text-container .image.icon {
      position: absolute;
      width: 13%;
      padding: 0.83em 2% 0 10%;
      margin: 0 auto; }
      section .text-container .image.icon img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media screen and (max-width: 768px) {
        section .text-container .image.icon {
          position: relative;
          width: 100%; }
          section .text-container .image.icon img {
            width: 13%;
            min-width: 50px; } }
    section .text-container .header-container h1,
    section .text-container .header-container h3 {
      max-width: 500px;
      margin-bottom: 10px;
      padding-bottom: 15px; }
      @media screen and (max-width: 768px) {
        section .text-container .header-container h1,
        section .text-container .header-container h3 {
          padding-left: 60px;
          padding-right: 0; } }
      @media screen and (max-width: 640px) {
        section .text-container .header-container h1,
        section .text-container .header-container h3 {
          padding-left: 30px;
          padding-right: 30px; } }
    section .text-container .header-container .header-icon {
      height: 30px;
      padding-bottom: 10px;
      width: 30px; }
    section .text-container .headline {
      color: #02539e;
      line-height: 1.8rem; }
    section .text-container blockquote {
      margin: 0; }
      section .text-container blockquote p {
        font-size: 1.5rem;
        font-style: italic;
        line-height: 2rem; }
        @media screen and (max-width: 640px) {
          section .text-container blockquote p {
            font-size: 1.25rem;
            line-height: 1.75rem; } }
    section .text-container p,
    section .text-container ul.link-list,
    section .text-container .headline,
    section .text-container ul {
      padding-left: 25%;
      padding-right: 60px;
      max-width: 500px;
      width: calc(75% - 30px); }
      @media screen and (max-width: 768px) {
        section .text-container p,
        section .text-container ul.link-list,
        section .text-container .headline,
        section .text-container ul {
          max-width: 100%;
          padding-left: 60px;
          padding-right: 60px;
          width: calc(100% - 120px); } }
      @media screen and (max-width: 640px) {
        section .text-container p,
        section .text-container ul.link-list,
        section .text-container .headline,
        section .text-container ul {
          padding: 0 30px;
          width: calc(100% - 60px); } }
      section .text-container p a:after,
      section .text-container ul.link-list a:after,
      section .text-container .headline a:after,
      section .text-container ul a:after {
        border-color: #edac3d; }
    section .text-container ul li p,
    section .text-container ol li p {
      padding-left: 0;
      display: inline;
      font-size: 1rem; }
    section .text-container ul li,
    section .text-container ol li {
      padding: 8px 0; }
    section .text-container ul {
      padding-left: calc(25% + 1rem); }
    section .text-container ol {
      counter-reset: my-awesome-counter;
      list-style: none;
      padding-left: calc(60px + 1rem); }
    section .text-container ol li {
      font-family: soleil, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      counter-increment: my-awesome-counter;
      padding-bottom: 10px; }
      section .text-container ol li p {
        padding-left: 10px; }
    section .text-container ol li::before {
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      background: #edac3d;
      border-radius: 50%;
      content: counter(my-awesome-counter);
      color: #28242a;
      height: 30px;
      width: 30px; }
    section .text-container ul {
      list-style: none; }
      section .text-container ul li:before {
        content: "";
        display: inline-block;
        height: 0.5em;
        width: 0.5em;
        background-image: url(../img/ul-icon.png);
        background-image: url(../img/ul-icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.5em;
        margin-left: -1rem; }
      section .text-container ul.link-list li:before, section .text-container ul.amenities-list li:before {
        display: none; }
    section .text-container p.quote-source {
      text-transform: uppercase;
      font-size: 1rem; }
      @media screen and (max-width: 640px) {
        section .text-container p.quote-source {
          font-size: 0.75rem;
          line-height: 1.2rem; } }
    section .text-container p a {
      color: #28242a;
      text-decoration: none;
      text-transform: none;
      width: auto; }
      section .text-container p a u {
        text-decoration: none; }
      section .text-container p a:after {
        padding-top: 0; }
    section .text-container .link-lists {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-left: 25%; }
      @media screen and (max-width: 768px) {
        section .text-container .link-lists {
          padding-left: 60px; } }
      @media screen and (max-width: 640px) {
        section .text-container .link-lists {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-left: 30px; }
          section .text-container .link-lists .link-list:first-child {
            margin-bottom: 0; }
          section .text-container .link-lists .link-list:last-child {
            margin-top: 0; } }
      section .text-container .link-lists ul.link-list {
        padding-left: 0; }
    section .text-container .hours h3,
    section .text-container .location h3 {
      max-width: 500px;
      padding-left: 25%;
      padding-right: 30px;
      padding-top: 30px;
      width: calc(75% - 30px); }
      @media screen and (max-width: 768px) {
        section .text-container .hours h3,
        section .text-container .location h3 {
          padding-left: 60px;
          padding-right: 0; } }
      @media screen and (max-width: 640px) {
        section .text-container .hours h3,
        section .text-container .location h3 {
          padding-left: 30px; } }
    section .text-container .hours p,
    section .text-container .location p {
      font-family: degular, sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.08rem;
      text-transform: uppercase;
      font-size: 1rem;
      margin: 0;
      display: inline-block; }
      section .text-container .hours p a,
      section .text-container .location p a {
        text-transform: uppercase; }
  section .half {
    max-width: 800px;
    min-height: 75vh;
    padding: 120px 60px 120px 0; }
    @media (orientation: portrait) {
      section .half {
        min-height: 0; } }
    section .half:first-child {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      padding: 90px 0 120px 60px;
      width: calc(50% - 60px); }
      section .half:first-child .image-container {
        height: calc(50vw - 60px);
        width: 100%; }
        @media (orientation: portrait) {
          section .half:first-child .image-container {
            height: calc(50vh - 60px); } }
        section .half:first-child .image-container .image {
          width: 100%;
          height: 100%; }
          section .half:first-child .image-container .image img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      @media screen and (max-width: 768px) {
        section .half:first-child {
          width: 100vw; }
          section .half:first-child .image-container {
            height: calc(100vw - 60px);
            width: calc(100vw - 60px);
            margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      section .half {
        min-height: 20vh;
        padding: 60px 30px 60px 0px;
        width: 100vw; }
        section .half.order-one {
          order: 1;
          padding: 90px 0px 0px 0px; }
        section .half:not(.order-one) {
          order: 2;
          padding: 30px 0px 60px 0px; } }
    @media screen and (max-width: 640px) {
      section .half.order-one {
        padding: 60px 0 0 0; } }
    @media screen and (max-width: 768px) {
      section .half.order-two ul.link-list {
        padding-left: 60px;
        padding-right: 0; } }
    @media screen and (max-width: 640px) {
      section .half.order-two ul.link-list {
        padding-left: 0px;
        padding-right: 0; } }
    section .half h1,
    section .half h3,
    section .half p {
      color: #28242a; }
    section .half h1 {
      max-width: 400px; }
      @media screen and (max-width: 768px) {
        section .half h1 {
          max-width: 100%; } }
    section .half p {
      max-width: 400px; }
      @media screen and (max-width: 768px) {
        section .half p {
          max-width: 100%; } }
    section .half .image-container {
      display: inline-block;
      position: relative;
      height: calc(50vw - 62px); }
      @media screen and (max-width: 768px) {
        section .half .image-container {
          height: calc(100vw - 60px);
          width: calc(100vw - 60px);
          margin: 0 auto; } }
      section .half .image-container svg {
        right: -5vw;
        top: 60%; }
        section .half .image-container svg path {
          fill: #d23f42; }
      section .half .image-container .image {
        position: relative;
        z-index: 1;
        height: 100%; }
        section .half .image-container .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        section .half .image-container .image.icon {
          position: absolute;
          width: 13%;
          padding: 0 2% 0 10%;
          margin: 0 auto; }
  section.unit-section .half .image img, section#map .half .image img {
    width: 100%;
    height: auto;
    object-fit: cover; }

#contact #map {
  height: 100%; }
#contact #property-management .image-container .image {
  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; }
  #contact #property-management .image-container .image img {
    width: 100%;
    height: auto; }
#contact #landing-screen .half.order-two ul.link-list {
  margin-top: 0;
  padding-left: 25%; }
  @media screen and (max-width: 640px) {
    #contact #landing-screen .half.order-two ul.link-list {
      padding-left: 30px; } }
#contact #landing-screen p {
  font-family: degular, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  margin: 0;
  display: inline-block; }
  #contact #landing-screen p a {
    text-transform: uppercase; }

section#leasing .half .text-container ul.link-list {
  margin-top: 0;
  padding-left: 25%; }

.gateway {
  transition: background 0.5s linear; }

.unsupported-browser {
  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;
  background: #edac3d;
  display: none;
  height: 60vh;
  margin: 10vh 15vw;
  position: absolute;
  padding: 60px;
  width: 70vw;
  z-index: 100000; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.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: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.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: transparent !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 */
