@font-face {
    font-family: 'Florentia';
    src: url('../../fonts/hinted-Florentia-ExtraLight.eot');
    src: url('../../fonts/hinted-Florentia-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/hinted-Florentia-ExtraLight.woff2') format('woff2'),
        url('../../fonts/hinted-Florentia-ExtraLight.woff') format('woff'),
        url('../../fonts/hinted-Florentia-ExtraLight.ttf') format('truetype'),
        url('../../fonts/hinted-Florentia-ExtraLight.svg#Florentia-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/hinted-ProximaNova-Bold.eot');
    src: url('../../fonts/hinted-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/hinted-ProximaNova-Bold.woff2') format('woff2'),
        url('../../fonts/hinted-ProximaNova-Bold.woff') format('woff'),
        url('../../fonts/hinted-ProximaNova-Bold.ttf') format('truetype'),
        url('../../fonts/hinted-ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/hinted-ProximaNova-Regular.eot');
    src: url('../../fonts/hinted-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/hinted-ProximaNova-Regular.woff2') format('woff2'),
        url('../../fonts/hinted-ProximaNova-Regular.woff') format('woff'),
        url('../../fonts/hinted-ProximaNova-Regular.ttf') format('truetype'),
        url('../../fonts/hinted-ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../../fonts/hinted-ProximaNova-Semibold.eot');
    src: url('../../fonts/hinted-ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/hinted-ProximaNova-Semibold.woff2') format('woff2'),
        url('../../fonts/hinted-ProximaNova-Semibold.woff') format('woff'),
        url('../../fonts/hinted-ProximaNova-Semibold.ttf') format('truetype'),
        url('../../fonts/hinted-ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 500;
    font-style: normal;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
	font-family: 'Florentia', sans-serif;
	letter-spacing: 3px;
}

h3, .h3 {
	letter-spacing: 1px;
}

h4, .h4 {
	letter-spacing: 1px;
	font-size: 1.2rem !important;
}

h4.heading {
	font-weight: bold;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/* Clear
  =============================================
*/
.clear {
  clear: both; }

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

* {
  font-family: "ProximaNova";
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #1f2326;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  word-wrap: break-word; }

body {
  background: white;
  width: 100%;
  overflow-x: hidden; }
  body.logged-in #toggle-menu {
    top: 68px; }
  body.logged-in #next-section {
    margin-bottom: 62px !important; }
  body.logged-in nav {
    top: 32px; }
  body.logged-in header.teal {
    top: 32px; }
    body.logged-in header.teal #toggle-menu {
      top: 32px; }

* {
  position: relative; }

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

a:focus {
  outline: none !important; }

#wpadminbar {
  position: fixed !important; }

.mobile-image {
  display: none; }

.content-padding {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.hidden-xs {
  display: none; }

@media (max-width: 767px) {
  .hidden-xs {
    display: block; } }

.center {
  margin-left: auto;
  margin-right: auto; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

h2 {
  text-transform: uppercase;
  color: #1f2326;
  font-size: 36px;
}


section > .title {
  height: 105px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  section > .title h2, section > .title h1 {
    text-align: center; }
  section > .title h1 {
    text-transform: uppercase;
    color: #1f2326;
    font-size: 36px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
  clear: both;
  margin-bottom: 500px;
 }
  .container:after {
    clear: both;
    content: "";
    display: block; }

.content-container {
  min-height: 700px;
  margin-top: 40px;
  padding-bottom: 40px; }
  .content-container .content-wrapper {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px; }
    .content-container .content-wrapper .content {
      background: white;
      padding-top: 40px;
      padding-bottom: 110px;
      padding-left: 80px;
      padding-right: 80px;
      margin-right: 25px;
      -ms-flex: 2;
      flex: 2; }
      .content-container .content-wrapper .content h2 {
        color: #1f2326;
        font-weight: 600;
        font-size: 36px;
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 60px; }
      .content-container .content-wrapper .content h3 {
        color: #E2C4B9;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px; }
      .content-container .content-wrapper .content p {
        line-height: 1.5;
        margin-bottom: 35px; }
      .content-container .content-wrapper .content img {
        width: 100%;
        height: auto;
        margin-bottom: 35px; }
    .content-container .content-wrapper .sidebar {
      -ms-flex: 1;
      flex: 1;
      min-height: 450px; }
      .content-container .content-wrapper .sidebar .box {
        background: white;
        padding-bottom: 40px;
        margin-bottom: 30px; }
        .content-container .content-wrapper .sidebar .box .title {
          background: #E2C4B9;
          height: 52px;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          display: -ms-flexbox;
          display: flex; }
          .content-container .content-wrapper .sidebar .box .title h3 {
            color: white;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 600; }
        .content-container .content-wrapper .sidebar .box p {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
          flex-flow: column;
          padding-left: 30px;
          padding-right: 30px;
          margin-top: 30px; }
          .content-container .content-wrapper .sidebar .box p span {
            font-size: 18px;
            color: #1f2326;
            font-weight: 500; }
            .content-container .content-wrapper .sidebar .box p span.label {
              color: #E2C4B9; }
        .content-container .content-wrapper .sidebar .box ul {
          list-style: none;
          margin-top: 30px;
          padding-left: 30px;
          padding-right: 30px; }
          .content-container .content-wrapper .sidebar .box ul li {
            margin-bottom: 20px; }
            .content-container .content-wrapper .sidebar .box ul li a {
              text-decoration: none;
              color: #1f2326;
              font-size: 18px;
              font-weight: 500; }
              .content-container .content-wrapper .sidebar .box ul li a:hover {
                opacity: .5; }
              .content-container .content-wrapper .sidebar .box ul li a.active {
                color: #E2C4B9;
                opacity: 1 !important; }

.row {
  width: 100%; }

@media (max-width: 991px) {
  .content-container .content-wrapper {
    -ms-flex-flow: column;
    flex-flow: column; }
    .content-container .content-wrapper .content {
      margin-right: 0px; }
  .content-container .sidebar {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .content-container .content-wrapper .content {
    padding-left: 30px;
    padding-right: 30px; } }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

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

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

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

.right {
  margin-left: auto; }

.left {
  margin-right: auto; }

.flex-1 {
  -ms-flex: 1 !important;
  flex: 1 !important; }

.flex-2 {
  -ms-flex: 2 !important;
  flex: 2 !important; }

.flex-3 {
  -ms-flex: 3 !important;
  flex: 3 !important; }

.flex-4 {
  -ms-flex: 4 !important;
  flex: 4 !important; }

section {
  width: 100%; }

header.teal {
  background: #897e85;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5000; }
  header.teal .left {
    margin-left: 15px; }
    header.teal .left .logo {
      width: 400px; }
      header.teal .left .logo img {
        width: 49%;
        height: auto; }

	.logo img + img {
		width: 30% !important;
	}
  header.teal #toggle-menu {
    top: 0px;
    height: 163px; }
    header.teal #toggle-menu.active {
      right: 20px;
      top: 40px;
      height: auto; }

header.header-picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  height: 500px; }
  header.header-picture h1 {
    color: white;
    font-weight: 600;
    font-size: 70px;
    padding-left: 15px;
    padding-right: 15px; }

.fixed-top .box-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 197px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  z-index: 1; }

.fixed-top .logo {
  width: 400px;
  left: 90px;
  top: 30px;
  position: absolute;
  z-index: 1; }
  .fixed-top .logo img {
    width: 49%;
    height: auto; }

@media (max-width: 767px) {
  .fixed-top .logo {
    width: 225px;
    left: 15px !important;
    top: 10px; }
  .fixed-top .box-shadow {
    height: 91px; }
  header.header-picture {
    height: auto;
    min-height: 350px; }
    header.header-picture h1 {
      font-size: 50px;
      padding-left: 15px;
      padding-right: 15px; }
  header.teal .left {
    margin-left: 15px; }
    header.teal .left .logo {
      width: 225px; } }

footer {
  min-height: 540px;
  display: -ms-flexbox;
  display: flex; }
  footer .left {
    margin-right: auto;
    background: #897E85;
    min-height: 540px;
    -ms-flex: 2;
    flex: 2; }
    footer .left .wrapper {
      margin-top: 80px;
      width: 700px;
      max-width: 100%;
      margin-right: 60px;
      margin-left: auto; }
      footer .left .wrapper .sign-up p {
        color: white; }
      footer .left .wrapper .sign-up .row {
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        padding-bottom: 50px;
        border-bottom: 1px solid #6d646a; }
        footer .left .wrapper .sign-up .row input {
          background: #6d646a;
          height: 43px;
          -ms-flex: 2;
          flex: 2;
          margin-right: 5px;
          border: none;
          padding-left: 15px;
          padding-right: 15px;
          color: white; }
        footer .left .wrapper .sign-up .row ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: white; }
        footer .left .wrapper .sign-up .row ::-moz-placeholder {
          /* Firefox 19+ */
          color: white; }
        footer .left .wrapper .sign-up .row :-ms-input-placeholder {
          /* IE 10+ */
          color: white; }
        footer .left .wrapper .sign-up .row :-moz-placeholder {
          /* Firefox 18- */
          color: white; }
        footer .left .wrapper .sign-up .row .button {
          height: 43px;
          -ms-flex: 1;
          flex: 1; }
    footer .left .logo {
      margin-top: 50px;
      margin-bottom: 40px; }
      footer .left .logo img {
        display: block;
        margin: auto; }
    footer .left .copyright p {
      color: white;
      text-align: center;
      font-size: 14px; }
  footer .right {
    margin-left: auto;
	text-align: center;
    background: #6d646a;
    min-height: 540px;
    height: 100%;
    -ms-flex: 1;
    flex: 1;
    padding-left: 55px;
    padding-right: 55px; }
	footer .right img {
		width: 150px;
	}
    footer .right p {
      display: block;
	  color: #fff;
	  margin-top: 15px; }
      footer .right p.large {
        color: white;
        font-weight: 600;
        font-size: 18px;
        margin-top: 106px;
        text-transform: uppercase;
        margin-bottom: 10px; }
    footer .right a {
      text-decoration: none;
      color: white;
      display: block;
      font-size: 14px; }
      footer .right a .bold {
        font-weight: 600;
        color: white;
        font-size: 14px; }
      footer .right a.address {
        margin: 10px auto 35px;
        width: 150px;
        line-height: 1.25; }
      footer .right a.numbers {
        margin-bottom: 10px; }
        footer .right a.numbers:last-child {
          margin-bottom: 0px; }
      footer .right a.email {
        margin-top: 35px;
        margin-bottom: 25px; }
    footer .right .social-media ul {
      list-style: none;
      display: -ms-flexbox;
      display: flex; }
      footer .right .social-media ul li {
        margin-right: 35px; }
        footer .right .social-media ul li i {
          font-size: 28px;
          color: white; }
        footer .right .social-media ul li:last-child {
          margin-right: 0px; }

@media (max-width: 1100px) {
  footer {
    padding-top: 35px;
    padding-bottom: 0px;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: auto; }
    footer .left {
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      min-height: auto; }
      footer .left .wrapper {
        width: 100%; }
        footer .left .wrapper .sign-up p {
          line-height: 1.5; }

        footer .left .wrapper .copyright {
          margin-bottom: 65px; }
    footer .right {
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      min-height: auto;
      padding-bottom: 65px; }
      footer .right p.large {
        margin-top: 55px; } }

.inner-page {
  background: white;
  width: 1030px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -161px;
  padding-top: 60px;
  padding-bottom: 180px;
  margin-bottom: 60px; }
  .inner-page h1 {
    font-size: 60px;
    text-align: center;
    color: #a5b4ba;
    margin-top: 0px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e0e4e5;
    margin-bottom: 60px;
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .inner-page h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1f2326;
    text-align: center; }
    .inner-page h2 a {
      text-decoration: none;
      font-size: inherit;
      font-weight: inherit;
      color: inherit; }
      .inner-page h2 a:hover {
        opacity: .75; }
  .inner-page p.article-info {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1;
    text-align: center; }
    .inner-page p.article-info span {
      color: #E2C4B9;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; }
  .inner-page img {
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
  .inner-page p {
    line-height: 1.5;
    margin-bottom: 40px; }
  .inner-page .single-post {
    border-bottom: 2px solid #e0e4e5;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px; }
    .inner-page .single-post .read-more {
      text-decoration: none;
      color: #E2C4B9;
      font-weight: 500;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 35px;
      -ms-flex-align: start;
      align-items: flex-start; }
      .inner-page .single-post .read-more:hover {
        opacity: .75; }
    .inner-page .single-post:last-child {
      border-bottom: none;
      margin-bottom: 0px; }
    .inner-page .single-post.event img {
      margin-bottom: 0px; }
    .inner-page .single-post.event h2 {
      text-align: left;
      color: #E2C4B9;
      font-size: 29px;
      text-transform: none;
      margin-top: 35px;
      margin-bottom: 35px; }
    .inner-page .single-post.event .about-event {
      margin-bottom: 45px; }
      .inner-page .single-post.event .about-event p, .inner-page .single-post.event .about-event a {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none; }
        .inner-page .single-post.event .about-event p span, .inner-page .single-post.event .about-event a span {
          font-weight: 600;
          font-size: 18px; }
          .inner-page .single-post.event .about-event p span.teal, .inner-page .single-post.event .about-event a span.teal {
            color: #E2C4B9; }
    .inner-page .single-post.event:last-child {
      border-bottom: 2px solid #e0e4e5;
      margin-bottom: 30px; }
  .inner-page .prev-next {
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -135px;
    padding-top: 35px; }
    .inner-page .prev-next a {
      color: #E2C4B9;
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .inner-page .prev-next a:hover {
        opacity: .5; }
      .inner-page .prev-next a i {
        color: #E2C4B9;
        font-size: 28px;
        top: -1px; }
      .inner-page .prev-next a.prev {
        margin-right: auto; }
        .inner-page .prev-next a.prev i {
          margin-right: 15px; }
      .inner-page .prev-next a.next {
        margin-left: auto; }
        .inner-page .prev-next a.next i {
          margin-left: 15px; }

@media (max-width: 767px) {
	footer .left .wrapper .sign-up .row {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	footer .left .wrapper .sign-up .row input {
		width: 48%;
		min-width: 48%;
		margin: 0 !important;
	}

	footer .left .wrapper .sign-up .row input:last-of-type {
		width: 100%;
		min-width: 100%;
		margin-top: 10px !important;
	}



  .inner-page {
    margin-top: 15px !important; }
    .inner-page .single-post.event .about-event p, .inner-page .single-post.event .about-event a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      line-height: 1; }
      .inner-page .single-post.event .about-event p span:first-child, .inner-page .single-post.event .about-event a span:first-child {
        margin-bottom: 5px; } }

#toggle-menu {
  position: fixed;
  right: 79px;
  top: 36px;
  z-index: 5001;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  #toggle-menu.black p {
    color: #1f2326; }
  #toggle-menu.black #x span {
    background: #1f2326; }
  #toggle-menu.white p, #toggle-menu.active p {
    color: white; }
  #toggle-menu.white #x span, #toggle-menu.active #x span {
    background: white; }
  #toggle-menu #x {
    width: 25px;
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .35s; }
    #toggle-menu #x.active span:first-child {
      top: 2px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #toggle-menu #x.active span:nth-child(2n) {
      display: none; }
    #toggle-menu #x.active span:last-child {
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #toggle-menu #x span {
      height: 2px;
      width: 100%;
      display: block;
      background: white;
      transition: .35s; }
      #toggle-menu #x span:nth-child(2n) {
        margin-top: 5px;
        margin-bottom: 5px; }
  #toggle-menu p {
    color: white;
    text-transform: uppercase;
    margin-left: auto;
    font-weight: 500;
    font-size: 16px;
    margin-right: 25px;
	margin-bottom: 0;
    transition: .35s; }

nav.home, nav.inner {
  width: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: rgba(137, 126, 133, 0.95);
  position: fixed;
  right: 0;
  z-index: 5000;
  top: 0;
  transition: .35s;
  overflow: scroll;
  padding-bottom: 40px; }
  nav.home.open, nav.inner.open {
    width: 330px; }
  nav.home .top, nav.inner .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 32px;
    padding-bottom: 53px; }
    nav.home .top p, nav.inner .top p {
      color: white;
      text-transform: uppercase;
      margin-left: auto;
      font-weight: 500;
      font-size: 16px;
      margin-right: 25px; }
    nav.home .top i, nav.inner .top i {
      color: white;
      cursor: pointer;
      z-index: 5001; }
  nav.home ul, nav.inner ul {
    list-style: none;
    width: 330px; }
    nav.home ul li, nav.inner ul li {
      height: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 60px;
      padding-right: 30px; }
      nav.home ul li:hover, nav.inner ul li:hover {
        background: #6d646a; }
      nav.home ul li a, nav.inner ul li a {
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        color: white; }

@media (max-width: 767px) {
  #toggle-menu {
    right: 15px;
    top: 57px; } }

.button {
  text-transform: uppercase;
  font-family: 'Florentia', sans-serif;
  letter-spacing: 2px;
  padding-top: 3px;
  background: none;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-weight: 600;
  text-decoration: none;
  width: 140px; }
  .button.teal {
    color: #E2C4B9;
    border: 2px solid #E2C4B9; }
    .button.teal:hover {
      color: white;
      background: #E2C4B9; }
  .button.active.teal {
    background: #E2C4B9 !important;
    color: white !important; }
  .button.white {
    color: white;
    border: 2px solid white;
    background: none; }
    .button.white:hover {
      background: white;
      color: #1f2326; }
  .button.solid.teal {
    border: 2px solid #E2C4B9;
    background: #E2C4B9;
    color: white; }
    .button.solid.teal:hover {
      background: white;
      color: #E2C4B9; }
      .button.solid.teal:hover i {
        color: #E2C4B9; }
    .button.solid.teal.sold {
      background: #E2C4B9 !important;
      color: white !important; }
      .button.solid.teal.sold:hover {
        background: #E2C4B9 !important;
        color: white !important; }
  .button.grey {
    background: #52555d;
    color: white; }

.toggle-filter {
  width: 170px; }
  .toggle-filter i {
    color: white;
    font-size: 26px;
    margin-left: 10px; }

form #property-type {
  display: none; }

form .button-row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px; }
  form .button-row .button {
    display: inline-block;
    margin-right: 15px;
    -ms-flex: 1;
    flex: 1;
    width: auto; }
    form .button-row .button:last-child {
      margin-right: 0px; }

.unslider-arrow {
  top: 50%;
  background-color: #E2C4B9;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .unslider-arrow i {
    color: white;
    font-size: 60px; }
  .unslider-arrow.next {
    right: 0px !important; }
  .unslider-arrow.prev {
    left: 0px !important; }

.unslider-nav {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0;
  top: auto !important;
  height: 40px; }
  .unslider-nav ol {
    margin-left: auto;
    margin-right: auto; }
    .unslider-nav ol li {
      background: none;
      border: 2px solid white;
      width: 15px;
      height: 15px;
      border-radius: 40px;
      margin-right: 15px; }
      .unslider-nav ol li:last-child {
        margin-right: 0px; }
      .unslider-nav ol li.unslider-active {
        background: white; }

#listings-slider .mobile-image {
  display: none; }

#listings-slider ul li {
  height: 635px;
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  #listings-slider ul li .sold {
    font-size: 22px;
    border: 3px solid #E2C4B9;
    height: 45px;
    width: 120px;
    text-transform: uppercase;
    position: absolute;
    top: 45px;
    left: 250px; }
  #listings-slider ul li .content-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    min-height: 195px;
    position: relative; }
    #listings-slider ul li .content-wrapper .featured {
      position: absolute;
      top: -15px;
      left: 10px;
      background: #897E85;
      border-radius: 5px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      width: 120px;
      height: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      #listings-slider ul li .content-wrapper .featured .arrow-right {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #897E85;
        position: absolute;
        right: -12px;
        top: 0px; }
    #listings-slider ul li .content-wrapper .left-box {
      -ms-flex: 1;
      flex: 1;
      padding: 30px; }
      #listings-slider ul li .content-wrapper .left-box h3 {
        font-size: 30px;
        font-weight: 600;
        color: #1f2326; }
      #listings-slider ul li .content-wrapper .left-box p {
        font-size: 18px; }
      #listings-slider ul li .content-wrapper .left-box .price {
        color: #897E85;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px; }
    #listings-slider ul li .content-wrapper .right-box {
      padding: 30px;
      -ms-flex: 1;
      flex: 1; }
      #listings-slider ul li .content-wrapper .right-box p {
        line-height: 1.25;
        font-size: 14px; }
      #listings-slider ul li .content-wrapper .right-box a {
        margin-top: 15px;
        font-weight: 600;
        color: #897E85;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        display: block; }

section#testimonials .unslider {
  width: 920px;
  margin: auto;
  max-width: 100%;
  padding-bottom: 50px; }
  section#testimonials .unslider .unslider-arrow {
    top: 0;
    background: none;
    width: auto;
    height: 60%; }
    section#testimonials .unslider .unslider-arrow i {
      color: #E2C4B9;
      font-size: 60px; }

section#testimonials .unslider-nav {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  bottom: 30px;
  left: 0;
  top: auto !important;
  height: auto; }
  section#testimonials .unslider-nav ol {
    margin-left: auto;
    margin-right: auto; }
    section#testimonials .unslider-nav ol li {
      background: none;
      border: 2px solid #E2C4B9;
      width: 10px;
      height: 10px;
      border-radius: 40px;
      margin-right: 10px; }
      section#testimonials .unslider-nav ol li:last-child {
        margin-right: 0px; }
      section#testimonials .unslider-nav ol li.unslider-active {
        background: #E2C4B9; }

#testimonials-slider ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  #testimonials-slider ul li .content {
    min-height: 260px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 800px;
    margin: auto;
    max-width: 100%; }
    #testimonials-slider ul li .content p.text {
      font-size: 22px;
      line-height: 1.5; }
    #testimonials-slider ul li .content p.name {
      margin-top: 55px;
      color: #897E85;
      text-transform: uppercase;
      font-weight: 600; }

#single-listing-slider .box-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 197px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  z-index: 1; }

#single-listing-slider .logo {
  width: 250px;
  left: 108px;
  top: 35px;
  position: absolute;
  z-index: 1; }
  #single-listing-slider .logo img {
    width: 100%;
    height: auto; }

#single-listing-slider .left-box.static {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 500px;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 500; }
  #single-listing-slider .left-box.static h3 {
    font-size: 30px;
    font-weight: 600; }
  #single-listing-slider .left-box.static .price {
    font-size: 30px;
    color: #E2C4B9;
    margin-top: 5px;
    margin-bottom: 5px; }
  #single-listing-slider .left-box.static .details {
    font-size: 18px; }

#single-listing-slider ul li {
  background-size: cover;
  background-position: center;
  height: 692px; }
  #single-listing-slider ul li.icon {
    background: #b4c6d4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #single-listing-slider ul li.icon i {
      color: white;
      font-size: 72px; }

#warehouse-slider img {
  width: 100%;
  height: auto; }

#slide-thumbnails {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  #slide-thumbnails #prev-slide {
    margin-right: 30px;
    font-size: 50px;
    cursor: pointer;
    color: #a5b4ba; }
  #slide-thumbnails #next-slide {
    margin-left: 30px;
    font-size: 50px;
    cursor: pointer;
    color: #a5b4ba; }
  #slide-thumbnails ol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    width: 100%; }
    #slide-thumbnails ol li {
      -ms-flex: 1;
      flex: 1;
      margin-right: 30px;
      max-width: 205px;
      cursor: pointer;
      opacity: .5; }
      #slide-thumbnails ol li:hover img {
        opacity: 1; }
      #slide-thumbnails ol li.active {
        opacity: 1; }
      #slide-thumbnails ol li:last-child {
        margin-right: 0px; }
      #slide-thumbnails ol li img {
        width: 100%;
        height: auto; }

.hero-slide div {
  height: 100%;
  width: 100%; }

.hero-slide img {
  height: 90%;
  width: 100%;
  min-height: 400px;
  object-fit: cover; }

#print-marketing .unslider-nav {
  top: 82% !important; }

@media (max-width: 991px) {
  section#listings #listings-slider ul li .unslider-active {
    background-image: none !important; }
  section#listings #listings-slider ul li .slider-background-image {
    background-image: none !important; }
  section#listings #listings-slider ul li .content-wrapper .featured {
    display: none; }
  section#testimonials {
    min-height: auto;
    padding-bottom: 150px; }
    section#testimonials .unslider-arrow {
      display: none; }
    section#testimonials nav {
      display: none !important; }
    section#testimonials h2 {
      font-size: 30px !important; }
    section#testimonials .double-commas {
      left: 0 !important; }
    section#testimonials ul li .content {
      padding-left: 30px;
      padding-right: 30px; }
      section#testimonials ul li .content p {
        font-size: 16px !important; }
        section#testimonials ul li .content p.name {
          margin-top: 25px; } }

@media (max-width: 767px) {
  .single-listing section #single-listing-slider .left-box {
    width: 100%;
    background-color: white;
    margin-top: 230px; }
  .single-listing section #single-listing-slider .left-box.static {
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    text-align: left;
    min-height: 230px;
    background-color: white; }
  .single-listing section #single-listing-slider ul li {
    height: 650px;
    background-size: cover !important;
    background-position: center top !important;
    background-color: white !important; }
  .single-listing section nav.unslider-nav {
    display: none !important; }
  .single-listing section .unslider-arrow {
    width: 35px;
    height: 35px;
    top: 23%; }

	#hoodq-highlights {
		height: 300px !important;
		width: 100% !important;
		padding: 30px 15px 45px !important;
		margin-top: 45px !important;
	}



    .single-listing section .unslider-arrow i {
      font-size: 36px;
      top: -2px; }
  section#listings .unslider-arrow {
    width: 35px;
    height: 35px;
    top: 120px; }
    section#listings .unslider-arrow i {
      font-size: 36px;
      top: -1px; }
  section#listings nav.unslider-nav {
    top: 10% !important;
    bottom: auto;
    display: none !important; }
    section#listings nav.unslider-nav ol li {
      width: 10px;
      height: 10px;
      margin-right: 10px; }
  #listings-slider .button.sold {
    left: 0;
	z-index: 1; }
  #listings-slider .mobile-image {
    display: block; }
    #listings-slider .mobile-image img {
      width: 100%;
      height: auto; }
  #listings-slider ul li {
    background: none !important;
    height: auto;
    -ms-flex-flow: column;
    flex-flow: column; }
    #listings-slider ul li .content-wrapper {
      width: 100%;
      background-color: white;
      -ms-flex-flow: column;
      flex-flow: column; }
      #listings-slider ul li .content-wrapper .featured {
        display: none; }
      #listings-slider ul li .content-wrapper .left-box {
        margin-right: 0;
        padding-bottom: 0px; }
      #listings-slider ul li .content-wrapper .right-box {
        margin-left: 0;
        padding-top: 25px; }
  #slide-thumbnails {
    display: none; }
  section#testimonials .static-houses {
    width: 100% !important;
    max-width: 360px !important; } }

@media (max-width: 767px) {
	#hoodq-highlights {
        height: 650px !important;
    }

    .hq-ah--data-container {
        flex-direction: column !important;
    }

    .hq-ah--data-container > div {
    	width: 100% !important;
    }

  .hero-slide img {
    min-height: 300px; } }

@media (max-width: 512px) {
  .single-listing section #single-listing-slider .left-box {
    width: 100%;
    bottom: 0;
    background-color: white;
    margin-top: 230px; }
  .single-listing section #single-listing-slider .left-box.static {
    background-color: white; }
  .single-listing section #single-listing-slider ul li {
    height: 450px;
    background-size: contain !important;
    background-position: center top !important;
    background-color: white !important; } }

.masonry {
  width: 1115px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .masonry .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .masonry .row .column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-right: 10px;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex: 1;
      flex: 1; }
      .masonry .row .column:last-child {
        margin-right: 0px; }
      .masonry .row .column .single {
        background: white;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        padding: 10px;
        margin-bottom: 10px;
        width: 100%;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column; }
        .masonry .row .column .single:last-child {
          margin-bottom: 0px; }
        .masonry .row .column .single img {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
        .masonry .row .column .single h3 {
          font-weight: 600;
          color: #1f2326;
          font-size: 24px;
          line-height: 1;
          margin-bottom: 5px; }
        .masonry .row .column .single .category {
          text-transform: uppercase;
          color: #E2C4B9;
          text-decoration: none;
          font-size: 14px;
          font-weight: 600;
          display: block; }
        .masonry .row .column .single p {
          margin-top: 5px;
          font-size: 14px;
          line-height: 1.25; }

.image-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1220px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  .image-row .single {
    -ms-flex: 1;
    flex: 1;
    text-decoration: none; }
    .image-row .single:hover .content {
      border-bottom: 3px solid #E2C4B9; }
    .image-row .single img {
      width: 100%;
      height: auto; }
    .image-row .single .image {
      width: 100%;
      min-height: 385px;
      background-position: center;
      background-size: cover; }
    .image-row .single .content {
      background: white;
      min-height: 130px;
      width: 100%;
      margin: auto;
      margin-top: -95px;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
      padding-left: 25px;
      padding-right: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-bottom: 10px;
      min-height: 142px !important; }
      .image-row .single .content .date {
        font-size: 12px;
        font-weight: 600;
        color: #E2C4B9;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
        display: block; }
      .image-row .single .content h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1;
        text-align: center; }

.box-row {
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  margin: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .box-row .single {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    -ms-flex: 1;
    flex: 1;
    margin-right: 25px; }
    .box-row .single:last-child {
      margin-right: 0px; }
    .box-row .single .content-padding {
      padding-left: 0px;
      padding-right: 0px; }
    .box-row .single img {
      width: 100%;
      height: auto; }
    .box-row .single .content {
      height: 120px;
      background: white;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-left: 40px;
      padding-right: 40px; }
      .box-row .single .content .date {
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #E2C4B9;
        font-weight: 600; }
      .box-row .single .content h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1; }

.read-more {
  margin-top: 35px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column; }
  .read-more p {
    text-transform: uppercase;
    color: #E2C4B9;
    font-weight: 600;
    margin-bottom: 20px; }
  .read-more i {
    width: 50px;
    height: 50px;
    background: white;
    color: #897E85;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    font-size: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }

input, button, textarea {
  outline: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#hidden-address {
  display: none; }

.form .input-container {
  display: -ms-flexbox;
  display: flex; }
  .form .input-container .label {
    width: 205px;
    display: block;
    font-weight: 500; }
    .form .input-container .label.large {
      font-size: 22px; }
    .form .input-container .label.teal {
      color: #E2C4B9; }
      .form .input-container .label.teal span {
        color: #1f2326 !important; }
    .form .input-container .label span {
      font-size: 10px;
      font-weight: 500;
      color: #1f2326 !important; }
  .form .input-container input {
    border: 2px solid #e0e4e5;
    background: white;
    height: 42px;
    padding-left: 15px;
    padding-right: 15px; }
    .form .input-container input ::-webkit-input-placeholder {
      color: #1f2326; }
    .form .input-container input ::-moz-placeholder {
      color: #1f2326; }
    .form .input-container input :-ms-input-placeholder {
      color: #1f2326; }
    .form .input-container input :-moz-placeholder {
      color: #1f2326; }
    .form .input-container input.greyed {
      color: #1f2326;
      background: #e0e4e5 !important;
      border: none !important;
      font-weight: normal;
      text-align: left; }
    .form .input-container input.selection {
      background: #adacad;
      color: white;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      margin-right: 10px;
      width: 70px;
      border: none;
      text-transform: uppercase;
      cursor: pointer; }
      .form .input-container input.selection:last-child {
        margin-right: 0px; }
      .form .input-container input.selection.active {
        background: #E2C4B9; }
  .form .input-container .input-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    .form .input-container .input-row:last-child {
      margin-bottom: 0px; }
    .form .input-container .input-row .symbol {
      color: #E2C4B9;
      font-weight: 600;
      height: 42px;
      width: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -25px; }
    .form .input-container .input-row input {
      -ms-flex: 1;
      flex: 1;
      color: #E2C4B9;
      margin-right: 15px;
      font-weight: 500;
      text-align: center; }
      .form .input-container .input-row input:last-child {
        margin-right: 0px; }
    .form .input-container .input-row.greyed input {
      color: #1f2326;
      background: #e0e4e5 !important;
      border: none !important;
      font-weight: normal;
      text-align: left; }

.form .input-container .dropdown input {
  cursor: pointer;
  width: 190px;
  height: 42px;
  color: transparent;
  text-shadow: 0 0 0 #1f2326; }

.form .input-container .dropdown i.fa-angle-down {
  color: #E2C4B9;
  font-size: 24px;
  position: absolute;
  bottom: 9px;
  right: 10px; }

.form .input-container .dropdown .dropdown-menu {
  display: none;
  -ms-flex-flow: column;
  flex-flow: column;
  list-style: none;
  border: 2px solid #e0e4e5;
  top: 40px;
  position: absolute;
  width: 100%;
  z-index: 100;
  background: white;
  max-height: 270px;
  overflow: scroll; }
  .form .input-container .dropdown .dropdown-menu.open {
    display: -ms-flexbox;
    display: flex; }
  .form .input-container .dropdown .dropdown-menu li {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer; }
    .form .input-container .dropdown .dropdown-menu li:hover {
      background: #90d6d4; }

.form .input-container .dropdown.open .dropdown-menu {
  display: block; }

.form .input-container .dropdown.open i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.form .input-container.error input {
  border: 2px solid #f32938; }

.form .input-container.error .symbol, .form .input-container.error span {
  color: #f32938 !important; }

.form .input-container.error .dropdown i {
  color: #f32938 !important; }

.form .input-container.error .error-message {
  position: absolute;
  right: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  top: 0; }
  .form .input-container.error .error-message i {
    color: #f32938;
    font-size: 20px;
    margin-right: 10px; }
  .form .input-container.error .error-message p {
    color: #f32938;
    font-size: 10px;
    font-weight: 600; }

.tool-tip {
  width: 200px;
  height: 70px;
  position: absolute;
  right: -25px;
  top: -15px;
  background: #897e85;
  padding: 10px; }
  .tool-tip p {
    font-size: 14px;
    line-height: 1.25 !important; }
    .tool-tip p.bold {
      text-transform: uppercase;
      font-weight: 600; }
  .tool-tip .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #897E85;
    position: absolute;
    left: -20px;
    top: 25px; }


.property {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #008F97; }

.contact-form-popup.book.popped {
  display: -ms-flexbox;
  display: flex; }

label.error {
  font-weight: 500;
  color: red; }
  label.error:before {
    content: '*'; }

.form-container {
  margin-top: 190px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px; }
  .form-container .content-wrapper {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .form-container .content-wrapper .form {
      background: white;
      padding-top: 40px;
      padding-bottom: 110px;
      padding-left: 80px;
      padding-right: 80px;
      margin-right: 25px;
      -ms-flex: 2;
      flex: 2; }
      .form-container .content-wrapper .form h1 {
        font-size: 28px;
        color: #E2C4B9;
        text-transform: none;
        font-weight: 600; }
      .form-container .content-wrapper .form > p {
        margin-top: 25px; }
      .form-container .content-wrapper .form p {
        line-height: 1.5; }
      .form-container .content-wrapper .form .input-container {
        margin-bottom: 30px;
        -ms-flex-align: center;
        align-items: center; }
    .form-container .content-wrapper .resources {
      background: white;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 45px;
      -ms-flex: 1;
      flex: 1;
      height: 450px; }
      .form-container .content-wrapper .resources h2 {
        font-size: 24px;
        color: #1f2326;
        border-bottom: 2px solid #e0e4e5;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center; }
      .form-container .content-wrapper .resources .button-container {
        height: 450px; }
        .form-container .content-wrapper .resources .button-container .button {
          width: 100%;
          height: 40px;
          margin-bottom: 15px;
          font-size: 14px;
          padding-left: 5px;
          padding-right: 5px;
          text-align: center; }
          .form-container .content-wrapper .resources .button-container .button:last-child {
            margin-bottom: 0px; }

.filter-wrapper {
  width: 1250px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 30px;
  width: 100%; }

.mls-filter {
  width: 100%;
  background: #eee;
  padding: 30px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  margin-left: auto;
  max-width: 100%; }
  .mls-filter #neighbourhood {
    width: 100%;
    margin-left: 20px; }
  .mls-filter p.large {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .mls-filter .row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px; }
  .mls-filter .input-container {
    width: 100%; }
    .mls-filter .input-container button[type='submit'] {
      width: 430px;
      -ms-flex: none;
      flex: none;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%; }
    .mls-filter .input-container.select {
      margin-right: 30px; }
      .mls-filter .input-container.select:last-child {
        margin-right: 0px; }
    .mls-filter .input-container .label {
      margin-bottom: 5px;
      font-weight: bold; }
    .mls-filter .input-container input {
      height: 32px;
      width: 100%;
      margin-top: 15px;
      border: none;
      outline: none !important; }
    .mls-filter .input-container select {
      width: 100%;
      height: 42px; }
      .mls-filter .input-container select option {
        width: 100%; }
  .mls-filter .button-row {
    margin-top: 36px; }
  .mls-filter form .row {
    display: -ms-flexbox;
    display: flex; }
  .mls-filter form .column {
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #999;
    margin-right: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .mls-filter form .column:last-child {
      border-right: none;
      margin-right: 0px;
      padding-right: 0px; }
    .mls-filter form .column .row {
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.ajax-loader {
  display: none !important; }

.contact-form-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1000; }
  .contact-form-popup .inner {
    width: 700px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%; }
    .contact-form-popup .inner .form-container {
      width: 100%;
      background: white;
      padding-left: 70px;
      padding-right: 70px;
      padding-top: 45px;
      padding-bottom: 45px;
      margin-top: 0px; }
      .contact-form-popup .inner .form-container i {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer; }
      .contact-form-popup .inner .form-container .title {
        font-size: 28px;
        font-weight: 600;
        color: #E2C4B9;
        margin-bottom: 20px; }
      .contact-form-popup .inner .form-container input, .contact-form-popup .inner .form-container textarea {
        margin: 10px 0; }
      .contact-form-popup .inner .form-container .social-buttons .row {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px; }
        .contact-form-popup .inner .form-container .social-buttons .row .button {
          color: white;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 500;
          -ms-flex: 1;
          flex: 1;
          height: 40px;
          margin-bottom: 10px;
          letter-spacing: 1px; }
          .contact-form-popup .inner .form-container .social-buttons .row .button:hover {
            opacity: .75; }
          .contact-form-popup .inner .form-container .social-buttons .row .button:last-child {
            margin-left: 10px; }
          .contact-form-popup .inner .form-container .social-buttons .row .button i {
            color: white;
            margin-right: 40px;
            left: 25px !important;
            right: auto !important;
            top: 9px !important;
            font-size: 22px;
            margin-left: 0px; }
          .contact-form-popup .inner .form-container .social-buttons .row .button.facebook {
            background: #3b579d; }
          .contact-form-popup .inner .form-container .social-buttons .row .button.twitter {
            background: #1da1f2; }
          .contact-form-popup .inner .form-container .social-buttons .row .button.email {
            background: #E2C4B9; }
          .contact-form-popup .inner .form-container .social-buttons .row .button.google {
            background: #dc4a38; }

.contact-form-popup.book input[type="submit"] {
  text-transform: uppercase;
  background: none;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-weight: 600;
  text-decoration: none;
  width: 140px;
  background: #E2C4B9;
  color: white;
  border: none; }

input {
  width: 100%;
  border: 2px solid #e0e4e5;
  height: 40px !important;
  padding-left: 15px;
  padding-right: 15px; }

textarea {
  border: 2px solid #e0e4e5;
  padding-left: 15px;
  padding-right: 15px;
  resize: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5;
  height: 185px; }

.sub-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5002;
  padding-left: 15px;
  padding-right: 15px; }
  .sub-popup-overlay.visible {
    display: -ms-flexbox;
    display: flex; }
  .sub-popup-overlay .sub-popup {
    width: 550px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center; }
    .sub-popup-overlay .sub-popup i {
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }
      .sub-popup-overlay .sub-popup i:hover {
        opacity: .5; }
    .sub-popup-overlay .sub-popup img {
      margin-top: 15px;
      margin-bottom: 15px;
      max-width: 300px;
      height: auto; }
    .sub-popup-overlay .sub-popup h2 {
      color: #E2C4B9;
      font-size: 26px;
      text-align: center; }
    .sub-popup-overlay .sub-popup p {
      text-align: center;
      line-height: 1.25;
      max-width: 400px;
      margin-top: 15px;
      margin-bottom: 15px; }
    .sub-popup-overlay .sub-popup input {
      border: 2px solid #e0e4e5;
      margin-bottom: 15px;
      height: 42px;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .sub-popup-overlay .sub-popup input#mc-embedded-subscribe {
        background: #E2C4B9;
        color: white;
        border: 2px solid #E2C4B9;
        margin-top: 15px;
        margin-bottom: 60px; }
        .sub-popup-overlay .sub-popup input#mc-embedded-subscribe:hover {
          background: white;
          color: #E2C4B9; }
    .sub-popup-overlay .sub-popup #mc_embed_signup_scroll {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 350px;
      max-width: 100%; }

@media (max-width: 1220px) {
  .form-container .content-wrapper {
    -ms-flex-flow: column;
    flex-flow: column; }
    .form-container .content-wrapper .form {
      margin-right: 0px;
      margin-bottom: 30px; }
    .form-container .content-wrapper .resources .button-container {
      width: 380px;
      margin: auto;
      max-width: 100%; } }

@media (max-width: 1000px) {
  .filter-wrapper .mls-filter .input-container.select {
    margin-right: 30px; }
    .filter-wrapper .mls-filter .input-container.select:last-child {
      margin-top: 20px;
      margin-right: 0px; }
  .filter-wrapper .mls-filter form .row {
    -ms-flex-flow: column;
    flex-flow: column; }
    .filter-wrapper .mls-filter form .row .column {
      margin-right: 0px;
      padding-right: 0px;
      border: none; }
      .filter-wrapper .mls-filter form .row .column #neighbourhood {
        margin-left: 0;
        height: 40px; }
      .filter-wrapper .mls-filter form .row .column p.large {
        text-align: center; }
      .filter-wrapper .mls-filter form .row .column .button-row {
        -ms-flex-flow: column;
        flex-flow: column; }
        .filter-wrapper .mls-filter form .row .column .button-row button {
          margin-right: 0px;
          margin-bottom: 15px; }
          .filter-wrapper .mls-filter form .row .column .button-row button:last-child {
            margin-bottom: 0px; } }

@media (max-width: 767px) {
  .contact-form-popup .inner .form-container .social-buttons .row .button {
    width: 95% !important; }
  .form-container .content-wrapper .form {
    padding-left: 30px;
    padding-right: 30px; }
    .form-container .content-wrapper .form .input-container {
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; }
      .form-container .content-wrapper .form .input-container .tool-tip {
        display: none !important; }
      .form-container .content-wrapper .form .input-container#purchase-price button {
        margin-top: 30px; }
      .form-container .content-wrapper .form .input-container#asking-price input {
        margin-right: 0px; }
      .form-container .content-wrapper .form .input-container#asking-price button {
        margin-right: auto;
        margin-left: 0px;
        margin-top: 30px; }
      .form-container .content-wrapper .form .input-container#down-payment .column {
        max-width: 100%;
        width: 100%; }
        .form-container .content-wrapper .form .input-container#down-payment .column .input-row {
          width: 100%; }
          .form-container .content-wrapper .form .input-container#down-payment .column .input-row input {
            -ms-flex: 1;
            flex: 1; }
      .form-container .content-wrapper .form .input-container#mortgage-insurance .input-row {
        width: 100% !important;
        margin-right: auto; }
        .form-container .content-wrapper .form .input-container#mortgage-insurance .input-row input {
          -ms-flex: 1;
          flex: 1; }
      .form-container .content-wrapper .form .input-container#total-mortgage-required .input-row {
        margin-right: auto;
        width: 100% !important; }
        .form-container .content-wrapper .form .input-container#total-mortgage-required .input-row input {
          padding: 0;
          text-align: left;
          -ms-flex: 1;
          flex: 1; }
      .form-container .content-wrapper .form .input-container#interest-rate {
        -ms-flex-direction: row;
        flex-direction: row; }
        .form-container .content-wrapper .form .input-container#interest-rate span {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: 0;
          padding-left: 20px; }
      .form-container .content-wrapper .form .input-container#total-payment input {
        margin-bottom: 30px; }
      .form-container .content-wrapper .form .input-container p.label {
        width: 100%;
        margin-bottom: 15px; }
      .form-container .content-wrapper .form .input-container .symbol {
        display: -ms-flexbox;
        display: flex;
        margin-left: 0; }
      .form-container .content-wrapper .form .input-container input {
        width: 100% !important; }
        .form-container .content-wrapper .form .input-container input.selection {
          margin-bottom: 15px; }
      .form-container .content-wrapper .form .input-container .dropdown {
        width: 100% !important; }
    .form-container .content-wrapper .form #closing-cost-estimate-totals .input-container input {
      padding-left: 0px;
      padding-right: 0px; }
  .contact-form-popup .inner .form-container {
    padding-left: 15px;
    padding-right: 15px; }
    .contact-form-popup .inner .form-container .row {
      margin-bottom: 0px;
      -ms-flex-flow: column;
      flex-flow: column; }
      .contact-form-popup .inner .form-container .row button {
        width: 60% !important; }
      .contact-form-popup .inner .form-container .row .input-container {
        margin-bottom: 20px;
        margin-right: 0px; } }

@media (max-width: 991px) {
  .mls-filter {
    margin-right: auto; } }

@media (max-width: 425px) {
  .sub-popup-overlay .sub-popup {
    padding: 20px !important; } }

@media (max-width: 375px) {
  .sub-popup-overlay .sub-popup {
    width: 90% !important; }
  .sub-popup-overlay .sub-popup input {
    width: 75% !important;
    margin: 5px auto !important; } }

@media (max-width: 320px) {
  .sub-popup-overlay .sub-popup input {
    width: 60% !important; } }

section#top {
  background-position: top;
  background-size: cover;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end; }
  section#top .box-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 197px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
  section#top .logo {
    width: 400px;
    left: 108px;
    top: 35px;
    position: absolute; }
    section#top .logo img {
      width: 49%;
      height: auto; }
  section#top #next-section {
    background: white;
    width: 52px;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #b5c5d2;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    cursor: pointer; }

section#listings .title .button-center {
  height: 105px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 170px;
  top: 0px; }
  section#listings .title .button-center .button {
    width: 160px;
    margin-right: 30px; }
    section#listings .title .button-center .button:last-child {
      margin-right: 0px; }

section#services {
  min-height: 630px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: top;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  -ms-flex-flow: column;
  flex-flow: column; }
  section#services .content-box {
    border: 4px solid #E2C4B9;
    width: 880px;
    min-height: 420px;
    max-width: 100%;
    background: white;
    padding: 30px 50px; }
    section#services .content-box:last-child {
      margin-top: 30px; }
    section#services .content-box a {
      text-decoration: none; }
    section#services .content-box h2 {
      margin-bottom: 20px;
      text-align: center; }
    section#services .content-box p {
      width: 470px;
      margin: auto;
      margin-bottom: 30px;
      display: block;
      padding-left: 15px;
      padding-right: 15px; }
    section#services .content-box .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 50px; }
      section#services .content-box .row .inner-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-left: 90px;
        padding-right: 15px;
        margin-right: 40px;
        -ms-flex: 1;
        flex: 1; }
        section#services .content-box .row .inner-box:hover h3 {
          color: #E2C4B9;
          transition: 0.3s; }
        section#services .content-box .row .inner-box:last-child {
          margin-right: 0; }
        section#services .content-box .row .inner-box .circle {
          position: absolute;
          left: 0;
          top: 5px;
          width: 60px;
          height: 60px;
          border-radius: 100%;
		  border: 2px solid #E2C4B9;
		  color: #E2C4B9 !important;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 5px;
          padding-bottom: 5px;
		  transition: all .4s;
		  }
		  section#services .content-box .row .inner-box:hover .circle {
			  background-color: #E2C4B9;
		  }
		  section#services .content-box .row .inner-box .circle i {
			  color: #E2C4B9;
			  font-size: 22px;
			  transition: all .4s;
		  }

			section#services .content-box .row .inner-box:hover .circle i {
				color: #fff;
			}

		  .buy-row:last-of-type .inner-box:last-of-type .circle {
			  border: 0 !important;
		  }
          section#services .content-box .row .inner-box .circle img {
            width: 100%;
            height: auto; }
        section#services .content-box .row .inner-box h3 {
          font-weight: 600; }
        section#services .content-box .row .inner-box p, section#services .content-box .row .inner-box a {
          line-height: 1.25;
          margin-bottom: 0px;
          width: auto;
          margin: 0;
          display: block;
          padding-left: 0;
          padding-right: 0;
          text-decoration: none; }
          section#services .content-box .row .inner-box p.bold, section#services .content-box .row .inner-box a.bold {
            font-weight: 600; }

section#team .wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px; }
  section#team .wrapper .us-image {
    -ms-flex: 1;
    flex: 1;
    background-position: top center;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  section#team .wrapper .content-box {
    -ms-flex: 1;
    flex: 1;
    background-position: left;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url("../../images/toronto-bg.jpg");
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 65px;
    padding-right: 15px;
    padding-top: 130px;
    padding-bottom: 105px; }
    section#team .wrapper .content-box h2 {
      color: white;
      font-weight: 600;
      font-size: 36px;
      width: 450px;
      max-width: 100%; }
    section#team .wrapper .content-box p {
      margin-bottom: 20px;
      color: white;
      line-height: 1.25;
      width: 450px;
      max-width: 100%; }
      section#team .wrapper .content-box p.title {
        margin-top: 20px;
        font-weight: 600;
        font-size: 20px;
        color: #E2C4B9;
        text-transform: uppercase; }
    section#team .wrapper .content-box .button {
      width: 180px; }

section#in-the-media .media-slider {
  padding: 25px 125px; }
  section#in-the-media .media-slider .content {
    padding-top: 25px;
    padding-bottom: 25px; }
    section#in-the-media .media-slider .content .article-title {
      font-size: 15px;
      height: 44px;
      line-height: 1.15;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis; }
    section#in-the-media .media-slider .content img {
      max-width: 27%; }
    section#in-the-media .media-slider .content p {
      font-size: 12px;
      height: 50px;
      line-height: 1.2;
      padding-top: 8px;
      overflow: hidden;
      text-overflow: ellipsis; }
  section#in-the-media .media-slider .image-row .single .image {
    min-height: 320px; }
  section#in-the-media .media-slider .slick-arrow {
    align-items: center;
    background: #E2C4B9;
    border: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    width: 60px;
    z-index: 2; }
    section#in-the-media .media-slider .slick-arrow i {
      color: white;
      font-size: 60px; }
  section#in-the-media .media-slider .slick-prev {
    left: 0px !important; }
  section#in-the-media .media-slider .slick-next {
    right: 0px !important; }

section#testimonials {
  min-height: 580px;
  overflow: hidden; }
  section#testimonials .box-shadow {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    height: 20px;
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.5), rgba(0, 0, 0, 0));
    z-index: 2; }
  section#testimonials .title {
    height: 175px; }
  section#testimonials .static-houses {
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 40%;
    max-width: 501px; }
    section#testimonials .static-houses img {
      width: 100%; }
  section#testimonials .double-commas {
    position: absolute;
    left: 170px;
    top: -12px; }

section#international {
  min-height: 800px;
  background-position: top;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px; }
  section#international .content-box {
    border: 4px solid white;
    width: 905px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;
    padding-bottom: 55px;
    min-height: 360px; }
    section#international .content-box h2 {
      color: white; }
    section#international .content-box p {
      color: white;
      width: 635px;
      max-width: 100%;
      margin-top: 35px;
      margin-bottom: 65px;
      line-height: 1.25; }
    section#international .content-box .partner-row {
      display: -ms-flexbox;
      display: flex;
      max-height: 0;
      overflow: hidden;
      transition: max-height .45s; }
      section#international .content-box .partner-row.open {
        max-height: 146px;
        margin-top: 30px; }
    section#international .content-box .button {
      width: 230px; }

section#news-and-press {
  padding-bottom: 50px;
  background: #F0F4F5; }
  section#news-and-press .title {
    height: 130px; }

section#neighbourhoods .map-container {
  height: 500px; }
  section#neighbourhoods .map-container #map {
    width: 100%;
    height: 100%; }

section#neighbourhoods .active-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  section#neighbourhoods .active-popup .material-icons {
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
    font-size: 25px;
    color: #1f2326; }
  section#neighbourhoods .active-popup .right {
    margin-left: auto;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 105px; }
    section#neighbourhoods .active-popup .right .content {
      width: 380px;
      margin-left: 80px;
      display: block;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      section#neighbourhoods .active-popup .right .content .title {
        font-size: 28px;
        font-weight: 600;
        color: #E2C4B9;
        background: none;
        margin-bottom: 25px; }
      section#neighbourhoods .active-popup .right .content .text {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.5; }
      section#neighbourhoods .active-popup .right .content a {
        text-decoration: none;
        color: #E2C4B9;
        font-size: 16px;
        font-weight: 600; }
  section#neighbourhoods .active-popup .left {
    margin-right: auto;
    -ms-flex: 1;
    flex: 1; }
    section#neighbourhoods .active-popup .left .image {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover; }

section#alex-blog {
  background: #f0f4f5;
  padding-bottom: 75px; }
  section#alex-blog .button {
    width: 180px;
    height: 40px;
    margin: auto; }

section#heather-blog {
  background: #F0F4F5;
  padding-top: 60px;
  padding-bottom: 90px; }
  section#heather-blog .image-box-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 1220px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 25px; }
    section#heather-blog .image-box-wrapper .image-box {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); }
      section#heather-blog .image-box-wrapper .image-box .left-image {
        -ms-flex: 2;
        flex: 2;
        background-image: url("../../images/heather-1.jpg");
        background-position: center;
        background-size: cover; }
      section#heather-blog .image-box-wrapper .image-box .right-content {
        -ms-flex: 1;
        flex: 1;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: 400px;
        background: white; }
        section#heather-blog .image-box-wrapper .image-box .right-content p {
          padding-top: 35px;
          padding-bottom: 45px;
          line-height: 1.25; }
        section#heather-blog .image-box-wrapper .image-box .right-content .button {
          width: 180px;
          height: 40px; }

section#toronto {
  min-height: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../../images/leafy.jpg");
  background-position: top;
  background-size: cover; }
  section#toronto .content-box {
    border: 4px solid #E2C4B9;
    width: 660px;
    height: auto;
    max-width: 100%;
    background: white;
    padding: 50px 70px; }
    section#toronto .content-box h2 {
      margin-bottom: 20px;
      text-align: center; }
    section#toronto .content-box p {
      width: 470px;
      margin: auto;
      margin-bottom: 30px;
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 100%;
      line-height: 1.25; }
    section#toronto .content-box .button {
      width: 160px;
      height: 40px;
      margin: auto; }

section#resources {
  min-height: 615px; }
  section#resources .title {
    height: 145px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  section#resources .row {
    display: -ms-flexbox;
    display: flex;
    width: 1015px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
    section#resources .row .resource-box {
      height: 380px;
      -ms-flex: 1;
      flex: 1;
      background-position: top;
      background-size: cover;
      margin-right: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: end;
      align-items: flex-end;
      text-decoration: none; }
      section#resources .row .resource-box .teal-box {
        background-color: rgba(137, 126, 133, 0.8);
        position: absolute;
        bottom: 0;
        left: 0;
        height: 80px;
        width: 100%; }
      section#resources .row .resource-box .content {
        width: 100%;
        height: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 35px;
        padding-right: 35px;
        background: white;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        margin-bottom: 30px; }
        section#resources .row .resource-box .content p {
          font-size: 24px;
          font-weight: 500;
          text-align: center; }

@media (max-width: 1250px) {
  section#listings .title {
    height: 135px;
    -ms-flex-flow: column;
    flex-flow: column; }
    section#listings .title .button-center {
      margin-top: 15px;
      height: auto;
      position: static; } }

@media (max-width: 1050px) {
  section#team {
    background: none;
    height: auto; }
    section#team .wrapper {
      -ms-flex-flow: column;
      flex-flow: column; }
      section#team .wrapper .us-image {
        height: 470px; }
      section#team .wrapper .content-box {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
        background: #121212;
        margin-left: 0px;
        width: 100%;
        margin-top: -3px; } }

@media (max-width: 991px) {
  section#listings .title {
    height: 135px;
    -ms-flex-flow: column;
    flex-flow: column; }
    section#listings .title .button-center {
      margin-top: 15px;
      height: auto;
      position: static; }
  section#alex-blog .image-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section#alex-blog .image-row .single {
      width: calc(100% * (1/2) - 10px - 1px);
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex: none;
      flex: none;
      margin-bottom: 25px;
      margin-right: 22px; }
      section#alex-blog .image-row .single:nth-child(even) {
        margin-right: 0px; }
  section#in-the-media .media-slider {
    padding: 15px 35px; } }

@media (max-width: 875px) {
  section#resources .row {
    -ms-flex-flow: column;
    flex-flow: column; }
    section#resources .row .resource-box {
      margin-right: 0px;
      margin-bottom: 30px; }

	section#top .logo,
	.fixed-top .logo {
		left: 45px;
	}

	}

@media (max-width: 767px) {
  section#top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column; }
    section#top .logo {
      max-width: 100%;
      position: static; }
	  section#top .logo img {
		  width: 100%;
		  max-width: 275px;
		  margin: 10px auto;
		  display: block;
	  }
    section#top i {
      margin-top: 50px; }
  section#listings .title {
    height: 130px; }
  section#services {
    background: none;
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px; }
    section#services .content-box {
      width: 100%;
      border: none;
      height: auto;
      padding-left: 15px;
      padding-right: 15px; }
      section#services .content-box h2 {
        font-size: 30px; }
      section#services .content-box p {
        width: 100%;
        padding: 0;
        line-height: 1.5; }
      section#services .content-box .row {
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 0px; }
        section#services .content-box .row .inner-box {
          margin-bottom: 35px; }
  section#international {
    min-height: auto;
    padding-left: 0px;
    padding-right: 0px; }
    section#international .content-box {
      border: none;
      padding-left: 25px;
      padding-right: 25px; }
      section#international .content-box p {
        line-height: 1.5;
        margin-bottom: 35px; }
  section#news-and-press .masonry {
    padding-left: 30px;
    padding-right: 30px; }
    section#news-and-press .masonry .row {
      -ms-flex-flow: column;
      flex-flow: column; }
      section#news-and-press .masonry .row .column {
        margin-right: 0px; }
        section#news-and-press .masonry .row .column .single {
          margin-bottom: 30px; }
  section#news-and-press .read-more p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #E2C4B9;
    font-size: 14px;
    width: 160px;
    height: 40px; }
    section#news-and-press .read-more p:hover {
      background: #E2C4B9;
      color: white; }
  section#news-and-press .read-more i {
    display: none; }
  section#alex-blog .image-row {
    -ms-flex-flow: column;
    flex-flow: column; }
    section#alex-blog .image-row .single {
      margin-bottom: 20px;
      width: 100%; }
      section#alex-blog .image-row .single h3 {
        line-height: 1.25; }
  section#heather-blog {
    padding-top: 0px; }
    section#heather-blog .title {
      height: 180px; }
      section#heather-blog .title h2 {
        font-size: 30px;
        line-height: 1.25; }
    section#heather-blog .image-box-wrapper {
      display: none; }
    section#heather-blog .box-row {
      -ms-flex-flow: column;
      flex-flow: column; }
      section#heather-blog .box-row .single {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
        box-shadow: none; }
        section#heather-blog .box-row .single .content-padding {
          padding-left: 15px;
          padding-right: 15px;
          margin-top: -95px; }
          section#heather-blog .box-row .single .content-padding .content {
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center; }
            section#heather-blog .box-row .single .content-padding .content p {
              text-align: center; }
            section#heather-blog .box-row .single .content-padding .content h3 {
              text-align: center;
              line-height: 1.25; }
  section#toronto .wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    section#toronto .wrapper .content-box {
      height: auto;
      padding-left: 25px;
      padding-right: 25px; }
      section#toronto .wrapper .content-box h2 {
        line-height: 1.25; }
  section#resources .row {
    -ms-flex-flow: column;
    flex-flow: column; }
    section#resources .row .resource-box {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 25px; }
  section#neighbourhoods .active-popup {
    -ms-flex-flow: column;
    flex-flow: column; }
    section#neighbourhoods .active-popup .left {
      display: none; }
    section#neighbourhoods .active-popup .right {
      height: 100%;
      width: 100%;
      padding-top: 30px; }
      section#neighbourhoods .active-popup .right .content {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        margin-left: 0px; }
    section#neighbourhoods .active-popup .right {
      height: 50%;
      width: 100%; } }

.single-listing section#details {
  background: #ecefef; }
  .single-listing section#details .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 1225px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;
    padding-bottom: 55px; }
    .single-listing section#details .content-wrapper .left {
      margin-right: auto;
      background: white;
      padding-left: 85px;
      padding-right: 85px;
      padding-top: 50px;
      padding-bottom: 50px;
      min-height: 450px;
      margin-right: 20px;
      -ms-flex: 2;
      flex: 2; }
      .single-listing section#details .content-wrapper .left h2 {
        color: #897E85;
        font-size: 28px;
        font-weight: 600;
        text-transform: none;
        margin-bottom: 40px; }
      .single-listing section#details .content-wrapper .left .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start; }
      .single-listing section#details .content-wrapper .left .column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex: 1;
        flex: 1; }
        .single-listing section#details .content-wrapper .left .column:first-child {
          margin-right: 30px; }
        .single-listing section#details .content-wrapper .left .column p {
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 20px; }
          .single-listing section#details .content-wrapper .left .column p:last-child {
            margin-bottom: 0px; }
          .single-listing section#details .content-wrapper .left .column p span {
            font-weight: 500;
            color: #E2C4B9;
            font-size: 16px;
            width: 195px; }
            .single-listing section#details .content-wrapper .left .column p span:first-child {
              font-size: inherit;
              font-weight: 500;
              color: #1f2326;
              width: 135px;
              margin-left: 0px; }
    .single-listing section#details .content-wrapper .right {
      margin-left: auto;
      background: white;
      min-height: 450px;
      -ms-flex: 1;
      flex: 1;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 20px;
      padding-right: 20px; }
      .single-listing section#details .content-wrapper .right .button-container {
        padding-bottom: 20px;
        border-bottom: 2px solid #e0e4e5;
        margin-bottom: 25px; }
        .single-listing section#details .content-wrapper .right .button-container .button {
          width: 100%;
          height: 40px;
          margin-bottom: 15px; }
          .single-listing section#details .content-wrapper .right .button-container .button:last-child {
            margin-bottom: 0px; }
      .single-listing section#details .content-wrapper .right ul {
        list-style: none; }
        .single-listing section#details .content-wrapper .right ul li {
          margin-bottom: 25px; }
          .single-listing section#details .content-wrapper .right ul li:last-child {
            margin-bottom: 0px; }
          .single-listing section#details .content-wrapper .right ul li a {
            color: #E2C4B9;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none; }
            .single-listing section#details .content-wrapper .right ul li a:hover {
              opacity: .5; }
            .single-listing section#details .content-wrapper .right ul li a i {
              font-size: 18px;
              color: #999;
              margin-right: 20px; }

.single-listing section#description {
  color: white;
  min-height: 490px;
  padding-top: 60px; }
  .single-listing section#description .disclaimer {
    width: 90%;
    margin: 30px auto 5px auto;
    border-top: 2px solid #e0e4e5;
    padding-top: 15px;
    line-height: 1.5;
    font-size: 14px; }
  .single-listing section#description .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 1125px;
    margin-left: auto;
    margin-right: auto; }
    .single-listing section#description .content-wrapper .left {
      -ms-flex: 1;
      flex: 1;
      margin-right: 60px; }
      .single-listing section#description .content-wrapper .left h2 {
        font-size: 28px;
        font-weight: 600;
        color: #897E85;
        text-transform: none;
        margin-bottom: 40px; }
      .single-listing section#description .content-wrapper .left p {
        line-height: 1.5; }
        .single-listing section#description .content-wrapper .left p.listed-by {
          padding-top: 30px; }
    .single-listing section#description .content-wrapper .right {
      -ms-flex: 1;
      flex: 1; }
      .single-listing section#description .content-wrapper .right .map-container {
        width: 530px;
        height: 320px;
        background: #f1f1f1; }
        .single-listing section#description .content-wrapper .right .map-container #map {
          width: 100%;
          height: 100%; }

@media (max-width: 1240px) {
  section#details .content-wrapper {
    -ms-flex-flow: column;
    flex-flow: column; }
    section#details .content-wrapper .left {
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      margin-right: 0px; }
    section#details .content-wrapper .right {
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      margin-top: 15px; }
      section#details .content-wrapper .right .button-container .button {
        width: 400px !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; }
  section#description .content-wrapper {
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important; }
    section#description .content-wrapper .left {
      width: 100%;
      margin-bottom: 30px;
      margin-right: 0px;
      margin-left: 0px;
      margin-right: 0px; }
    section#description .content-wrapper .right {
      margin-left: 0px;
      margin-right: 0px;
      width: 100%;
      margin-bottom: 50px; }
      section#description .content-wrapper .right .map-container {
        width: 100% !important; } }

@media (max-width: 940px) {
  section#details .content-wrapper .left {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    section#details .content-wrapper .left .row {
      -ms-flex-flow: column;
      flex-flow: column; }
      section#details .content-wrapper .left .row .column {
        width: 100%; }
        section#details .content-wrapper .left .row .column p {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
          flex-flow: column;
          margin-bottom: 20px !important; }
          section#details .content-wrapper .left .row .column p span {
            width: auto !important; }
            section#details .content-wrapper .left .row .column p span:first-child {
              margin-bottom: 10px; } }

.mortgage-calculator .content-wrapper .form .totals-container {
  border-top: 2px solid #e0e4e5;
  border-bottom: 2px solid #e0e4e5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 50px; }
  .mortgage-calculator .content-wrapper .form .totals-container .input-container .label {
    min-width: 210px; }
  .mortgage-calculator .content-wrapper .form .totals-container .input-container input {
    padding-left: 0px !important;
    padding-right: 0px !important; }

.mortgage-calculator .content-wrapper .form .input-container {
  margin-bottom: 30px;
  -ms-flex-align: center;
  align-items: center; }
  .mortgage-calculator .content-wrapper .form .input-container#asking-price {
    margin-top: 70px;
    width: 500px;
    max-width: 100%; }
    .mortgage-calculator .content-wrapper .form .input-container#asking-price input {
      width: 190px;
      margin-right: 15px; }
    .mortgage-calculator .content-wrapper .form .input-container#asking-price .button {
      width: 90px;
      height: 42px; }
    .mortgage-calculator .content-wrapper .form .input-container#asking-price .tool-tip {
      right: -227px; }
    .mortgage-calculator .content-wrapper .form .input-container#asking-price .error-message {
      right: -160px; }
  .mortgage-calculator .content-wrapper .form .input-container#down-payment {
    -ms-flex-align: start;
    align-items: flex-start; }
    .mortgage-calculator .content-wrapper .form .input-container#down-payment .column {
      width: 500px; }
      .mortgage-calculator .content-wrapper .form .input-container#down-payment .column input {
        max-width: 190px;
        text-align: left; }
  .mortgage-calculator .content-wrapper .form .input-container#mortgage-insurance .input-row {
    width: 500px; }
    .mortgage-calculator .content-wrapper .form .input-container#mortgage-insurance .input-row input {
      max-width: 190px; }
  .mortgage-calculator .content-wrapper .form .input-container#total-mortgage-required {
    margin-bottom: 30px; }
    .mortgage-calculator .content-wrapper .form .input-container#total-mortgage-required .label {
      height: auto; }
    .mortgage-calculator .content-wrapper .form .input-container#total-mortgage-required .input-row {
      width: 500px; }
      .mortgage-calculator .content-wrapper .form .input-container#total-mortgage-required .input-row input {
        border: none;
        height: auto;
        width: 80px;
        text-align: left; }
  .mortgage-calculator .content-wrapper .form .input-container#interest-rate input {
    width: 100px;
    height: 40px; }
  .mortgage-calculator .content-wrapper .form .input-container#interest-rate span {
    color: #E2C4B9;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px; }
  .mortgage-calculator .content-wrapper .form .input-container#total-payment {
    margin-bottom: 0px; }
    .mortgage-calculator .content-wrapper .form .input-container#total-payment .label {
      color: #E2C4B9; }
    .mortgage-calculator .content-wrapper .form .input-container#total-payment input {
      border: none;
      font-weight: 500;
      font-size: 18px;
      color: #E2C4B9;
      -ms-flex: 1;
      flex: 1;
      width: 80px;
      height: auto; }

.mortgage-calculator .content-wrapper .form #calculate {
  width: 180px;
  height: 40px; }

@media (max-width: 860px) {
  .mortgage-calculator .content-wrapper .form .input-container#asking-price .tool-tip {
    display: none !important; }
  .mortgage-calculator .content-wrapper .form .input-container#down-payment input, .mortgage-calculator .content-wrapper .form .input-container#mortgage-insurance input {
    max-width: 100% !important; } }

@media (max-width: 768px) {
  .mortgage-calculator .content-wrapper .form .input-container#asking-price .error-message {
    right: -135px; }
  .mortgage-calculator .content-wrapper .form .input-container#asking-price .button {
    margin-right: auto;
    margin-top: 30px; } }

@media (max-width: 767px) {
  .mortgage-calculator .content-wrapper .form .input-container#asking-price .error-message {
    right: auto;
    bottom: 0;
    top: auto;
    left: 120px; } }

.land-transfer-tax-calculator .content-wrapper .form .input-container#purchase-price {
  margin-top: 60px;
  margin-bottom: 30px;
  width: 565px;
  max-width: 100%; }
  .land-transfer-tax-calculator .content-wrapper .form .input-container#purchase-price .error-message {
    right: -140px; }
  .land-transfer-tax-calculator .content-wrapper .form .input-container#purchase-price input {
    width: 190px;
    margin-right: 10px; }
  .land-transfer-tax-calculator .content-wrapper .form .input-container#purchase-price .button {
    width: 160px;
    height: 42px; }

.land-transfer-tax-calculator .content-wrapper .form .input-container#toronto-land-tax input {
  width: 190px; }

.land-transfer-tax-calculator .content-wrapper .form .input-container#ontario-land-tax input {
  width: 190px; }

.land-transfer-tax-calculator .content-wrapper .form .input-container#total-land-tax input {
  width: 190px; }

.land-transfer-tax-calculator .content-wrapper .form .input-container#total-land-tax-rebate {
  border-bottom: 2px solid #e0e4e5;
  padding-bottom: 35px;
  margin-bottom: 40px; }
  .land-transfer-tax-calculator .content-wrapper .form .input-container#total-land-tax-rebate input {
    width: 190px; }

.land-transfer-tax-calculator .content-wrapper .form h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  color: #E2C4B9; }

.land-transfer-tax-calculator .content-wrapper .form .text-container h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #E2C4B9;
  line-height: 1.25; }

.land-transfer-tax-calculator .content-wrapper .form .text-container p {
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 35px; }

@media (max-width: 840px) {
  .land-transfer-tax-calculator .content-wrapper .form .input-container#purchase-price .error-message {
    right: 0px;
    bottom: -40px !important;
    top: auto; }
  .land-transfer-tax-calculator .content-wrapper .form .input-container#purchase-price .button {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .land-transfer-tax-calculator .content-wrapper .form .input-container#purchase-price .error-message {
    right: auto;
    bottom: 0px !important;
    top: auto;
    left: 170px; } }

.closing-cost-calculator .content-wrapper .form .input-container {
  margin-bottom: 10px; }
  .closing-cost-calculator .content-wrapper .form .input-container .label {
    width: 230px; }
  .closing-cost-calculator .content-wrapper .form .input-container#purchase-price {
    margin-top: 60px; }
    .closing-cost-calculator .content-wrapper .form .input-container#purchase-price .symbol {
      color: #E2C4B9;
      margin-right: 5px;
      margin-left: -15px; }
    .closing-cost-calculator .content-wrapper .form .input-container#purchase-price input {
      width: 190px; }
  .closing-cost-calculator .content-wrapper .form .input-container#interest-rate input {
    width: 100px;
    margin-right: 10px; }
  .closing-cost-calculator .content-wrapper .form .input-container#interest-rate .symbol {
    color: #E2C4B9; }
  .closing-cost-calculator .content-wrapper .form .input-container#mortgage-amount .symbol {
    color: #E2C4B9;
    margin-right: 5px;
    margin-left: -15px; }
  .closing-cost-calculator .content-wrapper .form .input-container#mortgage-amount input {
    width: 190px; }
  .closing-cost-calculator .content-wrapper .form .input-container#day-of-closing input {
    width: 140px; }

.closing-cost-calculator .content-wrapper .form #calculate-closing {
  width: 180px;
  margin-top: 30px; }

.closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals {
  display: none; }
  .closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals h2 {
    font-size: 28px;
    color: #E2C4B9;
    font-weight: 600;
    border-top: 2px solid #e0e4e5;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px; }
  .closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals > p {
    margin-bottom: 50px; }
  .closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals .input-container {
    margin-bottom: 40px; }
    .closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals .input-container input {
      border: none;
      color: #1f2326;
      height: auto;
      font-weight: 500; }
    .closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals .input-container .label {
      width: 320px; }
    .closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals .input-container#closing-subtotal .label {
      font-size: 22px;
      font-weight: 600; }
    .closing-cost-calculator .content-wrapper .form #closing-cost-estimate-totals .input-container#closing-subtotal input {
      font-size: 22px;
      font-weight: 600; }

header#team {
  background-position: top;
  background-size: cover;
  min-height: 500px; }

.our-team section > .title {
  height: 130px; }
  .our-team section > .title h1 {
    font-size: 60px;
    color: #a5b4ba; }

.our-team section#our-team .content-wrapper {
  padding-bottom: 85px;
  width: 1225px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .our-team section#our-team .content-wrapper .row {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex; }
    .our-team section#our-team .content-wrapper .row .single-member {
      margin-right: 20px;
      -ms-flex: 1;
      flex: 1; }
      .our-team section#our-team .content-wrapper .row .single-member:last-child {
        margin-right: 0px; }
      .our-team section#our-team .content-wrapper .row .single-member img {
        width: 100%;
        height: 100%; }
      .our-team section#our-team .content-wrapper .row .single-member .content-padding {
        position: absolute;
        bottom: 15px;
        left: 0px; }
      .our-team section#our-team .content-wrapper .row .single-member .content {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
        max-height: 92px;
        padding-top: 25px;
        padding-bottom: 25px;
        transition: max-height .45s; }
        .our-team section#our-team .content-wrapper .row .single-member .content h3 {
          font-size: 20px;
          color: #1f2326;
          font-weight: 500;
          margin-bottom: 10px; }
        .our-team section#our-team .content-wrapper .row .single-member .content p {
          color: #E2C4B9;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 600;
          text-align: center; }
      .our-team section#our-team .content-wrapper .row .single-member i {
        display: none;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        font-size: 16px;
        transition: .35s; }
      .our-team section#our-team .content-wrapper .row .single-member .toggle-content {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        display: block; }
        .our-team section#our-team .content-wrapper .row .single-member .toggle-content p {
          color: #1f2326;
          font-weight: 400;
          text-transform: none;
          font-size: 14px;
          line-height: 1.25; }
      .our-team section#our-team .content-wrapper .row .single-member .open {
        display: block;
        max-height: 345px;
        overflow-y: scroll;
        overflow-x: hidden;
        text-align: center; }
        .our-team section#our-team .content-wrapper .row .single-member .open p {
          margin-right: 0 !important; }
        .our-team section#our-team .content-wrapper .row .single-member .open i {
          display: block; }

@media (max-width: 991px) {
  .our-team section#our-team .content-wrapper .row {
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .our-team section#our-team .content-wrapper .row .single-member {
      width: calc(100% * (1/2) - 10px - 1px);
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex: none;
      flex: none;
      margin-bottom: 15px; }
      .our-team section#our-team .content-wrapper .row .single-member:nth-child(even) {
        margin-right: 0px; } }

@media (max-width: 767px) {
  .our-team section#our-team .content-wrapper .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: column;
    flex-flow: column; }
    .our-team section#our-team .content-wrapper .row .single-member {
      width: 100%;
      margin-right: 0px; } }

header#staging-before-after {
  background-position: center;
  background-size: cover;
  height: 500px; }

.staging section .title {
  height: auto; }
  .staging section .title h1 {
    text-align: center;
    font-size: 60px;
    margin-top: 70px;
    margin-bottom: 0px;
    color: #897E85; }
  .staging section .title p {
    margin-top: 45px;
    line-height: 1.5;
    width: 770px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px; }

.staging section .content-wrapper {
  width: 1250px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  .staging section .content-wrapper .single-property {
    margin-bottom: 50px; }
    .staging section .content-wrapper .single-property:last-child {
      border-bottom: 2px solid #e0e4e5;
      padding-bottom: 50px; }
    .staging section .content-wrapper .single-property .row {
      width: 100%;
      display: -ms-flexbox;
      display: flex; }
      .staging section .content-wrapper .single-property .row img {
        width: 100%;
        height: auto; }
      .staging section .content-wrapper .single-property .row .featured {
        position: absolute;
        top: 45px;
        left: -20px;
        background: #E2C4B9;
        border-radius: 5px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        width: 120px;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .staging section .content-wrapper .single-property .row .featured .arrow-right {
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid #E2C4B9;
          position: absolute;
          right: -12px;
          top: 0px; }
        .staging section .content-wrapper .single-property .row .featured .arrow-left {
          width: 0;
          height: 0;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid #E2C4B9;
          position: absolute;
          left: -12px;
          top: 0px; }
      .staging section .content-wrapper .single-property .row .before {
        -ms-flex: 1;
        flex: 1;
        margin-right: 20px; }
      .staging section .content-wrapper .single-property .row .after {
        -ms-flex: 1;
        flex: 1; }
        .staging section .content-wrapper .single-property .row .after .featured {
          left: auto;
          right: -20px; }
      .staging section .content-wrapper .single-property .row .panel {
        margin-bottom: 16px; }
    .staging section .content-wrapper .single-property h2 {
      color: #E2C4B9;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      margin-top: 30px; }

section.warehouse h2 {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #897E85; }

section.warehouse p {
  width: 770px; }

section.warehouse .content-wrapper {
  padding-bottom: 85px; }

section.warehouse nav.unslider-nav {
  display: none !important; }

@media (max-width: 767px) {
  header#staging-before-after {
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .staging section .content-wrapper .single-property .row {
    -ms-flex-flow: column;
    flex-flow: column; }
    .staging section .content-wrapper .single-property .row .before {
      margin-right: 0px;
      margin-bottom: 15px; } }

header.header-picture {
  background-image: url("../../images/cabbage-town.jpg"); }

.neighbourhoods-page .content a {
  text-decoration: none;
  color: #E2C4B9; }

.neighbourhoods-page .content ul li {
  line-height: 1.5; }
  .neighbourhoods-page .content ul li a {
    text-decoration: none;
    color: #E2C4B9; }

header#heather-blog-header {
  background-image: url("../../images/heather-header.jpg"); }

.inner-page.alex .prev-next {
  margin-bottom: -50px;
  padding-top: 0px; }

.listings-page {
  padding-bottom: 215px; }
  .listings-page .absolute-houses {
    position: absolute;
    bottom: -3px;
    right: 0; }
  .listings-page .map-container {
    height: 500px; }
    .listings-page .map-container #map {
      width: 100%;
      height: 100%; }
  .listings-page .prev-next {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 35px; }
    .listings-page .prev-next a {
      color: #E2C4B9;
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .listings-page .prev-next a:hover {
        opacity: .5; }
      .listings-page .prev-next a i {
        color: #E2C4B9;
        font-size: 28px;
        top: -1px; }
      .listings-page .prev-next a.prev {
        margin-right: auto; }
        .listings-page .prev-next a.prev i {
          margin-right: 15px; }
      .listings-page .prev-next a.next {
        margin-left: auto; }
        .listings-page .prev-next a.next i {
          margin-left: 15px; }
  .listings-page section .title {
    width: 1250px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }
    .listings-page section .title .button-center {
      height: 105px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      right: 15px;
      top: 0px; }
      .listings-page section .title .button-center .button {
        width: 210px; }
        .listings-page section .title .button-center .button i {
          color: white;
          font-size: 25px;
          margin-right: 15px; }
        .listings-page section .title .button-center .button:hover i {
          color: #E2C4B9 !important; }
      .listings-page section .title .button-center input {
        border: none;
        background: white;
        padding-left: 15px;
        padding-right: 15px;
        width: 230px;
        height: 42px; }
  .listings-page section .content-wrapper {
    width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .listings-page section .content-wrapper .placeholder {
      width: calc(100% * (1/3) - 30px - 1px);
      margin-right: 52px; }
      .listings-page section .content-wrapper .placeholder:last-child {
        margin-right: 0px; }
    .listings-page section .content-wrapper .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .listings-page section .content-wrapper .row .single-listing {
        margin-right: 30px;
        margin-bottom: 30px;
        text-decoration: none;
        box-shadow: -1px 3px 7px 0px rgba(165, 180, 186, 0.35);
        width: calc(100% * (1/3) - 20px); }
        .listings-page section .content-wrapper .row .single-listing:nth-child(3n) {
          margin-right: 0px; }
        .listings-page section .content-wrapper .row .single-listing .sold {
          color: white;
          background: #897E85;
          position: absolute;
          top: 15px;
          right: -10px;
          width: 100px;
          height: 40px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 13px;
          font-weight: 600; }
          .listings-page section .content-wrapper .row .single-listing .sold.A {
            display: none; }
        .listings-page section .content-wrapper .row .single-listing .image {
          background-size: cover;
          width: 100%;
          min-height: 210px;
          background-position: center; }
          .listings-page section .content-wrapper .row .single-listing .image.icon {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            background: #b4c6d4; }
            .listings-page section .content-wrapper .row .single-listing .image.icon i {
              font-size: 60px !important;
              color: white; }
        .listings-page section .content-wrapper .row .single-listing .content {
          background: white;
          height: 115px;
          padding-left: 15px;
          padding-right: 15px;
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
          flex-flow: column;
          -ms-flex-pack: center;
          justify-content: center; }
          .listings-page section .content-wrapper .row .single-listing .content h2 {
            color: #1f2326;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 5px; }
          .listings-page section .content-wrapper .row .single-listing .content p {
            color: #E2C4B9;
            font-size: 22px; }
            .listings-page section .content-wrapper .row .single-listing .content p span {
              color: inherit;
              font-size: inherit; }

@media (max-width: 1100px) {
  .listings-page .absolute-houses {
    bottom: -38px; } }

@media (max-width: 1025px) {
  .listings-page section .content-wrapper .row .placeholder {
    width: calc(100% * (1/2) - 10px - 1px); }
  .listings-page section .content-wrapper .row .single-listing {
    width: calc(100% * (1/2) - 10px - 1px);
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px; }
    .listings-page section .content-wrapper .row .single-listing:nth-child(3n) {
      margin-right: 20px; }
    .listings-page section .content-wrapper .row .single-listing:nth-child(2n) {
      margin-right: 0px;
      margin-top: auto; } }

@media (max-width: 990px) {
  .listings-page section .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin-bottom: 25px; }
    .listings-page section .title .button-center {
      position: static;
      height: auto;
      width: 100%; }
      .listings-page section .title .button-center input {
        -ms-flex: 2;
        flex: 2; }
      .listings-page section .title .button-center button {
        -ms-flex: 1;
        flex: 1; } }

@media (max-width: 767px) {
  .listings-page .absolute-houses {
    display: none; }
  .listings-page section .content-wrapper .row {
    -ms-flex-flow: column;
    flex-flow: column; }
    .listings-page section .content-wrapper .row .placeholder {
      display: none !important; }
    .listings-page section .content-wrapper .row .image {
      min-height: 380px !important; }
    .listings-page section .content-wrapper .row .single-listing {
      width: 45%;
      margin: 0px 10px 20px 10px;
      -ms-flex: auto;
      flex: auto; }
      .listings-page section .content-wrapper .row .single-listing:nth-child(3n) {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-right: 0px; }
      .listings-page section .content-wrapper .row .single-listing:nth-child(2n) {
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px; } }

header#print-marketing {
  height: 500px;
  background-position: left;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.instagram hr {
  margin: 50px 0;
  border: none;
  height: 2px;
  background: #897E85; }

.instagram h2 {
  text-align: center;
  margin: 40px 0; }

.instagram #wdi_feed_1 .wdi_photo_wrap_inner {
  border: 10px solid #ffffff; }

.print-marketing {
  width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px; }
  .print-marketing section#intro {
    width: 650px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .print-marketing section#intro h1 {
      font-size: 60px;
      color: #897E85;
      margin-top: 70px;
      margin-bottom: 50px;
      text-align: center; }
    .print-marketing section#intro p {
      margin-bottom: 30px;
      line-height: 1.5; }
  .print-marketing section#images .row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .print-marketing section#images .row .single {
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px; }
      .print-marketing section#images .row .single:last-child {
        margin-right: 0px; }
      .print-marketing section#images .row .single img {
        width: 100%;
        height: auto; }
      .print-marketing section#images .row .single p {
        margin-top: 10px; }

@media (max-width: 767px) {
  header#print-marketing {
    height: initial; }
  #intro h1 {
    font-size: 35px !important;
    margin-top: 120px !important; }
  .print-marketing section#images .row {
    margin-bottom: 0px;
    -ms-flex-flow: column;
    flex-flow: column; }
    .print-marketing section#images .row .single {
      margin-right: 0px;
      margin-bottom: 20px; } }

header#error-header {
  background-image: url("../../images/22hammersmith-print-46.jpg"); }

.page-error p {
  text-align: center;
  font-weight: 500;
  font-size: 18px; }

.page-error .button {
  margin-left: auto;
  margin-right: auto; }

.international-page section#lists {
  width: 1030px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  .international-page section#lists .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .international-page section#lists .row .column {
      -ms-flex: 1;
      flex: 1; }
  .international-page section#lists h2 {
    text-align: center;
    margin-bottom: 50px; }
  .international-page section#lists h3 {
    font-weight: 600;
    color: #E2C4B9;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px; }
  .international-page section#lists h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px; }
  .international-page section#lists ul {
    margin-bottom: 20px; }
    .international-page section#lists ul li {
      list-style: none;
      margin-bottom: 5px; }
      .international-page section#lists ul li a {
        font-size: 18px;
        text-decoration: none; }
  .international-page section#lists .disclaimer {
    border-top: 2px solid #e0e4e5;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 12px;
    padding-bottom: 70px; }

.international-page section#intro {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .international-page section#intro h1 {
    font-size: 60px;
    font-weight: 600;
    color: #a5b4ba;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center; }
  .international-page section#intro p {
    margin-bottom: 30px;
    line-height: 1.5; }
  .international-page section#intro li {
    margin-bottom: 10px; }
  .international-page section#intro a {
    text-decoration: none;
    color: #E2C4B9; }

.international-page section#counters {
  border-bottom: 2px solid #e0e4e5;
  width: 1030px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .international-page section#counters .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .international-page section#counters .row .counter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-flow: column;
      flex-flow: column;
      margin-right: 70px; }
      .international-page section#counters .row .counter:last-child {
        margin-right: 0px; }
      .international-page section#counters .row .counter .number {
        color: #E2C4B9;
        font-size: 92px; }
      .international-page section#counters .row .counter .label {
        color: #a5b4ba;
        text-transform: uppercase;
        font-size: 33px;
        font-weight: 500; }

@media (max-width: 767px) {
  .international-page section#lists .row {
    -ms-flex-flow: column;
    flex-flow: column; }
  .international-page section#counters .row {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
    .international-page section#counters .row .counter {
      margin-right: 0px !important;
      margin-bottom: 20px !important; }
      .international-page section#counters .row .counter .number {
        font-size: 50px !important; }
      .international-page section#counters .row .counter .label {
        font-size: 23px !important; }
  .international-page section#intro p {
    padding-left: 15px;
    padding-right: 15px; }
  .international-page section#intro ul {
    margin: 30px; } }

@media (max-width: 500px) {
  .international-page section#counters .row {
    -ms-flex-flow: column !important;
    flex-flow: column !important; } }

header#stats-and-experience {
  height: 500px;
  background-position: left;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.stats-and-experience-content {
  width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px; }
  .stats-and-experience-content section#intro-stats {
    width: 650px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .stats-and-experience-content section#intro-stats h1 {
      font-size: 60px;
      color: #897e85;
      margin-top: 70px;
      margin-bottom: 50px;
      text-align: center; }
    .stats-and-experience-content section#intro-stats h2 {
      text-align: center;
      line-height: 1.3;
      font-size: 26px; }
  .stats-and-experience-content section#images-stats {
    margin: 50px 0; }
    .stats-and-experience-content section#images-stats img {
      max-width: 300px; }
    .stats-and-experience-content section#images-stats .row:last-child > .single {
      border-bottom: none; }
      .stats-and-experience-content section#images-stats .row:last-child > .single img {
        display: none; }
    .stats-and-experience-content section#images-stats .row:first-child > .single:first-child {
      padding-top: 8%; }
    .stats-and-experience-content section#images-stats .row:nth-child(2n) .single {
      width: 35%;
      margin-left: 14%;
      margin-right: -4.5%; }
      .stats-and-experience-content section#images-stats .row:nth-child(2n) .single:nth-child(2n) {
        margin-right: 0;
        margin-left: 4.5%; }
    .stats-and-experience-content section#images-stats .row p {
      margin-top: 10px; }
      .stats-and-experience-content section#images-stats .row p .statistic {
        font-size: 72px;
        font-weight: 700;
        display: block; }
      .stats-and-experience-content section#images-stats .row p:nth-child(3) {
        max-width: 200px;
        display: block;
        line-height: 1.5; }
    .stats-and-experience-content section#images-stats .row .single {
      width: 49%;
      float: left;
      margin-bottom: 0;
      text-align: right;
      padding: 3% 5% 3% 0;
      position: relative;
      border-bottom: 1px solid lightgrey; }
      .stats-and-experience-content section#images-stats .row .single img {
        width: auto;
        height: auto;
        position: absolute;
        bottom: -18%;
        left: -8%; }
      .stats-and-experience-content section#images-stats .row .single p:last-child {
        float: right; }
      .stats-and-experience-content section#images-stats .row .single:nth-child(2n) {
        border-left: 1px solid lightgrey;
        text-align: left;
        padding: 13% 0% 4% 5%;
        position: relative; }
        .stats-and-experience-content section#images-stats .row .single:nth-child(2n) img {
          right: 0px;
          width: auto;
          height: auto;
          position: absolute;
          bottom: -30%;
          left: 83%; }
        .stats-and-experience-content section#images-stats .row .single:nth-child(2n) h2 {
          margin-top: 100px; }
        .stats-and-experience-content section#images-stats .row .single:nth-child(2n) p:last-child {
          float: none; }
    .stats-and-experience-content section#images-stats .row .statsBox10 {
      width: 25%;
      margin-left: 24%; }
    .stats-and-experience-content section#images-stats .row .statsBox11 {
      border: none; }

@media (max-width: 1200px) {
  .stats-and-experience-content section#images-stats .row .single p .statistic {
    font-size: 62px; }
  .stats-and-experience-content section#images-stats .row .single {
    padding: 3% 3% 5% 0; }
  .stats-and-experience-content section#images-stats .row .single:nth-child(2n) {
    padding: 10% 0% 7% 3%; }
  .stats-and-experience-content section#images-stats .row .single img {
    bottom: -21%;
    left: -8%; } }

@media (max-width: 1000px) {
  .stats-and-experience-content section#images-stats .row .single img {
    max-height: 200px;
    max-width: 200px; } }

@media (max-width: 840px) {
  .stats-and-experience-content {
    padding-bottom: 0;
    width: 100% !important; }
  .stats-and-experience-content section#images-stats {
    margin-bottom: 0; }
  .stats-and-experience-content section#intro-stats h1 {
    margin-top: 40px; }
  .stats-and-experience-content section#images-stats .row .single, .stats-and-experience-content section#images-stats .row:nth-child(2n) .single, .stats-and-experience-content section#images-stats .row .single:nth-child(2n), .stats-and-experience-content section#images-stats .row:nth-child(2n) .single:nth-child(2n) {
    width: 100%;
    float: none;
    border-left: none;
    border-right: none;
    text-align: center;
    padding: 20% 0;
    margin-left: 0; }
  .statsBox11 {
    border-bottom: 1px solid lightgrey !important; }
  .stats-and-experience-content section#images-stats .row .single img {
    bottom: -9%;
    left: -8%;
    max-height: 275px;
    max-width: 275px; }
  .stats-and-experience-content section#images-stats .row:last-child > .single:last-child {
    border-top: 1px solid lightgrey; }
  .stats-and-experience-content section#images-stats .row:last-child > .single img {
    display: block; }
  .stats-and-experience-content section#images-stats .row:last-child > .single img {
    display: none; }
  .stats-and-experience-content section#images-stats .row .single p {
    margin: 0 auto; }
    .stats-and-experience-content section#images-stats .row .single p .statistic {
      font-size: 56px; }
    .stats-and-experience-content section#images-stats .row .single p:last-child {
      float: none;
      max-width: 200px;
      margin: 0 auto; } }

@media (max-width: 550px) {
  .stats-and-experience-content section#intro-stats h2 {
    font-size: 21px; }
  .stats-and-experience-content section#images-stats .row .single img {
    bottom: -9%;
    left: -6%;
    max-height: 150px;
    max-width: 150px; }
  .stats-and-experience-content section#intro-stats h1 {
    font-size: 50px; } }

@media (max-width: 400px) {
  .stats-and-experience-content section#images-stats .row .single img {
    display: none; }
  .stats-and-experience-content section#intro-stats h1 {
    font-size: 40px; } }




/* Condo CPT */
.single-condo .fixed-top {
	position: absolute;
}

.single-condo footer,
.page-template-secret-listings footer,
.page-template-searchpage footer {
	display: flex;
}

.single-condo .row {
	width: auto;
}

.single-condo .container {
	margin-bottom: 0;
}

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

.object-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.object-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.banner-img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -1;
}

.span-page {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.YTwrapper {
    position: relative;
}

.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 0;
    cursor: pointer;
}

.video-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

.video-overlay svg {
    position: relative;
    z-index: 1;
    width: 100px;
}

.z-hide {
    z-index: -9999;
}

.acf-map {
	height: 450px;
}

.condo-header {
	height: 550px;
}

.condo-intro {
	background-color: #897e85;
	padding: 60px 0;
	color: #fff !important;
}

.condo-intro-copy * {
	color: #fff;
}

.condo-plans {
	padding: 60px 0;
}

.condo-plans-inner {
	margin-top: 30px;
}

.plans-tabs {
	padding-left: 15px !important;
	display: block !important;
	padding-right: 50px !important;
	border: 0 !important;
}

.plans-tabs .nav-link {
	border: 0 !important;
	border-bottom: 1px solid #eee !important;
	border-radius: 0 !important;
	color: #1f2326 !important;
}

.plans-tabs .nav-link.active,
.plans-tabs .nav-link:hover {
	background-color: #eee !important;
	font-weight: bold !important;
}

.plans-tabs li.text-uppercase {
	margin: 30px 0 15px;
}

.plan-box {
	padding-right: 120px;
	padding-top: 70px;
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.plan-box .button {
	position: absolute;
	top: 0; right: 0;
	width: 120px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 60px;
	font-size: 14px;
}

.plan-box .button i {
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
}

.condo-building {
	background-color: #f3f3f3;
	padding: 60px 0;
}

.building-header-logos {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.building-header-logos img {
	display: block;
	height: 70px;
	width: auto;
	margin: 10px;
}

.building-content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	margin: 50px -30px 0;
}

.building-section {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 30px;
	padding: 0 30px;
}

.condo-hood {
	padding: 60px 0;
}

.condo-hood-inner {
	margin: 0 -30px;
}

.condo-hood-inner > div {
	padding: 0 30px;
}

.condo-cta {
	background-color: #897e85;
	padding: 60px 0 45px;
}

.condo-cta-inner {
	padding: 0;
}

.condo-cta-inner * {
	color: #fff;
}

.condo-cta h2 {
	text-transform: none;
}

.condo-cta .button {
	width: 250px;
	margin: 30px auto 0;
}

.condo-listings {
	padding: 60px 0;
}

.condo-listings-wrap {
	margin-top: 30px;
	width: auto;
}

.list-box {
	margin-bottom: 30px;
}

.list-box .single-listing {
	box-shadow: -1px 3px 7px 0px rgba(165, 180, 186, 0.35);
	display: block;
}

.list-box .image {
	height: 210px;
	background-size: cover;
	background-position: 50%;
}

.list-box .content {
	padding: 15px;
	background-color: #fff;
	color: #1f2326;
	min-height: 150px;
}

.list-box h2 {
	color: #1f2326;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.list-box .content p,
.list-box .content p span {
	color: #E2C4B9;
    font-size: 22px;
	margin: 0;
}

.list-box .sold {
	color: white;
    background: #897E85;
    position: absolute;
    top: 15px;
    right: -10px;
    width: 100px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}

#contact-modal .modal-dialog {
	max-width: 60vw;
}

#contact-modal .modal-content {
	border-radius: 0;
	border: 3px solid #E2C4B9;
	padding: 45px;
	position: relative;
}

#contact-modal .close {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	color: #897e85;
}

#contact-modal .close span {
	font-size: 40px;
}

.register-cta {
	position: fixed;
    top: 68px;
    right: 220px;
    z-index: 2;
}

.register-cta a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.register-cta a:hover,
.register-cta a:focus,
.register-cta a:active {
	color: #E2C4B9;
}

.gform_button {
	border: 2px solid #897e85 !important;
	color: #897e85 !important;
	display: block !important;
	margin: 0 auto !important;
}

.gform_button:hover,
.gform_button:focus,
.gform_button:active {
	background-color: #897e85 !important;
	color: #fff !important;
}

.gfield_required {
	color: #897e85 !important;
}


/* Secret Listings */
.banner-header {
	margin-bottom: 60px;
}

.banner-header .container,
.secret-container {
	margin-bottom: 0 !important;
}

.banner-header .header-picture {
	background-image: none;
}

.banner-header:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, .2);
}

.secret-pg-content {
	padding-bottom: 60px;
}

.secret-wrap {
	border-top: 1px solid #ccc;
	padding-top: 45px;
	padding-bottom: 60px;
}

.secret-listing {
	border-top: 1px solid #ccc;
	padding: 45px 30px !important;
}

.secret-listing:first-of-type,
.secret-listing:nth-of-type(2) {
	border-top: 0;
}

.secret-listing:nth-of-type(odd) {
	border-right: 1px solid #ccc;
}

.secret-listing hr {
	width: 45px;
	border-top: 2px solid #897e85;
	margin: 15px 0;
	text-align: left;
}

.secret-info {
	margin: 15px 0 20px !important;
	padding: 10px 0;
	background-color: #f3f3f3;
}

.secret-listing .button,
.secret-more-listings .button {
	width: 230px;
	text-align: center;
	margin: 0 auto;
}


/* Search Page - IDXB */
.page-template-searchpage .container {
	margin-bottom: 0 !important;
}

.idx-omnibar-form.idx-omnibar-extra-form button,
.idx-omnibar-extra-button {
	width: 200px !important;
	margin: 0 auto !important;
	display: block;
	background-color: #E2C4B9;
	color: #fff !important;
	border: 2px solid #E2C4B9;
	position: relative;
	top: 20px;
}

.idx-omnibar-form.idx-omnibar-extra-form button:hover,
.idx-omnibar-form.idx-omnibar-extra-form button:focus,
.idx-omnibar-form.idx-omnibar-extra-form button:active,
.idx-omnibar-extra-button:hover,
.idx-omnibar-extra-button:focus,
.idx-omnibar-extra-button:active {
	background-color: #fff;
	border-color: #E2C4B9;
}

.idx-omnibar-form.idx-omnibar-extra-form button span,
.idx-omnibar-form.idx-omnibar-extra-form button i,
.idx-omnibar-extra-button span,
.idx-omnibar-extra-button i {
	color: #fff !important;
}

.idx-omnibar-form.idx-omnibar-extra-form button:hover span,
.idx-omnibar-form.idx-omnibar-extra-form button:focus span,
.idx-omnibar-form.idx-omnibar-extra-form button:active span,
.idx-omnibar-form.idx-omnibar-extra-form button:hover i,
.idx-omnibar-form.idx-omnibar-extra-form button:focus i,
.idx-omnibar-form.idx-omnibar-extra-form button:active i,
.idx-omnibar-extra-button:hover span,
.idx-omnibar-extra-button:focus span,
.idx-omnibar-extra-button:active span,
.idx-omnibar-extra-button:hover i,
.idx-omnibar-extra-button:focus i,
.idx-omnibar-extra-button:active i {
	color: #E2C4B9 !important;
}

.search-wraps {
	padding-bottom: 45px;
	padding-top: 30px;
}

.search-box {
	margin: 45px 0;
}

.search-box > div {
	background-color: #f1f1f1;
	padding: 30px;
}

.search-box .button {
	width: 70% !important;
	margin: 15px auto !important;
}

.single-mls_page .container,
.single-idx-wrapper .container {
	margin-bottom: 0 !important;
}

.idx-header {
	text-align: center;
	background-color: #897e85;
	padding: 200px 0 30px;
	margin-bottom: 60px;
}

.idx-header .page-title {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
}

.single-content {
	padding-bottom: 60px;
}

/* IDX Results */

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-choice {
	background-color: #E2C4B9;
	color: #fff;
}

.IDX-msLabel {
	color: #897e85!important;
}

.IDX-msInput {
	border: 2px solid #897e85 !important;
}

.ui-dialog.IDX-registrationModal {
	left: 50%!important;
	transform: translateX(-50%);
}
#IDX-registration.IDX-registration-force {
	min-height: 550px!important;
}

.IDX-showcaseTable {
    margin-top: 45px;
}

.IDX-wrapper-standard .IDX-btn,
.IDX-btn-primary,
.IDX-msButtonInput,
.IDX-btn {
    text-transform: uppercase;
	font-family: 'Florentia', sans-serif;
    font-size: .8rem;
    padding: 10px 20px;
    line-height: 1;
    height: 45px;
    border-radius: 0 !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    background-color: #897e85 !important;
    color: #fff !important;
}

.IDX-wrapper-standard .IDX-btn:hover,
.IDX-wrapper-standard .IDX-btn:focus,
.IDX-wrapper-standard .IDX-btn:active,
.IDX-btn-primary:hover,
.IDX-btn-primary:focus,
.IDX-btn-primary:active,
.IDX-msButtonInput:hover,
.IDX-msButtonInput:focus,
.IDX-msButtonInput:active,
.IDX-btn:hover,
.IDX-btn:focus,
.IDX-btn:active {
    background-color: #f1f1f1 !important;
    color: #897e85 !important;
}

.IDX-resultsSeparatorText {
	font-size: 1.3rem;
	font-family: 'ProximaNova', sans-serif !important;
	text-transform: uppercase;
	color: #897e85 !important;
}


/*Map*/
img[src*="//d1qfrurkpai25r.cloudfront.net/images/pins/pin-active.png"] {
    content: url('./public/images/map-marker.svg') !important;
}

img[src*="//d1qfrurkpai25r.cloudfront.net/images/pins/pin-featured.png"] {
    content: url('./public/images/map-marker.svg') !important;
}

#IDX-mapAlert {
	position: static !important;
}

#IDX-mapHeader-Search {
	background-color: #f1f1f1;
}

#IDX-lp, #IDX-hp {
	height: auto !important;
}

#IDX-mapSearch, #IDX-userLocation, #IDX-mapTab-criteria {
	height: auto !important;
	padding: 8px 10px !important;
	font-size: .7rem !important;
}

/* Widget */
.single-idx-wrapper .panel-footer,
.single-idxpage .panel-footer {
    display: none;
}

.single-idxpage .idx-content {
    padding-bottom: 60px;
}

.idx-content>p:first-of-type {
    margin-bottom: 45px;
}

.idx-content>p:first-of-type a {
    font-weight: bold;
}

.IDX-showcaseTable+a {
    display: block;
    margin-top: 25px;
    text-align: center;
	font-weight: normal;
    font-style: italic;
    font-size: 22px;
	margin-bottom: 50px;
}

.IDX-resultsMainInfo,
.IDX-wrapper-standard .IDX-panel {
	background: none;
}

.IDX-showcaseContainer,
.IDX-resultsCell {
    border: 2px solid #897e85 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	padding: 0 !important;
	background-color: #f1f1f1;
	color: #897e85;
}

.IDX-showcaseLink {
    background-color: #f1f1f1;
}

.IDX-showcaseContainer .IDX-showcaseCourtesy img {
    display: none;
}

.IDX-showcaseAddress,
.IDX-resultsAddress {
    font-size: 1.2rem;
	font-family: 'Florentia', sans-serif;
    margin-top: 10px;
    /* color: #222; */
	text-transform: uppercase;
}

.IDX-showcaseCityStateZip,
.IDX-resultsAddressCity,
.IDX-resultsEndAddressCommaTwo,
.IDX-resultsAddressStateAbrv,
.IDX-resultsAddressZip {
    font-size: 1rem;
}

.IDX-showcasePrice,
.IDX-resultsMainInfo .IDX-field-price {
    font-style: italic;
    font-size: 1rem;
	font-weight: 600;
    color: #E2C4B9;
}

img.IDX-showcasePhoto,
.IDX-resultsPhotoImg {
    object-fit: cover;
    width: 100%;
    object-position: center;
}

/* Results */
#IDX-resultsFeaturedListings {
	margin-top: 30px;
}

#IDX-resultsPager-header,
#IDX-resultsPager-footer {
    min-height: auto !important;
}

.IDX-wrapper-standard .IDX-alert-success {
    background-color: #f1f1f1;
    color: #897e85;
    border-color: transparent;
}

.IDX-wrapper-standard #IDX-resultsRefineSearchWrap {
    background-color: #f1f1f1;
}

#IDX-resultsTopActions {
    display: none !important;
}

.IDX-resultsCellsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.IDX-resultsCell {
    width: 32%;
	min-width: 32%;
	margin: 0 5px;
    border: 2px solid #897e85 !important;
}

.IDX-resultsCell .IDX-cellInnerWrapper .IDX-row-content {
    min-height: auto !important;
}

.IDX-resultsDescription {
    display: none !important;
}

.IDX-resultsPhoto,
.IDX-resultsPhotoLink,
.IDX-resultsPhotoImg {
    width: 100% !important;
}

.IDX-resultsPhoto {
    overflow: hidden;
    max-height: 200px;
}

.IDX-resultsAddress {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 5px 10px !important;
}

.IDX-resultsAddressLink {
    position: static !important;
    background-color: transparent !important;
    color: #897e85 !important;
	font-family: 'Florentia', sans-serif;
    font-size: .9rem !important;
	text-transform: uppercase;
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
	font-weight: normal !important;
}

.IDX-MLSLogo,
.IDX-MLSCourtesy,
.IDX-resultsCellActions,
.IDX-market,
.IDX-resultsCell .IDX-row-content .IDX-row-content,
.IDX-field-listingPrice .IDX-label,
.IDX-resultsMainInfoLeft>div,
.IDX-resultsMainInfoRight>div,
.IDX-resultsMainInfo .IDX-panel-heading {
    display: none !important;
}

.IDX-resultsMainInfoLeft .IDX-field-listingPrice {
    display: block !important;
}

.IDX-resultsMainInfo {
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 20px;
	font-style: italic;
	border: 0 !important;
}

.IDX-resultsMainInfo .IDX-panel-body {
    width: 100% !important;
    float: none !important;
}

/* IDX Details */
#idx-details-header-breadcrumbs span {
	font-size: 1.5rem;
	font-family: 'Florentia', sans-serif;
	font-weight: 600;
}

.idx-badge-secondary {
	background-color: #E2C4B9;
}

.idx-btn-primary {
	background-color: #E2C4B9;
	border: 0;
}

.idx-btn-primary:hover,
.idx-btn-primary:focus,
.idx-btn-primary:active {
	background-color: #897e85;
}

#IDX-nextLastPosition {
    background-color: #f1f1f1 !important;
    color: #897e85 !important;
    border-color: transparent !important;
}

.IDX-wrapper-standard #IDX-nextLastButtons a {
	padding: 15px 20px !important;
}

.IDX-wrapper-standard #IDX-saveProperty,
.IDX-wrapper-standard #IDX-removeProperty,
.IDX-wrapper-standard #IDX-newSearch,
.IDX-wrapper-standard #IDX-modifySearch,
#IDX-backToResults {
	padding: 15px 20px !important;
	background-color: #E2C4B9 !important;
	color: #fff !important;
	border: 0 !important;
}

.IDX-wrapper-standard #IDX-saveProperty:hover, .IDX-wrapper-standard #IDX-saveProperty:focus, .IDX-wrapper-standard #IDX-saveProperty:active,
.IDX-wrapper-standard #IDX-removeProperty:hover, .IDX-wrapper-standard #IDX-removeProperty:focus, .IDX-wrapper-standard #IDX-removeProperty:active,
.IDX-wrapper-standard #IDX-newSearch:hover, .IDX-wrapper-standard #IDX-newSearch:focus, .IDX-wrapper-standard #IDX-newSearch:active,
.IDX-wrapper-standard #IDX-modifySearch:hover, .IDX-wrapper-standard #IDX-modifySearch:focus, .IDX-wrapper-standard #IDX-modifySearch:active,
#IDX-backToResults:hover, #IDX-backToResults:focus, #IDX-backToResults:active {
	background-color: #897e85 !important;
}

#IDX-detailsActionNew,
#IDX-detailsHotAction-contact,
#IDX-detailsHotAction-schedule,
#IDX-detailsHotAction-mortgage {
    display: none !important;
}

#IDX-detailsHotActions a {
    border: 0 !important;
    background-color: transparent !important;
    color: #E2C4B9 !important;
    font-family: 'Florentia', sans-serif;
    font-size: 1rem;
    text-decoration: none;
}

#IDX-detailsHotActions a:hover,
#IDX-detailsHotActions a:focus,
#IDX-detailsHotActions a:active {
    color: #897e85 !important;
}

div#IDX-primaryPhoto {
    height: auto !important;
}

#IDX-detailsAddress>a {
    color: #897e85;
    font-size: 1.3rem;
	font-family: 'Florentia', sans-serif;
}

.IDX-wrapper-standard .IDX-panel-default>.IDX-panel-heading,
div#IDX-detailsCourtesyOffice {
    color: #000;
    font-size: 1.2rem !important;
}

.IDX-label {
    color: #000;
}

#IDX-detailsWrapper .IDX-panel-heading {
	background-color: #f1f1f1;
	color: #897e85;
}

.IDX-field-listingID .IDX-label,
.IDX-wrapper-standard .IDX-panel-title {
    font-size: 1.3rem !important;
	font-family: 'Florentia', sans-serif !important;
	color: #897e85 !important;
}

.IDX-wrapper-standard .IDX-well {
	background-color: #f1f1f1;
}

#IDX-main #IDX-map {
    height: 400px !important;
}

#IDX-detailsContactForm {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f1f1f1;
    padding: 45px 0;
}

#IDX-detailscontactContainer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

#IDX-detailscontactContainer #IDX-listingHeader {
    text-align: center;
    color: #897e85;
	font-family: 'ProximaNova', sans-serif;
}

.IDX-leadFormWrap {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

#IDX-detailscontactContactForm {
    width: 100%;
}

#IDX-detailscontactContactForm label {
    color: #897e85;
}

#IDX-detailscontactFormActions>.IDX-form-group:first-of-type {
    display: none;
}

#IDX-detailscontactFormActions>.IDX-form-group:last-of-type {
    float: none !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: right;
}

#IDX-submitBtn {
    width: 200px;
    margin: 0 0 0 auto;
    background-color: #897e85;
    color: #fff;
}

#IDX-submitBtn:hover,
#IDX-submitBtn:focus,
#IDX-submitBtn:active {
    background-color: #f1f1f1;
    color: #897e85;
}

#IDX-detailscontactFormWrap+.col-lg-6 {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
    text-align: center;
}

.IDX-contactAccountHeader {
    color: #897e85 !important;
	font-family: 'Florentia', sans-serif !important;
}

/* IDX Login */
.IDX-customRegistrationFields {
    display: block !important;
}

#IDX-registration .IDX-control-group {
    width: 100% !important;
}

#IDX-registration .IDX-controls input[type="text"] {
    border: 2px solid #897e85 !important;
}

#IDX-leadLoginContainer {
    text-align: center;
}

#IDX-gotoUserSignup a,
#IDX-loginText a {
    font-weight: bold;
}

#IDX-leadLoginForm #IDX-email-group label {
    text-align: left;
    color: #897e85;
    display: block;
}

#IDX-leadLoginForm #IDX-email-group input {
    border: 2px solid #897e85;
    color: #897e85 !important;
}

#IDX-keepLoggedIn label {
    color: #897e85;
}

#IDX-loginSubmit {
    background-color: #897e85;
    color: #fff;
}

#IDX-loginSubmit:hover {
    background-color: #f1f1f1;
    color: #897e85;
}

.IDX-page-usersignup {
    text-align: center;
}

#IDX-leadSignupHeader,
#IDX-leadLoginHeader {
    color: #897e85;
	font-family: 'Florentia', sans-serif;
}

#IDX-signupForm {
    max-width: 400px;
    margin: 0 auto;
}

#IDX-signupForm .IDX-control-group {
    display: block !important;
}

#IDX-signupForm .IDX-control-group label {
    color: #897e85 !important;
    display: block;
    text-align: left;
}

#IDX-signupForm .IDX-control-group input {
    border: 2px solid #897e85;
    color: #897e85 !important;
    width: 100% !important;
}

.IDX-wrapper-standard label {
    width: 100%;
    text-align: left;
}

.impress-lead-signup {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.impress-lead-signup .ctrl-group {
	width: 49%;
	min-width: 49%;
}

.impress-lead-signup .ctrl-group:last-of-type {
	width: 100%;
	min-width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: 20px;
}

.impress-lead-signup #impress-widgetsubmit,
#impress-widgetLeadLoginSubmit {
	width: 200px;
	background-color: #897e85;
	color: #fff;
}

.impress-lead-signup #impress-widgetsubmit:hover,
.impress-lead-signup #impress-widgetsubmit:focus,
.impress-lead-signup #impress-widgetsubmit:active,
#impress-widgetLeadLoginSubmit:hover,
#impress-widgetLeadLoginSubmit:focus,
#impress-widgetLeadLoginSubmit:active {
	color: #897e85;
	background-color: #f1f1f1;
}

.impress-lead-signup ::-webkit-input-placeholder,
.impress-lead-login ::-webkit-input-placeholder {
	color:    transparent;
}
.impress-lead-signup :-moz-placeholder,
.impress-lead-login :-moz-placeholder {
	color:    transparent;
	opacity:  1;
}
.impress-lead-signup ::-moz-placeholder,
.impress-lead-login ::-moz-placeholder {
	color:    transparent;
	opacity:  1;
}
.impress-lead-signup :-ms-input-placeholder,
.impress-lead-login :-ms-input-placeholder {
	color:    transparent;
}
.impress-lead-signup ::-ms-input-placeholder,
.impress-lead-login ::-ms-input-placeholder {
	color:    transparent;
}

.impress-lead-login {
	margin: 20px auto 0;
	width: 60% !important;
}

.impress-lead-login #impress-widgetEmail {
	width: 100%;
}

#impress-widgetLeadLoginSubmit {
	width: 100% !important;
}

.IDX-wrapper-standard .IDX-panel-default>.IDX-panel-heading {
	background-color: #f1f1f1;
}

#IDX-leadSignupContainer .IDX-panel-default,
#IDX-leadLoginContainer .IDX-panel-default {
	border: 2px solid #897e85;
}

#IDX-leadLoginContainer .col-sm-4 {
	margin: 0 auto !important;
	min-width: 50%;
	width: 50%;
	float: none;
}

/* My Account */
#idx-mlm-app .mlm-navbar__inverse,
#idx-mlm-app .navbar-inverse {
    background-color: #897e85 !important;
}

.mlm-navbar__nav li>a.router-link-exact-active {
	background-color: #f1f1f1;
	color: #897e85;
}

.mlm-navbar__nav li>a.router-link-exact-active:hover,
.mlm-navbar__nav li>a.router-link-exact-active:focus,
.mlm-navbar__nav li>a.router-link-exact-active:active {
	background-color: #f1f1f1;
	color: #897e85;
}

#idx-mlm-app .mlm-alert__info {
    background-color: #f1f1f1;
	color: #000;
}

.mlm-nav>li>a.dropdown-toggle:hover,
.mlm-navbar__inverse .mlm-navbar__nav>.open>a, .mlm-navbar__inverse .mlm-navbar__nav>.open>a:focus, .mlm-navbar__inverse .mlm-navbar__nav>.open>a:hover, .mlm-navbar__inverse .navbar-nav>.open>a, .mlm-navbar__inverse .navbar-nav>.open>a:focus, .mlm-navbar__inverse .navbar-nav>.open>a:hover, .navbar-inverse .mlm-navbar__nav>.open>a, .navbar-inverse .mlm-navbar__nav>.open>a:focus, .navbar-inverse .mlm-navbar__nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #f1f1f1;
	color: #897e85;
}

.mlm-nav .dropdown-menu {
	width: unset !important;
}

#idx-mlm-app .btn-info,
#idx-mlm-app .mlm-button__info {
    background-color: #897e85 !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: #fff !important;
}

#idx-mlm-app .btn-info:hover,
#idx-mlm-app .btn-info:focus,
#idx-mlm-app .btn-info:active,
#idx-mlm-app .mlm-button__info:hover,
#idx-mlm-app .mlm-button__info:focus,
#idx-mlm-app .mlm-button__info:active {
    background-color: #f1f1f1 !important;
    color: #897e85 !important;
}

#idx-mlm-app .mlm-bar .mlm-bar__link {
    color: #897e85;
}

.IDX-wrapper-standard .IDX-alert-info {
    background-color: transparent;
    border-color: #897e85;
    color: #897e85;
}

.IDX-wrapper-standard a {
    color: #E2C4B9;
}

.IDX-wrapper-standard a:hover,
.IDX-wrapper-standard a:focus,
.IDX-wrapper-standard a:active {
    color: #897e85;
}

.idx-share-this .idx-share-this--card-body {
	background-color: #E2C4B9;
}

.idx-property-card__image--wrap {
	position: absolute;
	top: 0; left: 0;
}


/* Responsive */
@media screen and (max-width:1199px) {
	section#team .wrapper {
		min-height: auto;
		flex-direction: row !important;
	}

	#IDX-detailsContactForm {
		width: 100%;
		position: static;
		margin: 0;
	}
}

@media (max-width:991px) {
	.search-box > div {
		padding: 30px 15px;
	}

	.search-box .button {
		width: 100% !important;
	}

	#IDX-showcaseGallery-19328 .IDX-showcaseCell {
		width: 50% !important;
		min-width: 50% !important;
	}

	.IDX-resultsCell {
		width: 48%;
		min-width: 48%;
	}
}

@media screen and (max-width:767px) {
	.condo-header {
		height: 250px;
	}

	.plans-tabs {
		padding-right: 15px !important;
	}

	.plan-box {
		margin-top: 45px;
		padding: 15px;
	}

	.plan-box .button {
		position: static;
		width: 100%;
		margin-bottom: 25px;
	}

	.building-content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
		margin: 50px -15px 0;
	}

	.building-section {
		padding: 0 15px;
	}

	.acf-map {
		height: 250px;
	}

	.condo-hood-inner {
		margin: 0 -15px;
	}

	.condo-hood-inner > div {
		padding: 0 15px;
	}

	.single-condo footer .left .wrapper .sign-up .row,
	.page-template-secret-listings footer .left .wrapper .sign-up .row,
	.page-template-searchpage footer .left .wrapper .sign-up .row {
		margin: 0;
	}

	#contact-modal .modal-dialog {
		max-width: 95vw;
	}

	#contact-modal .modal-content {
		padding: 45px 15px;
	}

	.register-cta {
		position: fixed;
		top: auto;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #fff;
		box-shadow: 0 0 6px 4px rgba(0, 0, 0, .2);
		z-index: 2;
		padding: 12px;
		text-align: center;
	}

	.register-cta p {
		margin: 0;
	}

	.register-cta a {
		color: #897e85;
	}

	section#team .wrapper {
		flex-direction: column !important;
		min-height: unset;
	}

	section#team .wrapper .us-image {
		height: 300px !important;
		display: block;
		-webkit-flex: unset;
		flex: unset;
	}

	.secret-wrap {
		width: auto !important;
	}

	.secret-listing {
		padding: 30px 15px !important;
		border: 0 !important;
		border-bottom: 1px solid #ccc !important;
	}

	.search-wraps {
		margin: 0 !important;
	}

	.search-box {
		margin: 20px 0;
	}

	#IDX-showcaseGallery-19329 .IDX-showcaseCell,
	.IDX-resultsCell {
		width: 100% !important;
		min-width: 100% !important;
	}
}


section.home-media-image-below-banner{
  padding: 30px 0;
  overflow: hidden;
}

section.home-media-image-below-banner h2{
  text-align: center;
  margin-bottom: 30px;
}

.home-below-banner-media-image-slider{
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding: 0 15px;
}

.home-below-banner-media-image-slider-slide{
  padding: 0 15px;
  text-align: center;
}

.home-below-banner-media-image-slider img{
  object-fit: contain;
  height: 50px;
  width: auto;
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

section.home-media-image-below-banner .slick-dots{
  bottom: -40px;
}

section.home-media-image-below-banner .slick-dots li button:before{
  font-size: 10px;
}

