@charset "UTF-8";
/* Imported Fonts */
/* @import url("https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i"); */
/* @import url("https://use.typekit.net/jhl1moj.css"); */
@font-face {
  font-family: "Arnika Variable Regular";
  src: url("fonts/arnika-variable-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/effra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Google Font */
/* Adobe Fonts */
/* Fonts Fonts */
/* Colors */
/* General */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Effra", serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25em;
  font-family: "Arnika Variable Regular", serif;
  letter-spacing: 7px;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.35em;
    font-size: 38px;
  }
}
@media screen and (min-width: 64em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
  }
}

p {
  color: #736979;
  line-height: 1.7em;
  font-size: 1.2em;
}

button:hover {
  cursor: pointer;
}

a {
  color: #54608d;
  transition: all 300ms ease-out;
}
a:hover {
  color: aliceblue;
}

/* Helpers */
/* Hero aspect-ratio */
.position-relative, #special-topbar, .gallery .tabs-content, .gallery #gallery-tabs, .map .categories, .hero .wrap .content, .hero .wrap, .two-col-small-img .wrap .image {
  position: relative;
  overflow: hidden;
}

address {
  font-style: normal;
}

.btn {
  font-weight: 700;
  display: inline-block;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 300ms ease-out;
}

.btn.prime {
  color: #fff;
  background: #008CC1;
}
.btn.prime:hover {
  background: #28c4ff;
}

.btn.secondary {
  color: #fff;
  background: #5c8054;
  border-radius: 2px;
}
.btn.secondary:hover {
  color: #fff;
  background: #373e59;
}

.btn-border {
  line-height: 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  padding: 10px 15px;
}

.slick {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}

/* Layouts */
.intro {
  padding: 3.75rem 1rem 2.75rem;
  text-align: center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .intro {
    padding: 3.75rem 3rem 2.75rem;
  }
}
@media screen and (min-width: 64em) {
  .intro {
    padding: 3.75rem 3rem 2.75rem;
  }
}
.intro h2, .intro h3, .intro h4, .intro h5, .intro h6, .intro p {
  display: block;
}
.intro h2 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #49424D;
}
.intro h4 {
  margin-bottom: 0;
  font-weight: 400;
  color: #49424D;
}
.intro h5 {
  margin-bottom: 20px;
}
.intro a {
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}

.intro.left, .intro.right {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3.75rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .intro.left, .intro.right {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.intro.left .dots, .intro.right .dots {
  text-align: left;
}
.intro.left .text-wrap, .intro.right .text-wrap {
  color: #333333;
}
.intro.left .text-wrap .text, .intro.right .text-wrap .text {
  text-align: center;
  padding: 0 0rem 2rem;
}
@media screen and (min-width: 40em) {
  .intro.left .text-wrap .text, .intro.right .text-wrap .text {
    padding: 0 3rem 3rem;
    text-align: left;
  }
}
.intro.left .text-wrap .text img, .intro.right .text-wrap .text img {
  box-shadow: none;
}
.intro.left img, .intro.right img {
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
}

/* Two Column Small Image */
.two-col-small-img .wrap .content .text-wrap .text {
  padding: 3rem;
}
.two-col-small-img .wrap .content .text-wrap .text h2 {
  font-weight: 700;
  color: #54608d;
}
/* Two Column List */
.two-col-list .wrap {
  padding: 0 20px;
}
.two-col-list .wrap .content h4 {
  font-weight: 700;
}
.two-col-list .wrap .content .list {
  margin-bottom: 30px;
  border-left: none;
  border-right: none;
}
.two-col-list .wrap .content .list ul {
  margin: 0 20px;
  list-style: none;
}
.two-col-list .wrap .content .list ul li {
  text-align: center;
  padding: 25px 20px;
  line-height: 1.2em;
  border-top: 1px solid #e6e6e6;
}
.two-col-list .wrap .content .list ul li:first-child {
  border: none;
  color: #333f4c;
}
.two-col-list .wrap .content .list ul li:last-child {
  border-bottom: none;
}

.tab-list {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.tab-list .wrap ul.tabs {
  text-align: center;
}
.tab-list .wrap ul.tabs li.tabs-title {
  text-align: center;
  background: #fff;
}
.tab-list .wrap ul.tabs li.tabs-title a {
  color: #54608d;
  font-size: 18px;
  font-weight: 700;
}
.tab-list .wrap ul.tabs li.is-active a {
  background: #5c8054;
  color: #fff;
}
.tab-list .wrap .tabs-content {
  padding: 1rem 0;
}
.tab-list .wrap .tabs-content .tabs-panel ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.tab-list .wrap .tabs-content .tabs-panel ul li {
  color: #736979;
  line-height: 1.5em;
  padding: 15px 5px;
}

.fp-wrap {
  background: #EEF3F6;
  padding-bottom: 3rem;
}
.fp-wrap .floorplans-fpo .cell {
  text-align: center;
  margin-bottom: 30px;
}
.fp-wrap .floorplans-fpo .cell a {
  display: block;
  margin-bottom: 10px;
}
.fp-wrap .floorplans-fpo .cell h5 {
  color: #49424D;
  font-weight: 700;
}
.fp-wrap .floorplans-fpo .cell p {
  color: #736979;
}

.dots {
  display: block;
  text-align: center;
  margin: 0px 0 20px;
}

/* Call Out */
.call-out {
  margin-top: 7rem;
}
.call-out .wrap .content .text {
  text-align: center;
  padding: 3rem;
}
.call-out .wrap .content .text h2 {
  font-weight: 700;
  color: #54608d;
}
.call-out .wrap .content .text a {
  width: 180px;
  margin: 10px 5px;
}
.call-out .wrap .content .text a img {
  margin-top: -3px;
  margin-left: 5px;
}
.call-out .wrap .image span {
  float: right;
  width: 80%;
  height: 15px;
  background-color: #54608d;
}

/* Forms */
form {
  padding: 0 1rem;
}
form .form-input {
  padding: 0.5rem 1rem;
}
form [type=text], form [type=password], form [type=date], form [type=datetime], form [type=datetime-local], form [type=month], form [type=week], form [type=email], form [type=number], form [type=search], form [type=tel], form [type=time], form [type=url], form [type=color], form textarea, form select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 50px;
  border-color: #cccccc !important;
}
form select {
  color: #4d4d4d;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4d4d4d;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4d4d4d;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #4d4d4d;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #4d4d4d;
}
form button {
  margin-top: 10px;
}
form button i {
  margin-left: 10px;
}
form button:hover {
  cursor: pointer;
}

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #c1eeff;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 10px 7px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  display: block;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today .ui-state-highlight {
  color: #008CC1;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  color: #c1eeff;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  color: #008CC1;
}

/* Header */
header {
  padding: 10px;
}
header .logo a {
  display: block;
}
header nav {
  display: inline-block;
}
header nav a {
  color: #008CC1;
  margin: 0 5px;
  padding: 5px;
}
header .action {
  display: inline-block;
}
header .action .btn, header .action .btn-border {
  margin: 0 10px;
}
header .action .apply {
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 9px;
  margin-right: 0;
}
header .action .tel {
  font-size: 14px;
  line-height: 1em;
}
header .action .tel img {
  margin-top: -1px;
  margin-right: 2px;
  vertical-align: middle;
}
header .burger:hover {
  cursor: pointer;
}
header .sidenav {
  height: 100vh;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 300;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 0;
  /* Place content 60px from the top */
  transition: 0.1s;
  /* 0.5 second transition effect to slide in the sidenav */
}
header .sidenav .grid-frame {
  padding: 10px;
}
header .sidenav .grid-frame nav {
  margin-top: 20px;
}
header .sidenav .grid-frame nav a {
  display: block;
}
header .sidenav .grid-frame nav .btn-border {
  margin-top: 10px;
  text-align: center;
}
header .sidenav .grid-frame .closeNav {
  margin-top: 4px;
}

/* Hero */
.hero {
  position: relative;
}
.hero #special-interact {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}
.hero #special-interact button {
  font-weight: 700;
}
.hero #special-interact button i {
  margin-left: 5px;
  margin-top: 2px;
}
.hero .wrap {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.5%;
}
.hero .wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  opacity: 1;
}
@media screen and (min-width: 64em) {
  .hero .wrap {
    position: relative;
  }
  .hero .wrap:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 31.25%;
  }
  .hero .wrap > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero .wrap .content {
  padding: 20px;
  text-align: center;
  z-index: 5;
}
.hero .wrap .content h1, .hero .wrap .content h4, .hero .wrap .content span {
  display: block;
  color: #fff;
}
.hero .wrap .content img {
  width: 150px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hero .wrap .content img {
    width: 220px;
  }
}
@media screen and (min-width: 64em) {
  .hero .wrap .content img {
    width: 250px;
  }
}
.hero .wrap .content h1 {
  text-transform: uppercase;
  font-weight: 700;
}
.hero .wrap .content h4 {
  margin-bottom: 3rem;
}
.hero .wrap .content span {
  width: 180px;
  height: 5px;
  margin: 0 auto 15px;
  background: #fff;
}
.hero .bar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  background: #F7EAD5;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .hero .bar {
    top: -10px;
    width: 80%;
  }
}

/* Hero */
#home .hero .wrap {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero-1.jpg);
}
#home .hero .wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 87.5%;
}
#home .hero .wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 64em) {
  #home .hero .wrap {
    position: relative;
  }
  #home .hero .wrap:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  #home .hero .wrap > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#home .hero .wrap .content .btn {
  width: 170px;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 39.9375em) {
  #home .hero .wrap .content .btn {
    display: none;
  }
}
#home .hero .wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
}
#home .hero .callout-btns {
  text-align: center;
  background-color: #00b1f4;
}
#home .hero .callout-btns .btn {
  display: inline-block;
  margin: 0;
  width: 100%;
}
#home .main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#home .amenities {
  padding-bottom: 3rem;
  background-color: #FFFFFF;
  /* background-image: url(../images/triangle-right.png); */
  background-repeat: no-repeat;
  background-position: right 0;
  outline: 1px solid #bfb9b9;
  outline-offset: -20px;
}

/* Subpages */
.subpage .hero .wrap {
  background-image: url(../images/home-hero.jpg);
}

/* Contact Form */
.contact-form {
  text-align: center;
  padding-bottom: 3rem;
}
.contact-form .content {
  padding: 0 2.75rem 2rem;
}
.contact-form .content h3 {
  font-weight: 700;
}
.contact-form .content a {
  color: #54608d;
}
.contact-form .content form {
  padding: 0;
}
.contact-form .content form button {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 150px;
}
@media screen and (min-width: 64em) {
  .contact-form .information {
    margin-top: 50px;
  }
}
.contact-form .information .text {
  padding: 2rem 2.75rem;
  color: #fff;
  background: #54608d;
}
.contact-form .information .text ul {
  list-style: none;
  margin: 5px 0 0 0;
}
.contact-form .information .text ul li {
  display: block;
  margin-bottom: 5px;
  background-position: 0 5px;
  background-repeat: no-repeat;
}
.contact-form .information .text ul li a {
  color: #fff;
}

/* Map */
.map .content {
  height: 100%;
  border-top: 5px solid #008CC1;
  padding: 1rem;
  text-align: center;
  background: white;
}
.map .content h4 {
  margin-top: 1rem;
  color: #008CC1;
}
.map .content span {
  display: block;
  width: 75px;
  height: 3px;
  margin: 0 auto 15px;
  background: #008CC1;
}
.map .categories .filter-group {
  width: 100%;
  padding: 1rem;
}
.map .categories .filter-group a {
  width: calc(100% - 1rem);
  margin: 0 0.5rem 1rem;
  text-align: center;
  color: #008CC1;
  background: white;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .map .categories .filter-group a {
    display: inline-block;
    width: calc(49% - 1rem);
  }
}
.map .categories .filter-group a:hover {
  color: #fff;
  background: #008cc1;
}
.map .categories .filter-group .active {
  color: #fff;
  background: #008CC1;
}
.map #map {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 64em) {
  .map #map {
    height: 600px;
  }
}
 #marker {
  background-image: url("../images/map-markers/icon-heart.png");
  background-size: cover;
  width: 40px;
  height: 46px;
  border-radius: 0;
  cursor: pointer;
} 
/* .mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  text-align: center;
}
.mapboxgl-popup-content p {
  margin-bottom: 0;
} */ 

/* Gallery */
.gallery {
  margin: 3px 5px;
}
.gallery #gallery-tabs {
  margin: 0 0 20px;
  border: none;
  background: none;
}
.gallery #gallery-tabs .tabs-title a {
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 1rem;
  color: #008CC1;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #fff;
}
.gallery #gallery-tabs .tabs-title > a:hover {
  border: 1px solid #008CC1;
}
.gallery #gallery-tabs .tabs-title > a:focus, .gallery #gallery-tabs .tabs-title > a[aria-selected=true] {
  color: #fff;
  background: #008CC1;
}
.gallery .tabs-content {
  border: none;
  background: #fff;
  color: #008CC1;
}
.gallery .tabs-content .tabs-panel {
  padding: 0;
}
.gallery .cell a {
  display: block;
  margin: 5px;
  background: #000;
}
.gallery .cell a img {
  transition: all 300ms ease-out;
}
.gallery .cell a img:hover {
  opacity: 0.8;
}

#floorplans-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
#floorplans-wrap .filter {
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
}
#floorplans-wrap .filter .filter-view {
  margin-left: 5px;
}
@media screen and (min-width: 64em) {
  #floorplans-wrap .filter .filter-view {
    margin: 0;
  }
}
#floorplans-wrap .filter .filter-view a {
  margin: 0 2px;
  display: inline-block;
}
#floorplans-wrap .filter .filter-view a:first-child {
  margin-left: 0;
}
#floorplans-wrap .filter .filter-type {
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (min-width: 64em) {
  #floorplans-wrap .filter .filter-type {
    margin-top: 0;
  }
}
#floorplans-wrap .filter .filter-type a {
  display: inline-block;
  width: 100%;
  margin: 0 5px 5px;
  text-align: center;
}
#floorplans-wrap .filter .range {
  margin-right: 5px;
}
@media screen and (min-width: 64em) {
  #floorplans-wrap .filter .range {
    margin-left: 30%;
    margin-right: 0;
  }
}
#floorplans-wrap .filter .range .slider-label {
  text-align: center;
}
#floorplans-wrap .filter .range .slider-label p {
  display: inline-block;
  line-height: 1em;
  margin-bottom: 0;
}
#floorplans-wrap .filter .range .slider {
  margin-top: 10px;
  margin-bottom: 1.5rem;
  height: 0.25rem;
}
#floorplans-wrap .filter .range .slider .slider-fill {
  height: 0.25rem;
}
#floorplans-wrap .filter .range .slider .slider-handle {
  width: 1rem;
  height: 1rem;
}
#floorplans-wrap #units table thead {
  border: none;
}
#floorplans-wrap #units table thead tr {
  /* Table Sort */
}
#floorplans-wrap #units table thead tr th {
  font-weight: bold;
}
#floorplans-wrap #units table thead tr th:last-child {
  border-right: none !important;
}
#floorplans-wrap #units table thead tr th[role=columnheader]:not(.no-sort) {
  cursor: pointer;
  padding-right: 21px;
  position: relative;
}
#floorplans-wrap #units table thead tr th[role=columnheader]:not(.no-sort):after, #floorplans-wrap #units table thead tr th[role=columnheader]:not(.no-sort):before {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 10px;
  top: 50%;
  position: absolute;
  width: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.35;
}
#floorplans-wrap #units table thead tr th[role=columnheader]:not(.no-sort):before {
  border-bottom-color: #666;
  margin-top: -9px;
}
#floorplans-wrap #units table thead tr th[role=columnheader]:not(.no-sort):after {
  border-top-color: #666;
  margin-top: 1px;
}
#floorplans-wrap #units table thead tr th[aria-sort=ascending]:not(.no-sort):before {
  opacity: 0;
  margin-top: -6px;
}
#floorplans-wrap #units table thead tr th[aria-sort=ascending]:not(.no-sort):after {
  border-top-color: #008CC1;
  opacity: 1;
  margin-top: -1px;
}
#floorplans-wrap #units table thead tr th[aria-sort=descending]:not(.no-sort):before {
  border-bottom-color: #008CC1;
  opacity: 1;
  margin-top: -6px;
}
#floorplans-wrap #units table thead tr th[aria-sort=descending]:not(.no-sort):after {
  opacity: 0;
  margin-top: 0;
}
#floorplans-wrap #units table thead tr th[aria-sort]:not(.no-sort) {
  color: #008CC1;
}
#floorplans-wrap #units table thead tr th[role=columnheader]:not(.no-sort):hover {
  background-color: rgba(0, 0, 0, 0.03);
  transition: all 100ms ease-out;
}
#floorplans-wrap #units table tbody {
  border: none;
}
#floorplans-wrap #units table tbody tr {
  border: none;
}
#floorplans-wrap #units table tbody tr td {
  border: none;
  padding: 0.625rem 0.625rem;
}
#floorplans-wrap #units table tbody tr td .hide-for-large span {
  display: inline;
  padding: 0 5px;
  border-left: 1px solid #d9d9d9;
}
@media screen and (max-width: 39.9375em) {
  #floorplans-wrap #units table tbody tr td .hide-for-large span:first-child {
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  #floorplans-wrap #units table tbody tr td .hide-for-large span:nth-child(4) {
    float: left;
    border-left: none;
    padding-left: 0;
  }
}
#floorplans-wrap #units table tbody tr .action-buttons {
  text-align: right;
}
#floorplans-wrap #units table tbody tr .action-buttons a {
  padding: 3px 10px;
  width: 85px;
  text-align: center;
}
#floorplans-wrap #units table tbody tr .action-buttons a:first-child {
  margin-bottom: 3px;
}
@media screen and (min-width: 40em) {
  #floorplans-wrap #units table tbody tr .action-buttons a:first-child {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
#floorplans-wrap #floor-plans {
  display: none;
}
#floorplans-wrap #floor-plans .floorplan .content .image a {
  display: block;
}
#floorplans-wrap #floor-plans .floorplan .content .image a img {
  transition: all 300ms ease-out;
}
#floorplans-wrap #floor-plans .floorplan .content .image a img:hover {
  opacity: 0.8;
}
#floorplans-wrap #floor-plans .floorplan .content .info {
  padding: 1rem;
  text-align: center;
}
#floorplans-wrap #floor-plans .floorplan .content .info h5, #floorplans-wrap #floor-plans .floorplan .content .info p {
  margin: 0 0 5px 0;
}
#floorplans-wrap #floor-plans .floorplan .content .availabile {
  padding: 0.5rem;
  text-align: center;
}
#floorplans-wrap #floor-plans .floorplan .content .availabile p {
  margin: 0;
}
#floorplans-wrap #floor-plans .floorplan .content .btn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#avilability #leaseTerm, #avilability #select-unit, #avilability #contact-information {
  margin-bottom: 4rem;
}
#avilability h5 {
  line-height: 1.5em;
  vertical-align: middle;
}
#avilability h5 .radius {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding-top: 3px;
  margin-top: -1px;
  text-align: center;
  line-height: 1.5em;
  vertical-align: middle;
}
@media screen and (min-width: 40em) {
  #avilability h5 .radius {
    padding-top: 0px;
  }
}
#avilability p span {
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
}
#avilability .unit {
  padding: 1rem;
  margin: 0 1rem;
  text-align: center;
}
#avilability .unit .unit-number {
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  #avilability .unit .unit-number {
    text-align: left;
    margin-bottom: 0;
  }
}
#avilability .unit .unit-sqft, #avilability .unit .lease-term-pricing, #avilability .unit .available-date {
  margin-bottom: 15px;
}
@media screen and (min-width: 40em) {
  #avilability .unit .unit-sqft, #avilability .unit .lease-term-pricing, #avilability .unit .available-date {
    margin-bottom: 0;
  }
}
#avilability .unit .unit-reserve {
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  #avilability .unit .unit-reserve a {
    width: 100%;
    text-align: center;
  }
}
#avilability #contact-information .btn {
  line-height: 1.5em;
}
@media screen and (max-width: 39.9375em) {
  #avilability #contact-information .btn {
    width: 100%;
  }
}

#floorplan-apply, #unit-inquire {
  border: none;
  padding: 0 0;
}
#floorplan-apply .title, #unit-inquire .title {
  padding: 1rem;
  text-align: center;
}
#floorplan-apply .title h5, #unit-inquire .title h5 {
  margin: 0;
}
#floorplan-apply .content, #unit-inquire .content {
  padding: 1.75rem;
  text-align: center;
}
#floorplan-apply .content h6, #unit-inquire .content h6 {
  line-height: 1.5em;
}
.form {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.form input, .form select {
  height: 45px;
}
.form button {
  display: block;
  margin: 0 auto;
}

#floorplans-wrap .filter {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
#floorplans-wrap .filter .range .slider .slider-handle {
  background: #008CC1;
}
#floorplans-wrap #units {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
#floorplans-wrap #units table thead {
  border-bottom: 2px solid #e6e6e6;
  background: white;
}
#floorplans-wrap #units table thead tr th {
  color: #4d4d4d;
  border-right: 1px solid #e6e6e6;
}
#floorplans-wrap #units table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
#floorplans-wrap #units table tbody tr td .fresco {
  font-weight: bold;
  color: #008CC1;
}
#floorplans-wrap #units table tbody tr td .hide-for-large {
  display: inline-block;
  color: #cccccc;
}
#floorplans-wrap #units table tbody tr td .hide-for-large span {
  color: #008CC1;
  font-weight: normal;
}
#floorplans-wrap #floor-plans {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
#floorplans-wrap #floor-plans .floorplan {
  margin-bottom: 2rem;
}
#floorplans-wrap #floor-plans .floorplan .content {
  background: #f2f2f2;
}
#floorplans-wrap #floor-plans .floorplan .content .image {
  padding: 0.9375rem 0.9375rem 0;
}
#floorplans-wrap #floor-plans .floorplan .content .image a {
  background: #000;
}
#floorplans-wrap #floor-plans .floorplan .content .info h5 {
  color: #008CC1;
}
#floorplans-wrap #floor-plans .floorplan .content .info p {
  color: gray;
}
#floorplans-wrap #floor-plans .floorplan .content .availabile {
  color: #333333;
  background: #e6e6e6;
}
#avilability h5 .radius {
  color: #fff;
  background: #008CC1;
}
#avilability p span {
  color: gray;
}
#avilability .unit {
  border-bottom: 1px solid white;
}
#avilability .unit .unit-number {
  margin-bottom: 15px;
}
#avilability .odd {
  background: #fff;
}
#avilability .even {
  background: white;
}
#floorplan-apply .close-button, #floorplan-apply .close-button.medium, #unit-inquire .close-button, #unit-inquire .close-button.medium {
  font-size: 2.3em;
}
#floorplan-apply .title, #unit-inquire .title {
  color: #fff;
  background: #008CC1;
}
#floorplan-apply .form, #unit-inquire .form {
  border-top: 1px solid #f0f0f0;
  background: #f7f7f7;
}

#schedule-wrap {
  position: relative;
  overflow: hidden;
}
#schedule-wrap .content {
  text-align: center;
}
#schedule-wrap #tourEdit {
  position: relative;
  overflow: hidden;
  display: none;
}
#schedule-wrap #tourStep2, #schedule-wrap #tourStep3, #schedule-wrap #tourStep4, #schedule-wrap #tourEditStep1, #schedule-wrap #tourEditStep2, #schedule-wrap #tourEditStep3 {
  display: none;
}
#schedule-wrap .bedrooms a {
  display: block;
}
#schedule-wrap .bedrooms a .floorplan .content .info {
  text-align: center;
}
#schedule-wrap .bedrooms a .floorplan .content .info h5, #schedule-wrap .bedrooms a .floorplan .content .info p {
  margin: 0 0 5px 0;
}
#schedule-wrap .bedrooms a .floorplan .content .availabile {
  padding: 0.5rem;
  text-align: center;
}
#schedule-wrap .bedrooms a .floorplan .content .availabile p {
  margin: 0;
}
#schedule-wrap .date-picker, #schedule-wrap .time-picker {
  text-align: center;
}
#schedule-wrap .date-picker a, #schedule-wrap .time-picker a {
  display: block;
}
#schedule-wrap .date-picker a b, #schedule-wrap .date-picker a span, #schedule-wrap .time-picker a b, #schedule-wrap .time-picker a span {
  display: block;
}
#schedule-wrap .date-picker a span, #schedule-wrap .time-picker a span {
  opacity: 0.5;
}
#schedule-wrap .date-picker a:hover, #schedule-wrap .time-picker a:hover {
  -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
}
#schedule-wrap .lead-info {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#schedule-wrap .lead-info label {
  font-size: 1rem;
}
#schedule-wrap .lead-info button {
  display: block;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
#schedule-wrap .disclaimer {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 12px;
  line-height: 1.2em;
}

#schedule-wrap .content h2 {
  color: #008CC1;
}
#schedule-wrap #tourEdit {
  margin-bottom: 1rem;
}
#schedule-wrap #tourEdit .content {
  padding-bottom: 1rem;
}
#schedule-wrap #tourEdit .content .tourEditWrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#schedule-wrap #tourEdit .content .tourEditWrapper button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#schedule-wrap #tourEdit .content .tourEditWrapper button span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  opacity: 0.5;
}
#schedule-wrap form .content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#schedule-wrap form .content h5 {
  color: #008CC1;
  font-weight: 700;
}
#schedule-wrap form .bedrooms a {
  display: block;
  background: #f2f2f2;
}
#schedule-wrap form .bedrooms a .floorplan .content {
  padding: 0;
}
#schedule-wrap form .bedrooms a .floorplan .content .image {
  padding: 10px;
}
#schedule-wrap form .bedrooms a .floorplan .content .info {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
#schedule-wrap form .bedrooms a .floorplan .content .info h5, #schedule-wrap form .bedrooms a .floorplan .content .info p {
  margin: 0 0 5px 0;
}
#schedule-wrap form .bedrooms a .floorplan .content .availabile {
  background: #008CC1;
}
#schedule-wrap form .bedrooms a .floorplan .content .availabile p {
  color: #fff;
}
#schedule-wrap form .bedrooms a:hover {
  background: white;
}
#schedule-wrap .bedrooms {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#schedule-wrap .bedrooms a {
  display: block;
}
#schedule-wrap .bedrooms a .floorplan .content .info {
  text-align: center;
}
#schedule-wrap .bedrooms a .floorplan .content .info h5, #schedule-wrap .bedrooms a .floorplan .content .info p {
  margin: 0 0 5px 0;
}
#schedule-wrap .bedrooms a .floorplan .content .availabile {
  padding: 0.5rem;
  text-align: center;
}
#schedule-wrap .bedrooms a .floorplan .content .availabile p {
  margin: 0;
}
#schedule-wrap .bedrooms a:hover {
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.12);
}
#schedule-wrap .date-picker, #schedule-wrap .time-picker {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#schedule-wrap .date-picker a, #schedule-wrap .time-picker a {
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  margin-bottom: 20px;
  border: 1px solid white;
  background: #f7f7f7;
}
#schedule-wrap .date-picker a:hover, #schedule-wrap .time-picker a:hover {
  background: white;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.12);
}
#schedule-wrap .date-picker a.tourOptionSelected, #schedule-wrap .time-picker a.tourOptionSelected {
  border: 1px solid #c1eeff;
}
#schedule-wrap .date-picker a b, #schedule-wrap .date-picker a span, #schedule-wrap .time-picker a b, #schedule-wrap .time-picker a span {
  display: block;
}
#schedule-wrap .date-picker a span, #schedule-wrap .time-picker a span {
  opacity: 0.5;
}
#schedule-wrap .lead-info {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#schedule-wrap .lead-info label {
  font-size: 1rem;
  display: none;
}
#schedule-wrap .lead-info button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#schedule-wrap .disclaimer {
  font-size: 12px;
  line-height: 1.2em;
}

/* Footer */
footer {
  padding: 3.75rem 0 5rem;
  color: #FFFFFF;
  background: #333f4c;
}
footer .wrap .content {
  padding: 0 20px;
}
footer .wrap .content .nav, footer .wrap .content .logo, footer .wrap .content address, footer .wrap .content .tel {
  display: block;
}
@media screen and (min-width: 40em) {
  footer .wrap .content address, footer .wrap .content .tel, footer .wrap .content .crafted {
    text-align: right;
  }
}
footer .wrap .content nav a {
  display: block;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 5px;
}
@media screen and (min-width: 40em) {
  footer .wrap .content nav a {
    display: inline-block;
  }
}
footer .wrap .content .logos {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .wrap .content .logos a {
  display: inline-block;
}
footer .wrap .content .logos .small-logos {
  display: inline;
  padding: 20px;
  border-left: 1px solid #e6e6e6;
  list-style: none;
}
footer .wrap .content .logos .small-logos li {
  display: inline;
  margin: 0 3px;
}
/* footer .wrap .content .logos .small-logos li img {
  opacity: 0.2;
} */
footer .wrap .content a {
  color: #b3b3b3;
}
footer .wrap .content address {
  font-style: normal;
  margin-bottom: 20px;
}
footer .wrap .content .tel {
  margin-top: 10px;
}
footer .wrap .content .copy-crafted {
  margin-top: 20px;
}
@media screen and (min-width: 40em) {
  footer .wrap .content .copy-crafted {
    margin-top: 0px;
  }
}
footer .wrap .content .copy-crafted span {
  font-size: 12px;
  color: #b3b3b3;
}
footer .wrap .content .copy-crafted span a {
  color: #b3b3b3;
}
footer .wrap .content .copy-crafted .crafted {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (min-width: 40em) {
  footer .wrap .content .copy-crafted .crafted {
    margin-top: 0px;
  }
}
footer .wrap .content .copy-crafted .crafted img {
  vertical-align: middle;
}

.specials .content {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.specials .content h3, .specials .content h4, .specials .content h5 {
  color: #008CC1;
  font-family: "Muli", sans-serif;
  font-weight: 700;
}
.specials .content p {
  font-weight: normal;
}

#special-topbar {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  text-align: center;
  background: #54608d;
}
#special-topbar h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
#special-topbar p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
#special-topbar a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
#special-topbar a i {
  margin-top: 2px;
  margin-left: 5px;
}

#special-slide {
  display: none;
}
#special-slide .content {
  background: #008CC1;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
#special-slide .content h3, #special-slide .content h4, #special-slide .content h5 {
  color: #fff;
}
#special-slide .content p {
  color: #fff;
  margin-bottom: 0;
}

#special-sticky {
  display: block;
  position: fixed;
  width: 375px;
  bottom: 0;
  right: 0;
  z-index: 5;
  border-top: 5px solid #008CC1;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
}
#special-sticky .content {
  padding-top: 1rem;
}
#special-sticky .form {
  padding-top: 0;
}
#special-sticky .close {
  position: absolute;
  top: 0;
  z-index: 6;
  right: 10px;
  font-size: 24px;
  color: #4d4d4d;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 15px;
}
[dir=rtl] .slick-next {
  left: 15px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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