@import url("https://fonts.googleapis.com/css?family=Montserrat|Roboto:300");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
.row {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }

.row::after, .row::before {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

@media (min-width: 0px) {
  .row.flex-on-small {
    display: -ms-flexbox;
    display: flex; }
  .row.block-on-small {
    display: block; }
  .row.stretch-on-small {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  .row.top-on-small {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row.center-on-small {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row.bottom-on-small {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .row.ltr-on-small {
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.rtl-on-small {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 640px) {
  .row.flex-on-medium {
    display: -ms-flexbox;
    display: flex; }
  .row.block-on-medium {
    display: block; }
  .row.stretch-on-medium {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  .row.top-on-medium {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row.center-on-medium {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row.bottom-on-medium {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .row.ltr-on-medium {
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.rtl-on-medium {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 1024px) {
  .row.flex-on-large {
    display: -ms-flexbox;
    display: flex; }
  .row.block-on-large {
    display: block; }
  .row.stretch-on-large {
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch; }
  .row.top-on-large {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row.center-on-large {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row.bottom-on-large {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .row.ltr-on-large {
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.rtl-on-large {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.row .row {
  margin: 0 -.9rem;
  width: auto;
  max-width: none; }

.row .column {
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 .9rem;
  width: 100%; }

.row .column:last-child {
  float: left; }

.row .column:first-child:last-child {
  float: left; }

@media (min-width: 0px) {
  .row .column.small-1 {
    width: 8.33333%; }
  .row .column.small-offset-1 {
    margin-left: 8.33333%; }
  .row .column.small-pull-1 {
    left: auto;
    right: 8.33333%; }
  .row .column.small-push-1 {
    right: auto;
    left: 8.33333%; }
  .row .column.small-2 {
    width: 16.66667%; }
  .row .column.small-offset-2 {
    margin-left: 16.66667%; }
  .row .column.small-pull-2 {
    left: auto;
    right: 16.66667%; }
  .row .column.small-push-2 {
    right: auto;
    left: 16.66667%; }
  .row .column.small-3 {
    width: 25%; }
  .row .column.small-offset-3 {
    margin-left: 25%; }
  .row .column.small-pull-3 {
    left: auto;
    right: 25%; }
  .row .column.small-push-3 {
    right: auto;
    left: 25%; }
  .row .column.small-4 {
    width: 33.33333%; }
  .row .column.small-offset-4 {
    margin-left: 33.33333%; }
  .row .column.small-pull-4 {
    left: auto;
    right: 33.33333%; }
  .row .column.small-push-4 {
    right: auto;
    left: 33.33333%; }
  .row .column.small-5 {
    width: 41.66667%; }
  .row .column.small-offset-5 {
    margin-left: 41.66667%; }
  .row .column.small-pull-5 {
    left: auto;
    right: 41.66667%; }
  .row .column.small-push-5 {
    right: auto;
    left: 41.66667%; }
  .row .column.small-6 {
    width: 50%; }
  .row .column.small-offset-6 {
    margin-left: 50%; }
  .row .column.small-pull-6 {
    left: auto;
    right: 50%; }
  .row .column.small-push-6 {
    right: auto;
    left: 50%; }
  .row .column.small-7 {
    width: 58.33333%; }
  .row .column.small-offset-7 {
    margin-left: 58.33333%; }
  .row .column.small-pull-7 {
    left: auto;
    right: 58.33333%; }
  .row .column.small-push-7 {
    right: auto;
    left: 58.33333%; }
  .row .column.small-8 {
    width: 66.66667%; }
  .row .column.small-offset-8 {
    margin-left: 66.66667%; }
  .row .column.small-pull-8 {
    left: auto;
    right: 66.66667%; }
  .row .column.small-push-8 {
    right: auto;
    left: 66.66667%; }
  .row .column.small-9 {
    width: 75%; }
  .row .column.small-offset-9 {
    margin-left: 75%; }
  .row .column.small-pull-9 {
    left: auto;
    right: 75%; }
  .row .column.small-push-9 {
    right: auto;
    left: 75%; }
  .row .column.small-10 {
    width: 83.33333%; }
  .row .column.small-offset-10 {
    margin-left: 83.33333%; }
  .row .column.small-pull-10 {
    left: auto;
    right: 83.33333%; }
  .row .column.small-push-10 {
    right: auto;
    left: 83.33333%; }
  .row .column.small-11 {
    width: 91.66667%; }
  .row .column.small-offset-11 {
    margin-left: 91.66667%; }
  .row .column.small-pull-11 {
    left: auto;
    right: 91.66667%; }
  .row .column.small-push-11 {
    right: auto;
    left: 91.66667%; }
  .row .column.small-12 {
    width: 100%; }
  .row .column.small-offset-12 {
    margin-left: 100%; }
  .row .column.small-pull-12 {
    left: auto;
    right: 100%; }
  .row .column.small-push-12 {
    right: auto;
    left: 100%; }
  .row .column.hide-on-small {
    display: none; }
  .row .column.show-on-small {
    display: block; } }

@media (min-width: 640px) {
  .row .column.medium-1 {
    width: 8.33333%; }
  .row .column.medium-offset-1 {
    margin-left: 8.33333%; }
  .row .column.medium-pull-1 {
    left: auto;
    right: 8.33333%; }
  .row .column.medium-push-1 {
    right: auto;
    left: 8.33333%; }
  .row .column.medium-2 {
    width: 16.66667%; }
  .row .column.medium-offset-2 {
    margin-left: 16.66667%; }
  .row .column.medium-pull-2 {
    left: auto;
    right: 16.66667%; }
  .row .column.medium-push-2 {
    right: auto;
    left: 16.66667%; }
  .row .column.medium-3 {
    width: 25%; }
  .row .column.medium-offset-3 {
    margin-left: 25%; }
  .row .column.medium-pull-3 {
    left: auto;
    right: 25%; }
  .row .column.medium-push-3 {
    right: auto;
    left: 25%; }
  .row .column.medium-4 {
    width: 33.33333%; }
  .row .column.medium-offset-4 {
    margin-left: 33.33333%; }
  .row .column.medium-pull-4 {
    left: auto;
    right: 33.33333%; }
  .row .column.medium-push-4 {
    right: auto;
    left: 33.33333%; }
  .row .column.medium-5 {
    width: 41.66667%; }
  .row .column.medium-offset-5 {
    margin-left: 41.66667%; }
  .row .column.medium-pull-5 {
    left: auto;
    right: 41.66667%; }
  .row .column.medium-push-5 {
    right: auto;
    left: 41.66667%; }
  .row .column.medium-6 {
    width: 50%; }
  .row .column.medium-offset-6 {
    margin-left: 50%; }
  .row .column.medium-pull-6 {
    left: auto;
    right: 50%; }
  .row .column.medium-push-6 {
    right: auto;
    left: 50%; }
  .row .column.medium-7 {
    width: 58.33333%; }
  .row .column.medium-offset-7 {
    margin-left: 58.33333%; }
  .row .column.medium-pull-7 {
    left: auto;
    right: 58.33333%; }
  .row .column.medium-push-7 {
    right: auto;
    left: 58.33333%; }
  .row .column.medium-8 {
    width: 66.66667%; }
  .row .column.medium-offset-8 {
    margin-left: 66.66667%; }
  .row .column.medium-pull-8 {
    left: auto;
    right: 66.66667%; }
  .row .column.medium-push-8 {
    right: auto;
    left: 66.66667%; }
  .row .column.medium-9 {
    width: 75%; }
  .row .column.medium-offset-9 {
    margin-left: 75%; }
  .row .column.medium-pull-9 {
    left: auto;
    right: 75%; }
  .row .column.medium-push-9 {
    right: auto;
    left: 75%; }
  .row .column.medium-10 {
    width: 83.33333%; }
  .row .column.medium-offset-10 {
    margin-left: 83.33333%; }
  .row .column.medium-pull-10 {
    left: auto;
    right: 83.33333%; }
  .row .column.medium-push-10 {
    right: auto;
    left: 83.33333%; }
  .row .column.medium-11 {
    width: 91.66667%; }
  .row .column.medium-offset-11 {
    margin-left: 91.66667%; }
  .row .column.medium-pull-11 {
    left: auto;
    right: 91.66667%; }
  .row .column.medium-push-11 {
    right: auto;
    left: 91.66667%; }
  .row .column.medium-12 {
    width: 100%; }
  .row .column.medium-offset-12 {
    margin-left: 100%; }
  .row .column.medium-pull-12 {
    left: auto;
    right: 100%; }
  .row .column.medium-push-12 {
    right: auto;
    left: 100%; }
  .row .column.hide-on-medium {
    display: none; }
  .row .column.show-on-medium {
    display: block; } }

@media (min-width: 1024px) {
  .row .column.large-1 {
    width: 8.33333%; }
  .row .column.large-offset-1 {
    margin-left: 8.33333%; }
  .row .column.large-pull-1 {
    left: auto;
    right: 8.33333%; }
  .row .column.large-push-1 {
    right: auto;
    left: 8.33333%; }
  .row .column.large-2 {
    width: 16.66667%; }
  .row .column.large-offset-2 {
    margin-left: 16.66667%; }
  .row .column.large-pull-2 {
    left: auto;
    right: 16.66667%; }
  .row .column.large-push-2 {
    right: auto;
    left: 16.66667%; }
  .row .column.large-3 {
    width: 25%; }
  .row .column.large-offset-3 {
    margin-left: 25%; }
  .row .column.large-pull-3 {
    left: auto;
    right: 25%; }
  .row .column.large-push-3 {
    right: auto;
    left: 25%; }
  .row .column.large-4 {
    width: 33.33333%; }
  .row .column.large-offset-4 {
    margin-left: 33.33333%; }
  .row .column.large-pull-4 {
    left: auto;
    right: 33.33333%; }
  .row .column.large-push-4 {
    right: auto;
    left: 33.33333%; }
  .row .column.large-5 {
    width: 41.66667%; }
  .row .column.large-offset-5 {
    margin-left: 41.66667%; }
  .row .column.large-pull-5 {
    left: auto;
    right: 41.66667%; }
  .row .column.large-push-5 {
    right: auto;
    left: 41.66667%; }
  .row .column.large-6 {
    width: 50%; }
  .row .column.large-offset-6 {
    margin-left: 50%; }
  .row .column.large-pull-6 {
    left: auto;
    right: 50%; }
  .row .column.large-push-6 {
    right: auto;
    left: 50%; }
  .row .column.large-7 {
    width: 58.33333%; }
  .row .column.large-offset-7 {
    margin-left: 58.33333%; }
  .row .column.large-pull-7 {
    left: auto;
    right: 58.33333%; }
  .row .column.large-push-7 {
    right: auto;
    left: 58.33333%; }
  .row .column.large-8 {
    width: 66.66667%; }
  .row .column.large-offset-8 {
    margin-left: 66.66667%; }
  .row .column.large-pull-8 {
    left: auto;
    right: 66.66667%; }
  .row .column.large-push-8 {
    right: auto;
    left: 66.66667%; }
  .row .column.large-9 {
    width: 75%; }
  .row .column.large-offset-9 {
    margin-left: 75%; }
  .row .column.large-pull-9 {
    left: auto;
    right: 75%; }
  .row .column.large-push-9 {
    right: auto;
    left: 75%; }
  .row .column.large-10 {
    width: 83.33333%; }
  .row .column.large-offset-10 {
    margin-left: 83.33333%; }
  .row .column.large-pull-10 {
    left: auto;
    right: 83.33333%; }
  .row .column.large-push-10 {
    right: auto;
    left: 83.33333%; }
  .row .column.large-11 {
    width: 91.66667%; }
  .row .column.large-offset-11 {
    margin-left: 91.66667%; }
  .row .column.large-pull-11 {
    left: auto;
    right: 91.66667%; }
  .row .column.large-push-11 {
    right: auto;
    left: 91.66667%; }
  .row .column.large-12 {
    width: 100%; }
  .row .column.large-offset-12 {
    margin-left: 100%; }
  .row .column.large-pull-12 {
    left: auto;
    right: 100%; }
  .row .column.large-push-12 {
    right: auto;
    left: 100%; }
  .row .column.hide-on-large {
    display: none; }
  .row .column.show-on-large {
    display: block; } }

.row.expanded {
  max-width: 100%; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  color: #444; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight: normal; }

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

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear {
  clear: both; }

.row .column.no-padding {
  padding: 0; }

.available-condos-cta {
  text-decoration: none;
  color: #fff;
  background: #036;
  padding: 10px 30px;
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .available-condos-cta:hover {
    background: #011d3a; }
  .available-condos-cta i {
    margin-left: 10px; }

.h-pot-field {
  display: none !important; }

.registration-notice {
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 2rem;
  width: 70%; }
  .registration-notice > h1, .registration-notice p {
    color: #000; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.primary-btn {
  background: #036;
  color: #fff;
  border: 2px solid #036;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .primary-btn.icon-left i {
    margin-right: 10px; }
  .primary-btn.icon-right i {
    margin-left: 10px; }
  .primary-btn:hover {
    background: #fff;
    color: #036; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.modal.is-visible {
  visibility: visible; }

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.modal-body {
  line-height: 1.6;
  padding: 10px; }

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 10rem;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35); }

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0; }

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1; }

.modal-header,
.modal-content {
  padding: 1em; }

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e8e8e8; }

.modal-footer {
  text-align: right; }
  .modal-footer .btn.modal-toggle {
    margin-right: 10px;
    padding: 5px 10px; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0; }

.modal-close:hover {
  color: #777; }

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal-content > *:first-child {
  margin-top: 0; }

.modal-content > *:last-child {
  margin-bottom: 0; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
/* Preload images */
body:after {
  content: url(/images/close.png) url(/images/loading.gif) url(/images/prev.png) url(/images/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.site-header {
  padding: 10px 0; }
  .site-header nav {
    display: inline-block; }
  .site-header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-header .logo a {
    display: flex;
    justify-content: center;
    text-decoration: none; }
  .site-header .logo p {
    color: #002f67;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-style: normal;
    line-height: 12px;
    margin: 0;
    text-align: right; }

.menu {
  margin: 0;
  text-align: right; }
  .menu li {
    display: inline-block;
    padding: 0 10px; }
    .menu li:last-child {
      padding-right: 0; }
    .menu li a {
      text-decoration: none;
      font-family: Montserrat;
      color: #444; }
      .menu li a i {
        margin-right: 10px; }
      .menu li a:hover {
        color: #011d3a; }

.property-details-page .site-header {
  padding: 5px 0; }
  .property-details-page .site-header .menu li a {
    font-size: 14px; }

#mobile-menu-open {
  color: #003366;
  font-size: 24px;
  display: none; }

#mobile-menu-wrap {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  background: #003366;
  display: none; }
  #mobile-menu-wrap #mobile-menu-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer; }
  #mobile-menu-wrap ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none; }
    #mobile-menu-wrap ul li {
      margin: 15px 0; }
    #mobile-menu-wrap ul a {
      color: #ffffff;
      font-size: 18px;
      text-decoration: none; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
footer {
  color: #fff;
  background: #444; }
  footer h3 {
    margin-bottom: 30px; }
  footer .footer-about {
    line-height: 1.5; }
  footer .footer-column-header {
    text-align: center; }
  footer .footer-instagram {
    background: linear-gradient(#f7f7f7, #c5c5c5);
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    width: 210px; }
  footer .footer-testimonial-bubble {
    background: rgba(255, 255, 255, 0.12);
    background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.1));
    border-radius: 10px;
    line-height: 1.5;
    margin: 1em 0;
    padding: 25px 30px 30px;
    position: relative; }
    footer .footer-testimonial-bubble:after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: 50px;
      border-width: 20px 20px 0 0;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.12) transparent;
      display: block;
      width: 0; }
  footer .footer-testimonial-icon {
    display: block;
    font-size: 2rem;
    margin-right: 4.5rem;
    text-align: right; }
  footer .footer-top {
    padding: 50px 0; }
  footer .footer-social {
    list-style: none;
    padding: 0; }
    footer .footer-social li {
      display: inline-block;
      margin-right: 15px; }
      footer .footer-social li a {
        color: #fff;
        font-size: 25px; }
  footer .quick-links {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    footer .quick-links li {
      margin-bottom: 10px; }
      footer .quick-links li a {
        color: #fff;
        text-decoration: none;
        position: relative;
        padding-left: 15px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out; }
        footer .quick-links li a:hover {
          padding-left: 25px; }
        footer .quick-links li a:before {
          content: "\f105";
          font-family: FontAwesome;
          position: absolute;
          left: 0px; }
  footer .copyright {
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer .copyright p {
      margin: 0;
      padding: 25px 0;
      font-size: 12px; }
  footer .contact-info-wrapper {
    border-radius: 4px;
    background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.1));
    margin-bottom: 2rem;
    padding: 1rem 2rem 1.5rem; }
  footer .contact-info-footer {
    padding: 0;
    list-style: none; }
    footer .contact-info-footer li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 30px; }
      footer .contact-info-footer li:before {
        left: 0;
        position: absolute;
        font-family: FontAwesome; }
      footer .contact-info-footer li.address:before {
        content: "\f041"; }
      footer .contact-info-footer li.phone:before {
        content: "\f095"; }
      footer .contact-info-footer li.email:before {
        content: "\f003"; }
      footer .contact-info-footer li.user:before {
        content: "\f007"; }
      footer .contact-info-footer li.web:before {
        content: "\f0ac"; }
      footer .contact-info-footer li .entity-address {
        line-height: 1.75; }
    footer .contact-info-footer a {
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      text-decoration: none; }
  footer img {
    max-width: 100%; }

.footer-autoblog-article {
  margin: 2em 0;
  font-size: 0.9em;
  padding: 1.2em 2.4em;
  text-align: justify;
  border-radius: 4px;
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.1)); }

.footer-autoblog-article-date {
  font-size: 1em; }

.footer-autoblog-article-header-image {
  display: block;
  margin: 1em auto 0;
  width: 100%; }

.footer-autoblog-article-snippet {
  font-size: 1em;
  max-height: 5.5em;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis-word; }
  .footer-autoblog-article-snippet p:first-child {
    margin-top: 0; }

.footer-autoblog-article-title {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em; }

.footer-autoblog-article-title-link,
.footer-autoblog-article-snippet-link {
  color: #FFF;
  text-decoration: none; }
  .footer-autoblog-article-title-link:hover,
  .footer-autoblog-article-snippet-link:hover {
    text-decoration: underline; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.home-hero {
  max-height: 450px;
  position: relative;
  font-family: 'Open Sans', sans-serif; }
  .home-hero h1 {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif; }
  .home-hero .hero-tagline {
    font-size: 20px;
    margin-top: 0; }
  .home-hero .single-home-slide {
    height: 450px;
    background: no-repeat center;
    background-size: cover; }
  .home-hero .home-hero-content {
    position: absolute;
    z-index: 4;
    color: #fff;
    max-width: 95%;
    width: 715px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%); }
  .home-hero .home-gray-overlay {
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0.43;
    top: 0;
    left: 0; }
  .home-hero .home-form {
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 0; }
    .home-hero .home-form input {
      max-width: 95%;
      width: 550px;
      padding: 15px 20px;
      box-sizing: border-box; }
    .home-hero .home-form button {
      border: none;
      background: #036;
      color: #fff;
      font-size: 16px;
      padding: 15.5px 20px;
      cursor: pointer; }
      .home-hero .home-form button:hover {
        background: #011d3a; }
      .home-hero .home-form button i {
        margin-right: 5px; }

.loaded-buildings {
  transition: height 1.5s, padding 1.5s;
  height: auto;
  overflow: hidden;
  padding-bottom: 80%; }
  .loaded-buildings.reveal {
    height: auto;
    padding-bottom: 0; }

.building-grid-item-overlay {
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  padding: 0.25rem 0.75rem;
  position: absolute; }

@media only screen and (min-width: 835px) {
  .loaded-buildings {
    padding-bottom: 77%; } }

@media only screen and (min-width: 1024px) {
  .loaded-buildings {
    padding-bottom: 42%; } }

@media only screen and (min-width: 1200px) {
  .loaded-buildings {
    height: auto;
    padding-bottom: 0; } }

.info_content .building-grid-item-overlay {
  top: 23px; }

.info_content a {
  color: #000;
  text-decoration: none; }

.get-approved {
  padding: 15px 0; }
  .get-approved p {
    margin: 0;
    font-size: 14px; }
    .get-approved p a {
      margin-left: 15px;
      display: inline-block;
      text-decoration: none;
      color: #003366;
      border: 2px solid #003366;
      padding: 10px 20px;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
      .get-approved p a i {
        margin-left: 10px; }
      .get-approved p a:hover {
        background: #003366;
        color: #fff; }

.home-new-listings {
  padding: 50px 0;
  background: #eee;
  position: relative; }
  .home-new-listings img {
    display: block;
    
    max-width: 100%; }
  .home-new-listings .home-listing-link {
    display: block;
    text-decoration: none;
    color: #444;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .home-new-listings .home-listing-link:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .home-new-listings h2 {
    margin-top: 0; }
  .home-new-listings .view-all-listings {
    color: #036;
    font-family: Montserrat sans-serif;
    margin-bottom: 25px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .home-new-listings .view-all-listings:hover {
      color: #011d3a;
      text-decoration: underline; }
  .home-new-listings .home-listing-wrap {
    background: #fff;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 30px;
    margin-bottom: 20px; 
    max-width:270px;  
  }
    .home-new-listings .home-listing-wrap .name {
      font-size: 0.85rem;
      margin: 0;
      text-align: center; }
    .home-new-listings .home-listing-wrap .small-details {
      margin-bottom: 0; }

.stat-row {
  background: #fff;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 5px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .stat-row .stat-name {
    margin-top: 0; }
  .stat-row .stat-number {
    margin-bottom: 5px;
    color: #036;
    font-family: Montserrat sans-serif; }

.home-latest-blogs {
  padding: 50px 0; }
  .home-latest-blogs h2 {
    margin-top: 0; }

.home-single-tab a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  width: 210px; }
  .home-single-tab a.active {
    background: black;
    border-top: 3px solid orange; }
  .home-single-tab a:hover {
    background: black; }

.home-building-map .info-content a {
  color: #4a4a4a;
  font-size: 14px;
  max-width: 90%;
  text-decoration: none; }
  .home-building-map .info-content a:hover {
    color: #036; }

.home-building-map .info-content h3 {
  font-weight: bold;
  margin: 0.5rem 0 1rem; }

.home-building-map .info-content img {
  margin-bottom: 1rem; }

.home-building-map .map-canvas {
  height: 500px; }

.home-building-map .map-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.45);
  margin-bottom: 4rem; }

.home-tabs-wrap {
  display: flex;
  justify-content: space-between; }

.hidden-condos {
  display: none; }

.loading-icon {
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none; }
  .loading-icon img {
    display: inline-block; }

.map-and-info {
  padding: 70px 0;
  background: #eeeeee; }
  .map-and-info .widget {
    position: relative;
    color: #fff;
    font-size: 0;
    margin-bottom: 20px; }
    .map-and-info .widget.blue {
      background: #2196fc; }
    .map-and-info .widget.orange {
      background: #F44336; }
    .map-and-info .widget.green {
      background: #8BC34A; }
    .map-and-info .widget.pink {
      background: #E91E63; }
    .map-and-info .widget .widget-icon {
      width: 80px;
      height: 80px;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.12);
      position: relative;
      overflow: hidden; }
      .map-and-info .widget .widget-icon.weather:before {
        content: "\f0c2";
        font-family: "FontAwesome";
        color: #fff;
        font-size: 64px;
        top: 50%;
        position: absolute;
        left: -15px;
        transform: translateY(-50%); }
      .map-and-info .widget .widget-icon.graph:before {
        content: "\f201 ";
        font-family: "FontAwesome";
        color: #fff;
        font-size: 44px;
        top: 50%;
        position: absolute;
        left: 10px;
        transform: translateY(-50%); }
      .map-and-info .widget .widget-icon.house:before {
        content: "\f015 ";
        font-family: "FontAwesome";
        color: #fff;
        font-size: 64px;
        top: 50%;
        position: absolute;
        left: 10px;
        transform: translateY(-50%); }
      .map-and-info .widget .widget-icon.usd:before {
        content: "\f155 ";
        font-family: "FontAwesome";
        color: #fff;
        font-size: 44px;
        top: 50%;
        position: absolute;
        left: 25px;
        transform: translateY(-50%); }
    .map-and-info .widget .widget-content {
      padding: 10px 0 0 20px;
      vertical-align: top;
      display: inline-block; }
    .map-and-info .widget p {
      margin: 0;
      font-size: 16px; }
      .map-and-info .widget p.widget-value {
        font-size: 34px; }

.map-and-info .latest-news h4 {
  margin-top: 0; }

.map-and-info .latest-news a {
  text-decoration: none;
  color: #4a4a4a; }

.map-and-info .latest-news .single-news {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .map-and-info .latest-news .single-news:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .map-and-info .latest-news .single-news img {
    max-width: 100%; }
  .map-and-info .latest-news .single-news .news-blurb {
    padding: 15px 20px; }
    .map-and-info .latest-news .single-news .news-blurb .news-date {
      font-size: 14px;
      margin-bottom: 1rem; }
      .map-and-info .latest-news .single-news .news-blurb .news-date i {
        margin-right: 5px; }
    .map-and-info .latest-news .single-news .news-blurb .news-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 1rem; }
  .map-and-info .latest-news .single-news p {
    margin: 0; }

.map-and-info .latest-news .news-bullets {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px; }
  .map-and-info .latest-news .news-bullets li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    position: relative; }
    .map-and-info .latest-news .news-bullets li:first-child {
      border-top: 1px solid #cccccc;
      padding-top: 10px; }
  .map-and-info .latest-news .news-bullets a {
    color: #4a4a4a;
    font-size: 14px;
    max-width: 90%;
    display: inline-block; }
    .map-and-info .latest-news .news-bullets a i {
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      padding-right: 10px;
      -webkit-transition: padding 0.15s ease-out;
      -moz-transition: padding 0.15s ease-out;
      -o-transition: padding 0.15s ease-out;
      transition: padding 0.15s ease-out; }
    .map-and-info .latest-news .news-bullets a:hover {
      color: #036; }
      .map-and-info .latest-news .news-bullets a:hover i {
        padding-right: 5px; }

.weather-widget .row .col .high-temp {
  padding: 0; }

.weather-widget .weather-icon {
  display: inline-block;
  width: 30%;
  height: 200px;
  vertical-align: middle;
  position: relative; }
  .weather-widget .weather-icon.sunny:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../images/008-sun.png");
    background-repeat: no-repeat;
    background-position: center; }

.weather-widget .widget-content {
  display: inline-block;
  width: 65%;
  padding-left: 5%;
  vertical-align: middle;
  box-sizing: border-box; }
  .weather-widget .widget-content .weather-title {
    font-size: 22px;
    margin: 0 0 10px 0;
    position: relative; }
  .weather-widget .widget-content .weather-state {
    font-size: 32px;
    margin: 0 0 10px 0; }
  .weather-widget .widget-content .weather-meta {
    font-size: 44px;
    margin: 0; }
    .weather-widget .widget-content .weather-meta span {
      font-size: 24px;
      vertical-align: top; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
#building-hero {
  height: 450px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #building-hero .hero-black-overlay {
    position: absolute;
    z-index: 1;
    height: 450px;
    width: 100%;
    background: rgba(0, 0, 0, 0.25); }
  #building-hero h1 {
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 10%;
    left: 0; }
  #building-hero .hero-content {
    position: relative;
    height: 450px; }

.hero-building-name {
  font-size: 3em;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8); }

.header-available-condos {
  background: #036;
  bottom: 15%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 40px;
  position: absolute;
  right: 0;
  text-decoration: none;
  z-index: 33;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .header-available-condos:hover {
    background: #011d3a; }
  .header-available-condos i {
    margin-left: 10px; }

.listing-alert {
  text-decoration: none;
  color: #fff;
  background: #036;
  padding: 10px 30px;
  font-size: 18px;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  text-align: center; }
  .listing-alert:hover {
    background: #035ab1;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  .listing-alert i {
    margin-left: 10px; }

.listing-navigation-tabs ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 0; }
  .listing-navigation-tabs ul li {
    display: inline-block;
    padding: 25px 0; }
  .listing-navigation-tabs ul a {
    text-decoration: none;
    color: #444;
    font-size: 18px;
    font-family: Montserrat;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .listing-navigation-tabs ul a:hover {
      color: #011d3a; }

#about-building {
  padding: 3rem 0;
  background: #eee; }
  #about-building .row {
    max-width: 1500px; }
  #about-building h2 {
    margin-top: 0;
    position: relative;
    display: inline-block; }
  #about-building .building-content {
    background: #fff;
    padding: 30px;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
    box-sizing: border-box; }
    #about-building .building-content p {
      font-size: 16px;
      line-height: 180%; }
  #about-building .building-details {
    background: #fff;
    font-size: 17px;
    border: 1px solid #c7c7c7;
    padding: 30px;
    box-sizing: border-box; }
    #about-building .building-details p {
      margin: 4px 0; }
    #about-building .building-details .listing-address {
      font-size: 19px;
      margin: 8px 0 30px;
      text-align: center; }
    #about-building .building-details .building-amenities {
      margin: 12px 0 12px; }
    #about-building .building-details .building-details-wrap {
      display: flex;
      justify-content: space-between; }
    #about-building .building-details h2 {
      position: relative;
      display: inline-block;
      margin: 0 0 12px;
      text-align: center; }
    #about-building .building-details h4 {
      margin: 0 0 10px;
      text-align: center; }

#listing-map-canvas {
  margin-bottom: 20px;
  position: relative; }
  #listing-map-canvas iframe {
    height: 100%;
    width: 100%; }

.listing-photo-gallery {
  text-align: center; }
  .listing-photo-gallery img {
    width: 100%; }

#recent-listings {
  padding: 50px 0; }

.building-gallery-wrap {
  position: relative; }
  .building-gallery-wrap .bx-wrapper {
    height: 100%; }
    .building-gallery-wrap .bx-wrapper .bx-viewport {
      height: 100%; }
  .building-gallery-wrap .owl-theme .owl-controls {
    margin-top: 0; }
  .building-gallery-wrap .owl-theme .owl-controls .owl-buttons div {
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px; }
    .building-gallery-wrap .owl-theme .owl-controls .owl-buttons div.owl-prev {
      left: 15px; }
    .building-gallery-wrap .owl-theme .owl-controls .owl-buttons div.owl-next {
      right: 15px; }
  .building-gallery-wrap .view-all-photos {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    font-size: 16px;
    text-decoration: none;
    background: #036;
    padding: 10px 35px;
    display: inline-block;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .building-gallery-wrap .view-all-photos:hover {
      background: #011d3a; }
    .building-gallery-wrap .view-all-photos i {
      margin-left: 10px; }
    .building-gallery-wrap .view-all-photos a {
      color: #fff;
      text-decoration: none; }

.recent-listings,
.recent-sales {
  border: 1px solid #444;
  padding: 40px;
  margin-bottom: 50px; }
  .recent-listings img,
  .recent-sales img {
    max-width: 100%; }
  .recent-listings h2,
  .recent-sales h2 {
    position: relative;
    margin-bottom: 35px;
    margin-top: 0; }

.recent-separator {
  width: 100%;
  height: 1px;
  background: #eee; }

.single-recent-listing {
  overflow: hidden;
  position: relative;
  min-height: 250px;
  background-size: 200%;
  background-position: center; }
  .single-recent-listing .stats h3 {
    margin-top: 0; }
  .single-recent-listing .stats h4 {
    margin: 0 0 5px; }
  .single-recent-listing .stats p {
    margin-top: 0; }
  .single-recent-listing .stats .single-stat {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px; }
    .single-recent-listing .stats .single-stat:last-child {
      border-bottom: none; }
      .single-recent-listing .stats .single-stat:last-child p {
        margin-bottom: 0; }
  .single-recent-listing .recent-listing-details {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 2;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    font-size: 0.95rem;
    padding-left: 15px;
    padding-bottom: 15px; }
    .single-recent-listing .recent-listing-details p {
      margin-bottom: 0; }
      .single-recent-listing .recent-listing-details p.small-details {
        display: inline-block;
        margin-right: 5px;
        border-right: 1px solid #fff;
        padding-right: 8px; }
        .single-recent-listing .recent-listing-details p.small-details:last-child {
          border-right: none; }
    .single-recent-listing .recent-listing-details.recent-listing-nearby-building {
      background: rgba(24, 45, 105, 0.69); }
      .single-recent-listing .recent-listing-details.recent-listing-nearby-building .recent-listing-nearby-building-name {
        margin-top: 0;
        font-size: 1.5rem; }
  .single-recent-listing .recent-price {
    position: absolute;
    background: rgba(68, 68, 68, 0.5);
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-size: 18px;
    width: 50%;
    display: inline-block;
    right: 0;
    top: 15%; }

.single-cta-circle {
  text-align: center; }
  .single-cta-circle img {
    border-radius: 100%; }
  .single-cta-circle a {
    text-decoration: none;
    background: #036;
    color: #fff;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 10px 35px;
    display: inline-block;
    margin: 0 auto; }
    .single-cta-circle a:hover {
      background: #011d3a; }
    .single-cta-circle a i {
      margin-left: 10px; }

#three-circles {
  padding-bottom: 100px; }

.building-page-latest-blogs {
  padding: 80px 0;
  background: #eee; }
  .building-page-latest-blogs h2 {
    margin: 0 0 30px; }
  .building-page-latest-blogs .large-blog {
    background-image: url("/images/default-image.jpg");
    background-size: cover;
    background-position: center;
    min-height: 400px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .building-page-latest-blogs .large-blog a {
      display: block; }
    .building-page-latest-blogs .large-blog .blog-snippet {
      max-width: 75%;
      display: inline-block;
      margin: 0; }
    .building-page-latest-blogs .large-blog:hover .blog-content-block {
      bottom: -35%; }
    .building-page-latest-blogs .large-blog:hover .black-overlay {
      opacity: 0; }
  .building-page-latest-blogs .blog-content-block {
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 10%;
    left: 5%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  .building-page-latest-blogs .date {
    position: relative;
    padding-left: 20px;
    font-size: 15px; }
    .building-page-latest-blogs .date:before {
      content: "\f073";
      font-family: FontAwesome;
      left: 0;
      position: absolute; }
  .building-page-latest-blogs .black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.6;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  .building-page-latest-blogs .smaller-blog {
    height: 190px;
    background-image: url("/images/default-image.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden; }
    .building-page-latest-blogs .smaller-blog.first-smaller {
      margin-bottom: 20px; }
    .building-page-latest-blogs .smaller-blog p {
      margin-bottom: 0; }
    .building-page-latest-blogs .smaller-blog:hover .blog-content-block {
      bottom: -35%; }
    .building-page-latest-blogs .smaller-blog:hover .black-overlay {
      opacity: 0; }
    .building-page-latest-blogs .smaller-blog h3 {
      margin-bottom: 0;
      margin-top: 5px; }
    .building-page-latest-blogs .smaller-blog a {
      display: block; }

.realtor-bio-container {
  margin-bottom: 2rem; }
  .realtor-bio-container video {
    width: 100%;
    cursor: pointer;
    margin-top: 2.4rem;
    border: 1px solid rgba(224, 224, 224, 0.84); }
  .realtor-bio-container .header-overlay {
    background: #FFF !important;
    padding: 1px 15px;
    position: relative;
    text-shadow: 0.25px 0.25px 0.5px #FEFEFE, -0.75px -0.5px 1px rgba(0, 0, 0, 0.12);
    z-index: 1; }
  .realtor-bio-container .header-serif-lines {
    font-size: 2rem !important; }
  .realtor-bio-container .header-team-member-link {
    color: #173C5E;
    text-decoration: none; }
  .realtor-bio-container .header-team-member-name {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .realtor-bio-container .header-overly-subtext {
    display: block;
    font-size: 14px; }
  .realtor-bio-container .header-team-member-email {
    float: right;
    color: #000; }
    .realtor-bio-container .header-team-member-email .fa {
      top: 2px;
      width: auto;
      font-size: 18px; }
  .realtor-bio-container .header-team-member-social-icon {
    height: 18px;
    float: right;
    color: #000;
    margin-right: 0.5rem;
    vertical-align: top;
    display: inline-block; }
    .realtor-bio-container .header-team-member-social-icon img {
      height: 16px;
      margin-top: 3px;
      vertical-align: text-top; }
  .realtor-bio-container .header-team-member-bio {
    margin-top: 0.5rem;
    text-align: justify; }

.realtor-video-container {
  position: relative; }
  .realtor-video-container .glyphicon {
    color: #FFF;
    z-index: 100;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
  .realtor-video-container .glyphicon-pause,
  .realtor-video-container .glyphicon-play {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    margin: auto;
    font-size: 36px; }

.header-serif, .header-serif-lines {
  font-family: 'QuaverSerif', 'Times New Roman', 'Arial';
  font-size: 3.2rem;
  position: relative; }

.header-serif-lines:before {
  background: rgba(0, 0, 0, 0.36);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0; }

.header-serif-lines .header-overlay {
  background: #FAFAFA;
  padding: 1px 15px;
  position: relative;
  text-shadow: 0.25px 0.25px 0.5px #FEFEFE, -0.75px -0.5px 1px rgba(0, 0, 0, 0.12);
  z-index: 1; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.property-details-page .menu {
  padding-left: 0; }

.header-form-wrap input {
  padding: 10px 10px;
  width: 320px; }
  .header-form-wrap input:focus {
    outline: none; }

.header-form-wrap button {
  border: none;
  background: #036;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  padding: 11.5px 20px;
  cursor: pointer;
  margin-left: -5px; }
  .header-form-wrap button i {
    margin-right: 5px; }

.property-details-slider {
  margin-bottom: 10px;
  background: #444;
  font-size: 0;
  max-height: 515px;
  overflow: hidden;
  text-align: center; }
  .property-details-slider img {
    margin: 0 auto;
    max-height: 540px;
    max-width: 100%; }

.property-details-sub-header-wrapper, .property-details-sub-header {
  margin-bottom: 30px;
  min-height: 56px;
  padding: 5px 0; }
  .property-details-sub-header-wrapper.fixed-slide, .property-details-sub-header.fixed-slide {
    top: -100%; }
  .property-details-sub-header-wrapper.absolute, .property-details-sub-header.absolute {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 22; }

.property-details-sub-header {
  background: #262626;
  color: #fff; }
  .property-details-sub-header ul {
    border-top: 1px solid #444444;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: space-around; }
    .property-details-sub-header ul a {
      color: #fff;
      text-decoration: none;
      font-size: 12px; }
  .property-details-sub-header .home-header {
    white-space: nowrap; }
  .property-details-sub-header .home-icon-wrap {
    display: inline-block;
    font-size: 36px; }
  .property-details-sub-header .prop-address-wrap {
    display: inline-block;
    margin-left: 5px; }
    .property-details-sub-header .prop-address-wrap .house-num {
      margin: 0;
      font-size: 16px; }
    .property-details-sub-header .prop-address-wrap .street-name {
      font-size: 10px;
      margin: 0; }
  .property-details-sub-header .top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .property-details-sub-header .prop-details-wrap {
    font-size: 14px;
    text-align: center; }
    .property-details-sub-header .prop-details-wrap .detail-item {
      display: inline-block;
      border-right: 1px solid #444444;
      padding-right: 10px;
      margin-right: 10px; }
    .property-details-sub-header .prop-details-wrap p {
      margin: 0; }
      .property-details-sub-header .prop-details-wrap p.small-detail {
        font-size: 12px; }
    .property-details-sub-header .prop-details-wrap .below-detail-wrap {
      font-size: 12px;
      margin-top: 5px; }
      .property-details-sub-header .prop-details-wrap .below-detail-wrap p {
        display: inline-block;
        margin-right: 10px; }
        .property-details-sub-header .prop-details-wrap .below-detail-wrap p:last-child {
          margin-right: 0; }
  .property-details-sub-header .prop-buttons {
    cursor: pointer;
    display: flex; }
    .property-details-sub-header .prop-buttons .prop-single-btn {
      border-right: 1px solid #444444;
      margin: 0 10px 0 0;
      padding-right: 10px;
      text-align: center; }
      .property-details-sub-header .prop-buttons .prop-single-btn:last-child {
        padding-right: 0;
        border-right: none; }
    .property-details-sub-header .prop-buttons i {
      font-size: 20px; }
    .property-details-sub-header .prop-buttons p {
      font-size: 12px;
      margin: 5px 0 0 0; }

.prop-blurb {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 20px;
  margin-bottom: 30px;
  font-size: 14px; }
  .prop-blurb p:first-child {
    margin-top: 0; }
  .prop-blurb .column {
    color: #444444;
    margin-bottom: 8px;
    font-family: Montserrat; }
    .prop-blurb .column:last-child {
      float: left; }
    .prop-blurb .column span {
      font-weight: bold;
      display: block; }

.prop-blurb-fade-container {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: 0.2s ease-in-out; }
  .prop-blurb-fade-container p {
    font-size: 15px;
    margin-bottom: 0; }
  @media only screen and (min-width: 640px) {
    .prop-blurb-fade-container {
      max-height: 5000px; }
      .prop-blurb-fade-container p {
        margin-bottom: 1rem; }
      .prop-blurb-fade-container .prop-blurb-fade-bg {
        opacity: 0; } }

.prop-blurb-fade-container-expanded {
  max-height: 5000px; }
  .prop-blurb-fade-container-expanded .prop-blurb-fade-bg {
    opacity: 0; }

.prop-blurb-fade-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  opacity: 1;
  transition: 0.2s ease-in-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }

.prop-show-more {
  display: block;
  margin: 8px 0 16px 0;
  cursor: pointer;
  color: #003366;
  font-weight: bold; }
  @media only screen and (min-width: 640px) {
    .prop-show-more {
      display: none; } }
  .prop-show-more .fa {
    display: inline-block;
    margin-right: 5px;
    width: 10px; }

.property-images {
  width: 100%; }

.schedule-a-tour {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px;
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
  background: #004079;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .schedule-a-tour:hover {
    background: #036; }
  .schedule-a-tour i {
    margin-left: 10px; }

.prop-map {
  margin-bottom: 30px; }

iframe {
  max-width: 100%;
  width:100%;}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 22; }

.full-prop-details {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  margin-bottom: 35px; }
  .full-prop-details .title {
    background: #444;
    padding: 10px;
    font-size: 14px;
    color: #fff; }
    .full-prop-details .title h4 {
      margin: 0; }
  .full-prop-details .detail-body {
    padding: 10px; }
    .full-prop-details .detail-body h5 {
      font-size: 14px;
      margin: 0; }
    .full-prop-details .detail-body p {
      font-size: 14px; }
    .full-prop-details .detail-body ul {
      margin: 5px 0; }
  .full-prop-details.row {
    margin: auto auto 35px auto; }

.agent-sidebar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 20px;
  margin-top: 30px;
  text-align: center; }
  .agent-sidebar img {
    max-width: 100%; }
  .agent-sidebar h3 {
    margin-bottom: 0; }
  .agent-sidebar p {
    margin: 0;
    font-size: 14px; }
  .agent-sidebar .contact-detail {
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    margin: 10px 0; }
    .agent-sidebar .contact-detail i {
      margin-right: 10px; }
  .agent-sidebar .agent-name {
    border-bottom: 1px solid rgba(74, 74, 74, 0.3);
    padding-bottom: 15px;
    margin-bottom: 5px; }
  .agent-sidebar .contact-btn {
    text-decoration: none;
    display: block;
    font-size: 20px;
    padding: 15px;
    background: #fff;
    border: 2px solid #003366;
    color: #003366;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .agent-sidebar .contact-btn i {
      margin-right: 10px; }
    .agent-sidebar .contact-btn:hover {
      background: #003366;
      color: #fff; }

.prop-details-body .get-approved {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px; }

.similar-condos {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 20px;
  margin-top: 40px; }
  .similar-condos h4 {
    margin-top: 0; }
  .similar-condos .view-all {
    display: block;
    text-align: center;
    text-decoration: none; }

.single-sim-condo {
  border-bottom: 1px solid rgba(74, 74, 74, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .single-sim-condo:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .single-sim-condo img {
    max-width: 100px;
    vertical-align: middle; }
  .single-sim-condo .single-sim-content {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
    .single-sim-condo .single-sim-content p {
      margin: 0 0 5px 0;
      font-size: 12px; }
    .single-sim-condo .single-sim-content .list-type {
      font-weight: bold;
      font-size: 12px;
      background: #e67e22;
      color: #fff;
      display: inline-block;
      padding: 2px 5px; }
    .single-sim-condo .single-sim-content a {
      font-size: 12px;
      text-decoration: none; }

#prop-slider-thumbs {
  height: 70px;
  display: flex;
  overflow: hidden; }
  #prop-slider-thumbs a {
    max-width: 150px;
    height: 66px;
    margin-right: 6px;
    border: 1px solid transparent;
    padding: 1px; }
    #prop-slider-thumbs a.active {
      border: 1px solid #666; }
    #prop-slider-thumbs a img {
      max-width: 100px;
      height: 100%; }

.property-details-slider-arrow {
  border: 0;
  width: 28px;
  display: flex;
  height: 66px;
  margin: 0 1px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  background: #444; }
  .property-details-slider-arrow:hover {
    background: #555; }
  .property-details-slider-arrow:active {
    background: #666; }
  .property-details-slider-arrow a {
    color: #FFF;
    padding: 14px 8px; }

.property-details-slider-wrap {
  position: relative; }

.property-details-arrow {
  border: 0;
  outline: 0;
  width: 60px;
  display: flex;
  z-index: 2;
  color: #FFF;
  opacity: 0.7;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: transparent; }
  .property-details-arrow:hover {
    opacity: 0.8; }
  .property-details-arrow:active {
    opacity: 1; }

#prop-details-arrow-prev {
  top: 0;
  bottom: 0;
  left: 0; }
  #prop-details-arrow-prev:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */ }

#prop-details-arrow-next {
  top: 0;
  bottom: 0;
  right: 0; }
  #prop-details-arrow-next:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    /* IE6-9 */ }

.below-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }
  @media only screen and (max-width: 639px) {
    .below-slide {
      display: none; } }

.street-view-link {
  text-decoration: none;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 16px 15px;
  line-height: 120%; }
  .street-view-link i {
    font-size: 20px; }

.tour-dates .single-tour-date {
  display: inline-block;
  cursor: pointer;
  border: 1px solid rgba(74, 74, 74, 0.2);
  height: 80px;
  padding: 15px 0; }
  .tour-dates .single-tour-date.selected {
    border-color: #4a4a4a; }

.tour-dates p {
  font-size: 12px;
  margin: 0; }

.tour-dates .date {
  font-size: 34px; }

h4.tour-condo {
  margin-top: 0; }

.property-details-sidebar .bx-wrapper .bx-next {
  right: -40px; }

.property-details-sidebar .bx-wrapper .bx-prev {
  left: -40px; }

.slider-wrap {
  overflow: hidden;
  position: relative; }
  .slider-wrap #slide-counter {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }

.listing-meta {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 10px;
  margin-bottom: 30px; }
  .listing-meta p {
    font-size: 14px; }
  .listing-meta p.last-updated {
    margin-bottom: 0; }
    .listing-meta p.last-updated span {
      font-weight: 600; }

.sign-up-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 20px; }
  .sign-up-box p {
    font-size: 22px;
    margin-top: 0; }
    .sign-up-box p a {
      text-decoration: none;
      color: #036; }
  .sign-up-box input {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-right: 15px;
    display: inline-block;
    width: 31%; }
  .sign-up-box button {
    font-size: 16px;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #003366;
    width: 150px;
    text-align: center;
    color: #003366;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .sign-up-box button:hover {
      color: #fff;
      background: #003366; }
    .sign-up-box button i {
      margin-left: 7px; }

.school-tabs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }
  .school-tabs li {
    display: inline-block;
    background: #eee;
    font-size: 14px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .school-tabs li:hover {
      background: rgba(201, 201, 201, 0.5); }
    .school-tabs li:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .school-tabs li:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .school-tabs li.active {
      background: #c9c9c9; }

.school-table {
  width: 100%;
  border-collapse: collapse; }
  .school-table td {
    border-bottom: 1px dashed #e2e2e2;
    border-right: 1px solid #e2e2e2; }
    .school-table td i {
      color: #eeeeee; }
      .school-table td i.gold {
        color: #f1c40f; }
    .school-table td.school-name {
      border-left: 1px solid #e2e2e2;
      padding: 10px; }
    .school-table td p {
      margin: 5px 0; }
      .school-table td p a {
        text-decoration: none;
        color: #036; }
        .school-table td p a i {
          color: inherit; }
      .school-table td p.school-small-text {
        font-size: 14px; }
  .school-table .map-td .distance {
    margin: 0 0 2px 0;
    font-size: 12px; }
  .school-table .map-td img {
    margin-top: 4px; }
  .school-table .rating-td {
    min-width: 105px; }
  .school-table .rating-td, .school-table .distance-td, .school-table .map-td {
    display: table-cell;
    text-align: center; }
  @media only screen and (max-width: 640px) {
    .school-table .hide-on-mobile {
      display: none; } }
  @media only screen and (min-width: 641px) {
    .school-table .hide-on-desktop {
      display: none; } }
  .school-table thead tr th {
    background: #444;
    padding: 10px;
    color: #fff; }

.school-table-attribution a {
  color: #000; }

.banner-fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.5); }

.banner-schedule-a-tour {
  background-color: #FFF;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  @media only screen and (min-width: 640px) {
    .banner-schedule-a-tour {
      display: none; } }
  .banner-schedule-a-tour .schedule-a-tour {
    padding: 6px 12px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .banner-schedule-a-tour .call-link {
    display: block;
    color: #000;
    text-decoration: none; }
    .banner-schedule-a-tour .call-link .fa {
      display: inline-block;
      width: 8px;
      margin-right: 10px; }

.openshare-list {
  margin: 0;
  padding: 0; }

.openshare-list__item {
  display: block;
  float: left;
  width: 20%; }

.openshare-list__item--count {
  background: #fff;
  color: #000;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  text-align: center;
  width: 20%; }

.openshare-list__count {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  min-height: 20px;
  text-align: center; }

.openshare-list__link, .openshare-list__link--twitter, .openshare-list__link--linkedin, .openshare-list__link--facebook, .openshare-list__link--google, .openshare-list__link--pintrest, .openshare-list__link--whatsapp, .openshare-list__link--instagram {
  transition: .3s;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none; }
  .openshare-list__link:hover, .openshare-list__link--twitter:hover, .openshare-list__link--linkedin:hover, .openshare-list__link--facebook:hover, .openshare-list__link--google:hover, .openshare-list__link--pintrest:hover, .openshare-list__link--whatsapp:hover, .openshare-list__link--instagram:hover {
    border-bottom: 0; }

.openshare-list__link--twitter {
  background: #55acee; }
  .openshare-list__link--twitter:hover {
    background: #3ea1ec; }

.openshare-list__link--linkedin {
  background: #0077b5; }
  .openshare-list__link--linkedin:hover {
    background: #00669c; }

.openshare-list__link--facebook {
  background: #3b5998; }
  .openshare-list__link--facebook:hover {
    background: #344e86; }

.openshare-list__link--google {
  background: #dc4e41; }
  .openshare-list__link--google:hover {
    background: #d83a2b; }

.openshare-list__link--pintrest {
  background: #BD081C; }
  .openshare-list__link--pintrest:hover {
    background: #a50718; }

.openshare-list__link--whatsapp {
  background: #25D366; }
  .openshare-list__link--whatsapp:hover {
    background: #21bd5c; }

.openshare-list__link--instagram {
  background: #fff;
  color: #555; }
  .openshare-list__link--instagram:hover {
    background: #f2f2f2; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.search-page-body {
  min-height: 55rem;
  padding-bottom: 1rem;
  position: relative; }
  .search-page-body .single-listing {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
    font-size: 0; }
    @media only screen and (min-width: 0px) {
      .search-page-body .single-listing {
        margin-bottom: 5px; } }
    @media only screen and (min-width: 640px) {
      .search-page-body .single-listing {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 640px) {
      .search-page-body .single-listing .hide-on-small {
        display: block; } }
    .search-page-body .single-listing .listing-image-container {
      display: block;
      position: relative; }
    .search-page-body .single-listing .listing-content {
      background: #fff;
      display: inline-block;
      padding: 25px 0 0 25px;
      vertical-align: top;
      box-sizing: border-box;
      height: 296px; }
    .search-page-body .single-listing .inline-listing-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 14px;
      right: 14px;
      color: #FFF;
      padding: 8px;
      background-color: rgba(0, 0, 0, 0.2); }
      @media only screen and (min-width: 0px) {
        .search-page-body .single-listing .inline-listing-content {
          display: block; } }
      @media only screen and (min-width: 640px) {
        .search-page-body .single-listing .inline-listing-content {
          display: none; } }
      .search-page-body .single-listing .inline-listing-content .price {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 5px; }
      .search-page-body .single-listing .inline-listing-content .detail-data {
        font-size: 16px; }
    .search-page-body .single-listing .inline-listing-info {
      position: absolute;
      bottom: 8px; }
    .search-page-body .single-listing .listing-image {
      width: 100%;
      display: inline-block;
      background: no-repeat center; }
      @media only screen and (min-width: 0px) {
        .search-page-body .single-listing .listing-image {
          height: 200px;
          background-size: cover; } }
      @media only screen and (min-width: 640px) {
        .search-page-body .single-listing .listing-image {
          height: 296px; } }
    .search-page-body .single-listing .is-new {
      padding: 5px 10px;
      background: #2ecc71;
      color: #fff;
      border-radius: 2px;
      display: inline-block;
      font-size: 14px; }
    .search-page-body .single-listing .price {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 12px; }
    .search-page-body .single-listing .prop-name {
      font-size: 14px;
      margin: 0; }
    .search-page-body .single-listing .prop-type {
      font-size: 12px;
      margin-top: 6px; }
    .search-page-body .single-listing .view-listing {
      bottom: 15px;
      font-size: 14px;
      background: #036;
      border: 2px solid #036;
      padding: 10px 20px;
      display: inline-block;
      position: absolute;
      right: 25px;
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
      .search-page-body .single-listing .view-listing i {
        margin-left: 5px; }
      .search-page-body .single-listing .view-listing:hover {
        background: none;
        color: #036; }
    .search-page-body .single-listing .details {
      margin: 0;
      text-align: center;
      display: inline-block;
      padding: 0; }
      .search-page-body .single-listing .details li {
        display: inline-block;
        border-right: 1px solid #ccc;
        padding-right: 15px;
        margin-right: 15px; }
        .search-page-body .single-listing .details li:last-child {
          margin-right: 0;
          padding-right: 0;
          border: none; }
        .search-page-body .single-listing .details li p {
          font-size: 14px;
          margin: 0; }
          .search-page-body .single-listing .details li p.detail-data {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px; }
  .search-page-body .pagination ul {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: block;
    text-align: center; }
    .search-page-body .pagination ul li {
      display: inline-block;
      margin: 0 5px; }
    .search-page-body .pagination ul a {
      text-decoration: none;
      font-size: 20px;
      color: #036;
      border: 1px solid rgba(74, 74, 74, 0.2);
      padding: 5px 10px;
      display: inline-block; }
      .search-page-body .pagination ul a.current {
        border-color: #4a4a4a; }
      .search-page-body .pagination ul a:hover {
        border-color: #4a4a4a; }
      .search-page-body .pagination ul a.previous {
        border: none; }
        .search-page-body .pagination ul a.previous i {
          margin-right: 5px; }
      .search-page-body .pagination ul a.next {
        border: none; }
        .search-page-body .pagination ul a.next i {
          margin-left: 5px; }
  .search-page-body .search-content h1 {
    margin-bottom: 5px; }
    @media only screen and (min-width: 0px) {
      .search-page-body .search-content h1 {
        font-size: 16px; } }
    @media only screen and (min-width: 640px) {
      .search-page-body .search-content h1 {
        font-size: 28px; } }
  .search-page-body .search-content p {
    margin-top: 0; }
    @media only screen and (min-width: 0px) {
      .search-page-body .search-content p {
        margin-bottom: 6px; } }
    @media only screen and (min-width: 640px) {
      .search-page-body .search-content p {
        margin-bottom: 8px; } }

.search-page-body .agent-sidebar {
  margin: 0 0 20px 0; }

.search-page-body .popular-searches {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 10px;
  margin-top: 20px; }
  .search-page-body .popular-searches h3 {
    font-size: 18px;
    margin: 0 0 5px; }
  .search-page-body .popular-searches p {
    margin: 0 0 10px; }
  .search-page-body .popular-searches ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .search-page-body .popular-searches li {
    margin: 0 0 5px; }
  .search-page-body .popular-searches a {
    text-decoration: none;
    font-size: 14px;
    color: #036;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .search-page-body .popular-searches a:hover {
      padding-left: 7px; }

#search-sidebar.fixed {
  position: fixed;
  top: 30px;
  width: 100%;
  max-width: 371px; }

#search-sidebar.bottom {
  top: auto;
  bottom: 50px;
  position: absolute; }

.search-toggle {
  font-size: 0; }
  .search-toggle .toggle {
    border: 1px solid #4a4a4a;
    display: inline-block;
    font-size: 14px;
    padding: 7px;
    cursor: pointer; }
    .search-toggle .toggle:first-child {
      border-right: none;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .search-toggle .toggle:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .search-toggle .toggle.active {
      background: #4a4a4a;
      color: #fff; }
    .search-toggle .toggle:not(.active):hover {
      background: rgba(74, 74, 74, 0.2); }

.search-above-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

.search-page-map-layout {
  display: none;
  font-size: 0; }
  .search-page-map-layout .iframe-wrap {
    display: inline-block;
    width: 65%;
    vertical-align: top; }
  .search-page-map-layout iframe {
    width: 100%; }
  .search-page-map-layout .map-style-listings {
    display: inline-block;
    width: 35%;
    box-sizing: border-box;
    padding-left: 10px;
    max-height: 600px;
    overflow-y: scroll; }
    .search-page-map-layout .map-style-listings .search-toggle {
      margin-bottom: 20px; }
    .search-page-map-layout .map-style-listings .single-listing {
      background-size: cover;
      background-position: center;
      font-size: 14px;
      margin-right: 5px;
      color: #fff;
      box-sizing: border-box;
      padding: 30px 0 10px 10px; }
      .search-page-map-layout .map-style-listings .single-listing .price {
        font-size: 22px; }
      .search-page-map-layout .map-style-listings .single-listing p {
        margin: 5px 0; }
      .search-page-map-layout .map-style-listings .single-listing .is-new {
        padding: 5px 10px;
        background: #2ecc71;
        color: #fff;
        border-radius: 2px;
        display: inline-block;
        font-size: 14px; }
  .search-page-map-layout .map-listing-content {
    font-size: 16px; }
  .search-page-map-layout .listing-link {
    display: block;
    text-decoration: none;
    margin-bottom: 10px; }
  .search-page-map-layout .listing-wrapper {
    overflow-y: scroll; }

.search-adjust-bar {
  padding: 10px 0;
  background: #4a4a4a; }
  .search-adjust-bar .search-filters {
    padding: 0.5rem 1rem 0 0;
    margin: 0;
    display: inline-block; }
    @media (max-width: 600px) {
      .search-adjust-bar .search-filters {
        display: none; } }
    .search-adjust-bar .search-filters li {
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      margin-left: 15px;
      position: relative; }
      .search-adjust-bar .search-filters li input {
        font-size: 14px;
        padding: 10px 12px;
        border: none;
        max-width: 100px; }
        .search-adjust-bar .search-filters li input:focus, .search-adjust-bar .search-filters li input:active {
          outline: none; }
      .search-adjust-bar .search-filters li.filter:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 5px; }
      .search-adjust-bar .search-filters li:hover .dropdown {
        display: block; }
      .search-adjust-bar .search-filters li .dropdown {
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
        display: none;
        min-width: 100%;
        padding: 0 10px;
        position: absolute;
        z-index: 22; }
        .search-adjust-bar .search-filters li .dropdown a {
          display: block;
          text-decoration: none;
          color: #4a4a4a;
          margin: 15px 0;
          -webkit-transition: all 0.15s ease-out;
          -moz-transition: all 0.15s ease-out;
          -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out; }
          .search-adjust-bar .search-filters li .dropdown a:hover {
            padding-left: 10px;
            color: #003366; }
  .search-adjust-bar .form-wrap {
    display: inline-block; }
    @media (max-width: 600px) {
      .search-adjust-bar .form-wrap {
        display: block; } }
  .search-adjust-bar .search-form {
    font-size: 0;
    display: flex; }
    @media (max-width: 600px) {
      .search-adjust-bar .search-form {
        justify-content: space-between; } }
    .search-adjust-bar .search-form input {
      font-size: 14px;
      padding: 10px 12px;
      border: none; }
      @media (max-width: 600px) {
        .search-adjust-bar .search-form input {
          flex-grow: 1; } }
      .search-adjust-bar .search-form input:focus, .search-adjust-bar .search-form input:active {
        outline: none; }
    .search-adjust-bar .search-form button {
      color: #fff;
      cursor: pointer;
      background: #036;
      border: none;
      font-size: 14px;
      padding: 0 15px; }
      .search-adjust-bar .search-form button i {
        margin-right: 5px; }

.search-adjust-bar {
  width: 100%; }
  .search-adjust-bar ul li .dropdown.price {
    color: #555;
    padding: 1.75rem 1.75rem 0.75rem;
    width: 18rem; }
  .search-adjust-bar .min-max-wrap {
    padding: 18px 0; }
    .search-adjust-bar .min-max-wrap .price-display {
      display: inline-block;
      font-size: 20px;
      font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
      vertical-align: middle; }
      .search-adjust-bar .min-max-wrap .price-display:before {
        color: #4a4a4a;
        content: '$';
        font-size: 19px;
        padding: 0 2px 0 0; }
    .search-adjust-bar .min-max-wrap #price_max.at-max:after {
      content: '+'; }
    .search-adjust-bar .min-max-wrap #priceMin {
      width: 1rem; }
    .search-adjust-bar .min-max-wrap .price-separator {
      padding: 0 6px; }
  .search-adjust-bar .slider-wrapper {
    padding: 1rem 0.5rem; }
  .search-adjust-bar .price-adjust {
    font-size: 0;
    position: relative;
    display: inline-block; }
    .search-adjust-bar .price-adjust input {
      border-top: 1px solid rgba(74, 74, 74, 0.3);
      border-right: 1px solid rgba(74, 74, 74, 0.3);
      border-bottom: 1px solid rgba(74, 74, 74, 0.3);
      font-size: 20px;
      font-weight: bold;
      max-width: 80px; }
    .search-adjust-bar .price-adjust:before {
      content: "\f155";
      font-family: FontAwesome;
      background: #fff;
      color: #4a4a4a;
      font-size: 14px;
      padding: 11px 12px;
      border: 1px solid rgba(74, 74, 74, 0.3); }

.search-page-body fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.search-page-body #per-page,
.search-page-body #sort-by {
  background: none;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  color: #444;
  font-size: 16px;
  max-width: 138px; }
  .search-page-body #per-page option,
  .search-page-body #sort-by option {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    color: #444; }

.search-results-empty {
  margin: 40px 0; }

.sidebar-pre-approval {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 20px; }
  .sidebar-pre-approval h4 {
    margin: 0 0 10px 0; }
  .sidebar-pre-approval a {
    display: inline-block;
    text-decoration: none;
    color: #003366;
    border: 2px solid #003366;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .sidebar-pre-approval a:hover {
      background: #036;
      color: #fff; }
    .sidebar-pre-approval a i {
      margin-left: 5px; }

.filter .dropdown.more {
  padding: 10px;
  width: 17rem; }
  .filter .dropdown.more .more-option {
    padding: 0.5rem 1rem; }
  .filter .dropdown.more .more-label {
    vertical-align: top;
    color: #4a4a4a; }
  .filter .dropdown.more label {
    color: #4a4a4a;
    display: inline-block;
    margin-right: 70px; }
  .filter .dropdown.more select {
    background: none;
    border: 1px solid rgba(74, 74, 74, 0.3); }
  .filter .dropdown.more textarea {
    border: 1px solid rgba(74, 74, 74, 0.3);
    width: 100%;
    max-width: 230px;
    padding: 10px 12px;
    box-sizing: border-box; }
  .filter .dropdown.more .seperator {
    color: #4a4a4a;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px; }
  .filter .dropdown.more input {
    max-width: 80px;
    border: 1px solid rgba(74, 74, 74, 0.3); }

.search-filters-mobile {
  display: none;
  padding: 0.5rem 1rem 0 0;
  margin-left: 15px;
  position: relative;
  font-size: 14px;
  color: #fff; }
  .search-filters-mobile > span {
    cursor: pointer;
    font-size: 16px; }
    .search-filters-mobile > span:after {
      content: "\f107";
      font-family: FontAwesome;
      padding-left: 5px; }
    .search-filters-mobile > span.opened:after {
      content: "\f106"; }
  .search-filters-mobile * {
    box-sizing: border-box; }
  @media (max-width: 600px) {
    .search-filters-mobile {
      display: block; } }

#advanced-search-container {
  padding: 12px 0;
  display: none; }

.advanced-search-group {
  display: flex;
  align-items: center;
  justify-content: center; }
  .advanced-search-group input,
  .advanced-search-group select {
    flex: 1 1 auto;
    width: 50%;
    font-size: 14px;
    padding: 10px 10px 10px 15px; }
    .advanced-search-group input:nth-child(1),
    .advanced-search-group select:nth-child(1) {
      margin-right: 4px; }

.advanced-slider-group {
  padding: 0 0.5rem; }
  .advanced-slider-group .irs-min,
  .advanced-slider-group .irs-max {
    visibility: hidden !important; }
  .advanced-slider-group .irs-grid-text {
    color: #FFF !important;
    font-size: 12px; }

.search-histogram {
  align-items: baseline;
  display: flex;
  left: 42px;
  position: absolute;
  right: 42px;
  top: 12px; }
  .search-histogram > div {
    width: 15px;
    background-color: #d0d0d0; }

.call-btn {
  position: fixed;
  bottom: 14px;
  left: 20px;
  padding: 16px 24px;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8); }
  @media only screen and (min-width: 0px) {
    .call-btn {
      display: block; } }
  @media only screen and (min-width: 640px) {
    .call-btn {
      display: none; } }
  .call-btn .fa {
    margin-right: 8px; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.error-404-body {
  background-image: url("/images/home-slider-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  position: relative; }
  .error-404-body h1 {
    font-size: 40px;
    margin: 0; }
  .error-404-body p {
    margin-top: 5px; }
  .error-404-body .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6); }
  .error-404-body .error-404-content {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-top: 0;
    opacity: 1;
    -webkit-animation: fade-up 1.5s 1;
    animation: fade-up 1.5s 1; }

@keyframes fade-up {
  0% {
    margin-top: 150px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

.outer {
  display: table;
  height: 100%;
  width: 100%; }

.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.contact-body {
  padding: 30px 0;
  border-top: 2px solid #036; }
  .contact-body h1 {
    margin-top: 0; }
  .contact-body h3 {
    margin-top: 0; }
  .contact-body a {
    color: #036;
    text-decoration: none; }
    .contact-body a:hover {
      text-decoration: underline; }
    .contact-body a i {
      margin-right: 5px; }
  .contact-body input,
  .contact-body textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-family: Arial; }
  .contact-body form {
    font-size: 0; }
  .contact-body input.half {
    max-width: 49%;
    display: inline-block; }
    .contact-body input.half.right {
      margin-right: 2%; }
  .contact-body textarea {
    height: 200px;
    resize: none; }
  .contact-body h5 {
    margin-top: 0; }
  .contact-body h4 {
    margin-bottom: 5px; }

.contact-info-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .contact-info-sidebar ul li {
    display: inline-block; }
    .contact-info-sidebar ul li:first-child {
      margin-right: 10px;
      border-right: 1px solid rgba(74, 74, 74, 0.3);
      padding-right: 10px; }
  .contact-info-sidebar ul a {
    text-decoration: none;
    color: #4a4a4a; }
    .contact-info-sidebar ul a:hover {
      color: #036; }
    .contact-info-sidebar ul a i {
      margin-right: 5px; }

.row.contact-row {
  max-width: 800px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  padding: 20px;
  box-sizing: border-box; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.team-page-body {
  padding: 30px 0;
  border-top: 2px solid #036; }
  .team-page-body .team-wrap {
    padding: 0.9rem 0.9rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48); }
    .team-page-body .team-wrap h1 {
      margin-top: 0; }

.single-team-member {
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .single-team-member:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .single-team-member .image-wrap {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top; }
  .single-team-member .content-wrap {
    display: inline-block;
    width: 600px; }
    .single-team-member .content-wrap .top-bar {
      border-bottom: 1px solid rgba(74, 74, 74, 0.15);
      padding-bottom: 10px; }
      .single-team-member .content-wrap .top-bar h4 {
        margin: 0;
        font-size: 20px;
        display: inline-block; }
      .single-team-member .content-wrap .top-bar ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: right; }
        .single-team-member .content-wrap .top-bar ul li {
          display: inline-block; }
          .single-team-member .content-wrap .top-bar ul li:first-child {
            margin-right: 15px; }
        .single-team-member .content-wrap .top-bar ul a {
          color: #4a4a4a;
          text-decoration: none; }
          .single-team-member .content-wrap .top-bar ul a:hover {
            color: #036; }
          .single-team-member .content-wrap .top-bar ul a i {
            margin-right: 5px; }
    .single-team-member .content-wrap .read-more-toggle {
      text-decoration: none;
      color: #036; }
      .single-team-member .content-wrap .read-more-toggle i {
        margin-left: 5px; }
    .single-team-member .content-wrap .read-more-content {
      display: none; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.register-login-wrap {
  border-top: 3px solid #036;
  padding: 50px 0; }
  .register-login-wrap h3 {
    margin: 0;
    padding: 20px;
    color: #fff;
    background: #4a4a4a;
    font-size: 16px; }
    .register-login-wrap h3 i {
      margin-right: 1rem; }
  .register-login-wrap h4 {
    font-size: 1rem;
    margin: 1rem 1rem 1rem 0; }
  .register-login-wrap input[type="email"], .register-login-wrap input[type="number"], .register-login-wrap input[type="password"], .register-login-wrap input[type="text"] {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    width: 100%; }
  .register-login-wrap label {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin: 0 0.5rem 1rem 0.25rem; }
  .register-login-wrap li {
    font-size: 16px; }
  .register-login-wrap select {
    padding: 6px;
    margin: 8px 0;
    width: 100%; }
  .register-login-wrap textarea {
    padding: 6px;
    width: 98%; }
  .register-login-wrap .agent-checkbox-label {
    display: block;
    font-size: 1rem;
    margin: 0 0 1.5rem; }
  .register-login-wrap li, .register-login-wrap .alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    list-style: none;
    margin: 0 auto 0.5rem;
    padding: 1rem; }
  .register-login-wrap ul {
    padding: 0; }
  .register-login-wrap .small-row {
    max-width: 850px; }
  .register-login-wrap .box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48); }
  .register-login-wrap .header-inline {
    display: inline-block;
    margin-top: 0; }
  .register-login-wrap .form-wrap .form-input-wrap.buyer-or-seller {
    margin-bottom: 0;
    margin-top: 1rem; }
  .register-login-wrap .fc-buyer-info p, .register-login-wrap .fc-seller-info p {
    margin-top: 0; }
  .register-login-wrap .form-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding: 1rem; }
    .register-login-wrap .form-error .error-item:before {
      content: '●';
      font-size: 0.6rem;
      line-height: 2.5;
      vertical-align: text-bottom;
      margin-right: 0.5rem; }
  .register-login-wrap .form-wrap {
    padding: 20px;
    font-size: 0; }
    .register-login-wrap .form-wrap .column {
      padding: 0; }
    .register-login-wrap .form-wrap .form-input-wrap {
      margin-bottom: 15px; }
      .register-login-wrap .form-wrap .form-input-wrap.half {
        display: inline-block;
        width: 47%; }
        .register-login-wrap .form-wrap .form-input-wrap.half.mar-right {
          margin-right: 5%; }
      .register-login-wrap .form-wrap .form-input-wrap button {
        background: #036;
        border: 2px solid #036;
        color: #fff;
        cursor: pointer;
        padding: 10px 20px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out; }
        .register-login-wrap .form-wrap .form-input-wrap button i {
          margin-left: 5px; }
        .register-login-wrap .form-wrap .form-input-wrap button:hover {
          background: #fff;
          color: #036; }
      .register-login-wrap .form-wrap .form-input-wrap a {
        font-size: 14px;
        color: #036;
        display: block;
        text-align: right; }
  .register-login-wrap .g-recaptcha > div {
    margin: 0 auto; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.pre-approval-body {
  padding: 40px 0;
  border-top: 3px solid #036; }
  .pre-approval-body .box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
    padding: 20px;
    line-height: 180%; }
  .pre-approval-body .row {
    max-width: 1000px; }
  .pre-approval-body h1 {
    margin-top: 0; }
  .pre-approval-body .single-lender h4 {
    margin: 0;
    color: #036; }
  .pre-approval-body .single-lender img {
    border-radius: 100%;
    height: 150px; }
  .pre-approval-body .single-lender p {
    margin: 0 0 5px; }
  .pre-approval-body .single-lender a {
    color: #4a4a4a;
    text-decoration: none; }
    .pre-approval-body .single-lender a i {
      margin-right: 5px; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.condo-matchmaker-body {
  border-top: 2px solid #036; }
  .condo-matchmaker-body h1 {
    margin-top: 0; }

.row.condo-matchmaker {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 800px;
  padding: 35px 45px;
  width: 100%; }
  .row.condo-matchmaker h1 {
    margin-top: 0; }
  .row.condo-matchmaker .building-amenities-container {
    margin-top: 1.4rem; }
  .row.condo-matchmaker .condo-matchmaker-checkboxes {
    line-height: 2; }
    .row.condo-matchmaker .condo-matchmaker-checkboxes > .large-12 label, .row.condo-matchmaker .condo-matchmaker-checkboxes > .large-12 input {
      cursor: pointer; }
    .row.condo-matchmaker .condo-matchmaker-checkboxes > .large-12 label {
      line-height: 2.9; }
    .row.condo-matchmaker .condo-matchmaker-checkboxes > .large-12 input[type="checkbox"] {
      position: absolute;
      right: 10px;
      top: 30%;
      vertical-align: middle; }
  .row.condo-matchmaker .condo-matchmaker-select p {
    margin: 0;
    padding: 0.625rem 0; }
  .row.condo-matchmaker .condo-matchmaker-select select {
    padding: 6px;
    margin: 4px 0;
    width: 100%; }
  .row.condo-matchmaker .g-recaptcha > div {
    margin: 0 auto; }
  .row.condo-matchmaker .errors > ul {
    list-style: none;
    padding-left: 0; }
    .row.condo-matchmaker .errors > ul > li {
      color: #f00;
      font-size: 1rem;
      height: 2rem; }
  .row.condo-matchmaker .matchmaker-form {
    padding: 20px;
    border: 1px solid rgba(74, 74, 74, 0.3); }
  .row.condo-matchmaker .intro-text {
    margin-bottom: 20px; }
    .row.condo-matchmaker .intro-text img {
      vertical-align: middle; }
    .row.condo-matchmaker .intro-text p {
      display: inline-block;
      margin: 0;
      line-height: 1.6;
      font-size: 17px;
      vertical-align: middle;
      padding-left: 2%;
      max-width: 75%; }
  .row.condo-matchmaker .input-group {
    font-size: 0;
    margin-bottom: 20px;
    height: 70px; }
    .row.condo-matchmaker .input-group.condo-matchmaker-filter input {
      width: 48%; }
    .row.condo-matchmaker .input-group.no-margin {
      margin-bottom: 0; }
    .row.condo-matchmaker .input-group input {
      display: inline-block;
      font-size: 16px;
      padding: 10px;
      box-sizing: border-box; }
      .row.condo-matchmaker .input-group input.left {
        margin-right: 4%; }
    .row.condo-matchmaker .input-group label {
      width: 50%;
      display: inline-block;
      padding: 0; }
    .row.condo-matchmaker .input-group .checkbox-wrap {
      width: 50%;
      display: inline-block;
      font-size: 16px;
      margin-top: 10px; }
      .row.condo-matchmaker .input-group .checkbox-wrap label {
        padding-left: 25px; }
  .row.condo-matchmaker .input-title {
    font-size: 18px;
    color: #036;
    margin: 0 0 5px; }
  .row.condo-matchmaker #matchmaker-submit {
    margin-left: 15px;
    font-size: 16px;
    background: #036;
    border: 2px solid #036;
    padding: 20px 100px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .row.condo-matchmaker #matchmaker-submit i {
      margin-left: 7px; }
    .row.condo-matchmaker #matchmaker-submit:hover {
      background: #fff;
      color: #036; }

#matchmaker-results-body {
  font-size: 0; }
  #matchmaker-results-body .matchmaker-map-view {
    width: 40%;
    display: inline-block; }
  #matchmaker-results-body iframe {
    width: 100%; }
  #matchmaker-results-body .matchmaker-results-wrap {
    width: 60%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px 20px 0 20px;
    max-height: 700px;
    overflow-y: scroll; }
    #matchmaker-results-body .matchmaker-results-wrap .results-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px; }
      #matchmaker-results-body .matchmaker-results-wrap .results-header a {
        text-decoration: none;
        font-size: 16px;
        color: #036; }
        #matchmaker-results-body .matchmaker-results-wrap .results-header a i {
          margin-right: 7px;
          -webkit-transition: all 0.15s ease-out;
          -moz-transition: all 0.15s ease-out;
          -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out; }
        #matchmaker-results-body .matchmaker-results-wrap .results-header a:hover i {
          margin-right: 12px; }
      #matchmaker-results-body .matchmaker-results-wrap .results-header p {
        margin: 0;
        font-size: 20px; }

#matchmaker-results-body .matchmaker-single-result {
  width: 49%;
  display: inline-block;
  font-size: 0;
  margin: 0 0 20px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  #matchmaker-results-body .matchmaker-single-result:nth-child(even) {
    margin-right: 2%; }
  #matchmaker-results-body .matchmaker-single-result:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  #matchmaker-results-body .matchmaker-single-result .result-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40%;
    display: inline-block;
    height: 200px; }
  #matchmaker-results-body .matchmaker-single-result .result-details {
    padding: 10px;
    width: 60%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    height: 200px;
    vertical-align: top;
    text-decoration: none; }
  #matchmaker-results-body .matchmaker-single-result p {
    margin: 0 0 5px; }
  #matchmaker-results-body .matchmaker-single-result .name {
    font-size: 16px;
    font-weight: 600; }
  #matchmaker-results-body .matchmaker-single-result .details {
    font-size: 0; }
    #matchmaker-results-body .matchmaker-single-result .details p {
      width: 50%;
      display: inline-block;
      font-size: 13px; }
  #matchmaker-results-body .matchmaker-single-result .title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(74, 74, 74, 0.1); }
  #matchmaker-results-body .matchmaker-single-result .amenities {
    margin: 0;
    font-size: 13px; }
  #matchmaker-results-body .matchmaker-single-result a {
    display: block;
    text-decoration: none;
    color: #4a4a4a; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.agent-checkbox-label {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: block;
  margin: 2rem 0;
  padding: 1rem 0 1rem 5rem;
  text-indent: -3rem; }

.pure-checkbox input[type="checkbox"], .pure-radiobutton input[type="checkbox"], .pure-checkbox input[type="radio"], .pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pure-checkbox input[type="checkbox"]:focus + label:before, .pure-radiobutton input[type="checkbox"]:focus + label:before, .pure-checkbox input[type="radio"]:focus + label:before, .pure-radiobutton input[type="radio"]:focus + label:before, .pure-checkbox input[type="checkbox"]:hover + label:before, .pure-radiobutton input[type="checkbox"]:hover + label:before, .pure-checkbox input[type="radio"]:hover + label:before, .pure-radiobutton input[type="radio"]:hover + label:before {
  border-color: #036;
  background-color: #f2f2f2; }

.pure-checkbox input[type="checkbox"]:active + label:before, .pure-radiobutton input[type="checkbox"]:active + label:before, .pure-checkbox input[type="radio"]:active + label:before, .pure-radiobutton input[type="radio"]:active + label:before {
  transition-duration: 0s; }

.pure-checkbox input[type="checkbox"] + label, .pure-radiobutton input[type="checkbox"] + label, .pure-checkbox input[type="radio"] + label, .pure-radiobutton input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  user-select: none;
  cursor: pointer; }

.pure-checkbox input[type="checkbox"] + label:before, .pure-radiobutton input[type="checkbox"] + label:before, .pure-checkbox input[type="radio"] + label:before, .pure-radiobutton input[type="radio"] + label:before {
  box-sizing: content-box;
  content: '';
  color: #036;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #036;
  text-align: center;
  transition: all 0.4s ease; }

.pure-checkbox input[type="checkbox"] + label:after, .pure-radiobutton input[type="checkbox"] + label:after, .pure-checkbox input[type="radio"] + label:after, .pure-radiobutton input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #036;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out; }

.pure-checkbox input[type="checkbox"]:disabled + label:before, .pure-radiobutton input[type="checkbox"]:disabled + label:before, .pure-checkbox input[type="radio"]:disabled + label:before, .pure-radiobutton input[type="radio"]:disabled + label:before {
  border-color: #cccccc; }

.pure-checkbox input[type="checkbox"]:disabled:focus + label:before, .pure-radiobutton input[type="checkbox"]:disabled:focus + label:before, .pure-checkbox input[type="radio"]:disabled:focus + label:before, .pure-radiobutton input[type="radio"]:disabled:focus + label:before, .pure-checkbox input[type="checkbox"]:disabled:hover + label:before, .pure-radiobutton input[type="checkbox"]:disabled:hover + label:before, .pure-checkbox input[type="radio"]:disabled:hover + label:before, .pure-radiobutton input[type="radio"]:disabled:hover + label:before {
  background-color: inherit; }

.pure-checkbox input[type="checkbox"]:disabled:checked + label:before, .pure-radiobutton input[type="checkbox"]:disabled:checked + label:before, .pure-checkbox input[type="radio"]:disabled:checked + label:before, .pure-radiobutton input[type="radio"]:disabled:checked + label:before {
  background-color: #cccccc; }

.pure-checkbox input[type="checkbox"] + label:after, .pure-radiobutton input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0); }

.pure-checkbox input[type="checkbox"]:checked + label:after, .pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out; }

.pure-checkbox input[type="radio"]:checked + label:before, .pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white; }

.pure-checkbox input[type="radio"]:checked + label:after, .pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1); }

.pure-checkbox input[type="radio"] + label:before, .pure-radiobutton input[type="radio"] + label:before, .pure-checkbox input[type="radio"] + label:after, .pure-radiobutton input[type="radio"] + label:after {
  border-radius: 50%; }

.pure-checkbox input[type="checkbox"]:checked + label:before, .pure-radiobutton input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #036; }

.pure-checkbox input[type="checkbox"]:checked + label:after, .pure-radiobutton input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1); }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #036; } }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.body-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  z-index: 99999;
  display: none;
  opacity: 0.7; }

.popup-wrapper {
  background-color: #F4F4F4;
  border: 1px solid #000;
  display: none;
  left: 0;
  margin: 0 auto;
  max-width: 732px;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
  z-index: 999999; }
  @media only screen and (max-width: 640px) {
    .popup-wrapper {
      padding: 0.5rem 0; } }

.popup-wrapper-narrow {
  max-width: 400px; }
  .popup-wrapper-narrow h2, .popup-wrapper-narrow h3 {
    font-size: 16px;
    margin: 0 0 12px 0; }

.popup-wrapper-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
  text-align: right; }
  .popup-wrapper-close:hover {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

.force-capture-popup-wrapper h2,
.nag-form h2 {
  margin-bottom: 1rem;
  margin-top: 0; }
  @media only screen and (max-width: 640px) {
    .force-capture-popup-wrapper h2,
    .nag-form h2 {
      font-size: 0.8rem;
      margin-bottom: 0.5rem; } }

.force-capture-popup-wrapper h4,
.nag-form h4 {
  margin: 0.5rem 0; }

.force-capture-popup-wrapper .force-capture-appeal,
.nag-form .force-capture-appeal {
  margin: 1rem 0;
  font-size: 1.1rem;
  text-align: center; }

.force-capture-popup-wrapper a i,
.nag-form a i {
  margin-left: 10px; }

.force-capture-popup-wrapper a.popup-login,
.nag-form a.popup-login {
  margin-left: 0.5rem; }

.force-capture-popup-wrapper a.popup-register,
.nag-form a.popup-register {
  background: #2799c9;
  color: #FEFEFE;
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem;
  text-decoration: none;
  max-width: 33%;
  white-space: nowrap;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  @media only screen and (max-width: 320px) {
    .force-capture-popup-wrapper a.popup-register,
    .nag-form a.popup-register {
      padding: 0.5rem; } }
  .force-capture-popup-wrapper a.popup-register:hover,
  .nag-form a.popup-register:hover {
    background: #2691c5;
    color: #fff; }
  .force-capture-popup-wrapper a.popup-register i,
  .nag-form a.popup-register i {
    margin-left: 0.25rem !important; }

.force-capture-popup-wrapper img,
.nag-form img {
  border: 1px solid #000;
  margin-bottom: 1rem;
  width: 100%; }
  @media only screen and (max-width: 640px) {
    .force-capture-popup-wrapper img,
    .nag-form img {
      margin-bottom: 0.5rem; } }
  @media only screen and (max-width: 320px) {
    .force-capture-popup-wrapper img,
    .nag-form img {
      display: none; } }

.force-capture-popup-wrapper p,
.nag-form p {
  margin: 0; }
  @media only screen and (max-width: 640px) {
    .force-capture-popup-wrapper p,
    .nag-form p {
      font-size: 0.8rem;
      margin-bottom: 0.5rem; } }

.force-capture-popup-wrapper ul,
.nag-form ul {
  font-size: 1.05rem;
  margin: 0;
  padding: 0 0 0 1.25rem; }

.force-capture-popup-wrapper {
  color: #000;
  padding: 0;
  border: 0;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.6); }
  .force-capture-popup-wrapper h2 {
    font-size: 32px; }
  .force-capture-popup-wrapper img {
    display: block;
    margin-bottom: 0; }
  .force-capture-popup-wrapper ul {
    padding: 0;
    font-size: inherit;
    margin-bottom: 1rem;
    list-style-type: none; }
    .force-capture-popup-wrapper ul li {
      margin-bottom: 0.5rem; }

.force-capture-popup-image {
  padding: 1.5rem !important;
  color: #FFF;
  height: 340px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 640px) {
    .force-capture-popup-image {
      height: 325px; }
      .force-capture-popup-image h2 {
        font-size: 26px; } }
  @media only screen and (max-width: 320px) {
    .force-capture-popup-image {
      height: 275px;
      font-size: 0.8rem; }
      .force-capture-popup-image h2 {
        font-size: 18px; } }
  .force-capture-popup-image .popup-register {
    margin: 0.5rem auto;
    text-shadow: none; }

.force-capture-popup-form {
  height: 340px;
  display: flex;
  overflow: hidden;
  padding: 1.5rem !important;
  align-items: center;
  border-left: 1px solid #000304; }
  @media only screen and (max-width: 640px) {
    .force-capture-popup-form {
      height: auto;
      font-size: 12px; } }
  .force-capture-popup-form button {
    width: 100%;
    padding: 0.75rem !important; }

.force-capture-register {
  text-align: center;
  margin-bottom: 0 !important; }
  .force-capture-register .popup-register {
    margin-top: 15px; }

.popup-form-wrap .form-row {
  display: flex;
  justify-content: space-between; }

.popup-form-wrap .form-row-hidden {
  display: none !important; }

.popup-form-wrap .form-group {
  flex: 1;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 15px; }
  .popup-form-wrap .form-group.fill {
    width: 100%; }

.popup-form-wrap .form-control:not([type="checkbox"]) {
  font-size: 14px;
  padding: 10px 10px 10px 15px;
  width: 100%; }
  @media only screen and (max-width: 640px) {
    .popup-form-wrap .form-control:not([type="checkbox"]) {
      font-size: 12px;
      padding: 5px 5px 5px 10px; } }

.popup-form-wrap .form-btn-submit {
  width: 100%; }

@media only screen and (max-width: 640px) {
  .popup-form-wrap label {
    font-size: 12px; } }

.popup-form-wrap button {
  background: #036;
  color: #FFF;
  border: 2px solid #036;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.popup-form-wrap, .popup-form-wrap * {
  box-sizing: border-box; }

.popup-form-wrap .g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0; }

.nag-wrapper {
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  z-index: 1000;
  color: #FFF;
  padding: 16px;
  position: fixed;
  bottom: -1000px;
  background-color: rgba(47, 100, 156, 0.9);
  border-top: 1px solid #2F649C;
  transition: bottom 1s ease-in-out;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25); }
  .nag-wrapper button {
    border: 0;
    outline: 0;
    margin-bottom: 2px;
    background-color: #43c51d; }
    .nag-wrapper button:hover {
      background-color: #4bdb20; }
  .nag-wrapper button.yes,
  .nag-wrapper button.no {
    min-width: 200px; }

.nag-wrapper--opened {
  bottom: 0; }

.nag-form,
.nag-thanks,
.nag-hello {
  display: none; }
  .nag-form .row,
  .nag-thanks .row,
  .nag-hello .row {
    max-width: 95%; }

.nag-wrapper--hello .nag-hello {
  display: block; }

.nag-wrapper--form {
  background-color: #2f649c; }
  .nag-wrapper--form .nag-form {
    display: block; }

.nag-wrapper--thanks .nag-thanks {
  display: block; }

.popup-share-listing .popup-form-wrap {
  margin-bottom: 12px; }

.popup-share-listing .popup-share-listing-captcha {
  margin: 0 auto;
  text-align: center; }
  .popup-share-listing .popup-share-listing-captcha > .g-recaptcha {
    display: inline-block;
    width: 65%; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.home-worth-body {
  border-top: 3px solid #036;
  padding: 40px 0; }
  .home-worth-body #home-worth-wrap {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
    padding: 20px; }
    .home-worth-body #home-worth-wrap h1 {
      margin-top: 0; }
    .home-worth-body #home-worth-wrap .g-recaptcha > div {
      margin: 0 auto; }
  .home-worth-body .content-top {
    margin-bottom: 20px; }
    .home-worth-body .content-top p {
      font-size: 20px;
      line-height: 160%; }
  .home-worth-body .home-icon > img {
    width: 100%; }
  .home-worth-body #home-worth-form .input-wrap {
    margin-bottom: 20px; }
  .home-worth-body #home-worth-form select,
  .home-worth-body #home-worth-form input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box; }
  .home-worth-body #home-worth-form button {
    background: #036;
    border: 2px solid #036;
    color: #fff;
    font-size: 18px;
    padding: 15px 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .home-worth-body #home-worth-form button:hover {
      background: #fff;
      color: #036; }
  .home-worth-body #home-worth-form textarea {
    width: 99%;
    height: 4rem;
    resize: vertical; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
.blog-body {
  padding: 30px 0;
  border-top: 2px solid #036; }
  .blog-body h1 {
    margin-top: 0; }
  .blog-body .blog-post a {
    color: #036;
    text-decoration: none; }
    .blog-body .blog-post a:hover {
      text-decoration: underline; }
  .blog-body .blog-single-box {
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48); }
  .blog-body .blog-meta p {
    display: inline-block;
    margin: 0;
    font-size: 14px; }
    .blog-body .blog-meta p.category {
      border: 1px solid rgba(74, 74, 74, 0.3);
      padding: 3px 10px;
      border-radius: 2px;
      font-size: 12px;
      margin-left: 5px; }
    .blog-body .blog-meta p i {
      margin-right: 5px; }
  .blog-body .single-blog {
    font-size: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.36), 0 1px 2px rgba(0, 0, 0, 0.48);
    margin-bottom: 40px; }
    .blog-body .single-blog .blog-image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 37%;
      display: inline-block;
      height: 250px;
      vertical-align: top; }
    .blog-body .single-blog .title {
      font-size: 20px;
      margin-top: 0; }
    .blog-body .single-blog .single-blog-content {
      font-size: 16px;
      width: 60%;
      display: inline-block;
      padding: 20px;
      box-sizing: border-box; }
    .blog-body .single-blog .blog-read-more {
      text-decoration: none;
      color: #036; }
      .blog-body .single-blog .blog-read-more:hover i {
        margin-left: 15px; }
      .blog-body .single-blog .blog-read-more i {
        margin-left: 10px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out; }

.share-header {
  margin-bottom: 0; }

.blog-sidebar .widget {
  margin-bottom: 40px; }

.blog-sidebar h6 {
  font-size: 20px;
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.1); }

.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.blog-sidebar li {
  margin-bottom: 10px; }

.blog-sidebar a {
  color: #9B9B9B;
  text-decoration: none; }
  .blog-sidebar a:hover {
    color: #036; }
    .blog-sidebar a:hover:before {
      margin-right: 15px; }
  .blog-sidebar a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }

.essential-social {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.essential-social * {
  margin: 0;
  padding: 0; }

.essential-social a.social-btn {
  display: inline-block;
  color: #fff;
  background: #666;
  line-height: 1;
  padding: .45em 1.8em;
  cursor: pointer;
  margin: 0 0 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out; }

.essential-social a.social-btn:first-child {
  margin: 0; }

.essential-social a.social-btn:hover {
  opacity: 0.8; }

.essential-social a.mail {
  background: #0085FF; }

.essential-social a.face {
  background: #3B5998; }

.essential-social a.tweet {
  background: #55ACEE; }

.essential-social a.link {
  background: #0076B5; }

.essential-social a.pin {
  background: #CB2027; }

.essential-social a.goog {
  background: #DD4B39; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
@media only screen and (max-width: 1280px) {
  .listing-navigation-tabs ul a {
    font-size: 16px; }
  .site-header .header-form-wrap {
    display: none; }
  #building-hero .hero-content {
    max-width: 95%; }
  .listing-navigation-tabs {
    padding: 0 10px; } }

@media only screen and (max-width: 1023px) {
  .site-header nav.main-menu {
    display: none; }
  #mobile-menu-open {
    display: inline-block; }
  .building-page-latest-blogs .large-blog {
    margin-bottom: 20px;
    height: 190px;
    min-height: 190px; }
    .building-page-latest-blogs .large-blog .blog-snippet {
      display: none; }
  .single-recent-listing,
  .similar-condos {
    margin-bottom: 20px; }
  .column.medium-6.three-end {
    float: left;
    margin-top: 20px; }
  #about-building .building-content {
    padding: 20px;
    margin-bottom: 20px; }
  #building-hero,
  #building-hero .hero-black-overlay,
  #building-hero .hero-content {
    height: 400px; }
  #about-building .building-details .listing-address {
    font-size: 18px; }
  .single-recent-listing.listing-stats {
    min-height: auto;
    border: 1px solid rgba(74, 74, 74, 0.3); }
    .single-recent-listing.listing-stats .stats {
      font-size: 0; }
      .single-recent-listing.listing-stats .stats h3 {
        font-size: 18px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(74, 74, 74, 0.3);
        text-align: center;
        margin-bottom: 0; }
      .single-recent-listing.listing-stats .stats .single-stat {
        padding-top: 20px;
        border-bottom: 0;
        font-size: 16px;
        width: 33%;
        display: inline-block;
        text-align: center;
        margin-bottom: 0; }
        .single-recent-listing.listing-stats .stats .single-stat.middle-stat {
          border-left: 1px solid rgba(74, 74, 74, 0.3);
          border-right: 1px solid rgba(74, 74, 74, 0.3); }
  #about-building {
    padding: 50px 0; }
    #about-building .building-content {
      min-height: auto; }
  #recent-listings {
    padding: 30px 0; }
  #about-building .building-details {
    margin: 0 0 20px; }
  .building-page-latest-blogs {
    padding: 40px 0 50px 0; }
  .blog-sidebar .widget {
    text-align: center; } }

@media only screen and (max-width: 900px) {
  .listing-navigation-tabs ul a {
    font-size: 14px; } }

@media only screen and (max-width: 830px) {
  .row.contact-row {
    max-width: 95%; } }

@media only screen and (max-width: 768px) {
  .home-tabs-wrap {
    display: none; }
  #building-hero, #building-hero .hero-black-overlay {
    height: 300px; }
  #building-hero {
    position: relative; }
    #building-hero .hero-content {
      position: absolute;
      z-index: 22;
      bottom: 20px;
      left: 20px;
      height: auto; }
    #building-hero .header-available-condos {
      position: static;
      display: inline-block;
      font-size: 18px; }
    #building-hero h1 {
      position: static;
      margin: 0 0 10px; }
  .single-recent-listing.listing-stats {
    margin: 0; }
  .single-recent-listing.listing-stats .stats .single-stat.middle-stat {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(74, 74, 74, 0.3);
    border-bottom: 1px solid rgba(74, 74, 74, 0.3); }
  .single-recent-listing.listing-stats .stats .single-stat {
    width: 100%;
    margin: 0;
    padding: 20px 0; }
    .single-recent-listing.listing-stats .stats .single-stat p {
      margin: 0; }
  .stat-row {
    flex-flow: row wrap; }
    .stat-row .single-stat {
      flex-basis: 50%; } }

@media only screen and (max-width: 700px) {
  .home-hero .home-form form {
    display: flex;
    justify-content: center; }
    .home-hero .home-form form input {
      width: 100%;
      max-width: 60%; }
  #building-quick-nav {
    display: none; }
  #about-building h2 {
    margin: 0; } }

@media only screen and (max-width: 640px) {
  html, body {
    overflow-x: hidden; }
  .site-header .header-wrap img {
    max-width: 250px; }
  .home-hero {
    max-height: 350px; }
    .home-hero .single-home-slide {
      height: 350px; }
    .home-hero h1 {
      font-size: 25px; }
    .home-hero .hero-tagline {
      font-size: 18px; }
  .contact-body input.half {
    max-width: 100%; }
    .contact-body input.half.right {
      margin-right: 0; }
  .details-wrap .pull-left {
    float: none;
    display: block; }
  .details-wrap .pull-right {
    float: none;
    display: block;
    text-align: left; }
  .login-form-wrap {
    margin-bottom: 20px; }
  .property-details-sub-header-wrapper {
    margin-bottom: 5px; }
  .recent-listings,
  .recent-sales {
    padding: 20px; }
    .recent-listings h2,
    .recent-sales h2 {
      margin-bottom: 20px; }
  #building-hero, #building-hero .hero-black-overlay {
    height: 250px; }
    #building-hero h1, #building-hero .hero-black-overlay h1 {
      font-size: 28px; }
  #about-building {
    padding: 20px 0; }
  #about-building .building-details h2 {
    font-size: 22px;
    margin-bottom: 16px; }
  #about-building .building-details h4 {
    margin-bottom: 10px; }
  #about-building .building-details h5 {
    margin: 8px 0 10px; }
  .single-recent-listing .recent-price {
    top: 0;
    width: auto;
    padding: 10px 20px; }
  .single-recent-listing .recent-price,
  .single-recent-listing .recent-listing-details {
    background: rgba(0, 0, 0, 0.8); }
  #recent-listings {
    padding: 30px 0 0 0; }
  .recent-listings,
  .recent-sales {
    margin-bottom: 30px; }
  .blog-body .single-blog .single-blog-content,
  .blog-body .single-blog .blog-image {
    width: 100%; } }

@media only screen and (max-width: 550px) {
  .home-form span.mobile-hide {
    display: none; }
  .home-hero .home-form form input {
    max-width: 90%; } }

@media only screen and (max-width: 500px) {
  .details-wrap h3 {
    font-size: 16px; }
  .details-wrap p {
    font-size: 14px; }
  .row.contact-row {
    padding: 10px; }
  .primary-btn {
    width: 100%; } }

@media only screen and (max-width: 450px) {
  .loaded-buildings .small-6, .hidden-condos .small-6 {
    display: block;
    float: none;
    width: 100% !important; }
  .sign-up-box p {
    font-size: 18px; }
  .sign-up-box input {
    width: 100%;
    margin-right: 0; } }

@media only screen and (max-width: 414px) {
  .site-header .header-wrap img {
    max-width: 200px; }
  .home-hero .single-home-slide {
    height: 300px; }
  .home-new-listings {
    padding: 30px 0; }
  .home-hero .hero-tagline {
    font-size: 16px; }
  .home-hero h1 {
    font-size: 22px;
    margin-bottom: 10px; }
  .home-hero .home-gray-overlay {
    opacity: 0.4; }
  .tour-dates .date {
    font-size: 28px; }
  .property-details-sidebar .bx-wrapper .bx-next {
    right: -20px; }
  .property-details-sidebar .bx-wrapper .bx-prev {
    left: -20px; }
  .property-details-sub-header .prop-address-wrap .house-num {
    font-size: 12px; }
  .recent-listings,
  .recent-sales {
    padding: 0;
    border: none; }
  #about-building .building-content {
    padding: 15px 20px; } }

@media only screen and (max-width: 350px) {
  .home-hero .home-hero-content {
    max-width: 98%; }
  .home-hero .home-form input {
    padding: 15px 10px; }
  .home-new-listings h2 {
    font-size: 20px; }
  .building-page-latest-blogs .date {
    font-size: 14px;
    margin-bottom: 5px; }
  .blog-content-block h3 {
    font-size: 16px;
    margin-top: 0; }
  .building-page-latest-blogs .smaller-blog,
  .building-page-latest-blogs .large-blog {
    height: 150px;
    min-height: auto; }
  .home-pre-app.get-approved p a {
    display: block;
    margin: 10px auto 0 auto;
    max-width: 120px; } }

@media only screen and (min-width: 640px) {
  .search-page-body .single-listing .listing-image {
    background-size: 120%; } }

.realtor-bio-container {
  margin-top: 3.6rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .realtor-bio-container::before {
    content: " ";
    display: table; }
  .realtor-bio-container .row {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    max-width: 1200px; }
    .realtor-bio-container .row::before {
      content: " ";
      display: table; }
    .realtor-bio-container .row::after {
      clear: both;
      content: " ";
      display: table; }
  @media (min-width: 1200px) {
    .realtor-bio-container {
      width: 1170px; }
      .realtor-bio-container .col-lg-5 {
        width: 40%; }
      .realtor-bio-container .col-lg-7 {
        width: 54%; } }
  @media (min-width: 1200px) {
    .realtor-bio-container .col-lg-5, .realtor-bio-container .col-lg-7 {
      float: left; } }
  .realtor-bio-container .col-lg-5, .realtor-bio-container .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */ }

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  background: #428bca;
  background: linear-gradient(to top, #003366 0%, #05509a 100%); }

.irs-from, .irs-to, .irs-single {
  background: #003366; }

/*!
 * This file is part of the Unity system.
 *
 * Copyright (c) Digital Engineering
 *
 * Joe Bashe <joe@digitalengineering.io>
 */
#yelp-amenities {
  display: flex; }

.yelp-amenities-tabs {
  width: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #bbbbbb; }
  .yelp-amenities-tabs li {
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4; }
    @media only screen and (max-width: 500px) {
      .yelp-amenities-tabs li {
        font-size: 0.7rem; } }
    .yelp-amenities-tabs li:last-child {
      border-bottom: 0; }
    .yelp-amenities-tabs li.active {
      color: #FFF;
      background-color: #D32323; }
      .yelp-amenities-tabs li.active:hover {
        background-color: #ec2525; }
    .yelp-amenities-tabs li:hover {
      color: #FFF;
      background-color: #D32323; }
    .yelp-amenities-tabs li.pending img {
      display: inline-block; }
      @media only screen and (max-width: 500px) {
        .yelp-amenities-tabs li.pending img {
          display: none; } }
    .yelp-amenities-tabs li img {
      height: 16px;
      float: right;
      display: none;
      padding-top: 4px; }

.yelp-amenities-listings {
  width: 70%;
  margin: 0;
  padding: 0;
  height: 423px;
  overflow: hidden;
  overflow-y: scroll;
  list-style: none;
  border-left: 1px solid #e4e4e4; }
  @media only screen and (max-width: 500px) {
    .yelp-amenities-listings {
      height: 442px; } }
  .yelp-amenities-listings li {
    padding: 10px;
    border-bottom: 1px solid #e4e4e4; }
    .yelp-amenities-listings li > a {
      display: inline-block; }
    .yelp-amenities-listings li:last-child {
      border-bottom: none; }
    .yelp-amenities-listings li .thumb-container {
      width: 80px;
      height: 80px;
      float: left;
      display: block;
      overflow: hidden;
      position: relative;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.45); }
      @media only screen and (max-width: 500px) {
        .yelp-amenities-listings li .thumb-container {
          width: 52px;
          height: 52px; } }
    .yelp-amenities-listings li .thumb {
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      position: absolute;
      transform: translate(-50%, -50%); }
      .yelp-amenities-listings li .thumb.portrait {
        width: 100%;
        height: auto; }
    .yelp-amenities-listings li .name {
      font-size: 1rem;
      margin: 0 0 2px 0;
      padding: 0;
      color: #5d5d5d;
      font-weight: bold; }
      @media only screen and (max-width: 500px) {
        .yelp-amenities-listings li .name {
          font-size: 0.8rem; } }
    .yelp-amenities-listings li .details {
      text-decoration: none;
      color: #8c8b8b;
      font-size: 0.9rem;
      padding-left: 10px; }
    .yelp-amenities-listings li .meta {
      color: #5d5d5d;
      font-size: 0.9rem;
      padding-left: 90px; }
      @media only screen and (max-width: 500px) {
        .yelp-amenities-listings li .meta {
          display: none; } }
    .yelp-amenities-listings li .phone {
      min-height: 0.9rem;
      margin-bottom: 3px; }
      @media only screen and (max-width: 500px) {
        .yelp-amenities-listings li .phone {
          font-size: 0.7rem; } }
    .yelp-amenities-listings li .rating {
      vertical-align: middle; }
    .yelp-amenities-listings li .reviews {
      margin-left: 5px; }
      @media only screen and (max-width: 500px) {
        .yelp-amenities-listings li .reviews {
          font-size: 0.7rem; } }
    .yelp-amenities-listings li .categories a {
      color: #0e56a5;
      text-decoration: none; }
      .yelp-amenities-listings li .categories a:after {
        content: ", ";
        color: #5d5d5d; }
      .yelp-amenities-listings li .categories a:last-child:after {
        content: ""; }

.yelp-amenities-logo {
  float: right; }
  .yelp-amenities-logo span {
    font-size: 0.9rem; }
  .yelp-amenities-logo img {
    height: 64px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    vertical-align: middle; }

.yelp-amenities-browse-link {
  color: #D32323;
  font-size: 0.9rem;
  padding: 24px 0;
  display: block;
  text-decoration: none; }
