@charset "UTF-8";
/**
 * This is where we pack all of our items in. These files act like frame to build your site. Selectors are kept to a minimum to stay our of your way as much as possible.
 */
/* Slider */
@import url("//hello.myfonts.net/count/2e0977");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }
  .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;
    max-width: none;
    width: 100%; }
  .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; }

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../sass/vendor/slick/fonts/slick.eot");
  src: url("../sass/vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../sass/vendor/slick/fonts/slick.woff") format("woff"), url("../sass/vendor/slick/fonts/slick.ttf") format("truetype"), url("../sass/vendor/slick/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%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .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: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 6px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  @media (min-width: 980px) {
    .slick-dots {
      bottom: 32px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    @media (min-width: 980px) {
      .slick-dots li {
        margin: 0 5px; } }
    .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: 10px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (min-width: 980px) {
          .slick-dots li button:before {
            font-size: 18px; } }
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.75; }

.hide-text {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

.blog .site-content .post:before, .person:before, .gallery:before, .pagination .page-numbers:before,
.woocommerce-pagination .page-numbers:before, .header-widget-region:before, .person .person-wrap:before, .blog .site-content .post:after, .person:after, .gallery:after, .pagination .page-numbers:after,
.woocommerce-pagination .page-numbers:after, .header-widget-region:after, .person .person-wrap:after, .cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.blog .site-content .post:after, .person:after, .gallery:after, .pagination .page-numbers:after,
.woocommerce-pagination .page-numbers:after, .header-widget-region:after, .person .person-wrap:after, .cf:after {
  clear: both; }

h2.alt-page-title::after, .tribe-events-single .alt-page-title.tribe-events-single-event-title::after, .ninja-forms-form-title::after, #mobile-nav .menu li, .entry-header, .blog .hentry, .widget.null-instagram-feed h3, .border-home-sep, .addresses .development::before, .community-locations li, .person {
  background-image: linear-gradient(to right, #F5A342 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 18px 2px;
  background-repeat: repeat-x; }

/**
 * essentially put all grid styles here
 *
 * selectors should be minimal
 * declare susy map variable if you're into that
 */
body #pg-9-0, #pl-9 .panel-grid-cell .so-panel {
  margin-bottom: 18px; }

.select-style {
  border: 1px solid #ccc;
  width: 120px;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("img/icon-select.png") no-repeat 90% 50%; }

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none; }

.select-style select:focus {
  outline: none; }

.site {
  max-width: 1030px; }
  @media screen and (min-width: 1030px) {
    .site {
      width: calc(100% - 275px);
      margin-left: 245px; } }

@media screen and (min-width: 1030px) {
  .home {
    overflow-x: hidden; } }
.home .site-main {
  position: relative; }
.home .site-content {
  margin-bottom: 0; }
  @media screen and (min-width: 1030px) {
    .home .site-content {
      margin-top: 150px; } }

.site-content {
  margin-bottom: 30px; }
  @media screen and (min-width: 1030px) {
    .site-content {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1300px) {
    .site-content {
      margin-bottom: 180px; } }

.col-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .col-full:after {
    content: " ";
    display: block;
    clear: both; }

/**
 * Widget Layout
 */
.widget .instagram-pics {
  padding-top: 30px; }
  @media screen and (min-width: 1030px) {
    .widget .instagram-pics li {
      width: 22.8571428571%;
      float: left;
      margin-bottom: 30px; }
      .widget .instagram-pics li:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .widget .instagram-pics li:nth-child(4n + 2) {
        margin-left: 25.7142857143%;
        margin-right: -100%;
        clear: none; }
      .widget .instagram-pics li:nth-child(4n + 3) {
        margin-left: 51.4285714286%;
        margin-right: -100%;
        clear: none; }
      .widget .instagram-pics li:nth-child(4n + 4) {
        margin-left: 77.1428571429%;
        margin-right: -100%;
        clear: none; } }

/**
 * Headline Layout
 */
.blog .site-content .post {
  position: relative; }
  .blog .site-content .post figure img {
    max-width: none;
    width: 100%; }
  @media screen and (min-width: 1030px) {
    .blog .site-content .post figure {
      width: 31.0344827586%;
      float: left;
      margin-right: 3.4482758621%; } }
  @media screen and (min-width: 1030px) {
    .blog .site-content .post .post-excerpt {
      width: 65.5172413793%;
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 1030px) {
  .blog .site-content .post:nth-child(odd) figure {
    width: 31.0344827586%;
    float: right;
    margin-right: 0; } }
@media screen and (min-width: 1030px) {
  .blog .site-content .post:nth-child(odd) .post-excerpt {
    width: 65.5172413793%;
    float: left;
    margin-right: 3.4482758621%; } }
.blog .site-content .post:nth-child(odd) .article-quote {
  margin-left: 0; }

/**
 * People
 */
.person {
  position: relative; }
  @media screen and (min-width: 1030px) {
    .person figure {
      width: 31.0344827586%;
      float: left;
      margin-right: 3.4482758621%; } }
  @media screen and (min-width: 1030px) {
    .person .person-excerpt {
      width: 65.5172413793%;
      float: right;
      margin-right: 0;
      padding-right: 20px; } }
  @media screen and (min-width: 1030px) {
    .person .person-quote {
      float: right;
      width: 80%; } }
  .person .person-quote::after {
    left: 0; }

@media screen and (min-width: 1030px) {
  .person:nth-child(odd) figure {
    width: 31.0344827586%;
    float: right;
    margin-right: 0; } }
@media screen and (min-width: 1030px) {
  .person:nth-child(odd) .person-excerpt {
    width: 65.5172413793%;
    float: left;
    margin-right: 3.4482758621%; } }
@media screen and (min-width: 1030px) {
  .person:nth-child(odd) .person-quote {
    margin-left: 0;
    float: left; } }
.person:nth-child(odd) .person-quote::after {
  left: 100%;
  margin-left: -45px;
  border-width: 0 0 27px 45px;
  border-color: transparent transparent rgba(241, 242, 226, 0.8) transparent; }

/**
 * Footer Contact Info
 */
.footer-contact-info {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .footer-contact-info:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 1030px) {
    .footer-contact-info figure {
      width: 40%;
      float: left; } }
  @media screen and (min-width: 1030px) {
    .footer-contact-info .addresses {
      width: 60%;
      float: right;
      position: relative;
      z-index: 100; } }

.footer-columns {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .footer-columns:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 1030px) {
    .footer-columns .col:first-child {
      width: 64.2857142857%;
      float: left;
      margin-right: 7.1428571429%; } }
  @media screen and (min-width: 1030px) {
    .footer-columns .col:last-child {
      width: 28.5714285714%;
      float: right;
      margin-right: 0; } }

/**
 * Future Tenants
 */
@media screen and (min-width: 1030px) {
  .future-tenant-categories li {
    width: 32.2033898305%;
    float: left; }
    .future-tenant-categories li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .future-tenant-categories li:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .future-tenant-categories li:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; } }

@media screen and (min-width: 1030px) {
  .featured-future-tenant figure {
    width: 35.8974358974%;
    float: left;
    margin-right: 2.5641025641%; } }
@media screen and (min-width: 1030px) {
  .featured-future-tenant .future-tenant-description {
    width: 42.3076923077%;
    float: left;
    margin-right: 2.5641025641%; } }
@media screen and (min-width: 1030px) {
  .featured-future-tenant .future-tenant-details {
    width: 16.6666666667%;
    float: right;
    margin-right: 0; } }

.uptown-essence img {
  width: 100%; }
@media screen and (min-width: 1030px) {
  .uptown-essence .essence-row {
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .uptown-essence .essence-row:after {
      content: " ";
      display: block;
      clear: both; } }
@media screen and (min-width: 1030px) {
  .uptown-essence .essence-row:nth-child(2) .essence-item:first-child {
    width: 48.4042553%;
    float: left; } }
@media screen and (min-width: 1030px) {
  .uptown-essence .essence-row:nth-child(2) .essence-item:last-child {
    width: 48.4042553%;
    float: right; } }
@media screen and (min-width: 1030px) {
  .uptown-essence .essence-row:nth-child(4) .essence-item:first-child {
    width: 34.9514563%;
    float: left; } }
@media screen and (min-width: 1030px) {
  .uptown-essence .essence-row:nth-child(4) .essence-item:last-child {
    width: 61.9417476%;
    float: right; } }

/**
 * Featured Neighborhoods
 */
.featured-neighborhood {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .featured-neighborhood:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 1030px) {
    .featured-neighborhood figure,
    .featured-neighborhood .featured-neighborhood-content {
      width: 45.4545454545%;
      float: left; }
      .featured-neighborhood figure:nth-child(2n + 1),
      .featured-neighborhood .featured-neighborhood-content:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .featured-neighborhood figure:nth-child(2n + 2),
      .featured-neighborhood .featured-neighborhood-content:nth-child(2n + 2) {
        margin-left: 54.5454545455%;
        margin-right: -100%;
        clear: none; } }

/**
 * Contact form
 */
@media screen and (min-width: 1030px) {
  .contact-details {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .contact-details:after {
      content: " ";
      display: block;
      clear: both; } }
@media screen and (min-width: 1030px) {
  .contact-details .contact-detail {
    width: 32.2033898305%;
    float: left; }
    .contact-details .contact-detail:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .contact-details .contact-detail:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .contact-details .contact-detail:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; } }

@media screen and (min-width: 1030px) {
  .contact-form-third-wrap {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 5.2631578947%; }
    .contact-form-third-wrap:nth-child(4) {
      float: right;
      margin-right: 0; } }

@media screen and (min-width: 1030px) {
  .contact-form-full-wrap {
    padding-top: 70px; } }

.hide-on-mobile {
  display: none !important; }
  @media screen and (min-width: 1030px) {
    .hide-on-mobile {
      display: inherit !important; } }

@media screen and (min-width: 1030px) {
  .hide-on-desktop {
    display: none !important; } }

.no-list-style {
  padding-left: 0;
  list-style: none; }

/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
input,
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

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

textarea {
  resize: vertical; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 15px;
  line-height: 21px;
  color: #41392D;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 1px; }
  @media screen and (min-width: 1030px) {
    body {
      font-size: 16px;
      line-height: 1.3; } }

::selection {
  background: #F5A342;
  /* Webkit */
  color: white; }

::-moz-selection {
  background: #F5A342;
  /* Firefox */
  color: white; }

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

a {
  color: #F5A342;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:active {
    color: #7BA85D; }

body #wpadminbar {
  position: fixed; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.interface-checkbox {
  display: none;
  speak: none; }

h1, h2, .tribe-events-single .tribe-events-single-event-title, h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Source Sans Pro", sans-serif; }

h1, .h1 {
  font-family: "Manus", serif;
  font-weight: normal;
  font-style: normal; }

h2, .tribe-events-single .tribe-events-single-event-title {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px; }
  @media screen and (min-width: 1030px) {
    h2, .tribe-events-single .tribe-events-single-event-title {
      font-size: 22px; } }

h3 {
  letter-spacing: 1px; }

.site-content p {
  margin-bottom: 10px; }

ul,
ol {
  padding-left: 20px; }

h2.alt-page-title::after, .tribe-events-single .alt-page-title.tribe-events-single-event-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 12px; }

/**
 * put any locally served fonts here
 *
 * todo: pull sample from bones theme
 */
@font-face {
  font-family: 'Manus';
  src: url("../webfonts/2E0977_0_0.eot");
  src: url("../webfonts/2E0977_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/2E0977_0_0.woff2") format("woff2"), url("../webfonts/2E0977_0_0.woff") format("woff"), url("../webfonts/2E0977_0_0.ttf") format("truetype"); }
.leasing-pdf, footer .big-green-button {
  display: inline-block;
  background-color: #7BA85D;
  color: #fff !important;
  width: 100%;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px; }
  .leasing-pdf:hover, footer .big-green-button:hover {
    background-color: #638949; }
  @media screen and (min-width: 1030px) {
    .leasing-pdf, footer .big-green-button {
      float: right;
      width: 50%;
      margin-top: -35px;
      font-size: 28px; } }

footer {
  clear: both; }
  footer .big-green-button {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 570px;
    width: 100%; }
    footer .big-green-button:hover {
      background-color: #638949; }

/**
 * Forms
 * todo: strip styles
 */
form {
  margin-bottom: 1.618em; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart {
  border: 0;
  background: none;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  line-height: 1;
  padding: .618em 1em;
  text-decoration: none;
  font-weight: 700;
  text-shadow: none;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 0; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover,
  .added_to_cart:hover {
    opacity: 0.8;
    color: #fff; }
  button.added:after,
  input[type="button"].added:after,
  input[type="reset"].added:after,
  input[type="submit"].added:after,
  .button.added:after,
  .added_to_cart.added:after {
    content: "\f00c";
    font-family: "FontAwesome";
    margin-left: .53em; }
  button.loading,
  input[type="button"].loading,
  input[type="reset"].loading,
  input[type="submit"].loading,
  .button.loading,
  .added_to_cart.loading {
    opacity: 0.5; }
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small,
  .button.small,
  .added_to_cart.small {
    padding: .53em .857em;
    font-size: .857em; }
  button.disabled,
  input[type="button"].disabled,
  input[type="reset"].disabled,
  input[type="submit"].disabled,
  .button.disabled,
  .added_to_cart.disabled {
    opacity: 0.5 !important; }
    button.disabled:hover,
    input[type="button"].disabled:hover,
    input[type="reset"].disabled:hover,
    input[type="submit"].disabled:hover,
    .button.disabled:hover,
    .added_to_cart.disabled:hover {
      opacity: 0.5 !important; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  padding: .618em;
  line-height: 1;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  background-color: rgba(71, 112, 130, 0.15); }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: .857em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

label {
  font-weight: 700; }

label.inline input {
  width: auto; }

fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1.618em; }
  fieldset legend {
    font-weight: 700; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

/* individual: webkit */
.home .mobile-form::-webkit-input-placeholder {
  color: #477082;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px; }

/* individual: mozilla */
.home .mobile-form::-moz-placeholder {
  color: #477082;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px; }

/* internet explorer 10+ */
.home .mobile-form:-ms-input-placeholder {
  color: #477082;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px; }

.email-signup form {
  position: relative;
  padding-top: 25px; }
  .email-signup form label {
    display: none !important; }
  .email-signup form input[type="text"],
  .email-signup form input[type="email"] {
    width: 100%;
    padding: 9px 40px 10px 18px;
    line-height: 1.8;
    background-color: rgba(71, 112, 130, 0.15);
    font-size: 12px; }
  .email-signup form input[type="submit"] {
    position: absolute;
    top: 025px;
    right: 0;
    font-size: 0;
    background-color: #F5A342;
    background-image: url("../svg/btn-email-submit.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    color: #000;
    background-size: 100%; }
  @media screen and (min-width: 1030px) {
    .email-signup form {
      display: none; } }

.site-footer .email-signup {
  display: none;
  margin-left: 20px;
  vertical-align: middle; }
  @media screen and (min-width: 1030px) {
    .site-footer .email-signup {
      display: block;
      margin-left: 0; } }

.site-footer .email-signup form {
  display: none;
  margin-bottom: 0; }
  .site-footer .email-signup form .field-wrap, .site-footer .email-signup form #ninja_forms_required_items {
    margin-bottom: 0; }
  .site-footer .email-signup form input[type="text"],
  .site-footer .email-signup form input[type="email"] {
    background-color: rgba(241, 242, 226, 0.9);
    color: #477082; }
  @media screen and (min-width: 1030px) {
    .site-footer .email-signup form {
      display: block; } }

/* individual: webkit */
.site-footer .mobile-form::-webkit-input-placeholder {
  color: #477082;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 16px; }

/* individual: mozilla */
.site-footer .mobile-form::-moz-placeholder {
  color: #477082;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 16px; }

/* internet explorer 10+ */
.site-footer .mobile-form:-ms-input-placeholder {
  color: #477082;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 16px; }

/**
 * email-signup
 */
@media screen and (min-width: 1030px) {
  .home .email-signup br {
    display: none; }
  .home .email-signup .message {
    margin-top: 13px; } }

/**
 * Ninja Form Adjustments
 */
.home .ninja-forms-error-msg,
.site-footer .ninja-forms-error-msg {
  display: none; }

.ninja-forms-form-title {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px; }
  .ninja-forms-form-title::after {
    content: '';
    display: block;
    width: 102%;
    height: 16px; }

.ninja-forms-required-items {
  display: none; }

@media screen and (min-width: 1030px) {
  #ninja_forms_form_1 {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (min-width: 1030px) {
  #ninja_forms_form_1 .textarea-wrap textarea {
    height: 160px; } }

.page-template-template-contact .site-content .field-wrap.submit-wrap {
  margin-top: -50px;
  margin-bottom: 0;
  text-align: center; }

.ninja-forms-form-wrap input.btn-main-contact-submit {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-image: url("../svg/btn-form-submit.svg");
  font-size: 0; }
  @media screen and (min-width: 1030px) {
    .ninja-forms-form-wrap input.btn-main-contact-submit {
      width: 80px;
      height: 80px; } }

#ninja_forms_form_1 input[type="text"],
#ninja_forms_form_1 input[type="email"],
#ninja_forms_form_1 textarea {
  background-color: rgba(241, 242, 226, 0.9);
  padding: 1em; }

/**
 * Main Navigation
 */
.global-navigation {
  background-color: #FFF;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1337; }
  .global-navigation.has-menu {
    height: 100%; }
  @media screen and (min-width: 1030px) {
    .global-navigation {
      width: 195px; } }

.main-navigation {
  float: right; }

#menu-intro-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 35px; }
  #menu-intro-menu a {
    width: 100%;
    color: #fff;
    display: block;
    background-color: #F5A342;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px; }

/**
 * Plaza Sub Menu
 */
.main-nav {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 2000; }
  @media screen and (min-width: 1030px) {
    .main-nav {
      display: block; } }
  .main-nav li {
    background-color: rgba(241, 242, 226, 0.9);
    width: 205px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px; }
  .main-nav li.current-menu-item a,
  .main-nav li a:hover {
    background-color: #7BA85D;
    color: #F0F1E1; }
  .main-nav a {
    color: #7BA85D;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    padding-left: 26px; }
  @media screen and (min-width: 1300px) {
    .main-nav {
      display: inherit; } }
  .main-nav .social-icons {
    background-color: transparent;
    text-align: center; }
    .main-nav .social-icons a {
      display: inline-block;
      color: #477082;
      padding-left: 0; }
      .main-nav .social-icons a:hover {
        background-color: transparent;
        color: #638594; }

.mobile-address {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.5px;
  color: #F5A342;
  text-align: center;
  padding: 50px 25px; }

/**
 * Mobile Menu
 */
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.site-header {
  background-color: rgba(255, 255, 255, 0.9); }

.header--fixed {
  position: fixed;
  z-index: 2200;
  right: 0;
  left: 0;
  top: 0; }

.slide {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media screen and (min-width: 1030px) {
    .slide {
      transition: none; } }

.slide--reset {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  @media screen and (min-width: 1030px) {
    .slide--reset {
      transform: none; } }

.slide--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  @media screen and (min-width: 1030px) {
    .slide--up {
      transform: none; } }

/**
 * Mobile Overlay
 */
#mobile-nav {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(241, 242, 226, 0.9);
  z-index: 2800;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  @media screen and (min-width: 1030px) {
    #mobile-nav {
      display: none; } }

#mobile-nav.is-open {
  overflow: hidden;
  opacity: 1;
  height: 100%; }

#mobile-nav .menu {
  width: 100%;
  text-align: center; }
  #mobile-nav .menu a {
    font-size: 22px; }
  #mobile-nav .menu li {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px; }

#mobile-nav .mobile-navigation {
  margin-top: 40px; }
  #mobile-nav .mobile-navigation a {
    color: #7BA85D;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }

#mobile-nav .mobile-social-navigation a {
  color: #477082;
  font-family: "Manus", serif;
  font-size: 32px;
  line-height: auto; }
#mobile-nav .mobile-social-navigation li {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 10px; }
#mobile-nav .mobile-social-navigation li:last-child {
  background: none; }

.menu-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  padding: 18px 15px 15px;
  -webkit-tap-highlight-color: transparent; }
  @media screen and (min-width: 1030px) {
    .menu-button {
      padding: 30px 30px 15px;
      display: none; } }

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .burger-icon, .burger-icon:before, .burger-icon:after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #F5A342;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon:before, .burger-icon:after {
    position: absolute;
    content: ""; }
  .burger-icon:before {
    top: -8px; }
  .burger-icon:after {
    top: 8px; }
  @media screen and (min-width: 600px) {
    .burger-icon {
      position: relative;
      margin-top: 8px;
      margin-bottom: 8px; }
      .burger-icon, .burger-icon:before, .burger-icon:after {
        display: block;
        width: 35px;
        height: 2px;
        background-color: #F5A342;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .burger-icon:before, .burger-icon:after {
        position: absolute;
        content: ""; }
      .burger-icon:before {
        top: -8px; }
      .burger-icon:after {
        top: 8px; } }

.menu-button.is-active .burger-icon {
  background-color: transparent; }
.menu-button.is-active .burger-icon:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }
.menu-button.is-active .burger-icon:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

.social-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px; }
  .social-nav a {
    color: #477082;
    margin: 0 5px; }

@media screen and (min-width: 1030px) {
  .home .social-nav {
    display: none; } }

/**
 * Content
 */
.site {
  padding-top: 60px;
  padding-left: 8%;
  padding-right: 8%; }
  @media screen and (min-width: 1030px) {
    .site {
      padding-top: 150px;
      padding-left: 0;
      padding-right: 0;
      margin-left: 245px; } }

.home .site {
  padding-top: 0; }

.site-main article:last-child {
  background-image: none;
  margin-bottom: 60px; }

.entry-title {
  font-size: 40px;
  line-height: 32px;
  color: #477082; }
  @media screen and (min-width: 1030px) {
    .entry-title {
      font-size: 70px;
      line-height: 42px;
      display: inline-block;
      margin-right: 25px; } }

.entry-header {
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 22px;
  padding-bottom: 15px;
  position: relative; }
  @media screen and (min-width: 1030px) {
    .entry-header {
      padding-bottom: 12px;
      margin-bottom: 30px; } }

.page-template-template-area .entry-header {
  margin-bottom: 10px; }

.entry-sub-title {
  font-size: 18px;
  color: #7BA85D;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media screen and (min-width: 1030px) {
    .entry-sub-title {
      font-size: 22px; } }

.blog .hentry {
  margin: 0 0 30px;
  padding-bottom: 18px; }
  .blog .hentry .entry-title {
    font-size: 22px;
    color: #41392D;
    line-height: normal;
    background-image: none; }
  .blog .hentry .entry-header {
    background: none;
    margin: 20px 0 0; }

.hentry .entry-header .byline {
  font-size: .857em; }
.hentry .entry-meta a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.2); }
.hentry .entry-header {
  margin: 20px 0; }
.hentry .article-link {
  text-transform: uppercase;
  color: #477082 !important;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both; }

.cat-links,
.tags-links,
.comments-link,
.edit-link {
  display: block;
  margin-bottom: 1em; }

/**
 * Blog Content
 */
@media screen and (min-width: 1030px) {
  .blog .site-content .post {
    padding-right: 10px; } }

.article-quote {
  display: none;
  background-color: rgba(241, 242, 226, 0.9);
  color: #7BA85D;
  font-size: 36px;
  padding: 34px;
  font-family: "Manus", serif;
  margin-top: 40px;
  position: relative;
  margin-left: -20%; }
  @media screen and (min-width: 1030px) {
    .article-quote {
      display: block;
      position: relative;
      width: 120%; } }

/**
 * Featured Neighborhoods
 */
.featured-neighborhoods {
  padding-top: 30px; }

.featured-neighborhood figure {
  position: relative; }
  .featured-neighborhood figure img {
    max-width: none;
    width: 100%; }

.featured-neighborhood figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Manus", serif;
  color: #fff;
  font-size: 42px;
  padding-top: 17px;
  text-align: center;
  line-height: 80px; }
  @media screen and (min-width: 980px) {
    .featured-neighborhood figcaption {
      font-size: 78px; } }

.the-tenants .tenant {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 1030px) {
    .the-tenants .tenant {
      width: calc(50% - 15px);
      float: left; }
      .the-tenants .tenant:nth-child(odd) {
        margin-right: 30px; } }
  .the-tenants .tenant h3, .the-tenants .tenant a {
    position: relative;
    z-index: 50; }
  .the-tenants .tenant a {
    color: #F5A342; }
  .the-tenants .tenant:hover .tenant-meta {
    opacity: 1; }
.the-tenants .tenant-meta {
  opacity: 1;
  background-color: rgba(72, 114, 131, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 49;
  transition: opacity 0.25s ease-out;
  font-size: 18px;
  padding: 25px 0; }
  @media screen and (min-width: 1030px) {
    .the-tenants .tenant-meta {
      height: 100%;
      top: 0;
      bottom: inherit;
      opacity: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
.the-tenants .tenant-name {
  text-transform: uppercase;
  color: #F0F1E1;
  font-size: 22px;
  margin-bottom: 5px; }
.the-tenants .tenant-website {
  display: block;
  margin-bottom: 5px; }
.the-tenants .has-instagram .tenant-facebook:after {
  content: '|';
  color: #F0F1E1;
  display: inline-block;
  margin: 0 5px 0 10px; }
@media screen and (min-width: 1030px) {
  .the-tenants footer {
    padding-top: 70px; } }

.featured-future-tenants .future-tenant-description {
  margin-bottom: 15px; }
.featured-future-tenants footer {
  padding: 20px 0 50px; }
  @media screen and (min-width: 1030px) {
    .featured-future-tenants footer {
      padding: 50px 0 0; } }

/**
 * Hoem Page Intro display
 */
/**
 * Media
 */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block; }

/**
 * Captions
 */
.wp-caption {
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    padding: 1em 0; }

/**
 * Galleries
 */
.gallery .gallery-item {
  float: left; }
  .gallery .gallery-item .gallery-icon a {
    display: block; }
  .gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin-bottom: 0; }
  .gallery .gallery-item .gallery-caption {
    margin: 0;
    text-align: center; }

/**
 * Instagram Plugin
 */
.instagram-pics {
  padding-left: 0;
  overflow: auto;
  margin-bottom: 80px; }
  .instagram-pics li {
    margin-bottom: 20px; }

/**
 * Pagination
 */
.site-main [class*="navigation"] {
  overflow: hidden; }
  .site-main [class*="navigation"] .nav-previous {
    float: left;
    width: 50%; }
  .site-main [class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

/**
 * Pagination
 */
.pagination,
.woocommerce-pagination {
  padding: 0 0 3em;
  text-align: center;
  clear: both; }
  .pagination .page-numbers,
  .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0; }
    .pagination .page-numbers li,
    .woocommerce-pagination .page-numbers li {
      display: inline-block; }
      .pagination .page-numbers li .page-numbers,
      .woocommerce-pagination .page-numbers li .page-numbers {
        border-left-width: 0;
        display: inline-block;
        padding: .327em .857em; }
        .pagination .page-numbers li .page-numbers.current,
        .woocommerce-pagination .page-numbers li .page-numbers.current {
          font-weight: 700;
          background-color: #F5A342;
          border-color: #F5A342;
          color: #fff; }
        .pagination .page-numbers li .page-numbers.dots,
        .woocommerce-pagination .page-numbers li .page-numbers.dots {
          background-color: transparent; }
        .pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next,
        .woocommerce-pagination .page-numbers li .page-numbers.prev,
        .woocommerce-pagination .page-numbers li .page-numbers.next {
          padding-left: 1em;
          padding-right: 1em; }
      .pagination .page-numbers li a.page-numbers:hover,
      .woocommerce-pagination .page-numbers li a.page-numbers:hover {
        background-color: rgba(0, 0, 0, 0.05); }

/**
 * Comments
 */
/**
 * Widgets
 */
.widget {
  margin: 0 0 3.631em; }
  .widget select {
    max-width: 100%; }
  .widget.null-instagram-feed h3 {
    font-size: 46px;
    letter-spacing: 0;
    font-family: "Manus", serif;
    font-weight: normal;
    font-style: normal;
    color: #477082;
    line-height: 42px; }
  .widget h3.widget-title {
    font-size: 46px;
    letter-spacing: 0; }
  .widget ul {
    margin-left: 0;
    list-style: none; }
    .widget ul ul {
      margin-left: 1.618em; }

.widget-area .widget a.button {
  font-weight: 700 !important;
  color: #fff; }
  .widget-area .widget a.button:hover {
    color: #fff; }

.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: .857em; }

.widget_search form,
.widget_product_search form {
  position: relative; }
  .widget_search form input[type=text],
  .widget_search form input[type=search],
  .widget_product_search form input[type=text],
  .widget_product_search form input[type=search] {
    width: 100%;
    padding-left: 2.618em; }

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul {
  margin: 0; }
  .widget_recent_entries ul li,
  .widget_pages ul li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_recent_comments ul li,
  .widget_nav_menu ul li,
  .widget_links ul li {
    list-style: none;
    margin-bottom: .618em; }
  .widget_recent_entries ul .sub-menu,
  .widget_pages ul .sub-menu,
  .widget_categories ul .sub-menu,
  .widget_archive ul .sub-menu,
  .widget_recent_comments ul .sub-menu,
  .widget_nav_menu ul .sub-menu,
  .widget_links ul .sub-menu {
    margin-top: .618em;
    margin-left: 1.618em; }

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: .236em;
  text-align: center; }

.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: .618em 0 0 1.387em; }

.widget-area .widget {
  font-size: .857em; }
  .widget-area .widget h1.widget-title {
    font-size: 1.387em; }
  .widget-area .widget a {
    font-weight: 400; }
    .widget-area .widget a:hover {
      color: #F5A342; }

.uptown-event {
  background-color: transparent !important; }
  @media screen and (min-width: 1030px) {
    .uptown-event {
      display: flex !important; } }
  .uptown-event .image {
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 1030px) {
      .uptown-event .image {
        width: 360px; } }
    .uptown-event .image img {
      width: 100%;
      opacity: 0; }
  @media screen and (min-width: 1030px) {
    .uptown-event .text {
      padding: 20px 20px 70px 70px; } }
  .uptown-event .tribe-events-list-event-title {
    text-transform: uppercase;
    margin-bottom: 10px; }
    .uptown-event .tribe-events-list-event-title a {
      color: #41392D; }
      .uptown-event .tribe-events-list-event-title a span {
        color: #F5A342; }
  .uptown-event .tribe-events-list-event-description {
    margin-bottom: 25px; }
    @media screen and (min-width: sm) {
      .uptown-event .tribe-events-list-event-description {
        margin-bottom: 0; } }
    .uptown-event .tribe-events-list-event-description p {
      margin-bottom: 20px; }
  .uptown-event .tribe-events-read-more {
    text-transform: uppercase;
    color: #477082;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px; }
    .uptown-event .tribe-events-read-more:hover, .uptown-event .tribe-events-read-more:active {
      color: #638594; }

.tribe-events-single {
  margin-bottom: 100px; }
  .tribe-events-single .tribe-events-single-event-title {
    text-transform: uppercase;
    color: #41392D;
    margin-bottom: 20px; }
    .tribe-events-single .tribe-events-single-event-title span {
      color: #F5A342; }
  .tribe-events-single .tribe-events-sub-nav {
    padding: 0;
    text-align: left; }
    @media screen and (min-width: 1030px) {
      .tribe-events-single .tribe-events-sub-nav {
        position: absolute;
        top: -15px;
        right: 0; } }
    .tribe-events-single .tribe-events-sub-nav li {
      display: inline-block;
      margin-right: 10px; }
  .tribe-events-single .tribe-events-nav-image-link a {
    text-indent: -9999px;
    width: 47px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block; }
  .tribe-events-single .tribe-events-nav-image-link.tribe-events-nav-previous a {
    background-image: url(../svg/arrow-left.svg); }
  .tribe-events-single .tribe-events-nav-image-link.tribe-events-nav-next a {
    background-image: url(../svg/arrow-right.svg); }
  .tribe-events-single .event-details .tribe-events-event-meta {
    border: 0; }
  .tribe-events-single .event-details h2, .tribe-events-single .event-details .tribe-events-single-event-title {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .tribe-events-single .event-details ul {
    list-style: none;
    padding: 0; }
  .tribe-events-single .event-details li {
    color: #F5A342;
    margin-bottom: 20px; }
    .tribe-events-single .event-details li:last-child {
      margin-bottom: 0; }
    .tribe-events-single .event-details li span {
      color: #41392D;
      display: block; }

@media screen and (min-width: 1030px) {
  .uptown-event-content {
    display: flex; }
    .uptown-event-content .image {
      max-width: 500px; }
    .uptown-event-content .text {
      padding-left: 35px; } }

.featured-events {
  display: none; }
  @media screen and (min-width: 1030px) {
    .featured-events .uptown-event:nth-child(2n) {
      flex-direction: row-reverse; } }

@media screen and (min-width: 1030px) {
  .more-events .uptown-event, .main-events .uptown-event {
    flex-direction: column;
    width: calc(33.3% - 10px);
    margin-right: 15px; }
    .more-events .uptown-event:nth-child(3n), .main-events .uptown-event:nth-child(3n) {
      margin-right: 0; }
    .more-events .uptown-event .image, .main-events .uptown-event .image {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 300px;
      overflow: hidden;
      width: 100%; }
      .more-events .uptown-event .image img, .main-events .uptown-event .image img {
        opacity: 0; }
    .more-events .uptown-event .text, .main-events .uptown-event .text {
      padding: 0 0 70px; }
    .more-events .uptown-event h2, .main-events .uptown-event h2, .more-events .uptown-event .tribe-events-single .tribe-events-single-event-title, .tribe-events-single .more-events .uptown-event .tribe-events-single-event-title, .main-events .uptown-event .tribe-events-single .tribe-events-single-event-title, .tribe-events-single .main-events .uptown-event .tribe-events-single-event-title {
      height: 100px; }
    .more-events .uptown-event p, .main-events .uptown-event p {
      display: none; }
  .more-events .tribe-events-loop, .main-events .tribe-events-loop {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1030px) {
  .main-events .uptown-event {
    width: calc(50% - 15px); }
    .main-events .uptown-event:nth-child(2n) {
      margin-right: 0; } }

.tribe-events-nav-previous.is_past {
  display: none !important; }

.tribe-events-loop.slick-slider {
  padding-bottom: 75px; }
  .tribe-events-loop.slick-slider .slick-next,
  .tribe-events-loop.slick-slider .slick-prev {
    width: 47px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: inherit;
    bottom: 0;
    position: relative;
    display: inline !important;
    left: 0; }
    .tribe-events-loop.slick-slider .slick-next:before,
    .tribe-events-loop.slick-slider .slick-prev:before {
      display: none; }
    @media screen and (min-width: 1030px) {
      .tribe-events-loop.slick-slider .slick-next,
      .tribe-events-loop.slick-slider .slick-prev {
        width: 54px;
        height: 54px;
        position: absolute;
        left: 50%;
        margin-left: -24px; } }
  .tribe-events-loop.slick-slider .slick-prev {
    background-image: url(../svg/arrow-left.svg);
    margin-right: 15px; }
    @media screen and (min-width: 1030px) {
      .tribe-events-loop.slick-slider .slick-prev {
        transform: translateX(-42px);
        margin-right: 0; } }
  .tribe-events-loop.slick-slider .slick-next {
    background-image: url(../svg/arrow-right.svg); }
    @media screen and (min-width: 1030px) {
      .tribe-events-loop.slick-slider .slick-next {
        transform: translateX(42px); } }

.site-title a {
  width: 112px;
  height: 50px;
  background-image: url("../svg/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  float: left; }
  @media screen and (min-width: 1030px) {
    .site-title a {
      background-size: 178px 52px;
      width: 225px;
      height: 95px; } }

/**
 * putting a background image on a container with no content won't show anything,
 * so we add padding
 * 63.7037037% is derived from dividing height/width, 172x270 for mobile
 * 46.5454545%% is derived from dividing height/width, 1024x2200 for mobile
 */
.home-intro {
  margin-bottom: 60px;
  color: #353535;
  padding-top: 100px; }
  @media screen and (min-width: 1030px) {
    .home-intro {
      background-image: url("../img/desktop-homepage.jpg");
      padding-top: 0; } }
  .home-intro img {
    width: 100%; }
  @media screen and (min-width: 1030px) {
    .home-intro .story-content {
      float: right;
      top: -150px;
      right: -45px; } }
  .home-intro .story-content h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 1030px) {
      .home-intro .story-content h1 {
        font-size: 22px; } }

/**
 * homepage callouts
 */
.home-callouts {
  position: relative; }

.home-cta h3 {
  margin-bottom: 10px;
  font-size: 15px; }
  @media screen and (min-width: 1030px) {
    .home-cta h3 {
      font-size: 22px; } }
@media screen and (min-width: 1030px) {
  .home-cta {
    width: 53%;
    position: relative; } }

.home-cta a {
  text-align: center;
  display: inline-block;
  color: #477082;
  background-color: #7BA85D;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 900;
  font-size: 18px; }
  @media screen and (min-width: 1030px) {
    .home-cta a {
      font-size: 28px; } }
  .home-cta a span {
    color: #F0F1E1;
    font-family: "Manus", serif;
    font-weight: normal;
    display: none; }
    @media screen and (min-width: 1030px) {
      .home-cta a span {
        display: inherit; } }

.home-cta-content {
  padding: 25px;
  font-size: 15px; }
  @media screen and (min-width: 1030px) {
    .home-cta-content {
      padding: 40px 55px;
      font-size: 18px; } }

.cta-full-site {
  background-color: #477082;
  color: #F0F1E1; }
  @media screen and (min-width: 1030px) {
    .cta-full-site {
      float: right;
      margin-top: -162px; } }
  @media screen and (min-width: 1030px) {
    .cta-full-site a {
      padding-left: 10.4776579%; } }

.cta-headlines {
  background-color: rgba(241, 242, 226, 0.9); }
  @media screen and (min-width: 1030px) {
    .cta-headlines {
      margin-top: 80px;
      z-index: 10; } }

.border-home-sep {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1030px) {
    .border-home-sep {
      position: relative;
      margin-top: -90px;
      margin-bottom: 160px; } }

@media screen and (min-width: 1030px) {
  .border-home-sep-mobile {
    display: none; } }

/**
 * Footer Styles
 */
.copyright {
  background-color: #F5A342;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle; }
  .copyright a {
    color: #fff;
    font-weight: 600; }

.copyright-desktop {
  display: none;
  vertical-align: middle;
  max-width: 1030px; }
  @media screen and (min-width: 1030px) {
    .copyright-desktop {
      display: block;
      font-size: 18px;
      margin-left: 245px; } }

@media screen and (min-width: 1030px) {
  .copyright-mobile {
    display: none; } }

.footer-contact-info {
  position: relative;
  max-width: 1085px;
  margin-left: 0; }
  @media screen and (min-width: 1030px) {
    .footer-contact-info::before {
      display: block;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(72, 114, 131, 0.75);
      width: 100%;
      height: 100%; } }
  .footer-contact-info .col h3 {
    color: #F6A443;
    text-transform: uppercase;
    font-size: 18px; }
    @media screen and (min-width: 1300px) {
      .footer-contact-info .col h3 {
        margin-bottom: 10px;
        font-size: 22px; } }
  .footer-contact-info .footer-map {
    background-image: url("../img/footer-map.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
    .footer-contact-info .footer-map #js-load-infowindow {
      display: block;
      width: 104px;
      height: 104px;
      position: absolute;
      z-index: 100;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
    .footer-contact-info .footer-map #footer-infowindow {
      background-color: #fff;
      opacity: 0;
      position: absolute;
      z-index: 120;
      padding: 15px 20px 15px 5px;
      vertical-align: top;
      transition: opacity .1s ease-in;
      top: 50%;
      left: calc(50% + 80px);
      transform: translateY(-50%); }
      .footer-contact-info .footer-map #footer-infowindow:before {
        content: ' ';
        position: absolute;
        display: block;
        height: 0;
        width: 0;
        border: 25px solid transparent;
        border-right-color: #fff;
        left: -50px;
        top: 50%;
        margin-top: -12.5px; }
      .footer-contact-info .footer-map #footer-infowindow a {
        color: #477082;
        font-weight: 600; }
    .footer-contact-info .footer-map #footer-infowindow.visible {
      opacity: 1; }
    @media screen and (min-width: 1030px) {
      .footer-contact-info .footer-map {
        display: inline-block; } }
  .footer-contact-info .addresses {
    background-color: grey; }

.footer-contact-info .footer-map #footer-infowindow:before {
  margin-top: -25px; }

.addresses .address {
  background-color: #487283;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  position: relative; }
  @media screen and (min-width: 1030px) {
    .addresses .address {
      text-align: left;
      padding: 50px 55px; } }
  .addresses .address p a,
  .addresses .address ul a {
    color: #fff; }
    @media screen and (min-width: 1300px) {
      .addresses .address p a,
      .addresses .address ul a {
        font-size: 22px; } }
  .addresses .address .col:last-child {
    display: none;
    padding-left: 20px; }
    @media screen and (min-width: 1030px) {
      .addresses .address .col:last-child {
        display: inherit; } }
.addresses .development {
  background-color: #F1F2E2;
  display: none;
  padding: 50px 55px;
  position: relative; }
  .addresses .development::before {
    content: '';
    display: block;
    width: 121px;
    height: 11%;
    position: absolute;
    top: 44%;
    left: 48%;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); }
  .addresses .development p {
    font-size: 18px; }
    .addresses .development p a {
      font-weight: 600;
      color: #487283; }
      @media screen and (min-width: 1300px) {
        .addresses .development p a {
          font-size: 22px; } }
  @media screen and (min-width: 1030px) {
    .addresses .development {
      display: inherit; } }

.mobile-credits {
  background-color: #F1F2E2;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px; }
  .mobile-credits a {
    color: #477082;
    font-weight: 600; }
  .mobile-credits dl {
    margin-bottom: 25px; }
  .mobile-credits dt {
    font-size: 18px;
    text-transform: uppercase;
    color: #F6A443;
    margin-bottom: 6px; }
  .mobile-credits dd {
    font-size: 20px; }
  @media screen and (min-width: 1030px) {
    .mobile-credits {
      display: none; } }

.site-footer .col-full {
  max-width: 1030px; }
  @media screen and (min-width: 1030px) {
    .site-footer .col-full {
      margin-left: 245px; } }

/**
 * Story Content
 */
.plaza-story {
  margin-bottom: 80px;
  position: relative; }
  @media screen and (min-width: 1030px) {
    .plaza-story {
      margin-bottom: 155px; } }
  @media screen and (min-width: 1360px) {
    .plaza-story {
      margin-bottom: 123px; } }
  @media screen and (min-width: 1030px) {
    .plaza-story .entry-title {
      font-size: 60px;
      line-height: 20px; } }
  @media screen and (min-width: 1030px) {
    .plaza-story .entry-header {
      position: relative;
      background-position: top; } }

@media screen and (min-width: 1030px) {
  .plaza-story-past .entry-header {
    left: 510px;
    width: 50.5%;
    top: 140px;
    padding-left: 50px;
    padding-bottom: 0;
    padding-top: 54px; } }
@media screen and (min-width: 1030px) {
  .plaza-story-past .story-content {
    float: right;
    top: -170px; } }

@media screen and (min-width: 1030px) {
  .plaza-story-future .entry-header {
    width: 38%;
    padding-top: 50px; } }
@media screen and (min-width: 1030px) {
  .plaza-story-future img {
    float: right;
    margin-top: 100px; } }
@media screen and (min-width: 1030px) {
  .plaza-story-future .story-content {
    float: left;
    top: -520px; } }

.plaza-story-future::after {
  background-image: url("../svg/icon-future-arrow.svg");
  width: 48px;
  height: 56px;
  right: 15px;
  margin-top: -24px; }
  @media screen and (min-width: 1030px) {
    .plaza-story-future::after {
      width: 98px;
      height: 118px;
      left: 105px;
      top: 530px; } }
  @media screen and (min-width: 1300px) {
    .plaza-story-future::after {
      left: 150px;
      top: 510px; } }

.story-content {
  background-color: rgba(241, 242, 226, 0.9);
  padding: 20px; }
  .story-content h2, .story-content .tribe-events-single .tribe-events-single-event-title, .tribe-events-single .story-content .tribe-events-single-event-title {
    margin-bottom: 10px; }
  @media screen and (min-width: 1030px) {
    .story-content {
      width: 61%;
      position: relative;
      padding: 35px; } }

/**
 * Future Tenants
 */
.future-tenants {
  clear: both; }
  @media screen and (min-width: 1030px) {
    .future-tenants {
      position: relative; } }

.future-tenant-categories {
  padding-left: 0;
  margin-bottom: 60px; }
  @media screen and (min-width: 1030px) {
    .future-tenant-categories {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .future-tenant-categories li {
    font-family: "Manus", serif;
    font-size: 26px;
    list-style: none;
    margin-bottom: 20px; }
    @media screen and (min-width: 1030px) {
      .future-tenant-categories li {
        text-align: center; } }
  .future-tenant-categories img {
    width: 85px;
    height: 85px;
    display: inline-block;
    margin-right: 20px; }
    @media screen and (min-width: 1030px) {
      .future-tenant-categories img {
        width: 175px;
        height: 175px;
        margin-right: 0; } }
  .future-tenant-categories .category-label {
    font-size: 32px; }
    @media screen and (min-width: 1030px) {
      .future-tenant-categories .category-label {
        display: block;
        margin-top: 30px; } }

/**
 * Featured Future Tenants
 */
.featured-future-tenants figure {
  margin-bottom: 10px; }
.featured-future-tenants h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 900;
  text-transform: uppercase; }
@media screen and (min-width: 1030px) {
  .featured-future-tenants {
    margin-bottom: 140px; } }

@media screen and (min-width: 1030px) {
  .featured-future-tenant {
    margin-bottom: 40px; } }

.future-tenant-description h3 {
  margin-bottom: 10px; }

.future-tenant-details {
  margin-bottom: 30px; }
  .future-tenant-details dt {
    line-height: 10px;
    margin-bottom: 6px; }
  .future-tenant-details dd {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px; }
  .future-tenant-details ul {
    padding-left: 0;
    list-style: none; }

/**
 * Essence Images
 */
.uptown-essence {
  margin-top: 50px; }
  .uptown-essence .entry-header {
    margin-bottom: 30px; }
  @media screen and (min-width: 1030px) {
    .uptown-essence {
      position: relative; } }
  .uptown-essence img {
    margin-bottom: 20px; }

/**
 * Featured Neighborhoods
 */
@media screen and (min-width: 1030px) {
  .featured-neighborhoods {
    padding-bottom: 80px; } }

.featured-neighborhood {
  margin-bottom: 35px; }
  .featured-neighborhood img {
    margin-bottom: 10px; }
  .featured-neighborhood h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 12px;
    margin-top: 7px; }
    @media screen and (min-width: 1030px) {
      .featured-neighborhood h3 {
        font-size: 22px;
        margin-top: 0; } }

/**
 * Page Slider
 */
.area-slider-wrap {
  margin-top: 60px;
  margin-bottom: 20px; }

/**
 * Community Favorites
 */
.community-favorites {
  padding-top: 50px; }
  .community-favorites .location-lists {
    text-align: center;
    padding-bottom: 5px; }
    @media screen and (min-width: 800px) {
      .community-favorites .location-lists {
        display: none; } }

.community-locations {
  margin-top: 10px;
  margin-bottom: 40px; }

.community-locations li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.community-locations li a {
  color: #477082;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px; }

/**
 * Map styles
 */
.uptown-map {
  display: none;
  padding-top: 30px;
  padding-bottom: 70px; }
  @media screen and (min-width: 800px) {
    .uptown-map {
      display: block; } }

#infobox {
  margin-top: 8px;
  background: #fff;
  color: #FFF;
  padding: .5em 1em;
  position: relative;
  font-size: 16px;
  padding: 35px 25px 30px; }
  #infobox::before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 16px 12px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -16px;
    top: 20px; }
  #infobox strong {
    color: #41392D;
    display: block;
    font-weight: 900;
    text-transform: uppercase; }
  #infobox a {
    color: #477082;
    font-weight: 900;
    text-transform: uppercase; }
    #infobox a:hover {
      color: #638594; }
  #infobox ul {
    margin-top: 10px; }
  #infobox li {
    margin-bottom: 5px; }

/**
 * Area Quote
 */
.area-quote {
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
  margin-bottom: 70px;
  background-color: rgba(241, 242, 226, 0.9);
  font-style: normal;
  display: none; }
  @media screen and (min-width: 1030px) {
    .area-quote {
      display: inherit; } }
  .area-quote blockquote {
    font-family: "Manus", serif;
    color: #477082;
    font-size: 32px; }
  .area-quote cite {
    color: #7BA85D;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    display: inline-block;
    padding-left: 20px; }

.contributors {
  margin-top: 100px; }
  @media screen and (min-width: 600px) {
    .contributors .entry-header {
      margin-bottom: 50px; } }

.person {
  margin-bottom: 25px;
  padding-bottom: 25px; }
  @media screen and (min-width: 1030px) {
    .person {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  .person figure {
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 1030px) {
      .person figure {
        text-align: left;
        margin-bottom: 0; } }
  .person img {
    border-radius: 50%;
    display: inline-block; }
  .person h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px; }
    @media screen and (min-width: 600px) {
      .person h3 {
        font-size: 22px; } }
  .person a {
    color: #F5A342;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px; }
    .person a:hover {
      color: #7BA85D; }
  @media screen and (min-width: 1030px) {
    .person .person-wrap {
      display: flex;
      align-items: center; } }
  .person:nth-child(odd) .person-wrap {
    flex-direction: row-reverse; }
  .person .person-quote {
    position: relative;
    background-color: rgba(241, 242, 226, 0.8);
    font-family: "Manus", serif;
    color: #477082;
    padding: 34px;
    font-size: 36px;
    margin-top: -40px; }
    .person .person-quote:after {
      content: ' ';
      position: absolute;
      display: block;
      height: 0;
      width: 0;
      border: 50px solid transparent;
      border-bottom-color: red;
      top: -100px;
      left: 50%;
      margin-left: 0; }
    .person .person-quote::after {
      content: ' ';
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      border-style: solid;
      border-width: 27px 0 0 45px;
      border-color: transparent transparent transparent rgba(241, 242, 226, 0.8);
      top: -27px;
      left: 0; }

body #pgc-11-1-0 {
  margin-bottom: 0; }

.contact-details {
  margin-bottom: 45px; }
  .contact-details figure {
    text-align: center;
    margin-bottom: 30px; }
  .contact-details img {
    width: 224px;
    height: 224px;
    display: inline-block;
    border-radius: 50%; }
    @media screen and (min-width: 1030px) {
      .contact-details img {
        width: 275px;
        height: 275px; } }
  .contact-details h3 {
    font-size: 18px;
    text-transform: uppercase; }
    @media screen and (min-width: 1030px) {
      .contact-details h3 {
        font-size: 22px; } }

.postal-address {
  letter-spacing: 1px; }
  .postal-address a {
    color: #477082; }
    .postal-address a:hover {
      color: #638594; }

.media-inquiries {
  margin-bottom: 30px; }

@media only screen and (max-width: 480px) {
  body .media-inquiries p span {
    font-size: 18px !important; } }
@media screen and (min-width: 1030px) {
  .postal-address,
  .media-inquiries {
    padding-top: 70px; } }

.leasing {
  margin-bottom: 60px; }
  @media screen and (min-width: 1030px) {
    .leasing {
      margin-bottom: 110px; } }
  .leasing .entry-header {
    margin-bottom: 60px; }

.leasing h3 {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase; }
  @media screen and (min-width: 1030px) {
    .leasing h3 {
      font-size: 22px;
      float: left;
      margin-bottom: 10px; } }

@media screen and (min-width: 1030px) {
  .leasing-contact {
    float: left;
    clear: both; } }

.leasing-contact a {
  font-weight: 700;
  display: block;
  color: #477082;
  font-size: 22px;
  letter-spacing: 1px; }
  .leasing-contact a:hover {
    color: #638594; }
  @media screen and (min-width: 1030px) {
    .leasing-contact a {
      display: inline-block; } }
