@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  min-height: 100%;
  margin: 0;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
label,
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  /* 1 */
  height: auto;
  vertical-align: middle;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

textarea {
  resize: vertical;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.alignnone {
  margin: 5px 0 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignnone {
    margin: 5px 20px 20px 0;
  }
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  max-width: 100%;
}

.alignright {
  float: none;
  margin: 5px 0 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
}

.alignleft {
  margin: 5px 0 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body {
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (min-width: 768px) {
  body {
    letter-spacing: 0;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: #383838;
}

h1, .h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 35px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 25px;
  }
}

a {
  text-decoration: none;
  color: #003652;
}

p {
  margin: 0;
}
p:last-child {
  margin: 0;
}

ul li:last-child {
  margin: 0;
}

ol li:last-child {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg a {
  text-decoration: underline;
  color: #003652;
}
.wysiwyg h2, .wysiwyg .h2 {
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .wysiwyg h2, .wysiwyg .h2 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg h2, .wysiwyg .h2 {
    margin-bottom: 30px;
  }
}
.wysiwyg h3, .wysiwyg .h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.wysiwyg h4, .wysiwyg .h4 {
  font-weight: 500;
  margin-bottom: 13px;
}
.wysiwyg p {
  margin-bottom: 15px;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg ul {
  list-style: none;
  margin: 0 0 1em;
  padding-left: 23px;
}
.wysiwyg ul li {
  margin-top: 7px;
  position: relative;
}
.wysiwyg ul li::before {
  content: "•";
  display: block;
  font-size: 11px;
  left: -10px;
  position: absolute;
}

.formContainer input[type=text],
.formContainer input[type=number],
.formContainer input[type=tel],
.formContainer input[type=email],
.formContainer input[type=date],
.formContainer input[type=search],
.formContainer input[type=url],
.formContainer input[type=password],
.formContainer textarea,
.formContainer select {
  border: 1px solid #000000;
  padding: 0;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
}
.formContainer textarea {
  display: block;
}
.formContainer input[type=checkbox] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  position: relative;
  background: #ffffff;
}
.formContainer input[type=checkbox]:checked + span:after {
  display: block;
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  color: #000000;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.btn {
  background: transparent;
  border: 1px solid #003652;
  color: #003652;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    letter-spacing: 0.18px;
    padding: 13px 25px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.btn:hover {
  background: #003652;
  color: #ffffff;
}
.btn--white {
  border-color: white;
  color: white;
}
.btn--white:hover {
  background: white;
  color: #003652;
}
.btn--small {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 38px;
  margin-top: 12px;
  padding: 0 1em;
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: middle;
}
table thead th {
  vertical-align: bottom;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  padding: 0;
  position: relative;
}

#main {
  flex-grow: 1;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1750px;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 20px;
    width: 94vw;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 87.5vw;
  }
}
.container--narrow {
  max-width: 1176px;
}
.container--middle {
  max-width: 1462px;
}

.siteHeader {
  background-color: rgba(0, 54, 82, 0.95);
  height: 80px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
@media (min-width: 768px) {
  .siteHeader {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .siteHeader {
    height: 130px;
  }
}
.siteHeader--open .siteHeader__menuBtn {
  z-index: -1;
}
.siteHeader--open .siteHeader__menu {
  display: block;
  height: 100vh;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .siteHeader--open .siteHeader__menu {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__menu {
    height: auto;
    padding-top: 0;
  }
}
.siteHeader--open .siteHeader__menu::before {
  background-color: rgba(0, 54, 82, 0.98);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__menu::before {
    content: none;
  }
}
.siteHeader--open .siteHeader__menuContent {
  height: 100%;
  overflow: scroll;
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__menuContent {
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .siteHeader--open .siteHeader__phoneBox, .siteHeader--open .siteHeader__searchBox {
    top: 50px;
    z-index: -2;
  }
}
.siteHeader--open .siteHeader__closeBtn {
  display: block;
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__closeBtn {
    display: none;
  }
}
.siteHeader .container {
  height: 100%;
}
.siteHeader__inner {
  height: 100%;
  position: relative;
}
.siteHeader__logo {
  background: url("../images/logo-home.png") no-repeat;
  background-size: contain;
  display: block;
  height: 52px;
  position: absolute;
  top: 15px;
  width: 152px;
  z-index: 1;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    height: 60px;
    top: 25px;
    width: 179px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__logo {
    height: 76px;
    top: 29px;
    width: 225px;
  }
}
.siteHeader__menu {
  bottom: 0;
  display: none;
  left: -30px;
  position: absolute;
  right: -30px;
  top: 0;
}
@media (min-width: 768px) {
  .siteHeader__menu {
    display: block;
    overflow: hidden;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__menu {
    left: 0;
    overflow: visible;
    padding-top: 0;
    right: 0;
  }
}
.siteHeader__menuBtn {
  align-items: center;
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.siteHeader__menuBtn i {
  align-items: center;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  display: inline-flex;
  height: 14px;
  margin-right: 10px;
  width: 20px;
}
.siteHeader__menuBtn i::before {
  background-color: white;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
@media (min-width: 768px) {
  .siteHeader__menuBtn {
    right: 195px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .siteHeader__menuBtn {
    display: none;
  }
}
.siteHeader__phoneBox, .siteHeader__searchBox {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .siteHeader__phoneBox, .siteHeader__searchBox {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .siteHeader__phoneBox, .siteHeader__searchBox {
    border: none;
    padding: 0;
  }
}
.siteHeader__phoneBox {
  border-bottom: 1px solid #004264;
}
@media (min-width: 768px) {
  .siteHeader__phoneBox {
    border: none;
    right: 67px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__phoneBox {
    right: 0;
    top: 75px;
    transform: none;
  }
}
.siteHeader__searchBox {
  display: none;
}
@media (min-width: 768px) {
  .siteHeader__searchBox {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__searchBox {
    right: 0;
    top: 24px;
    transform: none;
  }
}
.siteHeader__phone {
  align-items: center;
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 76px;
}
@media (min-width: 768px) {
  .siteHeader__phone {
    align-items: center;
    color: #bbbbbb;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .siteHeader__phone {
    color: white;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
  }
}
.siteHeader__phone i {
  font-size: 22px;
  margin-right: 0.5em;
}
.siteHeader__search {
  color: white;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 76px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .siteHeader__search {
    color: #acaeb1;
    display: block;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .siteHeader__search {
    font-size: 16px;
  }
}
.siteHeader__search:hover {
  color: white;
}
.siteHeader__search span {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .siteHeader__search span {
    display: none;
  }
}
.siteHeader__closeBtn {
  display: none;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
}
.siteHeader__closeBtn::before, .siteHeader__closeBtn::after {
  background-color: white;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 18px;
  width: 100%;
}
.siteHeader__closeBtn::before {
  transform: rotate(45deg);
}
.siteHeader__closeBtn::after {
  transform: rotate(-45deg);
}

.siteFooter {
  background: url("../images/footer-bg.jpg") center no-repeat;
  background-size: cover;
  color: white;
  font-size: 18px;
  font-weight: 300;
  min-height: 400px;
  position: relative;
  padding-bottom: 39px;
  /*
  &__col {
    width: 17vw;
    &--follow {
      width: 17vw;
    }
    &--district {

    }
  }
  */
}
@media (min-width: 1200px) {
  .siteFooter {
    padding-bottom: 24px;
  }
}
.siteFooter::before {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.siteFooter a {
  color: white;
}
.siteFooter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteFooter h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 7px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .siteFooter h4 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .siteFooter h4 {
    margin-bottom: 15px;
  }
}
.siteFooter h5 {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-transform: uppercase;
  white-space: nowrap;
}
.siteFooter__cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .siteFooter__cols {
    padding-top: 87px;
  }
}
.siteFooter__cols > div {
  margin-top: 44px;
  width: 100%;
}
@media (min-width: 768px) {
  .siteFooter__cols > div {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .siteFooter__cols > div:nth-child(odd) {
    padding-right: 15px;
  }
  .siteFooter__cols > div:nth-child(even) {
    padding-left: 15px;
  }
  .siteFooter__cols > div:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__cols > div {
    margin-top: 0;
    width: 24%;
  }
}
.siteFooter__socialCols {
  display: flex;
}
.siteFooter__socialCols > div {
  flex-shrink: 0;
  max-width: 91px;
}
.siteFooter__socialCols > div:not(:first-child) {
  margin-left: 12%;
}
@media (min-width: 1200px) {
  .siteFooter__socialCols > div:not(:first-child) {
    margin-left: 11%;
  }
}
.siteFooter__socialButtons {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  max-width: 130px;
}
.siteFooter__socialButtons li {
  display: block;
  height: 22px;
  margin: 6px 12px 0 0;
  width: 22px;
}
@media (min-width: 1200px) {
  .siteFooter__socialButtons li {
    margin: 9px 12px 0 0;
  }
}
.siteFooter__socialButtons li:last-child {
  margin: 6px 12px 0 0;
}
@media (min-width: 1200px) {
  .siteFooter__socialButtons li:last-child {
    margin: 9px 12px 0 0;
  }
}
.siteFooter__socialButtons li:nth-child(3n) {
  margin-right: 0;
}
.siteFooter__socialButtons a {
  align-items: center;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.siteFooter__contacts li {
  margin-bottom: 0.5em;
}
.siteFooter__submitButton {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 38px;
  margin-top: 12px;
  padding: 0 1em;
}
.siteFooter .siteFooter__inputText {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  height: 38px;
  margin-top: 12px;
  width: 100%;
}
.siteFooter hr {
  background-color: #b5131b;
  border: none;
  height: 5px;
  margin: 60px auto 0;
  width: 50px;
}
@media (min-width: 1200px) {
  .siteFooter hr {
    margin: 80px auto 0;
  }
}
.siteFooter__copyrightRow {
  font-size: 16px;
  line-height: 20px;
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .siteFooter__copyrightRow {
    margin-top: 30px;
  }
}
.siteFooter__copyrightRow span {
  display: block;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .siteFooter__copyrightRow span {
    display: inline;
    margin-top: 0;
  }
}
.siteFooter .container {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .topNav {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .mainNav {
    display: block;
    position: absolute;
    right: 194px;
    top: 58px;
  }
}

.topMenu {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .topMenu {
    flex-direction: row;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.topMenu__item--depth0 {
  border-bottom: 1px solid #004264;
  padding: 0 30px;
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .topMenu__item--depth0 {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .topMenu__item--depth0 {
    border: none;
    padding: 0;
  }
  .topMenu__item--depth0:not(:first-child) {
    margin-left: 40px;
  }
  .topMenu__item--depth0:not(:first-child)::before {
    background-color: #666666;
    content: "";
    display: inline-block;
    height: 15px;
    left: -20px;
    position: absolute;
    top: 16px;
    width: 1px;
  }
  .topMenu__item--depth0:hover > a {
    color: white;
  }
  .topMenu__item--depth0:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
.topMenu__item--depth1 {
  border-top: 1px solid #004264;
  padding: 0 55px;
}
@media (min-width: 768px) {
  .topMenu__item--depth1 {
    padding: 0 76px;
  }
}
@media (min-width: 1200px) {
  .topMenu__item--depth1 {
    border-top: 1px solid #e0e0e0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .topMenu__item--depth1:first-child {
    border-top: none;
  }
}
.topMenu__link--depth0 {
  color: white;
  display: block;
  line-height: 76px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .topMenu__link--depth0 {
    color: #bbbbbb;
    line-height: 3;
    text-transform: none;
  }
}
.topMenu__link--depth1 {
  color: #bbbbbb;
  display: block;
  line-height: 59px;
}
@media (min-width: 1200px) {
  .topMenu__link--depth1 {
    color: #383838;
    line-height: 56px;
    padding: 0 1.5em;
  }
}
.topMenu__list {
  display: none;
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media (min-width: 768px) {
  .topMenu__list {
    margin: 0 -60px;
  }
}
@media (min-width: 1200px) {
  .topMenu__list {
    display: block;
    background-color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
}
.topMenu__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transition: transform 0.3s;
  width: 82px;
}
@media (min-width: 1200px) {
  .topMenu__arrow {
    display: none;
  }
}
.topMenu__arrow--open {
  transform: rotate(0);
}

.mainMenu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .mainMenu {
    flex-direction: row;
  }
}
.mainMenu__item--depth0 {
  border-bottom: 1px solid #004264;
  padding: 0 30px;
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .mainMenu__item--depth0 {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0 {
    border: none;
    padding: 0;
  }
  .mainMenu__item--depth0:hover > a {
    background-color: #fff;
    color: #003652;
  }
}
.mainMenu__item--depth1 {
  position: relative;
  border-top: 1px solid #004264;
  padding: 0 55px;
  color: #bbbbbb;
}
@media (min-width: 768px) {
  .mainMenu__item--depth1 {
    padding: 0 76px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 {
    border-top: 1px solid #e0e0e0;
    padding: 0;
  }
  .mainMenu__item--depth1:hover {
    background: #e0e0e0;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1:first-child {
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 > a {
    padding-right: 45px;
  }
}
.mainMenu__item--depth1 .mainMenu__arrow {
  width: 58px !important;
  height: 58px !important;
  margin-right: 24px;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 .mainMenu__arrow {
    display: flex;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    transform: rotate(90deg);
    color: #393939;
    position: absolute;
    right: 20px;
    top: 24px;
  }
  .mainMenu__item--depth1 .mainMenu__arrow svg {
    transform: scale(0.5);
  }
}
.mainMenu__item--depth2 {
  position: relative;
  border-top: 1px solid #004264;
  padding: 0 55px;
  color: #bbbbbb;
}
@media (min-width: 768px) {
  .mainMenu__item--depth2 {
    padding: 0 76px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth2 {
    border-top: 1px solid #e0e0e0;
    padding: 0;
  }
  .mainMenu__item--depth2:hover {
    background: #e0e0e0;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth2:first-child {
    border-top: none;
  }
}
.mainMenu__item:hover > ul {
  visibility: visible;
  opacity: 1;
}
.mainMenu__link {
  display: block;
}
@media (min-width: 1200px) {
  .mainMenu__link {
    padding: 0 29px;
  }
}
.mainMenu__link--depth0 {
  color: white;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 76px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth0 {
    line-height: 66px;
    padding-bottom: 6px;
  }
}
.mainMenu__link--depth1 {
  line-height: 59px;
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1 {
    color: #383838;
    line-height: 66px;
  }
}
.mainMenu__link--depth2 {
  line-height: 59px;
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth2 {
    color: #383838;
    line-height: 66px;
  }
}
.mainMenu__list--depth1 {
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18px;
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media (min-width: 768px) {
  .mainMenu__list--depth1 {
    margin: 0 -60px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth1 {
    display: block;
    background-color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
.mainMenu__list--depth2 {
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18px;
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media (min-width: 768px) {
  .mainMenu__list--depth2 {
    margin: 0 -60px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth2 {
    display: block;
    background-color: #fff;
    left: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    min-width: 235px;
    border-left: 1px solid #e0e0e0;
  }
}
.mainMenu__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transition: transform 0.3s;
  width: 82px;
}
@media (min-width: 1200px) {
  .mainMenu__arrow {
    display: none;
  }
}
.mainMenu__arrow--open {
  transform: rotate(0);
}

.btnMenu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}
.btnMenu span {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.btnMenu.open span {
  background: none;
}
.btnMenu.open span:nth-child(1) {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btnMenu.open span:nth-child(3) {
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #ffffff;
  z-index: 800;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menuOverlay.show {
  opacity: 1;
  visibility: visible;
}

.pagination .page-numbers {
  margin: 0 5px;
}

.comments ul {
  list-style-type: none;
}

.section-comment-form .comment-form .form-group label {
  display: block;
  padding: 0;
  margin: 0;
}
.section-comment-form .comment-form .btn {
  margin: 0;
  border: none;
  padding: 0;
}
.section-comments-list {
  padding: 0;
}
.section-comments-list .comments-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-comments-list .comments-list .comment {
  margin: 0;
}
.section-comments-list .comments-list .comment:last-of-type {
  margin-bottom: 0;
}
.section-comments-list .comments-list .comment .comment-wrap {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-author {
  margin: 0;
}
.section {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 76px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 122px 0 108px;
  }
}
.section--lavender {
  background-color: #f1f5fa;
}
.section__text {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .section__text {
    margin-bottom: 65px;
  }
}
.section__text p {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.heroSection {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  position: relative;
}
@media (min-width: 768px) {
  .heroSection {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .heroSection {
    height: 550px;
  }
}
.heroSection__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 80px;
}
@media (min-width: 768px) {
  .heroSection__overlay {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .heroSection__overlay {
    top: 130px;
  }
}
.heroSection .container {
  align-items: center;
  color: white;
  display: flex;
  justify-content: center;
  height: 100%;
}
.heroSection h1 {
  text-align: center;
}

.sectionReviews {
  padding-bottom: 54px;
}
@media (min-width: 768px) {
  .sectionReviews {
    padding-bottom: 87px;
    padding-top: 87px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .sectionReviews {
    padding-bottom: 96px;
    padding-top: 108px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .sectionReviews h2 {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .sectionReviews h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about .sectionReviews {
    padding-top: 121px;
    padding-bottom: 92px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about .sectionReviews h2 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about-why .sectionReviews {
    padding-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about-careers .sectionReviews {
    padding-bottom: 115px;
    padding-top: 117px;
  }
}
body.page-template-about-careers .sectionReviews h2 {
  margin-bottom: 26px;
}
.sectionReviews h2 {
  text-align: center;
}
.sectionReviews__btnRow {
  margin-top: 41px;
  text-align: center;
}
@media (min-width: 768px) {
  .sectionReviews__btnRow {
    margin-top: 53px;
  }
}
@media (min-width: 1200px) {
  .sectionReviews__btnRow {
    margin-top: 62px;
  }
}
@media (min-width: 768px) {
  body.page-template-about-why .sectionReviews__btnRow {
    margin-top: 63px;
  }
}

.sectionBuildingAreaHighlights h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__rows {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__rows {
    padding: 0;
  }
}
.sectionBuildingAreaHighlights__row {
  display: flex;
  flex-direction: column;
  margin-top: 33px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__row {
    margin-top: 42px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row {
    align-items: center;
    flex-direction: row;
    margin-top: 99px;
  }
}
.sectionBuildingAreaHighlights__row:first-child {
  margin-top: 29px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__row:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row:first-child {
    margin-top: 74px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row--reverse .sectionBuildingAreaHighlights__img {
    margin: 0 0 0 5.2742616034%;
  }
}
.sectionBuildingAreaHighlights__img {
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__img {
    width: 339px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__img {
    margin: 0 5.2742616034% 0 0;
    width: 550px;
  }
}
.sectionBuildingAreaHighlights__text {
  flex-grow: 1;
}
.sectionBuildingAreaHighlights img {
  display: block;
  width: 100%;
}
.sectionBuildingAreaHighlights h3 {
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights h3 {
    margin-bottom: 18px;
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights h3 {
    margin-top: 0;
  }
}
.sectionBuildingAreaHighlights .wysiwyg ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights .wysiwyg ul {
    column-count: 2;
    column-gap: 27px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights .wysiwyg ul {
    column-gap: 80px;
  }
}
.sectionBuildingAreaHighlights .wysiwyg ul li {
  margin: 0 0 15px;
  padding-left: 37px;
}
.sectionBuildingAreaHighlights .wysiwyg ul li::before {
  color: #b5131b;
  content: "\f00c";
  font-family: FontAwesome, monospace;
  font-size: 20px;
  left: 0;
}

.sectionHomeHero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  padding: 0;
}
.sectionHomeHero__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 80px;
}
@media (min-width: 768px) {
  .sectionHomeHero__overlay {
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__overlay {
    top: 130px;
  }
}
.sectionHomeHero h1 {
  margin-top: 69px;
  text-align: center;
}
@media (min-width: 768px) {
  .sectionHomeHero h1 {
    margin-top: 0;
  }
}
.sectionHomeHero__content {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .sectionHomeHero__content {
    flex-direction: row;
    height: 300px;
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__content {
    margin-top: 69px;
  }
}
.sectionHomeHero__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .sectionHomeHero__item {
    width: 50%;
  }
}
.sectionHomeHero__item:first-child {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .sectionHomeHero__item:first-child {
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__item:first-child {
    padding-bottom: 40px;
  }
}
.sectionHomeHero__icon--residential {
  height: 90px;
  width: 80px;
}
@media (min-width: 768px) {
  .sectionHomeHero__icon--residential {
    height: 113px;
    width: 100px;
  }
}
.sectionHomeHero__icon--commercial {
  height: 103px;
  width: 99px;
}
@media (min-width: 768px) {
  .sectionHomeHero__icon--commercial {
    height: 129px;
    width: 124px;
  }
}
.sectionHomeHero h3 {
  margin: 24px 0 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionHomeHero h3 {
    line-height: 26px;
    margin: 24px 0 26px;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero h3 {
    margin: 20px 0 23px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sectionHomeHero h3 {
    font-size: 20px;
  }
}
.sectionHomeHero__grid {
  display: flex;
  flex-wrap: wrap;
}
.sectionHomeHero__videoBlock {
  display: none;
  position: relative;
  padding-bottom: 65.79%;
  background: url("../video/poster.png") no-repeat center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sectionHomeHero__videoBlock {
    display: block;
    padding-bottom: 56.25vw;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__videoBlock {
    width: 50%;
    padding-bottom: 45.31vw;
  }
}
.sectionHomeHero__videoBlock video {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .sectionHomeHero__videoBlock video {
    width: 100%;
    height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__videoBlock video {
    height: 45.31vw;
    width: 80.57vw;
  }
}
.sectionHomeHero__smallBlocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlocks {
    width: 50%;
  }
}
.sectionHomeHero__smallBlock .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlock .background {
    transform: scale(1);
    transition: transform 0.3s;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlock .content {
    background: transparent;
    transition: background 0.3s;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlock:hover .background {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlock:hover .content {
    background: rgba(0, 54, 82, 0.65);
  }
}
.sectionHomeHero__imageBlock {
  position: relative;
  display: none;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .sectionHomeHero__imageBlock {
    display: block;
    width: 50%;
    height: 22.66vw;
  }
}
.sectionHomeHero__imageBlock:nth-child(2) .background {
  background-image: url("../images/hero2.jpg");
}
.sectionHomeHero__imageBlock:nth-child(3) .background {
  background-image: url("../images/hero3.jpg");
}
.sectionHomeHero__ctaBlock {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sectionHomeHero__apartmentsBlock {
  position: relative;
  width: 100%;
  padding-bottom: 88%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sectionHomeHero__apartmentsBlock {
    width: 50%;
    padding-bottom: 44%;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__apartmentsBlock {
    padding-bottom: 0;
  }
}
.sectionHomeHero__apartmentsBlock .background {
  background-image: url("../images/hero1.jpg");
}
.sectionHomeHero__commercialBlock {
  position: relative;
  width: 100%;
  padding-bottom: 88%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sectionHomeHero__commercialBlock {
    width: 50%;
    padding-bottom: 44%;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__commercialBlock {
    padding-bottom: 0;
  }
}
.sectionHomeHero__commercialBlock .background {
  background-image: url("../images/hero4.jpg");
}
.sectionHomeHero .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.sectionHomeHero .content .btn {
  position: relative;
  z-index: 50;
}
.sectionHomeHero .lnk--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.sectionHomeIntro {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sectionHomeIntro {
    padding: 74px 0;
  }
}
@media (min-width: 1200px) {
  .sectionHomeIntro {
    padding: 128px 0;
  }
}
.sectionHomeIntro h2 {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .sectionHomeIntro h2 {
    margin-bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .sectionHomeWhyDistrict {
    padding-bottom: 120px;
  }
}
.sectionHomeWhyDistrict h2 {
  text-align: center;
}
.sectionHomeWhyDistrict .flexibleRows {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sectionHomeWhyDistrict .flexibleRows {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeWhyDistrict .flexibleRows {
    margin-top: 68px;
  }
}
.sectionHomeWhyDistrict .flexibleRows__btnRow {
  margin-top: 30px;
  padding: 0 34px;
}
@media (min-width: 768px) {
  .sectionHomeWhyDistrict .flexibleRows__btnRow {
    margin-top: 76px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeWhyDistrict .flexibleRows__btnRow {
    margin-top: 83px;
  }
}

.sectionHomeCtaBar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-bottom: 13px;
  position: relative;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar {
    padding-bottom: 96px;
    padding-top: 104px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar {
    padding-bottom: 111px;
    padding-top: 113px;
  }
}
.sectionHomeCtaBar::before {
  background-color: rgba(0, 54, 82, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sectionHomeCtaBar__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__content {
    flex-direction: row;
    height: 300px;
  }
}
.sectionHomeCtaBar__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__item {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar__item {
    padding-bottom: 40px;
  }
}
.sectionHomeCtaBar__item:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__item:first-child {
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar__item:first-child {
    padding-bottom: 40px;
  }
}
.sectionHomeCtaBar__icon--residential {
  height: 90px;
  width: 80px;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__icon--residential {
    height: 113px;
    width: 100px;
  }
}
.sectionHomeCtaBar__icon--commercial {
  height: 103px;
  width: 99px;
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar__icon--commercial {
    height: 129px;
    width: 124px;
  }
}
.sectionHomeCtaBar h3 {
  margin: 23px 0 9px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar h3 {
    margin: 20px 0 23px;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar h3 {
    padding: 0;
  }
}

.sectionResidentialStudentRentalApartments .blockIntro {
  margin-bottom: 55px;
}

.sectionResidentialIntro .ctaList {
  margin-top: 106px;
  margin-bottom: 150px;
}

.sectionNeighbourhoodsInfo {
  padding-top: 0;
  padding-bottom: 124px;
}
.sectionNeighbourhoodsInfo .flexibleRows__row:first-child {
  margin-top: 54px;
}
.sectionNeighbourhoodsInfo .blockCTA {
  margin-top: 120px;
}

.sectionCommercialIntro {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .sectionCommercialIntro {
    padding-top: 74px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialIntro {
    padding-bottom: 96px;
    padding-top: 118px;
  }
}
.sectionCommercialIntro__downloadButton {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18px;
  margin-top: 44px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionCommercialIntro__downloadButton {
    margin-top: 34px;
  }
}
.sectionCommercialIntro__downloadButton .fa {
  font-size: 22px;
  margin-right: 14px;
}
@media (min-width: 768px) {
  .sectionCommercialIntro .wysiwyg h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialIntro .wysiwyg h2 {
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionCommercialIntro .blockIntro .btn {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialIntro .btn {
    padding-left: 37px;
    padding-right: 37px;
  }
}

.sectionCommercialForSale {
  padding-bottom: 57px;
}
@media (min-width: 768px) {
  .sectionCommercialForSale {
    padding-bottom: 100px;
    padding-top: 86px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale {
    padding-bottom: 108px;
    padding-top: 118px;
  }
}
@media (min-width: 768px) {
  .sectionCommercialForSale h2 {
    margin-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale h2 {
    margin-bottom: 24px;
  }
}
.sectionCommercialForSale__btnRow {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .sectionCommercialForSale__btnRow {
    margin-top: 41px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale__btnRow {
    margin-top: 64px;
  }
}
.sectionCommercialForSale .forSaleScores {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .sectionCommercialForSale .forSaleScores {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale .forSaleScores {
    margin-top: 58px;
  }
}

.sectionIntegrity {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .sectionIntegrity {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity {
    padding-top: 118px;
  }
}
@media (max-width: 767px) {
  .sectionIntegrity h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity h2 {
    margin-bottom: 23px;
  }
}
.sectionIntegrity .blockIntro .btn {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .sectionIntegrity .blockIntro .btn {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity .blockIntro .btn {
    margin-top: 11px;
  }
}
.sectionIntegrity .ctaList {
  margin-top: 51px;
}
@media (min-width: 768px) {
  .sectionIntegrity .ctaList {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity .ctaList {
    margin-top: 106px;
  }
}

.sectionOurHistory {
  padding-bottom: 29px;
  padding-top: 46px;
}
@media (min-width: 768px) {
  .sectionOurHistory {
    padding-bottom: 65px;
    padding-top: 77px;
  }
}
@media (min-width: 1200px) {
  .sectionOurHistory {
    padding-bottom: 107px;
    padding-top: 120px;
  }
}
.sectionOurHistory h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .sectionOurHistory h2 {
    margin-bottom: 12px;
  }
}
.sectionOurHistory__text {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionOurHistory__text {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOurHistory__text {
    column-count: 2;
    column-gap: 82px;
    margin-top: 39px;
  }
}

@media (min-width: 768px) {
  .sectionAboutWhyIntro {
    padding-bottom: 99px;
  }
}
@media (min-width: 1200px) {
  .sectionAboutWhyIntro {
    padding-top: 116px;
    padding-bottom: 146px;
  }
}
@media (min-width: 768px) {
  .sectionAboutWhyIntro h2 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .sectionAboutWhyIntro h2 {
    margin-bottom: 25px;
  }
}
.sectionAboutWhyIntro .flexibleRows {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .sectionAboutWhyIntro .flexibleRows {
    margin-top: 72px;
  }
}
@media (min-width: 1200px) {
  .sectionAboutWhyIntro .flexibleRows {
    margin-top: 84px;
  }
}
.sectionAboutWhyIntro .flexibleRows h3 {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .sectionAboutWhyIntro .flexibleRows h3 {
    margin-top: 0;
  }
}

.sectionCommunity {
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .sectionCommunity {
    padding-bottom: 62px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity {
    padding-bottom: 144px;
    padding-top: 119px;
  }
}
.sectionCommunity .blockIntro {
  max-width: 892px;
}
@media (min-width: 768px) {
  .sectionCommunity .blockIntro h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity .blockIntro h2 {
    margin-bottom: 25px;
  }
}
.sectionCommunity__logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
  position: relative;
}
@media (min-width: 1200px) {
  .sectionCommunity__logos {
    margin-top: 30px;
  }
}
.sectionCommunity__logosItem {
  display: flex;
  justify-content: center;
}
.sectionCommunity__logosItem a {
  display: block;
  max-width: 251px;
}
@media (min-width: 768px) {
  .sectionCommunity__logosItem a {
    max-width: 309px;
  }
}
.sectionCommunity__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .sectionCommunity__content {
    margin-top: 92px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__content {
    flex-direction: row;
    margin-top: 135px;
    padding: 0;
  }
}
.sectionCommunity__image {
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .sectionCommunity__image {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__image {
    width: 550px;
  }
}
.sectionCommunity__image img {
  display: block;
  width: 100%;
}
.sectionCommunity__text {
  align-self: center;
  margin-top: -11px;
}
@media (min-width: 768px) {
  .sectionCommunity__text {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__text {
    margin-left: 30px;
    margin-top: 0;
    width: 768px;
  }
}
.sectionCommunity__text h3 {
  line-height: 26px;
  margin-top: 44px;
}
@media (min-width: 768px) {
  .sectionCommunity__text h3 {
    margin-bottom: 19px;
    margin-top: 46px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__text h3 {
    margin-top: 0;
  }
}
.sectionCommunity .owl-stage {
  display: flex;
}
.sectionCommunity .owl-nav {
  bottom: 85px;
  display: flex;
  height: 0;
  justify-content: space-between;
  left: -20px;
  position: absolute;
  right: -20px;
}
@media (min-width: 768px) {
  .sectionCommunity .owl-nav {
    left: 0;
    right: 0;
  }
}
.sectionCommunity .owl-prev, .sectionCommunity .owl-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA2CAYAAADd0Vm+AAACqUlEQVRYha2YS29NURiGn3OaaE1QU2k6d6n+A5qKf6AS6pqgBggSYULq1gojVTVyN2jSMCTOSGJIGKkRJi6TGpA4Umkqn3xk+dbaa++99n6H7/nWfnJy3netdXaj1WpNA0P8r1PAuPGS1AQOAh/N4lGgvy7AV2APsOj4S4AHwFJvRQJA1AKums9WA2PeikSA6CTwxnx+GNjsrUoE/AS2A/OO1wBuAiu9lQkA0WvgtPFWATe8lYkA0RXgmfG2ADu8yUTAArAb+Gb8a0CvN52jEED0AThkvGXAHaDDm44oCyC6C8wYbwNw3JuMKAYQHQA+Ge9cmZbnAbJafh/o8qYDygOIngITxltTdDMsAiDS8k3eZCKgDQwHWn47r+VFAaJXwBnjScunvMlEgOgy8Nx4Q7GWlwUs6MNsyyeyWl4WgLb8iPGWZ7U8BYD+uKGWH6sLIBoBPhvvPLC+LsCc7rrRllcBoC2fNN5a9yyvChCdAGaNJyEYrAvQ1ujalkuquusAiF7qZc3Vn5bXBRD98hzoqAvQrxF1JREeqQMgkbynEf2rRY3wXB2AMY2mq0mNcOUUDQb2pVmNLlUB3RrFhuPNa2TbdQCmNIquRjWy/5QKkONzq/HkILpkB1MAvYFbxndgpx5IlQBNPQtWGF9uGO+96QSAXBs3Gu+hQoMqA+jTa6Mraet+b9JRUUCX/insdDxp6149eDJVFHAho61PvMmEbyBtPWq8t25bY8oDSFtvBdo67LY1pjyAtLXHeGdtW2OKAbZltLXUO4wsQE/gtiBt3RVqa0whQFN3SdtW2ZbfedM5CgEkMQPGe6Q/dmlZQJ9m3tUXYF/KwzGATr32lW5rTC7gIrDOzF4HHkfWFwYMVGlrHiB0tsolSs7WH3UA5CWHbaucrS+qPhzgNz1sfZzx9ufiAAAAAElFTkSuQmCC");
  height: 54px;
  width: 24px;
}
.sectionCommunity .owl-prev.disabled, .sectionCommunity .owl-next.disabled {
  visibility: hidden;
}
.sectionCommunity .owl-prev {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .sectionCurrentOpening {
    padding-top: 118px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .sectionCurrentOpening h2 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .sectionCurrentOpening h2 {
    margin-bottom: 23px;
  }
}
.sectionCurrentOpening .careers {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .sectionCurrentOpening .careers {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .sectionCurrentOpening .careers {
    margin-top: 28px;
  }
}

@media (min-width: 1200px) {
  .sectionTeam {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}
.sectionTeam .blockIntro h2 {
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .sectionTeam .blockIntro h2 {
    margin-bottom: 25px;
  }
}
.sectionTeam .filterTeamBlog {
  margin-top: 37px;
}
@media (min-width: 768px) {
  .sectionTeam .filterTeamBlog {
    margin-top: 41px;
  }
}
@media (min-width: 1200px) {
  .sectionTeam .filterTeamBlog {
    margin-top: 83px;
  }
}
.sectionTeam__teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sectionTeam__teasers {
    margin-top: 50px;
  }
}
.sectionTeam__teasersSizer, .sectionTeam__teasersItem {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionTeam__teasersSizer, .sectionTeam__teasersItem {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .sectionTeam__teasersSizer, .sectionTeam__teasersItem {
    width: 23.5%;
  }
}
.sectionTeam__teasersGutter {
  height: 0;
  width: 0;
}
@media (min-width: 768px) {
  .sectionTeam__teasersGutter {
    width: 4%;
  }
}
@media (min-width: 1200px) {
  .sectionTeam__teasersGutter {
    width: 2%;
  }
}
.sectionTeam__teasersItem {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .sectionTeam__teasersItem {
    margin-bottom: 63px;
  }
}
.sectionTeam__teasers a {
  display: block;
  position: relative;
}
.sectionTeam__teasers a:hover::before {
  background-color: #b5131b;
}
.sectionTeam__teasers a::before {
  background-color: #003652;
  bottom: 0;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 45px;
}
.sectionTeam__teasers a div::before, .sectionTeam__teasers a div::after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
}
.sectionTeam__teasers a div::before {
  bottom: 21px;
  height: 3px;
  right: 9px;
  width: 26px;
}
.sectionTeam__teasers a div::after {
  bottom: 9px;
  height: 26px;
  right: 21px;
  width: 3px;
}
.sectionTeam__teasers a img {
  display: block;
  width: 100%;
}
.sectionTeam__teasers h3 {
  color: #383838;
  margin-top: 13px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionTeam__teasers h3 {
    margin-top: 26px;
  }
}
@media (min-width: 1200px) {
  .sectionTeam__teasers h3 {
    margin-top: 30px;
    padding-left: 14px;
  }
}
.sectionTeam__teasers h4 {
  font-weight: 300;
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .sectionTeam__teasers h4 {
    margin-top: 3px;
    padding-left: 14px;
  }
}

.sectionCareerPost {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .sectionCareerPost {
    padding-top: 68px;
  }
}
@media (min-width: 1200px) {
  .sectionCareerPost {
    padding-top: 116px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionCareerPost .container {
    padding: 0 60px;
  }
}
.sectionCareerPost__fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sectionCareerPost hr {
  background-color: #b5131b;
  border: none;
  height: 4px;
  margin: 22px 0 32px;
  width: 52px;
}
.sectionCareerPost__nav {
  margin-top: 74px;
}

.sectionWorkingAtDistrict {
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict {
    padding-bottom: 45px;
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict {
    padding-top: 100px;
    padding-bottom: 124px;
  }
}
.sectionWorkingAtDistrict__row {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict__row {
    margin-top: 34px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict__img {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict__img {
    width: 550px;
  }
}
.sectionWorkingAtDistrict__text {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict__text {
    margin-top: 43px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict__text {
    padding-left: 5vw;
    width: 869px;
  }
}
.sectionWorkingAtDistrict h2 {
  text-align: center;
}
.sectionWorkingAtDistrict img {
  width: 100%;
}

@media (max-width: 767px) {
  .sectionBlogList {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList {
    padding-top: 118px;
  }
}
.sectionBlogList .filterTeamBlog {
  margin-top: 47px;
}
@media (min-width: 768px) {
  .sectionBlogList .filterTeamBlog {
    margin-top: 31px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList .filterTeamBlog {
    margin-top: 42px;
  }
}
.sectionBlogList__teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 49px;
}
@media (min-width: 768px) {
  .sectionBlogList__teasers {
    margin-top: 54px;
  }
}
.sectionBlogList__teaser, .sectionBlogList__teaserSizer {
  width: 100%;
}
@media (min-width: 768px) {
  .sectionBlogList__teaser, .sectionBlogList__teaserSizer {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList__teaser, .sectionBlogList__teaserSizer {
    width: 23.5%;
  }
}
@media (min-width: 768px) {
  .sectionBlogList__teaserGutter {
    width: 4%;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList__teaserGutter {
    width: 2%;
  }
}
.sectionBlogList__teaser {
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
  position: relative;
}
.sectionBlogList__teaser::before {
  background-color: #003652;
  bottom: 0;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 45px;
}
.sectionBlogList__teaser:hover::before {
  background-color: #b5131b;
}
.sectionBlogList__teaser--hidden {
  display: none;
}
.sectionBlogList__teaser h3 {
  color: #383838;
  font-size: 22px;
  line-height: 26px;
  padding: 30px 50px 40px 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionBlogList__teaser h3 {
    padding: 30px 50px 40px 30px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList__teaser h3 {
    font-size: 25px;
    line-height: 30px;
    padding: 30px 50px 30px 30px;
  }
}
.sectionBlogList__teaser a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.sectionBlogList__teaser a::before, .sectionBlogList__teaser a::after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
}
.sectionBlogList__teaser a::before {
  bottom: 21px;
  height: 3px;
  right: 9px;
  width: 26px;
}
.sectionBlogList__teaser a::after {
  bottom: 9px;
  height: 26px;
  right: 21px;
  width: 3px;
}
.sectionBlogList__btnRow {
  margin-top: 30px;
  text-align: center;
}

.sectionBlogPost {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .sectionBlogPost {
    padding-top: 77px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogPost {
    padding-bottom: 98px;
    padding-top: 116px;
  }
}
.sectionBlogPost__nav {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .sectionBlogPost__nav {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogPost__nav {
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .sectionBlogPost .wysiwyg {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogPost .wysiwyg {
    padding: 0;
  }
}
.sectionBlogPost .wysiwyg h3 {
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .sectionBlogPost .wysiwyg h3 {
    line-height: 35px;
    margin-bottom: 13px;
  }
}
.sectionBlogPost .wysiwyg p {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .sectionResidentialRentalApp {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp {
    padding-bottom: 122px;
    padding-top: 116px;
  }
}
@media (min-width: 768px) {
  .sectionResidentialRentalApp__content {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp__content {
    padding: 0;
  }
}
.sectionResidentialRentalApp__btnRow {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .sectionResidentialRentalApp__btnRow {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp__btnRow {
    margin-top: 33px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.sectionFAQ h2 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sectionFAQ h2 {
    margin-bottom: 44px;
  }
}
.sectionFAQ__category {
  margin-top: 62px;
}
@media (min-width: 768px) {
  .sectionFAQ__category {
    margin-top: 78px;
  }
}
@media (min-width: 1200px) {
  .sectionFAQ__category {
    margin-top: 97px;
  }
}
.sectionFAQ__accordionHead {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  margin-top: 37px;
  outline: none;
  padding: 0 0 9px;
  position: relative;
}
@media (min-width: 768px) {
  .sectionFAQ__accordionHead {
    margin-top: 60px;
    padding: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  .sectionFAQ__accordionHead {
    margin-top: 45px;
    padding: 17px 0 5px;
  }
}
.sectionFAQ__accordionHead::before, .sectionFAQ__accordionHead::after {
  background-color: #003652;
  bottom: 20px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  width: 26px;
}
.sectionFAQ__accordionHead::after {
  transform: rotate(90deg);
}
.sectionFAQ__accordionHead.ui-accordion-header-active::after {
  transform: rotate(0);
}
.sectionFAQ__accordionContent {
  padding: 13px 10px 0;
}
@media (min-width: 768px) {
  .sectionFAQ__accordionContent {
    padding: 34px 30px 0;
  }
}
@media (min-width: 1200px) {
  .sectionFAQ__accordionContent {
    padding: 35px 20px 0;
  }
}
.sectionFAQ h3 {
  line-height: 26px;
  padding-right: 30px;
  text-transform: uppercase;
}
.sectionFAQ .ui-widget {
  font-family: "Hind", sans-serif;
}
.sectionFAQ .ui-widget .ui-accordion-header {
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #383838;
}
.sectionFAQ .ui-widget .ui-icon {
  display: none;
}
.sectionFAQ .ui-widget .ui-widget-content {
  border: none;
}
.sectionFAQ .ui-widget .ui-helper-reset {
  line-height: 28px;
}

@media (min-width: 1200px) {
  .sectionTenantReviews {
    padding-bottom: 120px;
    padding-top: 118px;
  }
}
@media (min-width: 1200px) {
  .sectionTenantReviews h2 {
    margin-bottom: 24px;
  }
}
.sectionTenantReviews .tenantReviews {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .sectionTenantReviews .tenantReviews {
    margin-top: -8px;
  }
}
@media (min-width: 1200px) {
  .sectionTenantReviews .tenantReviews {
    margin-top: 32px;
  }
}
.sectionTenantReviews .ctaList {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .sectionTenantReviews .ctaList {
    margin-top: 120px;
  }
}

.sectionResidentialStudentRentalApartments {
  padding-top: 0;
}

.sectionAvailableUnits {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .sectionAvailableUnits {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .sectionAvailableUnits {
    padding-bottom: 54px;
  }
}

.sectionBuildingAreaHighlights {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights {
    padding-top: 54px;
  }
}

.blockCTA {
  padding: 45px 0 35px;
  background: url("../images/section-cta-mobile.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
  margin-top: 50px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .blockCTA {
    background-image: url("../images/section-cta.jpg");
    padding: 55px 0;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .blockCTA {
    padding: 115px 0;
    margin-top: 65px;
  }
}
.blockCTA__cols {
  position: relative;
}
@media (min-width: 768px) {
  .blockCTA__cols {
    display: flex;
  }
  .blockCTA__cols:after {
    content: "";
    width: 1px;
    position: absolute;
    left: 44%;
    top: 0;
    bottom: 0;
    background: #cccccc;
  }
}
@media (min-width: 1200px) {
  .blockCTA__cols:after {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .blockCTA__col {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blockCTA__col:nth-child(1) {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blockCTA__col:nth-child(2) {
    width: 56%;
  }
}
.blockCTA__link {
  position: relative;
  display: block;
  color: #ffffff;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .blockCTA__link {
    padding: 20px 0 25px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link {
    padding: 33px 0 20px;
  }
}
.blockCTA__link--tel {
  padding-left: 65px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .blockCTA__link--tel {
    padding-left: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--tel {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.blockCTA__link--tel:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
  background: url("../images/icon-tel-white.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .blockCTA__link--tel:before {
    height: 60px;
    width: 60px;
    margin-top: -3px;
    left: -5px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--tel:before {
    height: 75px;
    width: 46px;
    left: -57px;
  }
}
.blockCTA__link--online {
  padding-left: 65px;
}
@media (min-width: 768px) {
  .blockCTA__link--online {
    padding-left: 90px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--online {
    padding-left: 70px;
  }
}
.blockCTA__link--online:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
  background: url("../images/icon-envelop-open-white.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .blockCTA__link--online:before {
    height: 60px;
    width: 60px;
    margin-top: -5px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--online:before {
    height: 75px;
    width: 68px;
    left: -25px;
  }
}
.blockCTA__label {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blockCTA__label {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__label {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.blockCTA__value {
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .blockCTA__value {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__value {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}

.blockIntro {
  margin: 0 auto;
  max-width: 946px;
  text-align: center;
}
@media (min-width: 768px) {
  .blockIntro {
    padding: 0 30px;
  }
  .blockIntro h2 {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .blockIntro {
    padding: 0;
  }
  .blockIntro h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.blockIntro .btn {
  margin-top: 11px;
}
@media (max-width: 767px) {
  body.page-template-residential-tenant-reviews .blockIntro {
    padding: 0 6px;
  }
}

.blockText {
  margin: 0 auto 55px;
  max-width: 946px;
  text-align: center;
}
@media (min-width: 768px) {
  .blockText {
    padding: 0 30px;
    margin-bottom: 85px;
  }
  .blockText h2 {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .blockText {
    padding: 0;
  }
  .blockText h2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.ctaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ctaList > li {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .ctaList > li {
    margin-bottom: 30px;
    width: 47.8813559322%;
  }
}
@media (min-width: 1200px) {
  .ctaList > li {
    margin-bottom: 0;
    width: 32.6315789474%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ctaList > li:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .ctaList--col2 > li {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ctaList--col2 > li {
    width: 49.4736842105%;
  }
}
.ctaList--col2 > li:last-child {
  margin: 0;
}

.cta {
  background-size: cover;
  color: white;
  display: block;
  height: 220px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cta {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .cta {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .ctaList--col2 .cta {
    height: 380px;
  }
}
.ctaList--col2 .cta h3 {
  margin-top: 28px;
  width: 73%;
}
@media (min-width: 768px) {
  .ctaList--col2 .cta h3 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .ctaList--col2 .cta h3 {
    margin-top: 1em;
  }
}
.cta:hover .cta__overlay {
  background-color: rgba(181, 19, 27, 0.8);
}
.cta__overlay {
  background-color: rgba(0, 54, 82, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
.cta__iconWrap {
  align-items: flex-end;
  display: flex;
  height: 118px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .cta__iconWrap {
    height: 195px;
  }
}
.ctaList--col2 .cta__iconWrap {
  height: 129px;
}
@media (min-width: 1200px) {
  .ctaList--col2 .cta__iconWrap {
    height: 236px;
  }
}
.cta__icon--blog {
  height: 75px;
  width: 57px;
}
@media (min-width: 1200px) {
  .cta__icon--blog {
    height: 127px;
    width: 97px;
  }
}
.cta__icon--directory {
  height: 79px;
  width: 66px;
}
@media (min-width: 1200px) {
  .cta__icon--directory {
    height: 134px;
    width: 112px;
  }
}
.cta__icon--careers {
  height: 82px;
  width: 85px;
}
@media (min-width: 1200px) {
  .cta__icon--careers {
    height: 120px;
    width: 123px;
  }
}
.cta__icon--laptop {
  height: 76px;
  width: 124px;
}
@media (min-width: 1200px) {
  .cta__icon--laptop {
    height: 109px;
    width: 177px;
  }
}
.cta__icon--paper {
  height: 82px;
  width: 64px;
}
@media (min-width: 1200px) {
  .cta__icon--paper {
    height: 117px;
    width: 91px;
  }
}
.cta__icon--phone {
  height: 71px;
  width: 44px;
}
@media (min-width: 1200px) {
  .cta__icon--phone {
    height: 104px;
    width: 65px;
  }
}
.cta__icon--residential {
  height: 105px;
  width: 93px;
}
@media (min-width: 1200px) {
  .cta__icon--residential {
    height: 150px;
    width: 133px;
  }
}
.cta__icon--report {
  height: 79px;
  width: 66px;
}
@media (min-width: 1200px) {
  .cta__icon--report {
    height: 113px;
    width: 95px;
  }
}
.cta__icon--team {
  height: 76px;
  width: 92px;
}
@media (min-width: 1200px) {
  .cta__icon--team {
    height: 118px;
    width: 142px;
  }
}
.cta__icon--why-district {
  height: 87px;
  width: 110px;
}
@media (min-width: 1200px) {
  .cta__icon--why-district {
    height: 122px;
    width: 154px;
  }
}
.cta h3 {
  line-height: 22px;
  margin-left: auto;
  margin-top: 23px;
  margin-right: auto;
  width: 65%;
}
@media (min-width: 768px) {
  .cta h3 {
    line-height: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .cta h3 {
    line-height: 30px;
    margin-top: 1em;
  }
}

.careers {
  margin: 0 -30px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .careers {
    margin: 0;
  }
}
.careers__row {
  border-bottom: 1px solid #dddddd;
  display: flex;
  line-height: 30px;
  padding: 22px 0;
}
.careers__row--thead {
  color: #888888;
  font-size: 16px;
  letter-spacing: 0.64px;
  padding: 12px 0;
  text-transform: uppercase;
}
.careers__row:last-child {
  border-bottom-width: 3px;
}
.careers__col {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .careers__col {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .careers__col {
    padding: 0 30px;
  }
}
.careers__col--position {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .careers__col--position {
    min-width: 238px;
  }
}
.careers__col--division {
  display: none;
}
@media (min-width: 768px) {
  .careers__col--division {
    display: block;
    min-width: 160px;
    max-width: 160px;
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .careers__col--division {
    max-width: 320px;
  }
}
.careers__col--term {
  display: none;
}
@media (min-width: 768px) {
  .careers__col--term {
    display: block;
    min-width: 205px;
    max-width: 205px;
    width: 380px;
  }
}
@media (min-width: 768px) {
  .careers__col--term {
    max-width: 380px;
  }
}
.careers__col--location {
  display: none;
}
@media (min-width: 768px) {
  .careers__col--location {
    display: block;
    width: 170px;
  }
}
.careers a {
  color: #003652;
  font-weight: 600;
}

.staff {
  margin: 30px -30px 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .staff {
    margin-left: 0;
    margin-right: 0;
  }
}
.staff__row {
  border-bottom: 1px solid #dddddd;
  display: flex;
  line-height: 30px;
  padding: 22px 0;
}
.staff__row--thead {
  color: #888888;
  font-size: 16px;
  letter-spacing: 0.64px;
  padding: 12px 0;
  text-transform: uppercase;
}
.staff__row:last-child {
  border-bottom-width: 3px;
}
.staff__col {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .staff__col {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .staff__col {
    padding: 0 30px;
  }
}
.staff__col--name {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .staff__col--name {
    width: 40%;
  }
}
.staff__col--title {
  display: none;
}
@media (min-width: 768px) {
  .staff__col--title {
    display: block;
    min-width: 160px;
    width: 40%;
  }
}
.staff__col--ext {
  display: none;
}
@media (min-width: 768px) {
  .staff__col--ext {
    display: block;
    min-width: 100px;
    max-width: 100px;
    width: 20%;
  }
}
.staff a {
  color: #003652;
  font-weight: 600;
}

.reviews article {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews article {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  .reviews article {
    padding: 0 32px;
  }
}
.reviews hr {
  background-color: #b5131b;
  border: none;
  display: block;
  height: 5px;
  margin: 29px 0 24px;
  width: 50px;
}
@media (min-width: 1200px) {
  .reviews hr {
    margin: 24px;
  }
}
.reviews .review__name {
  text-transform: uppercase;
}
.reviews img {
  border-radius: 50%;
  display: block;
  margin-top: 24px;
}
.reviews .owl-stage {
  align-items: stretch;
  display: flex;
}
.reviews .owl-nav {
  bottom: 77px;
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 5px;
  position: absolute;
  right: 5px;
}
@media (min-width: 768px) {
  .reviews .owl-nav {
    bottom: 178px;
    left: 0;
    right: 0;
  }
}
.reviews .owl-prev, .reviews .owl-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA2CAYAAADd0Vm+AAACqUlEQVRYha2YS29NURiGn3OaaE1QU2k6d6n+A5qKf6AS6pqgBggSYULq1gojVTVyN2jSMCTOSGJIGKkRJi6TGpA4Umkqn3xk+dbaa++99n6H7/nWfnJy3netdXaj1WpNA0P8r1PAuPGS1AQOAh/N4lGgvy7AV2APsOj4S4AHwFJvRQJA1AKums9WA2PeikSA6CTwxnx+GNjsrUoE/AS2A/OO1wBuAiu9lQkA0WvgtPFWATe8lYkA0RXgmfG2ADu8yUTAArAb+Gb8a0CvN52jEED0AThkvGXAHaDDm44oCyC6C8wYbwNw3JuMKAYQHQA+Ge9cmZbnAbJafh/o8qYDygOIngITxltTdDMsAiDS8k3eZCKgDQwHWn47r+VFAaJXwBnjScunvMlEgOgy8Nx4Q7GWlwUs6MNsyyeyWl4WgLb8iPGWZ7U8BYD+uKGWH6sLIBoBPhvvPLC+LsCc7rrRllcBoC2fNN5a9yyvChCdAGaNJyEYrAvQ1ujalkuquusAiF7qZc3Vn5bXBRD98hzoqAvQrxF1JREeqQMgkbynEf2rRY3wXB2AMY2mq0mNcOUUDQb2pVmNLlUB3RrFhuPNa2TbdQCmNIquRjWy/5QKkONzq/HkILpkB1MAvYFbxndgpx5IlQBNPQtWGF9uGO+96QSAXBs3Gu+hQoMqA+jTa6Mraet+b9JRUUCX/insdDxp6149eDJVFHAho61PvMmEbyBtPWq8t25bY8oDSFtvBdo67LY1pjyAtLXHeGdtW2OKAbZltLXUO4wsQE/gtiBt3RVqa0whQFN3SdtW2ZbfedM5CgEkMQPGe6Q/dmlZQJ9m3tUXYF/KwzGATr32lW5rTC7gIrDOzF4HHkfWFwYMVGlrHiB0tsolSs7WH3UA5CWHbaucrS+qPhzgNz1sfZzx9ufiAAAAAElFTkSuQmCC");
  height: 54px;
  width: 24px;
}
.reviews .owl-prev.disabled, .reviews .owl-next.disabled {
  visibility: hidden;
}
.reviews .owl-prev {
  transform: rotate(180deg);
}

.singlePostNav {
  display: flex;
  justify-content: center;
}
.singlePostNav ul {
  display: inline-flex;
  font-weight: 400;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
body.single-career .singlePostNav__item {
  margin-left: 30px;
}
body.single-career .singlePostNav__item--prev {
  left: -110px;
}
@media (min-width: 768px) {
  body.single-career .singlePostNav__item--prev {
    left: -208px;
  }
}
body.single-career .singlePostNav__item--next {
  right: -80px;
}
@media (min-width: 768px) {
  body.single-career .singlePostNav__item--next {
    right: -179px;
  }
}
body.single-blogs .singlePostNav__item {
  margin-left: 25px;
}
@media (min-width: 768px) {
  body.single-blogs .singlePostNav__item {
    margin-left: 0;
  }
}
body.single-blogs .singlePostNav__item--prev {
  left: -118px;
}
@media (min-width: 768px) {
  body.single-blogs .singlePostNav__item--prev {
    left: -200px;
  }
}
body.single-blogs .singlePostNav__item--next {
  right: -95px;
}
@media (min-width: 768px) {
  body.single-blogs .singlePostNav__item--next {
    right: -182px;
  }
}
.singlePostNav__item--prev, .singlePostNav__item--next {
  position: absolute;
  margin-left: 0;
}
.singlePostNav__item--prev a, .singlePostNav__item--next a {
  position: relative;
}
.singlePostNav__item--prev a::before, .singlePostNav__item--next a::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAA10lEQVQokXXSO0qDURCG4ScmsRXUztZCN5AmIGKjaOdlBWKpZiGxkAQRV+Cl00q87cO4CF1ARCaM8pP/+DUznHmZM/Od09DZVdAsHrGOi5l6faJhAq84KUGnOMIH9jCehjZxhi/s4DMOq9AKbjI/wPtvoZVxHg+YixnwVG0fndq4wzKuMJgeMqBzbOANx7U1EvrOvFmrVqBY+QVrYdx/0Dj9CF8O0StBofBlO2MfWyUoNMJ+5tdYLUGh57wu/LrHQgkKxeNepm+38SOalv66VhWOdyf+sfgDYpEizZqTkyQAAAAASUVORK5CYII=") center center no-repeat;
  content: "";
  display: block;
  height: 80%;
  position: absolute;
  top: 1px;
  width: 9px;
}
.singlePostNav__item--prev {
  left: -100px;
}
@media (min-width: 768px) {
  .singlePostNav__item--prev {
    left: -200px;
  }
}
.singlePostNav__item--prev a {
  padding-left: 20px;
}
.singlePostNav__item--prev a::before {
  left: 0;
}
.singlePostNav__item--next {
  right: -80px;
}
@media (min-width: 768px) {
  .singlePostNav__item--next {
    right: -180px;
  }
}
.singlePostNav__item--next a {
  padding-right: 20px;
}
.singlePostNav__item--next a::before {
  right: 0;
  transform: rotate(180deg);
}
.singlePostNav span {
  display: none;
}
@media (min-width: 768px) {
  .singlePostNav span {
    display: inline;
  }
}

.popupTeamBio {
  background: white;
  overflow: visible;
  padding: 0;
  width: 92.1052631579%;
  z-index: 2000;
}
@media (min-width: 768px) {
  .popupTeamBio {
    width: 84.375%;
  }
}
@media (min-width: 1200px) {
  .popupTeamBio {
    width: 1180px;
  }
}
.popupTeamBio__content {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: auto;
  padding: 16px 15px;
}
@media (min-width: 768px) {
  .popupTeamBio__content {
    padding: 36px;
  }
}
@media (min-width: 1200px) {
  .popupTeamBio__content {
    flex-direction: row;
    padding: 56px 62px;
  }
}
.popupTeamBio__img {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .popupTeamBio__img {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .popupTeamBio__img {
    width: 400px;
  }
}
.popupTeamBio__img img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .popupTeamBio__text {
    margin-left: 65px;
  }
}
.popupTeamBio__text h3 {
  margin-top: 1em;
  text-transform: uppercase;
}
.popupTeamBio__text h4 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.popupTeamBio .fancybox-button {
  background-image: url("../images/icon-close-popup--white.svg");
  height: 100px;
  right: -30px;
  top: -80px;
  width: 100px;
}
@media (min-width: 768px) {
  .popupTeamBio .fancybox-button {
    background-image: url("../images/icon-close-popup.svg");
    right: 0;
    top: 0;
  }
}

.flexibleRows__row {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .flexibleRows__row {
    flex-direction: row;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__row {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__row:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__row--reverse {
    flex-direction: row-reverse;
  }
}
.flexibleRows__row--mt50 {
  margin-top: 50px;
}
.flexibleRows__row--reverse .flexibleRows__img {
  width: 100%;
}
@media (min-width: 768px) {
  .flexibleRows__row--reverse .flexibleRows__img {
    margin: 0 0 0 30px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__row--reverse .flexibleRows__img {
    margin: 0 0 0 132px;
    width: 560px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__row--reverse .flexibleRows__text {
    text-align: right;
  }
}
.flexibleRows__img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flexibleRows__img {
    margin: 0 30px 0 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__img {
    margin: 0 104px 0 0;
    width: 550px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__text {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__text {
    width: 456px;
  }
}
.flexibleRows img {
  display: block;
  width: 100%;
}
.flexibleRows h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.flexibleRows__btnRow {
  margin-top: 60px;
  text-align: center;
}

.tenantReviews {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .tenantReviews__gutterSizer {
    width: 4.2372881356%;
  }
}
@media (min-width: 1200px) {
  .tenantReviews__gutterSizer {
    width: 1.0526315789%;
  }
}
.tenantReviews article {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 34px 0 42px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .tenantReviews article {
    margin-top: 4.2372881356%;
    padding: 34px 0;
    width: 47.8813559322%;
  }
}
@media (min-width: 1200px) {
  .tenantReviews article {
    margin-top: 1.1695906433%;
    padding: 60px 0;
    width: 32.6315789474%;
  }
}
.tenantReviews q {
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  width: 86.5625%;
}
@media (min-width: 768px) {
  .tenantReviews q {
    width: 81.7109144543%;
  }
}
@media (min-width: 1200px) {
  .tenantReviews q {
    width: 73.1182795699%;
  }
}
.tenantReviews hr {
  background-color: #b5131b;
  border: none;
  display: block;
  height: 5px;
  margin: 29px 0 24px;
  width: 50px;
}
@media (min-width: 1200px) {
  .tenantReviews hr {
    margin: 24px;
  }
}
.tenantReviews__title {
  text-transform: uppercase;
}

.blockLocations {
  margin-top: 50px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .blockLocations {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .blockLocations {
    margin-top: 55px;
  }
}

.forSaleScores {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forSaleScores article {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .forSaleScores article {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .forSaleScores article {
    width: 33%;
  }
  .forSaleScores article:not(:first-child)::before {
    background-color: #ccc;
    content: "";
    display: block;
    height: 132px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 1px;
  }
}
.forSaleScores article:not(:first-child) {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .forSaleScores article:not(:first-child) {
    margin-top: 39px;
  }
}
@media (min-width: 1200px) {
  .forSaleScores article:not(:first-child) {
    margin-top: 0;
  }
}
.forSaleScores b {
  color: #003652;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .forSaleScores b {
    margin-right: 34px;
    text-align: right;
    width: 33.4745762712%;
  }
}
@media (min-width: 768px) {
  .forSaleScores b {
    font-size: 80px;
  }
}
.forSaleScores span {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .forSaleScores span {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .forSaleScores span {
    margin-top: 12px;
  }
}
.forSaleScores div {
  text-align: center;
}
@media (min-width: 1200px) {
  .forSaleScores div {
    margin-top: 5px;
  }
}

.filterTeamBlog {
  display: flex;
  font-size: 18px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .filterTeamBlog {
    font-size: 20px;
  }
}
.filterTeamBlog__view {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .filterTeamBlog__view {
    display: none;
  }
}
.filterTeamBlog__select {
  position: relative;
}
.filterTeamBlog__choose {
  border-bottom: 2px solid #666666;
  height: 100%;
  margin-left: 30px;
  padding-right: 20px;
  position: relative;
  min-width: 183px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .filterTeamBlog__choose {
    display: none;
  }
}
.filterTeamBlog__choose::after {
  border-bottom: 9px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #666666;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
.filterTeamBlog__list {
  background-color: white;
  border: 1px solid #666666;
  box-shadow: 0 0 10px #666666;
  display: none;
  flex-direction: column;
  font-weight: 300;
  letter-spacing: 0.18px;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
@media (min-width: 1200px) {
  .filterTeamBlog__list {
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0.2px;
    position: relative;
    top: 0;
  }
}
.filterTeamBlog__list--show {
  display: flex;
}
.filterTeamBlog__list li {
  padding: 5px 20px;
}
@media (min-width: 1200px) {
  .filterTeamBlog__list li {
    margin: 0 33px;
    padding: 0;
  }
  .filterTeamBlog__list li:last-child {
    margin: 0 32px;
  }
}
.filterTeamBlog__link {
  color: #003652;
  display: block;
}
@media (min-width: 1200px) {
  .filterTeamBlog__link {
    padding: 0;
  }
}
.filterTeamBlog__link--active {
  color: #b5131b;
  border-bottom: 3px solid #b5131b;
}

.locationsMap {
  position: relative;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .locationsMap {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .locationsMap {
    margin-bottom: 55px;
  }
}
.locationsMap__container {
  display: none;
  height: 800px;
}
@media (min-width: 768px) {
  .locationsMap__container {
    display: block;
  }
}
.locationsMap__filters {
  padding: 20px 20px 30px;
  background: rgba(200, 200, 200, 0.9);
}
@media (min-width: 768px) {
  .locationsMap__filters {
    padding: 30px 30px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .locationsMap__filters {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 25px 3.5%;
  }
}
.locationsMap__info {
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .locationsMap__info {
    background: #ffffff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 100;
    box-shadow: 0 0 5.82px 0.18px rgba(34, 24, 24, 0.3);
    padding: 10px 20px;
  }
}
.locationsMap__info ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .locationsMap__info ul {
    display: block;
  }
}
.locationsMap__info li {
  position: relative;
  padding-left: 32px;
  margin: 0 45px 0 0;
}
@media (min-width: 1200px) {
  .locationsMap__info li {
    margin: 0;
  }
}
.locationsMap__info li:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.locationsMap__info li:first-child:before {
  background: url("../images/commercial-property-icon.svg") no-repeat center;
  background-size: contain;
}
.locationsMap__info li:last-child:before {
  background: url("../images/commercial-property-icon-sale.svg") no-repeat center;
  background-size: contain;
}

.locationsMapFiltersLabel {
  display: block;
  line-height: 40px;
  margin-right: 30px;
  font-size: 18px;
  color: #383838;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .locationsMapFiltersLabel {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .locationsMapFiltersLabel {
    width: auto;
    margin-right: 1.6%;
  }
}

.locationsMapFilter {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .locationsMapFilter {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .locationsMapFilter {
    margin-right: 2%;
    flex: 1;
    margin-bottom: 0;
  }
}
.locationsMapFilter__fieldContainer {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .locationsMapFilter--location {
    width: 47.7%;
    margin-right: 4.6%;
  }
}
@media (min-width: 768px) {
  .locationsMapFilter--date {
    width: 47.7%;
  }
}
@media (min-width: 1200px) {
  .locationsMapFilter--date {
    margin-right: 2%;
  }
}
.locationsMapFilter--furnished {
  width: 95px;
  flex: none;
  display:none;
}
.locationsMapFilter--furnished label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.locationsMapFilter--furnished input[type=checkbox] {
  display: none;
}
.locationsMapFilter--furnished input[type=checkbox] + span {
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 0 0 1px #dedede;
  margin-right: 9px;
}
.locationsMapFilter--furnished input[type=checkbox]:checked + span {
  background: #383838;
}
.locationsMapFilter--slider {
  margin-top: 40px;
  flex: none;
}
@media (min-width: 768px) {
  .locationsMapFilter--slider {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .locationsMapFilter--slider {
    width: 17.5%;
    margin-top: 10px;
    margin-right: 3.5%;
  }
}

.filterDropdown2__label,
.filterSelect__label,
.sortDropdown__label {
  display: block;
  position: relative;
  cursor: pointer;
}
.filterDropdown2__label:after,
.filterSelect__label:after,
.sortDropdown__label:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  width: 38px;
  height: 30px;
  border: none;
  border-left: 1px solid #dddddd;
  z-index: 10;
}
.filterDropdown2__label:before,
.filterSelect__label:before,
.sortDropdown__label:before {
  content: "";
  background: no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='rgb(119, 119, 119)' d='M0.503,0.612 L9.029,7.046 L17.555,0.612 L17.555,4.070 L9.029,10.504 L0.503,4.070 L0.503,0.612 Z'/%3E%3C/svg%3E");
  width: 38px;
  height: 30px;
  background-size: 17px auto;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.filterDropdown2__text,
.filterSelect__text,
.sortDropdown__text {
  margin-right: 23px;
}
.filterDropdown2 input[type=text], .filterDropdown2 select,
.filterSelect input[type=text],
.filterSelect select,
.sortDropdown input[type=text],
.sortDropdown select {
  height: 40px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dddddd;
  outline: none;
  line-height: 38px;
  padding: 0 45px 0 14px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  background: #ffffff;
  cursor: pointer;
  color: #383838;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filterDropdown2 select,
.filterSelect select,
.sortDropdown select {
  width: 270px;
}
.filterDropdown2 ::-webkit-input-placeholder,
.filterSelect ::-webkit-input-placeholder,
.sortDropdown ::-webkit-input-placeholder {
  color: #383838;
}
.filterDropdown2 :-moz-placeholder,
.filterSelect :-moz-placeholder,
.sortDropdown :-moz-placeholder {
  color: #383838;
}
.filterDropdown2 ::-moz-placeholder,
.filterSelect ::-moz-placeholder,
.sortDropdown ::-moz-placeholder {
  color: #383838;
}
.filterDropdown2 :-ms-input-placeholder,
.filterSelect :-ms-input-placeholder,
.sortDropdown :-ms-input-placeholder {
  color: #383838;
}
.filterDropdown2__dropdown,
.filterSelect__dropdown,
.sortDropdown__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.filterDropdown2__dropdownItem,
.filterSelect__dropdownItem,
.sortDropdown__dropdownItem {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 5px 10px 5px 30px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.filterDropdown2__dropdownItem--default,
.filterSelect__dropdownItem--default,
.sortDropdown__dropdownItem--default {
  border-bottom: 1px solid #ddd;
}
.filterDropdown2__checkbox,
.filterSelect__checkbox,
.sortDropdown__checkbox {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.filterDropdown2.open .filterDropdown2__label:before {
  transform: translateY(-50%) rotate(180deg);
}
.filterDropdown2.open .filterDropdown2__dropdown {
  display: block !important;
}

.filterSlider__slider {
  margin: 11px 10px 0;
}
.filterSlider__amount {
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 1.1px;
  margin-top: 10px;
}
.filterSlider--area .filterSlider__slider {
  margin-left: 55px;
  border: none;
}
.filterSlider--price .filterSlider__slider {
  margin-left: 25px;
  margin-right: 25px;
  border: none;
}

.locationsMapButtons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .locationsMapButtons {
    width: 290px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .locationsMapButtons {
    margin-top: 0;
  }
}
.locationsMapButtons .btn {
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-align: center;
  border: none;
  padding: 0;
  outline: none;
}
@media (min-width: 768px) {
  .locationsMapButtons .btn {
    line-height: 48px;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.locationsMapButtons .btnApplyFilters {
  width: 80px;
  margin-right: 20px;
  color: #ffffff;
  background: #003652;
  border: 1px solid #003652;
}
@media (min-width: 768px) {
  .locationsMapButtons .btnApplyFilters {
    width: 120px;
  }
}
.locationsMapButtons .btnResetFilters {
  position: relative;
  background: transparent;
  border: 1px solid #565656;
  color: #565656;
  padding: 0 15px 0 40px;
}
@media (min-width: 768px) {
  .locationsMapButtons .btnResetFilters {
    flex: 1;
    padding: 0 10px 0 40px;
  }
}
.locationsMapButtons .btnResetFilters:before, .locationsMapButtons .btnResetFilters:after {
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  left: 25px;
  top: 50%;
  background: #565656;
}
.locationsMapButtons .btnResetFilters:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.locationsMapButtons .btnResetFilters:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.locationsToolbar {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .locationsToolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 34px;
  }
}
.locationsToolbar .lnk--availabilityReport {
  position: relative;
  margin-right: auto;
  font-weight: 400;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  padding-left: 35px;
}
.locationsToolbar .lnk--availabilityReport:before {
  content: "\f02d";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-style: normal;
  font-size: 22px;
}
.locationsToolbar .lnk--differentNeighbourhood {
  position: relative;
  margin-right: auto;
  font-weight: 400;
  letter-spacing: 0.18px;
  padding-left: 25px;
}
.locationsToolbar .lnk--differentNeighbourhood:before {
  content: "\f041";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-style: normal;
  font-size: 22px;
}

.sortDropdown {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sortDropdown {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.sortDropdown__label {
  display: block;
  white-space: nowrap;
}
.sortDropdown__label:before, .sortDropdown__label:after {
  display: none;
}
@media (max-width: 767px) {
  .sortDropdown__text {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.sortDropdown__select {
  width: 100% !important;
}
.sortDropdown__arrow {
  display: block;
  width: 38px;
  height: 30px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-left: 1px solid #dddddd;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='rgb(119, 119, 119)' d='M0.503,0.612 L9.029,7.046 L17.555,0.612 L17.555,4.070 L9.029,10.504 L0.503,4.070 L0.503,0.612 Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 17px auto;
  pointer-events: none;
}

.locationsTeasers {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
}
@media (min-width: 768px) {
  .locationsTeasers {
    margin: 0 -2.25%;
  }
}
@media (min-width: 1200px) {
  .locationsTeasers {
    margin: 0 -1%;
  }
}
@media (min-width: 1600px) {
  .locationsTeasers {
    margin: 0 -0.45%;
  }
}

.propertyTeaser {
  position: relative;
  border: 1px solid #dddddd;
  background: #ffffff;
  transition: opacity 0.3s !important;
  width: 100%;
  margin-bottom: 6%;
}
@media (min-width: 768px) {
  .propertyTeaser {
    width: 45.5%;
    margin-left: 2.25%;
    margin-right: 2.25%;
    margin-bottom: 4%;
  }
}
@media (min-width: 1200px) {
  .propertyTeaser {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
  }
}
@media (min-width: 1600px) {
  .propertyTeaser {
    width: 24.1%;
    margin-left: 0.45%;
    margin-right: 0.45%;
    margin-bottom: 2.2%;
  }
}
.propertyTeaser__labels {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
}
.propertyTeaser__label {
  color: #ffffff;
  text-transform: uppercase;
}
.propertyTeaser__label--sold {
  background: #b5131b;
  line-height: 48px;
  padding: 0 35px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.8px;
}
.propertyTeaser__label--listingType {
  right: 0;
  bottom: 0;
  line-height: 28px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.64px;
  background: #003652;
}
.propertyTeaser__label--type2 {
  background-color: #5f8b00;
}
.propertyTeaser__label--full {
  background: #b5131b;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.propertyTeaser__label--furnished {
  background: #003652;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.propertyTeaser__thumb {
  position: relative;
  margin: -1px -1px 0;
  padding-bottom: 66.7%;
}
.propertyTeaser__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.propertyTeaser__text {
  padding: 10% 8%;
}
@media (min-width: 768px) {
  .propertyTeaser__text {
    padding: 10%;
  }
}
@media (min-width: 1200px) {
  .propertyTeaser__text {
    padding: 7% 10%;
  }
}
.propertyTeaser__title {
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .propertyTeaser__title {
    margin-bottom: 10px;
  }
}
.propertyTeaser__price {
  margin-bottom: 10px;
}
.propertyTeaser__location {
  margin-bottom: 20px;
}
.propertyTeaser__lnkInquire {
  color: #003652;
  padding-left: 40px;
  background: url("../images/icon-envelop-closed-purple.svg") no-repeat left center;
  background-size: 28px auto;
  text-transform: uppercase;
}
.propertyTeaser__btnMore {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: #003652;
  transition: background-color 0.3s;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.propertyTeaser__btnMore:hover {
  background: #b5131b;
}
.propertyTeaser__btnMore:before, .propertyTeaser__btnMore:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.propertyTeaser__btnMore:before {
  width: 3px;
  height: 25px;
}
.propertyTeaser__btnMore:after {
  height: 3px;
  width: 25px;
}
.propertyTeaser--sold {
  display: block;
}
.neighbourhoodTeaser {
  position: relative;
  width: 100%;
  margin-bottom: 6%;
}
@media (min-width: 768px) {
  .neighbourhoodTeaser {
    width: 45.5%;
    margin-left: 2.25%;
    margin-right: 2.25%;
    margin-bottom: 4%;
  }
}
@media (min-width: 1200px) {
  .neighbourhoodTeaser {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
  }
}
@media (min-width: 1600px) {
  .neighbourhoodTeaser {
    width: 24.1%;
    margin-left: 0.45%;
    margin-right: 0.45%;
    margin-bottom: 1.3%;
  }
}
.neighbourhoodTeaser .neighbourhoodTeaser__img {
  width: 100%;
}
.neighbourhoodTeaser__lnkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.neighbourhoodTeaser__lnkOverlay:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #003652 url("../images/icon-search-white.svg") no-repeat center;
  background-size: 20px auto;
}
.neighbourhoodTeaser__title {
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.neighbourhoodTeaser__btn {
  display: none;
}

.infoBox {
  box-shadow: 0 0 7.68px 0.32px rgba(34, 24, 24, 0.3);
  background: #ffffff;
  color: #383838;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.infoBox > img {
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 10;
}
.infoBox .propertyImage {
  position: static !important;
  width: 200px;
}
.infoBox .propertyTeaser {
  min-width: 500px;
  display: flex;
  margin: 0;
  width: auto;
  border: none;
}
.infoBox .propertyTeaser__thumb {
  width: 200px;
  margin: 0;
}
.infoBox .propertyTeaser__text {
  flex: 1;
  padding: 25px 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.infoBox .propertyTeaser__title {
  white-space: nowrap;
}
.infoBox .propertyTeaser__btnMore {
  background: #fff;
  left: 78px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.infoBox .propertyTeaser__btnMore:before, .infoBox .propertyTeaser__btnMore:after {
  background: #003652;
}
.infoBox .propertyTeaser__label--full {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
.infoBox .neighbourhoodTeaser {
  background: #ffffff;
  width: auto;
  margin: 0;
  padding: 35px 40px;
}
.infoBox .neighbourhoodTeaser__thumb {
  display: none;
}
.infoBox .neighbourhoodTeaser__lnkOverlay {
  display: block;
  position: static;
  background: transparent;
  padding: 0;
}
.infoBox .neighbourhoodTeaser__lnkOverlay:after {
  display: none;
}
.infoBox .neighbourhoodTeaser__title {
  position: static;
  color: #383838;
  text-shadow: none;
  transform: none;
  margin: 0 0 15px;
}
.infoBox .neighbourhoodTeaser__btn {
  display: block;
  white-space: nowrap;
}

.locationsPagination {
  text-align: center;
  margin-top: 20px;
}

.locationsNotFound {
  display: none;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .locationsNotFound {
    font-size: 24px;
    padding: 40px 130px;
  }
}

body.single .siteMain table {
  width: 100%;
  max-width: 100%;
}
body.single .siteMain table th,
body.single .siteMain table td {
  vertical-align: middle;
  height: 74px;
}
body.single .siteMain table thead th {
  vertical-align: bottom;
}
body.single .siteMain table {
  text-align: left;
}
body.single .siteMain table tr {
  border-top: 1px solid #dddddd;
}
body.single .siteMain table tr:first-child {
  border: none;
}
body.single .siteMain table th {
  padding: 0 0 0 30px;
  width: 145px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.64px;
  color: #888888;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1200px) {
  body.single .siteMain table th {
    padding: 0 0 0 20px;
  }
}
body.single .siteMain table td {
  padding: 23px 30px 23px 30px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  body.single .siteMain table td {
    padding: 0 20px 0 20px;
  }
}

body.single-residential_leasing .siteMain,
body.single-commercial_for_lease .siteMain {
  padding-top: 80px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .siteMain,
body.single-commercial_for_lease .siteMain {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .siteMain,
body.single-commercial_for_lease .siteMain {
    padding-top: 130px;
  }
}
body.single-residential_leasing .sectionPropertyDetails,
body.single-commercial_for_lease .sectionPropertyDetails {
  padding: 30px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyDetails,
body.single-commercial_for_lease .sectionPropertyDetails {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyDetails,
body.single-commercial_for_lease .sectionPropertyDetails {
    padding: 76px 0 120px;
  }
}
body.single-residential_leasing .sectionPropertyDetails .container,
body.single-commercial_for_lease .sectionPropertyDetails .container {
  position: relative;
}
body.single-residential_leasing .propertyNav,
body.single-commercial_for_lease .propertyNav {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyNav,
body.single-commercial_for_lease .propertyNav {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyNav,
body.single-commercial_for_lease .propertyNav {
    margin-bottom: 60px;
  }
}
body.single-residential_leasing .propertyNav .lnk--backSearchResults,
body.single-commercial_for_lease .propertyNav .lnk--backSearchResults {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
body.single-residential_leasing .propertyNav .lnk--backSearchResults:before,
body.single-commercial_for_lease .propertyNav .lnk--backSearchResults:before {
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-prev-red.svg") no-repeat left center;
  background-size: auto 16px;
}
body.single-residential_leasing .propertyHeader,
body.single-commercial_for_lease .propertyHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyHeader,
body.single-commercial_for_lease .propertyHeader {
    margin-bottom: 55px;
    margin-right: 700px;
  }
}
body.single-residential_leasing .propertyDetails__title,
body.single-commercial_for_lease .propertyDetails__title {
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertyDetails,
body.single-commercial_for_lease .propertyDetails {
    display: flex;
    justify-content: space-between;
  }
}
body.single-residential_leasing .propertyGallery,
body.single-commercial_for_lease .propertyGallery {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGallery,
body.single-commercial_for_lease .propertyGallery {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertyGallery,
body.single-commercial_for_lease .propertyGallery {
    width: 49.4%;
    margin-bottom: 20px;
  }
}
body.single-residential_leasing .propertyGallery .tns-outer,
body.single-commercial_for_lease .propertyGallery .tns-outer {
  position: relative;
}
body.single-residential_leasing .propertyGallery button[data-controls=prev],
body.single-residential_leasing .propertyGallery button[data-controls=next],
body.single-commercial_for_lease .propertyGallery button[data-controls=prev],
body.single-commercial_for_lease .propertyGallery button[data-controls=next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100px;
  background: no-repeat center;
  background-size: auto 54px;
  z-index: 50;
  border: none;
  text-indent: -9999px;
  padding: 0;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGallery button[data-controls=prev],
body.single-residential_leasing .propertyGallery button[data-controls=next],
body.single-commercial_for_lease .propertyGallery button[data-controls=prev],
body.single-commercial_for_lease .propertyGallery button[data-controls=next] {
    width: 65px;
  }
}
body.single-residential_leasing .propertyGallery button[data-controls=prev],
body.single-commercial_for_lease .propertyGallery button[data-controls=prev] {
  background-image: url("../images/icon-prev-white.svg");
  left: 0;
}
body.single-residential_leasing .propertyGallery button[data-controls=next],
body.single-commercial_for_lease .propertyGallery button[data-controls=next] {
  background-image: url("../images/icon-next-white.svg");
  right: 0;
}
body.single-residential_leasing .propertyGallery__labels,
body.single-commercial_for_lease .propertyGallery__labels {
  display: flex;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
body.single-residential_leasing .propertyGallery__label,
body.single-commercial_for_lease .propertyGallery__label {
  color: #ffffff;
  text-transform: uppercase;
}
body.single-residential_leasing .propertyGallery__label--sold,
body.single-commercial_for_lease .propertyGallery__label--sold {
  background: #b5131b;
  line-height: 48px;
  padding: 0 35px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.8px;
}
body.single-residential_leasing .propertyGallery__label--listingType,
body.single-commercial_for_lease .propertyGallery__label--listingType {
  right: 0;
  bottom: 0;
  line-height: 28px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.64px;
  background: #003652;
}
body.single-residential_leasing .propertyGallery__label--type2,
body.single-commercial_for_lease .propertyGallery__label--type2 {
  background-color: #5f8b00;
}
body.single-residential_leasing .propertyGallery__label--full,
body.single-commercial_for_lease .propertyGallery__label--full {
  background: #b5131b;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
}
body.single-residential_leasing .propertyGallery__label--furnished,
body.single-commercial_for_lease .propertyGallery__label--furnished {
  background: #003652;
  line-height: 35px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.64px;
}
body.single-residential_leasing .propertyGallerySlider__imageContainer,
body.single-commercial_for_lease .propertyGallerySlider__imageContainer {
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
  background: #EAEAEA;
}
body.single-residential_leasing .propertyGallerySlider__image,
body.single-commercial_for_lease .propertyGallerySlider__image {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
body.single-residential_leasing .propertyGallerySlider__image--portrait,
body.single-commercial_for_lease .propertyGallerySlider__image--portrait {
  height: 100%;
  width: auto;
}
body.single-residential_leasing .propertyGallerySlider__link--video:before,
body.single-commercial_for_lease .propertyGallerySlider__link--video:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/icon-play-white.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGallerySlider__link--video:before,
body.single-commercial_for_lease .propertyGallerySlider__link--video:before {
    width: 100px;
    height: 100px;
  }
}
body.single-residential_leasing .propertyGalleryThumbs,
body.single-commercial_for_lease .propertyGalleryThumbs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.single-residential_leasing .propertyGalleryThumbs__item,
body.single-commercial_for_lease .propertyGalleryThumbs__item {
  width: 70px;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyGalleryThumbs__item,
body.single-commercial_for_lease .propertyGalleryThumbs__item {
    width: 90px;
    margin-right: 23px;
    margin-top: 21px;
  }
}
body.single-residential_leasing .propertyGalleryThumbs__item.tns-nav-active,
body.single-commercial_for_lease .propertyGalleryThumbs__item.tns-nav-active {
  opacity: 1;
  cursor: default;
}
body.single-residential_leasing .propertyGalleryThumbs__image,
body.single-commercial_for_lease .propertyGalleryThumbs__image {
  width: 100%;
}
body.single-residential_leasing .propertySpecs,
body.single-commercial_for_lease .propertySpecs {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertySpecs,
body.single-commercial_for_lease .propertySpecs {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertySpecs,
body.single-commercial_for_lease .propertySpecs {
    width: 49.4%;
    padding: 28px 3% 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertySpecs,
body.single-commercial_for_lease .propertySpecs {
    padding: 28px 7.3% 0;
  }
}
body.single-residential_leasing .propertySpecs .amount,
body.single-commercial_for_lease .propertySpecs .amount {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.75px;
}
body.single-residential_leasing .propertySpecs__buttons,
body.single-commercial_for_lease .propertySpecs__buttons {
  margin-top: 0;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertySpecs__buttons,
body.single-commercial_for_lease .propertySpecs__buttons {
    padding: 0;
    margin-top: 15px;
  }
}
body.single-residential_leasing .propertySpecs__buttons .btn,
body.single-commercial_for_lease .propertySpecs__buttons .btn {
  margin-top: 15px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertySpecs__buttons .btn,
body.single-commercial_for_lease .propertySpecs__buttons .btn {
    margin-top: 20px;
  }
}
body.single-residential_leasing .propertySpecs__buttons .btn:last-child,
body.single-commercial_for_lease .propertySpecs__buttons .btn:last-child {
  margin-right: 0;
}
body.single-residential_leasing .propertyCTA,
body.single-commercial_for_lease .propertyCTA {
  position: relative;
  background: #eeeeee;
  padding: 40px 0 30px;
  margin-top: 55px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA,
body.single-commercial_for_lease .propertyCTA {
    display: flex;
    padding: 35px 30px 25px;
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  body.single-residential_leasing .propertyCTA,
body.single-commercial_for_lease .propertyCTA {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 30px 15px 15px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA,
body.single-commercial_for_lease .propertyCTA {
    margin-top: 45px;
  }
}
body.single-residential_leasing .propertyCTA__link,
body.single-commercial_for_lease .propertyCTA__link {
  position: relative;
  display: block;
  color: #383838;
  padding-left: 110px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link,
body.single-commercial_for_lease .propertyCTA__link {
    padding-left: 82px;
  }
}
body.single-residential_leasing .propertyCTA__link--tel,
body.single-commercial_for_lease .propertyCTA__link--tel {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--tel,
body.single-commercial_for_lease .propertyCTA__link--tel {
    margin-right: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA__link--tel,
body.single-commercial_for_lease .propertyCTA__link--tel {
    margin-right: 83px;
  }
}
body.single-residential_leasing .propertyCTA__link--tel:before,
body.single-commercial_for_lease .propertyCTA__link--tel:before {
  content: "";
  height: 50px;
  width: 35px;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-tel-purple.svg") no-repeat center;
  background-size: contain;
  margin-top: -5px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--tel:before,
body.single-commercial_for_lease .propertyCTA__link--tel:before {
    height: 75px;
    left: 26px;
  }
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--tel:after,
body.single-commercial_for_lease .propertyCTA__link--tel:after {
    content: "";
    width: 1px;
    background: #cccccc;
    position: absolute;
    top: -5px;
    bottom: 10px;
    right: -40px;
  }
}
body.single-residential_leasing .propertyCTA__link--online:before,
body.single-commercial_for_lease .propertyCTA__link--online:before {
  content: "";
  height: 50px;
  width: 52px;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon-envelop-open-purple.svg") no-repeat center;
  background-size: contain;
  margin-top: -5px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__link--online:before,
body.single-commercial_for_lease .propertyCTA__link--online:before {
    height: 75px;
    left: 10px;
  }
}
body.single-residential_leasing .propertyCTA__label,
body.single-commercial_for_lease .propertyCTA__label {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__label,
body.single-commercial_for_lease .propertyCTA__label {
    font-size: 20px;
    line-height: 30px;
  }
}
body.single-residential_leasing .propertyCTA__value,
body.single-commercial_for_lease .propertyCTA__value {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyCTA__value,
body.single-commercial_for_lease .propertyCTA__value {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA__value,
body.single-commercial_for_lease .propertyCTA__value {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyCTA:after,
body.single-commercial_for_lease .propertyCTA:after {
    content: "";
    background: #eeeeee;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 10000px;
  }
}
body.single-residential_leasing .sectionPropertyScores,
body.single-commercial_for_lease .sectionPropertyScores {
  background: #f1f5fa;
  padding: 0;
  margin-top: 60px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyScores,
body.single-commercial_for_lease .sectionPropertyScores {
    margin-top: 76px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores,
body.single-commercial_for_lease .sectionPropertyScores {
    margin-top: 90px;
  }
}
body.single-residential_leasing .sectionPropertyScores .container,
body.single-commercial_for_lease .sectionPropertyScores .container {
  padding: 0;
}
body.single-residential_leasing .sectionPropertyScores .propertyScores,
body.single-commercial_for_lease .sectionPropertyScores .propertyScores {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScores,
body.single-commercial_for_lease .sectionPropertyScores .propertyScores {
    justify-content: center;
  }
}
body.single-residential_leasing .sectionPropertyScores .owl-stage-outer,
body.single-commercial_for_lease .sectionPropertyScores .owl-stage-outer {
  overflow: visible;
}
body.single-residential_leasing .sectionPropertyScores .propertyScore,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 60px 55px 35px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore {
    padding: 80px 55px 70px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore {
    width: 33.3%;
    padding: 110px 50px 130px;
  }
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__label,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__label {
  line-height: 28px;
  background: #b5131b;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.64px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore__title,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore__title,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__title {
    font-size: 25px;
  }
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__amount,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__icon,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__icon {
  max-width: 70px;
  max-height: 64px;
  margin-right: 20px;
  width: auto;
}
body.single-residential_leasing .sectionPropertyScores .propertyScore__number,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__number {
  font-size: 70px;
  line-height: 1;
  color: #003652;
  font-weight: 600;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore__number,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore__number {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionPropertyScores .propertyScore:after,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore:after {
    content: "";
    width: 1px;
    height: 132px;
    background: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
body.single-residential_leasing .sectionPropertyScores .propertyScore:last-child:after,
body.single-commercial_for_lease .sectionPropertyScores .propertyScore:last-child:after {
  display: none;
}
body.single-residential_leasing .sectionPropertyScores .owl-prev,
body.single-residential_leasing .sectionPropertyScores .owl-next,
body.single-commercial_for_lease .sectionPropertyScores .owl-prev,
body.single-commercial_for_lease .sectionPropertyScores .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
  width: 60px;
  height: 80px;
  background: no-repeat center;
  background-size: auto 54px;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s, opacity 0.3s;
}
body.single-residential_leasing .sectionPropertyScores .owl-prev.disabled,
body.single-residential_leasing .sectionPropertyScores .owl-next.disabled,
body.single-commercial_for_lease .sectionPropertyScores .owl-prev.disabled,
body.single-commercial_for_lease .sectionPropertyScores .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}
body.single-residential_leasing .sectionPropertyScores .owl-prev,
body.single-commercial_for_lease .sectionPropertyScores .owl-prev {
  left: 0;
  background-image: url("../images/icon-prev-grey.svg");
}
body.single-residential_leasing .sectionPropertyScores .owl-next,
body.single-commercial_for_lease .sectionPropertyScores .owl-next {
  right: 0;
  background-image: url("../images/icon-next-grey.svg");
}
body.single-residential_leasing .propertyMapSection,
body.single-commercial_for_lease .propertyMapSection {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyMapSection,
body.single-commercial_for_lease .propertyMapSection {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyMapSection .container,
body.single-commercial_for_lease .propertyMapSection .container {
    padding: 0;
    max-width: none;
    width: auto;
  }
}
body.single-residential_leasing .propertyMapSection .propertyMap,
body.single-commercial_for_lease .propertyMapSection .propertyMap {
  height: 400px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .propertyMapSection .propertyMap,
body.single-commercial_for_lease .propertyMapSection .propertyMap {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .propertyMapSection .propertyMap,
body.single-commercial_for_lease .propertyMapSection .propertyMap {
    height: 600px;
  }
}
body.single-residential_leasing .sectionAvailableUnits .section__text,
body.single-commercial_for_lease .sectionAvailableUnits .section__text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionAvailableUnits .section__text,
body.single-commercial_for_lease .sectionAvailableUnits .section__text {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionAvailableUnits .section__text,
body.single-commercial_for_lease .sectionAvailableUnits .section__text {
    margin-bottom: 30px;
  }
}
body.single-residential_leasing .availableApartments,
body.single-commercial_for_lease .availableApartments {
  display: flex;
  justify-content: center;
  min-width: 1px;
}
body.single-residential_leasing .availableApartments__header,
body.single-commercial_for_lease .availableApartments__header {
  width: 180px;
  display: none;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__header,
body.single-commercial_for_lease .availableApartments__header {
    display: block;
  }
}
body.single-residential_leasing .availableApartments__carousel,
body.single-commercial_for_lease .availableApartments__carousel {
  display: block;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__carousel,
body.single-commercial_for_lease .availableApartments__carousel {
    display: flex;
    flex-wrap: wrap;
  }
}
body.single-residential_leasing .availableApartments__listing,
body.single-commercial_for_lease .availableApartments__listing {
  position: relative;
  min-width: 1px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__listing,
body.single-commercial_for_lease .availableApartments__listing {
    margin-left: 0;
    margin-right: 0;
  }
}
body.single-residential_leasing .availableApartments__listing .owl-prev,
body.single-residential_leasing .availableApartments__listing .owl-next,
body.single-commercial_for_lease .availableApartments__listing .owl-prev,
body.single-commercial_for_lease .availableApartments__listing .owl-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 74px;
  background: no-repeat center;
  background-size: auto 25px;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.3s, opacity 0.3s;
}
body.single-residential_leasing .availableApartments__listing .owl-prev.disabled,
body.single-residential_leasing .availableApartments__listing .owl-next.disabled,
body.single-commercial_for_lease .availableApartments__listing .owl-prev.disabled,
body.single-commercial_for_lease .availableApartments__listing .owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}
body.single-residential_leasing .availableApartments__listing .owl-prev,
body.single-commercial_for_lease .availableApartments__listing .owl-prev {
  left: 20px;
  background-image: url("../images/icon-prev-red.svg");
}
body.single-residential_leasing .availableApartments__listing .owl-next,
body.single-commercial_for_lease .availableApartments__listing .owl-next {
  right: 0;
  background-image: url("../images/icon-next-red.svg");
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table tr:first-child th, body.single-residential_leasing .availableApartments__table tr:first-child td,
body.single-commercial_for_lease .availableApartments__table tr:first-child th,
body.single-commercial_for_lease .availableApartments__table tr:first-child td {
    height: 70px;
  }
}
body.single-residential_leasing .availableApartments__table tr:last-child,
body.single-commercial_for_lease .availableApartments__table tr:last-child {
  border-top-width: 3px;
}
body.single-residential_leasing .availableApartments__table tr:last-child th, body.single-residential_leasing .availableApartments__table tr:last-child td,
body.single-commercial_for_lease .availableApartments__table tr:last-child th,
body.single-commercial_for_lease .availableApartments__table tr:last-child td {
  min-height: 55px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__table tr:last-child th, body.single-residential_leasing .availableApartments__table tr:last-child td,
body.single-commercial_for_lease .availableApartments__table tr:last-child th,
body.single-commercial_for_lease .availableApartments__table tr:last-child td {
    min-height: 100px;
    padding-right: 15px;
  }
}
body.single-residential_leasing .availableApartments__table tr:last-child td,
body.single-commercial_for_lease .availableApartments__table tr:last-child td {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__table tr:last-child td,
body.single-commercial_for_lease .availableApartments__table tr:last-child td {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table tr:last-child td,
body.single-commercial_for_lease .availableApartments__table tr:last-child td {
    padding: 25px 30px;
  }
}
body.single-residential_leasing .availableApartments__table tr th, body.single-residential_leasing .availableApartments__table tr td,
body.single-commercial_for_lease .availableApartments__table tr th,
body.single-commercial_for_lease .availableApartments__table tr td {
  width: 50%;
  height: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  body.single-residential_leasing .availableApartments__table tr th, body.single-residential_leasing .availableApartments__table tr td,
body.single-commercial_for_lease .availableApartments__table tr th,
body.single-commercial_for_lease .availableApartments__table tr td {
    padding-left: 10px;
    height: 58px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table tr th, body.single-residential_leasing .availableApartments__table tr td,
body.single-commercial_for_lease .availableApartments__table tr th,
body.single-commercial_for_lease .availableApartments__table tr td {
    width: auto;
    height: 74px;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__table td,
body.single-commercial_for_lease .availableApartments__table td {
    padding: 0 15px 0 30%;
  }
}
body.single-residential_leasing .availableApartments__apartment,
body.single-commercial_for_lease .availableApartments__apartment {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .availableApartments__apartment,
body.single-commercial_for_lease .availableApartments__apartment {
    width: 48%;
    margin-right: 4%;
  }
  body.single-residential_leasing .availableApartments__apartment:nth-child(2n),
body.single-commercial_for_lease .availableApartments__apartment:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__apartment,
body.single-commercial_for_lease .availableApartments__apartment {
    width: auto;
    margin: 0;
  }
}
body.single-residential_leasing .availableApartments__apartment:last-child,
body.single-commercial_for_lease .availableApartments__apartment:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .availableApartments__apartment th,
body.single-commercial_for_lease .availableApartments__apartment th {
    display: none;
  }
}
body.single-residential_leasing .availableSpaces__table,
body.single-commercial_for_lease .availableSpaces__table {
  table-layout: fixed;
}
body.single-residential_leasing .availableSpaces__table tr,
body.single-commercial_for_lease .availableSpaces__table tr {
  border: none;
}
body.single-residential_leasing .availableSpaces__table th, body.single-residential_leasing .availableSpaces__table td,
body.single-commercial_for_lease .availableSpaces__table th,
body.single-commercial_for_lease .availableSpaces__table td {
  padding: 0 20px;
  vertical-align: middle;
}
body.single-residential_leasing .availableSpaces__table th:last-child, body.single-residential_leasing .availableSpaces__table td:last-child,
body.single-commercial_for_lease .availableSpaces__table th:last-child,
body.single-commercial_for_lease .availableSpaces__table td:last-child {
  width: 240px;
  text-align: right;
  border: none;
  padding-right: 0;
}
@media (min-width: 1600px) {
  body.single-residential_leasing .availableSpaces__table th:last-child, body.single-residential_leasing .availableSpaces__table td:last-child,
body.single-commercial_for_lease .availableSpaces__table th:last-child,
body.single-commercial_for_lease .availableSpaces__table td:last-child {
    width: 290px;
  }
}
body.single-residential_leasing .availableSpaces__table th,
body.single-commercial_for_lease .availableSpaces__table th {
  width: auto;
  height: 52px;
}
body.single-residential_leasing .availableSpaces__table td,
body.single-commercial_for_lease .availableSpaces__table td {
  border-top: 1px solid #dddddd;
}
body.single-residential_leasing .availableSpaces__table tbody tr:last-child td,
body.single-commercial_for_lease .availableSpaces__table tbody tr:last-child td {
  border-bottom: 3px solid #dddddd;
}
body.single-residential_leasing .availableSpaces__table tbody tr:last-child td:last-child,
body.single-commercial_for_lease .availableSpaces__table tbody tr:last-child td:last-child {
  border-bottom: none;
}
body.single-residential_leasing .sectionBuildingAreaHighlights,
body.single-commercial_for_lease .sectionBuildingAreaHighlights {
  padding-bottom: 10px;
}
body.single-residential_leasing .sectionCTA,
body.single-commercial_for_lease .sectionCTA {
  padding: 0;
}
@media (min-width: 1200px) {
  body.single-residential_leasing .sectionCTA,
body.single-commercial_for_lease .sectionCTA {
    padding: 80px 0 0;
  }
}
body.single-residential_leasing .sectionOtherProperties .section__text,
body.single-commercial_for_lease .sectionOtherProperties .section__text {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-residential_leasing .sectionOtherProperties .section__text,
body.single-commercial_for_lease .sectionOtherProperties .section__text {
    margin-bottom: 55px;
  }
}

body.single-neighbourhoods .sectionListing {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-neighbourhoods .sectionListing {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  body.single-neighbourhoods .sectionListing {
    padding-bottom: 54px;
  }
}
body.single-neighbourhoods .sectionNeighbourhoodsInfo {
  padding-top: 25px;
}
@media (min-width: 768px) {
  body.single-neighbourhoods .sectionNeighbourhoodsInfo {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  body.single-neighbourhoods .sectionNeighbourhoodsInfo {
    padding-top: 54px;
  }
}

@media (min-width: 1200px) {
  body.single-commercial_for_lease .availableApartments {
    display: none;
  }
}
body.single-commercial_for_lease .availableSpaces {
  display: none;
}
@media (min-width: 1200px) {
  body.single-commercial_for_lease .availableSpaces {
    display: block;
  }
}

body.page-template-home .siteHeader {
  background-color: #003652;
}
body.page-template-home #main {
  padding-top: 80px;
}
@media (min-width: 768px) {
  body.page-template-home #main {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home #main {
    padding-top: 130px;
  }
}

body.page-template-residential-student-rentals .sectionListing {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body.page-template-residential-student-rentals .sectionListing {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  body.page-template-residential-student-rentals .sectionListing {
    padding-bottom: 54px;
  }
}
body.page-template-residential-student-rentals .sectionResidentialStudentRentalApartments {
  padding-top: 25px;
}
@media (min-width: 768px) {
  body.page-template-residential-student-rentals .sectionResidentialStudentRentalApartments {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  body.page-template-residential-student-rentals .sectionResidentialStudentRentalApartments {
    padding-top: 54px;
  }
}

body.page-template-commercial .blockListing {
  display: none;
}
@media (min-width: 768px) {
  body.page-template-commercial .blockListing {
    display: block;
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  body.page-template-commercial .blockListing {
    margin-top: 116px;
  }
}
@media (min-width: 768px) {
  body.page-template-commercial .blockListing .section__text {
    margin-bottom: 50px;
  }
}
body.page-template-commercial .blockLocations {
  margin-bottom: 0;
}
body.page-template-commercial .locationsMap {
  margin-bottom: 0;
}
body.page-template-commercial .locationsMap__filters {
  display: none;
}
body.page-template-commercial .locationsToolbar {
  display: none;
}
body.page-template-commercial .locationsTeasers {
  display: none;
}

body.page-template-commercial-for-sale .blockLocations {
  margin-top: 45px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  body.page-template-commercial-for-sale .blockLocations {
    margin-top: 75px;
    margin-bottom: 85px;
  }
}
body.page-template-commercial-for-sale .blockCTA {
  margin-top: 60px;
}
@media (min-width: 768px) {
  body.page-template-commercial-for-sale .blockCTA {
    margin-top: 120px;
  }
}
body.page-template-commercial-for-sale .ui-slider:before {
  content: "SQ.FT.";
  font-size: 12px;
  right: 100%;
  left: auto;
  width: auto;
  margin-right: 12px;
}
body.page-template-commercial-for-sale .ui-slider:after {
  content: "";
}

body.page-template-commercial-for-lease .ui-slider:before {
  content: "SQ.FT.";
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 24px;
  right: 100%;
  left: auto;
  width: auto;
  margin-right: 12px;
}
body.page-template-commercial-for-lease .ui-slider:after {
  content: "";
}

body.page-template-contact .sectionContact {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  body.page-template-contact .sectionContact {
    padding: 80px 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .sectionContact {
    padding: 0;
    display: flex;
    align-items: stretch;
  }
}
body.page-template-contact .contactMapContainer {
  height: 260px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapContainer {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .contactMapContainer {
    height: auto;
    width: 50%;
    margin-bottom: 0;
  }
}
body.page-template-contact .contactMapContainer .contactMapInfoboxContainer {
  display: block !important;
}
@media (min-width: 768px) {
  body.page-template-contact .contactContentContainer {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact .contactContentContainer {
    width: 50%;
    padding: 6.75vw 7.25vw;
    min-height: 1000px;
  }
}
body.page-template-contact .contactContentContainer .section__text {
  text-align: left;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactContentContainer .section__text {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-contact .contactContentContainer .section__text h2 {
    margin-bottom: 20px;
  }
}
body.page-template-contact .contactMapInfoboxContainer {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer {
    display: none;
    width: 500px;
    padding: 35px 45px;
    margin-bottom: 0;
  }
}
body.page-template-contact .contactMapInfoboxContainer__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__col {
    width: 47%;
  }
}
body.page-template-contact .contactMapInfoboxContainer__colTitle {
  font-weight: 500;
  margin-bottom: 15px;
}
body.page-template-contact .contactMapInfoboxContainer__contacts {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.page-template-contact .contactMapInfoboxContainer__contacts {
    margin-bottom: 0;
  }
}
body.page-template-contact .contactMapInfoboxContainer__contacts a {
  color: #383838;
}
body.page-template-contact .contactMapInfoboxContainer__contacts .label {
  font-weight: 500;
}
body.page-template-contact .gfield {
  width: 100%;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  body.page-template-contact .gfield {
    margin-bottom: 60px;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.ui-slider {
  position: relative;
  text-align: center;
  background: #ffffff;
  color: #333333;
  border-radius: 2px;
}
.ui-slider:before, .ui-slider:after {
  content: "$";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.ui-slider:before {
  left: -30px;
}
.ui-slider:after {
  right: -30px;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider-handle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  outline: none;
}

.ui-slider-range {
  background: #003652;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  border: none;
}

.popup {
  width: 100%;
  max-width: 600px;
  padding: 15px 15px 15px;
}
@media (min-width: 768px) {
  .popup {
    padding: 60px 68px 35px;
  }
}

.popup--apartmentGallery .fancybox-slide {
  padding: 0;
}
.popup--apartmentGallery .fancybox-content {
  width: 80%;
  max-width: 1200px;
  padding: 0;
}
.popup--apartmentGallery .fancybox-content img {
  width: 100%;
}

.popup--unit {
  width: 100%;
  max-width: 1180px;
  padding: 15px 15px 15px;
}
@media (min-width: 768px) {
  .popup--unit {
    padding: 60px 68px 35px;
  }
}
.popup--unit .tabs {
  border: none;
  border-radius: 0;
}
.popup--unit .tabs .ui-tabs-nav {
  display: flex;
  border: none;
  background: transparent;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.popup--unit .tabs .ui-tabs-nav li {
  border: none;
  border-radius: 0;
  line-height: 40px;
  margin-right: 20px;
  border-bottom: 3px solid transparent;
  outline: none;
  background: transparent no-repeat left center;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li {
    line-height: 62px;
    margin-right: 45px;
  }
}
.popup--unit .tabs .ui-tabs-nav li a {
  display: block;
  outline: none;
  color: #999999;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li a {
    padding-left: 58px;
  }
}
.popup--unit .tabs .ui-tabs-nav li.galleryTab {
  background-image: url("../images/icon-image-grey.svg");
  background-size: 22px auto;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li.galleryTab {
    background-size: 42px auto;
  }
}
.popup--unit .tabs .ui-tabs-nav li.tourTab {
  background-image: url("../images/icon-tour-grey.svg");
  background-size: 22px auto;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li.tourTab {
    background-size: 42px auto;
  }
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active {
  border-bottom-color: #b5131b;
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active a {
  color: #383838;
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active.galleryTab {
  background-image: url("../images/icon-image-black.svg");
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active.tourTab {
  background-image: url("../images/icon-tour-black.svg");
}
.popup--unit .tabs .ui-tabs-panel {
  border: none;
  border-radius: 0;
}
.popup--unit .propertyGallery {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.popup--unit [style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
.popup--unit [style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom: property) {
  .popup--unit [style*="--aspect-ratio"] {
    position: relative;
  }
  .popup--unit [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  .popup--unit [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.fancybox-close-small {
  width: 30px;
  height: 30px;
  background: url("../images/icon-close-popup.svg") no-repeat center;
  background-size: 20px auto;
}
@media (min-width: 768px) {
  .fancybox-close-small {
    width: 84px;
    height: 84px;
    background-size: 40px auto;
  }
}
.fancybox-close-small svg {
  display: none;
}

.rentalsAvailablePopup {
  padding: 0;
  max-width: 845px;
  width: 100%;
}
.rentalsAvailablePopup__text {
  text-align: center;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .rentalsAvailablePopup__text {
    padding: 50px 50px 60px;
  }
}
.rentalsAvailablePopup__title {
  color: #003652;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rentalsAvailablePopup__title {
    margin-bottom: 50px;
  }
}
.rentalsAvailablePopup__image {
  width: 100%;
}
.rentalsAvailablePopup .btn {
  outline: none;
}

.gform_wrapper .validation_error {
  color: red;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.gform_wrapper .gform_fields {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gform_wrapper .gfield {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield {
    width: 48%;
    margin-bottom: 30px;
  }
}
.gform_wrapper .gfield:before,
.gform_wrapper .gfield li:before {
  display: none;
}
.gform_wrapper .gfield_html {
  margin-bottom: 10px;
}
.gform_wrapper .gfield input[type=text] {
  width: 100%;
  height: 28px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  outline: none;
  background: #eee;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield input[type=text] {
    height: 36px;
  }
}
.gform_wrapper .gfield select {
  height: 36px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 35px;
  outline: none;
  width: 100%;
  background: #eee;
}
.gform_wrapper .gfield textarea {
  height: 100px;
  border: 2px solid #ccc;
  font-size: 16px;
  width: 100%;
  outline: none;
  padding: 10px;
  background: #eee;
}
.gform_wrapper .gfield .validation_message {
  top: 100%;
  right: 0;
  font-size: 14px;
  color: red;
}
.gform_wrapper .gfield--width100, .gform_wrapper .gfield.gform_validation_container {
  width: 100%;
}
.gform_wrapper .gfield .ginput_complex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gform_wrapper .gfield .ginput_complex span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield .ginput_complex span {
    width: 48%;
    margin-bottom: 30px;
  }
}
.gform_wrapper .gfield .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gfield_required {
  position: absolute;
  top: 0;
  left: -15px;
}
.gform_wrapper .gfield--hideAsterisk .gfield_required {
  display: none;
}
.gform_wrapper .gfield--hiddenLabel .gfield_label {
  display: none;
}
.gform_wrapper .gfield_label {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield_label {
    font-size: 20px;
    line-height: 30px;
  }
}
.gform_wrapper .ginput_container {
  position: relative;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:after {
  /*
  content: "";
  border: solid transparent;
  border-width: 9px 7px 0 7px;
  border-top-color: #666666;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  */
}
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: baseline;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-right: 15px;
}
.gform_wrapper .gfield_radio {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper .gfield_radio li {
  display: flex;
  align-items: flex-start;
}
.gform_wrapper .gfield_radio li input {
  margin-right: 20px;
  margin-top: 5px;
}
.gform_wrapper .gform_button {
  display: inline-block;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #003652;
  border: 1px solid #003652;
  background: #ffffff;
  font-weight: 400;
  transition: background 0.3s, color 0.3s;
  outline: none;
}
.gform_wrapper .gform_button:hover {
  background: #003652;
  color: #ffffff;
}
.gform_wrapper .button {
  display: inline-block;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 20px;
  letter-spacing: 0.2px;
  background: #003652;
  color: #ffffff;
  border: 1px solid #003652;
  font-weight: 400;
  transition: 0.3s;
}
.gform_wrapper .button:hover {
  background: transparent;
  color: #003652;
}

.wpcf7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 .wpcf7-response-output {
  text-align: center;
  margin: 0;
  padding: 0;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

/*# sourceMappingURL=main.css.map */
