/**
 * Theme Name: Apartments Niagara
 * Author: Rent Manager
 * Author URI: www.rentmanager.com
 * Description: Custom, hand-crafted theme.
 * Version: 1.0
 * License: Commercial
 * License URI: www.rentmanager.com
 * CSS compiled from Sass on: 07-20-2018
 */
/*WP Required*/
.wp-caption {
  border: 2px solid black;
  max-width: 96%;
  padding: 0.5em; }

.wp-caption-text {
  text-align: center; }

.sticky {
  text-transform: uppercase; }

.gallery-caption {
  text-align: left; }

.bypostauthor {
  font-weight: bold; }

.alignright {
  float: right;
  margin-left: 1em; }

.alignleft {
  float: left;
  margin-right: 1em; }

.aligncenter {
  text-align: center; }

/*styles*/
/* featured section */
.featured-section-container {
  margin: 0 auto; }
  .featured-section-container h1 {
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #001B68;
    margin: 0 auto;
    padding: 0; }

.list-wrapper.featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.featured-container {
  position: relative; }

.featNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px; }

.slider-container {
  margin: 0 auto; }

img.feat-nav-prev,
img.feat-nav-next {
  margin: 0;
  padding: .5em;
  border: 2px solid #fff;
  -webkit-transition: .75s;
  transition: .75s; }
  img.feat-nav-prev:hover,
  img.feat-nav-next:hover {
    cursor: pointer;
    border: 2px solid #F79E02; }

img.feat-nav-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

img.feat-nav-next {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #8C9193;
  margin: .25em; }

.owl-dot.active {
  background-color: #8C9193;
  border: 2px solid #fff; }

.list-item.featured {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 27%;
          flex: 1 1 27%;
  max-width: 450px;
  padding: 0 1.25em;
  position: relative;
  margin: 1em .75em; }
  .list-item.featured .list-details-wrapper {
    width: 100%;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .list-item.featured .list-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: rgba(247, 158, 2, 0.7);
    position: absolute;
    padding: 1em 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10%; }
    .list-item.featured .list-details .right-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .list-item.featured .list-details p {
      color: #fff; }
    .list-item.featured .list-details p.title {
      text-transform: uppercase; }
    .list-item.featured .list-details p.title, .list-item.featured .list-details .right-details a {
      padding: .25em 0;
      font-family: "Heebo", sans-serif;
      font-weight: 500;
      font-size: 1.1em;
      color: #fff; }
    .list-item.featured .list-details .right-details a:hover {
      color: #001B68; }
    .list-item.featured .list-details:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #F79E02;
      position: absolute;
      left: 0;
      bottom: -13px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .list-item.featured a.special-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-item.featured a.special-link img {
      margin: 0 0 0 .5em;
      width: auto; }

/* map section */
.map-section-container h2 {
  background-color: #5093CD;
  color: #fff;
  padding: 1em .5em;
  text-align: center;
  font-size: 2.25em; }

.map-overlay-container {
  position: relative;
  border-top: 28px solid white; }

.map-wrapper {
  height: 400px; }

#map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

#prop-map-canvas {
  width: 100%;
  height: 100%; }

.map-property-detail p.immediate {
  color: #5093CD;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif; }

.map-property-detail p.pre-lease {
  color: #F79E02;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif; }

.map-property-detail h3, .map-property-detail h4 {
  color: #8C9193;
  padding: 0; }

.map-property-detail .link-container, .map-property-detail .map-directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: .5em;
  text-transform: uppercase;
  font-weight: 500; }
  .map-property-detail .link-container a, .map-property-detail .map-directions a {
    border-bottom: 1px solid #001B68; }
    .map-property-detail .link-container a:hover, .map-property-detail .map-directions a:hover {
      border-bottom: 1px solid #5093CD; }

.legend-mobile {
  display: none;
  margin: 0 2em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .legend-mobile .legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1em; }
    .legend-mobile .legend-item img {
      margin: 0 .75em 0 0; }

.overlay-wrapper {
  position: absolute;
  width: 40%;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }

.legend-wrapper {
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #8C9193;
  padding: 2em;
  margin-left: 6em; }
  .legend-wrapper .legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: .5em 0; }
    .legend-wrapper .legend-item p {
      color: #8C9193;
      text-transform: uppercase;
      padding-left: .75em;
      font-family: "Heebo", sans-serif;
      font-weight: 500; }
    .legend-wrapper .legend-item img {
      margin: .5em; }

/*listings*/
a.home-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-transform: uppercase; }
  a.home-link img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-right: .75em; }

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0; }

.list-border {
  border-top: 1px solid #8C9193;
  width: 75%; }

.list-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2.5em 0; }

.list-image {
  width: 30%;
  min-height: 260px; }

.vertical-border {
  border-left: 4px solid #F79E02;
  margin: 2em 3em; }

.horizontal-border {
  border-top: 2px solid #F79E02;
  width: 65%;
  margin: 2em auto; }

.horizontal-border.mobile {
  display: none; }

.list-details {
  width: 44%; }

.list-details.unit {
  width: 22.5%; }
  .list-details.unit .list-csz {
    color: #001B68;
    margin: 0; }

.address-wrapper {
  margin-top: 1em; }

.list-details-center {
  width: 55%;
  margin: 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .list-details-center .top-specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1em 0; }
    .list-details-center .top-specs p {
      color: #001B68;
      font-family: "Heebo", sans-serif;
      margin: 0 1em; }
      .list-details-center .top-specs p strong {
        text-transform: uppercase; }
  .list-details-center .bottom-specs {
    margin: 1em 0; }
    .list-details-center .bottom-specs p.immediate,
    .list-details-center .bottom-specs p.pre-lease {
      font-family: "Heebo", sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
    .list-details-center .bottom-specs p.immediate {
      color: #5093CD;
      border-left: 1px solid #5093CD;
      border-right: 1px solid #5093CD;
      padding: 0 1em; }
    .list-details-center .bottom-specs p.pre-lease {
      color: #F79E02;
      border-left: 1px solid #F79E02;
      border-right: 1px solid #F79E02;
      padding: 0 1em; }

.list-csz {
  color: #5093CD;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin: .25em 0; }

.list-specs {
  margin: 1em 0; }
  .list-specs p {
    color: #5093CD;
    font-family: "Heebo", sans-serif;
    margin: .25em 0; }
    .list-specs p strong {
      text-transform: uppercase; }

.pet-friendly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: .25em 0; }
  .pet-friendly img {
    margin: 0; }
  .pet-friendly span {
    text-transform: uppercase;
    margin-left: .5em;
    color: #5093CD;
    font-family: "Heebo", sans-serif; }

.orange-link.property,
.orange-link.unit {
  width: 19%;
  background-color: #F79E02;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .orange-link.property p,
  .orange-link.unit p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Heebo", sans-serif; }
  .orange-link.property:hover,
  .orange-link.unit:hover {
    background-color: #E28D05; }

.orange-link.unit {
  width: 22.5%; }

/* details */
.details-section {
  border-top: 1px solid #8C9193;
  border-bottom: 1px solid #8C9193; }
  .details-section .details-container {
    margin: 2em 0;
    padding: 0 6em; }
    .details-section .details-container h2.interior-item-title {
      text-align: center; }
    .details-section .details-container .specs-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 1em 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .details-section .details-container .specs-wrapper p {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 20%;
                flex: 1 1 20%;
        margin: .5em;
        font-family: "Heebo", sans-serif;
        font-weight: 500; }
        .details-section .details-container .specs-wrapper p strong {
          color: #001B68;
          text-transform: uppercase; }
        .details-section .details-container .specs-wrapper p a {
          color: #8C9193; }
          .details-section .details-container .specs-wrapper p a:hover {
            color: #5093CD; }
      .details-section .details-container .specs-wrapper .pet-friendly {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 20%;
                flex: 1 1 20%;
        margin: .5em; }
        .details-section .details-container .specs-wrapper .pet-friendly span {
          color: navy; }

a.main-photo {
  width: 100%;
  height: 350px;
  display: block; }

.thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .thumbnails a.thumbnail {
    display: inline-block;
    max-width: 144px;
    width: 144px;
    height: 125px;
    margin: 1em .5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%; }

.link-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4em 0; }
  .link-section-wrapper .orange-link.property {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    padding: 1em; }
    .link-section-wrapper .orange-link.property:first-child {
      margin-right: 2em; }
    .link-section-wrapper .orange-link.property p {
      text-align: center; }
    .link-section-wrapper .orange-link.property:hover {
      background-color: #E28D05; }

.amenList {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .amenList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: .25em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%; }
    .amenList li img {
      margin-right: .75em; }

.detail-item-wrapper .map-section {
  border-top: 1px solid #8C9193;
  border-bottom: 1px solid #8C9193; }
  .detail-item-wrapper .map-section .details-container {
    margin: 2em 0; }

.unit-list p.result-message {
  color: #F79E02;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }

.page-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  .page-title h1 {
    background-color: rgba(255, 255, 255, 0.8);
    border: 4px solid #5093CD;
    color: #5093CD;
    padding: .5em 1.25em;
    text-transform: uppercase;
    font-size: 2.5em; }

.full-width-section,
.two-column-section {
  margin: 3em auto; }

.two-column-section .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .two-column-section .section-content .left-content {
    margin-right: 1.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%; }
  .two-column-section .section-content .right-content {
    margin-left: 1.5em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%; }

.flexible-header-container {
  text-align: center; }
  .flexible-header-container.navy-background {
    background-color: #001B68; }
  .flexible-header-container.orange-background {
    background-color: #F79E02; }
  .flexible-header-container.lightBlue-background {
    background-color: #5093CD; }

h2.flexible-header {
  padding: 1em;
  text-transform: uppercase;
  font-size: 2.5em; }
  h2.flexible-header.white-text {
    color: #fff; }
  h2.flexible-header.orange-text {
    color: #F79E02; }
  h2.flexible-header.lightBlue-text {
    color: #5093CD; }

h3.flexible-sub-header {
  padding: 1em;
  font-size: 2.25em; }
  h3.flexible-sub-header.white-text {
    color: #fff; }
  h3.flexible-sub-header.orange-text {
    color: #F79E02; }
  h3.flexible-sub-header.lightBlue-text {
    color: #5093CD; }

.caldera-grid {
  margin: 1em 0; }
  .caldera-grid input.form-control,
  .caldera-grid textarea.form-control {
    border: 1px solid #5093CD;
    border-radius: 0px;
    color: #5093CD;
    font-family: "Pontano Sans", sans-serif;
    font-size: 1.1em;
    height: 40px; }
  .caldera-grid input.form-control::-webkit-input-placeholder,
  .caldera-grid textarea.form-control::-webkit-input-placeholder {
    color: #5093CD; }
  .caldera-grid input.form-control:-ms-input-placeholder,
  .caldera-grid textarea.form-control:-ms-input-placeholder {
    color: #5093CD; }
  .caldera-grid input.form-control::-ms-input-placeholder,
  .caldera-grid textarea.form-control::-ms-input-placeholder {
    color: #5093CD; }
  .caldera-grid input.form-control::placeholder,
  .caldera-grid textarea.form-control::placeholder {
    color: #5093CD; }
  .caldera-grid input.btn {
    width: 100%;
    background-color: #F79E02;
    border: 0px;
    border-radius: 0px;
    padding: .75em 0;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
    .caldera-grid input.btn:hover {
      color: #fff;
      background-color: #E28D05; }

.interior-item-wrapper {
  border-bottom: 1px solid #5093CD;
  padding: 2em; }
  .interior-item-wrapper:first-child {
    padding-top: 0px; }

h2.interior-item-title {
  text-transform: uppercase;
  padding: 0; }

.team-member-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.team-member-item {
  margin: 1em; }
  .team-member-item h3 {
    padding-left: .5em;
    border-left: 2px solid #F79E02;
    color: #8C9193; }

h2.faq-title a::after {
  content: url("/wp-content/themes/lewiston/images/toggle-arrow.png");
  display: inline-block;
  -webkit-transition: .75s;
  transition: .75s;
  padding: 0 .75em; }

.faq-section-wrapper h2.faq-title.open a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.faq-answer {
  display: none;
  margin: 1em;
  padding-left: .5em;
  border-left: 2px solid #F79E02; }

body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px; }

p,
span,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0; }

p {
  font-family: "Pontano Sans", sans-serif;
  color: #8C9193;
  font-size: 1.1em; }

h1,
h2,
h3,
h4 {
  font-family: "Heebo", sans-serif;
  color: #001B68;
  padding: 0 .5em; }

.bold-font {
  font-weight: 600; }

.white-heading {
  color: #fff; }

.navy-heading {
  color: #001B68; }

.light-blue-heading {
  color: #5093CD; }

.orange-heading {
  color: #F79E02; }

a:link, a:visited, a:active {
  font-family: "Heebo", sans-serif;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  text-decoration: none;
  color: #001B68; }

a:hover {
  color: #5093CD; }

a {
  word-break: break-word; }

a.standard-link {
  color: #001B68;
  font-weight: 600; }

a.standard-link:hover {
  color: #5093CD; }

.orange-link {
  margin: 2em 0; }
  .orange-link a {
    background-color: #F79E02;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500; }
    .orange-link a:hover {
      background-color: #E28D05; }

ul, ol {
  font-family: "Pontano Sans", sans-serif;
  color: #5093CD;
  font-size: 1.1em; }

img {
  max-width: 100%;
  height: auto;
  margin: 1em 0; }

.main-padding {
  width: 80%; }

.secondary-padding {
  width: 70%; }

.section-margin {
  margin: 3em 0; }

/*header styles */
.top-header-container {
  background-color: #fff; }

.hidden-logo-container {
  display: none; }

.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  .top-header .top-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .top-header .top-header-left a {
      margin: .25em; }
      .top-header .top-header-left a span {
        background-color: #F79E02;
        border-radius: .25em; }
      .top-header .top-header-left a i {
        color: #fff; }
  .top-header .top-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top-header .top-header-right a:first-child {
      padding-right: 2em; }

.header-container {
  position: relative;
  min-height: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header-container.interior-page-header {
    min-height: 60vh; }

#js-owl {
  position: absolute;
  z-index: -1;
  height: 100%; }
  #js-owl .owl-stage-outer {
    height: 100%; }
    #js-owl .owl-stage-outer .owl-stage {
      height: 100%; }
      #js-owl .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }

.slider-image {
  width: 100%;
  height: 100%; }

.main-header-container {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%; }
  .main-header-container .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }

.logo-container a img {
  width: 215px; }

.navigation {
  width: 75%;
  margin-left: .75em; }
  .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .navigation ul li {
      padding-left: 2.5em; }
      .navigation ul li a {
        text-transform: uppercase;
        font-weight: 600;
        color: #5093CD;
        border-bottom: 2px solid transparent; }
        .navigation ul li a:hover {
          color: #001B68;
          border-bottom: 2px solid #001b68; }

#menu-main-menu .menu-item-has-children {
  position: relative; }

#menu-main-menu .menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1; }

#menu-main-menu li ul {
  position: absolute;
  visibility: hidden;
  list-style: none;
  opacity: 0;
  -webkit-transition: .75s;
  transition: .75s;
  margin: 1em 0 0 0;
  padding: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#menu-main-menu li ul li {
  margin-left: 0;
  margin-bottom: 4px;
  padding: .5em;
  background-color: #5093CD; }

#menu-main-menu li ul li a {
  display: block;
  text-align: left;
  border-bottom: none;
  color: #fff;
  font-size: .75em; }

.cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12%; }
  .cta-container .cta-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 4px solid #5093CD;
    padding: 2em 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px;
    margin: .5em;
    -webkit-transition: .5s ease all;
    transition: .5s ease all; }
    .cta-container .cta-item img {
      margin: 1em 0; }
    .cta-container .cta-item form, .cta-container .cta-item .cta-link-wrap {
      margin: 1em 0;
      width: 80%;
      border: 2px solid #5093CD;
      padding: 1em .5em; }
    .cta-container .cta-item form select, .cta-container .cta-item .cta-link-wrap {
      text-align: center; }
    .cta-container .cta-item form select {
      width: 100%;
      background: url(images/dropdown-arrow.png) 94% center no-repeat rgba(255, 255, 255, 0);
      font-family: "Heebo", sans-serif;
      border: none;
      outline: none;
      text-align: center;
      text-align-last: center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .cta-container .cta-item form select:hover {
        cursor: pointer; }
    .cta-container .cta-item .cta-link-wrap a, .cta-container .cta-item form select {
      color: #5093CD;
      font-weight: 600;
      font-size: 1.5em; }
    .cta-container .cta-item:hover {
      background-color: rgba(255, 255, 255, 0.9); }
    .cta-container .cta-item form option {
      text-align: left; }

/* footer styles */
footer {
  background-color: #fff;
  margin: 2em 0; }

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }

.footer-left p, .footer-left a,
.footer-right p,
.footer-right a {
  color: #001B68;
  font-family: "Pontano Sans", sans-serif;
  font-weight: 600;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  font-size: 1em; }

.footer-left a p:hover,
.footer-right a p:hover {
  color: #5093CD; }

img.footer-icon {
  width: 150px; }

.footer-center {
  margin: 0 1em; }

.footer-center-bottom {
  margin-top: .5em; }
  .footer-center-bottom p {
    text-align: center;
    color: #001B68;
    font-family: "Heebo", sans-serif; }
    .footer-center-bottom p a {
      color: #001B68; }
      .footer-center-bottom p a:hover {
        color: #5093CD; }

/* Storage & news page styles */
.news-section-wrapper img.object-fit {
  height: 250px; }

img.object-fit {
  width: 250px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

.object-fit-fallback {
  width: 100%;
  height: 250px; }

.storage-section-wrapper,
.news-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.storage-content-wrap,
.news-content-wrap {
  max-width: 100%;
  margin: 1em 0 1em 2em; }

.news-date {
  margin: 1em 0; }

@media (max-width: 1738px) {
  .cta-container.secondary-padding {
    width: 85%; } }

@media (max-width: 1434px) {
  .cta-container.secondary-padding {
    width: 95%; } }

@media (max-width: 1200px) {
  .property-section.secondary-padding {
    width: 85%; } }

@media (max-width: 1085px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .footer-left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .footer-center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .footer-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 1.5em 0; } }

@media (max-width: 1024px) {
  .legend-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .overlay-wrapper {
    display: none; }
  .map-overlay-container {
    border-top: 0px; } }

@media (max-width: 1000px) {
  .top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .hidden-logo-container {
    display: block; }
    .hidden-logo-container img {
      width: 150px;
      margin: 0px; }
  .cta-container.secondary-padding {
    margin: 4em auto; }
  .main-padding,
  .secondary-padding {
    width: 95%; }
  .two-column-section .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .two-column-section .section-content .left-content,
    .two-column-section .section-content .right-content {
      margin: 0;
      width: 100%; }
  .list-item.property .list-details-wrapper, .list-item.unit .list-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .list-item.property .list-image, .list-item.unit .list-image {
    width: 100%; }
  .list-item.property .vertical-border, .list-item.unit .vertical-border {
    border-left: 0px;
    border-top: 4px solid #F79E02; }
  .list-item.property .list-details, .list-item.unit .list-details {
    width: 100%;
    text-align: center; }
  .list-item.property .pet-friendly, .list-item.unit .pet-friendly {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .orange-link.property,
  .orange-link.unit {
    width: 100%;
    padding: 2em 0; }
  .two-column-section .section-content .left-content {
    width: 100%; }
  .two-column-section .section-content .left-content,
  .two-column-section .section-content .right-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .details-section .details-container {
    padding: 0; }
  .details-section .details-container .specs-wrapper p,
  .details-section .details-container .specs-wrapper .pet-friendly {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%; }
  .horizontal-border.mobile {
    display: block; }
  .list-details-center {
    width: 100%;
    margin: 0; }
  .bottom-specs p {
    margin-bottom: 1em; }
  .storage-section-wrapper,
  .news-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .storage-content-wrap,
  .news-content-wrap {
    margin: 1em; }
  .page-title {
    height: 60vh; }
  .featNav {
    display: none; } }

@media (max-width: 863px) {
  .featured-section-container h1,
  h1 {
    font-size: 2em; }
  .map-section-container h2,
  h2.flexible-header,
  h2 {
    font-size: 1.75em; }
  h3,
  h3.flexible-sub-header {
    font-size: 1.5em; }
  .cta-container .cta-item img {
    display: none; }
  .list-wrapper.featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .list-item.featured {
    max-width: 100%; }
  .list-item.featured .list-details-wrapper {
    margin: 0;
    height: 350px; }
  .list-item.featured {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

@media (max-width: 720px) {
  .amenList li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .legend-mobile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (max-width: 520px) {
  .top-header .top-header-right a:first-child {
    padding-right: 0; }
  .top-header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cta-container .cta-item {
    padding: 2em; }
  .interior-item-wrapper {
    padding: 1em; }
  .link-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .link-section-wrapper .orange-link.property {
      padding: 2em 0;
      margin: .5em 0; }
  .top-specs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .details-section .details-container .specs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .list-item.featured .list-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-item.featured .list-details .right-details {
      margin-top: 1em;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
