@charset "UTF-8";
/* ==== Buttons and text links === */
.c-color-professionalservices {
  color: #0BDD84;
}

.c-color-professionalservices-bkgd {
  background-color: #0BDD84;
}

.c-color-commercial {
  color: #FF9D00;
}

.c-color-commercial-bkgd {
  background-color: #FF9D00;
}

.c-color-development {
  color: #816AFF;
}

.c-color-development-bkgd {
  background-color: #816AFF;
}

.c-color-investment {
  color: #34A0FD;
}

.c-color-investment-bkgd {
  background-color: #34A0FD;
}

/*------------------------------------*\
  #FONTFACE
\*------------------------------------*/
@font-face {
  font-family: CircularBlack;
  src: url(../fonts/CircularStd-Black.otf);
}
@font-face {
  font-family: CircularBold;
  src: url(../fonts/CircularStd-Bold.otf);
}
@font-face {
  font-family: CircularBook;
  src: url(../fonts/CircularStd-Book.otf);
}
@font-face {
  font-family: CircularMedium;
  src: url(../fonts/CircularStd-Medium.otf);
}
/*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
html {
  box-sizing: border-box;
}

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

body,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
dl, dd,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
  #FORMS
\*------------------------------------*/
.form-padding {
  max-width: 600px;
  margin: 0 auto;
}

button:hover,
html [type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  cursor: pointer;
}

fieldset {
  border: solid 0 black;
}

form .form-item {
  display: block;
}
form input {
  border: solid 1px grey;
  padding: 6px 7px;
  width: 100%;
  display: block;
  font-size: 0.8888888889rem;
}
form input[type=submit] {
  background-color: #ffffff;
  position: relative;
  padding: 15px;
  width: auto;
  border: 0;
  outline: 0;
  bottom: -1px;
  font-size: 16px;
  color: #1D3765;
  border: solid 1px #1D3765;
  margin-top: 20px;
}
form input[type=submit]:hover {
  background-color: #1D3765;
  color: #ffffff;
}
form input[type=radio] {
  width: auto;
  display: inline-block;
  margin-right: 4px;
}
form .radio-wrap label {
  margin-right: 4px;
}
form input[type=text],
form input[type=email],
form input[type=password] {
  height: 36px;
  vertical-align: middle;
  margin-bottom: 10px;
}
form input[type=checkbox] {
  width: auto;
  display: inline-block;
}
form textarea {
  clear: left;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border: solid 1px grey;
  background-color: transparent;
  padding: 6px 7px;
  font-size: 0.8888888889rem;
  transition: all 0.1s ease-in-out;
  font-family: "CircularBook", sans-serif;
  font-weight: normal;
}
form select {
  border: solid 1px grey;
  padding: 6px 7px;
  width: 100%;
  display: block;
  font-size: 0.8888888889rem;
  color: #1D3765;
  margin-bottom: 10px;
  height: 200px;
}
form select option {
  padding: 5px;
}
form select option:hover {
  background-color: #D2D7E0;
}

.c-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.c-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #DEE3EB;
  border: solid 1px #1D3765;
}
.c-checkbox input:checked ~ .indicator {
  background: #1D3765;
}
.indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.c-checkbox input:checked ~ .indicator:after {
  display: block;
}
.c-checkbox .indicator:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.errors {
  color: red;
}

.l-30 {
  width: 100%;
}
@media (min-width: 50em) {
  .l-30 {
    width: 30%;
  }
}

.l-40 {
  width: 100%;
}
@media (min-width: 50em) {
  .l-40 {
    width: 40%;
  }
}

.l-50 {
  width: 100%;
  text-align: center;
}
@media (min-width: 50em) {
  .l-50 {
    width: 50%;
    text-align: left;
  }
}

.l-60 {
  width: 100%;
}
@media (min-width: 50em) {
  .l-60 {
    width: 60%;
  }
}

.l-70 {
  width: 100%;
}
@media (min-width: 50em) {
  .l-70 {
    width: 70%;
  }
}

.page-front h1 {
  font-family: "CircularMedium", sans-serif;
  font-weight: normal;
  font-size: 1.2222222222rem;
  line-height: 26px;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .page-front h1 {
    font-size: 2.2222222222rem;
    line-height: 48px;
  }
}

h1 {
  font-family: "CircularBook", sans-serif;
  font-weight: normal;
  font-size: 1.5555555556rem;
  line-height: 33px;
  margin-bottom: 20px;
  color: #1D3765;
}
@media (min-width: 50em) {
  h1 {
    font-size: 3.3333333333rem;
    line-height: 68px;
    margin-bottom: 30px;
  }
}

h2 {
  font-family: "CircularBook", sans-serif;
  font-weight: normal;
  font-size: 1.4444444444rem;
  line-height: 33px;
  margin-bottom: 20px;
  color: #1D3765;
}
@media (min-width: 50em) {
  h2 {
    font-size: 3.3333333333rem;
    line-height: 68px;
    margin-bottom: 30px;
  }
}

h3 {
  font-family: "CircularBook", sans-serif;
  font-weight: normal;
  font-size: 1.2222222222rem;
  line-height: 26px;
  margin-bottom: 20px;
  color: #1D3765;
}
@media (min-width: 50em) {
  h3 {
    font-size: 2.2222222222rem;
    line-height: 48px;
    margin-bottom: 20px;
  }
}

h4 {
  font-family: "CircularMedium", sans-serif;
  font-weight: normal;
  font-size: 1.1111111111rem;
  margin-bottom: 20px;
  color: #1D3765;
}
@media (min-width: 50em) {
  h4 {
    font-size: 1.6666666667rem;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

h5 {
  font-family: "CircularMedium", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 22px;
}
@media (min-width: 50em) {
  h5 {
    font-size: 1.3888888889rem;
    margin-bottom: 30px;
    line-height: 30px;
  }
}

h1.white-text, h2.white-text, h3.white-text, h4.white-text, h5.white-text {
  color: #ffffff;
}

.white-text p {
  color: #ffffff;
}

.mar-top {
  margin-top: 24px;
}

.mar-btm {
  margin-bottom: 24px;
}

.mar-btm-2 {
  margin-bottom: 48px;
}

.mar-btm-3 {
  margin-bottom: 72px;
}

.mar-btm-4 {
  margin-bottom: 96px;
}

.pad-top {
  padding-top: 24px;
}

.pad-top-2 {
  padding-top: 48px;
}

.pad-top-3 {
  padding-top: 72px;
}

.pad-top-4 {
  padding-top: 96px;
}

.pad-right-4 {
  padding-right: 0;
}
@media (min-width: 50em) {
  .pad-right-4 {
    padding-right: 96px;
  }
}

.pad-btm {
  padding-bottom: 24px;
}

.pad-btm-2 {
  padding-bottom: 48px;
}

.pad-btm-3 {
  padding-bottom: 72px;
}

.pad-btm-4 {
  padding-bottom: 96px;
}

.c-header-padtop {
  padding-top: 90px;
}

.c-border-top {
  border-top: solid 1px #EFEFEF;
}

.l-margins-auto {
  margin: 0 auto;
}

.h-align-top {
  vertical-align: top;
}

.h-align-right {
  text-align: center;
}
@media (min-width: 50em) {
  .h-align-right {
    text-align: right;
  }
}

.h-position-relative {
  position: relative;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

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

.c-text a.h-no-underline {
  text-decoration: none;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/
img.l-image-mobile {
  display: block;
}
@media (min-width: 50em) {
  img.l-image-mobile {
    display: none;
  }
}

img.l-image-desk {
  display: none;
}
@media (min-width: 50em) {
  img.l-image-desk {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
}

/**
 * High-level, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1.125em; /* [1] */
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
  color: #1D3765;
  font-family: "CircularBook", sans-serif;
  font-weight: normal;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
@media (min-width: 50em) {
  html {
    font-size: 1.125em; /* [1] */
  }
}

.l-row-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}
.l-row-wrap.c-title-row {
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border-bottom: solid 1px #EFEFEF;
}
@media (min-width: 50em) {
  .l-row-wrap.c-title-row {
    width: 100%;
    margin: 0 0 40px;
  }
}
.l-row-wrap.c-title-row .l-row-restricted {
  padding: 0;
}
@media (min-width: 50em) {
  .l-row-wrap.c-title-row .l-row-restricted {
    padding: 0 40px;
  }
}
@media (min-width: 88.7em) {
  .l-row-wrap.c-title-row .l-row-restricted {
    padding: 0;
  }
}
@media (min-width: 50em) {
  .l-row-wrap.c-title-row-listing {
    margin-bottom: 15px;
  }
}
.l-row-wrap.c-title-bkgd {
  margin-bottom: 50px;
}

.l-row-restricted {
  padding: 0 40px;
}
@media (min-width: 88.7em) {
  .l-row-restricted {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
  }
}

.c-row-blue {
  background-color: #1D3765;
}

.display-flex {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}

.c-contact-list a,
.c-contact-list a:visited,
footer a,
footer a:visited {
  color: #1D3765;
  text-decoration: none;
  transition: all 0.1s linear;
}
.c-contact-list a:hover, .c-contact-list a:active,
.c-contact-list a:visited:hover,
.c-contact-list a:visited:active,
footer a:hover,
footer a:active,
footer a:visited:hover,
footer a:visited:active {
  color: #7798B5;
  text-decoration: none;
}

.c-pager {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
}
.c-pager a {
  text-decoration: none;
  color: #1D3765;
  display: inline-block;
  margin-bottom: 10px;
}
.c-pager a:hover {
  background-color: #DEE3EB;
}
.c-pager .c-pager-text {
  background-color: #7798B5;
  color: white;
  padding: 10px 20px;
}
@media (min-width: 50em) {
  .c-pager .c-pager-text {
    padding: 8px 15px;
  }
}
.c-pager .c-pager-text:hover {
  color: #1D3765;
}
.c-pager .c-pager-number {
  padding: 10px 20px;
}
@media (min-width: 50em) {
  .c-pager .c-pager-number {
    padding: 8px 15px;
  }
}
.c-pager .c-pager-number.current {
  background-color: #1D3765;
  color: white;
}

p.maptext {
  color: #1D3765;
  font-family: "CircularBold", sans-serif;
  font-weight: normal;
}
p.maptext.title {
  font-size: 1.1111111111rem;
}
p.maptext a {
  text-decoration: none;
  color: #1D3765;
  font-weight: normal;
}

.c-standfirst {
  text-align: left;
  padding: 72px 0;
}
@media (min-width: 50em) {
  .c-standfirst {
    text-align: center;
    padding: 48px 0;
  }
}

.center {
  text-align: center;
}

body.about .c-ontop {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
}
body.about .c-header {
  margin-bottom: 20px;
}
body.about .c-h1-text-para {
  border-top: solid 1px white;
  padding-top: 40px;
}
body.about .c-about-bullets {
  color: white;
}
body.about .c-about-bullets h3 {
  color: white;
}
body.about .c-about-bullets ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media (min-width: 50em) {
  body.about .c-about-bullets ul {
    width: 49%;
  }
}
body.about .c-about-bullets {
  padding: 60px 0;
  margin-top: -6px;
}
body.about .c-about-bullets ul li {
  list-style-type: none;
  background: transparent url("../images/icons/bullet-line.png") no-repeat 0 13px;
  padding: 0 0 40px 90px;
}
@media (min-width: 50em) {
  body.about .c-about-bullets ul li {
    padding: 0 40px 40px 90px;
  }
}
body.about .c-about-zigzag {
  padding: 60px 0;
}
@media (min-width: 50em) {
  body.about .c-about-zigzag {
    padding: 60px 0 130px 0;
    background: transparent url("../images/aboutPageZig.svg") no-repeat 50% -10px;
    background-size: contain;
  }
}

.c-btn {
  font-family: "CircularMedium", sans-serif;
  font-weight: normal;
  font-size: 1.2222222222rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 15px 26px;
  width: auto;
  margin: 16px 0 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 50em) {
  .c-btn {
    font-size: 1.3333333333rem;
    margin: 20px 0;
    padding: 20px 50px 22px;
  }
}
.c-btn:before, .c-btn:after {
  transition: all 0.5s ease-out;
  z-index: -1;
}

.c-btn-blue {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all 0.3s;
  color: #1D3765;
  border: solid 2px #1D3765;
  background-color: white;
}
.c-btn-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s linear;
}
.c-btn-blue:hover:before, .c-btn-blue:focus:before, .c-btn-blue:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-btn-blue:before {
  background-color: #1D3765;
}
.c-btn-blue:hover, .c-btn-blue:focus, .c-btn-blue:active {
  color: #ffffff;
  border: solid 2px #1D3765;
}

.c-btn-white {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all 0.3s;
  color: #ffffff;
  border: solid 2px #ffffff;
}
.c-btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s linear;
}
.c-btn-white:hover:before, .c-btn-white:focus:before, .c-btn-white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-btn-white:before {
  background-color: #ffffff;
}
.c-btn-white:hover, .c-btn-white:focus, .c-btn-white:active {
  color: #1D3765;
  border: solid 2px #ffffff;
}

.c-back-button {
  position: absolute;
  top: 70px;
  z-index: 30;
  left: 0;
  color: white;
  text-decoration: none;
  font-size: 0.8888888889rem;
  width: 100%;
  padding: 15px 40px;
}
.c-back-button:before {
  content: "<";
  padding-right: 6px;
}
@media (min-width: 50em) {
  .c-back-button {
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 500;
    display: inline-block;
    transform: rotate(270deg);
    transform-origin: top left;
    text-align: center;
    background-color: #1D3765;
    color: white;
    padding: 7px 30px 10px;
    transition: all 0.3s ease-in-out;
    font-size: 0.8333333333rem;
    width: auto;
  }
  .c-back-button:hover {
    background-color: #7798B5;
  }
  .c-back-button:before {
    content: "";
    padding-right: 0;
  }
}
@media (min-width: 88.7em) {
  .c-back-button {
    padding: 10px 30px 15px;
  }
}

@media (min-width: 50em) {
  body.property .c-back-button {
    top: 724px;
  }
}
@media (min-width: 88.7em) {
  body.property .c-back-button {
    top: 624px;
  }
}

@media (min-width: 50em) {
  body.news .c-back-button {
    top: 735px;
  }
}
@media (min-width: 88.7em) {
  body.news .c-back-button {
    top: 635px;
  }
}

body.team .c-back-button {
  color: #1D3765;
}
@media (min-width: 50em) {
  body.team .c-back-button {
    color: white;
    top: 600px;
  }
}
@media (min-width: 88.7em) {
  body.team .c-back-button {
    top: 500px;
  }
}

.c-btn-jazzy-mob {
  padding: 10px 15px;
  background-color: white;
  animation-name: jazzybutton;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  color: #1D3765;
  display: block;
}
@media (min-width: 50em) {
  .c-btn-jazzy-mob {
    display: none;
  }
}

.c-btn-professionalservices {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all 0.3s;
  border: solid 2px #0BDD84;
  width: 250px;
  padding: 20px 10px 22px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 16px;
}
.c-btn-professionalservices:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s linear;
}
.c-btn-professionalservices:hover:before, .c-btn-professionalservices:focus:before, .c-btn-professionalservices:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 50em) {
  .c-btn-professionalservices {
    width: 280px;
  }
}
.c-btn-professionalservices:before {
  background-color: #0BDD84;
}
.c-btn-professionalservices:hover, .c-btn-professionalservices:focus, .c-btn-professionalservices:active {
  color: #ffffff;
  border: solid 2px #0BDD84;
}

.c-btn-commercial {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all 0.3s;
  border: solid 2px #FF9D00;
  width: 250px;
  padding: 20px 10px 22px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 16px;
}
.c-btn-commercial:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s linear;
}
.c-btn-commercial:hover:before, .c-btn-commercial:focus:before, .c-btn-commercial:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 50em) {
  .c-btn-commercial {
    width: 280px;
  }
}
.c-btn-commercial:before {
  background-color: #FF9D00;
}
.c-btn-commercial:hover, .c-btn-commercial:focus, .c-btn-commercial:active {
  color: #ffffff;
  border: solid 2px #FF9D00;
}

.c-btn-development {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all 0.3s;
  border: solid 2px #816AFF;
  width: 250px;
  padding: 20px 10px 22px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 16px;
}
.c-btn-development:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s linear;
}
.c-btn-development:hover:before, .c-btn-development:focus:before, .c-btn-development:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 50em) {
  .c-btn-development {
    width: 280px;
  }
}
.c-btn-development:before {
  background-color: #816AFF;
}
.c-btn-development:hover, .c-btn-development:focus, .c-btn-development:active {
  color: #ffffff;
  border: solid 2px #816AFF;
}

.c-btn-investment {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: all 0.3s;
  border: solid 2px #34A0FD;
  width: 250px;
  padding: 20px 10px 22px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 16px;
}
.c-btn-investment:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s linear;
}
.c-btn-investment:hover:before, .c-btn-investment:focus:before, .c-btn-investment:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (min-width: 50em) {
  .c-btn-investment {
    width: 280px;
  }
}
.c-btn-investment:before {
  background-color: #34A0FD;
}
.c-btn-investment:hover, .c-btn-investment:focus, .c-btn-investment:active {
  color: #ffffff;
  border: solid 2px #34A0FD;
}

.c-home-hero-buttons {
  margin-bottom: 40px;
}
@media (min-width: 37.5em) {
  .c-home-hero-buttons {
    margin-bottom: 10px;
  }
}
@media (min-width: 50em) {
  .c-home-hero-buttons {
    margin-bottom: 10px;
  }
}
@media (min-width: 64em) {
  .c-home-hero-buttons {
    margin-bottom: 40px;
  }
}
.c-home-hero-buttons a {
  margin: 10px 6px 0 0;
}
@media (min-width: 64em) {
  .c-home-hero-buttons a {
    margin: 20px 6px 0 0;
    font-size: 1rem;
    width: 218px;
  }
}
@media (min-width: 88.7em) {
  .c-home-hero-buttons a {
    margin-right: 16px;
    font-size: 1.3333333333rem;
    width: 280px;
  }
  .c-home-hero-buttons a:nth-child(2) {
    margin-right: 16px;
  }
  .c-home-hero-buttons a:nth-child(4) {
    margin-right: 0;
  }
}

/*------------------------------------*\
  #COLOUR VARIATTIONS
\*------------------------------------*/
.c-theme-default .c-title-bkgd {
  background-color: #DEE3EB;
}
.c-theme-default .c-title-bkgd h1 {
  color: #1D3765;
}
.c-theme-default .c-property-subheader {
  border-top: solid 2px #7798B5;
}
.c-theme-default .c-property-subheader h5 {
  color: #7798B5;
}
.c-theme-default .c-header-50 h2 {
  color: #7798B5;
}

.c-theme-development .c-paragraph-ctaproperty:hover .c-btn-white,
.c-theme-Development .c-paragraph-ctaproperty:hover .c-btn-white {
  background-color: #816AFF;
  border-color: #816AFF;
}
.c-theme-development .c-header-50 h2,
.c-theme-Development .c-header-50 h2 {
  color: #816AFF;
}
.c-theme-development .c-back-button,
.c-theme-Development .c-back-button {
  background-color: #816AFF;
  transition: all 0.3s ease-in-out;
}
.c-theme-development .c-back-button:hover,
.c-theme-Development .c-back-button:hover {
  background-color: #1D3765;
}
.c-theme-development .c-title-bkgd,
.c-theme-Development .c-title-bkgd {
  background-color: #816AFF;
}
.c-theme-development .c-title-bkgd h1,
.c-theme-Development .c-title-bkgd h1 {
  color: #ffffff;
}
.c-theme-development .c-paragraph-ctaproperty h3,
.c-theme-Development .c-paragraph-ctaproperty h3 {
  color: #816AFF;
}
.c-theme-development .c-property-subheader,
.c-theme-Development .c-property-subheader {
  border-top: solid 2px #ffffff;
}
.c-theme-development .c-property-subheader h5,
.c-theme-Development .c-property-subheader h5 {
  color: #ffffff;
}
.c-theme-development .c-btn-2,
.c-theme-Development .c-btn-2 {
  border: solid 1px #816AFF;
  color: #816AFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-theme-development .c-btn-2:before,
.c-theme-Development .c-btn-2:before {
  background-color: #816AFF;
}
.c-theme-development .c-btn-2:hover, .c-theme-development .c-btn-2:focus, .c-theme-development .c-btn-2:active,
.c-theme-Development .c-btn-2:hover,
.c-theme-Development .c-btn-2:focus,
.c-theme-Development .c-btn-2:active {
  color: #ffffff;
  border: solid 1px #816AFF;
}

.c-theme-commercial .c-paragraph-ctaproperty:hover .c-btn-white {
  background-color: #FF9D00;
  border-color: #FF9D00;
}
.c-theme-commercial .c-header-50 h2 {
  color: #FF9D00;
}
.c-theme-commercial .c-back-button {
  background-color: #FF9D00;
  transition: all 0.3s ease-in-out;
}
.c-theme-commercial .c-back-button:hover {
  background-color: #1D3765;
}
.c-theme-commercial .c-title-bkgd {
  background-color: #FF9D00;
}
.c-theme-commercial .c-title-bkgd h1 {
  color: #ffffff;
}
.c-theme-commercial .c-paragraph-ctaproperty h3 {
  color: #FF9D00;
}
.c-theme-commercial .c-property-subheader {
  border-top: solid 2px #ffffff;
}
.c-theme-commercial .c-property-subheader h5 {
  color: #ffffff;
}
.c-theme-commercial .c-btn-2 {
  border: solid 1px #FF9D00;
  color: #FF9D00;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-theme-commercial .c-btn-2:before {
  background-color: #FF9D00;
}
.c-theme-commercial .c-btn-2:hover, .c-theme-commercial .c-btn-2:focus, .c-theme-commercial .c-btn-2:active {
  color: #ffffff;
  border: solid 1px #816AFF;
}

.c-theme-professionalservices .c-paragraph-ctaproperty:hover .c-btn-white {
  background-color: #0BDD84;
  border-color: #0BDD84;
}
.c-theme-professionalservices .c-header-50 h2 {
  color: #0BDD84;
}
.c-theme-professionalservices .c-back-button {
  background-color: #0BDD84;
  transition: all 0.3s ease-in-out;
}
.c-theme-professionalservices .c-back-button:hover {
  background-color: #1D3765;
}
.c-theme-professionalservices .c-title-bkgd {
  background-color: #0BDD84;
}
.c-theme-professionalservices .c-title-bkgd h1 {
  color: #ffffff;
}
.c-theme-professionalservices .c-paragraph-ctaproperty h3 {
  color: #0BDD84;
}
.c-theme-professionalservices .c-property-subheader {
  border-top: solid 2px #ffffff;
}
.c-theme-professionalservices .c-property-subheader h5 {
  color: #ffffff;
}
.c-theme-professionalservices .c-btn-2 {
  border: solid 1px #0BDD84;
  color: #0BDD84;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-theme-professionalservices .c-btn-2:before {
  background-color: #0BDD84;
}
.c-theme-professionalservices .c-btn-2:hover, .c-theme-professionalservices .c-btn-2:focus, .c-theme-professionalservices .c-btn-2:active {
  color: #ffffff;
  border: solid 1px #816AFF;
}

.c-theme-investment .c-paragraph-ctaproperty:hover .c-btn-white,
.c-theme-Investment .c-paragraph-ctaproperty:hover .c-btn-white {
  background-color: #34A0FD;
  border-color: #34A0FD;
}
.c-theme-investment .c-header-50 h2,
.c-theme-Investment .c-header-50 h2 {
  color: #34A0FD;
}
.c-theme-investment .c-back-button,
.c-theme-Investment .c-back-button {
  background-color: #34A0FD;
  transition: all 0.3s ease-in-out;
}
.c-theme-investment .c-back-button:hover,
.c-theme-Investment .c-back-button:hover {
  background-color: #1D3765;
}
.c-theme-investment .c-title-bkgd,
.c-theme-Investment .c-title-bkgd {
  background-color: #34A0FD;
}
.c-theme-investment .c-title-bkgd h1,
.c-theme-Investment .c-title-bkgd h1 {
  color: #ffffff;
}
.c-theme-investment .c-paragraph-ctaproperty h3,
.c-theme-Investment .c-paragraph-ctaproperty h3 {
  color: #34A0FD;
}
.c-theme-investment .c-property-subheader,
.c-theme-Investment .c-property-subheader {
  border-top: solid 2px #ffffff;
}
.c-theme-investment .c-property-subheader h5,
.c-theme-Investment .c-property-subheader h5 {
  color: #ffffff;
}
.c-theme-investment .c-btn-2,
.c-theme-Investment .c-btn-2 {
  border: solid 1px #34A0FD;
  color: #34A0FD;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-theme-investment .c-btn-2:before,
.c-theme-Investment .c-btn-2:before {
  background-color: #34A0FD;
}
.c-theme-investment .c-btn-2:hover, .c-theme-investment .c-btn-2:focus, .c-theme-investment .c-btn-2:active,
.c-theme-Investment .c-btn-2:hover,
.c-theme-Investment .c-btn-2:focus,
.c-theme-Investment .c-btn-2:active {
  color: #ffffff;
  border: solid 1px #816AFF;
}

/*------------------------------------*\
  #CONTACT PAGE
\*------------------------------------*/
body.contact #map {
  width: 100%;
  height: 547px;
}

.gm-style-mtc {
  display: none;
}

footer {
  float: left;
  width: 100%;
  margin-top: 96px;
  line-height: 25px;
  font-size: 1rem;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style-type: none;
}

.c-foot-flex-wrapper {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  flex-wrap: wrap;
  vertical-align: top;
}

.c-footer-col {
  flex: 0 0 100%;
  margin-bottom: 1em;
  list-style-type: none;
  position: relative;
}
@media (min-width: 50em) {
  .c-footer-col {
    margin: 0;
    flex: 0 0 33%;
  }
}
.c-footer-col.c-address img {
  margin-bottom: 25px;
}
.c-footer-col.c-address .c-social {
  margin: 30px 0 20px;
}
.c-footer-col.c-downloads, .c-footer-col.c-quicklinks {
  display: none;
}
@media (min-width: 50em) {
  .c-footer-col.c-downloads, .c-footer-col.c-quicklinks {
    display: inline-block;
  }
}
.c-footer-col.c-quicklinks ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 50em) {
  .c-footer-col.c-quicklinks ul {
    width: 49%;
  }
}

.c-footer-copyright {
  font-size: 0.6666666667rem;
  padding: 15px 0 10px;
}
@media (min-width: 50em) {
  .c-footer-copyright {
    border-top: solid 1px #EFEFEF;
  }
}
.c-footer-copyright .left {
  float: left;
}
.c-footer-copyright .right {
  float: left;
  margin: 0;
  clear: both;
}
@media (min-width: 50em) {
  .c-footer-copyright .right {
    clear: none;
    float: right;
  }
}
.c-footer-copyright .right li {
  display: inline-block;
  padding-right: 10px;
}
.c-footer-copyright .right li .c-space {
  margin-left: 5px;
}

.l-header.c-header-white .c-signin {
  color: #1D3765;
}
.l-header.c-header-white .c-signin:hover {
  cursor: pointer;
  color: #7798B5;
}

.c-login--close {
  width: 19px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

.c-login-form {
  display: none;
}
@media (min-width: 50em) {
  .c-login-form {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
    position: absolute;
    background-color: #1D3765;
    padding: 30px;
    left: 50%;
    transform: translate(-50%, -550px);
    width: 400px;
  }
}
.c-login-form.visible {
  transform: translate(-50%, 20%);
}

.c-signin {
  color: white;
}
.c-signin:hover {
  cursor: pointer;
  color: #1D3765;
}

.c-login-form h3 {
  text-align: center;
}
.c-login-form label {
  color: white;
}

.c-register-form label {
  font-size: 0.8888888889rem;
}
.c-register-form .form-item {
  margin-bottom: 10px;
}
.c-register-form .times2 {
  margin-top: 30px;
}
.c-register-form .title {
  width: 100%;
  float: left;
}
.c-register-form .col-1 {
  width: 50%;
  float: left;
}
.c-register-form .col-2 {
  width: 50%;
  float: right;
}

.c-restrict-form {
  width: 100%;
  display: block;
}
@media (min-width: 50em) {
  .c-restrict-form {
    width: 60%;
  }
}

.c-success-banner {
  position: absolute;
  background-color: green;
  display: none;
  color: white;
  text-align: center;
  padding-top: 15px;
}

p.c-form-helper {
  font-size: 0.8888888889rem;
  margin-bottom: 6px;
}
@media (min-width: 50em) {
  p.c-form-helper {
    font-size: 0.7777777778rem;
  }
}

.c-form-highlight {
  padding: 10px;
  background-color: #DEE3EB;
}

.l-header {
  height: 70px;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 350;
}
.l-header + .content {
  padding-top: 70px;
}
@media (min-width: 88.7em) {
  .l-header {
    padding: 0 60px;
  }
}
.l-header.c-header-white {
  background-color: #ffffff;
  border-bottom: solid 1px #EFEFEF;
}
.l-header.c-header-white .c-header-links a {
  color: #1D3765;
  transition: color 0.2s ease-in-out;
}
.l-header.c-header-white .c-header-links a:hover {
  color: #7798B5;
}

.c-branding {
  position: absolute;
  top: 20px;
}

.c-header--nav {
  position: absolute;
  right: 0;
  height: 70px;
}
.c-header--nav .c-header-links {
  display: none;
}
@media (min-width: 50em) {
  .c-header--nav .c-header-links {
    font-size: 0.7777777778rem;
    display: inline-block;
    position: relative;
    top: 50%;
    right: 70px;
    transform: translate(0%, -50%);
  }
}
.c-header--nav .c-header-links a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.c-header--nav .c-header-links a:hover {
  text-decoration: none;
  color: #1D3765;
  cursor: pointer;
}
.c-header--nav .c-header-links h5 {
  display: inline-block;
}
.c-header--nav .c-header-links ul li {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.c-header--nav .c-header-links .c-link-item {
  padding: 5px;
}
.c-header--nav .c-header-links .c-btn-jazzy {
  margin-right: 15px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.1);
  animation-name: jazzybutton;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  color: white;
}
.c-header--nav .c-header-links .c-btn-jazzy:hover {
  background-color: white;
  cursor: pointer;
}
.c-header--nav .c-header-links .c-btn-jazzy:hover a {
  color: #1D3765;
}
.c-header--nav .c-icon--burger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 25px;
  margin-left: 40px;
}
@media (min-width: 50em) {
  .c-header--nav .c-icon--burger {
    top: 15px;
  }
}
.c-header--nav .c-icons--mobile {
  display: block;
  position: absolute;
  top: 5px;
  right: 50px;
}
@media (min-width: 50em) {
  .c-header--nav .c-icons--mobile {
    display: none;
  }
}
.c-header--nav .c-icons--mobile ul {
  width: 130px;
  text-align: right;
}
.c-header--nav .c-icons--mobile ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
}

@keyframes jazzybutton {
  0% {
    border: solid 2px #0BDD84;
  }
  30% {
    border: solid 2px #FF9D00;
  }
  60% {
    border: solid 2px #816AFF;
  }
  90% {
    border: solid 2px #34A0FD;
  }
  100% {
    border: solid 2px #0BDD84;
  }
}
.c-header-transparent {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.c-header-transparent .c-logo-white {
  display: block;
}
.c-header-transparent .c-logo-black {
  display: none;
}
.c-header-transparent.scrolling {
  background-color: #ffffff;
  border-bottom: solid 1px #EFEFEF;
}
.c-header-transparent.scrolling .c-logo-white {
  display: none;
}
.c-header-transparent.scrolling .c-logo-black {
  display: block;
}
.c-header-transparent.scrolling .c-header-links a {
  color: #1D3765;
}
.c-header-transparent.scrolling .c-header-links a:hover {
  color: #7798B5;
}
.c-header-transparent.scrolling .c-link-item {
  color: #1D3765;
}

.page-front .l-header + .content {
  padding-top: 0;
}

.c-header-logo {
  width: 37px;
  height: 30px;
}

.c-burger {
  width: 27px;
  height: 20px;
}

.c-header-mobile {
  width: 18px;
  height: 26px;
}

.c-header-account {
  width: 10px;
  height: 26px;
}

.burgermenu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 200;
}
@media (min-width: 50em) {
  .burgermenu {
    top: 20px;
  }
}
.burgermenu:hover .bar2 {
  width: 26px;
  margin-left: 0;
}
.burgermenu .bar1,
.burgermenu .bar2,
.burgermenu .bar3 {
  width: 26px;
  height: 2px;
  background-color: white;
  margin: 7px 0px;
  transition: 0.4s;
}
.burgermenu .bar2 {
  width: 20px;
  transition: all 0.3s ease;
  margin-left: 6px;
}

.l-header.scrolling .burgermenu .bar1,
.l-header.scrolling .burgermenu .bar2,
.l-header.scrolling .burgermenu .bar3 {
  background-color: #1D3765;
}
.l-header.scrolling .burgermenu.change .bar1,
.l-header.scrolling .burgermenu.change .bar3 {
  background-color: white;
}
.l-header.c-header-white .burgermenu .bar1,
.l-header.c-header-white .burgermenu .bar2,
.l-header.c-header-white .burgermenu .bar3 {
  background-color: #1D3765;
}
.l-header .nav-space {
  width: 40px;
  height: 70px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 50em) {
  .l-header .nav-space {
    width: 80px;
  }
}

/*------------------------------------*\
  #HOMEPAGE
\*------------------------------------*/
.page-front .content .c-social {
  margin: 30px 0;
}
@media (min-width: 50em) {
  .page-front .content .c-social {
    margin: 0 0 0 50px;
  }
}

.c-home--hero {
  line-height: 0;
  background-color: #1D3765;
  overflow: hidden;
}
.c-home--hero .c-ontop {
  line-height: initial;
}
@media (min-width: 50em) {
  .c-home--hero .c-home-heropic {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
  }
}
.c-home--hero:before {
  background-color: rgba(6, 13, 28, 0.5);
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

.c-home--hero .c-ontop,
.c-home--propertylist .c-ontop,
.c-home--about .c-ontop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  z-index: 50;
}

.c-home--propertylist {
  line-height: 0;
}
.c-home--propertylist .c-ontop {
  width: 80%;
  line-height: initial;
}

.c-home--trackrecord .c-ontop {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
}
.c-home--trackrecord h2 {
  text-align: center;
}
@media (min-width: 50em) {
  .c-home--trackrecord h2 {
    text-align: left;
  }
}

.css-triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #1D3765;
  border-right: 100vw solid transparent;
}

.c-home-logo {
  display: none;
}
@media (min-width: 37.5em) {
  .c-home-logo {
    display: block;
    margin: 0 auto;
    max-width: 160px;
  }
}
@media (min-width: 50em) {
  .c-home-logo {
    margin: 0 auto 30px;
  }
}
@media (min-width: 64em) {
  .c-home-logo {
    max-width: 249px;
  }
}

.c-home-connect {
  padding: 60px 0;
}
.c-home-connect h3 {
  text-align: center;
}
@media (min-width: 50em) {
  .c-home-connect h3 {
    text-align: left;
  }
}
.c-home-connect .c-social {
  text-align: center;
}
@media (min-width: 50em) {
  .c-home-connect .c-social {
    text-align: left;
  }
}

.c-hero-down-animate {
  height: 33px;
  transition: transform 0.3s ease-in-out;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 40px;
  left: 50%;
}
@media (min-width: 37.5em) {
  .c-hero-down-animate {
    bottom: 0;
  }
}
@media (min-width: 64em) {
  .c-hero-down-animate {
    bottom: 40px;
  }
}
.c-hero-down-animate .c-hero-down {
  width: 22px;
  height: 11px;
}

.c-home--trackrecord h3 {
  text-align: center;
}
@media (min-width: 50em) {
  .c-home--trackrecord h3 {
    text-align: left;
  }
}

.c-home-testimonial {
  padding: 60px 0;
}
.c-home-testimonial h3 {
  text-align: center;
}
@media (min-width: 50em) {
  .c-home-testimonial h3 {
    text-align: left;
  }
}

.c-home--map {
  line-height: 0;
  background-color: #1D3765;
}
.c-home--map .c-home-mapvid {
  width: 100vw;
  object-fit: cover;
}
@media (min-width: 50em) {
  .c-home--map .c-home-mapvid {
    height: 100vh;
  }
}

.c-home--team {
  padding: 0 0 60px 0;
}
.c-home--team .c-home-mapvid {
  width: 100vw;
  object-fit: cover;
}
@media (min-width: 50em) {
  .c-home--team .c-home-mapvid {
    height: 100vh;
  }
}

.c-home-meetteam,
.c-home-registerwithus {
  padding: 60px 0;
}
@media (min-width: 50em) {
  .c-home-meetteam,
  .c-home-registerwithus {
    padding: 150px 0;
  }
}
.c-home-meetteam h3,
.c-home-registerwithus h3 {
  text-align: center;
}
@media (min-width: 50em) {
  .c-home-meetteam h3,
  .c-home-registerwithus h3 {
    text-align: left;
  }
}

.signin {
  background-color: white;
  transition: all 0.3s ease-in 1s;
  padding: 0 20px 10px 20px;
  opacity: 1;
}
.signin .inline {
  margin-bottom: 15px;
}
.signin .inline .login-button {
  border: solid 1px #1D3765;
  color: #1D3765;
  background-color: white;
  font-size: 0.7777777778rem;
}
.signin .inline input[type=password],
.signin .inline input[type=email] {
  margin-top: 3px;
}

.c-register-form-footer .form-item {
  display: inline-block;
  width: 25%;
  text-align: left;
}
.c-register-form-footer .form-item label {
  color: #ffffff;
}
.c-register-form-footer .submit {
  display: inline-block;
}

.c-login-links a {
  color: white;
  font-size: 0.7777777778rem;
  display: block;
  padding-bottom: 10px;
}
.c-login-links a:hover {
  color: #7798B5;
}

.c-checkboxlist {
  padding-left: 0;
}
.c-checkboxlist li {
  list-style-type: none;
}

body.user .content .c-login-links a {
  color: #1D3765;
}

.c-nav--menu {
  transition: transform 0.4s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  padding: 25px 40px;
  background-color: #1D3765;
  text-align: left;
  color: #ffffff;
  height: 100%;
  overflow: auto;
}
@media (min-width: 37.5em) {
  .c-nav--menu {
    max-width: 310px;
  }
}
@media (max-width: 50em) and (orientation: landscape) {
  .c-nav--menu {
    max-width: initial;
  }
}
.c-nav--menu ul {
  padding-left: 0;
}
.c-nav--menu li {
  font-family: "CircularBook", sans-serif;
  font-weight: normal;
  list-style-type: none;
}
.c-nav--menu li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease-in-out;
}
.c-nav--menu li a:hover {
  color: #7798B5;
  text-decoration: none;
}
.c-nav--menu li:hover {
  cursor: pointer;
  color: #7798B5;
}
.c-nav--menu.nav_visible {
  transform: translateX(0%);
}
.c-nav--menu .down .c-updown-arrow,
.c-nav--menu .up .c-updown-arrow {
  width: 18px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin-left: 80px;
}
.c-nav--menu .down .c-updown-arrow span,
.c-nav--menu .up .c-updown-arrow span {
  top: 7px;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
}
.c-nav--menu .down .c-updown-arrow span:first-of-type,
.c-nav--menu .up .c-updown-arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.c-nav--menu .down .c-updown-arrow span:last-of-type,
.c-nav--menu .up .c-updown-arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.c-nav--menu .up .c-updown-arrow span:first-of-type {
  transform: rotate(-45deg);
}
.c-nav--menu .up .c-updown-arrow span:last-of-type {
  transform: rotate(45deg);
}
.c-nav--menu .c-menu-logo-white {
  display: block;
  position: absolute;
  left: 40px;
}
@media (min-width: 50em) {
  .c-nav--menu .c-menu-logo-white {
    display: none;
  }
}
.c-nav--menu .subMenu {
  display: none;
  padding-top: 20px;
  padding-left: 20px;
}
.c-nav--menu .subMenu:hover {
  cursor: pointer;
}
.c-nav--menu .subMenu.subMenu_visible {
  display: block;
}
.c-nav--menu .subMenu li:last-child {
  padding-bottom: 0;
}
@media (min-width: 50em) {
  .c-nav--menu .subMenu li:last-child {
    padding-bottom: 0;
  }
}
.c-nav--menu .c-nav--close {
  width: 19px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 40px;
}
.c-nav--menu .c-nav--logo {
  text-align: left;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 25px;
}
@media (min-width: 37.5em) {
  .c-nav--menu .c-nav--logo {
    display: none;
  }
}
.c-nav--menu .c-nav-content {
  width: 230px;
  left: 0;
  position: relative;
  top: 40px;
  overflow-y: hidden;
}
@media (min-width: 37.5em) {
  .c-nav--menu .c-nav-content {
    position: absolute;
    left: 40px;
    width: 210px;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 50em) and (orientation: landscape) {
  .c-nav--menu .c-nav-content {
    position: relative;
    top: 40px;
    left: 0;
    transform: translate(0%, 0%);
  }
}
.c-nav--menu .c-nav-content li {
  font-size: 1.1111111111rem;
  padding-bottom: 12px;
}
@media (min-width: 50em) {
  .c-nav--menu .c-nav-content li {
    padding-bottom: 20px;
  }
}
.c-nav--menu .c-nav-contact {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 70px;
}
@media (min-width: 37.5em) {
  .c-nav--menu .c-nav-contact {
    position: absolute;
    left: 40px;
    bottom: 40px;
    margin-top: 0;
  }
}
@media (max-width: 50em) and (orientation: landscape) {
  .c-nav--menu .c-nav-contact {
    left: initial;
    right: 40px;
    bottom: 0;
  }
}
.c-nav--menu .c-nav-contact li {
  font-size: 0.7777777778rem;
  padding-bottom: 10px;
}
@media (min-width: 50em) {
  .c-nav--menu .c-nav-contact li:last-child a {
    cursor: default;
  }
  .c-nav--menu .c-nav-contact li:last-child a:hover {
    color: #ffffff;
  }
}

/*------------------------------------*\
  #NEWS ITEM
\*------------------------------------*/
.c-news-subheader {
  padding-top: 20px;
}

.c-news-text-image {
  width: 100%;
}
.c-news-text-image .text {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
@media (min-width: 50em) {
  .c-news-text-image .text {
    width: 66.66%;
  }
}
.c-news-text-image .text li {
  padding-bottom: 24px;
}
.c-news-text-image .c-image {
  max-height: 594px;
  overflow: hidden;
}
.c-news-text-image .img {
  width: 100%;
  margin-bottom: 60px;
}
.c-news-text-image .img .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.c-news-text-image .img .item .wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-news-text-image .img .item img {
  width: 100%;
}
@media (min-width: 50em) {
  .c-news-text-image .img .item-main {
    width: 66%;
  }
}
@media (min-width: 50em) {
  .c-news-text-image .img .item-alt {
    width: 32.8%;
  }
}

/*------------------------------------*\
  #NEWS LISTING
\*------------------------------------*/
ul.c-news-list {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding-left: 0;
}
ul.c-news-list li {
  flex: 0 0 100%;
  margin-bottom: 1em;
  transition: all 0.3s ease-in-out;
  list-style-type: none;
  position: relative;
}
@media (min-width: 50em) {
  ul.c-news-list li {
    flex: 0 0 48.2%;
    margin: 0 3% 3% 0;
  }
  ul.c-news-list li:nth-child(2n) {
    margin-right: 0;
  }
}
ul.c-news-list li .img {
  border-bottom: solid 10px #1D3765;
  transition: all 0.3s ease-in-out;
  line-height: 0;
  position: relative;
}
ul.c-news-list li .cover {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 0 white;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: rgba(29, 55, 101, 0.5);
}
ul.c-news-list li img {
  transition: all 0.3s ease-in-out;
}
ul.c-news-list li:hover .img {
  border-bottom: solid 0 white;
}
ul.c-news-list li:hover .cover {
  border: solid 30px white;
  background-color: rgba(29, 55, 101, 0.8);
}
ul.c-news-list li:hover img {
  width: 95%;
  padding: 5% 0 0 5%;
}
ul.c-news-list .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 60;
}
ul.c-news-list .info .c-tag {
  background-color: white;
  text-transform: uppercase;
  display: inline-block;
  color: #1D3765;
  font-family: "CircularBold", sans-serif;
  font-weight: normal;
  font-size: 0.7777777778rem;
  letter-spacing: 1px;
  padding: 10px 20px;
}
ul.c-news-list .c-date {
  font-family: "CircularBold", sans-serif;
  font-weight: normal;
  font-size: 0.8888888889rem;
}

.c-header {
  display: inline-block;
  width: 100%;
  padding: 70px 0 10px;
}
@media (min-width: 50em) {
  .c-header {
    width: 75%;
  }
}

.c-header-50 {
  width: 100%;
  display: inline-block;
}
.c-header-50 .content {
  float: right;
  width: 100%;
  padding: 0 0 20px;
}
@media (min-width: 50em) {
  .c-header-50 .content {
    width: 50%;
    padding: 0 0 30px 1.5%;
  }
}

.c-header-60 {
  width: 100%;
  display: inline-block;
}
.c-header-60 .content {
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
@media (min-width: 50em) {
  .c-header-60 .content {
    width: 66%;
  }
}
.c-header-60 h1 {
  color: #7798B5;
}

.c-h1-text-para {
  width: 100%;
  display: inline-block;
}
.c-h1-text-para .c-h1 {
  width: 100%;
  float: left;
  padding-right: 20px;
}
@media (min-width: 50em) {
  .c-h1-text-para .c-h1 {
    width: 50%;
  }
}
.c-h1-text-para .c-text {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
@media (min-width: 50em) {
  .c-h1-text-para .c-text {
    width: 50%;
    padding-bottom: 70px;
    padding-left: 1.5%;
  }
}

.c-50-right,
.c-50-left {
  width: 100%;
  display: inline-block;
}

.c-50-right {
  padding: 20px;
  background-color: #DEE3EB;
}
.c-50-right fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
@media (min-width: 50em) {
  .c-50-right fieldset {
    width: 32%;
    margin-right: 1%;
  }
}
.c-50-right fieldset.full-width {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
@media (min-width: 50em) {
  .c-50-right fieldset.full-width {
    width: 100%;
  }
}

.c-standfirst {
  width: 100%;
  display: inline-block;
}

.c-filters {
  width: 100%;
  display: inline-block;
}

.c-listing {
  width: 100%;
  display: inline-block;
}

.c-paragraph--body {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
}
@media (min-width: 50em) {
  .c-paragraph--body {
    width: 66%;
    margin-left: 9%;
    margin-bottom: 70px;
  }
}

.c-paragraph--image {
  float: left;
  width: 100%;
}

.c-text-image {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media (min-width: 50em) {
  .c-text-image {
    justify-content: space-between;
  }
}
.c-text-image .text {
  width: 100%;
  order: 2;
  display: inline-block;
}
@media (min-width: 50em) {
  .c-text-image .text {
    width: 46%;
    order: 1;
    padding-left: 20px;
  }
}
.c-text-image .text ul {
  padding-left: 0;
}
@media (min-width: 50em) {
  .c-text-image .text ul {
    padding-left: inherit;
  }
}
.c-text-image .text li {
  padding-bottom: 24px;
}
.c-text-image .text li ul {
  padding-top: 24px;
  padding-left: 24px;
}
.c-text-image .img {
  width: 100%;
  order: 1;
  display: inline-block;
}
@media (min-width: 50em) {
  .c-text-image .img {
    width: 50%;
    order: 2;
  }
}
.c-text-image .img img {
  min-width: 100%;
  min-height: auto;
  overflow: hidden;
}
@media (min-width: 50em) {
  .c-text-image .img img {
    min-width: 536px;
  }
}

.c-paragraph--links {
  width: 100%;
  display: inline-block;
}

.c-para-cta {
  margin-top: 100px;
}

.c-paragraph--cta {
  padding: 60px 35px;
  color: white;
}
@media (min-width: 50em) {
  .c-paragraph--cta {
    width: 100%;
    padding: 60px 12% 40px;
  }
}
.c-paragraph--cta.center {
  text-align: center;
}

.c-50-left a,
.c-paragraph--body a,
.c-text a,
.text a {
  text-decoration: underline;
  color: #1D3765;
}
.c-50-left a:hover,
.c-paragraph--body a:hover,
.c-text a:hover,
.text a:hover {
  text-decoration: underline;
  color: #7798B5;
}

a.reset-call {
  text-decoration: none;
  color: #1D3765;
}
@media (min-width: 50em) {
  a.reset-call {
    text-decoration: none;
    color: #1D3765;
  }
  a.reset-call:hover {
    text-decoration: none;
    color: #1D3765;
    cursor: default;
  }
}

.c-paragraph-ctaproperty {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 50em) {
  .c-paragraph-ctaproperty {
    height: 383px;
  }
}
@media (min-width: 64em) {
  .c-paragraph-ctaproperty {
    height: 267px;
  }
}
@media (min-width: 88.7em) {
  .c-paragraph-ctaproperty {
    height: 385px;
  }
}
.c-paragraph-ctaproperty h3 {
  transition: all 0.6s ease-in-out;
}
.c-paragraph-ctaproperty .info {
  width: 100%;
  float: left;
  transition: all 0.6s ease-in-out;
  position: relative;
  z-index: 55;
}
@media (min-width: 64em) {
  .c-paragraph-ctaproperty .info {
    top: 50%;
    transform: translate(0%, -50%);
    padding: 0 50px;
    width: 50%;
  }
}
.c-paragraph-ctaproperty .img {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.6s ease-in-out;
  max-height: 385px;
  overflow: hidden;
  z-index: 44;
}
@media (min-width: 64em) {
  .c-paragraph-ctaproperty .img {
    position: absolute;
    width: 50%;
    max-height: 267px;
  }
}
@media (min-width: 88.7em) {
  .c-paragraph-ctaproperty .img {
    position: absolute;
    width: 50%;
    max-height: 385px;
  }
}
.c-paragraph-ctaproperty .c-btn {
  position: absolute;
  z-index: 55;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
}
@media (min-width: 64em) {
  .c-paragraph-ctaproperty .c-btn {
    top: 50%;
    right: 70px;
    bottom: initial;
    left: initial;
    transform: translate(0, -50%);
    width: auto;
  }
}
@media (min-width: 88.7em) {
  .c-paragraph-ctaproperty .c-btn {
    right: 140px;
  }
}
@media (min-width: 64em) {
  .c-paragraph-ctaproperty:hover h3 {
    color: #ffffff;
  }
}
@media (min-width: 64em) {
  .c-paragraph-ctaproperty:hover .info {
    padding: 0 100px;
    width: 55%;
  }
}
@media (min-width: 64em) {
  .c-paragraph-ctaproperty:hover .img {
    width: 100%;
  }
}

.c-paragraph-ctaabout {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 50em) {
  .c-paragraph-ctaabout {
    height: 412px;
  }
}
.c-paragraph-ctaabout .info {
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 50em) {
  .c-paragraph-ctaabout .info {
    padding: 0 50px;
    width: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 55;
  }
}
.c-paragraph-ctaabout .img {
  width: 100%;
  float: left;
  z-index: 44;
  position: relative;
}
@media (min-width: 50em) {
  .c-paragraph-ctaabout .img {
    width: 50%;
    max-height: 412px;
    overflow: hidden;
  }
}
.c-paragraph-ctaabout .c-btn {
  position: absolute;
  top: 40%;
  left: 39%;
  transform: translate(-33%, -40%);
  z-index: 55;
  width: auto;
}
@media (min-width: 50em) {
  .c-paragraph-ctaabout .c-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}
.c-paragraph-ctaabout:nth-child(2n) .info {
  float: right;
}

/*------------------------------------*\
  #PROPERTY ITEM
\*------------------------------------*/
ul.c-contact-list {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding-left: 0;
}
ul.c-contact-list li {
  flex: 0 0 100%;
  margin-bottom: 1em;
  transition: all 0.6s ease-in-out;
  list-style-type: none;
  position: relative;
}
@media (min-width: 50em) {
  ul.c-contact-list li {
    flex: 0 0 48%;
  }
  ul.c-contact-list li:nth-child(even) {
    margin-right: 0;
  }
  ul.c-contact-list li:nth-child(odd) {
    margin-right: 3%;
  }
}
@media (min-width: 64em) {
  ul.c-contact-list li {
    flex: 0 0 31%;
  }
  ul.c-contact-list li:nth-child(2n) {
    margin-right: 3%;
  }
  ul.c-contact-list li:nth-child(3n) {
    margin-right: 0;
  }
}
ul.c-contact-list .info {
  position: relative;
  margin-top: 10px;
  padding-right: 70px;
}
@media (min-width: 50em) {
  ul.c-contact-list .info {
    padding-right: 0;
  }
}
ul.c-contact-list .c-position {
  font-family: "CircularBold", sans-serif;
  font-weight: normal;
  font-size: 0.8888888889rem;
  color: #34A0FD;
}

.c-email-icon {
  background-image: url("../images/icons/e-Mail_Team_Grey.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 30px 20px;
  content: "";
  width: 30px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-email-icon:hover {
  background-image: url("../images/icons/e-Mail_Team_Blue.svg");
}

.c-linked-icon {
  transition: background-image 0.2s linear;
  background-image: url("../images/icons/LinkedIn_Team_Grey.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 21px 21px;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 45px;
}
.c-linked-icon:hover {
  background-image: url("../images/icons/LinkedIn_Team_Blue.svg");
}

.c-person-content {
  vertical-align: top;
}
.c-person-content .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
@media (min-width: 50em) {
  .c-person-content .img {
    width: 33%;
  }
}
.c-person-content .img ul {
  padding-left: 0;
  color: #1D3765;
  position: relative;
}
.c-person-content .img .contactinfo {
  position: relative;
  margin-top: 10px;
}
.c-person-content .info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 50em) {
  .c-person-content .info {
    width: 63%;
    margin-right: 3%;
  }
}
.c-person-content .c-position {
  margin-bottom: 20px;
}
.c-person-content a {
  color: #1D3765;
  text-decoration: none;
}

body.professionalservices .c-back-button {
  background-color: #0BDD84;
}
body.professionalservices .c-back-button:hover {
  background-color: #07A05F;
}
body.professionalservices .c-header-padtop {
  padding-top: 160px;
}

/* Tabs component Needs */
.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: #1D3765;
}

.pc-tab {
  margin-top: 50px;
}
.pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab ul li label {
  float: left;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #EFEFEF;
  border-bottom: 0;
  background: #DEE3EB;
}
@media (min-width: 50em) {
  .pc-tab ul li label {
    width: auto;
  }
}
.pc-tab ul li label:hover {
  background: #7798B5;
}
.pc-tab ul li label:active {
  background: #7798B5;
  color: #1D3765;
}
@media (min-width: 50em) {
  .pc-tab ul li:not(:last-child) label {
    border-right-width: 0;
  }
}
.pc-tab section {
  clear: both;
}
.pc-tab section div {
  padding: 20px;
  width: 100%;
  border-top: 1px solid #EFEFEF;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: white;
  position: relative;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}

/*------------------------------------*\
  #PROPERTY ITEM
\*------------------------------------*/
.c-property-subheader {
  padding: 20px 0 30px 0;
  position: relative;
}
@media (min-width: 50em) {
  .c-property-subheader {
    padding: 20px 170px 0 0;
    min-height: 52px;
  }
}
.c-property-subheader .c-tag {
  position: relative;
  top: 0;
  right: 0;
}
@media (min-width: 50em) {
  .c-property-subheader .c-tag {
    position: absolute;
    top: 20px;
  }
}

#map {
  width: 100%;
  height: 400px;
}
#map:empty {
  height: 0;
}

#addtoShort {
  display: block;
}
#addtoShort.show {
  display: none;
}

#remfronShort {
  display: block;
}
#remfronShort.hide {
  display: none;
}

.c-property-id {
  border: solid 1px blue;
}
.c-property-id.XX {
  border: solid 1px red;
}

.extra {
  text-align: center;
}
@media (min-width: 50em) {
  .extra {
    text-align: left;
  }
}

.c-property-contacts {
  margin-top: 60px;
}

/*------------------------------------*\
  #PROPERTY LISTING
\*------------------------------------*/
p.maptext {
  color: #1D3765;
  font-family: "CircularBold", sans-serif;
  font-weight: normal;
}
p.maptext.title {
  font-size: 1.1111111111rem;
}
p.maptext a {
  text-decoration: none;
  color: #1D3765;
  font-weight: normal;
}

ul.c-property-list {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding-left: 0;
}
ul.c-property-list li {
  flex: 0 0 100%;
  margin-bottom: 1em;
  transition: all 0.3s ease-in;
  list-style-type: none;
  position: relative;
}
@media (min-width: 50em) {
  ul.c-property-list li {
    flex: 0 0 48.2%;
    margin: 0 3% 3% 0;
  }
  ul.c-property-list li:nth-child(2n) {
    margin-right: 0;
  }
}
ul.c-property-list li .img {
  border-bottom: solid 10px #DEE3EB;
  transition: all 0.1s ease-out;
  line-height: 0;
}
ul.c-property-list li .cover {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 0 white;
  width: 100%;
  height: calc(100% - 10px);
  transition: all 0.3s ease-in;
  background-color: rgba(29, 55, 101, 0.3);
}
ul.c-property-list li img {
  transition: all 0.3s ease-in;
}
ul.c-property-list li:hover .cover {
  background-color: rgba(29, 55, 101, 0.8);
  height: 100%;
}
@media (min-width: 50em) {
  ul.c-property-list li:hover .cover {
    border: solid 32px white;
  }
  ul.c-property-list li:hover img {
    width: 95%;
    padding: 5% 0 0 5%;
  }
}
ul.c-property-list li.c-theme-Development .img, ul.c-property-list li.c-theme-Refurb .img, ul.c-property-list li.c-theme-New.build .img {
  border-bottom: solid 10px #816AFF;
}
ul.c-property-list li.c-theme-Development:hover .img, ul.c-property-list li.c-theme-Refurb:hover .img, ul.c-property-list li.c-theme-New.build:hover .img {
  border-bottom: solid 10px white;
}
ul.c-property-list li.c-theme-Development:hover .cover, ul.c-property-list li.c-theme-Refurb:hover .cover, ul.c-property-list li.c-theme-New.build:hover .cover {
  transition: all 0.3s ease-in;
  background-color: rgba(129, 106, 255, 0.9);
}
ul.c-property-list li.c-theme-Development .info .c-tag, ul.c-property-list li.c-theme-Refurb .info .c-tag, ul.c-property-list li.c-theme-New.build .info .c-tag {
  color: #816AFF;
}
ul.c-property-list li.c-theme-Investment .img, ul.c-property-list li.c-theme-Mixed .img, ul.c-property-list li.c-theme-Commercial .img, ul.c-property-list li.c-theme-Residential .img {
  border-bottom: solid 10px #34A0FD;
}
ul.c-property-list li.c-theme-Investment:hover .img, ul.c-property-list li.c-theme-Mixed:hover .img, ul.c-property-list li.c-theme-Commercial:hover .img, ul.c-property-list li.c-theme-Residential:hover .img {
  border-bottom: solid 10px white;
}
ul.c-property-list li.c-theme-Investment:hover .cover, ul.c-property-list li.c-theme-Mixed:hover .cover, ul.c-property-list li.c-theme-Commercial:hover .cover, ul.c-property-list li.c-theme-Residential:hover .cover {
  transition: all 0.3s ease-in;
  background-color: rgba(52, 160, 253, 0.9);
}
ul.c-property-list li.c-theme-Investment .info .c-tag, ul.c-property-list li.c-theme-Mixed .info .c-tag, ul.c-property-list li.c-theme-Commercial .info .c-tag, ul.c-property-list li.c-theme-Residential .info .c-tag {
  color: #34A0FD;
}
ul.c-property-list .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 60;
  width: 90%;
}
@media (min-width: 50em) {
  ul.c-property-list .info {
    width: 50%;
  }
}

ul.c-property-list li {
  animation: propertyLoad 0.2s ease-in;
}
ul.c-property-list li:nth-child(2) {
  animation: propertyLoad 0.4s ease-in;
}
ul.c-property-list li:nth-child(3) {
  animation: propertyLoad 0.6s ease-in;
}
ul.c-property-list li:nth-child(4) {
  animation: propertyLoad 0.8s ease-in;
}

@keyframes propertyLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-tag {
  background-color: white;
  text-transform: uppercase;
  display: inline-block;
  color: #1D3765;
  font-family: "CircularBold", sans-serif;
  font-weight: normal;
  font-size: 0.7777777778rem;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.c-filter-list {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 50em) {
  .c-filter-list {
    height: 90px;
  }
}
.c-filter-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-filter-list ul li {
  display: block;
  padding: 0 10px 10px 10px;
}
@media (min-width: 50em) {
  .c-filter-list ul li {
    display: inline-block;
  }
}
.c-filter-list ul li:hover {
  cursor: pointer;
}
.c-filter-list ul li a {
  text-decoration: none;
  color: #1D3765;
  transition: color 0.2s ease-in-out;
}
.c-filter-list ul.parent {
  position: relative;
}
.c-filter-list ul.parent > li a:hover {
  color: #7798B5;
}
.c-filter-list ul.parent > li ul.child {
  display: none;
}
.c-filter-list ul.parent > li ul.child li a {
  color: #7798B5;
}
.c-filter-list ul.parent > li ul.child li a:hover {
  color: #1D3765;
}
.c-filter-list ul.parent > li.active ul.child {
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-filter-list ul.parent .c-filter-Development ul li.active a {
  color: #816AFF;
}
.c-filter-list ul.parent .c-filter-Investment ul li.active a {
  color: #34A0FD;
}
.c-filter-list ul.parent li ul {
  position: relative;
  top: 10px;
  left: 10px;
}
@media (min-width: 50em) {
  .c-filter-list ul.parent li ul {
    position: absolute;
    top: 30px;
    left: 0;
  }
}

.c-filter-Development ul li.active a {
  color: #816AFF;
}

.c-filter-Investment ul li.active a {
  color: #34A0FD;
}

.c-filter-default.active,
.c-filter-newhomes.active {
  color: #7798B5;
}

.c-filter-Development .active, .c-filter-Development.active {
  color: #816AFF;
}
.c-filter-Development .active a, .c-filter-Development.active a {
  color: #816AFF;
}

.c-filter-Investment.active a {
  color: #34A0FD;
}

.c-empty {
  padding: 30px 15px 10px 15px;
  margin-top: 17px;
  color: #7798B5;
}

.test {
  position: relative;
}

.c-slider {
  margin-bottom: 40px;
}
@media (min-width: 50em) {
  .c-slider {
    margin-bottom: 100px;
  }
}

.c-slider .c-slider-item {
  position: relative;
}
@media (min-width: 50em) {
  .c-slider .c-slider-item {
    width: 94vw;
  }
}
.c-slider .c-slider-item img {
  position: relative;
  max-width: none;
}
@media (min-width: 50em) {
  .c-slider .c-slider-item img {
    width: auto;
  }
}
.c-slider .c-slider-item img.l-image-mobile {
  display: block;
}
@media (min-width: 50em) {
  .c-slider .c-slider-item img.l-image-mobile {
    display: none;
  }
}
.c-slider .c-slider-item img.l-image-desk {
  display: none;
}
@media (min-width: 50em) {
  .c-slider .c-slider-item img.l-image-desk {
    display: block;
  }
}
.c-slider .c-slider-item h3, .c-slider .c-slider-item p {
  color: white;
}
.c-slider .c-slider-item .info {
  position: absolute;
  width: 80%;
  left: 40px;
  z-index: 300;
  text-align: left;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 37.5em) {
  .c-slider .c-slider-item .info {
    width: 60%;
  }
}
@media (min-width: 50em) {
  .c-slider .c-slider-item .info {
    width: 55%;
    left: 10%;
  }
}

.c-credit {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  right: 0;
  z-index: 90;
  font-size: 0.7777777778rem;
  padding: 5px 10px;
  color: #ffffff;
  width: auto;
}

.c-about-top .c-credit {
  bottom: 6px;
}

.c-slider .slick-slide .info {
  animation: fadeOut 0.2s both;
}
.c-slider .slick-slide.slick-active .info {
  animation: fadeIn 1s both 0.5s;
}

/* ==== Slider Info Transition === */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slick-slide img {
  line-height: 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  bottom: 40px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 300;
}

.slick-prev {
  left: 20px;
  background-image: url("../images/icons/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 12px 38px;
}
@media (min-width: 88.7em) {
  .slick-prev {
    left: 60px;
  }
}
.slick-prev.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 20px;
  background-image: url("../images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 12px 38px;
}
@media (min-width: 88.7em) {
  .slick-next {
    right: 60px;
  }
}
.slick-next.slick-disabled {
  display: none !important;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-left: 0;
  list-style-type: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (min-width: 50em) {
  .slick-dots li {
    margin: 0 35px 0 0;
  }
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots button {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  background: transparent url("../images/dot.png") no-repeat 0 0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: transparent url("../images/dot-active.png") no-repeat 0 0;
}

.c-slider-property .slick-dots {
  bottom: 10px;
}
.c-slider-property .slick-prev,
.c-slider-property .slick-next {
  bottom: 0;
}

body.professionalservices .c-slider-item,
body.development .c-slider-item,
body.investment .c-slider-item,
body.commercial .c-slider-item {
  overflow: hidden;
}
body.professionalservices .c-slider-item img,
body.development .c-slider-item img,
body.investment .c-slider-item img,
body.commercial .c-slider-item img {
  width: 100%;
}

.c-social {
  order: 1;
}
.c-social a {
  text-decoration: none;
  display: inline-block;
}
.c-social a:nth-child(1) .icon {
  width: 40px;
}
.c-social a:nth-child(2) .icon {
  width: 38px;
}
.c-social a:nth-child(3) .icon {
  width: 38px;
}
.c-social a:hover {
  text-decoration: none;
}
.c-social .icon {
  margin-right: 17px;
  display: inline-block;
  width: 30px;
  fill: #1D3765;
  transition: fill 0.1s ease-in-out;
}
.c-social .icon:hover {
  fill: #7798B5;
}
@media (min-width: 50em) {
  .c-social .icon {
    margin-right: 40px;
  }
}

footer .c-social a:nth-child(1) .icon {
  width: 30px;
}
footer .c-social a:nth-child(2) .icon {
  width: 28px;
}
footer .c-social a:nth-child(3) .icon {
  width: 28px;
}
@media (min-width: 50em) {
  footer .c-social .icon {
    margin-right: 20px;
  }
}

.c-testimonials-list {
  columns: 100%;
  column-gap: 0;
  column-count: 1;
}
@media (min-width: 50em) {
  .c-testimonials-list {
    columns: 48%;
    column-gap: 50px;
    column-count: 2;
  }
}
.c-testimonials-list .c-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
  text-align: center;
}
.c-testimonials-list img {
  width: auto;
  margin-top: 60px;
  height: 69px;
}
.c-testimonials-list .c-quote {
  text-align: left;
  padding: 30px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 2px 6px 11px;
  border-radius: 10px;
}
.c-testimonials-list .c-quote:after {
  content: "";
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.16) 2px 6px 6px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -20px;
  left: 47%;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #FFF #FFF transparent;
}

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