.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition:
    transform 1s ease,
    -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
details,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
@-ms-viewport {
  width: device-width;
}
.visible-sm,
.visible-xs,
.visible-xs-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1e2d41;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #06090d;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
[role="button"] {
  cursor: pointer;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:after,
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
@media (min-width: 768px) {
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-12 {
    float: left;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 992px) {
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-muted {
  color: #777;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
@font-face {
  font-family: VgaRoundedBold;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("\263A"),
    url("../fonts/VAGRoundedStd-Bold.ttf") format("woff"),
    url("../fonts/VAGRoundedStd-Bold.ttf") format("truetype"),
    url("http://www.propertypriceadvice.co.uk/cms/assets/font/VAGRoundedStd-Bold.svg")
      format("svg");
}
.text-orange,
.text-red {
  color: #e8542a;
}
.text-white {
  color: #fff;
}
a.text-red:hover {
  color: #d94926;
}
.bg-light-grey {
  background-color: #f2f2f2;
}
.button.no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0;
}
.button.no-margin-top,
.no-margin-top {
  margin-top: 0;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0 !important;
}
.underline {
  text-decoration: underline;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 768px) {
  .col-centered {
    margin-right: -4px;
  }
}
.vertical-align {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 767px) {
  .vertical-align--column-on-xs {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  br.visible-xs {
    display: inline-block !important;
  }
}
html {
  font-size: 100%;
}
body {
  font-size: 1.6rem;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  color: #1e2d41;
}
@media (min-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 2rem;
  }
}
.h1,
h1 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3.9rem;
  }
}
.h1,
h1 {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.h2,
.h2-size,
h2 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .h2,
  .h2-size,
  h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .h2,
  .h2-size,
  h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .h2,
  .h2-size,
  h2 {
    font-size: 3rem;
  }
}
.h2,
h2 {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.025em;
  display: block;
}
.h3,
h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2.6rem;
  }
}
.h3,
h3 {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.h4,
h4 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .h4,
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 2.4rem;
  }
}
.h4,
h4 {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.h5,
h5 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .h5,
  h5 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 2.2rem;
  }
}
.h5,
h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.body {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .body {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .body {
    font-size: 2rem;
  }
}
.body-larger,
.large {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .body-larger,
  .large {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .body-larger,
  .large {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .body-larger,
  .large {
    font-size: 2.4rem;
  }
}
.small {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .small {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .small {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .small {
    font-size: 1.6rem;
  }
}
.bold,
.bold.semi,
b,
b.semi,
strong,
strong.semi {
  font-weight: 700;
}
input {
  font-weight: 400;
}
.section-wrapper {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section-wrapper {
    padding: 70px 0;
  }
}
.section-wrapper-small {
  padding: 30px 0;
}
.heading-section__title {
  color: #263269;
  font-family: freight-text-pro, serif;
  font-size: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .heading-section__title {
    font-size: 36px;
  }
}
.heading-section__title--primary {
  font-size: 30px;
}
@media (min-width: 768px) {
  .heading-section__title--primary {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .heading-section__title--primary {
    font-size: 40px;
  }
}
.heading-section__paragraph {
  color: #263269;
  font-size: 18px;
  margin: 5px auto;
  max-width: 600px;
}
.heading-section__paragraph a {
  border-bottom: 1px solid #263269;
  color: #263269;
  text-decoration: none;
}
.heading-section__paragraph.no-max-width {
  max-width: none;
}
.heading-section__paragraph.larger {
  max-width: 700px;
}
.heading-section__paragraph a.underline {
  text-decoration: underline;
}
.heading-section__paragraph--grey {
  color: #1e2d41;
}
.heading-section__paragraph--grey .no-underline {
  color: #1e2d41;
  border: 0;
}
.heading-section__paragraph--light-grey {
  color: #626262;
}
.heading-section__paragraph--weight-normal {
  font-weight: 300;
}
.heading-section__paragraph--bigger {
  font-size: 20px;
}
.heading-section__paragraph--no-max-width {
  max-width: none;
}
.yp-page-header {
  background-color: #99dae2;
}
.yopa-logo {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100px;
}
.the-property-ombudsman {
  width: 95px;
}
.cc-window {
  z-index: 9930;
}
.cc-window.cc-banner,
.cc-window.cc-floating {
  padding: 15px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .cc-window.cc-banner,
  .cc-window.cc-floating {
    max-width: 590px;
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .cc-window.cc-banner,
  .cc-window.cc-floating {
    max-width: 722px;
  }
}
.cc-window.cc-banner .cc-btn,
.cc-window.cc-floating .cc-btn {
  min-width: 100%;
}
.cc-window.cc-invisible {
  opacity: 0 !important;
}
.cc-window,
.cc-window.cc-floating {
  background-color: hsla(0, 0%, 94%, 0.95);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #454545;
  display: initial;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0;
  line-height: 18px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cc-window,
  .cc-window.cc-floating {
    border-radius: 6px;
    font-size: 16px;
    margin: 0 auto 20px;
  }
}
.yopa-cookie-consent {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .yopa-cookie-consent .compliance,
  .yopa-cookie-consent .pull-left {
    width: calc(100% - 90px);
  }
}
.yopa-cookie-consent .cc-close {
  display: inline-block;
  position: static;
}
.yopa-cookie-consent .yopa-cc-close {
  display: none;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .yopa-cc-close {
    display: inline-block;
  }
}
.yopa-cookie-consent .yopa-cc-close:focus {
  outline: none;
}
.yopa-cookie-consent .yopa-cc-close .fa-times {
  border-radius: 50%;
  color: #bfbfbf;
  font-size: 22px;
  padding: 6px 8px;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.yopa-cookie-consent .yopa-cc-close .fa-times:focus {
  outline: none;
}
.yopa-cookie-consent .yopa-cc-close .fa-times:hover {
  background-color: #e5e5e5;
  color: #626262;
}
.yopa-cookie-consent .yopa-cc-message {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  padding: 0;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .yopa-cc-message {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 9px 8px 6px;
  }
}
.yopa-cookie-consent .yopa-cc-message .cookie-policy-link {
  color: #1e2d41;
  font-weight: 500;
  border-bottom: 1px solid #1e2d41;
  text-decoration: none;
}
.yopa-cookie-consent .yopa-cc-message .cookie-policy-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .yopa-cc-message .cookie-policy-link {
    color: #454545;
    font-weight: 700;
    border-bottom: 1px solid #454545;
    padding-bottom: 2px;
  }
  .yopa-cookie-consent .yopa-cc-message .cookie-policy-link:hover {
    color: #1e2d41;
    text-decoration: none;
    border-bottom: 1px solid #1e2d41;
  }
}
.yopa-cookie-consent .cookie-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.yopa-cookie-consent .cookie-image img {
  width: 45px;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .cookie-image {
    display: none;
  }
}
.yopa-cookie-consent .compliance {
  float: left;
  margin-top: 10px;
  width: auto;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .compliance {
    float: right;
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .yopa-cookie-consent .compliance {
    width: auto;
  }
}
@media (min-width: 768px) {
  .yopa-cookie-consent .compliance .cc-compliance .dismiss {
    display: inline-block;
    margin: 0 auto;
  }
}
.yopa-cookie-consent .cc-btn {
  background-color: #4b5767;
  border: none;
  border-radius: 6px;
  color: #fff;
  padding: 8px 20px;
  margin: 0 0 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease-in-out;
}
.yopa-cookie-consent .cc-btn:focus {
  outline: none;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .cc-btn {
    background-color: #4b5767;
  }
  .yopa-cookie-consent .cc-btn:hover {
    background-color: #1e2d41;
  }
}
.y-btn {
  -webkit-appearance: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.3;
  margin: 0;
  outline: 0;
  text-transform: none;
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
.y-btn--margin-top {
  margin-top: 15px;
}
.y-btn--margin-bottom {
  margin-bottom: 15px;
}
.y-btn--margin-right {
  margin-right: 10px;
}
.y-btn {
  border: 1px solid var(--theme-1);
  color: var(--theme-3);
  background-color: var(--theme-1);
  text-decoration: none;
}
.y-btn:not(.disabled):not([disabled]):hover {
  background-color: var(--theme-5);
  border-color: var(--theme-5);
  color: var(--theme-3);
  text-decoration: none;
}
.y-btn.y-btn--outline {
  background-color: transparent;
  color: var(--theme-1);
}
.y-btn.y-btn--outline:not(.disabled):not([disabled]):hover {
  background-color: var(--theme-12);
  border-color: var(--theme-12);
  color: var(--theme-13);
}
.y-btn.y-btn--royal-blue {
  background-color: var(--theme-0);
  border-color: var(--theme-0);
}
.y-btn.y-btn--royal-blue:not(.disabled):not([disabled]):hover {
  background-color: var(--theme-6);
  border-color: var(--theme-6);
}
.y-btn.y-btn--royal-blue.y-btn--outline {
  background-color: transparent;
  color: var(--theme-0);
}
.y-btn.y-btn--royal-blue.y-btn--outline:not(.disabled):not([disabled]):hover {
  background-color: var(--theme-7);
  border-color: var(--theme-7);
  color: #0b103e;
}
.y-btn.y-btn--grey {
  background-color: #545454;
  border-color: #545454;
}
.y-btn.y-btn--grey:not(.disabled):not([disabled]):hover {
  background-color: #373737;
  border-color: #373737;
}
.y-btn.y-btn--grey.y-btn--outline {
  color: #545454;
  background-color: transparent;
}
.y-btn.y-btn--grey.y-btn--outline:not(.disabled):not([disabled]):hover {
  color: #373737;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.y-btn.y-btn--lightgrey {
  background-color: var(--theme-11);
  border-color: var(--theme-11);
  color: #626262;
}
.y-btn.y-btn--lightgrey:not(.disabled):not([disabled]):hover {
  background-color: var(--theme-7);
  border-color: var(--theme-7);
  color: var(--theme-0);
}
.y-btn.y-btn--teal {
  background-color: var(--theme-9);
  border-color: var(--theme-9);
  color: #161f55;
}
.y-btn.y-btn--teal:not(.disabled):not([disabled]):hover {
  background-color: var(--theme-8);
  border-color: var(--theme-8);
  color: #161f55;
}
.y-btn.y-btn--teal.y-btn--outline {
  background-color: transparent;
  border-color: var(--theme-2);
  color: var(--theme-0);
}
.y-btn.y-btn--teal.y-btn--outline:not(.disabled):not([disabled]):hover {
  background-color: var(--theme-8);
  border-color: var(--theme-8);
  color: #0b103e;
}
.y-btn.y-btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.y-btn.y-btn-white,
.y-btn.y-btn-white:not(.disabled):not([disabled]):hover {
  background-color: #fff;
  border: 3px solid #263269;
  color: #2a3e52;
}
.y-btn.y-btn-white.no-border,
.y-btn.y-btn-white.no-border:not(.disabled):not([disabled]):hover {
  border: none;
}
.y-btn--external-link {
  display: inline-flex;
  align-items: center;
}
.y-btn--external-link i {
  margin-left: 10px;
  font-size: 0.6em;
}
.y-btn {
  min-width: 130px;
  padding: 12px 24px;
  font-size: 19px;
  height: 48px;
}
@media (max-width: 991px) {
  .y-btn {
    min-width: 120px;
    padding: 10px 20px;
    font-size: 18px;
    height: 42px;
  }
}
.y-btn--lg {
  min-width: 140px;
  padding: 14px 26px;
  font-size: 20px;
  height: 54px;
}
@media (max-width: 991px) {
  .y-btn--lg {
    min-width: 130px;
    padding: 12px 24px;
    font-size: 19px;
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .y-btn--lg-on-sm {
    min-width: 140px;
    padding: 14px 26px;
    font-size: 20px;
    height: 54px;
  }
}
.y-btn--no-radius-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.y-btn--full-width {
  width: 100%;
}
.y-btn--no-height {
  height: auto;
}
.y-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
.y-btn--hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .y-btn--full-width-xs {
    width: 100%;
  }
}
.yp-btn--white-space-initial {
  white-space: normal !important;
}
.yp-btn--height-initial {
  height: auto !important;
}
.yp-btn--text-center {
  text-align: center;
}
.cms-page-container {
  background: #fff;
  color: #263269;
  overflow-x: clip;
}
.cms-page-container li,
.cms-page-container p {
  font-size: 18px;
  line-height: 1.5;
}
.cms-page-container .container,
.cms-page-container .row,
.cms-page-container [class*="col-"] {
  min-width: 0;
}
.cms-page-container .OutlineElement,
.cms-page-container .ListContainerWrapper,
.cms-page-container .TableContainer {
  max-width: 100%;
  min-width: 0;
}
.cms-page-container > section > .row > [class*="col-"] > .OutlineElement {
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}
.cms-page-container .TableContainer {
  display: block !important;
  margin-left: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden;
}
.cms-page-container table {
  min-width: 100%;
  width: max-content !important;
  max-width: none;
}
.cms-page-container p,
.cms-page-container li,
.cms-page-container span,
.cms-page-container td,
.cms-page-container th {
  overflow-wrap: anywhere;
}
.cms-page-container .Paragraph {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 24px;
  text-indent: 0 !important;
}
.yp-btn {
  -webkit-appearance: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.3;
  margin: 0;
  outline: 0;
  text-transform: none;
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  border: 1px solid #e8542a;
  color: #fff;
  background-color: #e8542a;
  text-decoration: none;
}
.yp-btn:not(.disabled):not([disabled]):hover {
  background-color: #d24324;
  border-color: #d24324;
  color: #fff;
  text-decoration: none;
}
.yp-btn.yp-btn--royal-blue {
  background-color: #263269;
  border-color: #263269;
}
.yp-btn.yp-btn--royal-blue:not(.disabled):not([disabled]):hover {
  background-color: #10174a;
  border-color: #10174a;
}
.yp-btn.yp-btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.yp-btn.yp-btn-white,
.yp-btn.yp-btn-white:not(.disabled):not([disabled]):hover {
  background-color: #fff;
  border: 3px solid #263269;
  color: #2a3e52;
}
.yp-btn {
  min-width: 130px;
  padding: 12px 24px;
  font-size: 19px;
  height: 48px;
}
@media (max-width: 991px) {
  .yp-btn {
    min-width: 120px;
    padding: 10px 20px;
    font-size: 18px;
    height: 42px;
  }
}
.yp-navigation {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  color: #1e2d41;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9980;
  height: 80px;
  background-color: #fff;
}
.yp-navigation .yp_name {
  margin-left: 4px;
}
.yp-navigation * {
  box-sizing: border-box;
}
.yp-navigation > .container {
  height: 100%;
}
.yp-navigation .dropdown-toggle[aria-expanded] + .dropdown-menu {
  display: flex;
}
.yp-navigation .dropdown-menu {
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 40px;
  margin: 0;
  box-shadow: 0 0 20px 0 rgba(38, 50, 105, 0.1);
}
@media screen and (max-width: 997px) {
  .yp-navigation .dropdown-menu {
    position: static;
    box-shadow: none;
    padding: 20px;
  }
}
@media screen and (max-width: 997px) {
  .yp-navigation .hidden-mobile {
    display: none;
  }
}
.yp-navigation .hidden-desktop {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation .hidden-desktop {
    display: flex;
  }
}
.yp-navigation-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 997px) {
  .yp-navigation-container {
    position: static;
    justify-content: flex-start;
  }
}
.yp-navigation-container-left {
  align-self: center;
}
@media screen and (max-width: 997px) {
  .yp-navigation-container-left {
    margin-right: auto;
  }
}
.yp-navigation-container-left .yp-navigation-logo {
  display: block;
}
.yp-navigation-container-left .yp-navigation-logo img,
.yp-navigation-container-left .yp-navigation-logo svg {
  display: block;
  height: 60px;
  fill: #263269;
}
.yp-navigation-container-left .yp-navigation-logo:hover {
  color: #263269;
}
.yp-navigation-container-left .yp-navigation-logo:hover svg {
  fill: #263269;
}
.yp-navigation-container-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (min-width: 998px) {
  .yp-navigation-container-right {
    height: auto !important;
  }
}
@media screen and (max-width: 997px) {
  .yp-navigation-container-right {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    left: 0;
    top: 100%;
    visibility: hidden;
    overflow-y: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}
.yp-navigation-container.isVisitor .user {
  display: none;
}
.yp-navigation-container.isVisitor .visitor {
  display: flex;
}
.yp-navigation-container.isUser .user,
.yp-navigation-container.isUser .visitor {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation-container.isUser .user {
    display: flex;
  }
}
@media screen and (min-width: 998px) {
  .yp-navigation-container.isUser .yp-navigation--secondary-navigation .user {
    display: flex;
  }
}
.yp-navigation--main-navigation,
.yp-navigation--secondary-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.yp-navigation--item {
  display: flex;
  flex-direction: column;
  position: static;
}
.yp-navigation--item-link {
  all: unset;
  color: #263269;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.2px;
  cursor: pointer;
  border-bottom: 4px solid #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.yp-navigation--item-link.active,
.yp-navigation--item-link[aria-expanded] {
  border-color: #88d5dc;
}
@media screen and (max-width: 997px) {
  .yp-navigation--item-link {
    font-size: 16px;
    border-bottom: 0;
    padding: 14px 0;
  }
}
.yp-navigation--item-link:focus,
.yp-navigation--item-link:hover {
  outline: none;
  color: #263269;
  text-decoration: none;
}
.yp-navigation--item-link:focus,
.yp-navigation--item-link:focus-visible {
  outline: 5px auto;
}
.yp-navigation--item-link .yp-chevron-down,
.yp-navigation--item-link .yp-external-link {
  font-size: 12px;
  margin-left: 5px;
  color: #88d5dc;
}
.yp-navigation--item-link i:not(.yp-chevron-down):not(.yp-external-link) {
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 997px) {
  .yp-navigation--item-link i:not(.yp-chevron-down):not(.yp-external-link) {
    display: none;
  }
}
.yp-navigation--item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.19px;
  padding: 6px 20px 8px;
  height: 30px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.yp-navigation--secondary-navigation .dropdown-menu {
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
}
.yp-navigation--secondary-navigation .yp-navigation--item {
  margin-left: 15px;
  position: relative;
}
.yp-navigation--secondary-navigation .yp-navigation--item:first-of-type {
  margin: 0;
}
.yp-navigation--secondary-navigation .contact-us .yp-chevron-down {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation--main-navigation {
    flex-direction: column;
  }
}
.yp-navigation--main-navigation .contact-us,
.yp-navigation--main-navigation .user {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation--main-navigation .contact-us,
  .yp-navigation--main-navigation .user {
    display: flex;
  }
}
@media screen and (min-width: 998px) {
  .yp-navigation--main-navigation .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
  }
}
.yp-navigation--main-navigation .yp-navigation--item {
  margin-left: 24px;
  height: 35px;
}
.yp-navigation--main-navigation .yp-navigation--item:first-of-type {
  margin: 0;
}
.yp-navigation--main-navigation .yp-navigation--item.hidden-mobile {
  margin-left: 14px;
}
@media screen and (max-width: 997px) {
  .yp-navigation--main-navigation .yp-navigation--item {
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9dde5;
  }
}
.mobile-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
}
.mobile-actions a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.mobile-actions a i {
  margin-right: 5px;
}
.mobile-actions a:first-of-type {
  margin-top: 0;
}
.trustpilot-details-box {
  display: flex;
  flex-direction: column;
  background: #ccebf0;
  border-radius: 6px;
  padding: 40px 30px;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box {
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 15px 15px;
    padding: 20px 15px;
  }
}
.trustpilot-details-box .trustpilot-details-box-qoute {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.27px;
  line-height: 26px;
  color: #263269;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-qoute {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.21px;
    text-indent: 30px;
  }
}
.trustpilot-details-box .trustpilot-details-box-qoute:before {
  content: "\201C";
  font-size: 60px;
  letter-spacing: -0.8px;
  color: #55c7cd;
  position: absolute;
  left: 0;
  line-height: 0;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-qoute:before {
    left: -30px;
    top: 23px;
  }
}
.trustpilot-details-box .trustpilot-details-box-author {
  display: flex;
  justify-content: space-between;
}
.trustpilot-details-box .trustpilot-details-box-author .author {
  display: flex;
  flex-direction: column;
}
.trustpilot-details-box .trustpilot-details-box-author .author b {
  color: #1e2d41;
  font-size: 18px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-author .author b {
    font-size: 16px;
  }
}
.trustpilot-details-box .trustpilot-details-box-author .author span {
  color: #626262;
  font-size: 16px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-author .author span {
    font-size: 14px;
  }
}
.trustpilot-details-box .trustpilot-details-box-author img {
  height: 50px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-author img {
    height: 40px;
  }
}
.dropdown-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul {
    width: 100%;
    padding: 0 0 20px;
  }
}
.dropdown-menu > ul li {
  font-size: 18px;
  letter-spacing: -0.24px;
  padding: 5px 10px;
  min-width: 220px;
}
.dropdown-menu > ul li:focus,
.dropdown-menu > ul li:hover {
  background: #f8f4f4;
  cursor: pointer;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul li {
    font-size: 16px;
  }
}
.dropdown-menu > ul li:last-child {
  margin-bottom: 0;
}
.dropdown-menu > ul li a {
  color: #263269;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.dropdown-menu > ul li a:focus,
.dropdown-menu > ul li a:hover {
  outline: none;
  color: #263269;
  text-decoration: none;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.dropdown-menu > ul li a .yp-chevron-right,
.dropdown-menu > ul li a .yp-external-link {
  font-size: 14px;
  margin-left: 8px;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul li a .yp-chevron-right,
  .dropdown-menu > ul li a .yp-external-link {
    display: none;
  }
}
.yp-navigation--secondary-navigation .dropdown-menu .yp-chevron-right {
  display: none;
}
@media screen and (max-width: 997px) {
  .nav-toggle {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    align-self: center;
    font-size: 26px;
    color: #263269;
    text-decoration: none;
    width: 23px;
    justify-content: flex-end;
  }
  .nav-toggle:focus,
  .nav-toggle:hover {
    outline: none;
    color: #263269;
    text-decoration: none;
  }
  .nav-toggle .fa-times {
    display: none;
  }
  .nav-toggle .fa-bars,
  .nav-toggle[aria-expanded] .fa-times {
    display: block;
  }
  .nav-toggle[aria-expanded] .fa-bars {
    display: none;
  }
  .nav-toggle[aria-expanded] + .yp-navigation-container-right {
    visibility: visible;
    height: calc(100vh - 100%);
    overflow-y: scroll;
  }
}
.mobile-valuation-button {
  width: 100px;
  min-width: 58px;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 10px;
  text-align: center;
  align-self: center;
  margin-right: 15px;
}
#top-banner {
  background: var(--theme-0);
  color: var(--theme-3);
  transition:
    opacity 0.5s,
    height 0.5s;
  overflow: hidden;
  display: flex;
}
#top-banner.banner-open {
  opacity: 1;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
#top-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-banner .valuation-banner-text {
  margin: 0;
  font-size: 16px;
}
#top-banner .valuation-banner-text .banner-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  padding-bottom: 3px;
}
#top-banner #close-banner-button {
  background: transparent;
  border: none;
  padding-right: 10px;
}
@media (max-width: 480px) {
  #top-banner {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .valuation-banner-text {
    display: flex;
    flex-direction: column;
  }
  .with-banner {
    top: 55px;
  }
}
.yopa-logo {
  display: block;
  margin-top: 10px;
  width: 110px;
  height: 50px;
  text-indent: -9999px;
  background-image: url(../images/yopa-logo_1.svg);
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
  object-fit: contain;
}

.yp-footer {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: var(--theme-0);
  color: var(--theme-3);
}
.yp-footer > .container {
  padding: 2.1em 15px;
}
.yp-footer > .container .footer-grid:last-of-type {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 997px) {
  .yp-footer > .container .footer-grid:first-of-type {
    grid-gap: 15px;
    margin-bottom: 2.1em;
  }
}
.yp-footer--header {
  display: block;
  font-weight: 700;
  margin-top: 0.175em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 997px) {
  .yp-footer--header {
    margin-bottom: 0.75em;
  }
}
.yp-footer--address {
  margin-bottom: 15px;
}
.yp-footer--contact {
  font-weight: 700;
}
.yp-footer--contact span {
  color: var(--theme-2);
}
.yp-footer--contact a {
  color: var(--theme-3);
  text-decoration: none;
}
.yp-footer--contact a:hover {
  color: var(--theme-3);
  text-decoration: underline;
}
.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 2.1em;
}
@media screen and (min-width: 998px) {
  .footer-grid--one {
    grid-column: span 1;
  }
  .footer-grid--two {
    grid-column: span 2;
  }
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 997px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.yp-footer__logo {
  height: 45px;
  flex: 0 0 auto;
}
.yp-footer-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 997px) {
  .yp-footer-social-links {
    justify-content: center;
  }
}
.yp-footer-social-links li {
  margin-left: 10px;
}
@media screen and (min-width: 998px) {
  .yp-footer-social-links li:first-of-type {
    margin-left: 0;
  }
}
.yp-footer-social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: var(--theme-3);
  color: var(--theme-0);
  text-decoration: none;
}
.yp-footer-social-links li a:hover {
  color: var(--theme-0);
  background: var(--theme-2);
}
.yp-footer-foot {
  background-color: var(--theme-10);
  font-size: 12px;
}
.yp-footer-foot-content {
  display: flex;
  align-items: center;
  padding: 0.7em 15px;
}
.yp-footer-foot-content p {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 997px) {
  .yp-footer-foot-content {
    flex-direction: column;
    justify-content: center;
  }
}
.yp-footer-foot-content img {
  width: 95px;
  height: 33px;
  flex: 0 0 auto;
}
.yp-footer-site-links a {
  color: #fff;
  text-decoration: none;
}
.yp-footer-site-links a:hover {
  text-decoration: underline;
}
html {
  font-size: 62.5% !important;
}
main {
  padding-bottom: 845px;
}
@media (min-width: 992px) {
  main {
    padding-bottom: 518px;
  }
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .hidden-desktop.yp-btn.mobile-valuation-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.mobile-book-valuation-banner {
  display: none;
}
.mobile-book-valuation-banner .y-btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  text-align: center;
}
.mobile-book-valuation-banner .y-btn.associate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #273149;
  border: none;
}
.mobile-book-valuation-banner .y-btn.associate:hover {
  background: #39476a;
}
@media screen and (max-width: 767px) {
  .mobile-book-valuation-banner {
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #263269;
    z-index: 100;
    pointer-events: none;
    padding: 15px;
  }
  .mobile-book-valuation-banner.show-banner {
    display: block;
    pointer-events: auto;
  }
  .mobile-book-valuation-banner.associate {
    background: #e7dfca;
  }
}
#book-val-amplify-modal,
#request-viewing-modal,
#request-viewing-success-modal {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  align-content: center;
}
#book-val-amplify-modal .modal-content,
#request-viewing-modal .modal-content,
#request-viewing-success-modal .modal-content {
  background: #fafafa;
  padding: 80px 80px 40px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .modal-content,
  #request-viewing-modal .modal-content,
  #request-viewing-success-modal .modal-content {
    padding: 40px 40px 20px;
  }
}
#book-val-amplify-modal .modal-body,
#request-viewing-modal .modal-body,
#request-viewing-success-modal .modal-body {
  padding: 0;
}
#book-val-amplify-modal .modal-dialog,
#request-viewing-modal .modal-dialog,
#request-viewing-success-modal .modal-dialog {
  margin: auto;
}
#book-val-amplify-modal h3,
#request-viewing-modal h3,
#request-viewing-success-modal h3 {
  font-family: bodoni-pt-variable, sans-serif !important;
  font-variation-settings:
    "wght" 400,
    "opsz" 60;
  font-size: 50px !important;
  text-align: center;
  color: #273149 !important;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  #book-val-amplify-modal h3,
  #request-viewing-modal h3,
  #request-viewing-success-modal h3 {
    font-size: 30px !important;
    margin-bottom: 30px !important;
  }
}
#book-val-amplify-modal .form-group,
#request-viewing-modal .form-group,
#request-viewing-success-modal .form-group {
  display: flex;
  flex-direction: column;
}
#book-val-amplify-modal .form-group label,
#request-viewing-modal .form-group label,
#request-viewing-success-modal .form-group label {
  font-size: 15px;
  color: #273149;
}
#book-val-amplify-modal .form-group label span,
#request-viewing-modal .form-group label span,
#request-viewing-success-modal .form-group label span {
  color: #ff0d0d;
}
#book-val-amplify-modal .form-group .input-wrapper,
#request-viewing-modal .form-group .input-wrapper,
#request-viewing-success-modal .form-group .input-wrapper {
  position: relative;
}
#book-val-amplify-modal .form-group .input-wrapper input,
#book-val-amplify-modal .form-group .input-wrapper textarea,
#request-viewing-modal .form-group .input-wrapper input,
#request-viewing-modal .form-group .input-wrapper textarea,
#request-viewing-success-modal .form-group .input-wrapper input,
#request-viewing-success-modal .form-group .input-wrapper textarea {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #626262;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .form-group .input-wrapper input,
  #book-val-amplify-modal .form-group .input-wrapper textarea,
  #request-viewing-modal .form-group .input-wrapper input,
  #request-viewing-modal .form-group .input-wrapper textarea,
  #request-viewing-success-modal .form-group .input-wrapper input,
  #request-viewing-success-modal .form-group .input-wrapper textarea {
    margin-bottom: 40px;
  }
}
#book-val-amplify-modal .form-group .input-wrapper .clear-btn,
#request-viewing-modal .form-group .input-wrapper .clear-btn,
#request-viewing-success-modal .form-group .input-wrapper .clear-btn {
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  color: #626262;
}
#book-val-amplify-modal .form-group .input-wrapper .error-message,
#request-viewing-modal .form-group .input-wrapper .error-message,
#request-viewing-success-modal .form-group .input-wrapper .error-message {
  color: #ff0d0d;
  font-size: 15px;
  position: absolute;
  bottom: 16px;
}
#book-val-amplify-modal .form-group textarea,
#request-viewing-modal .form-group textarea,
#request-viewing-success-modal .form-group textarea {
  padding-top: 12px;
  resize: vertical;
  min-height: 50px;
}
#book-val-amplify-modal .form-group #textarea-counter,
#request-viewing-modal .form-group #textarea-counter,
#request-viewing-success-modal .form-group #textarea-counter {
  position: absolute;
  right: 0;
  bottom: 27px;
  font-size: 11px;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .form-group #textarea-counter,
  #request-viewing-modal .form-group #textarea-counter,
  #request-viewing-success-modal .form-group #textarea-counter {
    bottom: 40px;
  }
}
#book-val-amplify-modal .close-button,
#request-viewing-modal .close-button,
#request-viewing-success-modal .close-button {
  background-color: transparent;
  border: none;
  outline: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#book-val-amplify-modal .close-button i,
#request-viewing-modal .close-button i,
#request-viewing-success-modal .close-button i {
  font-size: 20px;
}
#book-val-amplify-modal .submit-wrapper,
#request-viewing-modal .submit-wrapper,
#request-viewing-success-modal .submit-wrapper {
  width: 100%;
}
#book-val-amplify-modal .submit-wrapper button,
#request-viewing-modal .submit-wrapper button,
#request-viewing-success-modal .submit-wrapper button {
  display: block;
  font-family: avenir-lt-pro, sans-serif;
  margin: 0 auto;
  color: #e7dfca;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  background-color: #273149;
  height: 63px;
  width: 234px;
  border-radius: 38px;
  border: none;
  position: relative;
  margin: 10px auto 0;
}
#book-val-amplify-modal .submit-wrapper button span,
#request-viewing-modal .submit-wrapper button span,
#request-viewing-success-modal .submit-wrapper button span {
  position: absolute;
  top: 20px;
  left: 50px;
}
#book-val-amplify-modal .submit-wrapper button svg,
#request-viewing-modal .submit-wrapper button svg,
#request-viewing-success-modal .submit-wrapper button svg {
  position: absolute;
  right: 30px;
  top: 15px;
}
#book-val-amplify-modal .submit-wrapper button svg path,
#request-viewing-modal .submit-wrapper button svg path,
#request-viewing-success-modal .submit-wrapper button svg path {
  fill: #e7dfca !important;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .submit-wrapper button,
  #request-viewing-modal .submit-wrapper button,
  #request-viewing-success-modal .submit-wrapper button {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #book-val-amplify-modal #form-property-requirements,
  #request-viewing-modal #form-property-requirements,
  #request-viewing-success-modal #form-property-requirements {
    margin-bottom: 55px;
  }
}
#request-viewing-modal {
  padding: 5vh 2vw;
}
#request-valuation-success-modal {
  font-family: bodoni-pt-variable, sans-serif;
  font-variation-settings:
    "wght" 500,
    "opsz" 60;
  font-size: 30px;
  line-height: 1.5;
}
#request-valuation-success-modal .success-message {
  margin-bottom: 30px;
}
#request-valuation-success-modal .closing-phrase {
  margin-bottom: 15px;
}
