@charset "UTF-8";
/*!
Theme Name: Watson Real Estate - 2019
Theme URI: https://bsd.nz
Author: Blacksheepdesign 
Author URI: http://www.blacksheepdesign.co.nz/
Author Design: Seona - seona@bsd.nz
Author Developer: Abbey - abbey@bsd.nz
Description: Blacksheepdesign creates custom websites based on Wordpress using some really cool plugins. 
Version: 1.0
*/
.blue {
  color: #0D306E;
}

.charcol {
  color: #484848;
}

.black {
  color: #231F20;
}

.white {
  color: white;
}

.yellow {
  color: #F2A900;
}

.lightBlue {
  colour: #808A9F;
}

.green {
  color: #B1C2A0;
}

.darkGrey {
  color: #A6A6A6;
}

.newBlue {
  color: #04ACCC;
}

.yellowBkgd {
  background: #F2A900;
}

.pinkBkgd {
  background: #EF6461;
}

.brownBkgd {
  background: #B3A48D;
}

.blueBkgd {
  background: #0D306E;
}

.lightBlueBkgd {
  background: #808A9F;
}

.greenBkgd {
  background: #B1C2A0;
}

.greyBkgd {
  background: #F3F3F3;
}

.newBlueBkgd {
  background: #04ACCC;
}

.lightGreyBkgd {
  background: #A5ABB6;
}

.darkGreyBkgd {
  background: #A6A6A6;
}

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

  @page {
    margin: 0.5cm;
  }
  a, a:visited {
    text-decoration: underline;
  }

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

  thead {
    display: table-header-group;
  }

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

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

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
.blue {
  color: #0D306E;
}

.charcol {
  color: #484848;
}

.black {
  color: #231F20;
}

.white {
  color: white;
}

.yellow {
  color: #F2A900;
}

.lightBlue {
  colour: #808A9F;
}

.green {
  color: #B1C2A0;
}

.darkGrey {
  color: #A6A6A6;
}

.newBlue {
  color: #04ACCC;
}

.yellowBkgd {
  background: #F2A900;
}

.pinkBkgd {
  background: #EF6461;
}

.brownBkgd {
  background: #B3A48D;
}

.blueBkgd {
  background: #0D306E;
}

.lightBlueBkgd {
  background: #808A9F;
}

.greenBkgd {
  background: #B1C2A0;
}

.greyBkgd {
  background: #F3F3F3;
}

.newBlueBkgd {
  background: #04ACCC;
}

.lightGreyBkgd {
  background: #A5ABB6;
}

.darkGreyBkgd {
  background: #A6A6A6;
}

@font-face {
  font-family: avenir-roman;
  src: local("Avenir Roman"), local("Avenir-Roman"), url("assets/fonts/Avenir-Roman.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: avenir-black;
  src: local("Avenir Black"), local("Avenir-Black"), url("assets/fonts/Avenir-Black.ttf") format("truetype");
  src: url("assets/fonts/AvenirLTStd-Black.otf") format("otf");
  font-weight: normal;
}
@font-face {
  font-family: avenir-heavy;
  src: local("Avenir Heavy"), local("Avenir-Heavy"), url("assets/fonts/Avenir-Heavy.ttf") format("truetype");
  src: url("assets/fonts/AvenirLTStd-Heavy.otf") format("otf");
  font-weight: normal;
}
.avenirRoman {
  font-family: "avenir-roman", helvetica, serif;
}

.avenirBlack {
  font-family: "avenir-black", helvetica, serif;
}

.avenirHeavy {
  font-family: "avenir-heavy", helvetica, serif;
}

.proxima {
  font-family: "proxima-nova", arial, sans-serif, arial, sans-serif !important;
}

.proximaReg {
  font-family: proxima-nova, arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.proximaBold {
  font-family: proxima-nova, arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* GET FONTS FROM THE FRONTS.SCSS FILE */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova", arial, sans-serif;
  line-height: 150%;
}

h1, h2, h3, h4, h5 {
  color: #0D306E;
  text-transform: initial;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

h1 {
  font-size: 43px;
  letter-spacing: 0.87px;
  line-height: 122%;
}

h2 {
  font-size: 36px;
  letter-spacing: 1.24px;
}

h3 {
  font-size: 26px;
  letter-spacing: 0.82px;
}
h3.line {
  position: relative;
  padding-bottom: 4vh;
  margin-bottom: 5vh;
}
h3.line:after {
  content: "\a";
  width: 35%;
  height: 2px;
  background: #484848;
  position: absolute;
  bottom: 0;
  left: 0;
}
h3#mess {
  width: 100%;
}
@media (min-width: 1000px) {
  h3#mess {
    width: 50%;
  }
}

h4 {
  font-size: 22px;
  letter-spacing: 1.08px;
}

h5 {
  font-size: 20px;
}

p {
  font-size: 15px;
  letter-spacing: 0.3px;
}
p a {
  font-weight: bold;
}
p a:hover {
  text-decoration: underline;
}
p.type {
  font-family: avenir-heavy, arial, sans-serif;
  letter-spacing: 1.25px;
}
p.intro {
  font-family: avenir-roman, arial, sans-serif;
  letter-spacing: 0.28px;
}
p.role {
  letter-spacing: 1.08px;
  font-size: 13px;
}

button {
  border-radius: 21px;
  border: none;
  font-size: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 15px 15px;
  transition: all 0.4s ease;
  min-width: 47%;
  max-width: 300px;
}
button:hover {
  background: #03829a;
  transition: all 0.4s ease;
  cursor: pointer;
}
button:focus {
  outline: none;
}
button.bigger {
  min-width: 75%;
  border-radius: 24px;
}
@media (min-width: 1000px) {
  button.bigger {
    min-width: 30%;
  }
}
button.pinkBkgd:hover {
  background: #ea3733;
}
button.lightBlueBkgd:hover {
  background: #667086;
}
button.blueBkgd:hover {
  background: #0a2657;
}
@media (min-width: 1000px) {
  button {
    min-width: 200px;
    max-width: 230px;
    width: 230px;
  }
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "avenir-black", helvetica, serif;
  text-transform: capitalise;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

a img {
  border: 0 none;
}

hr {
  border: 0 none;
  display: block;
}

.chromeframe {
  position: relative;
  background-color: #ffb;
  font: normal bold 16px Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #DDD;
  padding: 25px;
  z-index: 1000;
}
.chromeframe a {
  color: #0000cc;
}

blockquote {
  margin-left: 25px;
}

fieldset {
  border: none;
}

input[type=submit] {
  border: 0 none;
}

::selection {
  background: #f1f1f1;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: 0 0 1px #333;
}

::-moz-selection {
  background: #27C2FE;
  color: white;
}

::selection {
  background: #27C2FE;
  color: white;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.ul-horz > li {
  display: inline-block;
  position: relative;
}

.ul-vert {
  margin-left: 1rem;
}

.ul-vert li {
  line-height: 1.5;
}

.right, img.alignright {
  float: right;
}
@media (max-width: 767px) {
  .right, img.alignright {
    float: none;
  }
}

.left, img.alignleft {
  float: left;
}
@media (max-width: 767px) {
  .left, img.alignleft {
    float: none;
  }
}

.italic {
  font-style: italic;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none, .ui-tabs-hide {
  height: 0 !important;
  width: 0 !important;
  opacity: 0;
  display: none !important;
}

.hide {
  text-indent: -9999999px;
}

.hidden {
  visibility: hidden;
}

.table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

.center-margin {
  margin: 0 auto;
}

.row {
  display: block;
  width: 100%;
}

.mc {
  margin: 0 auto;
  display: block;
}

.mb2 {
  margin-top: 2vh;
}

.mt2-5 {
  margin-top: 2.5vh;
}

.mt5 {
  margin-top: 5vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt20 {
  margin-top: 20vh;
}

.mb3 {
  margin-bottom: 3vh;
}

.mb5 {
  margin-bottom: 5vh;
}

.mb7 {
  margin-bottom: 7vh;
}

.mb10 {
  margin-bottom: 10vh;
}

.mb20 {
  margin-bottom: 20vh;
}

.indent {
  margin-left: 4vw;
}
@media (max-width: 999px) {
  .indent {
    margin-left: 0;
  }
}

.width25vw {
  width: 25vw;
}
@media (max-width: 999px) {
  .width25vw {
    width: 100%;
  }
}

.width50vw {
  width: 50vw;
}
@media (max-width: 999px) {
  .width50vw {
    width: 100%;
  }
}

.width75vw {
  width: 70vw;
}
@media (max-width: 999px) {
  .width75vw {
    width: 100%;
  }
}

.width80vw {
  width: 80vw;
}
@media (max-width: 999px) {
  .width80vw {
    width: 100%;
  }
}

.width25 {
  width: 25%;
}

.width40 {
  width: 35%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width60 {
  width: 65%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 85%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body.is-active {
  height: 100vh;
  overflow: hidden;
}

#bodyWrapper {
  padding: 0;
}

.innerWrapper {
  padding: 14vh 3vw;
}

.animationline:after {
  content: "\a";
  display: block;
  width: 30%;
  height: 3px;
  background: rgba(35, 31, 32, 0.5);
  position: absolute;
  bottom: -27px;
  right: 70%;
  transition: all 1s ease 0.4s;
}
@media (max-width: 999px) {
  .animationline:after {
    bottom: -21px;
  }
}

#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
  font-family: "proxima-nova", arial, sans-serif;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "proxima-nova", arial, sans-serif;
  color: white;
}

#internet-explorer-error p {
  font-family: "proxima-nova", arial, sans-serif;
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  text-decoration: underline;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
}
#internet-explorer-error p a:hover:after {
  background: none;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.blue {
  color: #0D306E;
}

.charcol {
  color: #484848;
}

.black {
  color: #231F20;
}

.white {
  color: white;
}

.yellow {
  color: #F2A900;
}

.lightBlue {
  colour: #808A9F;
}

.green {
  color: #B1C2A0;
}

.darkGrey {
  color: #A6A6A6;
}

.newBlue {
  color: #04ACCC;
}

.yellowBkgd {
  background: #F2A900;
}

.pinkBkgd {
  background: #EF6461;
}

.brownBkgd {
  background: #B3A48D;
}

.blueBkgd {
  background: #0D306E;
}

.lightBlueBkgd {
  background: #808A9F;
}

.greenBkgd {
  background: #B1C2A0;
}

.greyBkgd {
  background: #F3F3F3;
}

.newBlueBkgd {
  background: #04ACCC;
}

.lightGreyBkgd {
  background: #A5ABB6;
}

.darkGreyBkgd {
  background: #A6A6A6;
}

header {
  padding: 3vh 6vw 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  z-index: 10;
  color: white;
}
header #logo {
  max-width: 120px;
  width: 39%;
  vertical-align: middle;
  z-index: 0;
  position: relative;
  margin-top: 4px;
}
header #logo img {
  width: 100%;
}
@media (min-width: 1000px) {
  header #logo {
    margin-top: 0;
  }
}
header .wrapper {
  width: 50%;
  text-align: right;
  vertical-align: middle;
  position: relative;
  float: right;
  position: absolute;
  right: 6vw;
  top: 3vh;
  z-index: 1;
}
header .wrapper.active {
  width: 89%;
}
header #search {
  position: relative;
  min-height: 40px;
  width: 74%;
  background: white;
  border-radius: 20px;
  padding: 0 22px;
  transition: all 0.5s ease;
  vertical-align: middle;
}
header #search.off {
  background: none;
  border-radius: 0px;
  width: 32px;
  transition: all 0.5s ease;
}
header #search.off #trigger-search .fa-search, header #search.off #trigger-search2 .fa-search {
  left: 0;
  font-size: 31px;
  width: 26px;
  display: inline-block;
  color: #0D306E;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
header #search.off #trigger-search form, header #search.off #trigger-search2 form {
  width: 0px;
  overflow: hidden;
  display: inline-block;
  transition: all 0.4s ease;
}
header #search.off #closemenusearch {
  display: none;
}

#trigger-search, #trigger-search2 {
  height: 100%;
  display: block;
  height: 40px;
}
#trigger-search .fa-search, #trigger-search2 .fa-search {
  font-size: 31px;
  width: 26px;
  display: inline-block;
  color: #0D306E;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#trigger-search .fa-search:hover, #trigger-search2 .fa-search:hover {
  cursor: pointer;
  color: #d9d9d9;
  transition: all 0.3s ease;
}
#trigger-search form, #trigger-search2 form {
  width: 81%;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  transition: all 0.4s ease 0.2s;
}
#trigger-search form input, #trigger-search2 form input {
  border: none;
  background: none;
  border-bottom: 1px solid #0D306E;
  color: #0D306E;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  padding-top: 6px;
  font-family: avenir-heavy, arial, sans-serif;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}
#trigger-search form input:focus, #trigger-search2 form input:focus {
  outline: none;
}
#trigger-search form input[type=submit], #trigger-search2 form input[type=submit] {
  display: none;
}
#trigger-search #closemenusearch, #trigger-search2 #closemenusearch {
  display: block;
  position: absolute;
  right: 5vw;
  top: 48%;
  transform: translateY(-50%);
  width: 15px;
}

#trigger-search .fa-search {
  width: 17px;
  left: 23px;
  top: 46%;
}
#trigger-search form {
  width: 100%;
}
#trigger-search form input[type=text] {
  width: 100%;
  padding-left: 30px;
}

#search-bar {
  margin-bottom: 15px;
  position: relative;
}
#search-bar img {
  font-size: 31px;
  width: 17px;
  display: inline-block;
  color: #0D306E;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#search-bar img:hover {
  cursor: pointer;
  color: #d9d9d9;
  transition: all 0.3s ease;
}
#search-bar input {
  border: none;
  background: none;
  border-bottom: 1px solid #0D306E;
  color: #484848;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  padding-top: 6px;
  font-family: avenir-heavy;
  padding-left: 40px;
  padding-bottom: 5px;
  border-radius: 0px;
  -webkit-appearance: none;
}
#search-bar input:focus {
  outline: none;
  background: none;
}
#search-bar input:autofill {
  background: none;
}
#search-bar input:before {
  background: url("./img/search-icon.svg") no-repeat 0 0/100%;
  width: 30px;
  height: 20px;
  content: "\a";
  display: inline-block;
}
#search-bar ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: capitalize;
}
#search-bar ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: capitalize;
}
#search-bar :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: capitalize;
}
#search-bar :-moz-placeholder {
  /* Firefox 18- */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: capitalize;
}

#book {
  display: none;
}

button.global {
  position: fixed;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #0D306E;
  color: white;
  min-width: 60%;
  border-radius: 18px 18px 0 0;
  font-size: 13px;
  font-weight: bold;
  z-index: 8;
}

/* header intro styles for different pages */
#bodyWrapper[page-attr=home] #introduction {
  background: #0D306E;
  padding: 78px 0 0;
}
@media (min-width: 1000px) {
  #bodyWrapper[page-attr=home] #introduction {
    padding-top: 88px;
  }
}

#bodyWrapper[page-attr=teammember], #bodyWrapper[page-attr=meet-the-team] {
  background: #fff;
}
#bodyWrapper[page-attr=teammember] #introduction, #bodyWrapper[page-attr=meet-the-team] #introduction {
  padding: 88px 6% 40px;
}

#bodyWrapper[page-attr=teammember] #introduction {
  padding: 88px 6% 0;
}

#bodyWrapper #introduction {
  padding: 88px 0 0;
}

/* PAGE COLOURS */
#bodyWrapper[page-colour=blue] #introduction {
  background: #0D306E;
}
#bodyWrapper[page-colour=blue] .imageWrap:before {
  content: "\a";
  background: #0D306E;
}

#bodyWrapper[page-colour=light-blue] #introduction {
  background: #808A9F;
}
#bodyWrapper[page-colour=light-blue] .imageWrap:before {
  content: "\a";
  background: #808A9F;
}

#bodyWrapper[page-colour=darkgrey] #introduction {
  background: #A6A6A6;
}
#bodyWrapper[page-colour=darkgrey] .imageWrap:before {
  content: "\a";
  background: #A6A6A6;
}

#bodyWrapper[page-colour=grey] #introduction {
  background: #F3F3F3;
}
#bodyWrapper[page-colour=grey] .imageWrap:before {
  content: "\a";
  background: #A6A6A6;
}

#bodyWrapper[page-colour=green] #introduction {
  background: #B1C2A0;
}
#bodyWrapper[page-colour=green] .imageWrap:before {
  content: "\a";
  background: #B1C2A0;
}

#bodyWrapper[page-colour=lightGrey] #introduction {
  background: #A5ABB6;
}
#bodyWrapper[page-colour=lightGrey] .imageWrap:before {
  content: "\a";
  background: #A5ABB6;
}

#bodyWrapper[page-attr=search] #introduction {
  background: #0D306E;
  padding: 88px 0 0;
}

@media (min-width: 1000px) {
  #header {
    padding: 0vh 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    z-index: 10;
  }
  #header .wrapper {
    width: 87%;
    position: static;
    height: 71px;
  }
  #header #search {
    vertical-align: top;
    position: absolute;
    top: 17px;
    right: 215px;
    width: 50%;
  }
  #header #search #trigger-search .fa-search, #header #search #trigger-search2 .fa-search {
    width: 21px;
  }
  #header #search #trigger-search #closemenusearch, #header #search #trigger-search2 #closemenusearch {
    right: 25px;
  }
  #header #search.off {
    width: 32px;
  }

  #logo {
    top: 3vh;
  }

  .wrapper {
    width: 78%;
    text-align: right;
    right: 23px;
    top: 0;
    z-index: 1;
  }

  #bodyWrapper[page-attr=home] #introduction {
    padding: 88px 25px 0;
    position: relative;
  }

  #bodyWrapper[page-attr=teammember] #introduction {
    padding: 88px 6% 40px;
  }

  button.global {
    width: 100.5%;
    min-width: 50%;
    border-radius: 0px;
    margin-left: -0.5px;
    max-width: 100.5%;
  }

  #book {
    display: inline-block;
    width: 178px;
    vertical-align: middle;
    min-width: auto;
    margin-left: 10px;
    padding: 10px 15px;
  }
}
footer {
  background: #0D306E;
  padding: 8vh 6vw 6vh;
}
footer .wrap {
  max-width: 1090px;
  margin: 0 auto;
}
footer .wrap > .inline-block {
  width: 100%;
  display: block;
}
footer h2 {
  width: 70%;
}
footer ul {
  list-style-type: none;
  color: white;
}
footer ul li {
  width: 48%;
  letter-spacing: 0.55px;
  font-size: 16px;
  display: inline-block;
  margin: 5px 0;
}
footer button {
  width: 45%;
  margin: 6vh 2% 7vh 0;
}
footer .social img {
  width: 34px;
  margin-right: 15px;
  vertical-align: middle;
  opacity: 1;
  transition: all 0.4s ease;
}
footer .social img:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease;
}
footer p {
  font-size: 12px;
  letter-spacing: 0.24px;
}

@media (min-width: 1000px) {
  footer {
    padding: 10vh 0 10vh;
  }
  footer .wrap {
    max-width: 1060px;
    width: 88%;
    margin: 0 auto;
  }
  footer .wrap > .inline-block {
    width: 48%;
    display: inline-block;
  }
  footer button {
    width: 180px;
  }
}
.blue {
  color: #0D306E;
}

.charcol {
  color: #484848;
}

.black {
  color: #231F20;
}

.white {
  color: white;
}

.yellow {
  color: #F2A900;
}

.lightBlue {
  colour: #808A9F;
}

.green {
  color: #B1C2A0;
}

.darkGrey {
  color: #A6A6A6;
}

.newBlue {
  color: #04ACCC;
}

.yellowBkgd {
  background: #F2A900;
}

.pinkBkgd {
  background: #EF6461;
}

.brownBkgd {
  background: #B3A48D;
}

.blueBkgd {
  background: #0D306E;
}

.lightBlueBkgd {
  background: #808A9F;
}

.greenBkgd {
  background: #B1C2A0;
}

.greyBkgd {
  background: #F3F3F3;
}

.newBlueBkgd {
  background: #04ACCC;
}

.lightGreyBkgd {
  background: #A5ABB6;
}

.darkGreyBkgd {
  background: #A6A6A6;
}

@media (max-width: 767px) {
  #menu {
    vertical-align: middle;
  }
}
@media (min-width: 766px) and (max-width: 999px) {
  #menu {
    vertical-align: middle;
  }
}

.mobileOnly {
  display: block;
}
@media (min-width: 1000px) {
  .mobileOnly {
    display: none;
  }
}

.desktopOnly {
  display: none;
}
@media (min-width: 1000px) {
  .desktopOnly {
    display: block;
  }
}

#mobileMenuBtn {
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.3s ease;
}
#mobileMenuBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  color: #0D306E;
}
#mobileMenuBtn .fa-bars {
  display: none;
}
#mobileMenuBtn .fa-close {
  display: block;
}
#mobileMenuBtn.closed .fa-bars {
  display: block;
}
#mobileMenuBtn.closed .fa-close {
  display: none;
}
#mobileMenuBtn:hover {
  cursor: pointer;
  background: #d9d9d9;
  transition: all 0.3s ease;
}

#items, #items2 {
  background: #0D306E;
  color: white;
  padding: 14vh 6vw 6vh;
  position: absolute;
  /* right: 0; */
  top: 0;
  z-index: 9;
  width: 100vw;
  min-height: 104%;
  list-style-type: none;
  transition: all 0.9s ease;
}
#items.closed, #items2.closed {
  height: 0;
  top: -105vh;
  transition: all 0.9s ease;
}
#items li, #items2 li {
  font-size: 22px;
  position: relative;
  min-height: 40px;
  margin-bottom: 14px;
  margin-top: 14px;
}
#items li span.triangle, #items2 li span.triangle {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 16px;
  height: 17px;
  background: url(./img/triangle-down.svg) no-repeat 0 0/100%;
  z-index: 10;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
#items li.closed span.triangle, #items2 li.closed span.triangle {
  transform: rotate(0deg);
  transition: all 0.4s ease;
}
#items li.closed ul, #items2 li.closed ul {
  display: none;
}
#items li:hover, #items2 li:hover {
  cursor: pointer;
}
#items li:after, #items2 li:after {
  content: "\a";
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.75;
}
#items li ul, #items2 li ul {
  display: block;
  list-style-type: none;
  padding-bottom: 6px;
}
#items li ul li, #items2 li ul li {
  font-size: 16px;
  min-height: 25px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: avenir-roman;
}
#items li ul li:after, #items2 li ul li:after {
  display: none;
}
#items li ul li .children, #items2 li ul li .children {
  padding-left: 17px;
}
#items li ul li .children li, #items2 li ul li .children li {
  font-size: 14px;
  margin: 4px 0;
}
#items button, #items2 button {
  width: 45%;
  min-width: 40%;
  margin: 10vh 2% 0;
}
@media (max-width: 767px) {
  #items button, #items2 button {
    width: 46%;
    margin: 10vh 0 0;
  }
}
@media (max-width: 767px) {
  #items button:last-child, #items2 button:last-child {
    margin-left: 6%;
  }
}

#menu2, #menu3 {
  background: #0D306E;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.3s ease;
  position: absolute;
  top: 24px;
  right: 6%;
}
#menu2 img, #menu3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  color: white;
}
#menu2:hover, #menu3:hover {
  cursor: pointer;
  background: #d9d9d9;
  transition: all 0.3s ease;
}

#menu3 {
  background: white;
}
#menu3:hover {
  cursor: pointer;
  background: #d9d9d9;
  transition: all 0.3s ease;
}

@media (min-width: 1000px) {
  #mobileMenuBtn {
    display: none;
  }

  #items2 {
    padding: 0;
    min-height: auto;
    position: static;
    background: none;
    width: 66%;
    height: 71px;
    display: inline-block;
    margin-right: 50px;
    transition: none;
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  #items2.search-open {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  #items2 > li {
    padding: 23px 1.5% 15px;
    font-size: 15px;
    min-height: auto;
    margin: 0;
    display: inline-block;
    transition: all 0.2s ease;
  }
  #items2 > li:after {
    display: none;
  }
  #items2 > li.active {
    transition: all 0.2s ease;
    background: #3D598B;
  }
  #items2 > li .triangle {
    display: none;
  }
  #items2 .sub {
    display: block;
    position: absolute;
    /* bottom: 0; */
    background: #3D598B;
    top: 62px;
    width: 100%;
    right: 0;
    height: 0px;
    opacity: 1;
    transition: all 0.2s ease;
    padding-bottom: 0;
    text-align: left;
    overflow: hidden;
  }
  #items2 .sub li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #items2 .sub li a {
    padding: 10px 6%;
    border-top: 1px solid white;
    width: 88%;
    background: #3D598B;
    font-size: 13px;
    display: block;
  }
  #items2 .sub li a:hover {
    background: #45649d;
  }
  #items2 .sub li ul.children {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  #items2 .sub li ul.children li {
    font-size: 13px;
    margin: 0;
  }
  #items2 li:hover {
    background: #3D598B;
  }
  #items2 li.submenu:hover {
    background: #3D598B;
  }
  #items2 li.submenu:hover .sub {
    height: auto;
    opacity: 1;
    transition: all 0.2s ease;
  }
}
#contactForm, #appraisal {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  overflow: auto;
  background: rgba(243, 243, 243, 0.9);
  height: 100%;
  padding: 56px 6% 0;
  padding: 0;
  z-index: 20;
  transition: all 0.9s ease;
}
#contactForm #menu2, #appraisal #menu2 {
  background: white;
}
@media (min-width: 1000px) {
  #contactForm #menu2, #appraisal #menu2 {
    background: #0D306E;
  }
}
#contactForm.closed, #appraisal.closed {
  height: 0;
  bottom: -100vh;
  z-index: -5;
  transition: all 0.9s ease;
}
#contactForm .gform_title, #appraisal .gform_title {
  font-size: 15px;
  letter-spacing: 1.5px !important;
  color: white;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 1.24px;
  width: 50%;
}
@media (min-width: 1000px) {
  #contactForm .gform_title, #appraisal .gform_title {
    width: 85%;
  }
}
#contactForm #gform_wrapper_1, #contactForm #gform_wrapper_3, #contactForm #gform_wrapper_4, #contactForm #gform_confirmation_wrapper_1, #contactForm #gform_confirmation_wrapper_3, #appraisal #gform_wrapper_1, #appraisal #gform_wrapper_3, #appraisal #gform_wrapper_4, #appraisal #gform_confirmation_wrapper_1, #appraisal #gform_confirmation_wrapper_3 {
  min-height: 100%;
  overflow: auto;
  background: #0D306E;
  max-width: 500px;
  padding: 26px 39px 43px;
  margin-bottom: 46px;
  margin: 0;
}
@media (min-width: 1000px) {
  #contactForm #gform_wrapper_1, #contactForm #gform_wrapper_3, #contactForm #gform_wrapper_4, #contactForm #gform_confirmation_wrapper_1, #contactForm #gform_confirmation_wrapper_3, #appraisal #gform_wrapper_1, #appraisal #gform_wrapper_3, #appraisal #gform_wrapper_4, #appraisal #gform_confirmation_wrapper_1, #appraisal #gform_confirmation_wrapper_3 {
    min-height: auto;
  }
}
#contactForm #gform_wrapper_1 li.gfield_error, #contactForm #gform_wrapper_3 li.gfield_error, #contactForm #gform_wrapper_4 li.gfield_error, #contactForm #gform_confirmation_wrapper_1 li.gfield_error, #contactForm #gform_confirmation_wrapper_3 li.gfield_error, #appraisal #gform_wrapper_1 li.gfield_error, #appraisal #gform_wrapper_3 li.gfield_error, #appraisal #gform_wrapper_4 li.gfield_error, #appraisal #gform_confirmation_wrapper_1 li.gfield_error, #appraisal #gform_confirmation_wrapper_3 li.gfield_error {
  border: none;
  background: none;
  padding: 0;
  margin: 0 !important;
}
#contactForm #gform_wrapper_1 li.gfield_error input, #contactForm #gform_wrapper_3 li.gfield_error input, #contactForm #gform_wrapper_4 li.gfield_error input, #contactForm #gform_confirmation_wrapper_1 li.gfield_error input, #contactForm #gform_confirmation_wrapper_3 li.gfield_error input, #appraisal #gform_wrapper_1 li.gfield_error input, #appraisal #gform_wrapper_3 li.gfield_error input, #appraisal #gform_wrapper_4 li.gfield_error input, #appraisal #gform_confirmation_wrapper_1 li.gfield_error input, #appraisal #gform_confirmation_wrapper_3 li.gfield_error input {
  background: #0a2657;
}
#contactForm #gform_wrapper_1 input, #contactForm #gform_wrapper_3 input, #contactForm #gform_wrapper_4 input, #contactForm #gform_confirmation_wrapper_1 input, #contactForm #gform_confirmation_wrapper_3 input, #appraisal #gform_wrapper_1 input, #appraisal #gform_wrapper_3 input, #appraisal #gform_wrapper_4 input, #appraisal #gform_confirmation_wrapper_1 input, #appraisal #gform_confirmation_wrapper_3 input {
  border: none;
  border-bottom: 1px solid white;
  background: none;
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  padding: 4px 20px;
  transition: all 0.3s ease;
  color: white;
  -webkit-appearance: none;
  border-radius: 0px;
}
#contactForm #gform_wrapper_1 input:focus, #contactForm #gform_wrapper_3 input:focus, #contactForm #gform_wrapper_4 input:focus, #contactForm #gform_confirmation_wrapper_1 input:focus, #contactForm #gform_confirmation_wrapper_3 input:focus, #appraisal #gform_wrapper_1 input:focus, #appraisal #gform_wrapper_3 input:focus, #appraisal #gform_wrapper_4 input:focus, #appraisal #gform_confirmation_wrapper_1 input:focus, #appraisal #gform_confirmation_wrapper_3 input:focus {
  outline: none;
  background: #0a2657;
  transition: all 0.3s ease;
}
#contactForm #gform_wrapper_1 textarea, #contactForm #gform_wrapper_3 textarea, #contactForm #gform_wrapper_4 textarea, #contactForm #gform_confirmation_wrapper_1 textarea, #contactForm #gform_confirmation_wrapper_3 textarea, #appraisal #gform_wrapper_1 textarea, #appraisal #gform_wrapper_3 textarea, #appraisal #gform_wrapper_4 textarea, #appraisal #gform_confirmation_wrapper_1 textarea, #appraisal #gform_confirmation_wrapper_3 textarea {
  border-radius: 21px;
  border: none;
  padding: 20px;
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  transition: all 0.3s ease;
  margin-top: 13px;
  height: 25vh;
  background: #0a2657;
  color: white;
}
#contactForm #gform_wrapper_1 textarea:focus, #contactForm #gform_wrapper_3 textarea:focus, #contactForm #gform_wrapper_4 textarea:focus, #contactForm #gform_confirmation_wrapper_1 textarea:focus, #contactForm #gform_confirmation_wrapper_3 textarea:focus, #appraisal #gform_wrapper_1 textarea:focus, #appraisal #gform_wrapper_3 textarea:focus, #appraisal #gform_wrapper_4 textarea:focus, #appraisal #gform_confirmation_wrapper_1 textarea:focus, #appraisal #gform_confirmation_wrapper_3 textarea:focus {
  outline: none;
  background: #081c40;
  transition: all 0.3s ease;
}
#contactForm #gform_wrapper_1 input[type=submit], #contactForm #gform_wrapper_3 input[type=submit], #contactForm #gform_wrapper_4 input[type=submit], #contactForm #gform_confirmation_wrapper_1 input[type=submit], #contactForm #gform_confirmation_wrapper_3 input[type=submit], #appraisal #gform_wrapper_1 input[type=submit], #appraisal #gform_wrapper_3 input[type=submit], #appraisal #gform_wrapper_4 input[type=submit], #appraisal #gform_confirmation_wrapper_1 input[type=submit], #appraisal #gform_confirmation_wrapper_3 input[type=submit] {
  border: none;
  border-radius: 18px;
  font-size: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.4s ease;
  width: 40%;
  float: right;
  font-family: "avenir-black", arial, sans-serif;
  background: #04ACCC;
  color: white;
}
#contactForm #gform_wrapper_1 input[type=submit]:hover, #contactForm #gform_wrapper_3 input[type=submit]:hover, #contactForm #gform_wrapper_4 input[type=submit]:hover, #contactForm #gform_confirmation_wrapper_1 input[type=submit]:hover, #contactForm #gform_confirmation_wrapper_3 input[type=submit]:hover, #appraisal #gform_wrapper_1 input[type=submit]:hover, #appraisal #gform_wrapper_3 input[type=submit]:hover, #appraisal #gform_wrapper_4 input[type=submit]:hover, #appraisal #gform_confirmation_wrapper_1 input[type=submit]:hover, #appraisal #gform_confirmation_wrapper_3 input[type=submit]:hover {
  background: #03829a;
  transition: all 0.4s ease;
  cursor: pointer;
}
#contactForm #gform_wrapper_1 .validation_error, #contactForm #gform_wrapper_3 .validation_error, #contactForm #gform_wrapper_4 .validation_error, #contactForm #gform_confirmation_wrapper_1 .validation_error, #contactForm #gform_confirmation_wrapper_3 .validation_error, #appraisal #gform_wrapper_1 .validation_error, #appraisal #gform_wrapper_3 .validation_error, #appraisal #gform_wrapper_4 .validation_error, #appraisal #gform_confirmation_wrapper_1 .validation_error, #appraisal #gform_confirmation_wrapper_3 .validation_error {
  border: none;
  background: none;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  font-family: "avenir-roman", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
#contactForm #gform_wrapper_1 .validation_message, #contactForm #gform_wrapper_3 .validation_message, #contactForm #gform_wrapper_4 .validation_message, #contactForm #gform_confirmation_wrapper_1 .validation_message, #contactForm #gform_confirmation_wrapper_3 .validation_message, #appraisal #gform_wrapper_1 .validation_message, #appraisal #gform_wrapper_3 .validation_message, #appraisal #gform_wrapper_4 .validation_message, #appraisal #gform_confirmation_wrapper_1 .validation_message, #appraisal #gform_confirmation_wrapper_3 .validation_message {
  padding: 0;
  padding-left: 20px;
  font-size: 12px;
  border: none;
  font-weight: bold;
  font-family: "avenir-roman", arial, sans-serif;
  background: #0D306E;
  color: white;
}
#contactForm #gform_confirmation_wrapper_1, #contactForm #gform_confirmation_wrapper_3, #appraisal #gform_confirmation_wrapper_1, #appraisal #gform_confirmation_wrapper_3 {
  padding: 63px 39px 43px;
}
@media (min-width: 1000px) {
  #contactForm #gform_confirmation_wrapper_1, #contactForm #gform_confirmation_wrapper_3, #appraisal #gform_confirmation_wrapper_1, #appraisal #gform_confirmation_wrapper_3 {
    padding: 37px 39px 43px;
  }
}
#contactForm #gform_confirmation_wrapper_1 p, #contactForm #gform_confirmation_wrapper_3 p, #appraisal #gform_confirmation_wrapper_1 p, #appraisal #gform_confirmation_wrapper_3 p {
  color: white;
}

#appraisal {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding-bottom: 0;
}
#appraisal #menu3 {
  background: white;
}
@media (min-width: 1000px) {
  #appraisal #menu3 {
    background: #808A9F;
  }
}
#appraisal .gform_title {
  font-size: 15px;
  letter-spacing: 1.5px !important;
  color: white;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 1.24px;
  width: 50%;
}
@media (min-width: 1000px) {
  #appraisal .gform_title {
    width: 85%;
  }
}
#appraisal #gform_confirmation_message_4 {
  color: white;
}
#appraisal #gform_confirmation_wrapper_4 {
  background: #808A9F;
  max-width: 500px;
  height: auto;
  padding: 35px 39px 27px;
}
#appraisal #gform_confirmation_wrapper_4 p {
  margin-top: 50px;
  color: white;
}
#appraisal #gform_wrapper_4 {
  padding-bottom: 80px;
  height: 100%;
  background: #808A9F;
  max-width: 500px;
  height: auto;
  padding: 25px 39px 27px;
}
#appraisal #gform_wrapper_4 .validation_error {
  color: white;
}
#appraisal form {
  position: relative;
  height: 95%;
}
#appraisal .gf_page_steps {
  position: absolute;
  top: 78px;
  right: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 84px;
  color: white;
  text-transform: uppercase;
  font-family: "avenir-black", helvetica, serif;
  border-bottom: 0px;
  padding-right: 18px;
}
#appraisal .gf_page_steps:after {
  display: block;
  content: "/4";
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 15px;
  letter-spacing: 1.5px !important;
}
#appraisal .gf_page_steps .gf_step_number {
  display: none;
}
#appraisal .gf_page_steps .gf_step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1.5px !important;
}
#appraisal .gf_page_steps .gf_step.gf_step_active {
  opacity: 1;
}
#appraisal .gf_page_steps .gf_step .gf_step_label {
  position: absolute;
  top: 0;
}
#appraisal .gform_body {
  margin-top: 45px;
  height: 70%;
}
#appraisal .gform_body .gform_page {
  margin-top: 40px;
}
#appraisal #gform_wrapper_4 .gfield {
  padding-right: 0;
}
#appraisal #gform_wrapper_4 .gfield.gfield_error input {
  background: #717d94;
  transition: all 0.3s ease;
}
#appraisal #gform_wrapper_4 .gfield > label, #appraisal #gform_wrapper_4 .gfield h3 {
  font-size: 26px;
  letter-spacing: 0.96px;
  font-family: "avenir-black", helvetica, serif;
  color: white;
  font-weight: normal;
}
#appraisal #gform_wrapper_4 .gfield > label .gfield_required, #appraisal #gform_wrapper_4 .gfield h3 .gfield_required {
  color: white;
}
#appraisal #gform_wrapper_4 .gfield input {
  border-bottom: 1px solid white;
  color: white;
  -webkit-appearance: none;
  border-radius: 0px;
}
#appraisal #gform_wrapper_4 .gfield input:focus {
  outline: none;
  background: #717d94;
  transition: all 0.3s ease;
}
#appraisal #gform_wrapper_4 .gfield .gfield_radio {
  width: 100%;
}
#appraisal #gform_wrapper_4 .gfield .gfield_radio li {
  width: 47%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
#appraisal #gform_wrapper_4 .gfield .gfield_radio li:first-child {
  margin-right: 5%;
}
#appraisal #gform_wrapper_4 .gfield .gfield_radio li input {
  opacity: 0;
  width: 0px !important;
  height: 0px;
  margin: 0;
  padding: 0;
}
#appraisal #gform_wrapper_4 .gfield .gfield_radio li label {
  border-radius: 21px;
  border: none;
  font-size: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: "avenir-black", helvetica, serif;
  transition: all 0.4s ease;
  width: 100%;
  max-width: 96%;
  background: #04ACCC;
  color: white;
  font-weight: normal;
  text-align: center;
  background: white;
  color: #04ACCC;
}
@media (min-width: 1000px) {
  #appraisal #gform_wrapper_4 .gfield .gfield_radio li label:hover {
    background: #03829a;
    transition: all 0.4s ease;
    color: white;
    cursor: pointer;
  }
  #appraisal #gform_wrapper_4 .gfield .gfield_radio li label:active {
    background: #03829a;
    transition: all 0.4s ease;
    color: white;
    cursor: pointer;
  }
}
#appraisal #gform_wrapper_4 .gfield .gfield_radio li input:checked ~ label {
  background: #03829a;
  transition: all 0.4s ease;
  color: white;
}
#appraisal #gform_wrapper_4 .gfield .ginput_container_address {
  margin-top: 30px;
}
#appraisal #gform_wrapper_4 .gfield .ginput_container_address input {
  border-bottom: 1px solid white;
  color: white;
  -webkit-appearance: none;
  border-radius: 0px;
}
#appraisal #gform_wrapper_4 .gfield .ginput_container_address input:focus {
  outline: none;
  background: #717d94;
  transition: all 0.3s ease;
}
#appraisal #gform_wrapper_4 .gfield .ginput_container {
  margin-top: 50px;
}
#appraisal #gform_wrapper_4 #gform_fields_4_4 li > .ginput_container {
  margin-top: 0;
}
#appraisal #gform_wrapper_4 #gform_fields_4_4 #field_4_16 > label {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 1.5px;
}
#appraisal #gform_wrapper_4 #gform_fields_4_4 .gfield_html {
  font-size: 26px;
  letter-spacing: 0.96px;
  font-family: "avenir-black", helvetica, serif;
  color: white;
  font-weight: normal;
}
@media (min-width: 1000px) {
  #appraisal #gform_wrapper_4 #gform_fields_4_4 #input_4_13 span {
    width: 45%;
    display: inline-block;
    margin-bottom: 0;
  }
  #appraisal #gform_wrapper_4 #gform_fields_4_4 #input_4_13 span input {
    margin-bottom: 0;
  }
  #appraisal #gform_wrapper_4 #gform_fields_4_4 #input_4_13 span:first-child {
    margin-right: 8%;
  }
}
#appraisal #gform_wrapper_4 #gform_fields_4_4 .gfield_checkbox li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
#appraisal #gform_wrapper_4 #gform_fields_4_4 .gfield_checkbox li label {
  color: white;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding-left: 10px;
}
#appraisal #gform_wrapper_4 #gform_fields_4_4 .gfield_checkbox li input {
  background: none;
  border: 1px solid white;
  margin-top: 0;
  -webkit-appearance: checkbox;
}
#appraisal #gform_wrapper_4 #gform_fields_4_4 .gfield_checkbox li:first-child {
  margin-right: 8%;
}
#appraisal #gform_wrapper_4 .gform_page_footer {
  margin-top: 40px;
  border-top: 0;
}
#appraisal #gform_wrapper_4 .gform_page_footer input.gform_next_button, #appraisal #gform_wrapper_4 .gform_page_footer input.gform_previous_button {
  border-radius: 21px;
  border: none;
  font-size: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-family: "avenir-black", helvetica, serif;
  transition: all 0.4s ease;
  width: 44%;
  max-width: 96%;
  background: #04ACCC;
  color: white;
  font-weight: normal;
  text-align: center;
  -webkit-appearance: none;
}
@media (min-width: 1000px) {
  #appraisal #gform_wrapper_4 .gform_page_footer input.gform_next_button:hover, #appraisal #gform_wrapper_4 .gform_page_footer input.gform_previous_button:hover {
    background: #03829a;
    transition: all 0.4s ease;
    cursor: pointer;
  }
}
#appraisal #gform_wrapper_4 .gform_page_footer input.gform_next_button {
  float: right;
}
#appraisal #gform_wrapper_4 .gform_page_footer input.gform_previous_button {
  background: white;
  color: #04ACCC;
  width: 44%;
  margin-right: 8%;
  -webkit-appearance: none;
}
@media (min-width: 1000px) {
  #appraisal #gform_wrapper_4 .gform_page_footer input.gform_previous_button:hover {
    background: #03829a;
    transition: all 0.4s ease;
    cursor: pointer;
    color: white;
  }
}
#appraisal #gform_wrapper_4 .gform_page_footer input[type=submit] {
  width: 45%;
  background: #04ACCC;
  -webkit-appearance: none;
}
@media (min-width: 1000px) {
  #appraisal #gform_wrapper_4 .gform_page_footer input[type=submit]:hover {
    background: #03829a;
    transition: all 0.4s ease;
    cursor: pointer;
  }
}
@media (min-width: 766px) and (max-width: 999px) {
  #appraisal #gform_wrapper_4 .gf_page_steps {
    top: 26px;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield {
    padding-right: 0;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield .gfield_radio li {
    max-width: 100%;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield .ginput_container_address span.address_line_1 {
    width: 36%;
    display: inline-block;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield .ginput_container_address span.address_line_2 {
    width: 57%;
    margin-left: 5%;
    display: inline-block;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield .ginput_container_address span.address_city {
    width: 100%;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield .ginput_container_address span.address_state {
    width: 100%;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield .ginput_container_address span.address_zip {
    width: 100%;
  }
  #appraisal #gform_wrapper_4 .gform_fields .gfield .ginput_container_email input {
    width: 100%;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

#gform_wrapper_4 ::-webkit-input-placeholder, #gform_wrapper_1 ::-webkit-input-placeholder, #gform_wrapper_3 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
#gform_wrapper_4 ::-moz-placeholder, #gform_wrapper_1 ::-moz-placeholder, #gform_wrapper_3 ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
#gform_wrapper_4 :-ms-input-placeholder, #gform_wrapper_1 :-ms-input-placeholder, #gform_wrapper_3 :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
#gform_wrapper_4 :-moz-placeholder, #gform_wrapper_1 :-moz-placeholder, #gform_wrapper_3 :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.gform_ajax_spinner {
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
  border: 4px solid rgba(13, 48, 110, 0.3);
  border-left: 4px solid rgba(13, 48, 110, 0.7);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1000px) {
  #contactForm, #appraisal {
    padding: 56px 6% 0;
  }
  #contactForm h2, #contactForm #gform_wrapper_1, #contactForm #gform_wrapper_3, #contactForm #gform_wrapper_4, #contactForm #gform_confirmation_wrapper_3, #contactForm #gform_confirmation_wrapper_1, #contactForm #gform_confirmation_wrapper_4, #appraisal h2, #appraisal #gform_wrapper_1, #appraisal #gform_wrapper_3, #appraisal #gform_wrapper_4, #appraisal #gform_confirmation_wrapper_3, #appraisal #gform_confirmation_wrapper_1, #appraisal #gform_confirmation_wrapper_4 {
    max-width: 500px;
    margin: 0 auto 46px;
  }
  #contactForm input[type=submit], #appraisal input[type=submit] {
    max-width: 200px;
  }

  #appraisal #gform_wrapper_4, #appraisal #gform_confirmation_wrapper_4 {
    max-width: 500px;
    min-height: 82%;
  }

  #appraisal .gf_page_steps {
    top: 21px;
  }
  #appraisal #gform_wrapper_4 .gfield .gfield_radio li {
    max-width: 211px;
  }
  #appraisal #gform_wrapper_4 .gfield .ginput_container_address span.address_line_1 {
    width: 36%;
    display: inline-block;
  }
  #appraisal #gform_wrapper_4 .gfield .ginput_container_address span.address_line_2 {
    width: 57%;
    margin-left: 5%;
    display: inline-block;
  }
  #appraisal #gform_wrapper_4 .gfield .ginput_container_address span.address_city {
    width: 100%;
  }
  #appraisal #gform_wrapper_4 .gfield .ginput_container_address span.address_state {
    width: 100%;
  }
  #appraisal #gform_wrapper_4 .gfield .ginput_container_address span.address_zip {
    width: 100%;
  }
  #appraisal #gform_wrapper_4 .gfield .ginput_container_email input {
    width: 100%;
  }
  #appraisal #gform_wrapper_4 .gform_page_footer input.gform_next_button, #appraisal #gform_wrapper_4 .gform_page_footer input.gform_previous_button {
    max-width: 211px;
  }
}
@supports (-ms-ime-align: auto) {
  #contactForm #gform_wrapper_1, #contactForm #gform_wrapper_3 {
    padding-right: 20px;
  }
}
#filter, #filterListings, #filterProperties, #filterPropertiesSales {
  border-radius: 21px;
  background: #fff;
  width: 88%;
  margin: 0 auto;
  padding: 18px 19px;
  z-index: 1;
  position: relative;
}
#filter h4, #filterListings h4, #filterProperties h4, #filterPropertiesSales h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #484848;
  font-family: "avenir-heavy", arial, sans-serif;
}
#filter .custom-tag, #filterListings .custom-tag, #filterProperties .custom-tag, #filterPropertiesSales .custom-tag {
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  height: 33px;
  position: relative;
}
#filter .custom-tag h4, #filterListings .custom-tag h4, #filterProperties .custom-tag h4, #filterPropertiesSales .custom-tag h4 {
  font-size: 15px;
  letter-spacing: 1.24px;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  padding: 0 10px;
}
#filter .custom-tag h4 span, #filterListings .custom-tag h4 span, #filterProperties .custom-tag h4 span, #filterPropertiesSales .custom-tag h4 span {
  color: grey;
}
#filter .custom-tag h4:hover, #filterListings .custom-tag h4:hover, #filterProperties .custom-tag h4:hover, #filterPropertiesSales .custom-tag h4:hover {
  cursor: pointer;
}
#filter .custom-tag h4:after, #filterListings .custom-tag h4:after, #filterProperties .custom-tag h4:after, #filterPropertiesSales .custom-tag h4:after {
  content: "\a";
  background: url("./img/filter-down-icon.svg") no-repeat 0 0/100%;
  font-size: 24px;
  font-weight: normal;
  color: #D8D8D8;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 10px;
  height: 12px;
  transition: all 0.4s ease;
}
#filter .custom-tag .wrapper, #filterListings .custom-tag .wrapper, #filterProperties .custom-tag .wrapper, #filterPropertiesSales .custom-tag .wrapper {
  border-top: 1px solid #484848;
  width: 100%;
  margin-top: 8px;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 15px;
}
#filter .custom-tag .wrapper .box, #filterListings .custom-tag .wrapper .box, #filterProperties .custom-tag .wrapper .box, #filterPropertiesSales .custom-tag .wrapper .box {
  display: inline-block;
}
#filter .custom-tag .wrapper .box.fadeOut, #filterListings .custom-tag .wrapper .box.fadeOut, #filterProperties .custom-tag .wrapper .box.fadeOut, #filterPropertiesSales .custom-tag .wrapper .box.fadeOut {
  display: none;
}
#filter .custom-tag.open, #filterListings .custom-tag.open, #filterProperties .custom-tag.open, #filterPropertiesSales .custom-tag.open {
  height: auto;
}
#filter .custom-tag.open h4:after, #filterListings .custom-tag.open h4:after, #filterProperties .custom-tag.open h4:after, #filterPropertiesSales .custom-tag.open h4:after {
  content: "\a";
  transform: rotate(180deg);
  transition: all 0.4s ease;
  font-size: 30px;
  top: 5px;
}
#filter #price .wrap, #filter #bedrooms .wrap, #filterListings #price .wrap, #filterListings #bedrooms .wrap, #filterProperties #price .wrap, #filterProperties #bedrooms .wrap, #filterPropertiesSales #price .wrap, #filterPropertiesSales #bedrooms .wrap {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 10px;
}
#filter #price .wrap select, #filter #bedrooms .wrap select, #filterListings #price .wrap select, #filterListings #bedrooms .wrap select, #filterProperties #price .wrap select, #filterProperties #bedrooms .wrap select, #filterPropertiesSales #price .wrap select, #filterPropertiesSales #bedrooms .wrap select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  background: none;
  border: 1px solid grey;
  border-radius: 0px;
  padding: 7px 5px;
  font-size: 14px;
  font-family: "avenir-roman", arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
#filter #price .wrap select:focus, #filter #bedrooms .wrap select:focus, #filterListings #price .wrap select:focus, #filterListings #bedrooms .wrap select:focus, #filterProperties #price .wrap select:focus, #filterProperties #bedrooms .wrap select:focus, #filterPropertiesSales #price .wrap select:focus, #filterPropertiesSales #bedrooms .wrap select:focus {
  outline: none;
}
#filter #price .wrap:after, #filter #bedrooms .wrap:after, #filterListings #price .wrap:after, #filterListings #bedrooms .wrap:after, #filterProperties #price .wrap:after, #filterProperties #bedrooms .wrap:after, #filterPropertiesSales #price .wrap:after, #filterPropertiesSales #bedrooms .wrap:after {
  content: "\a";
  display: block;
  background: url("./img/filter-down-icon.svg") no-repeat 0 0/100%;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 7px;
  height: 12px;
  z-index: -1;
}
#filter #price .wrap.min, #filter #bedrooms .wrap.min, #filterListings #price .wrap.min, #filterListings #bedrooms .wrap.min, #filterProperties #price .wrap.min, #filterProperties #bedrooms .wrap.min, #filterPropertiesSales #price .wrap.min, #filterPropertiesSales #bedrooms .wrap.min {
  margin-right: 4%;
}
#filter #price .wrap.min, #filter #bedrooms .wrap.min, #filterListings #price .wrap.min, #filterListings #bedrooms .wrap.min, #filterProperties #price .wrap.min, #filterProperties #bedrooms .wrap.min, #filterPropertiesSales #price .wrap.min, #filterPropertiesSales #bedrooms .wrap.min {
  margin-right: 4%;
}
#filter input[type=submit], #filter #clearSearch, #filter #clearRentals, #filter #clearSales, #filterListings input[type=submit], #filterListings #clearSearch, #filterListings #clearRentals, #filterListings #clearSales, #filterProperties input[type=submit], #filterProperties #clearSearch, #filterProperties #clearRentals, #filterProperties #clearSales, #filterPropertiesSales input[type=submit], #filterPropertiesSales #clearSearch, #filterPropertiesSales #clearRentals, #filterPropertiesSales #clearSales {
  border-radius: 18px;
  border: none;
  font-size: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 15px 15px;
  transition: all 0.4s ease;
  width: 47%;
  max-width: 200px;
  background: #A5ABB6;
  color: white;
  display: inline-block;
  margin-top: 3vh;
  -webkit-appearance: none;
}
#filter input[type=submit]:hover, #filter #clearSearch:hover, #filter #clearRentals:hover, #filter #clearSales:hover, #filterListings input[type=submit]:hover, #filterListings #clearSearch:hover, #filterListings #clearRentals:hover, #filterListings #clearSales:hover, #filterProperties input[type=submit]:hover, #filterProperties #clearSearch:hover, #filterProperties #clearRentals:hover, #filterProperties #clearSales:hover, #filterPropertiesSales input[type=submit]:hover, #filterPropertiesSales #clearSearch:hover, #filterPropertiesSales #clearRentals:hover, #filterPropertiesSales #clearSales:hover {
  background: #89919f;
  transition: all 0.4s ease;
  cursor: pointer;
}
#filter input[type=submit]:focus, #filter #clearSearch:focus, #filter #clearRentals:focus, #filter #clearSales:focus, #filterListings input[type=submit]:focus, #filterListings #clearSearch:focus, #filterListings #clearRentals:focus, #filterListings #clearSales:focus, #filterProperties input[type=submit]:focus, #filterProperties #clearSearch:focus, #filterProperties #clearRentals:focus, #filterProperties #clearSales:focus, #filterPropertiesSales input[type=submit]:focus, #filterPropertiesSales #clearSearch:focus, #filterPropertiesSales #clearRentals:focus, #filterPropertiesSales #clearSales:focus {
  outline: none;
}
#filter #clearSearch, #filter #clearRentals, #filter #clearSales, #filterListings #clearSearch, #filterListings #clearRentals, #filterListings #clearSales, #filterProperties #clearSearch, #filterProperties #clearRentals, #filterProperties #clearSales, #filterPropertiesSales #clearSearch, #filterPropertiesSales #clearRentals, #filterPropertiesSales #clearSales {
  background: none;
  border: 1px solid #A5ABB6;
  color: #A5ABB6;
  width: 35%;
  max-width: 153px;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
#filter #clearSearch:hover, #filter #clearRentals:hover, #filter #clearSales:hover, #filterListings #clearSearch:hover, #filterListings #clearRentals:hover, #filterListings #clearSales:hover, #filterProperties #clearSearch:hover, #filterProperties #clearRentals:hover, #filterProperties #clearSales:hover, #filterPropertiesSales #clearSearch:hover, #filterPropertiesSales #clearRentals:hover, #filterPropertiesSales #clearSales:hover {
  background: #A5ABB6;
  color: white;
}
#filter #clearRentals, #filterListings #clearRentals, #filterProperties #clearRentals, #filterPropertiesSales #clearRentals {
  border-color: #A6A6A6;
  color: #A6A6A6;
}
#filter #clearRentals:hover, #filterListings #clearRentals:hover, #filterProperties #clearRentals:hover, #filterPropertiesSales #clearRentals:hover {
  background: #A6A6A6;
  color: white;
}
#filter #clearSales, #filterListings #clearSales, #filterProperties #clearSales, #filterPropertiesSales #clearSales {
  border-color: #0D306E;
  color: #0D306E;
}
#filter #clearSales:hover, #filterListings #clearSales:hover, #filterProperties #clearSales:hover, #filterPropertiesSales #clearSales:hover {
  background: #0D306E;
  color: white;
}

#filterListings input[type=submit], #filterListings #clearSearch {
  background: #A6A6A6;
}
#filterListings input[type=submit]:hover, #filterListings #clearSearch:hover {
  background: #8d8d8d;
}
#filterListings #clearSearch, #filterListings #clearRentals {
  border: 1px solid #A6A6A6;
  background: none;
  color: #A6A6A6;
}

#filterProperties input[type=submit] {
  background: #A6A6A6;
}
#filterProperties input[type=submit]:hover {
  background: #8d8d8d;
}

#filterPropertiesSales input[type=submit] {
  background: #0D306E;
}
#filterPropertiesSales input[type=submit]:hover {
  background: #081c40;
}

.box {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.box label {
  display: inline-block;
  width: 100%;
}
.box .tagName {
  padding-left: 23px;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
}
.box .tagName:hover {
  cursor: pointer;
}

.box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.box .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 10px;
  width: 10px;
  background-color: none;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.box:hover input ~ .checkmark {
  background-color: none;
}

/* When the checkbox is checked, add a blue background */
.box input:checked ~ .checkmark {
  background-color: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.box .checkmark:after {
  left: 4px;
  top: -5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sort, #locations {
  margin-top: 5px;
}
#sort .wrap, #locations .wrap {
  display: inline-block;
  position: relative;
  width: 48%;
  height: auto;
  vertical-align: top;
  padding: 0 5px 0 5px;
}
#sort input[type=radio], #locations input[type=radio] {
  position: absolute;
  visibility: hidden;
}
#sort label, #locations label {
  display: block;
  position: relative;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  padding-left: 23px;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  color: #484848;
}
#sort .check, #locations .check {
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  top: 4px;
  left: 5px;
  z-index: 2;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
#sort .check::before, #locations .check::before {
  display: block;
  left: 5px;
  top: -3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
#sort input[type=radio]:checked ~ .check, #locations input[type=radio]:checked ~ .check {
  background-color: none;
}
#sort input[type=radio]:checked ~ .check::before, #locations input[type=radio]:checked ~ .check::before {
  display: block;
}

@media (min-width: 1000px) {
  #searchFilter #search-var {
    margin-bottom: 0;
  }

  #pagination {
    margin-top: 4vh;
  }

  #filter .group, #filterProperties .group, #filterPropertiesSales .group {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
  }
  #filter #locations .wrap, #filter #sort .wrap, #filterProperties #locations .wrap, #filterProperties #sort .wrap, #filterPropertiesSales #locations .wrap, #filterPropertiesSales #sort .wrap {
    width: 100%;
  }
  #filter .group:last-child, #filterProperties .group:last-child, #filterPropertiesSales .group:last-child {
    margin-right: 0;
  }
  #filter .custom-tag .wrapper, #filterProperties .custom-tag .wrapper, #filterPropertiesSales .custom-tag .wrapper {
    text-align: left;
  }
  #filter .custom-tag .wrapper .box, #filterProperties .custom-tag .wrapper .box, #filterPropertiesSales .custom-tag .wrapper .box {
    width: 100%;
    margin-right: 3%;
  }
  #filter .custom-tag .wrapper .box:nth-child(2n+2), #filterProperties .custom-tag .wrapper .box:nth-child(2n+2), #filterPropertiesSales .custom-tag .wrapper .box:nth-child(2n+2) {
    margin-right: 0;
  }
  #filter input[type=submit], #filter #clearSearch, #filterProperties input[type=submit], #filterProperties #clearSearch, #filterPropertiesSales input[type=submit], #filterPropertiesSales #clearSearch {
    margin-top: 1vh;
  }
}
#introduction img {
  width: 100%;
}
#introduction .media-wrap {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
#introduction .media-wrap video {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #introduction .media-wrap video {
    top: 7px;
    transform: none;
  }
}
@media (min-width: 766px) and (max-width: 999px) {
  #introduction .media-wrap video {
    top: 0;
    transform: none;
  }
}
#introduction .media-wrap img {
  position: static;
  transform: none;
  width: 100%;
}

#bodyWrapper[page-attr=home] #introduction:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 31px;
  background: #F3F3F3;
  height: 25%;
}
@media (min-width: 766px) and (max-width: 999px) {
  #bodyWrapper[page-attr=home] #introduction:before {
    display: none;
  }
}
#bodyWrapper[page-attr=home] #introduction:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 31px;
  background: #F3F3F3;
  height: 25%;
}
@media (min-width: 766px) and (max-width: 999px) {
  #bodyWrapper[page-attr=home] #introduction:after {
    display: none;
  }
}

#breadcrumbs {
  color: white;
  opacity: 0.4;
  font-size: 12px;
  font-family: "avenir-heavy", arial, sans-serif;
  letter-spacing: 0.75px;
  list-style-type: none;
  text-transform: uppercase;
}
#breadcrumbs li {
  display: inline-block;
  padding: 0;
}
#breadcrumbs .separator {
  width: 17px;
  text-align: center;
}

#helpyou {
  background: #fff;
  border-radius: 21px;
  width: 105%;
  margin: 0;
  padding: 4% 5% 6%;
  position: relative;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}
#helpyou #home-search {
  width: 100%;
}
#helpyou #trigger-search2 {
  position: relative;
  height: 56px;
}
#helpyou #trigger-search2 img {
  width: 26px;
  left: 5px;
  top: 7px;
  transform: none;
}
#helpyou #trigger-search2 form {
  width: 100%;
  height: 55px;
}
#helpyou #trigger-search2 form input {
  padding-left: 49px;
  padding-top: 10px;
  padding-bottom: 9px;
}
#helpyou button {
  min-width: 46%;
  padding: 0;
}
#helpyou button a {
  width: 100%;
  padding: 15px 0;
}
#helpyou button:first-child {
  margin-right: 4%;
}
@media (max-width: 767px) {
  #helpyou button:first-child {
    width: 100%;
    margin-right: 0;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  #helpyou button:nth-child(2) {
    width: 100%;
    margin-right: 0;
    max-width: 350px;
    margin-top: 15px;
  }
}
#helpyou button:nth-child(3n) {
  margin-top: 15px;
  margin-right: 4%;
}

#opening {
  padding: 0vh 6% 7vh;
}
#opening h1 {
  font-size: 26px;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 4vh;
  margin-bottom: 5vh;
  width: 80%;
}
#opening h1:after {
  content: "\a";
  width: 35%;
  height: 2px;
  background: #484848;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-container {
  margin-bottom: 10vh;
}
.swiper-container.tests {
  margin-bottom: 7vh;
  padding-bottom: 0;
}
.swiper-container.tests > p {
  color: white;
}
.swiper-container.tests .swiper-button-next {
  background: url("./img/slider-right-arrow-white.svg") no-repeat 0 0/100%;
  bottom: 0;
  height: 17px;
  right: 6%;
}
.swiper-container.tests .swiper-button-prev {
  background: url("./img/slider-left-arrow-white.svg") no-repeat 0 0/100%;
  bottom: 0;
  height: 17px;
  left: 6%;
}
.swiper-container .swiper-button-next {
  background: url("./img/slider-right-arrow.svg") no-repeat 0 0/100%;
  position: absolute;
  bottom: -6px;
  top: auto;
  right: 15%;
  height: 26px;
  width: 40px;
}
.swiper-container .swiper-button-next:after {
  content: "\a";
}
.swiper-container .swiper-button-next:focus {
  outline: none;
}
.swiper-container .swiper-button-prev {
  background: url("./img/slider-left-arrow.svg") no-repeat 0 0/100%;
  position: absolute;
  bottom: -6px;
  top: auto;
  height: 26px;
  width: 40px;
  left: 15%;
}
.swiper-container .swiper-button-prev:after {
  content: "\a";
}
.swiper-container .swiper-button-prev:focus {
  outline: none;
}
.swiper-container > p {
  font-family: avenir-black, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.41px;
  color: #7A7A7A;
  text-align: center;
}

#resources, #testimonials {
  width: 100%;
  margin: 0 auto 4vh;
  position: relative;
  padding: 9vh 6% 1vh;
}
#resources .swiper-wrapper, #testimonials .swiper-wrapper {
  margin-bottom: 9vh;
}
#resources .single, #testimonials .single {
  padding: 28px 24px 46px;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 21px;
}
#resources .single .img, #testimonials .single .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 2.5vh;
}
#resources .single img, #testimonials .single img {
  width: auto;
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
#resources .single button, #testimonials .single button {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

#testimonials {
  width: 100%;
  padding-top: 7vh;
  border-radius: 0px;
  padding: 12% 6% 8%;
  margin-bottom: 0;
}
#testimonials .swiper-wrapper {
  margin-bottom: 0;
}
#testimonials .single {
  text-align: left;
  padding: 0;
  background: none;
  border-radius: 0px;
}
#testimonials .single img {
  width: 36px;
  position: static;
  transform: none;
}
#testimonials .single > p {
  padding: 7% 6% 0%;
}
#testimonials .single .type {
  position: relative;
  margin: 56px 3% 35px;
  font-size: 17px;
  padding: 0 2%;
}
#testimonials .single .type:before {
  content: "\a";
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: -25px;
}

.post-item {
  background: #fff;
  border-radius: 21px;
  padding: 6% 6% 10% 6%;
  margin-bottom: 7vh;
  vertical-align: top;
}
.post-item .image {
  width: 34%;
  margin-right: 6%;
  display: inline-block;
}
.post-item .image img {
  width: 100%;
}
.post-item .details {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.post-item .details h4 {
  font-size: 17px;
  letter-spacing: 0.58px;
}
.post-item .details p {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin-top: 10px;
}
.post-item .details p.tiny {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.83px;
  margin-top: 15px;
}
.post-item .details button {
  margin-top: 0;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.post-item.imagehere .details {
  width: 60%;
}

#pagination {
  font-family: "avenir-black", arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.41px;
  color: #7A7A7A;
}
#pagination .current {
  text-decoration: underline;
}
#pagination .page-numbers {
  padding: 3px 5px;
  margin: 0 5px;
}
#pagination .next {
  position: relative;
  padding-right: 48px;
}
#pagination .next:after {
  content: "\a";
  display: block;
  background: url("./img/slider-right-arrow.svg") no-repeat 0 0/100%;
  position: absolute;
  bottom: 6px;
  top: auto;
  right: 15%;
  height: 10px;
  width: 30px;
}
#pagination .prev {
  position: relative;
  padding-left: 60px;
}
#pagination .prev:after {
  content: "\a";
  display: block;
  background: url("./img/slider-left-arrow.svg") no-repeat 0 0/100%;
  position: absolute;
  bottom: 6px;
  top: auto;
  left: 15%;
  height: 10px;
  width: 30px;
}

#home #resources {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  #home #introduction {
    height: 78vh;
    overflow: hidden;
  }
  #home #introduction img {
    position: absolute;
    top: 71%;
    transform: translateY(-50%);
  }

  #opening {
    width: 87%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 0 7%;
  }

  #helpyou {
    padding: 25px 24px 25px;
  }
  #helpyou .clear {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #helpyou button:last-child, #helpyou button:nth-child(3n), #helpyou button:first-child {
    margin-right: 1%;
  }
  #helpyou button {
    min-width: 23.5%;
    width: 23.5%;
    margin-right: 1%;
  }
  #helpyou button:last-child {
    margin-right: 1%;
  }

  #resources {
    padding: 7% 0% 6%;
  }
  #resources .swiper-container.res {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
  }

  #testimonials {
    padding: 7% 0% 6%;
  }
  #testimonials .swiper-container.tests {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
  }

  .swiper-container > p {
    display: none;
  }

  .swiper-container .swiper-button-prev, .swiper-container.tests .swiper-button-prev {
    bottom: 50%;
    left: 13px;
    background-image: url("./img/slider-left-arrow-desktop.svg");
    width: 40px;
    height: 40px;
  }
  .swiper-container .swiper-button-next, .swiper-container.tests .swiper-button-next {
    bottom: 50%;
    right: 13px;
    background-image: url("./img/slider-right-arrow-desktop.svg");
    width: 40px;
    height: 40px;
  }

  .post-item {
    padding: 28px 24px 46px;
    width: 29%;
    display: inline-block;
    margin-right: 5%;
  }

  .post-item.item-3, .post-item.item-6, .post-item.item-9, .post-item.item-12 {
    margin-right: 0;
  }
}
.team {
  width: 88%;
  margin: 4vh auto 0vh;
}
.team .details {
  border-radius: 21px;
  padding-top: 30px;
  overflow: visible;
  padding-bottom: 13%;
}
.team .wrap {
  height: 255px;
  background: none;
  position: relative;
  transform: none;
  top: 0;
  left: 0;
}
.team .wrap:after {
  content: "\a";
  display: block;
  width: 100%;
  height: 150px;
  background: #0D306E;
  position: absolute;
  bottom: -24px;
  left: 0;
  border-radius: 21px 21px 0 0;
}
.team .picFrame {
  border-radius: 50%;
  border: 2px solid #EBEBEB;
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  /* height: 60vh;
  background: none;
  position: relative;
  transform: none;
  top: 0;
  left: 0; */
}
.team .picFrame img {
  width: 100%;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.team .contacts {
  /*padding-left: 30%;*/
  margin-top: 2vh;
  text-align: center;
}
.team .contacts > div {
  margin-bottom: 5px;
}
.team .contacts > div img {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.team .contacts > div span {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  letter-spacing: 0.48px;
  font-size: 14px;
}
.team button {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

#bodyWrapper[page-attr=meet-the-team] .team {
  margin-bottom: 6vh;
}

#singleteam #introduction {
  position: relative;
  margin-bottom: 0;
}
#singleteam .wrap {
  width: 100%;
  margin-bottom: 40px;
}
#singleteam .wrap.image-wrap:after {
  content: "\a";
  display: block;
  width: 100%;
  height: 150px;
  background: #0D306E;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 0;
}
#singleteam .picFrame {
  border-radius: 50%;
  border: 2px solid #EBEBEB;
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: white;
  z-index: 1;
}
#singleteam .picFrame img {
  width: 100%;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#singleteam .sections {
  padding-top: 0 !important;
}
#singleteam > .details {
  padding: 0 8%;
}
#singleteam > .details .contacts {
  position: relative;
  padding-bottom: 4vh;
  margin-bottom: 5vh;
}
#singleteam > .details .contacts > div {
  margin-bottom: 5px;
}
#singleteam > .details .contacts > div img {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
#singleteam > .details .contacts > div span {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  letter-spacing: 0.48px;
  font-size: 14px;
}
#singleteam > .details .contacts:after {
  content: "\a";
  width: 35%;
  height: 2px;
  background: #808A9F;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1000px) {
  .team {
    margin: 0 0 7vh 0;
  }
  .team .wrap {
    height: 256px;
  }
  .team .picFrame {
    width: 250px;
    height: 250px;
  }
  .team button {
    width: 180px;
  }

  #singleteam #introduction > .wrap {
    max-width: 1060px;
    margin: 0 auto 0;
  }
  #singleteam #introduction > .wrap #breadcrumbs {
    margin-top: 5vh;
  }
  #singleteam > .wrap.relative.block {
    max-width: 1060px;
    margin: 0 auto;
  }
  #singleteam > .wrap.relative.block:after {
    display: none;
  }
  #singleteam > .wrap.relative.block .picFrame {
    position: absolute;
    right: 6%;
    top: -122px;
  }
  #singleteam > .details {
    padding: 4% 6%;
    margin: 5vh auto 0;
  }
  #singleteam > .details .wrap {
    max-width: 1060px;
    margin: 0 auto;
  }
  #singleteam > .details .wrap p {
    width: 60%;
  }
  #singleteam > .details .wrap:after {
    display: none;
  }
  #singleteam .sections {
    padding-top: 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .team {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  #companyBio h1, #companyBio .wrap {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
  #companyBio h1 {
    margin-top: 5vh;
    margin-right: 4%;
    font-size: 40px;
  }
}

video::-webkit-media-controls-volume-slider {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

video::-webkit-media-controls {
  display: none !important;
}

#campaigns {
  background: #E0E0E0;
  padding: 0 0 6% 0;
}
#campaigns .swiper-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#campaigns img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#campaigns .details {
  padding: 6vh 6%;
  margin-top: -10px;
}
#campaigns .details h2 {
  position: relative;
  padding-bottom: 4vh;
  margin-bottom: 5vh;
}
#campaigns .details h2:after {
  content: "\a";
  width: 25%;
  height: 2px;
  background: #0D306E;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1000px) {
  #campaigns {
    padding: 6% 0;
  }
  #campaigns .swiper-container {
    padding: 0 70px;
  }
  #campaigns img {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
  }
  #campaigns .details {
    width: 47%;
    display: inline-block;
    padding: 0;
    margin-left: 4%;
    margin-top: 0;
    vertical-align: middle;
  }
}

#bodyWrapper[page-attr=for-sale] #campaigns {
  margin-top: 5vh;
}
@media (min-width: 1000px) {
  #bodyWrapper[page-attr=for-sale] #campaigns {
    margin-top: 10vh;
  }
}

#bodyWrapper {
  background: #F3F3F3;
}
#bodyWrapper #subpage, #bodyWrapper #singleteam, #bodyWrapper #citations {
  /* manage page only */
  /* manage and sell pages only */
}
#bodyWrapper #subpage #introduction, #bodyWrapper #singleteam #introduction, #bodyWrapper #citations #introduction {
  position: relative;
  padding: 88px 6% 20px;
  margin-bottom: 0;
}
#bodyWrapper #subpage #introduction h1, #bodyWrapper #singleteam #introduction h1, #bodyWrapper #citations #introduction h1 {
  text-transform: capitalize;
}
#bodyWrapper #subpage #introduction img, #bodyWrapper #singleteam #introduction img, #bodyWrapper #citations #introduction img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17vh;
  width: 88%;
}
#bodyWrapper #subpage #introduction.image, #bodyWrapper #singleteam #introduction.image, #bodyWrapper #citations #introduction.image {
  padding: 88px 6% 40px;
}
#bodyWrapper #subpage .imageWrap, #bodyWrapper #singleteam .imageWrap, #bodyWrapper #citations .imageWrap {
  margin-bottom: 6vh;
}
#bodyWrapper #subpage .imageWrap:before, #bodyWrapper #singleteam .imageWrap:before, #bodyWrapper #citations .imageWrap:before {
  content: "\a";
  height: 100px;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 0;
}
#bodyWrapper #subpage .imageWrap img, #bodyWrapper #singleteam .imageWrap img, #bodyWrapper #citations .imageWrap img {
  z-index: 1;
  position: relative;
  width: 88%;
  margin: 0 auto;
  display: block;
}
#bodyWrapper #subpage .sections, #bodyWrapper #singleteam .sections, #bodyWrapper #citations .sections {
  padding: 0 8%;
}
#bodyWrapper #subpage .sections > .wrap:first-child, #bodyWrapper #singleteam .sections > .wrap:first-child, #bodyWrapper #citations .sections > .wrap:first-child {
  margin-top: 30px;
}
#bodyWrapper #subpage .sections .single, #bodyWrapper #singleteam .sections .single, #bodyWrapper #citations .sections .single {
  margin-bottom: 9vh;
  display: block;
}
#bodyWrapper #subpage .sections .single > img, #bodyWrapper #singleteam .sections .single > img, #bodyWrapper #citations .sections .single > img {
  height: 90px;
  width: auto;
}
#bodyWrapper #subpage .sections .single h2, #bodyWrapper #singleteam .sections .single h2, #bodyWrapper #citations .sections .single h2 {
  width: 87%;
  font-size: 32px;
  position: relative;
  padding-bottom: 4vh;
  margin-bottom: 5vh;
}
#bodyWrapper #subpage .sections .single h2:after, #bodyWrapper #singleteam .sections .single h2:after, #bodyWrapper #citations .sections .single h2:after {
  content: "\a";
  width: 35%;
  max-width: 150px;
  height: 2px;
  background: #808A9F;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bodyWrapper #subpage .sections .quote, #bodyWrapper #singleteam .sections .quote, #bodyWrapper #citations .sections .quote {
  padding: 0 30px;
}
#bodyWrapper #subpage .sections .quote p, #bodyWrapper #singleteam .sections .quote p, #bodyWrapper #citations .sections .quote p {
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.75px;
}
#bodyWrapper #subpage .sections .quote p.by, #bodyWrapper #singleteam .sections .quote p.by, #bodyWrapper #citations .sections .quote p.by {
  margin-top: 20px;
  font-size: 14px;
}
#bodyWrapper #subpage .sections .video video, #bodyWrapper #singleteam .sections .video video, #bodyWrapper #citations .sections .video video {
  height: 200px;
}
#bodyWrapper #subpage .sections .video iframe, #bodyWrapper #singleteam .sections .video iframe, #bodyWrapper #citations .sections .video iframe {
  height: 180px;
}
#bodyWrapper #subpage #elite img, #bodyWrapper #singleteam #elite img, #bodyWrapper #citations #elite img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#bodyWrapper #subpage #elite .details, #bodyWrapper #singleteam #elite .details, #bodyWrapper #citations #elite .details {
  padding: 6vh 6%;
  margin-top: -10px;
}
#bodyWrapper #subpage #elite .details h2, #bodyWrapper #singleteam #elite .details h2, #bodyWrapper #citations #elite .details h2 {
  position: relative;
  padding-bottom: 4vh;
  margin-bottom: 5vh;
}
#bodyWrapper #subpage #elite .details h2:after, #bodyWrapper #singleteam #elite .details h2:after, #bodyWrapper #citations #elite .details h2:after {
  content: "\a";
  width: 35%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bodyWrapper #subpage #team, #bodyWrapper #singleteam #team, #bodyWrapper #citations #team {
  padding: 6vh 6%;
  width: 100%;
  margin-bottom: 11vh;
}
#bodyWrapper #subpage #team .swiper-container .swiper-wrapper, #bodyWrapper #singleteam #team .swiper-container .swiper-wrapper, #bodyWrapper #citations #team .swiper-container .swiper-wrapper {
  margin-bottom: 9vh;
}
#bodyWrapper #subpage .map, #bodyWrapper #singleteam .map, #bodyWrapper #citations .map {
  width: 100%;
  height: 300px;
  margin-top: 4vh;
}
#bodyWrapper #citations .box div {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}

#bodyWrapper[page-attr=archive-resources] {
  background: #F6F6F4;
}
#bodyWrapper[page-attr=archive-resources] #subpage .imageWrap:before {
  content: "\a";
  background: #A5ABB6;
}
#bodyWrapper[page-attr=archive-resources] #subpage #resources {
  background: none;
}
#bodyWrapper[page-attr=archive-resources] #subpage #resources .swiper-container {
  margin-bottom: 5vh;
}
#bodyWrapper[page-attr=archive-resources] #subpage #searchFilter {
  position: relative;
}
#bodyWrapper[page-attr=archive-resources] #subpage #searchFilter:before {
  content: "\a";
  background: #A5ABB6;
  height: 100px;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 0;
}

#bodyWrapper[page-attr=sell-my-property], #bodyWrapper[page-attr=integrity-guaranteed], #bodyWrapper[page-attr=manage-my-property], #bodyWrapper[page-attr=company-profile], #bodyWrapper[page-attr=citations] {
  background: #fff;
}
#bodyWrapper[page-attr=sell-my-property] #team .swiper-container, #bodyWrapper[page-attr=integrity-guaranteed] #team .swiper-container, #bodyWrapper[page-attr=manage-my-property] #team .swiper-container, #bodyWrapper[page-attr=company-profile] #team .swiper-container, #bodyWrapper[page-attr=citations] #team .swiper-container {
  margin-bottom: 0vh;
}

#bodyWrapper[page-attr=meet-the-team] #subpage .sections {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  #bodyWrapper[page-attr=meet-the-team] #subpage .sections {
    padding: 0 8%;
  }
}

@media (min-width: 766px) and (max-width: 999px) {
  #bodyWrapper #subpage .sections .video video, #bodyWrapper #singleteam .sections .video video {
    height: 400px;
  }
}
@media (min-width: 1000px) {
  #bodyWrapper #subpage #introduction, #bodyWrapper #singleteam #introduction, #bodyWrapper #citations #introduction {
    padding: 114px 6% 58px;
  }
  #bodyWrapper #subpage #introduction.image, #bodyWrapper #singleteam #introduction.image, #bodyWrapper #citations #introduction.image {
    padding: 114px 6% 0%;
  }
  #bodyWrapper #subpage #introduction.image .wrap, #bodyWrapper #singleteam #introduction.image .wrap, #bodyWrapper #citations #introduction.image .wrap {
    padding-bottom: 100px;
  }
  #bodyWrapper #subpage #introduction .wrap, #bodyWrapper #singleteam #introduction .wrap, #bodyWrapper #citations #introduction .wrap {
    max-width: 1060px;
    margin: 2.5vh auto 0;
    display: block;
    position: relative;
    padding-bottom: 0;
  }
  #bodyWrapper #subpage #introduction .wrap .details, #bodyWrapper #singleteam #introduction .wrap .details, #bodyWrapper #citations #introduction .wrap .details {
    width: 39%;
  }
  #bodyWrapper #subpage #introduction .wrap .imageWrap, #bodyWrapper #singleteam #introduction .wrap .imageWrap, #bodyWrapper #citations #introduction .wrap .imageWrap {
    width: 52%;
    position: absolute;
    /* right: -50%; */
    /* transform: translateX(-50%); */
    right: 0;
    height: 40vh;
    overflow: hidden;
    bottom: -68px;
    margin-bottom: 0;
  }
  #bodyWrapper #subpage #introduction .wrap .imageWrap img, #bodyWrapper #singleteam #introduction .wrap .imageWrap img, #bodyWrapper #citations #introduction .wrap .imageWrap img {
    width: auto;
    height: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    bottom: auto;
    display: block;
    margin: 0 auto;
  }
  #bodyWrapper #subpage #introduction .wrap .imageWrap:before, #bodyWrapper #singleteam #introduction .wrap .imageWrap:before, #bodyWrapper #citations #introduction .wrap .imageWrap:before {
    display: none;
  }
  #bodyWrapper #subpage #searchFilter form, #bodyWrapper #singleteam #searchFilter form, #bodyWrapper #citations #searchFilter form {
    max-width: 1060px;
    margin: 0 auto;
    display: block;
    float: none;
  }
  #bodyWrapper #subpage .sections, #bodyWrapper #singleteam .sections, #bodyWrapper #citations .sections {
    padding: 6% 6% 0;
  }
  #bodyWrapper #subpage .sections.recents, #bodyWrapper #singleteam .sections.recents, #bodyWrapper #citations .sections.recents {
    padding: 0;
  }
  #bodyWrapper #subpage .sections.recents .wrap, #bodyWrapper #singleteam .sections.recents .wrap, #bodyWrapper #citations .sections.recents .wrap {
    max-width: 100%;
  }
  #bodyWrapper #subpage .sections > .wrap, #bodyWrapper #singleteam .sections > .wrap, #bodyWrapper #citations .sections > .wrap {
    max-width: 1060px;
    margin: 0 auto;
  }
  #bodyWrapper #subpage .sections > .wrap:first-child, #bodyWrapper #singleteam .sections > .wrap:first-child, #bodyWrapper #citations .sections > .wrap:first-child {
    margin-top: 0;
  }
  #bodyWrapper #subpage .sections .single, #bodyWrapper #singleteam .sections .single, #bodyWrapper #citations .sections .single {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 3% 0 7%;
  }
  #bodyWrapper #subpage .sections .single:nth-child(odd), #bodyWrapper #singleteam .sections .single:nth-child(odd), #bodyWrapper #citations .sections .single:nth-child(odd) {
    margin-right: 8%;
  }
  #bodyWrapper #subpage .sections .openText, #bodyWrapper #subpage .sections .quote, #bodyWrapper #subpage .sections .headline, #bodyWrapper #subpage .sections .video, #bodyWrapper #subpage .sections .gallery, #bodyWrapper #singleteam .sections .openText, #bodyWrapper #singleteam .sections .quote, #bodyWrapper #singleteam .sections .headline, #bodyWrapper #singleteam .sections .video, #bodyWrapper #singleteam .sections .gallery, #bodyWrapper #citations .sections .openText, #bodyWrapper #citations .sections .quote, #bodyWrapper #citations .sections .headline, #bodyWrapper #citations .sections .video, #bodyWrapper #citations .sections .gallery {
    max-width: 60%;
  }
  #bodyWrapper #subpage .sections .headline, #bodyWrapper #singleteam .sections .headline, #bodyWrapper #citations .sections .headline {
    margin-top: 60px;
  }
  #bodyWrapper #subpage .sections .video iframe, #bodyWrapper #subpage .sections .video video, #bodyWrapper #singleteam .sections .video iframe, #bodyWrapper #singleteam .sections .video video, #bodyWrapper #citations .sections .video iframe, #bodyWrapper #citations .sections .video video {
    height: 360px;
  }
  #bodyWrapper #subpage .sections .gallery img, #bodyWrapper #singleteam .sections .gallery img, #bodyWrapper #citations .sections .gallery img {
    width: 100%;
  }
  #bodyWrapper #subpage .sections .postsWrapper .item, #bodyWrapper #singleteam .sections .postsWrapper .item, #bodyWrapper #citations .sections .postsWrapper .item {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 3% 5% 7% 0;
  }
  #bodyWrapper #subpage .sections .postsWrapper .item:nth-child(3n+3), #bodyWrapper #singleteam .sections .postsWrapper .item:nth-child(3n+3), #bodyWrapper #citations .sections .postsWrapper .item:nth-child(3n+3) {
    margin-right: 0;
  }
  #bodyWrapper #subpage #components > .wrap > div, #bodyWrapper #singleteam #components > .wrap > div, #bodyWrapper #citations #components > .wrap > div {
    width: 66%;
  }
  #bodyWrapper #subpage #elite, #bodyWrapper #singleteam #elite, #bodyWrapper #citations #elite {
    padding: 6% 6%;
  }
  #bodyWrapper #subpage #elite .wrap, #bodyWrapper #singleteam #elite .wrap, #bodyWrapper #citations #elite .wrap {
    max-width: 1060px;
    margin: 0 auto;
  }
  #bodyWrapper #subpage #elite .wrap > img, #bodyWrapper #singleteam #elite .wrap > img, #bodyWrapper #citations #elite .wrap > img {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }
  #bodyWrapper #subpage #elite .wrap .details, #bodyWrapper #singleteam #elite .wrap .details, #bodyWrapper #citations #elite .wrap .details {
    width: 45%;
    display: inline-block;
    padding: 0;
    margin-left: 4%;
    margin-top: 0;
    vertical-align: middle;
  }
  #bodyWrapper #subpage #team, #bodyWrapper #subpage #properties, #bodyWrapper #singleteam #team, #bodyWrapper #singleteam #properties, #bodyWrapper #citations #team, #bodyWrapper #citations #properties {
    margin-bottom: 0;
    padding: 0% 0 6%;
  }
  #bodyWrapper #subpage #team h2, #bodyWrapper #subpage #properties h2, #bodyWrapper #singleteam #team h2, #bodyWrapper #singleteam #properties h2, #bodyWrapper #citations #team h2, #bodyWrapper #citations #properties h2 {
    max-width: 1060px;
    margin: 0 auto 15px;
    width: 91%;
  }
  #bodyWrapper #subpage #team .swiper-container, #bodyWrapper #subpage #properties .swiper-container, #bodyWrapper #singleteam #team .swiper-container, #bodyWrapper #singleteam #properties .swiper-container, #bodyWrapper #citations #team .swiper-container, #bodyWrapper #citations #properties .swiper-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
    position: relative;
  }
  #bodyWrapper #subpage #team .swiper-container:after, #bodyWrapper #subpage #properties .swiper-container:after, #bodyWrapper #singleteam #team .swiper-container:after, #bodyWrapper #singleteam #properties .swiper-container:after, #bodyWrapper #citations #team .swiper-container:after, #bodyWrapper #citations #properties .swiper-container:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 100%;
    background: white;
    content: "\a";
    display: block;
    z-index: 2;
  }
  #bodyWrapper #subpage #team .swiper-container:before, #bodyWrapper #subpage #properties .swiper-container:before, #bodyWrapper #singleteam #team .swiper-container:before, #bodyWrapper #singleteam #properties .swiper-container:before, #bodyWrapper #citations #team .swiper-container:before, #bodyWrapper #citations #properties .swiper-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 100%;
    background: white;
    content: "\a";
    display: block;
    z-index: 2;
  }
  #bodyWrapper #subpage #team .swiper-container .swiper-button-prev, #bodyWrapper #subpage #properties .swiper-container .swiper-button-prev, #bodyWrapper #singleteam #team .swiper-container .swiper-button-prev, #bodyWrapper #singleteam #properties .swiper-container .swiper-button-prev, #bodyWrapper #citations #team .swiper-container .swiper-button-prev, #bodyWrapper #citations #properties .swiper-container .swiper-button-prev {
    background-image: url("./img/slider-left-arrow-dark.svg");
  }
  #bodyWrapper #subpage #team .swiper-container .swiper-button-next, #bodyWrapper #subpage #properties .swiper-container .swiper-button-next, #bodyWrapper #singleteam #team .swiper-container .swiper-button-next, #bodyWrapper #singleteam #properties .swiper-container .swiper-button-next, #bodyWrapper #citations #team .swiper-container .swiper-button-next, #bodyWrapper #citations #properties .swiper-container .swiper-button-next {
    background-image: url("./img/slider-right-arrow-dark.svg");
  }
  #bodyWrapper #subpage #properties .swiper-container:after, #bodyWrapper #singleteam #properties .swiper-container:after, #bodyWrapper #citations #properties .swiper-container:after {
    background: white;
  }
  #bodyWrapper #subpage #properties .swiper-container:before, #bodyWrapper #singleteam #properties .swiper-container:before, #bodyWrapper #citations #properties .swiper-container:before {
    background: white;
  }
  #bodyWrapper #citations .box div {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-bottom: 10px;
  }
  #bodyWrapper #citations .box .domain {
    width: 20%;
  }
  #bodyWrapper #citations .box .link {
    width: 75%;
  }

  #bodyWrapper[page-attr=sell-my-property] #subpage #team .swiper-container:after {
    background: white;
  }
  #bodyWrapper[page-attr=sell-my-property] #subpage #team .swiper-container:before {
    background: white;
  }

  #bodyWrapper[page-attr=meet-the-team] #subpage .sections {
    padding: 0;
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single {
    width: 100%;
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single h2 {
    max-width: 1060px;
    margin: 0 auto 5vh;
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single .swiper-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
    position: relative;
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single .swiper-container:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 67px;
    height: 100%;
    background: white;
    content: "\a";
    display: block;
    z-index: 2;
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single .swiper-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 100%;
    background: white;
    content: "\a";
    display: block;
    z-index: 2;
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single .swiper-container .swiper-wrapper .team {
    margin-bottom: 6vh;
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single .swiper-container .swiper-button-prev {
    background-image: url("./img/slider-left-arrow-dark.svg");
  }
  #bodyWrapper[page-attr=meet-the-team] #subpage .single .swiper-container .swiper-button-next {
    background-image: url("./img/slider-right-arrow-dark.svg");
  }

  #bodyWrapper[page-attr=archive-resources] #subpage #searchFilter form {
    width: 88%;
    max-width: 1060px;
  }
  #bodyWrapper[page-attr=archive-resources] #subpage #resources {
    padding: 7% 0 0%;
    margin-bottom: 0;
  }
  #bodyWrapper[page-attr=archive-resources] #subpage #resources h2 {
    width: 88%;
    max-width: 1060px;
    margin: 0 auto 5vh;
  }
  #bodyWrapper[page-attr=archive-resources] #subpage .sections {
    padding-top: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #bodyWrapper #subpage #introduction .wrap .imageWrap {
    height: 310px;
  }
}
.special {
  color: transparent;
  border-color: white;
  border: none;
}

.propertyListing {
  margin-bottom: 11vh;
}
.propertyListing .image {
  border-radius: 21px 21px 0 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  /* img{
  	width: auto;
  	height: 110%;
  	position: relative;
  	top: 50%;
  	left: 50%;
  	z-index: 0;
  	transform: translateX(-50%) translateY(-50%);
  } */
}
.propertyListing .image .label {
  border-radius: 21px;
  background: white;
  color: #0D306E;
  font-size: 16px;
  letter-spacing: 1.33px;
  text-align: center;
  padding: 7px 13px;
  font-family: "avenir-black", arial, sans-serif;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 2;
}
.propertyListing .details {
  border-radius: 0px 0px 21px 21px;
  background: #0D306E;
  padding: 11% 6% 40px;
  position: relative;
  margin-top: -7px;
}
.propertyListing .details .features {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.propertyListing .details .features > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 45px;
  height: 45px;
  background: #808A9F;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 12px;
  margin: 0 4px;
}
.propertyListing .details .features > span span {
  height: auto;
  padding-top: 2px;
  display: block;
}
.propertyListing .details .features .bathroom:after {
  content: "\a";
  display: block;
  background: url("./img/baths.svg") no-repeat 0 0/100%;
  width: 16px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.propertyListing .details .features .bedroom:after {
  content: "\a";
  display: block;
  background: url("./img/beds.svg") no-repeat 0 0/100%;
  width: 16px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.propertyListing .details .features .land:after {
  content: "\a";
  display: block;
  background: url("./img/land.svg") no-repeat 0 0/100%;
  width: 23px;
  height: 20px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.propertyListing .details .features .building:after {
  content: "\a";
  display: block;
  background: url("./img/building.svg") no-repeat 0 0/100%;
  width: 15px;
  height: 20px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.propertyListing .details .features .rent {
  width: 70px;
  border-radius: 21px;
  font-size: 15px;
}
.propertyListing .details .features .rent span {
  height: auto;
  display: block;
}
.propertyListing .details .features .rent:after {
  content: "PER WEEK";
  font-size: 9px;
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.propertyListing .details h2 {
  font-size: 23px;
  letter-spacing: 0.69px;
  margin-bottom: 10px;
}
.propertyListing .details p {
  letter-spacing: 1px;
}
.propertyListing .details button {
  margin-top: 0;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.propertyListing.rental .details {
  background: #A6A6A6;
}
.propertyListing.rental .image .label {
  color: #A6A6A6;
}

#bodyWrapper[page-attr=rental], #bodyWrapper[page-attr=forsale] {
  background: white;
}
#bodyWrapper[page-attr=rental] .buttonWrap, #bodyWrapper[page-attr=forsale] .buttonWrap {
  position: fixed;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  z-index: 8;
  width: 100%;
  text-align: center;
  transition: all 0.4s ease;
}
#bodyWrapper[page-attr=rental] .buttonWrap button, #bodyWrapper[page-attr=forsale] .buttonWrap button {
  position: static;
  transform: none;
  background: #0D306E;
  color: white;
  min-width: 42%;
  border-radius: 18px 18px 0 0;
  font-size: 13px;
  font-weight: bold;
  z-index: 8;
  display: inline-block;
  margin: 0 1%;
  padding: 15px 15px 24px;
}
@media (min-width: 1000px) {
  #bodyWrapper[page-attr=rental] .buttonWrap button, #bodyWrapper[page-attr=forsale] .buttonWrap button {
    padding: 15px 15px 15px;
  }
}
#bodyWrapper[page-attr=rental] #property #introduction, #bodyWrapper[page-attr=forsale] #property #introduction {
  position: relative;
  padding: 88px 6% 35px;
  margin-bottom: 0;
}
#bodyWrapper[page-attr=rental] #property #introduction h1, #bodyWrapper[page-attr=forsale] #property #introduction h1 {
  text-transform: capitalize;
}
#bodyWrapper[page-attr=rental] #property #introduction.image, #bodyWrapper[page-attr=forsale] #property #introduction.image {
  padding: 88px 6% 40px;
}
#bodyWrapper[page-attr=rental] #property .imageWrap, #bodyWrapper[page-attr=forsale] #property .imageWrap {
  margin-bottom: 0vh;
  position: relative;
  width: 100%;
}
#bodyWrapper[page-attr=rental] #property .imageWrap:before, #bodyWrapper[page-attr=forsale] #property .imageWrap:before {
  content: "\a";
  height: 114px;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 0;
}
#bodyWrapper[page-attr=rental] #property .imageWrap img, #bodyWrapper[page-attr=forsale] #property .imageWrap img {
  z-index: 1;
  position: relative;
  width: 88%;
  margin: 0 auto;
  display: block;
}
#bodyWrapper[page-attr=rental] #property .imageWrap .wrap, #bodyWrapper[page-attr=forsale] #property .imageWrap .wrap {
  position: relative;
  height: 250px;
}
#bodyWrapper[page-attr=rental] #property .nav, #bodyWrapper[page-attr=forsale] #property .nav {
  margin-top: 20px;
  text-align: center;
}
#bodyWrapper[page-attr=rental] #property .nav .icon, #bodyWrapper[page-attr=forsale] #property .nav .icon {
  width: 60px;
  display: inline-block;
  margin: 0 2%;
  color: #A6A6A6;
  font-family: "avenir-heavy", arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#bodyWrapper[page-attr=rental] #property .nav .icon span, #bodyWrapper[page-attr=forsale] #property .nav .icon span {
  display: block;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: relative;
  background: #A6A6A6;
  margin: 0 auto 8px;
}
#bodyWrapper[page-attr=rental] #property .nav .icon span img, #bodyWrapper[page-attr=forsale] #property .nav .icon span img {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#bodyWrapper[page-attr=rental] #property .nav .icon#map span img, #bodyWrapper[page-attr=forsale] #property .nav .icon#map span img {
  width: 43%;
}
#bodyWrapper[page-attr=rental] #property .nav .icon.active, #bodyWrapper[page-attr=forsale] #property .nav .icon.active {
  color: #808A9F;
}
#bodyWrapper[page-attr=rental] #property .nav .icon.active span, #bodyWrapper[page-attr=forsale] #property .nav .icon.active span {
  background: #808A9F;
}
#bodyWrapper[page-attr=rental] #property .nav .icon:hover, #bodyWrapper[page-attr=forsale] #property .nav .icon:hover {
  cursor: pointer;
  color: #808A9F;
}
#bodyWrapper[page-attr=rental] #property .nav .icon:hover span, #bodyWrapper[page-attr=forsale] #property .nav .icon:hover span {
  background: #808A9F;
}
#bodyWrapper[page-attr=rental] #property #matterport, #bodyWrapper[page-attr=forsale] #property #matterport {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
}
#bodyWrapper[page-attr=rental] #property #matterport iframe, #bodyWrapper[page-attr=forsale] #property #matterport iframe {
  width: 100%;
  height: 100%;
}
#bodyWrapper[page-attr=rental] #property #imageSlider, #bodyWrapper[page-attr=forsale] #property #imageSlider {
  height: 250px;
  margin-bottom: 3vh;
  width: 100%;
}
#bodyWrapper[page-attr=rental] #property #imageSlider .swiper-container, #bodyWrapper[page-attr=forsale] #property #imageSlider .swiper-container {
  width: 100%;
  height: 250px;
}
#bodyWrapper[page-attr=rental] #property #imageSlider .swiper-pagination, #bodyWrapper[page-attr=forsale] #property #imageSlider .swiper-pagination {
  position: absolute;
  bottom: 28px;
  right: 9%;
  z-index: 4;
  background: rgba(13, 48, 110, 0.8);
  width: 55px;
  left: auto;
  color: white;
  border-radius: 15px;
  font-size: 12px;
  font-family: "avenir-heavy", arial, sans-serif;
  letter-spacing: 1px;
}
#bodyWrapper[page-attr=rental] #property #imageSlider .swiper-button-prev, #bodyWrapper[page-attr=forsale] #property #imageSlider .swiper-button-prev {
  background: url("./img/slider-left-arrow-desktop.svg") no-repeat 0 0/100%;
  bottom: 50%;
  left: -6px;
  transform: translateY(50%);
  height: 50px;
  width: 48px;
}
#bodyWrapper[page-attr=rental] #property #imageSlider .swiper-button-next, #bodyWrapper[page-attr=forsale] #property #imageSlider .swiper-button-next {
  background: url("./img/slider-right-arrow-desktop.svg") no-repeat 0 0/100%;
  bottom: 50%;
  right: -6px;
  transform: translateY(50%);
  height: 50px;
  width: 48px;
}
#bodyWrapper[page-attr=rental] #property #imageSlider .swiper-wrapper, #bodyWrapper[page-attr=forsale] #property #imageSlider .swiper-wrapper {
  width: 100%;
}
#bodyWrapper[page-attr=rental] #property #imageSlider .swiper-slide img, #bodyWrapper[page-attr=forsale] #property #imageSlider .swiper-slide img {
  top: 50%;
  transform: translateY(-50%);
}
#bodyWrapper[page-attr=rental] #property #video, #bodyWrapper[page-attr=forsale] #property #video {
  width: 100%;
  height: 100%;
}
#bodyWrapper[page-attr=rental] #property #video iframe, #bodyWrapper[page-attr=forsale] #property #video iframe {
  width: 100%;
  height: 100%;
}
#bodyWrapper[page-attr=rental] #property #googleMaps, #bodyWrapper[page-attr=forsale] #property #googleMaps {
  width: 100%;
  height: 250px;
}
#bodyWrapper[page-attr=rental] #property #googleMaps #map1, #bodyWrapper[page-attr=forsale] #property #googleMaps #map1 {
  width: 88%;
  height: 250px;
  margin: 0 auto;
}
#bodyWrapper[page-attr=rental] #property #matterport, #bodyWrapper[page-attr=rental] #property #video, #bodyWrapper[page-attr=rental] #property #imageSlider, #bodyWrapper[page-attr=rental] #property #googleMaps, #bodyWrapper[page-attr=forsale] #property #matterport, #bodyWrapper[page-attr=forsale] #property #video, #bodyWrapper[page-attr=forsale] #property #imageSlider, #bodyWrapper[page-attr=forsale] #property #googleMaps {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 0;
}
#bodyWrapper[page-attr=rental] #property #matterport.active, #bodyWrapper[page-attr=rental] #property #video.active, #bodyWrapper[page-attr=rental] #property #imageSlider.active, #bodyWrapper[page-attr=rental] #property #googleMaps.active, #bodyWrapper[page-attr=forsale] #property #matterport.active, #bodyWrapper[page-attr=forsale] #property #video.active, #bodyWrapper[page-attr=forsale] #property #imageSlider.active, #bodyWrapper[page-attr=forsale] #property #googleMaps.active {
  opacity: 1;
  z-index: 1;
}
#bodyWrapper[page-attr=rental] #property .sections, #bodyWrapper[page-attr=forsale] #property .sections {
  padding: 0 6%;
  margin-bottom: 6vh;
}
#bodyWrapper[page-attr=rental] #property .sections #price, #bodyWrapper[page-attr=rental] #property .sections #listed, #bodyWrapper[page-attr=rental] #property .sections #features, #bodyWrapper[page-attr=rental] #property .sections #actions, #bodyWrapper[page-attr=rental] #property .sections #description, #bodyWrapper[page-attr=rental] #property .sections #share, #bodyWrapper[page-attr=forsale] #property .sections #price, #bodyWrapper[page-attr=forsale] #property .sections #listed, #bodyWrapper[page-attr=forsale] #property .sections #features, #bodyWrapper[page-attr=forsale] #property .sections #actions, #bodyWrapper[page-attr=forsale] #property .sections #description, #bodyWrapper[page-attr=forsale] #property .sections #share {
  margin-top: 3vh;
  padding: 3vh 0 0;
  border-top: 1px solid #EBEBEB;
}
#bodyWrapper[page-attr=rental] #property .sections #price h5, #bodyWrapper[page-attr=rental] #property .sections #listed h5, #bodyWrapper[page-attr=rental] #property .sections #features h5, #bodyWrapper[page-attr=rental] #property .sections #actions h5, #bodyWrapper[page-attr=rental] #property .sections #description h5, #bodyWrapper[page-attr=rental] #property .sections #share h5, #bodyWrapper[page-attr=forsale] #property .sections #price h5, #bodyWrapper[page-attr=forsale] #property .sections #listed h5, #bodyWrapper[page-attr=forsale] #property .sections #features h5, #bodyWrapper[page-attr=forsale] #property .sections #actions h5, #bodyWrapper[page-attr=forsale] #property .sections #description h5, #bodyWrapper[page-attr=forsale] #property .sections #share h5 {
  letter-spacing: 0.77px;
  font-size: 20px;
}
#bodyWrapper[page-attr=rental] #property .sections #price p, #bodyWrapper[page-attr=rental] #property .sections #listed p, #bodyWrapper[page-attr=rental] #property .sections #features p, #bodyWrapper[page-attr=rental] #property .sections #actions p, #bodyWrapper[page-attr=rental] #property .sections #description p, #bodyWrapper[page-attr=rental] #property .sections #share p, #bodyWrapper[page-attr=forsale] #property .sections #price p, #bodyWrapper[page-attr=forsale] #property .sections #listed p, #bodyWrapper[page-attr=forsale] #property .sections #features p, #bodyWrapper[page-attr=forsale] #property .sections #actions p, #bodyWrapper[page-attr=forsale] #property .sections #description p, #bodyWrapper[page-attr=forsale] #property .sections #share p {
  letter-spacing: 1.25px;
  font-size: 15px;
}
#bodyWrapper[page-attr=rental] #property .sections #price p.fullAddress, #bodyWrapper[page-attr=rental] #property .sections #listed p.fullAddress, #bodyWrapper[page-attr=rental] #property .sections #features p.fullAddress, #bodyWrapper[page-attr=rental] #property .sections #actions p.fullAddress, #bodyWrapper[page-attr=rental] #property .sections #description p.fullAddress, #bodyWrapper[page-attr=rental] #property .sections #share p.fullAddress, #bodyWrapper[page-attr=forsale] #property .sections #price p.fullAddress, #bodyWrapper[page-attr=forsale] #property .sections #listed p.fullAddress, #bodyWrapper[page-attr=forsale] #property .sections #features p.fullAddress, #bodyWrapper[page-attr=forsale] #property .sections #actions p.fullAddress, #bodyWrapper[page-attr=forsale] #property .sections #description p.fullAddress, #bodyWrapper[page-attr=forsale] #property .sections #share p.fullAddress {
  margin-top: 10px;
}
#bodyWrapper[page-attr=rental] #property .sections #actions button, #bodyWrapper[page-attr=forsale] #property .sections #actions button {
  position: static;
  transform: none;
}
@media (max-width: 767px) {
  #bodyWrapper[page-attr=rental] #property .sections #actions button, #bodyWrapper[page-attr=forsale] #property .sections #actions button {
    min-width: 57%;
    max-width: 300px;
  }
}
@media (min-width: 766px) and (max-width: 999px) {
  #bodyWrapper[page-attr=rental] #property .sections #actions button, #bodyWrapper[page-attr=forsale] #property .sections #actions button {
    min-width: 40%;
    display: block;
  }
}
#bodyWrapper[page-attr=rental] #property .sections #actions #globalBook2, #bodyWrapper[page-attr=forsale] #property .sections #actions #globalBook2 {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #bodyWrapper[page-attr=rental] #property .sections #actions #globalBook2, #bodyWrapper[page-attr=forsale] #property .sections #actions #globalBook2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 766px) and (max-width: 999px) {
  #bodyWrapper[page-attr=rental] #property .sections #actions #globalBook2, #bodyWrapper[page-attr=forsale] #property .sections #actions #globalBook2 {
    margin-bottom: 20px;
  }
}
#bodyWrapper[page-attr=rental] #property .sections #listed .label, #bodyWrapper[page-attr=forsale] #property .sections #listed .label {
  margin: 0 0 0 11px;
  border-radius: 21px;
  background: white;
  color: #0D306E;
  font-size: 16px;
  letter-spacing: 1.33px;
  text-align: center;
  padding: 5px 10px;
  font-family: "avenir-black", arial, sans-serif;
  z-index: 2;
}
#bodyWrapper[page-attr=rental] #property .sections #description, #bodyWrapper[page-attr=forsale] #property .sections #description {
  height: 300px;
  overflow: hidden;
}
#bodyWrapper[page-attr=rental] #property .sections #description.open, #bodyWrapper[page-attr=forsale] #property .sections #description.open {
  height: auto;
}
#bodyWrapper[page-attr=rental] #property .sections #description p, #bodyWrapper[page-attr=forsale] #property .sections #description p {
  margin: 0 0 16px;
  overflow: hidden;
}
#bodyWrapper[page-attr=rental] #property .sections #description #readmore, #bodyWrapper[page-attr=forsale] #property .sections #description #readmore {
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  height: 100px;
  width: 100%;
  padding-top: 60px;
  position: absolute;
  bottom: -18px;
  z-index: 2;
  transition: all 0.3s ease 0.3s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0&0+0,1+44 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 44%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 44%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 44%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
#bodyWrapper[page-attr=rental] #property .sections #description #readmore.hide, #bodyWrapper[page-attr=forsale] #property .sections #description #readmore.hide {
  opacity: 0;
  transition: all 0.3s ease;
}
#bodyWrapper[page-attr=rental] #property .sections #description .rest.hide, #bodyWrapper[page-attr=forsale] #property .sections #description .rest.hide {
  height: 0px;
  overflow: hidden;
}
#bodyWrapper[page-attr=rental] #property .sections .features, #bodyWrapper[page-attr=forsale] #property .sections .features {
  position: relative;
  width: 75%;
}
#bodyWrapper[page-attr=rental] #property .sections .features > span, #bodyWrapper[page-attr=forsale] #property .sections .features > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  font-size: 14px;
  margin: 10px 9px;
}
#bodyWrapper[page-attr=rental] #property .sections .features > span span, #bodyWrapper[page-attr=forsale] #property .sections .features > span span {
  height: auto;
  padding-top: 2px;
  display: block;
}
#bodyWrapper[page-attr=rental] #property .sections .features > span:first-child, #bodyWrapper[page-attr=forsale] #property .sections .features > span:first-child {
  margin-left: 0;
}
#bodyWrapper[page-attr=rental] #property .sections .features .bathroom, #bodyWrapper[page-attr=forsale] #property .sections .features .bathroom {
  padding-left: 40px;
}
#bodyWrapper[page-attr=rental] #property .sections .features .bathroom:after, #bodyWrapper[page-attr=forsale] #property .sections .features .bathroom:after {
  content: "\a";
  display: block;
  background: url("./img/baths-grey.svg") no-repeat 0 0/93%;
  width: 28px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bodyWrapper[page-attr=rental] #property .sections .features .bedroom, #bodyWrapper[page-attr=forsale] #property .sections .features .bedroom {
  padding-left: 40px;
}
#bodyWrapper[page-attr=rental] #property .sections .features .bedroom:after, #bodyWrapper[page-attr=forsale] #property .sections .features .bedroom:after {
  content: "\a";
  display: block;
  background: url("./img/beds-grey.svg") no-repeat 0 0/100%;
  width: 29px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bodyWrapper[page-attr=rental] #property .sections .features .cars, #bodyWrapper[page-attr=forsale] #property .sections .features .cars {
  width: auto;
  border-radius: 21px;
  font-size: 14px;
  padding-left: 40px;
}
#bodyWrapper[page-attr=rental] #property .sections .features .cars span, #bodyWrapper[page-attr=forsale] #property .sections .features .cars span {
  height: auto;
  width: 80%;
  display: block;
}
#bodyWrapper[page-attr=rental] #property .sections .features .cars:after, #bodyWrapper[page-attr=forsale] #property .sections .features .cars:after {
  content: "\a";
  font-size: 9px;
  display: block;
  background: url("./img/cars.svg") no-repeat 0 0/100%;
  width: 31px;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bodyWrapper[page-attr=rental] #property .sections .features .land, #bodyWrapper[page-attr=forsale] #property .sections .features .land {
  width: auto;
  border-radius: 21px;
  font-size: 14px;
  padding-left: 40px;
  margin-left: 0;
}
#bodyWrapper[page-attr=rental] #property .sections .features .land span, #bodyWrapper[page-attr=forsale] #property .sections .features .land span {
  height: auto;
  width: 80%;
  display: block;
}
#bodyWrapper[page-attr=rental] #property .sections .features .land:after, #bodyWrapper[page-attr=forsale] #property .sections .features .land:after {
  content: "\a";
  display: block;
  background: url("./img/land-grey.svg") no-repeat 0 0/100%;
  width: 30px;
  height: 27px;
  position: absolute;
  bottom: 2px;
  left: 0%;
}
#bodyWrapper[page-attr=rental] #property .sections .features .building, #bodyWrapper[page-attr=forsale] #property .sections .features .building {
  width: auto;
  border-radius: 21px;
  font-size: 14px;
  padding-left: 35px;
}
#bodyWrapper[page-attr=rental] #property .sections .features .building span, #bodyWrapper[page-attr=forsale] #property .sections .features .building span {
  height: auto;
  width: 80%;
  display: block;
}
#bodyWrapper[page-attr=rental] #property .sections .features .building:after, #bodyWrapper[page-attr=forsale] #property .sections .features .building:after {
  content: "\a";
  display: block;
  background: url("./img/building-grey.svg") no-repeat 0 0/100%;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 2px;
  left: 0%;
}
#bodyWrapper[page-attr=rental] #property .sections #openhome .box, #bodyWrapper[page-attr=forsale] #property .sections #openhome .box {
  background: #EBEBEB;
  border-radius: 21px;
  width: 100%;
  padding: 20px 30px;
  padding-bottom: 13%;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar {
  border-radius: 21px;
  border: none;
  font-size: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.4s ease;
  min-width: 75%;
  max-width: 300px;
  background: #04ACCC;
  color: white !important;
  box-shadow: 0 0 0 0 !important;
  border: none;
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  font-family: "avenir-black", helvetica, serif;
  transition: all 0.4s ease;
  font-weight: normal;
  z-index: 3;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar .addeventatc, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar .addeventatc {
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  box-shadow: none !important;
  text-shadow: none;
  color: white;
  padding: 0;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar .addeventatc:focus, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar .addeventatc:focus {
  outline: none;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar .addeventatc:hover, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar .addeventatc:hover {
  background: #03829a;
  transition: all 0.4s ease;
  cursor: pointer;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar .addeventatc span#title, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar .addeventatc span#title {
  color: white;
  font-size: 12px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  font-family: "avenir-black", helvetica, serif;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar:hover, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar:hover {
  background: #03829a;
  transition: all 0.4s ease;
  cursor: pointer;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar:focus, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar:focus {
  outline: none;
}
#bodyWrapper[page-attr=rental] #property .sections .addtocalendar .addeventatc_icon, #bodyWrapper[page-attr=forsale] #property .sections .addtocalendar .addeventatc_icon {
  display: none;
}
#bodyWrapper[page-attr=rental] #property .sections #agent, #bodyWrapper[page-attr=forsale] #property .sections #agent {
  margin-top: 0;
  padding: 3vh 0 0;
  border-top: 1px solid #EBEBEB;
  margin-bottom: 8vh;
}
#bodyWrapper[page-attr=rental] #property .sections #agent .team, #bodyWrapper[page-attr=forsale] #property .sections #agent .team {
  width: 100%;
  margin-top: 10vh;
}
#bodyWrapper[page-attr=rental] #property .sections #similar, #bodyWrapper[page-attr=forsale] #property .sections #similar {
  margin-top: 3vh;
  padding: 3vh 0 0;
  border-top: 1px solid #EBEBEB;
}
#bodyWrapper[page-attr=rental] #property .sections #share a, #bodyWrapper[page-attr=forsale] #property .sections #share a {
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}
#bodyWrapper[page-attr=rental] #property .sections #share .facebook, #bodyWrapper[page-attr=forsale] #property .sections #share .facebook {
  display: inline-block;
  margin-right: 3%;
  vertical-align: top;
}
#bodyWrapper[page-attr=rental] #property .sections #share .facebook #fb-share-button:hover, #bodyWrapper[page-attr=forsale] #property .sections #share .facebook #fb-share-button:hover {
  cursor: pointer;
}
#bodyWrapper[page-attr=rental] #property .sections #share button#copylink, #bodyWrapper[page-attr=forsale] #property .sections #share button#copylink {
  margin-top: -2px;
  width: 37px;
  min-width: 35px;
  padding: 0;
  font-size: 0px;
  border-radius: 0px;
  height: 37px;
  background: url(./img/share-link.svg) no-repeat 50% 50%/35px;
  display: inline-block;
  vertical-align: top;
}

#bodyWrapper[page-attr=for-rent] {
  background: #F6F6F4;
}
#bodyWrapper[page-attr=for-rent] #subpage .sections {
  padding-top: 2%;
}
#bodyWrapper[page-attr=for-rent] #subpage .imageWrap:before {
  content: "\a";
  background: #A6A6A6;
}
#bodyWrapper[page-attr=for-rent] #subpage #resources {
  background: none;
}
#bodyWrapper[page-attr=for-rent] #subpage #resources .swiper-container {
  margin-bottom: 5vh;
}
#bodyWrapper[page-attr=for-rent] #subpage #searchFilter {
  position: relative;
}
#bodyWrapper[page-attr=for-rent] #subpage #searchFilter:before {
  content: "\a";
  background: #A6A6A6;
  height: 100px;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 0;
}

#bodyWrapper[page-attr=for-sale] {
  background: #F6F6F4;
}
#bodyWrapper[page-attr=for-sale] #subpage .sections {
  padding-top: 2%;
}
#bodyWrapper[page-attr=for-sale] #subpage .imageWrap:before {
  content: "\a";
  background: #0D306E;
}
#bodyWrapper[page-attr=for-sale] #subpage #resources {
  background: none;
}
#bodyWrapper[page-attr=for-sale] #subpage #resources .swiper-container {
  margin-bottom: 5vh;
}
#bodyWrapper[page-attr=for-sale] #subpage #searchFilter {
  position: relative;
}
#bodyWrapper[page-attr=for-sale] #subpage #searchFilter:before {
  content: "\a";
  background: #0D306E;
  height: 100px;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 0;
}

@media (min-width: 766px) and (max-width: 999px) {
  .propertyListing {
    width: 47%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
  }

  .propertyListing:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .propertyListing {
    width: 30%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
  }
  .propertyListing p {
    font-size: 12px;
  }

  .propertyListing:nth-child(3n+3) {
    margin-right: 0;
  }

  #bodyWrapper[page-attr=rental] .buttonWrap,
#bodyWrapper[page-attr=forsale] .buttonWrap {
    background: #0D306E;
  }
  #bodyWrapper[page-attr=rental] .buttonWrap button,
#bodyWrapper[page-attr=forsale] .buttonWrap button {
    max-width: 49.5%;
    margin: 0;
    border-radius: 0px;
  }
  #bodyWrapper[page-attr=rental] #property #introduction,
#bodyWrapper[page-attr=forsale] #property #introduction {
    padding: 114px 6% 58px;
  }
  #bodyWrapper[page-attr=rental] #property #introduction .wrap,
#bodyWrapper[page-attr=forsale] #property #introduction .wrap {
    max-width: 1060px;
    margin: 2.5vh auto 0;
    display: block;
    position: relative;
    padding-bottom: 0;
  }
  #bodyWrapper[page-attr=rental] #property #matterport iframe, #bodyWrapper[page-attr=rental] #property #video iframe,
#bodyWrapper[page-attr=forsale] #property #matterport iframe,
#bodyWrapper[page-attr=forsale] #property #video iframe {
    width: 88%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap:before,
#bodyWrapper[page-attr=forsale] #property .imageWrap:before {
    height: 350px;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .wrap,
#bodyWrapper[page-attr=forsale] #property .imageWrap .wrap {
    min-height: 550px;
    height: 60vh;
    max-width: 1200px;
    margin: 0 auto;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .wrap #imageSlider,
#bodyWrapper[page-attr=forsale] #property .imageWrap .wrap #imageSlider {
    min-height: 550px;
    height: 60vh;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .wrap #imageSlider .swiper-container,
#bodyWrapper[page-attr=forsale] #property .imageWrap .wrap #imageSlider .swiper-container {
    min-height: 550px;
    height: 60vh;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .wrap #imageSlider .swiper-container .swiper-button-prev,
#bodyWrapper[page-attr=forsale] #property .imageWrap .wrap #imageSlider .swiper-container .swiper-button-prev {
    left: 0;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .wrap #imageSlider .swiper-container .swiper-button-next,
#bodyWrapper[page-attr=forsale] #property .imageWrap .wrap #imageSlider .swiper-container .swiper-button-next {
    right: 0;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .wrap #googleMaps,
#bodyWrapper[page-attr=forsale] #property .imageWrap .wrap #googleMaps {
    min-height: 550px;
    height: 60vh;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .wrap #googleMaps #map1,
#bodyWrapper[page-attr=forsale] #property .imageWrap .wrap #googleMaps #map1 {
    height: 100%;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap #price,
#bodyWrapper[page-attr=forsale] #property .imageWrap #price {
    display: inline-block;
    float: left;
    width: 30%;
    margin-top: 29px;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap #price .label,
#bodyWrapper[page-attr=forsale] #property .imageWrap #price .label {
    margin: 0 0 0 11px;
    border-radius: 21px;
    background: white;
    color: #0D306E;
    font-size: 16px;
    letter-spacing: 1.33px;
    text-align: center;
    padding: 5px 10px;
    font-family: "avenir-black", arial, sans-serif;
    z-index: 2;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .nav,
#bodyWrapper[page-attr=forsale] #property .imageWrap .nav {
    float: right;
    width: 65%;
    text-align: right;
    margin-top: 29px;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .nav .icon,
#bodyWrapper[page-attr=forsale] #property .imageWrap .nav .icon {
    width: auto;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .nav .icon span,
#bodyWrapper[page-attr=forsale] #property .imageWrap .nav .icon span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }
  #bodyWrapper[page-attr=rental] #property .imageWrap .nav #map,
#bodyWrapper[page-attr=forsale] #property .imageWrap .nav #map {
    margin-right: 0;
  }
  #bodyWrapper[page-attr=rental] #property .wraps,
#bodyWrapper[page-attr=forsale] #property .wraps {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
  }
  #bodyWrapper[page-attr=rental] #property .sections,
#bodyWrapper[page-attr=forsale] #property .sections {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  #bodyWrapper[page-attr=rental] #property .sections .features .land,
#bodyWrapper[page-attr=forsale] #property .sections .features .land {
    margin-left: 10px;
  }
  #bodyWrapper[page-attr=rental] #property .sections #description,
#bodyWrapper[page-attr=forsale] #property .sections #description {
    padding-bottom: 3vh;
    height: auto;
  }
  #bodyWrapper[page-attr=rental] #property .sections #description .excerpt,
#bodyWrapper[page-attr=forsale] #property .sections #description .excerpt {
    height: auto;
  }
  #bodyWrapper[page-attr=rental] #property .sections #description #readmore,
#bodyWrapper[page-attr=forsale] #property .sections #description #readmore {
    display: none;
  }
  #bodyWrapper[page-attr=rental] #property .sections #agent,
#bodyWrapper[page-attr=forsale] #property .sections #agent {
    display: none;
  }
  #bodyWrapper[page-attr=rental] #property #agent,
#bodyWrapper[page-attr=forsale] #property #agent {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
    float: right;
  }
  #bodyWrapper[page-attr=rental] #property #agent #teammember,
#bodyWrapper[page-attr=forsale] #property #agent #teammember {
    float: right;
    Width: 90%;
  }
  #bodyWrapper[page-attr=rental] #property #agent #teammember .team,
#bodyWrapper[page-attr=forsale] #property #agent #teammember .team {
    margin-right: 0;
    width: 100%;
  }
  #bodyWrapper[page-attr=rental] #property #agent #teammember .team button,
#bodyWrapper[page-attr=forsale] #property #agent #teammember .team button {
    min-width: 50%;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome,
#bodyWrapper[page-attr=forsale] #property #agent #openhome {
    width: 90%;
    float: right;
    margin-bottom: 10vh;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .box,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .box {
    background: #EBEBEB;
    border-radius: 21px;
    width: 100%;
    padding: 20px 30px;
    padding-bottom: 13%;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar {
    border-radius: 21px;
    border: none;
    font-size: 12px;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.4s ease;
    min-width: 75%;
    max-width: 300px;
    background: #04ACCC;
    color: white !important;
    box-shadow: 0 0 0 0 !important;
    border: none;
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
    font-family: "avenir-black", helvetica, serif;
    transition: all 0.4s ease;
    font-weight: normal;
    z-index: 3;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc {
    background: transparent;
    border: none;
    width: auto;
    height: auto;
    box-shadow: none !important;
    text-shadow: none;
    color: white;
    padding: 0;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc:focus,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc:focus {
    outline: none;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc:hover,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc:hover {
    background: #03829a;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc span.start, #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc span.end, #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc span.timezone, #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc span.title, #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc span.description, #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc span.location,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc span.start,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc span.end,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc span.timezone,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc span.title,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc span.description,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc span.location {
    opacity: 0;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc span#title,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc span#title {
    opacity: 1;
    color: white;
    font-size: 12px;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    font-family: "avenir-black", helvetica, serif;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar:hover,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar:hover {
    background: #03829a;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar:focus,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar:focus {
    outline: none;
  }
  #bodyWrapper[page-attr=rental] #property #agent #openhome .addtocalendar .addeventatc_icon,
#bodyWrapper[page-attr=forsale] #property #agent #openhome .addtocalendar .addeventatc_icon {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .post-item {
    margin-bottom: 60px;
  }
}

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