/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@charset "UTF-8";
/*=
  Sizes

  @module sizes
*/
/*=
  Media Queries

  @module mediaqueries
*/
/*------------------------------------------------------------------------
  Media query shorthand
  ------------------------------------------------------------------------ */
/*=
  Colors
*/
/*=
  Selectors
*/
/*=
  Easings
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #5d6967;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  width: 100%;
  border-radius: 4px;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 4px;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row.expanded, .section-open-houses .open-houses--list .open-house .listing-action .row.open-house-contact.contact-rsvp {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .building-box, .row.collapse > .agent-box, .row.collapse > .listing-video, .row.collapse > .listing-box, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .building-box > .row, .row.collapse > .agent-box > .row, .row.collapse > .listing-video > .row, .row.collapse > .listing-box > .row, .row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

.column, .row > .building-box, .row > .agent-box, .row > .listing-video, .row > .listing-box, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}
@media screen and (min-width: 40em) {
  .column, .row > .building-box, .row > .agent-box, .row > .listing-video, .row > .listing-box, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row, .row > .row.row.building-box, .row > .row.row.agent-box, .row > .row.row.listing-video, .row > .row.row.listing-box, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row > .row.row.building-box, .row > .row.row.agent-box, .row > .row.row.listing-video, .row > .row.row.listing-box, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.small-up-1, .section-listings .listings-container.show-map .listings-grid > .row, .section-listings .listings-container .listings-grid > .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-1 > .column, .row.small-up-1 > .building-box, .row.small-up-1 > .agent-box, .row.small-up-1 > .listing-video, .row.small-up-1 > .listing-box, .section-listings .listings-container .listings-grid > .row > .column, .section-listings .listings-container .listings-grid > .row > .building-box, .section-listings .listings-container .listings-grid > .row > .agent-box, .section-listings .listings-container .listings-grid > .row > .listing-video, .section-listings .listings-container .listings-grid > .row > .listing-box, .small-up-1 > .columns, .section-listings .listings-container .listings-grid > .row > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-2 > .column, .row.small-up-2 > .building-box, .row.small-up-2 > .agent-box, .row.small-up-2 > .listing-video, .row.small-up-2 > .listing-box, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-3 > .column, .row.small-up-3 > .building-box, .row.small-up-3 > .agent-box, .row.small-up-3 > .listing-video, .row.small-up-3 > .listing-box, .small-up-3 > .columns {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-4 > .column, .row.small-up-4 > .building-box, .row.small-up-4 > .agent-box, .row.small-up-4 > .listing-video, .row.small-up-4 > .listing-box, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-5 > .column, .row.small-up-5 > .building-box, .row.small-up-5 > .agent-box, .row.small-up-5 > .listing-video, .row.small-up-5 > .listing-box, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-6 > .column, .row.small-up-6 > .building-box, .row.small-up-6 > .agent-box, .row.small-up-6 > .listing-video, .row.small-up-6 > .listing-box, .small-up-6 > .columns {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-7 > .column, .row.small-up-7 > .building-box, .row.small-up-7 > .agent-box, .row.small-up-7 > .listing-video, .row.small-up-7 > .listing-box, .small-up-7 > .columns {
  -ms-flex: 0 0 14.2857142857%;
      flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.small-up-8 > .column, .row.small-up-8 > .building-box, .row.small-up-8 > .agent-box, .row.small-up-8 > .listing-video, .row.small-up-8 > .listing-box, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .row.small-collapse > .building-box, .row.small-collapse > .agent-box, .row.small-collapse > .listing-video, .row.small-collapse > .listing-box, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .row.small-uncollapse > .building-box, .row.small-uncollapse > .agent-box, .row.small-uncollapse > .listing-video, .row.small-uncollapse > .listing-box, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .row.medium-up-1 > .building-box, .row.medium-up-1 > .agent-box, .row.medium-up-1 > .listing-video, .row.medium-up-1 > .listing-box, .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2, .section-listings .listings-container.show-map .listings-grid > .row, .section-listings .listings-container .listings-grid > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .row.medium-up-2 > .building-box, .row.medium-up-2 > .agent-box, .row.medium-up-2 > .listing-video, .row.medium-up-2 > .listing-box, .section-listings .listings-container .listings-grid > .row > .column, .section-listings .listings-container .listings-grid > .row > .building-box, .section-listings .listings-container .listings-grid > .row > .agent-box, .section-listings .listings-container .listings-grid > .row > .listing-video, .section-listings .listings-container .listings-grid > .row > .listing-box, .medium-up-2 > .columns, .section-listings .listings-container .listings-grid > .row > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .row.medium-up-3 > .building-box, .row.medium-up-3 > .agent-box, .row.medium-up-3 > .listing-video, .row.medium-up-3 > .listing-box, .medium-up-3 > .columns {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .row.medium-up-4 > .building-box, .row.medium-up-4 > .agent-box, .row.medium-up-4 > .listing-video, .row.medium-up-4 > .listing-box, .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .row.medium-up-5 > .building-box, .row.medium-up-5 > .agent-box, .row.medium-up-5 > .listing-video, .row.medium-up-5 > .listing-box, .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .row.medium-up-6 > .building-box, .row.medium-up-6 > .agent-box, .row.medium-up-6 > .listing-video, .row.medium-up-6 > .listing-box, .medium-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .row.medium-up-7 > .building-box, .row.medium-up-7 > .agent-box, .row.medium-up-7 > .listing-video, .row.medium-up-7 > .listing-box, .medium-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .row.medium-up-8 > .building-box, .row.medium-up-8 > .agent-box, .row.medium-up-8 > .listing-video, .row.medium-up-8 > .listing-box, .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .building-box, .row.medium-unstack > .agent-box, .row.medium-unstack > .listing-video, .row.medium-unstack > .listing-box, .reveal .filters.filters-simple > .row > .column, .reveal .filters.filters-simple > .row > .building-box, .reveal .filters.filters-simple > .row > .agent-box, .reveal .filters.filters-simple > .row > .listing-video, .reveal .filters.filters-simple > .row > .listing-box, .row.medium-unstack > .columns, .reveal .filters.filters-simple > .row > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .building-box, .row.medium-unstack > .agent-box, .row.medium-unstack > .listing-video, .row.medium-unstack > .listing-box, .reveal .filters.filters-simple > .row > .column, .reveal .filters.filters-simple > .row > .building-box, .reveal .filters.filters-simple > .row > .agent-box, .reveal .filters.filters-simple > .row > .listing-video, .reveal .filters.filters-simple > .row > .listing-box, .row.medium-unstack > .columns, .reveal .filters.filters-simple > .row > .columns {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .row.medium-collapse > .building-box, .row.medium-collapse > .agent-box, .row.medium-collapse > .listing-video, .row.medium-collapse > .listing-box, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 40em) {
  .medium-uncollapse > .column, .row.medium-uncollapse > .building-box, .row.medium-uncollapse > .agent-box, .row.medium-uncollapse > .listing-video, .row.medium-uncollapse > .listing-box, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .row.large-up-1 > .building-box, .row.large-up-1 > .agent-box, .row.large-up-1 > .listing-video, .row.large-up-1 > .listing-box, .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2, .section-listings .listings-container.show-map .listings-grid > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .row.large-up-2 > .building-box, .row.large-up-2 > .agent-box, .row.large-up-2 > .listing-video, .row.large-up-2 > .listing-box, .section-listings .listings-container.show-map .listings-grid > .row > .column, .section-listings .listings-container.show-map .listings-grid > .row > .building-box, .section-listings .listings-container.show-map .listings-grid > .row > .agent-box, .section-listings .listings-container.show-map .listings-grid > .row > .listing-video, .section-listings .listings-container.show-map .listings-grid > .row > .listing-box, .large-up-2 > .columns, .section-listings .listings-container.show-map .listings-grid > .row > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3, .section-listings .listings-container .listings-grid > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .row.large-up-3 > .building-box, .row.large-up-3 > .agent-box, .row.large-up-3 > .listing-video, .row.large-up-3 > .listing-box, .section-listings .listings-container .listings-grid > .row > .column, .section-listings .listings-container .listings-grid > .row > .building-box, .section-listings .listings-container .listings-grid > .row > .agent-box, .section-listings .listings-container .listings-grid > .row > .listing-video, .section-listings .listings-container .listings-grid > .row > .listing-box, .large-up-3 > .columns, .section-listings .listings-container .listings-grid > .row > .columns {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .row.large-up-4 > .building-box, .row.large-up-4 > .agent-box, .row.large-up-4 > .listing-video, .row.large-up-4 > .listing-box, .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .row.large-up-5 > .building-box, .row.large-up-5 > .agent-box, .row.large-up-5 > .listing-video, .row.large-up-5 > .listing-box, .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .row.large-up-6 > .building-box, .row.large-up-6 > .agent-box, .row.large-up-6 > .listing-video, .row.large-up-6 > .listing-box, .large-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .row.large-up-7 > .building-box, .row.large-up-7 > .agent-box, .row.large-up-7 > .listing-video, .row.large-up-7 > .listing-box, .large-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .row.large-up-8 > .building-box, .row.large-up-8 > .agent-box, .row.large-up-8 > .listing-video, .row.large-up-8 > .listing-box, .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .building-box, .row.large-unstack > .agent-box, .row.large-unstack > .listing-video, .row.large-unstack > .listing-box, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .building-box, .row.large-unstack > .agent-box, .row.large-unstack > .listing-video, .row.large-unstack > .listing-box, .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column, .row.large-collapse > .building-box, .row.large-collapse > .agent-box, .row.large-collapse > .listing-video, .row.large-collapse > .listing-box, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-uncollapse > .column, .row.large-uncollapse > .building-box, .row.large-uncollapse > .agent-box, .row.large-uncollapse > .listing-video, .row.large-uncollapse > .listing-box, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .row.xlarge-up-1 > .building-box, .row.xlarge-up-1 > .agent-box, .row.xlarge-up-1 > .listing-video, .row.xlarge-up-1 > .listing-box, .xlarge-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2, .section-listings .listings-container.show-map .listings-grid > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .row.xlarge-up-2 > .building-box, .row.xlarge-up-2 > .agent-box, .row.xlarge-up-2 > .listing-video, .row.xlarge-up-2 > .listing-box, .section-listings .listings-container.show-map .listings-grid > .row > .column, .section-listings .listings-container.show-map .listings-grid > .row > .building-box, .section-listings .listings-container.show-map .listings-grid > .row > .agent-box, .section-listings .listings-container.show-map .listings-grid > .row > .listing-video, .section-listings .listings-container.show-map .listings-grid > .row > .listing-box, .xlarge-up-2 > .columns, .section-listings .listings-container.show-map .listings-grid > .row > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3, .section-listings .listings-container .listings-grid > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .row.xlarge-up-3 > .building-box, .row.xlarge-up-3 > .agent-box, .row.xlarge-up-3 > .listing-video, .row.xlarge-up-3 > .listing-box, .section-listings .listings-container .listings-grid > .row > .column, .section-listings .listings-container .listings-grid > .row > .building-box, .section-listings .listings-container .listings-grid > .row > .agent-box, .section-listings .listings-container .listings-grid > .row > .listing-video, .section-listings .listings-container .listings-grid > .row > .listing-box, .xlarge-up-3 > .columns, .section-listings .listings-container .listings-grid > .row > .columns {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .row.xlarge-up-4 > .building-box, .row.xlarge-up-4 > .agent-box, .row.xlarge-up-4 > .listing-video, .row.xlarge-up-4 > .listing-box, .xlarge-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .row.xlarge-up-5 > .building-box, .row.xlarge-up-5 > .agent-box, .row.xlarge-up-5 > .listing-video, .row.xlarge-up-5 > .listing-box, .xlarge-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .row.xlarge-up-6 > .building-box, .row.xlarge-up-6 > .agent-box, .row.xlarge-up-6 > .listing-video, .row.xlarge-up-6 > .listing-box, .xlarge-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .row.xlarge-up-7 > .building-box, .row.xlarge-up-7 > .agent-box, .row.xlarge-up-7 > .listing-video, .row.xlarge-up-7 > .listing-box, .xlarge-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .row.xlarge-up-8 > .building-box, .row.xlarge-up-8 > .agent-box, .row.xlarge-up-8 > .listing-video, .row.xlarge-up-8 > .listing-box, .xlarge-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .building-box, .row.xlarge-unstack > .agent-box, .row.xlarge-unstack > .listing-video, .row.xlarge-unstack > .listing-box, .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .building-box, .row.xlarge-unstack > .agent-box, .row.xlarge-unstack > .listing-video, .row.xlarge-unstack > .listing-box, .row.xlarge-unstack > .columns {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .row.xlarge-collapse > .building-box, .row.xlarge-collapse > .agent-box, .row.xlarge-collapse > .listing-video, .row.xlarge-collapse > .listing-box, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-uncollapse > .column, .row.xlarge-uncollapse > .building-box, .row.xlarge-uncollapse > .agent-box, .row.xlarge-uncollapse > .listing-video, .row.xlarge-uncollapse > .listing-box, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .row > .align-top.building-box, .row > .align-top.agent-box, .row > .align-top.listing-video, .row > .align-top.listing-box, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.column.align-bottom, .row > .align-bottom.building-box, .row > .align-bottom.agent-box, .row > .align-bottom.listing-video, .row > .align-bottom.listing-box, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.column.align-middle, .row > .align-middle.building-box, .row > .align-middle.agent-box, .row > .align-middle.listing-video, .row > .align-middle.listing-box, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.column.align-stretch, .row > .align-stretch.building-box, .row > .align-stretch.agent-box, .row > .align-stretch.listing-video, .row > .align-stretch.listing-box, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.625rem;
  }

  h3 {
    font-size: 2.125rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #8bae5f;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #789a4e;
}
a img {
  border: 0;
}

hr {
  max-width: 1400px;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #dfe1cf;
  border-left: 0;
  margin: 0.3125rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #5d6967;
  cursor: help;
  border-bottom: 1px dotted #000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 4px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet, .section-building .building-content section.carousel .slider:not(.sy-list), .section-listing .listing-content section.carousel .slider:not(.sy-list) {
  margin-left: 0;
  list-style: none;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

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

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

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

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

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

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #c8dab2;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #4c5a52;
  background-color: #fff;
  box-shadow: none;
  border-radius: 4px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #b1c993;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(76, 90, 82, 0.5);
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.input-group > :first-child {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child > * {
  border-radius: 0 4px 4px 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000;
  border: 1px solid #cacaca;
  white-space: nowrap;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: auto;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #8bae5f;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #c8dab2;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #4c5a52;
  background-color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.button, .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  background-color: #8bae5f;
  color: #fff;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action [data-whatinput=mouse] .open-house-contact.contact-rsvp, [data-whatinput=mouse] .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action [data-whatinput=mouse] .open-house-contact.contact-rsvp {
  outline: 0;
}
.button:hover, .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:hover, .button:focus, .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:focus {
  background-color: #77984d;
  color: #fff;
}
.button.tiny, .section-open-houses .open-houses--list .open-house .listing-action .tiny.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .tiny.open-house-contact.contact-rsvp {
  font-size: 0.6rem;
}
.button.small, .section-open-houses .open-houses--list .open-house .listing-action .small.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp {
  font-size: 0.75rem;
}
.button.large, .section-open-houses .open-houses--list .open-house .listing-action .large.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .large.open-house-contact.contact-rsvp {
  font-size: 1.25rem;
}
.button.expanded, .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .expanded.open-house-contact.contact-rsvp {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary, .section-open-houses .open-houses--list .open-house .listing-action .primary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .primary.open-house-contact.contact-rsvp {
  background-color: #8bae5f;
  color: #fff;
}
.button.primary:hover, .section-open-houses .open-houses--list .open-house .listing-action .primary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .primary.open-house-contact.contact-rsvp:hover, .button.primary:focus, .section-open-houses .open-houses--list .open-house .listing-action .primary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .primary.open-house-contact.contact-rsvp:focus {
  background-color: #708f48;
  color: #fff;
}
.button.secondary, .section-open-houses .open-houses--list .open-house .listing-action .secondary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .secondary.open-house-contact.contact-rsvp {
  background-color: #003846;
  color: #fff;
}
.button.secondary:hover, .section-open-houses .open-houses--list .open-house .listing-action .secondary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .secondary.open-house-contact.contact-rsvp:hover, .button.secondary:focus, .section-open-houses .open-houses--list .open-house .listing-action .secondary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .secondary.open-house-contact.contact-rsvp:focus {
  background-color: #002d38;
  color: #fff;
}
.button.success, .section-open-houses .open-houses--list .open-house .listing-action .success.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .success.open-house-contact.contact-rsvp {
  background-color: #eac02c;
  color: #fff;
}
.button.success:hover, .section-open-houses .open-houses--list .open-house .listing-action .success.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .success.open-house-contact.contact-rsvp:hover, .button.success:focus, .section-open-houses .open-houses--list .open-house .listing-action .success.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .success.open-house-contact.contact-rsvp:focus {
  background-color: #caa214;
  color: #fff;
}
.button.warning, .section-open-houses .open-houses--list .open-house .listing-action .warning.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .warning.open-house-contact.contact-rsvp {
  background-color: #ffae00;
  color: #fff;
}
.button.warning:hover, .section-open-houses .open-houses--list .open-house .listing-action .warning.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .warning.open-house-contact.contact-rsvp:hover, .button.warning:focus, .section-open-houses .open-houses--list .open-house .listing-action .warning.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .warning.open-house-contact.contact-rsvp:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button.alert, .section-open-houses .open-houses--list .open-house .listing-action .alert.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .alert.open-house-contact.contact-rsvp {
  background-color: #ec5840;
  color: #fff;
}
.button.alert:hover, .section-open-houses .open-houses--list .open-house .listing-action .alert.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .alert.open-house-contact.contact-rsvp:hover, .button.alert:focus, .section-open-houses .open-houses--list .open-house .listing-action .alert.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .alert.open-house-contact.contact-rsvp:focus {
  background-color: #da3116;
  color: #fff;
}
.button.hollow, .section-open-houses .open-houses--list .open-house .listing-action .hollow.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .hollow.open-house-contact.contact-rsvp {
  border: 1px solid #8bae5f;
  color: #8bae5f;
}
.button.hollow, .section-open-houses .open-houses--list .open-house .listing-action .hollow.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .hollow.open-house-contact.contact-rsvp, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .section-open-houses .open-houses--list .open-house .listing-action .hollow.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .hollow.open-house-contact.contact-rsvp:hover, .button.hollow:focus, .section-open-houses .open-houses--list .open-house .listing-action .hollow.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .hollow.open-house-contact.contact-rsvp:focus {
  border-color: #46592d;
  color: #46592d;
}
.button.hollow.primary, .section-open-houses .open-houses--list .open-house .listing-action .hollow.primary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .hollow.primary.open-house-contact.contact-rsvp {
  border: 1px solid #8bae5f;
  color: #8bae5f;
}
.button.hollow.primary:hover, .section-open-houses .open-houses--list .open-house .listing-action .hollow.primary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .hollow.primary.open-house-contact.contact-rsvp:hover, .button.hollow.primary:focus, .section-open-houses .open-houses--list .open-house .listing-action .hollow.primary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .hollow.primary.open-house-contact.contact-rsvp:focus {
  border-color: #46592d;
  color: #46592d;
}
.button.hollow.secondary, .section-open-houses .open-houses--list .open-house .listing-action .hollow.secondary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .hollow.secondary.open-house-contact.contact-rsvp {
  border: 1px solid #003846;
  color: #003846;
}
.button.hollow.secondary:hover, .section-open-houses .open-houses--list .open-house .listing-action .hollow.secondary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .hollow.secondary.open-house-contact.contact-rsvp:hover, .button.hollow.secondary:focus, .section-open-houses .open-houses--list .open-house .listing-action .hollow.secondary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .hollow.secondary.open-house-contact.contact-rsvp:focus {
  border-color: #001c23;
  color: #001c23;
}
.button.hollow.success, .section-open-houses .open-houses--list .open-house .listing-action .hollow.success.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .hollow.success.open-house-contact.contact-rsvp {
  border: 1px solid #eac02c;
  color: #eac02c;
}
.button.hollow.success:hover, .section-open-houses .open-houses--list .open-house .listing-action .hollow.success.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .hollow.success.open-house-contact.contact-rsvp:hover, .button.hollow.success:focus, .section-open-houses .open-houses--list .open-house .listing-action .hollow.success.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .hollow.success.open-house-contact.contact-rsvp:focus {
  border-color: #7e650d;
  color: #7e650d;
}
.button.hollow.warning, .section-open-houses .open-houses--list .open-house .listing-action .hollow.warning.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .hollow.warning.open-house-contact.contact-rsvp {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .section-open-houses .open-houses--list .open-house .listing-action .hollow.warning.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .hollow.warning.open-house-contact.contact-rsvp:hover, .button.hollow.warning:focus, .section-open-houses .open-houses--list .open-house .listing-action .hollow.warning.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .hollow.warning.open-house-contact.contact-rsvp:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .section-open-houses .open-houses--list .open-house .listing-action .hollow.alert.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .hollow.alert.open-house-contact.contact-rsvp {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .section-open-houses .open-houses--list .open-house .listing-action .hollow.alert.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .hollow.alert.open-house-contact.contact-rsvp:hover, .button.hollow.alert:focus, .section-open-houses .open-houses--list .open-house .listing-action .hollow.alert.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .hollow.alert.open-house-contact.contact-rsvp:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.disabled, .section-open-houses .open-houses--list .open-house .listing-action .disabled.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .disabled.open-house-contact.contact-rsvp, .button[disabled], .section-open-houses .open-houses--list .open-house .listing-action [disabled].open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action [disabled].open-house-contact.contact-rsvp {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .section-open-houses .open-houses--list .open-house .listing-action .disabled.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .disabled.open-house-contact.contact-rsvp:hover, .button.disabled:focus, .section-open-houses .open-houses--list .open-house .listing-action .disabled.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .disabled.open-house-contact.contact-rsvp:focus, .button[disabled]:hover, .section-open-houses .open-houses--list .open-house .listing-action [disabled].open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action [disabled].open-house-contact.contact-rsvp:hover, .button[disabled]:focus, .section-open-houses .open-houses--list .open-house .listing-action [disabled].open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action [disabled].open-house-contact.contact-rsvp:focus {
  background-color: #8bae5f;
  color: #fff;
}
.button.disabled.primary, .section-open-houses .open-houses--list .open-house .listing-action .disabled.primary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .disabled.primary.open-house-contact.contact-rsvp, .button[disabled].primary, .section-open-houses .open-houses--list .open-house .listing-action [disabled].primary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action [disabled].primary.open-house-contact.contact-rsvp {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .section-open-houses .open-houses--list .open-house .listing-action .disabled.primary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .disabled.primary.open-house-contact.contact-rsvp:hover, .button.disabled.primary:focus, .section-open-houses .open-houses--list .open-house .listing-action .disabled.primary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .disabled.primary.open-house-contact.contact-rsvp:focus, .button[disabled].primary:hover, .section-open-houses .open-houses--list .open-house .listing-action [disabled].primary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action [disabled].primary.open-house-contact.contact-rsvp:hover, .button[disabled].primary:focus, .section-open-houses .open-houses--list .open-house .listing-action [disabled].primary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action [disabled].primary.open-house-contact.contact-rsvp:focus {
  background-color: #8bae5f;
  color: #fff;
}
.button.disabled.secondary, .section-open-houses .open-houses--list .open-house .listing-action .disabled.secondary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .disabled.secondary.open-house-contact.contact-rsvp, .button[disabled].secondary, .section-open-houses .open-houses--list .open-house .listing-action [disabled].secondary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action [disabled].secondary.open-house-contact.contact-rsvp {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .section-open-houses .open-houses--list .open-house .listing-action .disabled.secondary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .disabled.secondary.open-house-contact.contact-rsvp:hover, .button.disabled.secondary:focus, .section-open-houses .open-houses--list .open-house .listing-action .disabled.secondary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .disabled.secondary.open-house-contact.contact-rsvp:focus, .button[disabled].secondary:hover, .section-open-houses .open-houses--list .open-house .listing-action [disabled].secondary.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action [disabled].secondary.open-house-contact.contact-rsvp:hover, .button[disabled].secondary:focus, .section-open-houses .open-houses--list .open-house .listing-action [disabled].secondary.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action [disabled].secondary.open-house-contact.contact-rsvp:focus {
  background-color: #003846;
  color: #fff;
}
.button.disabled.success, .section-open-houses .open-houses--list .open-house .listing-action .disabled.success.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .disabled.success.open-house-contact.contact-rsvp, .button[disabled].success, .section-open-houses .open-houses--list .open-house .listing-action [disabled].success.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action [disabled].success.open-house-contact.contact-rsvp {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .section-open-houses .open-houses--list .open-house .listing-action .disabled.success.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .disabled.success.open-house-contact.contact-rsvp:hover, .button.disabled.success:focus, .section-open-houses .open-houses--list .open-house .listing-action .disabled.success.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .disabled.success.open-house-contact.contact-rsvp:focus, .button[disabled].success:hover, .section-open-houses .open-houses--list .open-house .listing-action [disabled].success.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action [disabled].success.open-house-contact.contact-rsvp:hover, .button[disabled].success:focus, .section-open-houses .open-houses--list .open-house .listing-action [disabled].success.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action [disabled].success.open-house-contact.contact-rsvp:focus {
  background-color: #eac02c;
  color: #fff;
}
.button.disabled.warning, .section-open-houses .open-houses--list .open-house .listing-action .disabled.warning.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .disabled.warning.open-house-contact.contact-rsvp, .button[disabled].warning, .section-open-houses .open-houses--list .open-house .listing-action [disabled].warning.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action [disabled].warning.open-house-contact.contact-rsvp {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .section-open-houses .open-houses--list .open-house .listing-action .disabled.warning.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .disabled.warning.open-house-contact.contact-rsvp:hover, .button.disabled.warning:focus, .section-open-houses .open-houses--list .open-house .listing-action .disabled.warning.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .disabled.warning.open-house-contact.contact-rsvp:focus, .button[disabled].warning:hover, .section-open-houses .open-houses--list .open-house .listing-action [disabled].warning.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action [disabled].warning.open-house-contact.contact-rsvp:hover, .button[disabled].warning:focus, .section-open-houses .open-houses--list .open-house .listing-action [disabled].warning.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action [disabled].warning.open-house-contact.contact-rsvp:focus {
  background-color: #ffae00;
  color: #fff;
}
.button.disabled.alert, .section-open-houses .open-houses--list .open-house .listing-action .disabled.alert.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .disabled.alert.open-house-contact.contact-rsvp, .button[disabled].alert, .section-open-houses .open-houses--list .open-house .listing-action [disabled].alert.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action [disabled].alert.open-house-contact.contact-rsvp {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .section-open-houses .open-houses--list .open-house .listing-action .disabled.alert.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .disabled.alert.open-house-contact.contact-rsvp:hover, .button.disabled.alert:focus, .section-open-houses .open-houses--list .open-house .listing-action .disabled.alert.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .disabled.alert.open-house-contact.contact-rsvp:focus, .button[disabled].alert:hover, .section-open-houses .open-houses--list .open-house .listing-action [disabled].alert.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action [disabled].alert.open-house-contact.contact-rsvp:hover, .button[disabled].alert:focus, .section-open-houses .open-houses--list .open-house .listing-action [disabled].alert.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action [disabled].alert.open-house-contact.contact-rsvp:focus {
  background-color: #ec5840;
  color: #fff;
}
.button.dropdown::after, .section-open-houses .open-houses--list .open-house .listing-action .dropdown.open-house-contact.contact-rsvp::after, .section-open-houses .open-houses--table .open-house .listing-action .dropdown.open-house-contact.contact-rsvp::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after, .section-open-houses .open-houses--list .open-house .listing-action .arrow-only.open-house-contact.contact-rsvp::after, .section-open-houses .open-houses--table .open-house .listing-action .arrow-only.open-house-contact.contact-rsvp::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.accordion {
  list-style-type: none;
  background: #fff;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 4px 4px;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #8bae5f;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #5d6967;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #8bae5f transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #8bae5f;
  color: #fff;
}
.badge.secondary {
  background: #003846;
  color: #fff;
}
.badge.success {
  background: #eac02c;
  color: #fff;
}
.badge.warning {
  background: #ffae00;
  color: #fff;
}
.badge.alert {
  background: #ec5840;
  color: #fff;
}

.breadcrumbs {
  list-style: none;
  margin: 17px 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #000;
  font-size: 1rem;
  cursor: default;
  margin-right: 1rem;
}
.breadcrumbs a {
  color: #b1c993;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #8bae5f;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.button-group::before, .button-group::after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group .open-house-contact.contact-rsvp, .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group .open-house-contact.contact-rsvp {
  margin: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.button-group .button:last-child, .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--list .open-house .listing-action .button-group .open-house-contact.contact-rsvp:last-child, .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--table .open-house .listing-action .button-group .open-house-contact.contact-rsvp:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.tiny .open-house-contact.contact-rsvp, .button-group.tiny .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.tiny .open-house-contact.contact-rsvp {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.small .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.open-house-contact.contact-rsvp .button, .button-group.small .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.small .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.open-house-contact.contact-rsvp .open-house-contact.contact-rsvp {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.large .open-house-contact.contact-rsvp, .button-group.large .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.large .open-house-contact.contact-rsvp {
  font-size: 1.25rem;
}
.button-group.expanded .button, .section-open-houses .open-houses--list .open-house .listing-action .button-group.open-house-contact.contact-rsvp .button, .button-group.expanded .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.expanded .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.open-house-contact.contact-rsvp .open-house-contact.contact-rsvp, .button-group.expanded .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.expanded .open-house-contact.contact-rsvp {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.primary .open-house-contact.contact-rsvp, .button-group.primary .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.primary .open-house-contact.contact-rsvp {
  background-color: #8bae5f;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--list .open-house .listing-action .button-group.primary .open-house-contact.contact-rsvp:hover, .button-group.primary .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .button-group.primary .open-house-contact.contact-rsvp:hover, .button-group.primary .button:focus, .button-group.primary .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--list .open-house .listing-action .button-group.primary .open-house-contact.contact-rsvp:focus, .button-group.primary .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .button-group.primary .open-house-contact.contact-rsvp:focus {
  background-color: #708f48;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.secondary .open-house-contact.contact-rsvp, .button-group.secondary .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.secondary .open-house-contact.contact-rsvp {
  background-color: #003846;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--list .open-house .listing-action .button-group.secondary .open-house-contact.contact-rsvp:hover, .button-group.secondary .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .button-group.secondary .open-house-contact.contact-rsvp:hover, .button-group.secondary .button:focus, .button-group.secondary .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--list .open-house .listing-action .button-group.secondary .open-house-contact.contact-rsvp:focus, .button-group.secondary .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .button-group.secondary .open-house-contact.contact-rsvp:focus {
  background-color: #002d38;
  color: #fff;
}
.button-group.success .button, .button-group.success .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.success .open-house-contact.contact-rsvp, .button-group.success .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.success .open-house-contact.contact-rsvp {
  background-color: #eac02c;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--list .open-house .listing-action .button-group.success .open-house-contact.contact-rsvp:hover, .button-group.success .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .button-group.success .open-house-contact.contact-rsvp:hover, .button-group.success .button:focus, .button-group.success .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--list .open-house .listing-action .button-group.success .open-house-contact.contact-rsvp:focus, .button-group.success .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .button-group.success .open-house-contact.contact-rsvp:focus {
  background-color: #caa214;
  color: #fff;
}
.button-group.warning .button, .button-group.warning .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.warning .open-house-contact.contact-rsvp, .button-group.warning .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.warning .open-house-contact.contact-rsvp {
  background-color: #ffae00;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--list .open-house .listing-action .button-group.warning .open-house-contact.contact-rsvp:hover, .button-group.warning .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .button-group.warning .open-house-contact.contact-rsvp:hover, .button-group.warning .button:focus, .button-group.warning .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--list .open-house .listing-action .button-group.warning .open-house-contact.contact-rsvp:focus, .button-group.warning .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .button-group.warning .open-house-contact.contact-rsvp:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button-group.alert .button, .button-group.alert .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.alert .open-house-contact.contact-rsvp, .button-group.alert .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.alert .open-house-contact.contact-rsvp {
  background-color: #ec5840;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--list .open-house .listing-action .button-group.alert .open-house-contact.contact-rsvp:hover, .button-group.alert .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .button-group.alert .open-house-contact.contact-rsvp:hover, .button-group.alert .button:focus, .button-group.alert .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--list .open-house .listing-action .button-group.alert .open-house-contact.contact-rsvp:focus, .button-group.alert .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .button-group.alert .open-house-contact.contact-rsvp:focus {
  background-color: #da3116;
  color: #fff;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked .open-house-contact.contact-rsvp, .button-group.stacked .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked .open-house-contact.contact-rsvp, .button-group.stacked-for-small .button, .button-group.stacked-for-small .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-small .open-house-contact.contact-rsvp, .button-group.stacked-for-small .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked-for-small .open-house-contact.contact-rsvp, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-medium .open-house-contact.contact-rsvp, .button-group.stacked-for-medium .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked-for-medium .open-house-contact.contact-rsvp {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked .open-house-contact.contact-rsvp:last-child, .button-group.stacked .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked .open-house-contact.contact-rsvp:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-small .open-house-contact.contact-rsvp:last-child, .button-group.stacked-for-small .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked-for-small .open-house-contact.contact-rsvp:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-medium .open-house-contact.contact-rsvp:last-child, .button-group.stacked-for-medium .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:last-child, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked-for-medium .open-house-contact.contact-rsvp:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-small .open-house-contact.contact-rsvp, .button-group.stacked-for-small .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked-for-small .open-house-contact.contact-rsvp {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-medium .open-house-contact.contact-rsvp, .button-group.stacked-for-medium .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked-for-medium .open-house-contact.contact-rsvp {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-small.open-house-contact.contact-rsvp {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-small.open-house-contact.contact-rsvp .button, .button-group.stacked-for-small.expanded .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-small.expanded .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.stacked-for-small.open-house-contact.contact-rsvp .open-house-contact.contact-rsvp, .button-group.stacked-for-small.expanded .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.stacked-for-small.expanded .open-house-contact.contact-rsvp {
    display: block;
    margin-right: 0;
  }
}

.callout, .section-building .building-sidebar .panel-open-houses .open-house-callout, .section-listing .listing-sidebar .panel-open-houses .open-house-callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  position: relative;
  color: #5d6967;
  background-color: white;
}
.callout > :first-child, .section-building .building-sidebar .panel-open-houses .open-house-callout > :first-child, .section-listing .listing-sidebar .panel-open-houses .open-house-callout > :first-child {
  margin-top: 0;
}
.callout > :last-child, .section-building .building-sidebar .panel-open-houses .open-house-callout > :last-child, .section-listing .listing-sidebar .panel-open-houses .open-house-callout > :last-child {
  margin-bottom: 0;
}
.callout.primary, .section-building .building-sidebar .panel-open-houses .primary.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .primary.open-house-callout {
  background-color: #eef3e7;
}
.callout.secondary, .section-building .building-sidebar .panel-open-houses .secondary.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .secondary.open-house-callout {
  background-color: #bdf2ff;
}
.callout.success, .section-building .building-sidebar .panel-open-houses .success.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .success.open-house-callout {
  background-color: #fcf6df;
}
.callout.warning, .section-building .building-sidebar .panel-open-houses .warning.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .warning.open-house-callout {
  background-color: #fff3d9;
}
.callout.alert, .section-building .building-sidebar .panel-open-houses .alert.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .alert.open-house-callout {
  background-color: #fce6e2;
}
.callout.small, .section-building .building-sidebar .panel-open-houses .small.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .small.open-house-callout, .section-open-houses .open-houses--table .open-house .listing-action .callout.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-sidebar .panel-open-houses .open-house-contact.contact-rsvp.open-house-callout, .section-building .building-sidebar .panel-open-houses .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp.open-house-callout, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-sidebar .panel-open-houses .open-house-contact.contact-rsvp.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp.open-house-callout {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large, .section-building .building-sidebar .panel-open-houses .large.open-house-callout, .section-listing .listing-sidebar .panel-open-houses .large.open-house-callout {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  flex-wrap: nowrap;
}
.menu > li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a {
  display: -ms-flexbox;
  display: flex;
}
.menu > li > a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}
.menu > li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.menu.vertical {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu.vertical > li {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.menu.vertical > li > a {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .menu.large-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu.xlarge-horizontal > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu.xlarge-vertical > li {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.xlarge-vertical > li > a {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.menu.expanded > li, .section-open-houses .open-houses--list .open-house .listing-action .menu.open-house-contact.contact-rsvp > li {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.menu.expanded > li:first-child:last-child, .section-open-houses .open-houses--list .open-house .listing-action .menu.open-house-contact.contact-rsvp > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: center;
  margin-bottom: 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fff;
  background: #8bae5f;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #8bae5f;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #8bae5f transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 500px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small, .section-open-houses .open-houses--table .open-house .listing-action .dropdown-pane.open-house-contact.contact-rsvp {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #8bae5f transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #8bae5f transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #8bae5f;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8bae5f transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8bae5f transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8bae5f;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8bae5f transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8bae5f transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8bae5f;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #8bae5f transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #8bae5f transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #8bae5f;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #8bae5f transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #8bae5f;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 4px;
  background: #8bae5f;
  color: #fff;
}
.label.secondary {
  background: #003846;
  color: #fff;
}
.label.success {
  background: #eac02c;
  color: #fff;
}
.label.warning {
  background: #ffae00;
  color: #fff;
}
.label.alert {
  background: #ec5840;
  color: #fff;
}

.media-object {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 4px;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #000;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #8bae5f;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
}
.progress.primary .progress-meter {
  background-color: #8bae5f;
}
.progress.secondary .progress-meter {
  background-color: #003846;
}
.progress.success .progress-meter {
  background-color: #eac02c;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #8bae5f;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #8bae5f;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 4px;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #77984d;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(93, 105, 103, 0.95);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .row > .building-box, .reveal .row > .agent-box, .reveal .row > .listing-video, .reveal .row > .listing-box,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 1400px;
  }
}
@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1400px;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small, .section-open-houses .open-houses--table .open-house .listing-action .reveal.open-house-contact.contact-rsvp {
    width: 50%;
    max-width: 1400px;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 1400px;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 4px;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
}
input:checked ~ .switch-paddle {
  background: #8bae5f;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small, .section-open-houses .open-houses--table .open-house .listing-action .switch.open-house-contact.contact-rsvp {
  height: 1.75rem;
}
.switch.small .switch-paddle, .section-open-houses .open-houses--table .open-house .listing-action .switch.open-house-contact.contact-rsvp .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after, .section-open-houses .open-houses--table .open-house .listing-action .switch.open-house-contact.contact-rsvp .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after, .section-open-houses .open-houses--table .open-house .listing-action .switch.open-house-contact.contact-rsvp input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
thead,
tbody,
tfoot {
  border: none;
  background-color: #fff;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: #f9f9f9;
  color: #5d6967;
}

tfoot {
  background: #f2f2f2;
  color: #5d6967;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #8bae5f;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #85a956;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}
.tabs-title > a:hover {
  background: #fff;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(139, 174, 95, 0.5);
}

.title-bar {
  background: #000;
  color: #fff;
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.has-tip {
  border-bottom: none;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #000;
  color: #fff;
  font-size: 80%;
  padding: 0.6rem 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.433rem);
  max-width: 10rem !important;
  border-radius: 4px;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  border-color: transparent transparent #000;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  border-color: #000 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  border-color: transparent transparent transparent #000;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.5rem;
  border-color: transparent #000 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #fff;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button, .top-bar .section-open-houses .open-houses--list .open-house .listing-action input.open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .top-bar input.open-house-contact.contact-rsvp, .top-bar .section-open-houses .open-houses--table .open-house .listing-action input.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .top-bar input.open-house-contact.contact-rsvp {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 1rem;
}

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
      align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*=
  Content styles
*/
/*=
  Chevrons
*/
/*=
  Fancy link underlines
*/
/*=
  Fancy link underlines
*/
/*=
  Custom animations
*/
.slide-up-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(80px);
  transition-property: transform, opacity;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-up-in.mui-enter.mui-enter-active {
  transform: translateY(0);
  opacity: 1;
}

.slide-down-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
  transition-property: transform, opacity;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-down-out.mui-leave.mui-leave-active {
  transform: translateY(80px);
  opacity: 0;
}

@font-face {
  font-family: "webicons";
  src: url("../fonts/webicons.eot");
  src: url("../fonts/webicons.eot?#iefix") format("eot"), url("../fonts/webicons.woff") format("woff"), url("../fonts/webicons.ttf") format("truetype"), url("../fonts/webicons.svg#webicons") format("svg");
}
.icon:before, [class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "webicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-anchor:before {
  content: "\e001";
}

.icon-apply:before {
  content: "\e002";
}

.icon-area:before {
  content: "\e003";
}

.icon-badge:before {
  content: "\e004";
}

.icon-bag:before {
  content: "\e005";
}

.icon-bar-chart:before {
  content: "\e006";
}

.icon-basket:before {
  content: "\e007";
}

.icon-basketball:before {
  content: "\e008";
}

.icon-bath:before {
  content: "\e009";
}

.icon-bed:before {
  content: "\e00a";
}

.icon-bell:before {
  content: "\e00b";
}

.icon-billboard:before {
  content: "\e00c";
}

.icon-briefcase:before {
  content: "\e00d";
}

.icon-bubble:before {
  content: "\e00e";
}

.icon-bubbles:before {
  content: "\e00f";
}

.icon-bulb:before {
  content: "\e010";
}

.icon-calendar-alt:before {
  content: "\e011";
}

.icon-calendar:before {
  content: "\e012";
}

.icon-chair:before {
  content: "\e013";
}

.icon-check:before {
  content: "\e014";
}

.icon-checkmark-circle:before {
  content: "\e015";
}

.icon-checkmark:before {
  content: "\e016";
}

.icon-chemistry:before {
  content: "\e017";
}

.icon-chevron-down:before {
  content: "\e018";
}

.icon-chevron-left:before {
  content: "\e019";
}

.icon-chevron-right:before {
  content: "\e01a";
}

.icon-chevron-small-down:before {
  content: "\e01b";
}

.icon-chevron-small-left:before {
  content: "\e01c";
}

.icon-chevron-small-right:before {
  content: "\e01d";
}

.icon-chevron-small-up:before {
  content: "\e01e";
}

.icon-chevron-thin-down:before {
  content: "\e01f";
}

.icon-chevron-thin-left:before {
  content: "\e020";
}

.icon-chevron-thin-right:before {
  content: "\e021";
}

.icon-chevron-thin-up:before {
  content: "\e022";
}

.icon-chevron-up:before {
  content: "\e023";
}

.icon-circle-minus:before {
  content: "\e024";
}

.icon-circle-plus:before {
  content: "\e025";
}

.icon-clock:before {
  content: "\e026";
}

.icon-cog:before {
  content: "\e027";
}

.icon-config:before {
  content: "\e028";
}

.icon-credit-card:before {
  content: "\e029";
}

.icon-cross:before {
  content: "\e02a";
}

.icon-cup:before {
  content: "\e02b";
}

.icon-diamond:before {
  content: "\e02c";
}

.icon-direction:before {
  content: "\e02d";
}

.icon-directions-alt:before {
  content: "\e02e";
}

.icon-directions:before {
  content: "\e02f";
}

.icon-document:before {
  content: "\e030";
}

.icon-documents:before {
  content: "\e031";
}

.icon-download:before {
  content: "\e032";
}

.icon-drawer:before {
  content: "\e033";
}

.icon-dribbble:before {
  content: "\e034";
}

.icon-energy:before {
  content: "\e035";
}

.icon-envelope:before {
  content: "\e036";
}

.icon-eye:before {
  content: "\e037";
}

.icon-eyeglasses:before {
  content: "\e038";
}

.icon-facebook:before {
  content: "\e039";
}

.icon-feed:before {
  content: "\e03a";
}

.icon-female-user:before {
  content: "\e03b";
}

.icon-fire:before {
  content: "\e03c";
}

.icon-flag:before {
  content: "\e03d";
}

.icon-flickr:before {
  content: "\e03e";
}

.icon-folder:before {
  content: "\e03f";
}

.icon-friends:before {
  content: "\e040";
}

.icon-github:before {
  content: "\e041";
}

.icon-globe-lines:before {
  content: "\e042";
}

.icon-globe-stand:before {
  content: "\e043";
}

.icon-google-plus:before {
  content: "\e044";
}

.icon-graduation-cap:before {
  content: "\e045";
}

.icon-graph:before {
  content: "\e046";
}

.icon-handbag:before {
  content: "\e047";
}

.icon-heart-alt:before {
  content: "\e048";
}

.icon-heart:before {
  content: "\e049";
}

.icon-home-alt:before {
  content: "\e04a";
}

.icon-home:before {
  content: "\e04b";
}

.icon-house:before {
  content: "\e04c";
}

.icon-instagram:before {
  content: "\e04d";
}

.icon-key-alt:before {
  content: "\e04e";
}

.icon-key:before {
  content: "\e04f";
}

.icon-lease:before {
  content: "\e050";
}

.icon-linkedin:before {
  content: "\e051";
}

.icon-location:before {
  content: "\e052";
}

.icon-lock:before {
  content: "\e053";
}

.icon-magic-wand:before {
  content: "\e054";
}

.icon-magnet:before {
  content: "\e055";
}

.icon-mail:before {
  content: "\e056";
}

.icon-male-user:before {
  content: "\e057";
}

.icon-map:before {
  content: "\e058";
}

.icon-microphone:before {
  content: "\e059";
}

.icon-minus:before {
  content: "\e05a";
}

.icon-money:before {
  content: "\e05b";
}

.icon-monitor:before {
  content: "\e05c";
}

.icon-music-note:before {
  content: "\e05d";
}

.icon-note:before {
  content: "\e05e";
}

.icon-paper-clip:before {
  content: "\e05f";
}

.icon-paper-plane:before {
  content: "\e060";
}

.icon-paw:before {
  content: "\e061";
}

.icon-phone:before {
  content: "\e062";
}

.icon-photo:before {
  content: "\e063";
}

.icon-picture:before {
  content: "\e064";
}

.icon-pie-chart:before {
  content: "\e065";
}

.icon-pin:before {
  content: "\e066";
}

.icon-pinterest:before {
  content: "\e067";
}

.icon-plane:before {
  content: "\e068";
}

.icon-play:before {
  content: "\e069";
}

.icon-plus:before {
  content: "\e06a";
}

.icon-pointer:before {
  content: "\e06b";
}

.icon-present:before {
  content: "\e06c";
}

.icon-rocket:before {
  content: "\e06d";
}

.icon-search:before {
  content: "\e06e";
}

.icon-search2:before {
  content: "\e06f";
}

.icon-speedometer:before {
  content: "\e070";
}

.icon-star-outline:before {
  content: "\e071";
}

.icon-star:before {
  content: "\e072";
}

.icon-star2:before {
  content: "\e073";
}

.icon-tag:before {
  content: "\e074";
}

.icon-twitter:before {
  content: "\e075";
}

.icon-umbrella:before {
  content: "\e076";
}

.icon-unlock:before {
  content: "\e077";
}

.icon-verified:before {
  content: "\e078";
}

.icon-video:before {
  content: "\e079";
}

.icon-volume:before {
  content: "\e07a";
}

.icon-wallet:before {
  content: "\e07b";
}

.icon-wordpress:before {
  content: "\e07c";
}

.icon-wrench:before {
  content: "\e07d";
}

.icon-yelp:before {
  content: "\e07e";
}

.icon-youtube:before {
  content: "\e07f";
}

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

/*=
  Grid stuff
*/
.row.no-gutter .columns {
  padding-left: 0;
  padding-right: 0;
}

/*=
  Spinner
*/
.spinner {
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-indent: -9999em;
  font-size: 0;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.spinner:after {
  border: 3px solid rgba(177, 201, 147, 0.75);
  border-left: 3px solid #fff;
  animation: spinner 0.75s infinite linear;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  content: "";
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*=
  Video player
*/
.video-player {
  position: relative;
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.video-player:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-player[data-lazy-load="1"] {
  cursor: pointer;
}
.video-player img {
  transition: 0.25s;
  position: absolute;
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.video-player .play-button {
  transition: 0.25s;
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #003846;
  z-index: 1;
  opacity: 0.9;
  border-radius: 4.5px;
}
.video-player .play-button:before {
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #fff;
}
.video-player .play-button, .video-player .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-player img,
.video-player .play-button {
  cursor: pointer;
}
.video-player:hover .play-button {
  background: #8bae5f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.video-player:hover img {
  transform: scale(1.05);
}
.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=
  Review
*/
.review {
  position: relative;
  margin-bottom: 4rem;
}
.review .review-rating {
  margin-bottom: 1rem;
}
.review .review-quote {
  font-size: 1000%;
  font-weight: 100;
  position: absolute;
  top: -0.5em;
  margin-left: -0.1em;
  color: #eee;
  z-index: -1;
}
.review .review-quote + .review-body {
  position: relative;
  z-index: 2;
  padding-top: 1em;
}
.review .review-body {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.review .review-cite {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.review .review-cite .photo {
  width: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.review .review-cite .photo.blank {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  background: #f5f5f5;
}
.review .review-cite .photo.blank [class^=icon-], .review .review-cite .photo.blank [class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: rgba(0, 0, 0, 0.1);
}
.review .review-cite .name {
  line-height: 1.1;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0.1em 0;
}
.review .review-cite .source {
  font-weight: 600;
  line-height: 1.1;
  margin: 0.15em 0;
  color: #aaa;
}
.review.large .review-body {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.review.large .review-body p {
  line-height: 1.35;
}
@media only screen and ( max-width: 639px ) {
  .review.large .review-body {
    font-size: 1.1rem;
  }
}
.review.medium .review-body {
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.review.medium .review-body p {
  line-height: 1.35;
}
.review.centered .review-body {
  text-align: center;
}
.review.centered .review-cite {
  -ms-flex-pack: center;
      justify-content: center;
}

/*=
  Icon font
*/
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  line-height: 1;
  height: 1em;
}

/*=
  Mixin helpers
*/
.underline {
  position: relative;
  padding-bottom: calc(0.75rem + 0.5em);
}
@media only screen and ( max-width: 639px ) {
  .underline {
    padding-bottom: calc(0.75rem + 0.25em);
  }
}
.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15%;
  min-width: 20px;
  max-width: 80px;
  height: 3px;
  background: #b1c993;
  left: 0;
}

/*=
  Lists
*/
ul.menu li {
  display: inline-block;
}
ul.list-check li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
}
ul.list-check li:before {
  font-family: "icomoon" !important;
  color: #b1c993;
  position: absolute;
  left: -40px;
  top: 2px;
  font-size: 80%;
  content: "\e910";
}
ul.amenities li {
  margin-right: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
ul.amenities li [class^=icon-], ul.amenities li [class*=" icon-"] {
  background: #fff;
  font-size: 1.1rem;
  padding: 0.4rem;
  line-height: 1;
  width: 2.12rem;
  height: 2.12rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.11rem transparent;
}
ul.amenities li [class^=icon-], ul.amenities li [class*=" icon-"] {
  border-color: #deeacf;
  margin-right: 0.65rem;
}
ul.amenities li label {
  color: #4c5a52;
  font-weight: 600;
  font-size: 1rem;
}
ul.amenities li span {
  opacity: 0.75;
  display: inline-block;
}

.button, .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp {
  font-weight: 600;
}
.button.align-middle, .section-open-houses .open-houses--list .open-house .listing-action .align-middle.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .align-middle.open-house-contact.contact-rsvp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.button.text-left, .section-open-houses .open-houses--list .open-house .listing-action .text-left.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .text-left.open-house-contact.contact-rsvp {
  text-align: left;
}
.button.text-left.align-middle, .section-open-houses .open-houses--list .open-house .listing-action .text-left.align-middle.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .text-left.align-middle.open-house-contact.contact-rsvp {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.button [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .button [class*=" icon-"], .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"] {
  font-size: 90%;
  margin-right: 0.625rem;
  color: #576f38;
  vertical-align: bottom;
  margin-top: -0.1em;
  margin-left: -0.25em;
}
.button [class^=icon-].icon-heart, .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-].icon-heart, .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-].icon-heart, .button [class*=" icon-"].icon-heart, .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"].icon-heart, .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"].icon-heart {
  color: #ca4343 !important;
}
.button.success [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-action .success.open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-action .success.open-house-contact.contact-rsvp [class^=icon-], .button [class*=" icon-"], .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"] {
  color: #a08010;
}
.button.secondary [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-action .secondary.open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-action .secondary.open-house-contact.contact-rsvp [class^=icon-], .button [class*=" icon-"], .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"] {
  color: #008aac;
}

[data-save-listing] .save {
  display: block;
}
[data-save-listing] .saved,
[data-save-listing] .saving {
  display: none;
}
[data-save-listing].saved .save,
[data-save-listing].saved .saving {
  display: none;
}
[data-save-listing].saved .saved {
  opacity: 0.5;
  display: block;
}
[data-save-listing].saving {
  opacity: 0.5;
  pointer-events: none;
}
[data-save-listing].saving .save,
[data-save-listing].saving .saved {
  display: none;
}
[data-save-listing].saving .saving {
  opacity: 0.5;
  display: block;
}

/*=
  Buttons and button groups
*/
.button-group.no-spacing .button, .button-group.no-spacing .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.no-spacing .open-house-contact.contact-rsvp, .button-group.no-spacing .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.no-spacing .open-house-contact.contact-rsvp {
  border-radius: 0;
  margin-bottom: 1px !important;
}
.button-group.no-spacing .button:not(:last-child), .button-group.no-spacing .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp:not(:last-child), .section-open-houses .open-houses--list .open-house .listing-action .button-group.no-spacing .open-house-contact.contact-rsvp:not(:last-child), .button-group.no-spacing .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp:not(:last-child), .section-open-houses .open-houses--table .open-house .listing-action .button-group.no-spacing .open-house-contact.contact-rsvp:not(:last-child) {
  margin-right: 1px;
}
.button-group.large .button, .button-group.large .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .button-group.large .open-house-contact.contact-rsvp, .button-group.large .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .button-group.large .open-house-contact.contact-rsvp {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15rem;
}

.button.inverse, .section-open-houses .open-houses--list .open-house .listing-action .inverse.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .inverse.open-house-contact.contact-rsvp {
  background: #fff;
  color: #003846;
}
.button.inverse:hover, .section-open-houses .open-houses--list .open-house .listing-action .inverse.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .inverse.open-house-contact.contact-rsvp:hover {
  background: #eee;
}

/*=
  Star ratings
*/
.star-rating {
  display: inline-block;
  font-size: 1.15rem;
}
.star-rating [class^=icon-], .star-rating [class*=" icon-"] {
  color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-right: 0.25em;
}
.star-rating [class^=icon-].filled, .star-rating [class*=" icon-"].filled {
  color: #eac02c;
}
.star-rating [class^=icon-]:last-child, .star-rating [class*=" icon-"]:last-child {
  margin-right: 0;
}

/*=
  Tooltips
*/
.tooltip {
  line-height: 1.25;
  text-align: center;
}

/*=
  Maps
*/
[data-toggle-map] {
  opacity: 0.5;
  pointer-events: none;
}

.maps-ready [data-toggle-map] {
  opacity: 1;
  pointer-events: auto;
}

[data-map] .place-details {
  font-weight: normal;
  font-family: "proxima-nova", "Proxima Nova", "Open Sans", Arial, sans-serif;
}
[data-map] .place-details .name {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}
[data-map] .place-details .address {
  margin: 0.35rem 0;
}
[data-map] .place-details small {
  display: block;
}

/*=
  Modals
*/
.reveal {
  outline: none !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
@media only screen and ( max-width: 639px ) {
  .reveal {
    top: 1rem !important;
    left: 0.5rem;
    height: calc(100vh - 2rem);
    min-height: calc(100vh - 2rem);
    width: calc(100vw - 1rem);
    border-radius: 4px;
  }
  .reveal .modal-content > iframe {
    margin: -1rem;
    width: calc(100% + 2rem);
    min-height: calc(100% + 2rem);
  }
  .reveal .close-button {
    font-size: 3rem;
    background: #fff;
    border-radius: 50%;
  }
}
.reveal .close-button {
  z-index: 2;
  padding: 0 0.75rem;
  right: 0.5rem;
}
.reveal .modal-header {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.reveal .modal-header .title {
  color: #003846;
  font-size: 1.875rem;
  line-height: 1;
}
.reveal .modal-content {
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  z-index: 1;
}
.reveal .modal-content.loaded .spinner {
  opacity: 0;
}
@media only screen and ( max-width: 639px ) {
  .reveal .modal-content {
    max-height: none;
    height: 100%;
  }
}
.reveal iframe {
  border: none;
  width: 100%;
  position: relative;
  z-index: 1000;
  min-height: 75vh;
  visibility: hidden;
}
.reveal iframe.loaded {
  visibility: visible;
}
.reveal .lightbox-image {
  height: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
}
@media only screen and ( max-width: 639px ) {
  .reveal .lightbox-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.reveal .filters .columns {
  margin-bottom: 1.5rem;
}
.reveal .filters > .row {
  overflow-x: hidden;
}
.reveal .filters.filters-simple .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.reveal .filters.filters-simple .columns :not(:last-child) {
  margin-right: 0.5rem;
}
.reveal .filters.filters-simple .columns select {
  margin-bottom: 0;
}
.reveal .filters .button, .reveal .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .reveal .filters .open-house-contact.contact-rsvp, .reveal .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .reveal .filters .open-house-contact.contact-rsvp {
  display: block;
  width: 100%;
}

/*=
  Alerts
*/
.alert {
  padding: 0.5rem 0.75rem;
  border: solid 2px #ddd;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
}
.alert [class^=icon-], .alert [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 0.35rem;
}
.alert.success {
  border-color: #c8eb9a;
  color: #8bae5f;
}
.alert.error {
  border-color: #fb907e;
  color: #c00;
}

/*=
  LO chat widget
*/
#lo_avail_for_chat_btn {
  border: none !important;
  box-shadow: none !important;
  font-family: "proxima-nova", "Proxima Nova", "Open Sans", Arial, sans-serif !important;
  font-size: 13px !important;
}
@media only screen and ( max-width: 639px ) {
  #lo_avail_for_chat_btn {
    display: none;
  }
}
#lo_avail_for_chat_btn #lo_mail_icon {
  margin-left: 10px !important;
  padding-top: 0 !important;
  margin-top: 1px !important;
}

.slider.owl-carousel {
  background: none;
  cursor: default;
}
.slider.owl-carousel .photo {
  background: #f5f5f5;
}
.slider.owl-carousel .photo .image {
  position: relative;
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.slider.owl-carousel .photo .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.slider.owl-carousel .owl-nav .owl-next,
.slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  font-size: 24px;
  width: 2em;
  height: 100%;
  outline: none;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  pointer-events: auto;
}
.slider.owl-carousel .owl-nav .owl-next [class^=icon-], .slider.owl-carousel .owl-nav .owl-next [class*=" icon-"],
.slider.owl-carousel .owl-nav .owl-prev [class^=icon-],
.slider.owl-carousel .owl-nav .owl-prev [class*=" icon-"] {
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5em;
  height: 2em;
  width: 2em;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slider.owl-carousel .owl-nav .owl-next.disabled,
.slider.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.slider.owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: translate(100%, 0);
}
.slider.owl-carousel .owl-nav .owl-next [class^=icon-], .slider.owl-carousel .owl-nav .owl-next [class*=" icon-"] {
  right: 0;
}
.slider.owl-carousel .owl-nav .owl-prev {
  left: 0;
  transform: translate(-100%, 0);
}
.slider.owl-carousel .owl-nav .owl-prev [class^=icon-], .slider.owl-carousel .owl-nav .owl-prev [class*=" icon-"] {
  left: 0;
}
@media only screen and ( max-width: 639px ) {
  .slider.owl-carousel .owl-nav .owl-next,
.slider.owl-carousel .owl-nav .owl-prev {
    transform: translate(0, 0);
  }
}
@media only screen and ( max-width: 639px ) {
  .slider.owl-carousel .owl-nav .owl-next,
.slider.owl-carousel .owl-nav .owl-prev {
    transform: translate(0, 0);
  }
}
.slider.owl-carousel:hover .owl-nav .owl-next,
.slider.owl-carousel:hover .owl-nav .owl-prev {
  transform: translate(0, 0);
}

@media only screen and ( max-width: 639px ) {
  .carousel .thumb-box {
    display: none;
  }
}
.carousel .thumb-box .thumbs {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px -5px 0;
}
.carousel .thumb-box .thumbs li,
.carousel .thumb-box .thumbs .photo,
.carousel .thumb-box .thumbs .video {
  width: 12.5%;
}
.carousel .thumb-box .thumbs li a,
.carousel .thumb-box .thumbs .photo a,
.carousel .thumb-box .thumbs .video a {
  position: relative;
  background-color: #f5f5f5;
  transition: 0.35s;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  margin: 0 5px 5px 0;
}
.carousel .thumb-box .thumbs li a:before,
.carousel .thumb-box .thumbs .photo a:before,
.carousel .thumb-box .thumbs .video a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70%;
}
.carousel .thumb-box .thumbs li a:after,
.carousel .thumb-box .thumbs .photo a:after,
.carousel .thumb-box .thumbs .video a:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.35s;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}
.carousel .thumb-box .thumbs li a img,
.carousel .thumb-box .thumbs .photo a img,
.carousel .thumb-box .thumbs .video a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .thumb-box .thumbs li a .play-button,
.carousel .thumb-box .thumbs .photo a .play-button,
.carousel .thumb-box .thumbs .video a .play-button {
  transition: 0.25s;
  position: absolute;
  width: 40px;
  height: 30px;
  background-color: #003846;
  z-index: 1;
  opacity: 0.9;
  border-radius: 2px;
  z-index: 2;
}
.carousel .thumb-box .thumbs li a .play-button:before,
.carousel .thumb-box .thumbs .photo a .play-button:before,
.carousel .thumb-box .thumbs .video a .play-button:before {
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.3333333333px;
  border-color: transparent transparent transparent #fff;
}
.carousel .thumb-box .thumbs li a .play-button, .carousel .thumb-box .thumbs li a .play-button:before,
.carousel .thumb-box .thumbs .photo a .play-button,
.carousel .thumb-box .thumbs .photo a .play-button:before,
.carousel .thumb-box .thumbs .video a .play-button,
.carousel .thumb-box .thumbs .video a .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.carousel .thumb-box .thumbs li.active a:after,
.carousel .thumb-box .thumbs .photo.active a:after,
.carousel .thumb-box .thumbs .video.active a:after {
  background: rgba(139, 174, 95, 0.65);
}

header#nav {
  width: 100%;
  z-index: 9;
}
header#nav .logo {
  display: inline-block;
  padding: 6px;
}
header#nav .logo img {
  width: auto;
  height: 38px;
}
header#nav .top-bar {
  width: 100%;
}
header#nav .top-bar .saved-listings {
  font-weight: 600;
}
header#nav .top-bar .saved-listings a {
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header#nav .top-bar .saved-listings [class^=icon-], header#nav .top-bar .saved-listings [class*=" icon-"] {
  color: #ca4343;
  margin-right: 0.25rem;
}
header#nav .top-bar .menu {
  font-weight: 600;
}
header#nav .top-bar .menu a {
  position: relative;
}
header#nav .top-bar .menu a:after {
  transform: scaleX(0.75);
  transition: 0.2s;
  position: absolute;
  bottom: 0.4rem;
  left: 1rem;
  right: 1rem;
  border-bottom: solid 2px transparent;
  display: block;
  content: "";
}
header#nav .top-bar .menu a:hover:after {
  transform: scaleX(1);
  border-color: rgba(177, 201, 147, 0.5);
}
header#nav .top-bar .menu .current-page-ancestor a,
header#nav .top-bar .menu .current-menu-item a {
  color: #4c5a52;
}
header#nav .top-bar .menu .current-page-ancestor a:after,
header#nav .top-bar .menu .current-menu-item a:after {
  transform: scaleX(1);
  border-color: rgba(177, 201, 147, 0.75);
}
header#nav .top-bar .mobile-menu {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header#nav .top-bar .mobile-menu .saved-listings {
  margin-right: 0.65rem;
}
header#nav .sticky {
  transition: 0.35s;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
header#nav .sticky.is-anchored {
  position: relative;
}
header#nav .sticky.is-stuck {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

nav.breadcrumb {
  background: #4c5a52;
}
nav.breadcrumb .dropdown {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
nav.breadcrumb .dropdown select {
  margin-bottom: 0;
}
nav.breadcrumb .dropdown .open-house {
  margin-left: 1rem;
  white-space: nowrap;
}
nav.breadcrumb .dropdown .open-house a {
  color: #dfe1cf;
}
nav.breadcrumb .dropdown .open-house a [class^=icon-], nav.breadcrumb .dropdown .open-house a [class*=" icon-"] {
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 0.35em;
  font-size: 1.15em;
}
nav.breadcrumb ul.menu {
  margin: 10px 0;
}
nav.breadcrumb ul.menu li a {
  position: relative;
  transition: 0.25s;
  color: #b1c993;
  font-weight: 600;
  text-decoration: none;
}
nav.breadcrumb ul.menu li a:after {
  transform: scaleX(0.75);
  transition: 0.2s;
  position: absolute;
  bottom: 0.4rem;
  left: 1rem;
  right: 1rem;
  border-bottom: solid 2px transparent;
  display: block;
  content: "";
}
nav.breadcrumb ul.menu li a:hover:after {
  transform: scaleX(1);
  border-color: rgba(177, 201, 147, 0.5);
}
nav.breadcrumb ul.menu li.parent, nav.breadcrumb ul.menu li.parent.active {
  padding-right: 1rem;
  position: relative;
  display: none;
}
nav.breadcrumb ul.menu li.parent [class^=icon-], nav.breadcrumb ul.menu li.parent [class*=" icon-"], nav.breadcrumb ul.menu li.parent.active [class^=icon-], nav.breadcrumb ul.menu li.parent.active [class*=" icon-"] {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
}
nav.breadcrumb ul.menu li.parent a, nav.breadcrumb ul.menu li.parent.active a {
  color: #9dada4;
}
nav.breadcrumb ul.menu li.active a {
  color: #fff;
  background: none;
}
nav.breadcrumb ul.menu li.active a:after {
  transform: scaleX(1);
  border-color: rgba(177, 201, 147, 0.2);
}
nav.breadcrumb ul.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
nav.breadcrumb ul.breadcrumbs li {
  color: #9dada4;
  position: relative;
  line-height: 1;
  font-weight: 600;
  font-size: 0.9rem;
}
nav.breadcrumb ul.breadcrumbs li a {
  transition: 0.25s;
  color: #b1c993;
  border-bottom: solid 2px transparent;
  text-decoration: none;
}
nav.breadcrumb ul.breadcrumbs li a:hover {
  border-color: rgba(177, 201, 147, 0.4);
}
nav.breadcrumb ul.breadcrumbs li [class^=icon-], nav.breadcrumb ul.breadcrumbs li [class*=" icon-"] {
  display: inline-block;
  height: 1em;
}
nav.breadcrumb ul.breadcrumbs li.active a {
  color: #fff;
  border-color: rgba(177, 201, 147, 0.2);
  background: none;
  font-weight: 600;
}
nav.breadcrumb.navigation ul.breadcrumbs li {
  padding-right: 2rem;
}
nav.breadcrumb.navigation ul.breadcrumbs li [class^=icon-], nav.breadcrumb.navigation ul.breadcrumbs li [class*=" icon-"] {
  transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
}
nav.breadcrumb.navigation ul.breadcrumbs li:last-child [class^=icon-], nav.breadcrumb.navigation ul.breadcrumbs li:last-child [class*=" icon-"] {
  display: none;
}
@media only screen and ( max-width: 639px ) {
  nav.breadcrumb.navigation {
    position: relative;
  }
  nav.breadcrumb.navigation:after {
    background: rgba(76, 90, 82, 0);
    background: linear-gradient(90deg, rgba(76, 90, 82, 0) 0%, #4c5a52 70%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15%;
    display: block;
    content: "";
    pointer-events: none;
  }
  nav.breadcrumb.navigation .row {
    overflow-x: auto;
  }
  nav.breadcrumb.navigation ul.breadcrumbs {
    width: 200%;
  }
}
nav.breadcrumb.search ul.breadcrumbs {
  -ms-flex-pack: center;
      justify-content: center;
}
nav.breadcrumb.search ul.breadcrumbs li {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
nav.breadcrumb.search ul.breadcrumbs .open-house {
  color: #dfe1cf;
}
nav.breadcrumb.search ul.breadcrumbs .open-house [class^=icon-], nav.breadcrumb.search ul.breadcrumbs .open-house [class*=" icon-"] {
  margin-right: 0.75rem;
  float: left;
}
nav.breadcrumb.search ul.breadcrumbs .open-house a {
  color: inherit;
}

.hamburger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  margin: 0 10px;
}
.hamburger .bar {
  transition: 0.2s;
  display: block;
  height: 2px;
  background: #8bae5f;
  margin-top: 3px;
  margin-bottom: 3px;
}

.site-drawer {
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 20%;
  background: #003846;
  z-index: 99;
}
@media only screen and ( max-width: 1024px ) {
  .site-drawer {
    width: 40%;
  }
}
@media only screen and ( max-width: 639px ) {
  .site-drawer {
    width: 70%;
  }
}
.site-drawer .hamburger {
  transform: translate(0, -50%);
  position: absolute;
  top: 33px;
  right: 10px;
}
.site-drawer .menu-container {
  overflow: auto;
  max-height: 100vh;
}
.site-drawer .menu {
  padding: 5rem 0;
}
.site-drawer .menu li.current-menu-item > a {
  color: #fff;
}
.site-drawer .menu > li > a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #b1c993;
}
.site-drawer .menu .sub-menu {
  padding-left: 1rem;
  margin: 0.25rem 0 1rem;
  font-size: 0.9rem;
}
.site-drawer .menu .sub-menu li {
  display: block;
  padding: 0.15rem 0;
}
.site-drawer .menu .sub-menu a {
  color: #7b92a2;
  font-weight: 600;
}

.wrap,
#nav {
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body.drawer--open .site-drawer .hamburger .bar {
  transition: 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateX(100%) scaleX(0);
  opacity: 0;
  background: #fff;
}
body.drawer--open .site-drawer .hamburger .bar:first-child {
  transform-origin: 0 25%;
  transform: translateX(20%) rotate(45deg) scaleY(0.5);
  opacity: 1;
}
body.drawer--open .site-drawer .hamburger .bar:last-child {
  transform-origin: 0 75%;
  transform: translateX(20%) rotate(-45deg) scaleY(0.5);
  opacity: 1;
}
body.drawer--open .wrap,
body.drawer--open #nav {
  transform: translate(-10%, 0);
}
@media only screen and ( max-width: 640px ) {
  body.drawer--open .wrap,
body.drawer--open #nav {
    transform: translate(-35%, 0);
  }
}
body.drawer--open .wrap {
  opacity: 0.25;
}
body.drawer--open .site-drawer {
  transform: translate(-100%, 0);
}

#search-filters form select {
  background-position: right center;
}
#search-filters .filters-toggle {
  position: absolute;
  left: -9999px;
}
#search-filters .filters-toggle + .filters {
  display: none;
}
#search-filters .filters-toggle:checked + .filters {
  display: block;
}
#search-filters .filters > .row > .columns {
  border-right: solid 1px #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#search-filters .filters > .row > .columns:first-child {
  border-left: solid 1px #eee;
}
#search-filters .filters > .row > .columns:last-child {
  border-right: none;
}
#search-filters .filters select,
#search-filters .filters .button,
#search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp,
.section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp,
#search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp,
.section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp {
  font-size: 0.85rem;
  margin-bottom: 0;
}
#search-filters .filters .button, #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp, #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp {
  padding-top: 0.65rem;
  padding-bottom: 0.55rem;
}
#search-filters .filters .button [class^=icon-], #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp [class^=icon-], #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp [class^=icon-], #search-filters .filters .button [class*=" icon-"], #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp [class*=" icon-"], #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp [class*=" icon-"] {
  margin-right: 0.35em;
}
#search-filters .filters .button .checked-label, #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp .checked-label, .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp .checked-label, #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp .checked-label, .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp .checked-label {
  display: none;
}
#search-filters .filters .button.input-checked .checked-label, #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .input-checked.open-house-contact.contact-rsvp .checked-label, .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .input-checked.open-house-contact.contact-rsvp .checked-label, #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .input-checked.open-house-contact.contact-rsvp .checked-label, .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .input-checked.open-house-contact.contact-rsvp .checked-label {
  display: inline-block;
}
#search-filters .filters .button.input-checked .unchecked-label, #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .input-checked.open-house-contact.contact-rsvp .unchecked-label, .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .input-checked.open-house-contact.contact-rsvp .unchecked-label, #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .input-checked.open-house-contact.contact-rsvp .unchecked-label, .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .input-checked.open-house-contact.contact-rsvp .unchecked-label {
  display: none;
}
#search-filters .filters .button + .button, #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp + .button, .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp + .button, #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .button + .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .button + .open-house-contact.contact-rsvp, #search-filters .filters .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp + .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp + .open-house-contact.contact-rsvp, #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp + .button, .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp + .button, #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .button + .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .button + .open-house-contact.contact-rsvp, #search-filters .filters .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp + .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action #search-filters .filters .open-house-contact.contact-rsvp + .open-house-contact.contact-rsvp {
  margin-left: 0.75rem;
}
#search-filters .filters select {
  width: 80px;
  font-weight: 600;
  padding: 0.3rem 0.5rem;
}
#search-filters .filters select.large {
  width: 100px;
}
#search-filters .filters select[name=arearange] {
  width: auto;
}
#search-filters .filters select + select {
  margin-left: 0.75rem;
}
#search-filters .filters * + .input-label {
  margin-left: 0.75rem;
}
#search-filters .filters .input-label + * {
  margin-left: 0.75rem;
}
#search-filters .filters-simple {
  box-shadow: 0px 1px 5px rgba(76, 90, 82, 0.2);
  position: relative;
  z-index: 3;
}
#search-filters .filters-advanced .filter {
  transition: 0.25s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
#search-filters .filters-advanced .filter[data-toggle] {
  cursor: pointer;
}
#search-filters .filters-advanced .filter.hover {
  background: #e4efd7;
}
#search-filters .filters-advanced .filter .filter-label {
  font-size: 0.85rem;
  color: #4c5a52;
  line-height: 1;
  margin-right: 0.3rem;
}
#search-filters .filters-advanced .filter .filter-value,
#search-filters .filters-advanced .filter .filter-input {
  margin-left: auto;
}
#search-filters .filters-advanced .filter .filter-value [class^=icon-], #search-filters .filters-advanced .filter .filter-value [class*=" icon-"],
#search-filters .filters-advanced .filter .filter-input [class^=icon-],
#search-filters .filters-advanced .filter .filter-input [class*=" icon-"] {
  color: #b1c993;
}
#search-filters .filters-advanced .filter .filter-value {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 70%;
  line-height: 1;
  color: rgba(76, 90, 82, 0.5);
}
#search-filters .filters-advanced .filter .filter-value .icon-chevron-down {
  font-size: 120%;
  color: #4c5a52;
}
#search-filters .filters-advanced .filter .filter-dropdown {
  width: 150px;
}
#search-filters .refine-search {
  text-align: right;
  padding: 1rem;
  display: block;
  font-weight: 600;
  color: #8bae5f;
}
#search-filters .refine-search [class^=icon-], #search-filters .refine-search [class*=" icon-"] {
  vertical-align: sub;
  font-size: 1.15em;
  margin-left: 0.15em;
  color: #b1c993;
}

.dropdown-pane {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.dropdown-pane ul.checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.dropdown-pane ul.checkboxes li {
  width: 50%;
  padding: 6px 6px 6px 40px;
}
.dropdown-pane ul.checkboxes li input {
  margin: 1px 0 0 -30px;
  float: left;
}
.dropdown-pane ul.checkboxes li label {
  color: #4c5a52;
  line-height: 1.2;
}
.dropdown-pane.mobile {
  top: 1% !important;
  left: 50% !important;
  width: 99% !important;
  max-width: 99% !important;
  max-height: 70vh;
  transform: translateX(-50%);
  padding: 0.5rem !important;
  overflow-y: scroll;
}
.dropdown-pane.mobile ul.checkboxes label {
  font-size: 0.9rem !important;
}
.dropdown-pane.mobile button#close-mobile-dropdown {
  font-size: 1rem;
  margin: 1rem auto 0.5rem;
  padding: 0.5em 1em;
}

.input-group {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c8dab2;
}
.input-group .input-group-label {
  -ms-flex: 1;
      flex: 1;
  font-weight: 600;
  color: #5d6967;
}
.input-group .input-group-field {
  -ms-flex: 4;
      flex: 4;
}
.input-group .input-group-label,
.input-group .input-group-field {
  background: none;
  border-color: transparent;
}

form[data-ajax-form] {
  position: relative;
}
form[data-ajax-form] .spinner {
  opacity: 0;
}
form[data-ajax-form].doing-ajax {
  pointer-events: none;
}
form[data-ajax-form].doing-ajax .input-group,
form[data-ajax-form].doing-ajax [type=submit] {
  opacity: 0.25;
}
form[data-ajax-form].doing-ajax .spinner {
  opacity: 1;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.listings-search-bar-container {
  background: rgba(177, 201, 147, 0.2);
  padding: 1.25rem 0;
}
.listings-search-bar-container .search-bar-wrapper {
  position: relative;
  width: 95%;
  max-width: 550px;
  margin: 0 auto;
}
.listings-search-bar-container .search-bar-wrapper input#listings-search-bar {
  margin: 0;
}
.listings-search-bar-container .search-bar-wrapper input#listings-search-bar:focus {
  border-color: #4c5a52;
}
.listings-search-bar-container .search-bar-wrapper input#listings-search-bar.loading + .loader {
  display: block;
}
.listings-search-bar-container .search-bar-wrapper .loader {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.listings-search-bar-container .search-bar-wrapper .loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 4px solid #4c5a52;
  border-radius: 50%;
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4c5a52 transparent transparent transparent;
}
.listings-search-bar-container .search-bar-wrapper .loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.listings-search-bar-container .search-bar-wrapper .loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.listings-search-bar-container .search-bar-wrapper .loader div:nth-child(3) {
  animation-delay: -0.15s;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-height: 300px;
  overflow-y: scroll;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item-wrapper {
  padding: 3px 0.5rem;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #5d6967;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

section {
  padding: 6rem 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media only screen and ( max-width: 639px ) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
section .image-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
}
section .image-block > *, section > * {
  position: relative;
  z-index: 1;
}
section .image-block[class*=overlay-]:after, section[class*=overlay-]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section .image-block.overlay-green:after, section.overlay-green:after {
  background: rgba(139, 174, 95, 0.85);
  background: linear-gradient(42deg, rgba(139, 174, 95, 0.85) 0%, rgba(214, 227, 198, 0.95) 100%);
}
section .image-block.overlay-blue:after, section.overlay-blue:after {
  background: rgba(0, 56, 70, 0.85);
  background: linear-gradient(42deg, rgba(0, 56, 70, 0.85) 0%, rgba(0, 117, 147, 0.95) 100%);
}
section .image-block.overlay-green-dark:after, section.overlay-green-dark:after {
  background: rgba(139, 174, 95, 0.85);
  background: linear-gradient(42deg, rgba(139, 174, 95, 0.85) 0%, rgba(87, 111, 56, 0.95) 100%);
}
section .image-block.bg-green, section.bg-green {
  background: #b1c993;
}
section .image-block.bg-green-light, section.bg-green-light {
  background: #dfe1cf;
}
section .image-block.bg-blue, section.bg-blue {
  background: #003846;
}
section .image-block.bg-gray-light, section.bg-gray-light {
  background: #f5f5f5;
}
section .invert {
  color: #dfe1cf;
}
section .invert h1,
section .invert h2,
section .invert h3,
section .invert h4,
section .invert h5,
section .invert h6,
section .invert .title {
  color: #fff;
}
section .invert.hero {
  color: #fff;
}
.listing-info section {
  padding: 1rem 0.5rem;
}
section .section-title {
  margin-bottom: 1rem;
}
section .section-title .title {
  position: relative;
  padding-bottom: calc(0.75rem + 0.5em);
  color: #003846;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and ( max-width: 639px ) {
  section .section-title .title {
    padding-bottom: calc(0.75rem + 0.25em);
  }
}
section .section-title .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15%;
  min-width: 20px;
  max-width: 80px;
  height: 3px;
  background: #b1c993;
  left: 0;
}
section .section-title.text-center .title {
  position: relative;
  padding-bottom: calc(0.75rem + 0.5em);
}
@media only screen and ( max-width: 639px ) {
  section .section-title.text-center .title {
    padding-bottom: calc(0.75rem + 0.25em);
  }
}
section .section-title.text-center .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15%;
  min-width: 20px;
  max-width: 80px;
  height: 3px;
  background: #b1c993;
  left: 50%;
  transform: translate(-50%, 0);
}
section .section-title p {
  font-weight: 600;
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
section table .button, section table .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action section table .open-house-contact.contact-rsvp, section table .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action section table .open-house-contact.contact-rsvp {
  margin: 0;
}
section.neighborhood .section-title .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.neighborhood .section-title .title:after {
  display: none;
}

/*=
  Page title
*/
.section-page-title, .section-agent-title {
  background-color: #004c60;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media only screen and ( max-width: 639px ) {
  .section-page-title, .section-agent-title {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.section-page-title .title, .section-agent-title .title {
  color: #003846;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media only screen and ( max-width: 639px ) {
  .section-page-title .title, .section-agent-title .title {
    font-size: 2.8125rem;
  }
}
.section-page-title .subtitle, .section-agent-title .subtitle {
  font-weight: normal;
  margin-top: 1.35rem;
  line-height: 1.25;
  font-size: 1.625rem;
}
@media only screen and ( max-width: 639px ) {
  .section-page-title .subtitle, .section-agent-title .subtitle {
    line-height: 1.15;
    font-size: 1.375rem;
  }
}
.section-page-title .page-menu, .section-agent-title .page-menu {
  margin-top: 2rem;
  margin-bottom: -1rem;
}
.section-page-title .page-menu li, .section-agent-title .page-menu li {
  display: inline-block;
}
.section-page-title .page-menu li:not(:last-child), .section-agent-title .page-menu li:not(:last-child) {
  margin-right: 1rem;
}
.section-page-title .page-menu a, .section-agent-title .page-menu a {
  color: #8bae5f;
}
.section-page-title .page-menu .active a, .section-agent-title .page-menu .active a {
  font-weight: bold;
  color: #5d6967;
}
.section-page-title.invert .title, .invert.section-agent-title .title {
  color: #fff;
}
.section-page-title.invert .subtitle, .invert.section-agent-title .subtitle {
  color: #fff;
}
.section-page-title.invert .page-menu .active a, .invert.section-agent-title .page-menu .active a {
  color: #fff;
}

/*=
  Hero
*/
.section-hero {
  font-size: 1.4375rem;
  padding: 10% 0 5%;
}
.section-hero h1 {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.03rem;
  margin-bottom: 0.35em;
}
.section-hero p {
  line-height: 1.25;
}
.section-hero .buttons {
  margin: 3rem auto 2rem;
}
.section-hero .buttons .button, .section-hero .buttons .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-hero .buttons .open-house-contact.contact-rsvp, .section-hero .buttons .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-hero .buttons .open-house-contact.contact-rsvp {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.section-hero .buttons .button.secondary, .section-hero .buttons .section-open-houses .open-houses--list .open-house .listing-action .secondary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-hero .buttons .secondary.open-house-contact.contact-rsvp, .section-hero .buttons .section-open-houses .open-houses--table .open-house .listing-action .secondary.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-hero .buttons .secondary.open-house-contact.contact-rsvp {
  background: #fff;
  color: #8bae5f;
}
.section-hero p:last-child {
  font-size: 1.25rem;
}
@media only screen and ( max-width: 639px ) {
  .section-hero h1 {
    font-size: 3.4rem;
    line-height: 0.9;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .section-hero .buttons .button, .section-hero .buttons .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-hero .buttons .open-house-contact.contact-rsvp, .section-hero .buttons .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-hero .buttons .open-house-contact.contact-rsvp {
    display: block;
  }
}

/*=
  Callouts
*/
.section-callout {
  padding: 4rem 1rem 2.5rem;
}
.section-callout .title {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.section-callout .description {
  margin-top: 1rem;
  font-size: 1.125rem;
}

/*=
  Listings
*/
.page-template-page-search .section-listings, .page-template-page-search-filtered .section-listings, .section-listings.neighborhood,
.page-template-page-search .section-buildings,
.page-template-page-search-filtered .section-buildings,
.section-buildings.neighborhood {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and ( max-width: 639px ) {
  .page-template-page-search .section-listings, .page-template-page-search-filtered .section-listings, .section-listings.neighborhood,
.page-template-page-search .section-buildings,
.page-template-page-search-filtered .section-buildings,
.section-buildings.neighborhood {
    padding-top: 1rem;
  }
}
.section-listings:nth-child(even),
.section-buildings:nth-child(even) {
  background: #f5f5f5;
}
.section-listings .section-title,
.section-buildings .section-title {
  position: relative;
}
.section-listings .section-title .browse,
.section-buildings .section-title .browse {
  font-size: 125%;
  font-weight: 600;
  line-height: 2.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.section-listings .section-title .browse [class^=icon-], .section-listings .section-title .browse [class*=" icon-"],
.section-buildings .section-title .browse [class^=icon-],
.section-buildings .section-title .browse [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
.section-listings .section-title .browse:after,
.section-buildings .section-title .browse:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.4375em;
}
@media only screen and ( max-width: 640px ) {
  .section-listings .section-title .browse,
.section-buildings .section-title .browse {
    position: relative;
    top: auto;
    right: auto;
  }
}
.section-listings .menu [class^=icon-], .section-listings .menu [class*=" icon-"],
.section-buildings .menu [class^=icon-],
.section-buildings .menu [class*=" icon-"] {
  color: rgba(177, 201, 147, 0.65);
  margin-right: 0.5em;
}
.section-listings .menu li:not(:last-child),
.section-buildings .menu li:not(:last-child) {
  margin-right: 1.5rem;
}
.section-listings .menu li:last-child,
.section-buildings .menu li:last-child {
  margin-right: 0;
}
.section-listings .menu .active > a,
.section-buildings .menu .active > a {
  background: transparent;
  font-weight: bold;
  color: #003846;
}
.section-listings .menu .active > a [class^=icon-], .section-listings .menu .active > a [class*=" icon-"],
.section-buildings .menu .active > a [class^=icon-],
.section-buildings .menu .active > a [class*=" icon-"] {
  color: rgba(0, 56, 70, 0.5);
}
.section-listings .pagination,
.section-buildings .pagination {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: solid 1px #f5f5f5;
  padding-top: 1rem;
}
.section-listings .pagination .page-text,
.section-buildings .pagination .page-text {
  margin-right: 2rem;
}
.section-listings .pagination [class^=icon-], .section-listings .pagination [class*=" icon-"],
.section-buildings .pagination [class^=icon-],
.section-buildings .pagination [class*=" icon-"] {
  line-height: 1.875;
}
.section-listings .pagination .current,
.section-buildings .pagination .current {
  border-radius: 4px;
}

.section-listings .listings-container {
  display: -ms-flexbox;
  display: flex;
}
.section-listings .listings-container .listings-grid {
  width: 100%;
}
.section-listings .listings-container .listings-map {
  width: 0%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.section-listings .listings-container .listings-map .map {
  width: 100%;
  background: #eee;
  position: sticky !important;
  top: 0;
}
.section-listings .listings-container .listings-map .listing-details {
  font-weight: normal;
  font-family: "proxima-nova", "Proxima Nova", "Open Sans", Arial, sans-serif;
  min-width: 150px;
  margin: 8px 0;
}
.section-listings .listings-container .listings-map .listing-details .name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}
.section-listings .listings-container .listings-map .listing-details .type {
  margin: 0;
  color: #999;
}
.section-listings .listings-container .listings-map .listing-details .details {
  padding: 0;
  margin: 0.35rem 0 0;
  list-style: none;
  overflow: hidden;
}
.section-listings .listings-container .listings-map .listing-details .details li {
  float: left;
  line-height: 1.2;
}
.section-listings .listings-container .listings-map .listing-details .details li:not(:last-child) {
  margin-right: 1rem;
}
.section-listings .listings-container .listings-map .listing-details .details li strong {
  display: block;
  font-size: 115%;
}
.section-listings .listings-container.show-map .listings-grid {
  width: 67%;
  overflow: hidden;
}
.section-listings .listings-container.show-map .listings-map {
  width: 33%;
  margin-left: 1.875rem;
}
@media only screen and ( max-width: 639px ) {
  .section-listings .listings-container.show-map .listings-map {
    margin-left: 1rem;
  }
}
.section-listings .listings-container.show-map .listings-map .map {
  height: 75vh;
}

/*=
  Open houses
*/
.section-open-houses .open-houses--table .open-house .listing-icon {
  width: 3.1em;
  padding-right: 0;
}
.section-open-houses .open-houses--table .open-house .listing-icon [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-icon [class*=" icon-"] {
  background: #fff;
  font-size: 1.1rem;
  padding: 0.5rem;
  line-height: 1;
  width: 2.32rem;
  height: 2.32rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.11rem transparent;
}
.section-open-houses .open-houses--table .open-house .listing-icon [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-icon [class*=" icon-"] {
  border-color: #deeacf;
}
.section-open-houses .open-houses--table .open-house .listing-image {
  width: 100px;
  padding-bottom: 0.5rem;
}
.section-open-houses .open-houses--table .open-house .listing-image .image {
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.section-open-houses .open-houses--table .open-house .listing-title a {
  display: block;
  font-weight: bold;
}
.section-open-houses .open-houses--table .open-house .listing-title small {
  display: block;
  font-size: 90%;
}
.section-open-houses .open-houses--table .open-house .listing-time small {
  display: block;
  font-weight: bold;
}
.section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp {
  margin-bottom: 0;
}
.section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-agent {
  font-weight: bold;
}
.section-open-houses .open-houses--list .open-house {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-open-houses .open-houses--list .open-house .listing-icon {
  float: right;
  margin-left: 1rem;
}
.section-open-houses .open-houses--list .open-house .listing-icon [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-icon [class*=" icon-"] {
  background: #fff;
  font-size: 1.1rem;
  padding: 0.5rem;
  line-height: 1;
  width: 2.32rem;
  height: 2.32rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.11rem transparent;
}
.section-open-houses .open-houses--list .open-house .listing-icon [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-icon [class*=" icon-"] {
  border-color: #deeacf;
}
.section-open-houses .open-houses--list .open-house .listing-image .image {
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.section-open-houses .open-houses--list .open-house .listing-title {
  margin-top: 0.5rem;
  overflow: hidden;
}
.section-open-houses .open-houses--list .open-house .listing-title a {
  font-size: 110%;
  display: block;
  font-weight: bold;
}
.section-open-houses .open-houses--list .open-house .listing-title small {
  display: block;
  font-size: 85%;
}
.section-open-houses .open-houses--list .open-house .listing-neighborhood {
  display: none;
}
.section-open-houses .open-houses--list .open-house .listing-date {
  font-weight: bold;
  margin-top: 0.35rem;
}
.section-open-houses .open-houses--list .open-house .listing-time {
  margin-bottom: 1rem;
}
.section-open-houses .open-houses--list .open-house .listing-time small {
  display: block;
  font-weight: bold;
}
.section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp {
  margin-bottom: 0;
}
.section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-agent {
  font-weight: bold;
}
.section-open-houses .open-houses--list .open-house:nth-child(even) {
  background: #f5f5f5;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

/*=
  Image
*/
.section-image {
  padding-top: 35vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

/*=
  General styles
*/
.section-pricing .section-title,
.section-rented-units .section-title,
.section-touts .section-title,
.section-cta .section-title,
.section-checklist .section-title {
  margin-bottom: 2rem;
}
.section-pricing .section-title .title,
.section-rented-units .section-title .title,
.section-touts .section-title .title,
.section-cta .section-title .title,
.section-checklist .section-title .title {
  font-size: 3rem;
  letter-spacing: -0.025em;
}
@media only screen and ( max-width: 639px ) {
  .section-pricing .section-title .title,
.section-rented-units .section-title .title,
.section-touts .section-title .title,
.section-cta .section-title .title,
.section-checklist .section-title .title {
    font-size: 2.5rem;
  }
}
.section-pricing .section-title .subtitle,
.section-rented-units .section-title .subtitle,
.section-touts .section-title .subtitle,
.section-cta .section-title .subtitle,
.section-checklist .section-title .subtitle {
  font-weight: normal;
  font-size: 1.375rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and ( max-width: 639px ) {
  .section-pricing .section-title .subtitle,
.section-rented-units .section-title .subtitle,
.section-touts .section-title .subtitle,
.section-cta .section-title .subtitle,
.section-checklist .section-title .subtitle {
    font-size: 1rem;
  }
}
.section-pricing .section-header,
.section-rented-units .section-header,
.section-touts .section-header,
.section-cta .section-header,
.section-checklist .section-header {
  margin-bottom: 2rem;
}
.section-pricing .section-footer,
.section-rented-units .section-footer,
.section-touts .section-footer,
.section-cta .section-footer,
.section-checklist .section-footer {
  margin-top: 2rem;
}
.section-pricing .section-header,
.section-pricing .section-footer,
.section-rented-units .section-header,
.section-rented-units .section-footer,
.section-touts .section-header,
.section-touts .section-footer,
.section-cta .section-header,
.section-cta .section-footer,
.section-checklist .section-header,
.section-checklist .section-footer {
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section-pricing .section-header p,
.section-pricing .section-footer p,
.section-rented-units .section-header p,
.section-rented-units .section-footer p,
.section-touts .section-header p,
.section-touts .section-footer p,
.section-cta .section-header p,
.section-cta .section-footer p,
.section-checklist .section-header p,
.section-checklist .section-footer p {
  line-height: 1.4;
}
.section-pricing .section-header small,
.section-pricing .section-footer small,
.section-rented-units .section-header small,
.section-rented-units .section-footer small,
.section-touts .section-header small,
.section-touts .section-footer small,
.section-cta .section-header small,
.section-cta .section-footer small,
.section-checklist .section-header small,
.section-checklist .section-footer small {
  display: block;
  line-height: 1.2;
  margin: 1rem 0;
}

/*=
  Checklist
*/
.section-checklist ul.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-checklist ul.checklist li {
  overflow: hidden;
  font-size: 1.2rem;
  padding: 0.5rem 0 0.5rem 50px;
}
@media only screen and ( max-width: 639px ) {
  .section-checklist ul.checklist li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.section-checklist ul.checklist li [class^=icon-], .section-checklist ul.checklist li [class*=" icon-"] {
  float: left;
  margin: -0.15em 0 0 -50px;
  font-size: 2rem;
  color: #b1c993;
}
.section-checklist ul.checklist li p {
  line-height: 1.2;
}
.section-checklist ul.checklist li p strong {
  color: #003846;
  background: #ffb;
}
.section-checklist ul.checklist.columns-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-checklist ul.checklist.columns-2 li {
  width: 45%;
  margin-right: 5%;
}
@media only screen and ( max-width: 639px ) {
  .section-checklist ul.checklist.columns-2 li {
    width: 90%;
  }
}

/*=
  Checklist
*/
.section-faq .faq {
  margin-bottom: 3rem;
}
.section-faq .faq .question {
  color: #003846;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

/*=
  Pricing
*/
/*=
  Rented units
*/
/*=
  CTAs
*/
.section-cta .buttons .button, .section-cta .buttons .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-cta .buttons .open-house-contact.contact-rsvp, .section-cta .buttons .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-cta .buttons .open-house-contact.contact-rsvp {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media only screen and ( max-width: 639px ) {
  .section-cta .buttons .button, .section-cta .buttons .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-cta .buttons .open-house-contact.contact-rsvp, .section-cta .buttons .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-cta .buttons .open-house-contact.contact-rsvp {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-cta.bg-green, .section-cta.bg-blue {
  color: #fff;
}
.section-cta.bg-green .section-title .title, .section-cta.bg-blue .section-title .title {
  color: inherit;
}
.section-touts + .section-cta.no-title {
  padding-top: 0;
  margin-top: -2rem;
}

/*=
  Testimonials
*/
.section-testimonials .review {
  padding: 0 6%;
}

/*=
  Touts
*/
.section-touts {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-touts .title {
  margin-top: 3rem;
}
@media only screen and ( max-width: 639px ) {
  .section-touts .title {
    margin-top: 0;
  }
}
.section-touts .touts .tout {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 3.5rem;
}
@media only screen and ( max-width: 639px ) {
  .section-touts .touts .tout {
    margin-bottom: 0;
  }
}
.section-touts .touts .tout [class^=icon-], .section-touts .touts .tout [class*=" icon-"] {
  font-size: 1.875rem;
  margin-left: 0.1em;
  color: #b1c993;
}
@media only screen and ( max-width: 639px ) {
  .section-touts .touts .tout [class^=icon-], .section-touts .touts .tout [class*=" icon-"] {
    margin-left: 0;
  }
}
.section-touts .touts .tout [class^=icon-], .section-touts .touts .tout [class*=" icon-"] + .title {
  margin-top: 1.5rem;
}
.section-touts .touts .tout .title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #003846;
  margin-top: 3rem;
}
.section-touts .touts .tout .description {
  margin-top: 1.5rem;
}
.section-touts .touts .tout .description li {
  line-height: 1.2;
  margin: 0.4rem 0;
}
.section-touts .touts .tout .button, .section-touts .touts .tout .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-touts .touts .tout .open-house-contact.contact-rsvp, .section-touts .touts .tout .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-touts .touts .tout .open-house-contact.contact-rsvp {
  margin-top: 1rem;
}
.section-touts .touts .tout .text-button {
  font-size: 1.15rem;
  font-weight: 600;
  display: block;
}
.section-touts .touts .tout .text-button [class^=icon-], .section-touts .touts .tout .text-button [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
.section-touts .touts .tout .text-button:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.4375em;
}
.section-touts .touts .text-left .tout .title {
  position: relative;
  padding-bottom: calc(0.75rem + 0.5em);
}
@media only screen and ( max-width: 639px ) {
  .section-touts .touts .text-left .tout .title {
    padding-bottom: calc(0.75rem + 0.25em);
  }
}
.section-touts .touts .text-left .tout .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15%;
  min-width: 20px;
  max-width: 80px;
  height: 3px;
  background: #b1c993;
  left: 0;
}
.section-touts .touts .text-center .tout [class^=icon-], .section-touts .touts .text-center .tout [class*=" icon-"] {
  background: #fff;
  font-size: 2rem;
  padding: 1rem;
  line-height: 1;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.2rem transparent;
}
.section-touts .touts .text-center .tout [class^=icon-], .section-touts .touts .text-center .tout [class*=" icon-"] {
  border-color: #deeacf;
}
.section-touts .section-footer {
  margin-bottom: 3rem;
}
.section-touts[class*=bg-] .touts {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.section-touts[class*=bg-] .touts .tout [class^=icon-], .section-touts[class*=bg-] .touts .tout [class*=" icon-"] {
  margin-top: 2rem;
}
.section-touts[class*=bg-] .touts .tout [class^=icon-], .section-touts[class*=bg-] .touts .tout [class*=" icon-"] + .title {
  margin-top: 1rem;
}
.section-touts[class*=bg-] .touts .columns:not(:last-child) {
  border-right: solid 1px #f5f5f5;
}
@media only screen and ( max-width: 639px ) {
  .section-touts[class*=bg-] .touts .columns:not(:last-child) {
    border-right: none;
    border-bottom: solid 2px #f5f5f5;
    padding-bottom: 3rem;
  }
}
@media only screen and ( max-width: 639px ) {
  .section-touts[class*=bg-] .touts {
    padding-bottom: 3.5rem;
  }
  .section-touts[class*=bg-] .touts .tout {
    margin-bottom: 0;
  }
}

/*=
  Content modules
*/
.section-content-module.content-module-landlords {
  background: #f5f5f5;
}
.section-content-module.content-module-residents {
  background: #dfe1cf;
}
.section-content-module > .row {
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.section-content-module .image-block {
  position: relative;
}
@media only screen and ( max-width: 639px ) {
  .section-content-module .image-block {
    padding-top: 80%;
  }
}
.section-content-module .image-block [class^=icon-], .section-content-module .image-block [class*=" icon-"] {
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 125px;
  color: #fff;
  font-weight: normal;
}
.section-content-module .content-block {
  background: #fff;
}
.section-content-module .content-block article .title {
  position: relative;
  padding-bottom: calc(0.75rem + 0.5em);
  font-size: 2.75rem;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 3rem;
  color: #4c5a52;
}
@media only screen and ( max-width: 639px ) {
  .section-content-module .content-block article .title {
    padding-bottom: calc(0.75rem + 0.25em);
  }
}
.section-content-module .content-block article .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15%;
  min-width: 20px;
  max-width: 80px;
  height: 3px;
  background: #b1c993;
  left: 0;
}
@media only screen and ( max-width: 639px ) {
  .section-content-module .content-block article .title {
    margin-bottom: 1.5rem;
  }
}
.section-content-module .content-block article h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #50828e;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-content-module .content-block article h3 + ul {
  margin-top: 3rem;
}
.section-content-module .content-block article h4 {
  color: #90aaa6;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.section-content-module .content-block article p {
  margin-bottom: 0.7rem;
}
.section-content-module .content-block article a:not([class]) {
  text-decoration: none;
}
.no-cssgradients .section-content-module .content-block article a:not([class]) {
  text-shadow: none;
}
.section-content-module .content-block article a:not([class]), .section-content-module .content-block article a:not([class]):hover, .section-content-module .content-block article a:not([class]):focus, .section-content-module .content-block article a:not([class]):active {
  text-decoration: none;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 85%, rgba(139, 174, 95, 0.35) 86%, rgba(139, 174, 95, 0.35) 90%, #fff 91%, #fff 100%);
  text-shadow: -2px 0px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff, 2px 0px 0px #fff;
}
.no-cssgradients .section-content-module .content-block article a:not([class]), .no-cssgradients .section-content-module .content-block article a:not([class]):hover, .no-cssgradients .section-content-module .content-block article a:not([class]):focus, .no-cssgradients .section-content-module .content-block article a:not([class]):active {
  text-decoration: underline;
  text-shadow: none;
}
.section-content-module .content-block article a:not([class]):hover, .section-content-module .content-block article a:not([class]):focus, .section-content-module .content-block article a:not([class]):active {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 85%, #8bae5f 86%, #8bae5f 90%, #fff 91%, #fff 100%);
}
.section-content-module .content-block article ul {
  list-style-type: none;
  font-size: 1.0625rem;
  padding: 0;
  margin: 2rem 0;
}
.section-content-module .content-block article ul li {
  padding-left: 1.5em;
  line-height: 1.35;
  position: relative;
  -webkit-column-break-inside: avoid;
}
.section-content-module .content-block article ul li:before {
  content: "• ";
  font-size: 140%;
  line-height: 0.8;
  display: inline-block;
  position: absolute;
  color: #b1c993;
  top: 0;
  left: 0;
}
.section-content-module .content-block article ul li:after {
  content: "";
  display: block;
  height: 0.75rem;
}
.section-content-module .content-block article table a, .section-content-module .content-block article table a:hover, .section-content-module .content-block article table a:focus, .section-content-module .content-block article table a:active {
  background: none !important;
  text-shadow: none !important;
}
.section-content-module .content-block article .more {
  font-size: 125%;
  font-weight: 600;
}
.section-content-module .content-block article .more [class^=icon-], .section-content-module .content-block article .more [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
.section-content-module .content-block article .more, .section-content-module .content-block article .more:hover, .section-content-module .content-block article .more:focus, .section-content-module .content-block article .more:active {
  background: none !important;
  text-shadow: none !important;
}
.section-content-module .content-block article .more:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.4375em;
}
.section-content-module .content-block article .button, .section-content-module .content-block article .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-content-module .content-block article .open-house-contact.contact-rsvp, .section-content-module .content-block article .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-content-module .content-block article .open-house-contact.contact-rsvp {
  margin-top: 2rem;
}
.section-content-module .content-block.columns-2 article ul {
  columns: 2;
}
@media only screen and ( max-width: 639px ) {
  .section-content-module .content-block.columns-2 article ul {
    columns: 1;
  }
}
.section-content-module .review-block {
  background: #f5f5f5;
}
.section-content-module .review-block .review {
  position: relative;
  padding-bottom: calc(0.75rem + 0.5em);
  margin-bottom: 0;
}
@media only screen and ( max-width: 639px ) {
  .section-content-module .review-block .review {
    padding-bottom: calc(0.75rem + 0.25em);
  }
}
.section-content-module .review-block .review:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15%;
  min-width: 20px;
  max-width: 80px;
  height: 3px;
  background: #b1c993;
  left: 0;
}
.section-content-module .review-block .review:not(:last-child) {
  margin-bottom: 4rem;
}
.section-content-module .content-block article,
.section-content-module .review-block article {
  padding: 5rem 6rem;
}
@media only screen and ( max-width: 640px ) {
  .section-content-module .content-block article,
.section-content-module .review-block article {
    padding: 2rem 1rem;
  }
}
.section-content-module:hover > .row {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.section-content-module:hover .image-block [class^=icon-], .section-content-module:hover [class*=" icon-"] {
  transform: translate(-50%, -50%) scale(1.25);
  opacity: 0.75;
}

.section-agent-title {
  background: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}
.section-agent-title .agent-image {
  padding-top: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-agent-title .title {
  font-size: 3.125rem;
  margin-bottom: 0;
  color: #fff;
}
.section-agent-title .subtitle {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0;
  color: #cacaca;
}
.section-agent-title .job-title {
  display: inline-block;
}
.section-agent-title .job-title + .job-title {
  margin-left: 0.5em;
}
.section-agent-title .license {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 1em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and ( max-width: 639px ) {
  .section-agent-title {
    text-align: center;
  }
  .section-agent-title .title {
    font-size: 2.5rem;
    margin: 1rem auto 0;
  }
  .section-agent-title .subtitle {
    font-size: 1.375rem;
    margin: 0.5rem auto 1rem;
  }
  .section-agent-title .job-title {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .section-agent-title .license {
    display: block;
    margin: 0.25rem auto;
  }
}
.section-agent-title hr {
  border-color: rgba(255, 255, 255, 0.2);
}
.section-agent-title .agent-meta {
  margin-top: 1rem;
}
.section-agent-title .agent-meta p {
  margin: 0;
  color: #fff !important;
}
.section-agent-title .agent-meta p a[href^="tel:"] {
  color: #fff !important;
}
.section-agent-title .agent-meta p a[href^="tel:"]:hover {
  color: #fff;
}
.section-agent-title .agent-meta a {
  transition: 0.25s;
}
.section-agent-title .agent-meta a:not([href^="tel:"]) {
  color: #b1c993;
}
.section-agent-title .agent-meta a:not([href^="tel:"]):hover {
  color: #fff;
}
.section-agent-title .agent-meta .phone,
.section-agent-title .agent-meta .email,
.section-agent-title .agent-meta .social {
  margin-bottom: 1rem;
}
.section-agent-title .agent-meta .phone span {
  font-size: 80%;
  display: inline-block;
  font-weight: 600;
  margin-left: 0.5em;
  color: rgba(255, 255, 255, 0.5);
}
.section-agent-title .agent-meta .email a,
.section-agent-title .agent-meta .website a {
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.2em;
}
@media only screen and ( max-width: 639px ) {
  .section-agent-title .agent-meta .email a,
.section-agent-title .agent-meta .website a {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.section-agent-title .agent-meta .email a i,
.section-agent-title .agent-meta .website a i {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
}
.section-agent-title .agent-meta .social a {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
}
.section-agent-title .agent-meta .social a:not(:last-child) {
  margin-right: 0.35em;
}
.section-agent-title .agent-meta .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.section-agent-title .agent-meta .personal-message {
  font-size: 1.3rem;
}
@media only screen and ( max-width: 639px ) {
  .section-agent-title .agent-meta .personal-message {
    font-size: 1.1rem;
  }
}

.section-violator {
  position: absolute;
  top: 20px;
  right: 20px;
}
.section-violator .violator {
  transform: rotate(10deg);
  background: #8bae5f;
  width: 150px;
  padding-top: 150px;
  border-radius: 50%;
}
.section-violator .violator .violator-label {
  transform: translate(-50%, -55%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.section-violator .violator .violator-label [class^=icon-], .section-violator .violator .violator-label [class*=" icon-"] {
  display: block;
  font-size: 300%;
}
@media only screen and ( max-width: 1024px ) {
  .section-violator {
    transform: translate(0, -50%);
    margin-bottom: -50px;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  .section-violator .violator {
    margin: 0 auto;
  }
}

.section-testimonials-press {
  background: url("../img/listing-col-bg.png") repeat-y 50%;
  background-size: 200%;
  padding: 5rem 0;
}
@media only screen and ( max-width: 639px ) {
  .section-testimonials-press {
    background: none;
  }
}
.section-testimonials-press .title {
  color: #5d6967;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 3rem;
  padding-left: 5%;
  padding-right: 5%;
}
.section-testimonials-press .review {
  padding-left: 5%;
  padding-right: 5%;
}
.section-testimonials-press .press-items {
  margin: 30px auto;
  padding: 0 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-testimonials-press .press-item {
  width: 290px;
  max-width: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-testimonials-press .press-item a {
  padding-top: 20%;
  -ms-flex: auto;
      flex: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section-contact .contact-main .office-map {
  padding-top: 70%;
  background: #f5f5f5;
  margin-top: 3rem;
}
.section-contact .contact-sidebar h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #5d6967;
}
.section-contact .contact-sidebar h3:first-child {
  margin-top: 0;
}
.section-contact .contact-sidebar p {
  margin: 0.25rem 0;
  line-height: 1.4;
}
.section-contact .contact-sidebar small {
  display: block;
}
.section-contact .contact-sidebar .button, .section-contact .contact-sidebar .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-contact .contact-sidebar .open-house-contact.contact-rsvp, .section-contact .contact-sidebar .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-contact .contact-sidebar .open-house-contact.contact-rsvp {
  margin-top: 2rem;
}

.section-team nav.buttons {
  margin-top: 2rem;
}

.section-facts {
  padding: 0;
}
.section-facts .facts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-facts .facts .fact {
  width: 25%;
  padding-top: 20%;
  text-align: center;
  position: relative;
}
.section-facts .facts .fact .image-block {
  position: absolute;
  top: 0;
  left: 0;
}
.section-facts .facts .fact .fact-label {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
  color: #fff;
}
.section-facts .facts .fact:nth-child(3), .section-facts .facts .fact:nth-child(4) {
  width: 50%;
  padding-top: 10%;
}
.section-facts .facts .fact:nth-child(3) .fact-label, .section-facts .facts .fact:nth-child(4) .fact-label {
  font-size: 3rem;
}
@media only screen and ( max-width: 639px ) {
  .section-facts .facts .fact {
    width: 50% !important;
    padding-top: 45% !important;
  }
  .section-facts .facts .fact .fact-label {
    font-size: 1.5rem !important;
    font-weight: 300;
  }
}

.section-press .press-items {
  max-width: 900px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-press .press-item {
  width: 290px;
  max-width: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-press .press-item a {
  padding-top: 20%;
  -ms-flex: auto;
      flex: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section-jobs .job-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
.section-jobs .job-list .department {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 2rem;
}
@media only screen and ( max-width: 639px ) {
  .section-jobs .job-list .department {
    width: 95%;
  }
}
.section-jobs .job-list .department .title {
  font-weight: 600;
  font-size: 1.35rem;
}
.section-jobs .job-list .department ul.jobs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-jobs .job-list .department p {
  color: #cacaca;
}

.section-job .job-header {
  margin-bottom: 2rem;
}
.section-job .job-header .title {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #003846;
  font-weight: 300;
}
.section-job .job-header .subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  color: #b1c993;
}
.section-job .job-header .subtitle span {
  margin-right: 0.75em;
}
.section-job .job-content {
  margin-bottom: 2rem;
}
.section-job .job-content section {
  padding: 0;
}
.section-job .job-content .apply {
  margin-top: 3rem;
  border-top: 1px solid #dfe1cf;
  padding-top: 2rem;
}
.section-job .job-content .apply p {
  color: #999;
  font-size: 0.9rem;
  line-height: 1.25;
}
.section-job .job-sidebar .panel-apply p {
  color: #999;
  font-size: 0.9rem;
  line-height: 1.25;
}

.section-blog .post + .post {
  margin-top: 2rem;
}
.section-blog .entry-header {
  margin-bottom: 2rem;
}
.section-blog .entry-header .entry-title {
  line-height: 1.1;
}
.section-blog .entry-header .entry-title a {
  color: #004c60;
}
.section-blog .entry-summary {
  display: none;
}
.section-blog .post-thumbnail {
  margin-bottom: 2rem;
  border-bottom: solid #b1c993 2rem;
}
.section-blog .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.section-blog .ds-sharing {
  display: none;
}
.section-blog .entry-content {
  border-bottom: 1px solid #dfe1cf;
  padding-bottom: 2rem;
}
.section-blog .entry-content h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #50828e;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-blog .entry-content h3 + ul {
  margin-top: 3rem;
}
.section-blog .entry-content h4 {
  color: #90aaa6;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.section-blog .entry-content p {
  margin-bottom: 0.7rem;
}
.section-blog .entry-content a:not([class]) {
  text-decoration: none;
}
.no-cssgradients .section-blog .entry-content a:not([class]) {
  text-shadow: none;
}
.section-blog .entry-content a:not([class]), .section-blog .entry-content a:not([class]):hover, .section-blog .entry-content a:not([class]):focus, .section-blog .entry-content a:not([class]):active {
  text-decoration: none;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 85%, rgba(139, 174, 95, 0.35) 86%, rgba(139, 174, 95, 0.35) 90%, #fff 91%, #fff 100%);
  text-shadow: -2px 0px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff, 2px 0px 0px #fff;
}
.no-cssgradients .section-blog .entry-content a:not([class]), .no-cssgradients .section-blog .entry-content a:not([class]):hover, .no-cssgradients .section-blog .entry-content a:not([class]):focus, .no-cssgradients .section-blog .entry-content a:not([class]):active {
  text-decoration: underline;
  text-shadow: none;
}
.section-blog .entry-content a:not([class]):hover, .section-blog .entry-content a:not([class]):focus, .section-blog .entry-content a:not([class]):active {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 85%, #8bae5f 86%, #8bae5f 90%, #fff 91%, #fff 100%);
}
.section-blog .entry-content ul {
  list-style-type: none;
  font-size: 1.0625rem;
  padding: 0;
  margin: 2rem 0;
}
.section-blog .entry-content ul li {
  padding-left: 1.5em;
  line-height: 1.35;
  position: relative;
  -webkit-column-break-inside: avoid;
}
.section-blog .entry-content ul li:before {
  content: "• ";
  font-size: 140%;
  line-height: 0.8;
  display: inline-block;
  position: absolute;
  color: #b1c993;
  top: 0;
  left: 0;
}
.section-blog .entry-content ul li:after {
  content: "";
  display: block;
  height: 0.75rem;
}
.section-blog .entry-content table a, .section-blog .entry-content table a:hover, .section-blog .entry-content table a:focus, .section-blog .entry-content table a:active {
  background: none !important;
  text-shadow: none !important;
}
.section-blog .entry-content .more {
  font-size: 125%;
  font-weight: 600;
}
.section-blog .entry-content .more [class^=icon-], .section-blog .entry-content .more [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
.section-blog .entry-content .more, .section-blog .entry-content .more:hover, .section-blog .entry-content .more:focus, .section-blog .entry-content .more:active {
  background: none !important;
  text-shadow: none !important;
}
.section-blog .entry-content .more:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.4375em;
}
.section-blog .entry-content .button, .section-blog .entry-content .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-blog .entry-content .open-house-contact.contact-rsvp, .section-blog .entry-content .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-blog .entry-content .open-house-contact.contact-rsvp {
  margin-top: 2rem;
}
.section-blog .entry-content img.size-medium,
.section-blog .entry-content img.size-large,
.section-blog .entry-content img.size-full {
  width: 100%;
  height: auto;
  display: block;
  margin: 2rem 0;
}
.section-blog .entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.section-blog .entry-content iframe {
  border: none;
  width: 100%;
  max-width: 100%;
}
.section-blog .entry-content > li {
  padding-left: 2rem;
  text-indent: -2rem;
  margin: 1rem 0;
}
.section-blog .entry-footer {
  display: none;
}
.single .section-blog .entry-header,
.single .section-blog .entry-summary {
  display: none;
}
.single .section-blog .entry-content {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.single .section-blog .ds-sharing {
  display: block;
}
.single .section-blog .entry-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 2rem;
  border-top: 1px solid #dfe1cf;
  padding-top: 1.5rem;
}
.single .section-blog .entry-footer .footer-avatar {
  width: 60px;
  margin-right: 1rem;
}
.single .section-blog .entry-footer .footer-avatar img {
  border-radius: 50%;
  border: solid 3px #f5f5f5;
}
.single .section-blog .entry-footer .footer-meta .byline {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
}
.single .section-blog .entry-footer .footer-meta .posted-on {
  pointer-events: none;
  font-size: 0.9rem;
}
.single .section-blog .entry-footer .footer-meta .posted-on a {
  color: inherit;
}
.single .section-blog .entry-footer .footer-meta .cat-links,
.single .section-blog .entry-footer .footer-meta .tags-links {
  display: none;
}
.section-blog .blog-navigation {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.section-blog .blog-navigation .prev-posts-link {
  float: left;
}
.section-blog .blog-navigation .next-posts-link {
  float: right;
}
.section-blog .blog-sidebar section {
  padding: 0;
}
.section-blog .blog-sidebar .widget {
  margin-bottom: 3rem;
}
.section-blog .blog-sidebar .widget .widget-title {
  font-weight: 600;
  font-size: 1.35rem;
}
.section-blog .blog-sidebar .widget ul {
  list-style: none;
  margin: 1rem 0;
}
.section-blog .blog-sidebar .widget ul li {
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.section-blog .blog-sidebar .widget.widget_categories ul li {
  color: #ccc;
  font-size: 0.8rem;
  font-weight: 600;
}
.section-blog .blog-sidebar .widget.widget_categories ul li a {
  font-size: 1rem;
  font-weight: normal;
  margin-right: 0.35em;
  display: inline-block;
}

.section-text h1,
.section-text h2,
.section-text h3,
.section-text h4 {
  line-height: 1.1;
}
.section-text h2 {
  font-size: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.section-text h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #50828e;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-text h3 + ul {
  margin-top: 3rem;
}
.section-text h4 {
  color: #90aaa6;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.section-text p {
  margin-bottom: 0.7rem;
}
.section-text a:not([class]) {
  text-decoration: none;
}
.no-cssgradients .section-text a:not([class]) {
  text-shadow: none;
}
.section-text a:not([class]), .section-text a:not([class]):hover, .section-text a:not([class]):focus, .section-text a:not([class]):active {
  text-decoration: none;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 85%, rgba(139, 174, 95, 0.35) 86%, rgba(139, 174, 95, 0.35) 90%, #fff 91%, #fff 100%);
  text-shadow: -2px 0px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff, 2px 0px 0px #fff;
}
.no-cssgradients .section-text a:not([class]), .no-cssgradients .section-text a:not([class]):hover, .no-cssgradients .section-text a:not([class]):focus, .no-cssgradients .section-text a:not([class]):active {
  text-decoration: underline;
  text-shadow: none;
}
.section-text a:not([class]):hover, .section-text a:not([class]):focus, .section-text a:not([class]):active {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #fff 85%, #8bae5f 86%, #8bae5f 90%, #fff 91%, #fff 100%);
}
.section-text ul {
  list-style-type: none;
  font-size: 1.0625rem;
  padding: 0;
  margin: 2rem 0;
}
.section-text ul li {
  padding-left: 1.5em;
  line-height: 1.35;
  position: relative;
  -webkit-column-break-inside: avoid;
}
.section-text ul li:before {
  content: "• ";
  font-size: 140%;
  line-height: 0.8;
  display: inline-block;
  position: absolute;
  color: #b1c993;
  top: 0;
  left: 0;
}
.section-text ul li:after {
  content: "";
  display: block;
  height: 0.75rem;
}
.section-text table a, .section-text table a:hover, .section-text table a:focus, .section-text table a:active {
  background: none !important;
  text-shadow: none !important;
}
.section-text .more {
  font-size: 125%;
  font-weight: 600;
}
.section-text .more [class^=icon-], .section-text .more [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
.section-text .more, .section-text .more:hover, .section-text .more:focus, .section-text .more:active {
  background: none !important;
  text-shadow: none !important;
}
.section-text .more:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.4375em;
}
.section-text .button, .section-text .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-text .open-house-contact.contact-rsvp, .section-text .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-text .open-house-contact.contact-rsvp {
  margin-top: 2rem;
}

.panel {
  background: #f5f5f5;
  padding: 0.625rem;
}
.panel .image {
  background: #fff;
  padding: 5% 20%;
  display: block;
}
.panel .header {
  margin: 0.9375rem 0.9375rem 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.panel .header .header-title {
  color: #5d6967;
  font-size: 19px;
  font-weight: 600;
  margin: 0;
}
.panel .header .text-right {
  margin-left: auto;
  opacity: 0.6;
}

/*=
  Thumbnail listing
*/
.listing-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.listing-box .box {
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
}
.listing-box figure {
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.listing-box figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.listing-box figure .image {
  transition: opacity 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-image: url("../img/default-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.listing-box footer {
  margin-top: -1px;
  position: relative;
}
.listing-box:hover .box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.listing-box:hover .image {
  transform: scale(1.02);
}
.listing-box.highlight header {
  background: #ffe360;
}
.listing-box header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate(0, 50%);
  opacity: 0;
  pointer-events: none;
}
.listing-box header .info {
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 1;
}
.listing-box header .info .location {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #003846;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-box header .info .property-type {
  margin: 3px 0;
  line-height: 1;
  font-size: 0.875rem;
  color: #006179;
  font-weight: 600;
}
.listing-box header .info .building-area {
  margin: 3px 0;
  line-height: 1;
  font-size: 0.875rem;
  color: #4c5a52;
  font-weight: 600;
}
.listing-box header .info .building-area span {
  font-size: 0.6875rem;
}
.listing-box figure {
  position: relative;
  background-color: #f5f5f5;
}
.listing-box figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.1025641026%;
}
.listing-box figure .image + .spinner {
  opacity: 0;
}
.listing-box figure .image.loading {
  opacity: 0;
}
.listing-box figure .image.loading + .spinner {
  opacity: 1;
}
.listing-box figure .listing-violator {
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate(50%, 0) rotate(45deg);
  transform-origin: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  background: #003846;
  padding: 2rem 0 0.35rem;
  width: 50%;
  text-align: center;
  pointer-events: none;
}
.listing-box figure .listing-nav {
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translate(0, -100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: white;
  font-size: 0.8rem;
}
@media only screen and ( max-width: 639px ) {
  .listing-box figure .listing-nav {
    transform: none;
  }
}
.listing-box figure .listing-nav > * {
  padding: 0.1rem 0.3rem;
  display: inline-block;
  font-weight: 700;
  border-right: solid 1px #eee;
  color: #5d6967;
  cursor: pointer;
}
.listing-box figure .listing-nav > *:last-child {
  border-right: none;
}
.listing-box figure .listing-nav [class^=icon-], .listing-box figure .listing-nav [class*=" icon-"] {
  font-size: 0.85em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.listing-box figure .listing-nav .save-listing [class^=icon-], .listing-box figure .listing-nav .save-listing [class*=" icon-"] {
  color: #ca4343;
}
.listing-box figure .carousel-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.listing-box figure .carousel-nav .nav-next,
.listing-box figure .carousel-nav .nav-prev {
  transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 1.25rem;
  height: 2.5rem;
  padding: 0.625rem 0.3125rem;
  opacity: 0;
}
.listing-box figure .carousel-nav .nav-next {
  transform: translate(100%, -50%);
  right: 0;
}
@media only screen and ( max-width: 639px ) {
  .listing-box figure .carousel-nav .nav-next {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.listing-box figure .carousel-nav .nav-prev {
  transform: translate(-100%, -50%);
  left: 0;
}
@media only screen and ( max-width: 639px ) {
  .listing-box figure .carousel-nav .nav-prev {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.listing-box figure .callouts {
  position: absolute;
  top: 8px;
  left: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  width: calc(100% - 75px);
}
.listing-box figure .callouts p {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  border-radius: 10px;
  padding: 1px 7px 0 7px;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border: 0.5px solid transparent;
}
.listing-box figure .callouts p.open-house {
  background: #4c5a52;
}
.listing-box figure .callouts p.move-in-special {
  background: #4f87b6;
}
.listing-box figure .callouts p.applications-rcvd,
.listing-box figure .callouts p.virtual-tour {
  background: #dfe1cf;
  color: #4c5a52;
  border-color: #4c5a52;
}
.listing-box figure .callouts p.coming-soon {
  background: #8bae5f;
}
.listing-box footer {
  background-color: rgba(217, 226, 219, 0.8);
  padding: 0.65rem 1rem;
  color: #4c5a52;
}
.listing-box footer .meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.listing-box footer .item {
  margin-right: 10%;
}
.listing-box footer .item .item-value {
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media only screen and ( max-width: 639px ) {
  .listing-box footer .item .item-value {
    font-size: 1.375rem;
  }
}
.listing-box footer .item .item-label {
  font-size: 0.875rem;
  line-height: 1;
  opacity: 0.75;
}
.listing-box footer .item:last-child {
  margin-right: auto;
}
.listing-box footer .item-price {
  margin-right: 0;
}
.listing-box footer .item-price .item-value {
  font-weight: 600;
}
.listing-box footer .item-furnished {
  margin-left: auto;
  margin-right: 0 !important;
}
.listing-box footer .item-furnished [class^=icon-], .listing-box footer .item-furnished [class*=" icon-"] {
  background: #fff;
  font-size: 1.1rem;
  padding: 0.5rem;
  line-height: 1;
  width: 2.32rem;
  height: 2.32rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.11rem transparent;
}
.listing-box footer .item-furnished-optional {
  opacity: 0.5;
  margin-left: auto;
  margin-right: 0 !important;
}
.listing-box footer .item-furnished-optional [class^=icon-], .listing-box footer .item-furnished-optional [class*=" icon-"] {
  background: #fff;
  font-size: 1.1rem;
  padding: 0.5rem;
  line-height: 1;
  width: 2.32rem;
  height: 2.32rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.11rem transparent;
}
.listing-box .block {
  display: inline-block;
}
.listing-box:hover header {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all;
}
.listing-box:hover .listing-nav {
  transform: translate(0, 0);
}
.listing-box:hover .listing-violator {
  opacity: 0;
  padding-top: 1rem;
}
.listing-box:hover .carousel-nav .nav-next,
.listing-box:hover .carousel-nav .nav-prev {
  transform: translate(0, -50%);
  opacity: 1;
}
.listing-box:hover .image {
  transform: scale(1.02);
}
.listing-box.saved .listing-nav {
  transform: translate(0, 0);
}

.listing-video {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.listing-video footer {
  background-color: #d9e2db;
  padding: 0.65rem 1rem;
  color: #4c5a52;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.listing-video footer .title {
  font-weight: 600;
  color: #4c5a52;
}
.listing-video footer .view {
  font-size: 100%;
  font-weight: normal;
  margin-left: auto;
}
.listing-video footer .view [class^=icon-], .listing-video footer .view [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}

.section-listing {
  padding: 0;
  background: url("../img/listing-col-bg.png") repeat-y 26.5%;
  background-size: 200%;
}
@media only screen and (min-width: 1400px) {
  .section-listing {
    background-position: calc(50% + 1400px * 0.23);
    background-size: 100%;
  }
}
@media only screen and ( max-width: 639px ) {
  .section-listing {
    background: none;
  }
}
.section-listing .rented-pill {
  background: #003846;
  display: inline-block;
  padding: 0.3em 0.75em 0.2em 0.6em;
  font-size: 80%;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 9999px;
  vertical-align: text-bottom;
}
.section-listing .rented-pill.large {
  font-size: 150%;
}
.section-listing .rented-pill [class^=icon-], .section-listing .rented-pill [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 0.15em;
  color: #8bae5f;
}
.section-listing .header {
  margin-top: 2rem;
}
.section-listing .header .back {
  font-size: 110%;
  font-weight: 600;
  display: none;
  margin-bottom: 1rem;
}
.section-listing .header .back [class^=icon-], .section-listing .header .back [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
@media only screen and ( max-width: 640px ) {
  .section-listing .header .back {
    display: block;
  }
}
.section-listing .header .title {
  font-size: 2.625rem;
  line-height: 1.2;
  color: #003846;
  font-weight: 300;
}
.section-listing .header .title span {
  opacity: 0.45;
}
.section-listing .header .subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  color: #b1c993;
}
.section-listing .header .subtitle span {
  margin-right: 0.75em;
}
.section-listing .header .short-description {
  color: #000;
  font-style: italic;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
}
@media only screen and ( max-width: 639px ) {
  .section-listing .header {
    margin-top: 1rem;
  }
  .section-listing .header .title {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  .section-listing .header .subtitle {
    font-size: 1.1rem;
  }
  .section-listing .header .short-description {
    font-size: 1.1rem;
  }
}
.section-listing .listing-content section,
.section-listing .listing-sidebar section {
  padding: 1rem 0;
}
.section-listing .listing-content section > .title,
.section-listing .listing-sidebar section > .title {
  font-size: 1.5625rem;
  color: #003846;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.section-listing .listing-content section > .title [class^=icon-], .section-listing .listing-content section > .title [class*=" icon-"],
.section-listing .listing-sidebar section > .title [class^=icon-],
.section-listing .listing-sidebar section > .title [class*=" icon-"] {
  background: #fff;
  font-size: 1.1rem;
  padding: 0.4rem;
  line-height: 1;
  width: 2.12rem;
  height: 2.12rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.11rem transparent;
}
.section-listing .listing-content section > .title [class^=icon-], .section-listing .listing-content section > .title [class*=" icon-"],
.section-listing .listing-sidebar section > .title [class^=icon-],
.section-listing .listing-sidebar section > .title [class*=" icon-"] {
  border-color: #deeacf;
  margin-left: 0.65rem;
}
.section-listing .listing-content {
  margin-bottom: 3rem;
}
@media only screen and ( max-width: 639px ) {
  .section-listing .listing-content {
    margin-bottom: 0;
  }
}
.section-listing .listing-content section.intro {
  padding: 0.5rem 0;
}
.section-listing .listing-content section.intro .amenities {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-listing .listing-content section.intro .amenities li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.section-listing .listing-content section.intro .amenities li label {
  line-height: 1.1;
}
@media only screen and ( max-width: 639px ) {
  .section-listing .listing-content section.intro .amenities {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-listing .listing-content section.intro .amenities li {
    width: 45%;
    margin-right: 5%;
  }
}
.section-listing .listing-content section.carousel .slider:not(.sy-list) {
  height: auto;
}
.section-listing .listing-content section.carousel .slider:not(.sy-list) li {
  display: none;
}
.section-listing .listing-content section.carousel .slider:not(.sy-list) li:first-child {
  display: block;
}
.section-listing .listing-content section.carousel.building {
  padding-top: 0;
}
.section-listing .listing-content section.carousel.building .slider {
  margin-top: 0.4rem;
}
.section-listing .listing-content section.checklist .checklist {
  margin: 1.5rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-listing .listing-content section.checklist .checklist li {
  width: 30%;
  min-width: 200px;
  list-style: none;
  padding-left: 2rem;
  margin: 0.2rem 0;
}
.section-listing .listing-content section.checklist .checklist li [class^=icon-], .section-listing .listing-content section.checklist .checklist li [class*=" icon-"] {
  float: left;
  margin-left: -2rem;
  line-height: inherit;
  color: #b1c993;
}
.section-listing .listing-content section.details section.description {
  padding-top: 0;
}
.section-listing .listing-content section.details section.description .content {
  margin: 1.5rem 0;
}
.section-listing .listing-content section.details section.description .content iframe.wp-embedded-content {
  display: none !important;
}
.section-listing .listing-content section.details ul.checklist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.section-listing .listing-content section.details ul.checklist li {
  width: 30%;
  min-width: 200px;
  margin: 0.2rem 0;
}
.section-listing .listing-content section.nearby-neighborhood p {
  margin: 1.5rem 0;
}
.section-listing .listing-content section.map .map {
  position: relative;
  background: #eee;
  margin-top: 1.5rem;
}
.section-listing .listing-content section.map .map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and ( max-width: 639px ) {
  .section-listing .listing-content section.map .map {
    position: relative;
  }
  .section-listing .listing-content section.map .map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
}
.section-listing .listing-content section.map .button-group .button, .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp, .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp {
  display: -ms-flexbox;
  display: flex;
}
.section-listing .listing-content section.map .button-group .button [class^=icon-], .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp [class^=icon-], .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp [class^=icon-], .section-listing .listing-content section.map .button-group .button [class*=" icon-"], .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp [class*=" icon-"], .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp [class*=" icon-"] {
  color: #8bae5f;
  font-size: 140%;
  margin-bottom: -0.2em;
  margin-right: 1rem;
}
.section-listing .listing-content section.map .button-group .button span, .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp span, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp span, .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp span, .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp span {
  font-weight: 400;
  font-size: 0.9rem;
}
.section-listing .listing-content section.map .button-group .button span strong, .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp span strong, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp span strong, .section-listing .listing-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp span strong, .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-content section.map .button-group .open-house-contact.contact-rsvp span strong {
  font-size: 1.1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.2em;
}
.section-listing .listing-content section.floor-plans .panels {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-listing .listing-content section.floor-plans .panels > .columns {
  padding-bottom: 1.5rem;
}
.section-listing .listing-content section.floor-plans .panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.section-listing .listing-content section.floor-plans .panel .image {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-listing .listing-content section.reviews .reviews {
  margin-top: 2rem;
}
.section-listing .listing-content section.reviews .reviews .review {
  margin-bottom: 1.5rem;
}
.section-listing .listing-content section.reviews .reviews .review .name {
  color: #5d6967;
  font-size: 1.1875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.section-listing .listing-content section.reviews .reviews .review .name .star-rating {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.section-listing .listing-content section.reviews .reviews .review .verified {
  font-size: 0.9rem;
  color: #9cafa4;
  font-weight: 600;
}
.section-listing .listing-content section.reviews .reviews .review .verified [class^=icon-], .section-listing .listing-content section.reviews .reviews .review .verified [class*=" icon-"] {
  color: #b1c993;
  font-size: 125%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
}
.section-listing .listing-content section.sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.section-listing .listing-content section.sharing .sharing-label {
  line-height: 1;
  margin-bottom: 0.25rem;
  margin-right: 1rem;
}
.section-listing .listing-sidebar .panel-overview .monthly-rent,
.section-listing .listing-sidebar .panel-overview .property-status {
  margin: 0;
  font-size: 2.4375rem;
  font-weight: 300;
  width: 100%;
}
.section-listing .listing-sidebar .panel-overview .monthly-rent .title,
.section-listing .listing-sidebar .panel-overview .property-status .title {
  color: #9cafa4;
  display: block;
  font-size: 1.0625rem;
  font-weight: 600;
}
.section-listing .listing-sidebar .panel-overview .monthly-rent span,
.section-listing .listing-sidebar .panel-overview .property-status span {
  color: #9cafa4;
}
.section-listing .listing-sidebar .panel-overview .rented-pill + .monthly-rent {
  margin-top: 1rem;
}
.section-listing .listing-sidebar .panel-overview .menu {
  margin-top: 1.25rem;
}
.section-listing .listing-sidebar .panel-overview .menu li {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.section-listing .listing-sidebar .panel-overview .menu [class^=icon-], .section-listing .listing-sidebar .panel-overview .menu [class*=" icon-"] {
  color: #b1c993;
  vertical-align: middle;
  margin-right: 1rem;
}
.section-listing .listing-sidebar .panel-overview .menu span {
  color: #9cafa4;
}
@media only screen and ( max-width: 639px ) {
  .section-listing .listing-sidebar .panel-building .building-box {
    padding: 0;
    border-radius: 4px;
    border: solid 1px #eee;
    overflow: hidden;
    margin: 2rem 0;
  }
  .section-listing .listing-sidebar .panel-building .building-box figure {
    box-shadow: none;
  }
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout {
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout [class^=icon-], .section-listing .listing-sidebar .panel-open-houses .open-house-callout [class*=" icon-"] {
  color: #8bae5f;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout .title {
  color: #5d6967;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout .date,
.section-listing .listing-sidebar .panel-open-houses .open-house-callout .time {
  color: #adb3b2;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout .open-house-contact {
  font-weight: 600;
  font-size: 0.9rem;
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout .open-house-contact.contact-rsvp:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.625em;
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout .rsvp-callout {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f36e14;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 8px 0 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border 0.3s linear;
}
.section-listing .listing-sidebar .panel-open-houses .open-house-callout:hover {
  border: 1px solid #8bae5f;
}
.section-listing .listing-sidebar .panel-agents .agent {
  margin-top: 20px;
}
.section-listing .listing-sidebar .panel-agents .agent .profile-img {
  position: relative;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.section-listing .listing-sidebar .panel-agents .agent .profile-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.section-listing .listing-sidebar .panel-agents .agent .columns {
  padding-right: 0;
}
@media only screen and ( max-width: 639px ) {
  .section-listing .listing-sidebar .panel-agents .agent .columns {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.section-listing .listing-sidebar .panel-agents .agent .name {
  color: #5d6967;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.15em;
}
.section-listing .listing-sidebar .panel-agents .agent .name a {
  color: inherit;
}
.section-listing .listing-sidebar .panel-agents .agent .title {
  color: #8bae5f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
.section-listing .listing-sidebar .panel-agents .agent nav {
  margin-top: 0.65em;
  color: #9cafa4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.section-listing .listing-sidebar .panel-agents .agent nav > * {
  display: block;
}
.section-listing .listing-sidebar .panel-agents .agent nav .license {
  font-size: 12px;
  margin-bottom: 0.35em;
}
.section-listing .listing-sidebar .panel-agents .agent nav a {
  color: inherit;
}
.section-listing .listing-sidebar .panel-agents .agent nav a:hover {
  text-decoration: underline;
}
.section-listing .listing-sidebar .panel-contact .contact-form {
  margin-top: 1.25rem;
  position: relative;
}
.section-listing .listing-sidebar .panel-contact .contact-form .close-button {
  top: 0rem;
}
.section-listing .listing-sidebar .panel-contact .contact-form form {
  margin-top: 1.5rem;
}
.section-listing .listing-sidebar .panel-map .map {
  position: relative;
  background: #eee;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.section-listing .listing-sidebar .panel-map .map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.section-listing .listing-sidebar .panel-map .map .gm-style-mtc button {
  height: unset !important;
  padding: 5px 10px 7px 10px !important;
  font-size: 1rem !important;
}
.section-listing .listing-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) {
  left: 9px !important;
}
.section-listing .listing-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) > div {
  height: auto !important;
  width: 30px !important;
}
.section-listing .listing-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) > div button.gm-control-active {
  width: 30px !important;
  height: 30px !important;
  margin: 0 auto !important;
}
.section-listing .listing-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) > div button.gm-control-active img {
  width: 14px !important;
  height: 14px !important;
}
.section-listing .listing-sidebar .panel-map .neighborhood-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
.section-listing .listing-sidebar .panel-map .address {
  margin: 1.5rem 0;
  line-height: 1.25;
}
.section-listing .listing-sidebar .panel-map .address:first-line {
  font-weight: 600;
}
.section-listing .listing-sidebar .panel-map .button.for-owners, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp {
  background: #eac02c;
  -ms-flex-direction: column;
      flex-direction: column;
}
.section-listing .listing-sidebar .panel-map .button.for-owners p, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp p, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp p, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp p, .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp p {
  text-transform: none;
  color: #000;
  line-height: 1.4;
}
.section-listing .listing-sidebar .panel-map .button.for-owners:hover, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:hover, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:hover, .section-listing .listing-sidebar .panel-map .button.for-owners:focus, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:focus, .section-listing .listing-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--list .open-house .listing-action .section-listing .listing-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:focus {
  background: #caa214;
}
.section-listing .listing-sidebar .sticky-container {
  width: 100%;
}
.section-listing .listing-sidebar .sticky {
  position: relative;
}
.section-listing .listing-sidebar .sticky.is-stuck {
  position: fixed;
  width: 100%;
}
.section-listing .listing-sidebar .is-stuck .panel-overview {
  background: #f5f5f5;
}

/*=
  Thumbnail agent
*/
.agent-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.agent-box .box {
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
}
.agent-box figure {
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.agent-box figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.agent-box figure .image {
  transition: opacity 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-image: url("../img/default-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.agent-box footer {
  margin-top: -1px;
  position: relative;
}
.agent-box:hover .box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.agent-box:hover .image {
  transform: scale(1.02);
}
.agent-box figure .image {
  background-position: center 25%;
}
.agent-box figure {
  position: relative;
}
.agent-box figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.1025641026%;
}
.agent-box footer {
  background-color: #d9e2db;
  padding: 0.65rem 1rem;
  color: #4c5a52;
  -ms-flex: auto;
      flex: auto;
}
.agent-box footer .name {
  color: #003846;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}
.agent-box footer .title {
  margin: 0.35rem 0 0;
  line-height: 1.1;
}
@media only screen and ( max-width: 639px ) {
  .agent-box footer {
    padding: 0.75rem;
  }
  .agent-box footer .title {
    font-size: 0.9rem;
    margin-top: 0.15rem;
  }
}

.section-agent {
  padding: 0;
  background: url("../img/listing-col-bg.png") repeat-y 26.5%;
  background-size: 200%;
}
@media only screen and (min-width: 1400px) {
  .section-agent {
    background-position: calc(50% + 1400px * 0.23);
    background-size: 100%;
  }
}
@media only screen and ( max-width: 639px ) {
  .section-agent {
    background: none;
  }
  .section-agent .row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.section-agent .agent-content section {
  padding-top: 0;
  padding-bottom: 4rem;
}
.section-agent .agent-content section:first-of-type {
  padding-top: 4rem;
}
.section-agent .agent-content button#show-all-active-listings,
.section-agent .agent-content button#show-all-rented-listings {
  margin-top: 1rem;
}
.section-agent .rented-pill {
  background: #003846;
  display: inline-block;
  padding: 0.3em 0.75em 0.2em 0.6em;
  font-size: 80%;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 9999px;
  vertical-align: text-bottom;
}
.section-agent .rented-pill.large {
  font-size: 150%;
}
.section-agent .rented-pill [class^=icon-], .section-agent .rented-pill [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 0.15em;
  color: #8bae5f;
}
.section-agent .header {
  margin-top: 2rem;
}
.section-agent .header .back {
  font-size: 110%;
  font-weight: 600;
  display: none;
  margin-bottom: 1rem;
}
.section-agent .header .back [class^=icon-], .section-agent .header .back [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
@media only screen and ( max-width: 640px ) {
  .section-agent .header .back {
    display: block;
  }
}
.section-agent .header .title {
  font-size: 2.625rem;
  line-height: 1.2;
  color: #003846;
  font-weight: 300;
}
.section-agent .header .title span {
  opacity: 0.45;
}
.section-agent .header .subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  color: #b1c993;
}
.section-agent .header .subtitle span {
  margin-right: 0.75em;
}
.section-agent .header .short-description {
  color: #000;
  font-style: italic;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
}
@media only screen and ( max-width: 639px ) {
  .section-agent .header {
    margin-top: 1rem;
  }
  .section-agent .header .title {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  .section-agent .header .subtitle {
    font-size: 1.1rem;
  }
  .section-agent .header .short-description {
    font-size: 1.1rem;
  }
}
.section-agent .agent-sidebar section {
  margin-top: 2rem;
  padding: 0;
}
.section-agent .agent-sidebar article {
  margin: 2rem 0;
}
.section-agent .agent-sidebar .video-container {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.section-agent .agent-sidebar .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=
  Thumbnail building
*/
.building-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.building-box .box {
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
}
.building-box figure {
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin: 0;
  overflow: hidden;
  position: relative;
}
.building-box figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.building-box figure .image {
  transition: opacity 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-image: url("../img/default-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.building-box footer {
  margin-top: -1px;
  position: relative;
}
.building-box:hover .box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.building-box:hover .image {
  transform: scale(1.02);
}
.building-box footer {
  background: #fff;
  padding: 2rem 1rem;
  -ms-flex: auto;
      flex: auto;
}
.building-box footer .title {
  color: #003846;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}
.building-box footer .title a {
  color: inherit;
}
.building-box footer .description p {
  margin: 0.6rem 0;
  line-height: 1.25;
}
.building-box footer .more {
  font-size: 100%;
  font-weight: 600;
}
.building-box footer .more [class^=icon-], .building-box footer .more [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
.building-box footer .more:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.5625em;
}

.section-building {
  padding: 0;
  background: url("../img/listing-col-bg.png") repeat-y 26.5%;
  background-size: 200%;
}
@media only screen and (min-width: 1400px) {
  .section-building {
    background-position: calc(50% + 1400px * 0.23);
    background-size: 100%;
  }
}
@media only screen and ( max-width: 639px ) {
  .section-building {
    background: none;
  }
}
.section-building .rented-pill {
  background: #003846;
  display: inline-block;
  padding: 0.3em 0.75em 0.2em 0.6em;
  font-size: 80%;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 9999px;
  vertical-align: text-bottom;
}
.section-building .rented-pill.large {
  font-size: 150%;
}
.section-building .rented-pill [class^=icon-], .section-building .rented-pill [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 0.15em;
  color: #8bae5f;
}
.section-building .header {
  margin-top: 2rem;
}
.section-building .header .back {
  font-size: 110%;
  font-weight: 600;
  display: none;
  margin-bottom: 1rem;
}
.section-building .header .back [class^=icon-], .section-building .header .back [class*=" icon-"] {
  opacity: 0.7;
  font-size: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
  margin-right: 0.15em;
  margin-bottom: 0.2em;
}
@media only screen and ( max-width: 640px ) {
  .section-building .header .back {
    display: block;
  }
}
.section-building .header .title {
  font-size: 2.625rem;
  line-height: 1.2;
  color: #003846;
  font-weight: 300;
}
.section-building .header .title span {
  opacity: 0.45;
}
.section-building .header .subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  color: #b1c993;
}
.section-building .header .subtitle span {
  margin-right: 0.75em;
}
.section-building .header .short-description {
  color: #000;
  font-style: italic;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
}
@media only screen and ( max-width: 639px ) {
  .section-building .header {
    margin-top: 1rem;
  }
  .section-building .header .title {
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  .section-building .header .subtitle {
    font-size: 1.1rem;
  }
  .section-building .header .short-description {
    font-size: 1.1rem;
  }
}
.section-building .building-content section,
.section-building .building-sidebar section {
  padding: 1rem 0;
}
.section-building .building-content section > .title,
.section-building .building-sidebar section > .title {
  font-size: 1.5625rem;
  color: #003846;
  font-weight: 300;
  margin-bottom: 1.25rem;
}
.section-building .building-content section > .title [class^=icon-], .section-building .building-content section > .title [class*=" icon-"],
.section-building .building-sidebar section > .title [class^=icon-],
.section-building .building-sidebar section > .title [class*=" icon-"] {
  background: #fff;
  font-size: 1.1rem;
  padding: 0.4rem;
  line-height: 1;
  width: 2.12rem;
  height: 2.12rem;
  border-radius: 999px;
  color: #8bae5f;
  display: inline-block;
  border: solid 0.11rem transparent;
}
.section-building .building-content section > .title [class^=icon-], .section-building .building-content section > .title [class*=" icon-"],
.section-building .building-sidebar section > .title [class^=icon-],
.section-building .building-sidebar section > .title [class*=" icon-"] {
  border-color: #deeacf;
  margin-left: 0.65rem;
}
.section-building .building-sidebar .panel-map .map .gm-style-mtc button {
  height: unset !important;
  padding: 5px 10px 7px 10px !important;
  font-size: 1rem !important;
}
.section-building .building-sidebar .panel-map .map button.gm-control-active {
  width: 30px !important;
  height: 30px !important;
  margin: 0 auto !important;
}
.section-building .building-sidebar .panel-map .map button.gm-control-active img {
  width: 14px !important;
  height: 14px !important;
}
.section-building .building-sidebar .panel-map .map > div > div > div:nth-child(12) > div > div:nth-child(2) {
  left: 9px !important;
}
.section-building .building-sidebar .panel-map .map > div > div > div:nth-child(12) > div > div:nth-child(2) > div {
  height: auto !important;
  width: 30px !important;
}
.section-building .building-sidebar .panel-map .map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: 75px !important;
  right: 35px !important;
}
.section-building .building-sidebar .panel-overview .monthly-rent,
.section-building .building-sidebar .panel-overview .property-status {
  margin: 0;
  font-size: 2.4375rem;
  font-weight: 300;
  width: 100%;
}
.section-building .building-sidebar .panel-overview .monthly-rent .title,
.section-building .building-sidebar .panel-overview .property-status .title {
  color: #9cafa4;
  display: block;
  font-size: 1.0625rem;
  font-weight: 600;
}
.section-building .building-sidebar .panel-overview .monthly-rent span,
.section-building .building-sidebar .panel-overview .property-status span {
  color: #9cafa4;
}
.section-building .building-sidebar .panel-overview .rented-pill + .monthly-rent {
  margin-top: 1rem;
}
.section-building .building-sidebar .panel-overview .menu {
  margin-top: 1.25rem;
}
.section-building .building-sidebar .panel-overview .menu li {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.section-building .building-sidebar .panel-overview .menu [class^=icon-], .section-building .building-sidebar .panel-overview .menu [class*=" icon-"] {
  color: #b1c993;
  vertical-align: middle;
  margin-right: 1rem;
}
.section-building .building-sidebar .panel-overview .menu span {
  color: #9cafa4;
}
@media only screen and ( max-width: 639px ) {
  .section-building .building-sidebar .panel-building .building-box {
    padding: 0;
    border-radius: 4px;
    border: solid 1px #eee;
    overflow: hidden;
    margin: 2rem 0;
  }
  .section-building .building-sidebar .panel-building .building-box figure {
    box-shadow: none;
  }
}
.section-building .building-sidebar .panel-open-houses .open-house-callout {
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
}
.section-building .building-sidebar .panel-open-houses .open-house-callout [class^=icon-], .section-building .building-sidebar .panel-open-houses .open-house-callout [class*=" icon-"] {
  color: #8bae5f;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.section-building .building-sidebar .panel-open-houses .open-house-callout .title {
  color: #5d6967;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.section-building .building-sidebar .panel-open-houses .open-house-callout .date,
.section-building .building-sidebar .panel-open-houses .open-house-callout .time {
  color: #adb3b2;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
}
.section-building .building-sidebar .panel-open-houses .open-house-callout .open-house-contact {
  font-weight: 600;
  font-size: 0.9rem;
}
.section-building .building-sidebar .panel-open-houses .open-house-callout .open-house-contact.contact-rsvp:after {
  transition: 0.25s;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 0.15rem #b1c993;
  border-bottom: solid 0.15rem #b1c993;
  border-bottom-right-radius: 2px;
  content: "";
  transform-origin: bottom left;
  transform: rotate(-45deg);
  margin-left: 0.625em;
}
.section-building .building-sidebar .panel-open-houses .open-house-callout .rsvp-callout {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #f36e14;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 8px 0 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border 0.3s linear;
}
.section-building .building-sidebar .panel-open-houses .open-house-callout:hover {
  border: 1px solid #8bae5f;
}
.section-building .building-sidebar .panel-agents .agent {
  margin-top: 20px;
}
.section-building .building-sidebar .panel-agents .agent .profile-img {
  position: relative;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.section-building .building-sidebar .panel-agents .agent .profile-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.section-building .building-sidebar .panel-agents .agent .columns {
  padding-right: 0;
}
@media only screen and ( max-width: 639px ) {
  .section-building .building-sidebar .panel-agents .agent .columns {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.section-building .building-sidebar .panel-agents .agent .name {
  color: #5d6967;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.15em;
}
.section-building .building-sidebar .panel-agents .agent .name a {
  color: inherit;
}
.section-building .building-sidebar .panel-agents .agent .title {
  color: #8bae5f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
.section-building .building-sidebar .panel-agents .agent nav {
  margin-top: 0.65em;
  color: #9cafa4;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.section-building .building-sidebar .panel-agents .agent nav > * {
  display: block;
}
.section-building .building-sidebar .panel-agents .agent nav .license {
  font-size: 12px;
  margin-bottom: 0.35em;
}
.section-building .building-sidebar .panel-agents .agent nav a {
  color: inherit;
}
.section-building .building-sidebar .panel-agents .agent nav a:hover {
  text-decoration: underline;
}
.section-building .building-sidebar .panel-contact .contact-form {
  margin-top: 1.25rem;
  position: relative;
}
.section-building .building-sidebar .panel-contact .contact-form .close-button {
  top: 0rem;
}
.section-building .building-sidebar .panel-contact .contact-form form {
  margin-top: 1.5rem;
}
.section-building .building-sidebar .panel-map .map {
  position: relative;
  background: #eee;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.section-building .building-sidebar .panel-map .map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.section-building .building-sidebar .panel-map .map .gm-style-mtc button {
  height: unset !important;
  padding: 5px 10px 7px 10px !important;
  font-size: 1rem !important;
}
.section-building .building-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) {
  left: 9px !important;
}
.section-building .building-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) > div {
  height: auto !important;
  width: 30px !important;
}
.section-building .building-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) > div button.gm-control-active {
  width: 30px !important;
  height: 30px !important;
  margin: 0 auto !important;
}
.section-building .building-sidebar .panel-map .map div > div > div:nth-child(12) > div > div:nth-child(3) > div button.gm-control-active img {
  width: 14px !important;
  height: 14px !important;
}
.section-building .building-sidebar .panel-map .neighborhood-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
.section-building .building-sidebar .panel-map .address {
  margin: 1.5rem 0;
  line-height: 1.25;
}
.section-building .building-sidebar .panel-map .address:first-line {
  font-weight: 600;
}
.section-building .building-sidebar .panel-map .button.for-owners, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp {
  background: #eac02c;
  -ms-flex-direction: column;
      flex-direction: column;
}
.section-building .building-sidebar .panel-map .button.for-owners p, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp p, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp p, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp p, .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp p {
  text-transform: none;
  color: #000;
  line-height: 1.4;
}
.section-building .building-sidebar .panel-map .button.for-owners:hover, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:hover, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:hover, .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:hover, .section-building .building-sidebar .panel-map .button.for-owners:focus, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--table .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:focus, .section-building .building-sidebar .panel-map .section-open-houses .open-houses--list .open-house .listing-action .for-owners.open-house-contact.contact-rsvp:focus, .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-sidebar .panel-map .for-owners.open-house-contact.contact-rsvp:focus {
  background: #caa214;
}
.section-building .building-sidebar .sticky-container {
  width: 100%;
}
.section-building .building-sidebar .sticky {
  position: relative;
}
.section-building .building-sidebar .sticky.is-stuck {
  position: fixed;
  width: 100%;
}
.section-building .building-sidebar .is-stuck .panel-overview {
  background: #f5f5f5;
}
.section-building .building-content {
  margin-bottom: 3rem;
}
@media only screen and ( max-width: 639px ) {
  .section-building .building-content {
    margin-bottom: 0;
  }
}
.section-building .building-content section.intro {
  padding: 0.5rem 0;
}
.section-building .building-content section.intro .amenities {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-building .building-content section.intro .amenities li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.section-building .building-content section.intro .amenities li label {
  line-height: 1.1;
}
@media only screen and ( max-width: 639px ) {
  .section-building .building-content section.intro .amenities {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-building .building-content section.intro .amenities li {
    width: 45%;
    margin-right: 5%;
  }
}
.section-building .building-content section.carousel .slider:not(.sy-list) {
  height: auto;
}
.section-building .building-content section.carousel .slider:not(.sy-list) li {
  display: none;
}
.section-building .building-content section.carousel .slider:not(.sy-list) li:first-child {
  display: block;
}
.section-building .building-content section.carousel.building {
  padding-top: 0;
}
.section-building .building-content section.carousel.building .slider {
  margin-top: 0.4rem;
}
.section-building .building-content section.checklist .checklist {
  margin: 1.5rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-building .building-content section.checklist .checklist li {
  width: 30%;
  min-width: 200px;
  list-style: none;
  padding-left: 2rem;
  margin: 0.2rem 0;
}
.section-building .building-content section.checklist .checklist li [class^=icon-], .section-building .building-content section.checklist .checklist li [class*=" icon-"] {
  float: left;
  margin-left: -2rem;
  line-height: inherit;
  color: #b1c993;
}
.section-building .building-content section.details section.description {
  padding-top: 0;
}
.section-building .building-content section.details section.description .content {
  margin: 1.5rem 0;
}
.section-building .building-content section.details section.description .content iframe.wp-embedded-content {
  display: none !important;
}
.section-building .building-content section.details ul.checklist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.section-building .building-content section.details ul.checklist li {
  width: 30%;
  min-width: 200px;
  margin: 0.2rem 0;
}
.section-building .building-content section.nearby-neighborhood p {
  margin: 1.5rem 0;
}
.section-building .building-content section.map .map {
  position: relative;
  background: #eee;
  margin-top: 1.5rem;
}
.section-building .building-content section.map .map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and ( max-width: 639px ) {
  .section-building .building-content section.map .map {
    position: relative;
  }
  .section-building .building-content section.map .map:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
}
.section-building .building-content section.map .button-group .button, .section-building .building-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp, .section-building .building-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp, .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp {
  display: -ms-flexbox;
  display: flex;
}
.section-building .building-content section.map .button-group .button [class^=icon-], .section-building .building-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp [class^=icon-], .section-building .building-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class^=icon-], .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp [class^=icon-], .section-building .building-content section.map .button-group .button [class*=" icon-"], .section-building .building-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp [class*=" icon-"], .section-building .building-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp [class*=" icon-"], .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp [class*=" icon-"] {
  color: #8bae5f;
  font-size: 140%;
  margin-bottom: -0.2em;
  margin-right: 1rem;
}
.section-building .building-content section.map .button-group .button span, .section-building .building-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp span, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp span, .section-building .building-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp span, .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp span {
  font-weight: 400;
  font-size: 0.9rem;
}
.section-building .building-content section.map .button-group .button span strong, .section-building .building-content section.map .button-group .section-open-houses .open-houses--table .open-house .listing-action .open-house-contact.contact-rsvp span strong, .section-open-houses .open-houses--table .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp span strong, .section-building .building-content section.map .button-group .section-open-houses .open-houses--list .open-house .listing-action .open-house-contact.contact-rsvp span strong, .section-open-houses .open-houses--list .open-house .listing-action .section-building .building-content section.map .button-group .open-house-contact.contact-rsvp span strong {
  font-size: 1.1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.2em;
}
.section-building .building-content section.floor-plans .panels {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.section-building .building-content section.floor-plans .panels > .columns {
  padding-bottom: 1.5rem;
}
.section-building .building-content section.floor-plans .panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.section-building .building-content section.floor-plans .panel .image {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.section-building .building-content section.reviews .reviews {
  margin-top: 2rem;
}
.section-building .building-content section.reviews .reviews .review {
  margin-bottom: 1.5rem;
}
.section-building .building-content section.reviews .reviews .review .name {
  color: #5d6967;
  font-size: 1.1875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.section-building .building-content section.reviews .reviews .review .name .star-rating {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.section-building .building-content section.reviews .reviews .review .verified {
  font-size: 0.9rem;
  color: #9cafa4;
  font-weight: 600;
}
.section-building .building-content section.reviews .reviews .review .verified [class^=icon-], .section-building .building-content section.reviews .reviews .review .verified [class*=" icon-"] {
  color: #b1c993;
  font-size: 125%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
}
.section-building .building-content section.sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.section-building .building-content section.sharing .sharing-label {
  line-height: 1;
  margin-bottom: 0.25rem;
  margin-right: 1rem;
}
.neighborhood-header {
  margin: 2rem 0;
}
.neighborhood-header .title {
  font-size: 2.125rem;
  line-height: 1.2;
  color: #003846;
  font-weight: 300;
  margin-bottom: 0;
}
.neighborhood-header .title span {
  color: #b1c993;
  font-weight: 500;
}
.neighborhood-header .short-description {
  color: #000;
  margin: 1rem 0 0 0;
}
.neighborhood-header .short-description p {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
@media only screen and ( max-width: 639px ) {
  .neighborhood-header {
    margin: 1rem 0;
  }
  .neighborhood-header .title {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .neighborhood-header .short-description p {
    font-size: 0.9rem;
  }
}

#footer {
  background: #5d6967;
  color: #252d2c;
}
@media only screen and ( max-width: 639px ) {
  #footer section {
    padding: 3rem 0;
  }
}
#footer .footer-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
#footer .footer-menu > .menu-item {
  float: left;
  max-width: 200px;
  padding-right: 60px;
}
#footer .footer-menu > .menu-item > a {
  color: #dfe1cf;
  font-size: 1.0625rem;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none;
  display: block;
  min-height: 4.375rem;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-menu > .menu-item > a:hover {
  color: #f4f5ee;
}
#footer .footer-menu > .menu-item .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 0.875rem;
}
#footer .footer-menu > .menu-item .sub-menu li {
  margin: 1rem 0;
  line-height: 1.2;
}
#footer .social {
  float: left;
  max-width: 200px;
  padding-right: 60px;
  color: #dfe1cf;
  font-weight: 500;
}
#footer .social .menu {
  min-height: 4.375rem;
  display: -ms-flexbox;
  display: flex;
}
#footer .social .menu li {
  margin-top: 0;
}
#footer .social .menu li a {
  transition: 0.25s;
  color: #dfe1cf;
  padding: 0 0.5rem;
}
#footer .social .menu li a [class^=icon-], #footer .social .menu li a [class*=" icon-"] {
  font-size: 20px;
}
#footer .social .menu li a:first-child {
  padding-left: 0;
}
#footer .social .menu li a:hover {
  color: #fff;
}
#footer .social .contact a {
  font-weight: 600;
  color: #dfe1cf;
  margin: 0.5rem 0;
  display: block;
}
@media only screen and ( max-width: 639px ) {
  #footer .social {
    float: none;
    max-width: none;
    padding-right: 0;
  }
  #footer .social .menu {
    min-height: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #footer .social .contact {
    text-align: center;
  }
}
#footer p {
  font-size: 0.6875rem;
}
#footer a {
  color: #b6c6c3;
  text-decoration: none;
}
#footer a:hover {
  color: #d3dcdb;
}
#footer .legal .menu {
  font-size: 0.9rem;
  margin: 2rem 0;
  color: #fff;
}
#footer .legal .menu .menu-text {
  font-weight: normal;
}
#footer .legal .menu :first-child {
  padding-left: 0;
}
@media only screen and ( max-width: 639px ) {
  #footer .legal .menu {
    text-align: center;
    margin: 1rem auto 2.5rem;
  }
  #footer .legal .menu > li > a,
#footer .legal .menu .menu-text {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0.2rem;
  }
}
#footer .legal p {
  line-height: 1.1;
}