@media not print {
    @font-face {
        font-family: "open_sansregular";
        font-style: normal;
        font-weight: normal;
        src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/includes/fonts/opensans/open-sans-v17-latin-regular.woff2") format("woff2"), url("/includes/fonts/opensans/open-sans-v17-latin-regular.woff") format("woff");
    }
    @font-face {
        font-family: "open_sansregular";
        font-style: italic;
        font-weight: 400;
        src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/includes/fonts/opensans/open-sans-v17-latin-italic.woff2") format("woff2"), url("/includes/fonts/opensans/open-sans-v17-latin-italic.woff") format("woff");
    }
    @font-face {
        font-family: "open_sansregular";
        font-style: normal;
        font-weight: 700;
        src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/includes/fonts/opensans/open-sans-v17-latin-700.woff2") format("woff2"), url("/includes/fonts/opensans/open-sans-v17-latin-700.woff") format("woff");
    }
    @font-face {
        font-family: "open_sansregular";
        font-style: italic;
        font-weight: 700;
        src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/includes/fonts/opensans/open-sans-v17-latin-700italic.woff2") format("woff2"),
            url("/includes/fonts/opensans/open-sans-v17-latin-700italic.woff") format("woff");
    }
}
.form-group,
.form-radio {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: left !important;
}
.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.form-group .control-label {
    position: absolute;
    top: 0.5rem;
    pointer-events: none;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}
.form-group .bar::before {
    content: "";
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #017163;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}
.form-group select {
    width: 100%;
    font-size: 1rem;
    height: 2.0625rem;
    padding: 0.125rem 28px 0.0625rem 0;
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/arrow_down_padding.svg) no-repeat right center;
    border: none;
    line-height: 1.9;
    box-shadow: none;
    text-align: left !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group select::-ms-expand {
    display: none;
}
.form-group input {
    height: 2.0625rem;
    text-align: left !important;
    box-sizing: border-box;
}
.form-group textarea {
    resize: none;
    text-align: left !important;
    height: 2.0625rem;
}
.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem 0;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}
.form-group input[type="file"] {
    line-height: 1;
}
.form-group input[type="file"] ~ .bar {
    display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #2b2b2b;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    font-size: 0.7rem;
    color: #999;
    top: -1rem;
    top: -0.66rem;
    left: 0;
    left: 1px;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
    color: #017163;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}
.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}
.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}
.radio {
    margin-bottom: 1rem;
}
.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}
.radio .helper::before,
.radio .helper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}
.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #017163;
    border-color: #017163;
}
.radio label:hover .helper {
    color: #017163;
}
.radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
    color: #017163;
}
.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.checkbox-no-label {
    margin: 0 auto;
    width: 16px;
    height: 16px;
}
.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}
.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #017163;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: "";
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}
.checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox label:hover .helper {
    color: #017163;
}
.checkbox input:checked ~ .helper {
    color: #017163;
}
.checkbox input:disabled ~ .helper {
    opacity: 0.4;
}
.checkbox input:checked ~ .helper::after,
.checkbox input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
    height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: 1rem;
}
.form-submit-holder {
    margin: 0 auto;
}
.form-group button.form-submit,
.form-group input.form-submit {
    cursor: pointer;
    border: none;
    background: #017163;
    text-align: center !important;
    height: auto;
    line-height: 1;
    color: #fff !important;
    margin: 0 auto 12px !important;
    padding: 14px !important;
    transition: none;
    -webkit-appearance: none;
    appearance: none;
}
.form-group button.form-submit:hover,
.form-group button.form-submit:active,
.form-group input.form-submit:hover,
.form-group input.form-submit:active {
    background-color: #01594d;
}
.form-group button.form-submit.button-disabled,
.form-group input.form-submit.button-disabled {
    background-color: #dfdfdf !important;
    color: #9f9f9f !important;
    cursor: not-allowed !important;
}
.form-group button.form-submit.button-processing,
.form-group input.form-submit.button-processing {
    background-color: #4db6ac;
    cursor: progress !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}
.form-group.field_disabled {
    pointer-events: none;
    border-bottom: 1px dotted rgba(35, 31, 32, 0.26);
}
.form-group.field_disabled label {
    color: #ccc;
}
.form-group.field_disabled .bar {
    border: none;
}
.form-group .form-help {
    display: none;
}
.form-help {
    margin-top: 0.25rem;
    color: #b3b3b3;
    font-size: 0.7rem;
    text-align: left !important;
}
.checkbox .form-help,
.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    padding-right: 6px;
}
.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}
.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}
.form-error {
    display: none;
}
.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
    color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper,
.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.radio .form-help,
.has-error.radio .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper {
    color: #d9534f;
}
.has-error.form-group .form-help {
    display: none;
}
.has-error.form-group .form-help.form-error {
    display: block;
}
.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}
.progress-line,
.progress-line:before {
    height: 3px;
    width: 100%;
    margin: 0 0 21px 0;
}
.progress-line {
    background-color: #017163;
    display: -webkit-flex;
    display: flex;
}
.auth .progress-line {
    margin: 0;
}
.progress-line:before {
    background-color: #4db6ac;
    content: "";
    -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }
    50% {
        margin-left: 25%;
        margin-right: 0%;
    }
    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}
@keyframes running-progress {
    0% {
        margin-left: 0px;
        margin-right: 100%;
    }
    50% {
        margin-left: 25%;
        margin-right: 0%;
    }
    100% {
        margin-left: 100%;
        margin-right: 0;
    }
}
.form-inline .title_group {
    width: 16.5%;
}
.form-inline .name_group {
    width: 40%;
}
.form-inline .half_width_group {
    width: 49.5%;
}
@media only screen and (max-width: 479px) {
    .form-inline .title_group {
        width: 30%;
    }
    .form-inline .name_group,
    .form-inline .half_width_group {
        width: 100%;
    }
}
.form-group .find_address {
    font-size: 0.8em;
    line-height: 100%;
    margin-left: 12px;
    width: auto;
    text-transform: none !important;
}
.form-inline.group_margin_bottom,
.form-group.group_margin_bottom {
    margin-bottom: 2.25rem;
}
.button a {
    display: block;
    padding: 6px 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}
.button_left {
    float: left;
    margin-right: 12px;
}
.button_center {
    width: auto;
    margin: 12px auto;
    display: inline-block;
    text-align: center;
}
.button_right {
    float: right;
    margin-left: 12px;
}
.button_disabled,
.button_disabled a {
    background-color: #dfdfdf !important;
    color: #9f9f9f !important;
    cursor: not-allowed !important;
}
.button_inactive a {
    background-color: #aaa !important;
    cursor: wait !important;
}
.index_card .button_secondary a {
    background-color: #eee;
    color: #333;
    padding: 10px 0;
}
.index_card .button_secondary a:hover {
    background-color: #ddd;
}
.button a.openhouse {
    background-image: none;
    background: #51b848;
}

.button a.button_offer {
    background: #4db6ac;
}
.button a.button_offer:active,
.button a.button_offer:hover {
    background: #017163;
}
.button a.openhouse:active,
.button a.openhouse:hover {
    background: #46a03f;
}
.feature_list_section h3 {
    font-size: 20px;
}
input.button.button_default,
.button_default a {
    display: block;
    background-color: transparent;
    border: 1px solid #000;
    padding: 11px 35px !important;
    color: #000;
}
.card.clickable:enabled:hover .button_default a,
input.button.button_default:enabled:hover,
.button_default a:enabled:hover {
    background: #017163;
    color: #fff;
}
.button_transparent a {
    border: 1px solid transparent;
    background: transparent;
    color: #666;
    text-decoration: underline;
}
.button_transparent a:hover {
    border: 1px solid #017163;
    color: #017163;
    background: transparent;
    text-decoration: none;
}
.button_brand_yellow a {
    color: #fff;
    
}
.button_brand_yellow a:hover {
    background-color: #4c3724;
}
#masthead_overlay .button.button_highlight a {
    border: 1px solid #fff000;
    background: #fff000;
    color: #000;
    font-weight: bold;
}
#masthead_overlay .button.button_highlight a:hover {
    border: 1px solid #fde700;
    background: #fde700;
    color: #000;
}
.button_progress,
.button_progress a {
    cursor: progress !important;
}
.pc_lookup_button {
    margin-left: 1%;
    width: auto;
}
.pc_lookup_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.ripplelink {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.animate_ripple {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.button_pulse {
    position: relative;
    box-shadow: 0 0 0 0 rgba(220, 32, 8, 0.33);
    -webkit-animation: pulse_red 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
    -moz-animation: pulse_red 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
    -ms-animation: pulse_red 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
    animation: pulse_red 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
}
@-webkit-keyframes pulse_red {
    to {
        box-shadow: 0 0 0 15px rgba(220, 32, 8, 0);
    }
}
@-moz-keyframes pulse_red {
    to {
        box-shadow: 0 0 0 15px rgba(220, 32, 8, 0);
    }
}
@-ms-keyframes pulse_red {
    to {
        box-shadow: 0 0 0 15px rgba(220, 32, 8, 0);
    }
}
@keyframes pulse_red {
    to {
        box-shadow: 0 0 0 15px rgba(220, 32, 8, 0);
    }
}
.document_new.button_pulse,
.button.button_pulse {
    position: relative;
    box-shadow: 0 0 0 0 rgba(1, 113, 99, 0.33);
    -webkit-animation: pulse_green 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
    -moz-animation: pulse_green 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
    -ms-animation: pulse_green 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
    animation: pulse_green 1.5s infinite cubic-bezier(0.66, 0, 0, 0.33);
}
@-webkit-keyframes pulse_green {
    to {
        box-shadow: 0 0 0 10px rgba(1, 113, 99, 0);
    }
}
@-moz-keyframes pulse_green {
    to {
        box-shadow: 0 0 0 10px rgba(1, 113, 99, 0);
    }
}
@-ms-keyframes pulse_green {
    to {
        box-shadow: 0 0 0 10px rgba(1, 113, 99, 0);
    }
}
@keyframes pulse_green {
    to {
        box-shadow: 0 0 0 10px rgba(1, 113, 99, 0);
    }
}
.card_holder {
    width: 100%;
    height: 360px;
}
.cards_in_content {
    padding: 0 3px;
}
.card {
    display: block;
    background: #fff;
    margin-bottom: 24px;
    text-decoration: none;
    box-shadow: 0 0 12px #ddd;
    border: none !important;
}
.card.clickable {
    cursor: pointer;
    transition: 0.3s ease;
}
.card.clickable:hover {
    box-shadow: 0 0 12px #aaa;
}
a.card {
    height: auto;
    min-height: 47px;
    margin: 0 24px 24px 0;
    box-shadow: 0 0 12px #ddd;
}
.no-touch a.card:hover {
    box-shadow: 0 0 15px #aaa;
}
.card .card_contents {
    padding: 10px;
    position: relative;
}
.homepage .card_collection .card {
    min-height: 200px;
}
.homepage .card .card_contents {
    min-height: 120px !important;
}
.card.centered,
.card.centered .card_contents * {
    text-align: center;
}
.card .centered p {
    max-width: 520px;
    margin: auto;
}
.card .card_contents h2.card_heading {
    color: #017163;
    font-weight: normal;
    font-family: "open_sansregular", Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 2em;
}
.card .card_contents h5 {
    font-weight: normal;
}
.card_stack,
card .card_contents h5 {
    line-height: 143%;
    margin-bottom: 6px;
}
.card_collection .card {
    width: 220px;
    margin: 0 24px 24px 0;
    min-height: 330px;
    float: left;
    transition: 0.3s ease;
}
.card_collection .card .card_contents {
    min-height: 180px;
}
.card_collection_2,
.card_collection_3,
.card_collection_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card_collection_2 .card {
    width: 48.5%;
}
.card_collection_3 .card {
    width: 32%;
}
.card_collection_4 .card {
    width: 23%;
    margin-right: 0;
    float: none;
    min-height: 0;
}
.card_collection_3 img,
.card_collection_4 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.card_stack .card {
    margin-bottom: 12px;
    float: left;
    clear: both;
    height: 66px !important;
    overflow: hidden;
    width: 100%;
    text-decoration: none !important;
    min-height: 47px;
    box-shadow: 0 0 12px #ddd;
    transition: 0.5s ease;
}
.card_stack .card img {
    width: 100px;
    float: left;
    height: auto;
}
.card_stack .card .card_contents {
    margin-left: 100px;
    padding: 9px 12px 0;
    height: auto;
    min-height: 1px;
}
.card_stack .card .card_contents p {
    width: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card_half_left {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.card_half_right {
    width: 48%;
    float: right;
}
.card_photo_left {
    width: 220px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
}
.card_contents_desc {
    padding: 12px 12px 12px 232px;
}
.card_contents_desc p {
    color: #000;
}
.icon_overlap {
    margin: -32px auto 18px auto;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    background: #4db6ac url(https://page-assets.foxtons.co.uk/img/icons/check.png) no-repeat center center;
}
.card_feature {
    display: flex;
    min-height: 500px;
    margin-bottom: 48px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.card_feature_reversed {
    flex-direction: row-reverse;
}
.card_feature_centered {
    height: auto;
    min-height: auto;
    display: block;
}
.card_feature_borderless {
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
    overflow: hidden;
}
.card_feature_image {
    display: block;
    width: 45%;
    background: transparent url(https://page-assets.foxtons.co.uk/img/content/holding.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
    align-self: stretch;
}
.card_feature_image img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.card_feature_image_contained {
    background-size: contain;
}
.card_feature_content {
    width: 55%;
    z-index: 3;
}
.card_feature_centered .card_feature_content {
    width: 100%;
}
.card_feature_content .card_contents {
    padding: 12px 10%;
    box-sizing: border-box;
}
.card_feature_centered .card_feature_content .card_contents {
    padding: 3% 10%;
}
.card_feature_content .ticklist {
    margin: 36px 0;
    padding-bottom: 0;
}
.button_new a,
.card_feature .button a {
    text-transform: none;
    font-size: 125%;
    padding: 12px 36px;
}
.index_hero_fullscreen .content_holder p.intro {
    color: #4db6ac;
    font-size: 130% !important;
}
.index_hero_fullscreen .content_holder .ticklist li,
.index_hero_fullscreen .content_holder p:not(.button) {
    font-size: 100%;
}
.card_feature_fullwidth_bg {
    position: relative;
    overflow: hidden;
}
.card_feature_fullwidth_bg.card_feature_has_video {
    height: 80vh;
    max-height: 560px;
}
.card_feature_fullwidth_bg.card_feature_has_image {
    height: 80vh;
    max-height: 760px;
}
.card_feature_fullwidth_bg .sub_holder {
    position: relative;
    z-index: 1;
    padding: 0;
}
.card_feature_fullwidth_bg .card_feature_borderless h1,
.card_feature_fullwidth_bg .card_feature_borderless h2,
.card_feature_fullwidth_bg .card_feature_borderless p {
    color: #fff !important;
    text-shadow: 0 0 12px #000;
}
.card_feature_fullwidth_bg.background_gradient {
    padding: 48px 0;
}
.card_feature_fullwidth_bg.background_gradient .sub_holder {
    padding: 60px 0;
}
.card_feature_fullwidth_bg.background_gradient h1 {
    color: #ffec00 !important;
    text-shadow: none;
}
.card_feature_fullwidth_bg.background_gradient p,
.card_feature_fullwidth_bg.background_gradient li {
    color: #fff;
    text-shadow: none;
}
.card_feature_fullwidth_bg.background_gradient p.intro {
    color: #b6d862 !important;
}
.card_feature_with_video {
    display: block;
    width: 45%;
    height: 100%;
    background: #047062;
}
.card_feature_with_video .vimeo_video_wrapper {
    height: 100%;
    position: relative;
}
.card_loading h5,
.card_loading p {
    text-indent: -99999px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #f5f5f5 18%, #eee 33%);
    background-size: 1000px 104px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}
.card_loading p {
    width: 75%;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@media only screen and (min-width: 1080px) {
    .index_hero_fullscreen .content_holder .card_feature h1,
    .index_hero_fullscreen .content_holder .card_feature h2.card_heading {
        font-size: 260%;
    }
}
@media only screen and (max-width: 1026px) {
    .card_collection_4 .card {
        width: 48%;
        margin-top: 24px;
    }
}
@media only screen and (max-width: 640px) {
    .card_feature {
        height: auto;
        min-height: auto;
        width: 100%;
        flex-direction: column;
    }
    .card_feature_content {
        width: 100%;
    }
    .card_feature_content .card_contents {
        padding: 36px 10%;
    }
    .card_feature_image,
    .card_feature_with_video {
        height: 200px;
        width: 100%;
    }
    .card_feature_borderless .card_feature_image {
        height: 300px;
        margin-bottom: 24px;
        width: 95%;
    }
    .card_feature_has_video .card_feature_image {
        height: 100px;
    }
    .card_feature_fullwidth_bg.background_gradient {
        padding: 0;
    }
    .index_hero_fullscreen .content_holder .card_feature h1 {
        font-size: 160%;
        margin-bottom: 24px;
    }
    .index_hero_fullscreen .content_holder .sub_holder {
        padding: 48px 0 !important;
    }
    .index_hero_fullscreen .content_holder p.intro {
        font-size: 110% !important;
    }
    .index_hero_fullscreen .card_feature_content {
        text-align: center;
    }
    .index_hero_fullscreen .card_feature_content li {
        text-align: left;
    }
    .index_hero_fullscreen .card_feature_content .ticklist {
        margin: 36px 24px;
    }
}
@media only screen and (max-width: 468px) {
    .card_feature_content .card_contents {
        padding: 12px !important;
    }
    .card_feature .button {
        float: none;
        margin-right: 0;
        padding: 12px 6px;
    }
}
.compliance_logos {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 36px auto;
}
.slider_card {
    margin-bottom: 48px;
}
.chip {
    padding: 5px 8px !important;
    margin: 6px 6px 0 0;
    border-radius: 10px;
    color: #fff;
    background: #017163;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
}
.chip.quote {
    background: #e95b54;
}
.chip_filter {
    background: #eef1f3;
    padding: 8px 12px !important;
    border-radius: 12px;
    text-decoration: none;
    color: #646464;
    transition: 0.1s ease;
}
.chip_filter:hover {
    background-color: #6cc3bb;
    color: #fff;
}
.chip_filter_selected {
    background: #4db6ac url(https://page-assets.foxtons.co.uk/img/icons/check.svg) no-repeat 6px center;
    color: #fff;
    padding-left: 33px !important;
}
table.data {
    clear: both;
    width: 100%;
    empty-cells: show;
    border-spacing: 0;
    margin-bottom: 20px;
}
table.table_basic {
    margin: 0;
}
table.data thead {
    background-color: #017163;
}
table.table_basic thead {
    background-color: transparent;
}
table.data thead th {
    background-image: none !important;
    padding: 7px 6px;
    font-size: 80%;
    text-align: left;
    color: #b6d862;
    vertical-align: top;
}
table.table_basic thead th {
    color: #666;
    border-bottom: 1px solid #ddd;
}
table.data thead th.table_tl {
    padding-left: 5px;
}
table.data thead th span {
    font-weight: normal;
    display: block;
}
table.data thead th span a,
table.data thead th a {
    color: #b6d862;
}
table.data td {
    padding: 7px 6px 6px;
    border: none;
    border-bottom: 1px solid #ddd;
}
table.data td.clear_bottom {
    border-bottom: none;
}
tr.highlight {
    background-color: #f0f0f0;
}
.highlight_green {
    background-color: #f3f9e8 !important;
}
th.int,
td.int {
    text-align: right !important;
}
table.data .data_row_highlight td {
    font-size: 90%;
    padding: 7px 0;
}
.data_row_hidden {
    display: none;
}
#mega_menu {
    display: none;
    position: absolute;
    background: #fff;
    clear: both;
    margin: 0;
    width: 100%;
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.4);
    top: 59px;
    left: 0;
    z-index: 99997;
}
.search #mega_menu {
    z-index: 99999999;
}
#mega_menu .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 20px;
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/close_white.svg) no-repeat center center;
}
#mega_menu_actionbar {
    background: #29877c;
    padding: 24px 0 12px;
}
#mega_menu_actionbar h1,
#mega_menu_actionbar h3,
#mega_menu_actionbar h2 {
    color: #fff;
    pointer-events: none;
}
#mega_menu_actionbar .mega_menu_heading {
    font-weight: normal;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    margin-bottom: 20px;
    font-size: 2em;
}
#mega_menu_actionbar h3 a {
    color: #fff;
}
#mega_menu_actionbar .button a {
    padding-bottom: 13px;
    font-size: 100%;
    background: #01594d;
}
#mega_menu_actionbar .button a:hover {
    color: #fff;
    background: #017163;
}
#mega_menu_actionbar .button span.label {
    font-size: 75%;
    color: #fff;
    opacity: 0.6;
    padding-bottom: 9px;
}
#mega_menu_actionbar input.search_keyword_value {
    font-size: 140%;
    width: 320px;
    padding: 12px;
    margin: 12px auto;
    border: none;
    display: block;
}
#mega_menu_contents {
    padding: 24px 0;
}
#mega_menu_contents .mega_menu_section {
    display: flex;
    justify-content: space-between;
    align-items: top;
}
#mega_menu_contents .mega_menu_section dl {
    width: 31%;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    #mega_menu_actionbar input.search_keyword_value {
        width: 90%;
    }
}
@media only screen and (max-width: 468px) {
    #mega_menu .close {
        margin: 12px;
    }
    #mega_menu_actionbar h1 {
        max-width: 86%;
        margin: 0 auto 8px auto;
    }
    #mega_menu_actionbar h3 {
        margin-bottom: 6px;
        font-size: 90%;
    }
    #mega_menu_actionbar .mega_menu_landlord .button {
        margin: 12px auto !important;
        width: 80%;
        display: block;
    }
    #mega_menu_contents {
        padding: 12px 0;
    }
    #mega_menu_contents .mega_menu_section {
        flex-wrap: wrap;
    }
    #mega_menu_contents .mega_menu_section dl {
        width: 47%;
    }
    #mega_menu_contents .mega_menu_section dl:last-child {
        width: 100%;
        margin-top: 24px;
    }
}
@media only screen and (max-width: 400px) {
    .button_center {
        margin: 0 auto;
    }
    #mega_menu_contents dt {
        border: none;
        padding-bottom: 6px;
    }
    #mega_menu_contents dd a {
        padding: 8px 0;
        border: none;
    }
}
#postcode_finder {
    max-width: 60%;
    margin: 48px auto;
}
#postcode_finder input {
    font-size: 200%;
    padding: 18px 12px;
    display: block;
    float: none;
    box-sizing: border-box;
}
#enter_postcode {
    text-transform: uppercase;
    outline: none;
    background: #f5f5f5;
    width: 100%;
}
#enter_postcode::-webkit-input-placeholder {
    text-transform: none;
}
#enter_postcode:-moz-placeholder {
    text-transform: none;
}
#enter_postcode::-moz-placeholder {
    text-transform: none;
}
#enter_postcode:-ms-input-placeholder {
    text-transform: none;
}
#addresses {
    border: 1px solid #ddd;
    border-top: none;
    height: 150px;
    overflow: auto;
    display: none;
    background: #f5f5f5;
}
#addresses::-webkit-scrollbar {
    width: 10px;
    height: 16px;
}
#addresses::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
#addresses a {
    display: block;
    padding: 12px 24px 12px 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    text-decoration: none;
    color: #000;
    background: #f5f5f5 url(https://page-assets.foxtons.co.uk/img/icons/chevron-right-grey.svg) no-repeat right center;
    transition: 0.2s ease;
}
#addresses a:focus,
#addresses a:active,
#addresses a:hover {
    color: #fff;
    background: #4db6ac url(https://page-assets.foxtons.co.uk/img/icons/chevron-right-white.svg) no-repeat right center;
    border-bottom: 1px solid #4db6ac;
}
#addresses a:last-child {
    border-bottom: none;
}
.ui-menu .ui-menu-item {
    font-size: 20px !important;
}
.ui-menu .ui-menu-item div {
    font-size: 100% !important;
}
.ui-widget-content {
    border: none;
    box-shadow: 0 6px 12px #2b2b2b;
}
@media only screen and (max-width: 768px) {
    #postcode_finder {
        max-width: 80%;
        margin: 24px auto;
    }
}
@media only screen and (max-width: 468px) {
    #postcode_finder {
        max-width: 100%;
    }
    #postcode_finder input {
        font-size: 160%;
    }
}
.modal_body {
    position: relative;
    width: 100%;
    display: flex;
    height: 448px;
}
ul.default {
    list-style-type: none;
}
ul.default li:before {
    content: "-";
    display: table-cell;
    padding-right: 5px;
}
ul.default li {
    display: table;
}
#options_wrapper {
    display: flex;
    font-weight: 600;
}
#options_wrapper > p.button_center {
    flex: 1;
    margin: 12px 2px;
}
#options_wrapper > .accept_all {
    border: 1px solid #017163;
}
#options_wrapper > p.button_center > a.cookie_option {
    padding: 12px 0 !important;
}
#cookie_compliance > h3 {
    background: #017163;
    padding: 24px;
    margin: 0;
    color: #fff;
}
#cookie_compliance .button_new a {
    font-size: 95%;
}
.modal_menu {
    width: 30%;
    text-align: left;
    background: #4db6ac;
}
.modal_menu .modal_menu_list {
    list-style: none;
    color: #fff;
    height: 100%;
}
.modal_menu_list {
    display: flex;
    flex-direction: column;
}
.menu_tab {
    border-bottom: 1px solid #fff;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.menu_tab:first-child {
    border-top: 1px solid #fff;
}
.menu_tab.selected {
    background: #017163;
}
.menu_tab.selected .menu_tab_link {
    color: #fff;
}
.modal_menu_list li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.modal_cookie_content {
    width: 70%;
    overflow: auto;
}
.consent_text {
    display: none;
    overflow-y: auto;
    padding: 24px;
    text-align: left;
    font-size: 12px;
}
.consent_text ul.default li {
    font-size: 12px;
}
.consent_text:target ~ .consent_text {
    display: none;
}
.consent_text:target {
    display: block;
}
.consent_text:last-of-type {
    display: block;
}
.consent_text .checkbox {
    margin-top: 0px;
}
.consent_text .checkbox .helper {
    top: 5px;
}
.checkbox label {
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    
}
.modal_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    border-top: 1px solid #ccc;
    background: #fff;
    font-weight: 600;
}
.modal_footer .button_default {
    padding: 0 12px;
}
#cookie_consent {
    padding-top: 0 !important;
    overflow-x: hidden;
}
#cookie_consent #cookie_logo {
    width: 60px;
    height: auto;
}

#cookie_consent .modal_heading_wrapper {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: center;
    margin-left: -60px;
}
#cookie_consent .modal_heading_wrapper h3 {
    margin-bottom: 0;
}
#cookie_consent .modal_content {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}
#cookie_consent .modal_content > p {
    font-size: 1.1rem;
}
#cookie_consent .modal_content h3 {
    margin-bottom: 36px;
}
@media only screen and (max-width: 660px) {
    #cookie_compliance > h3 {
        font-size: 24px;
    }
    .modal_menu_list li a {
        font-size: 14px;
    }
    #cookie_consent .button_new a,
    #cookie_compliance .button_new a {
        padding: 10px 18px !important;
    }
    .modal_footer {
        display: flex;
    }
    .modal_menu {
        height: 100%;
    }
    .modal_footer .button_center {
        margin: 12px auto;
    }
    #options_wrapper {
        flex-direction: column;
    }
    #options_wrapper > p.button_center {
        margin: 1px 0px;
    }
    ul.default.mobile_default li {
        margin: 3px 0;
    }
}
@media only screen and (max-width: 468px) {
    #cookie_compliance > h3 {
        font-size: 24px;
    }
    #cookie_consent .modal_heading_wrapper h3 {
        font-size: 130%;
    }
    #cookie_consent .modal_heading_wrapper {
        margin-left: 0;
    }
    #cookie_consent #cookie_logo {
        margin-right: 5px;
    }
    .modal_body {
        height: 456px;
    }
    .modal_footer .button_default {
        padding: 0px;
    }
    #options_wrapper {
        flex-direction: column;
    }
    #options_wrapper > p.button_center {
        margin: 1px 0px;
    }
    ul.default.mobile_default li {
        margin: 3px 0;
    }
    #cookie_consent {
        min-width: 260px;
    }
}
@media only screen and (min-width: 468px) {
    ul.default.mobile_default li {
        margin: 3px 0;
    }
    .modal_footer {
        display: block;
    }
    .modal_footer .button_default {
        padding: 0 12px;
    }
}
@media only screen and (max-width: 360px) {
    .modal_body {
        height: 424px;
    }
    .modal_footer .button_default {
        padding: 0px;
    }
}
@media only screen and (max-width: 320px) {
    .modal_body {
        height: 372px;
    }
    #cookie_consent .button_new a,
    #cookie_compliance .button_new a {
        padding: 10px !important;
    }
}
.sash_premium {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_premium.svg);
}
.sash_newhomes {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_newhomes.svg);
}
.sash_rentguaranteed {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_rent_guaranteed.svg);
}
.sash_reduced {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_reduced.svg);
}
.sash_sold {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_sold.svg);
}
.sash_for_sale {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_for_sale.svg);
}
.sash_sold_corner {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_sold_corner.svg);
}
.sash_sold_ok {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_sold_ok.svg);
}
.sash_let {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_let.svg);
}
.sash_let_corner {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_let_corner.svg);
}
.sash_let_ok {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_let_ok.svg);
}
.sash_to_let {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_to_let.svg);
}
.sash_openhouse {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_open_house.svg);
}
.sash_of_interest {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_of_interest.svg);
}
.sash_match {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_match.svg);
}
.sash_recommended {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_recommended.svg);
}
.sash_handpicked,
.sash_neg_recommendation {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_handpicked.svg);
}
.sash_quick_sale {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_quick_sale.svg);
}
.sash_great_price {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_great_price.svg);
}
.sash_top_tenancy {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_top_tenancy.svg);
}
.sash_last_viewed {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_last_viewed.svg);
}
.sash_updated {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_updated.svg);
    z-index: 1;
}
.sash_old {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_old.svg);
    z-index: 1;
}
.sash_new {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_new.svg);
    z-index: 1;
}
.sash_in_tenancy {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_in_tenancy.svg);
    z-index: 1;
}
.sash_pre_tenancy {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_pre_tenancy.svg);
    z-index: 1;
}
.sash_off_market {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_off_market.svg);
    z-index: 1;
}
.sash_example {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_example.svg);
    z-index: 1;
}
.sash_viewing {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_viewing.svg);
}
.sash_offer,
.sash_offers {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_offered.svg);
}
.sash_saved_property {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_saved.svg);
}
.sash_sneak_peek {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_sneakpeek.svg);
}
.sash_above_asking_price {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_above_asking_price.svg);
    width: 100px;
    height: 100px;
}
.sash_zero_deposit {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_zero_deposit.svg);
}
.sash_auction {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/sash_auction.svg);
}
.stepper {
    list-style: none;
    margin: 0;
    padding: 0;
}
.step_label {
    display: block;
    padding: 12px;
    transition: 0.5s ease;
}
.step_label:hover {
    background: #f5f5f5;
}
.step_number {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #bbb;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 165%;
    border-radius: 13px;
}
.selected .step_number {
    background: #4db6ac;
}
.step_has_error .step_number {
    background: #dc2008;
}
.step_has_error .step_title {
    color: #dc2008;
}
.completed .step_number {
    background: #4db6ac url(https://page-assets.foxtons.co.uk/img/icons/check.png) no-repeat center center;
    text-indent: -99999px;
}
.step_title {
    display: inline-block;
    margin-left: 12px;
    color: #aaa;
    font-size: 85%;
}
.stepper_progress_stacked .step_title {
    display: block;
    margin-top: 6px;
    margin-left: 0;
}
.selected .step_title {
    color: #2b2b2b;
}
.completed .step_title {
    color: #4db6ac;
}
.step_content_holder {
    border-left: 1px solid #ccc;
    margin-left: 24px;
    padding-left: 29px;
    min-height: 12px;
    transition: 1s ease;
}
.step:last-child .step_content_holder {
    min-height: 0;
}
.step_content {
    height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}
.selected .step_content {
    height: auto;
    overflow: visible;
    padding: 0 0 24px 0;
}
.stepper_progress_holder:after {
    content: "";
    display: table;
    clear: both;
}
.stepper_progress {
    height: 52px;
    min-height: 52px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.stepper_progress_stacked .stepper_progress {
    height: 24px;
    min-height: 24px;
    border-bottom: none;
}
.stepper_progress_stacked .stepper_progress_line {
    border-top: 1px solid #ccc;
    width: 50%;
    margin: 24px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.stepper_progress_stacked .stepper_progress li {
    height: auto;
    border: none;
    width: 25% !important;
}
.stepper_progress_stacked .stepper_progress_3_steps li {
    width: 33% !important;
}
.stepper_progress_stacked .stepper_progress_5_steps li {
    width: 20% !important;
}
.stepper_progress_stacked .stepper_progress_6_steps li {
    width: 16.5% !important;
}
.stepper_progress_stacked .stepper_progress .step_label {
    float: none;
    text-align: center;
    text-decoration: none;
    background: transparent;
}
.stepper_progress_stacked .stepper_progress .step_number {
    border-radius: 23px;
    border: 10px solid #fff;
    margin-top: -10px;
}
.stepper_progress_stacked .stepper_progress .step_title {
    display: block;
    margin-top: 6px;
    margin-left: 0;
}
.stepper_progress_stacked li a {
    text-decoration: none;
}
.stepper_progress li {
    width: 25%;
    width: calc((100% - 204px) / 3);
    width: -moz-calc((100% - 204px) / 3);
    width: -webkit-calc((100% - 204px) / 3);
    width: -o-calc((100% - 204px) / 3);
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    height: 25px;
    border-bottom: 1px solid #ccc;
    overflow: visisble;
}
.stepper_progress li:last-child {
    border-bottom: none;
    width: 200px;
}
.stepper_progress .step_label {
    cursor: default;
    background: #fff;
    float: left;
}
.stepper_progress_3_steps li {
    width: 33%;
    width: calc((100% - 204px) / 2);
    width: -moz-calc((100% - 204px) / 2);
    width: -webkit-calc((100% - 204px) / 2);
    width: -o-calc((100% - 204px) / 2);
}
.stepper_progress_5_steps li {
    width: 20%;
    width: calc((100% - 204px) / 4);
    width: -moz-calc((100% - 204px) / 4);
    width: -webkit-calc((100% - 204px) / 4);
    width: -o-calc((100% - 204px) / 4);
}
.stepper_progress_6_steps li {
    width: 16%;
    width: calc((100% - 204px) / 5);
    width: -moz-calc((100% - 204px) / 5);
    width: -webkit-calc((100% - 204px) / 5);
    width: -o-calc((100% - 204px) / 5);
}
#valuation_card .stepper_progress_holder {
    width: 80%;
    margin: 24px auto 0;
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
    .stepper_progress {
        height: 24px;
        min-height: 24px;
        border-bottom: 1px solid #ccc;
    }
    .stepper_progress li {
        height: auto;
        border: none;
        width: 25% !important;
    }
    .stepper_progress_3_steps li {
        width: 33% !important;
    }
    .stepper_progress_5_steps li {
        width: 20% !important;
    }
    .stepper_progress_6_steps li {
        width: 16.5% !important;
    }
    .stepper_progress .step_label {
        float: none;
        text-align: center;
        text-decoration: none;
        background: transparent;
    }
    .stepper_progress .step_number {
        border-radius: 23px;
        border: 10px solid #fff;
        margin-top: -10px;
    }
    .stepper_progress .step_title {
        display: block;
        margin-top: 6px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .stepper_progress li {
        width: 25%;
        width: calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: -webkit-calc((100% - 60px) / 3);
        width: -o-calc((100% - 60px) / 3);
    }
    .stepper_progress_3_steps li {
        width: 33%;
        width: calc((100% - 60px) / 2);
        width: -moz-calc((100% - 60px) / 2);
        width: -webkit-calc((100% - 60px) / 2);
        width: -o-calc((100% - 60px) / 2);
    }
    .stepper_progress_5_steps li {
        width: 20%;
        width: calc((100% - 60px) / 4);
        width: -moz-calc((100% - 60px) / 4);
        width: -webkit-calc((100% - 60px) / 4);
        width: -o-calc((100% - 60px) / 4);
    }
    .stepper_progress_6_steps li {
        width: 20%;
        width: calc((100% - 60px) / 5);
        width: -moz-calc((100% - 60px) / 5);
        width: -webkit-calc((100% - 60px) / 5);
        width: -o-calc((100% - 60px) / 5);
    }
    .stepper_progress li:last-child {
        width: 60px;
    }
    .step_label {
        font-size: 85%;
    }
    .stepper_progress .step_label b {
        display: none;
    }
    .stepper_progress_stacked .step_number {
        line-height: 200%;
    }
    #valuation_card .stepper_progress_holder {
        width: 100%;
    }
}
@media only screen and (max-width: 468px) {
    .step_label {
        padding: 12px 6px;
    }
    #valuation_card .stepper_progress_holder {
        margin-top: 0;
    }
}
.comparison_table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 12px 48px 0;
}
.comparison_table th {
    padding: 12px;
    color: #666;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
}
.comparison_table th:first-child {
    text-align: left;
}
.comparison_table th h3 {
    color: #666;
}
.comparison_table th h3 img {
    display: block;
    margin: 0 auto 6px auto;
    text-align: center;
}
.comparison_table td {
    width: 130px;
    text-align: center;
    vertical-align: middle;
    padding: 16px 12px;
    border: none;
}
.comparison_table td img {
    display: block;
    margin: 0 auto;
}
.comparison_table .comparison_title {
    width: auto;
    text-align: left;
}
.comparison_table .comparison_title b {
    display: block;
    font-size: 133%;
    color: #017163;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    margin-bottom: 6px;
}
.comparison_table .comparison_title span {
    font-style: italic;
}
.comparison_foxtons {
    display: block;
}
.comparison_foxtons_link {
    display: none;
}
.comparison_option1 {
    background: #f5f5f5;
    border-right: 1px solid #fff;
}
.comparison_option2 {
    background: #f5f5f5;
}
.comparison_option3 {
    color: #fff !important;
    background: #4db6ac;
    box-shadow: 0 8px 0px 0px #47ada3, 0 -8px 0px 0px #4db6ac, 2px 0 8px 1px rgba(0, 0, 0, 0.3), -2px 0 8px 1px rgba(0, 0, 0, 0.3);
}
.comparison_table .row_odd tr:last-child td:last-child {
    border-bottom: none !important;
    box-shadow: 0 8px 0px 0px #47ada3, 0 -8px 0px 0px #4db6ac, 2px 0 8px 1px rgba(0, 0, 0, 0.3), -2px 0 8px 1px rgba(0, 0, 0, 0.3);
}
.row_odd td {
    background: #fafafa;
}
.row_odd td.comparison_option1,
.row_odd td.comparison_option2 {
    background: #f0f0f0;
}
.row_even td.comparison_option3 {
    box-shadow: 0 8px 0px 0px #4db6ac, 0 -8px 0px 0px #47ada3, 2px 0 8px 1px rgba(0, 0, 0, 0.3), -2px 0 8px 1px rgba(0, 0, 0, 0.3);
}
.row_odd td.comparison_option3 {
    background: #47ada3;
}
@media only screen and (max-width: 1280px) {
    .comparison_table td {
        width: 120px;
    }
    .comparison_foxtons_link {
        display: block;
        padding-bottom: 6px;
    }
    .comparison_foxtons {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .comparison_table td {
        width: 120px;
        padding: 12px 6px;
    }
}
@media only screen and (max-width: 468px) {
    .comparison_table th,
    .comparison_table td {
        width: auto;
        padding: 12px 6px;
        font-size: 60% !important;
    }
    .comparison_table .comparison_title b {
        font-weight: normal;
    }
}
.chart_donut_holder {
    margin-top: 12px;
    width: 25%;
    float: left;
    position: relative;
}
.chart_donut_holder h3 {
    margin-bottom: 0;
}
.chart_donut {
    position: absolute;
    max-width: 170px;
    max-height: 170px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.chart_donut_legend {
    display: flex;
    width: 130px;
    margin: 0 auto;
    height: 170px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.chart_donut_legend_supporting {
    font-size: 70%;
    color: #999;
}
.chart_donut_legend_value {
    color: #4db6ac;
    font-size: 240%;
    line-height: 100%;
}
p.chart_donut_label {
    margin-top: 0;
    font-size: 100% !important;
    color: #017163 !important;
    font-weight: bold;
}
@media only screen and (max-width: 1026px) {
    .chart_donut_legend_value {
        font-size: 210%;
    }
}
@media only screen and (max-width: 768px) {
    .chart_donut_holder {
        width: 46%;
        margin-right: 4%;
    }
}
@media only screen and (max-width: 380px) {
    .chart_donut_legend_value {
        font-size: 180%;
    }
}
@media only screen and (max-width: 320px) {
    .chart_donut_legend_value {
        font-size: 110%;
    }
}
.feature_list {
    margin: 48px auto;
    width: 80%;
    margin-bottom: 0px;
}
.feature_list .feature_list_section {
    border-top: 1px solid #ddd;
    padding: 12px 0 0 0;
    margin-top: 24px;
    clear: both;
}
.feature_list .feature_list_section h3 {
    width: 27%;
    margin-top: 11px;
    float: left;
}
.feature_list .feature_list_section div {
    width: 65%;
    float: left;
    padding-bottom: 24px;
}
.feature_list p {
    padding: 7px 0 4px 28px;
    margin: 12px 0 6px;
    background: url(https://page-assets.foxtons.co.uk/img/icons/tick_disc.svg) no-repeat left center;
}
@media only screen and (max-width: 1024px) {
    .feature_list {
        width: 96%;
    }
}
@media only screen and (max-width: 900px) {
    .feature_list .feature_list_section {
        border: none;
    }
    .feature_list .feature_list_section h3 {
        border-bottom: 1px solid #ddd;
        float: none;
        padding-bottom: 16px;
        margin-bottom: 8px;
        width: 100%;
    }
    .feature_list .feature_list_section div {
        float: none;
        width: auto;
    }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 6px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
    border-radius: 6px;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
.fancybox-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAAAAAAAAB6mUWpAAAACF0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgNC4w6iYndQAAAJhJREFUeJztlUsOgDAIBR/eobfo/Ze9hAd6LmRhLFA/IUYjCTuYacGPkERmTKn0X3BHUAE0AEVEECWAorXVJJG0snGNmWTxTkeyaA21p2N5gm2jKbFqDgs8QAT3puEKglNG4nMCR+KO7pLAkER76TL9PXh2RKlLHoDuPaYRfHC7w4L0T0XVBhe+kzTt6ViyXWpGfPeH8x7BAoSf4qFC/E4xAAAAAElFTkSuQmCC)
        no-repeat;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1000000004;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100000000;
    background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-close {
    background-color: rgba(1, 113, 99, 0.5);
    border-radius: 12px;
}
.fancybox-opened {
    z-index: 1000000003;
}
.fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100000000;
    background: rgba(0, 0, 0, 0.8) url(https://page-assets.foxtons.co.uk/img/icons/loading_white.svg) no-repeat center center;
}
#powerTip {
    cursor: default;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    color: #fff;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 2147483647;
    font-size: 75%;
    max-width: 330px;
}
#powerTip:before {
    content: "";
    position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
}
#powerTip.e:before,
#powerTip.w:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: -5px;
    top: 50%;
}
#powerTip.n:before {
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    bottom: -10px;
}
#powerTip.e:before {
    border-right: 10px solid #333;
    border-right: 10px solid rgba(0, 0, 0, 0.8);
    left: -10px;
}
#powerTip.s:before {
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    top: -10px;
}
#powerTip.w:before {
    border-left: 10px solid #333;
    border-left: 10px solid rgba(0, 0, 0, 0.8);
    right: -10px;
}
#powerTip.ne:before,
#powerTip.se:before {
    border-right: 10px solid transparent;
    border-left: 0;
    left: 10px;
}
#powerTip.nw:before,
#powerTip.sw:before {
    border-left: 10px solid transparent;
    border-right: 0;
    right: 10px;
}
#powerTip.ne:before,
#powerTip.nw:before {
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    bottom: -10px;
}
#powerTip.se:before,
#powerTip.sw:before {
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    top: -10px;
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10px;
}
#powerTip.ne-alt:before {
    left: auto;
    right: 10px;
}
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
    border-top: none;
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    bottom: auto;
    top: -10px;
}
#powerTip.se-alt:before {
    left: auto;
    right: 10px;
}
.ac_results {
    padding: 0px;
    background-color: white;
    overflow: hidden;
    z-index: 99999999999;
    margin-top: -2px;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #333;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: default;
    display: block;
    font-size: 85%;
    color: #666;
    line-height: 16px;
    overflow: hidden;
}
.ac_odd {
    background-color: #f0f0f0;
    color: #666;
}
.ac_over {
    background-color: #b6d862;
    color: #666;
}
.ui-autocomplete {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.jq-ry-container[readonly="readonly"] {
    cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
    width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 11;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-background {
    background: #ccc;
}
.noUi-connect {
    background: #b6d862;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 4px;
}
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    font: 400 12px Arial;
    color: #999;
}
.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-sub {
    background: #aaa;
}
.noUi-marker-large {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
    padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
#map_updating {
    position: absolute;
    width: 100%;
    background: #000 url(https://page-assets.foxtons.co.uk/includes/themes/jquery/img/progress.gif) no-repeat center center;
    opacity: 0.1;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.gm_infobox h3 a {
    text-decoration: none;
    font-size: 120% !important;
}
.gm_infobox h3 span {
    display: block;
    font-size: 85%;
    color: #666;
}
.gm_infobox .sold {
    color: #dc2009;
}
.gm-style p {
    font-family: Poppins,sans-serif;
    font-size: 100%;
}
#infobox_graph {
    min-width: 150px;
    width: 250px;
    height: 150px;
}
.gm_label {
    color: #666;
    pointer-events: none;
}
.gm_label,
.gm_label_map-small,
.gm_label_map-standard,
.gm_label_map-region,
.gm_label_selected {
    background: #2b2b2b;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 120%;
    font-weight: normal;
    padding: 3px 6px;
    margin: -20px 0 0 -40px;
    opacity: 0.9 !important;
    border-radius: 4px;
}
.gm_label_map-small {
    font-size: 95%;
    background: #b6d862;
    color: #105248;
}
.gm_label_map-region {
    background: #017163 !important;
    border: 1px solid #017163;
}
.gm_label_map-small:hover,
.gm_label_map-standard:hover,
.gm_label_map-region:hover {
    background: #017163 !important;
    color: #fff000;
    border: 1px solid #017163;
}
.gm_label_selected {
    background: #dc2008;
    color: #fff;
}
.gm_label_transparent {
    color: #fff;
    font-size: 120%;
    text-transform: uppercase;
    text-align: center;
    transform: translate(-50%, -50%);
    text-shadow: 0 1px 1px #000;
    opacity: 1;
}
.gm_delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: Poppins,sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}
.gm_delete-menu:hover {
    background: #eee;
}
#map_alert .walkingWarningIcon {
    display: none;
}
#map_alert #directionsSummary1_ItineraryContainer1 {
    display: none;
}
.dd_directionStepLetter {
    line-height: 20px;
    font-weight: bold;
}
#map_alert .itinerary,
#map_alert .routeSummary,
#map_alert .walkingWarningText,
#map_alert .directionsPanel,
#map_alert .directionsPanel div,
#map_alert .directionsPanel li,
#map_alert .MicrosoftMap .itinerary * {
    position: static !important;
}
#map_alert .dd_walkingWarningIcon {
    position: static !important;
    float: left;
}
#directionsSummary div,
#directionsSummary span {
    font-family: Poppins,sans-serif !important;
    font-size: 12px !important;
}
@-ms-viewport {
    width: device-width !important;
}
:root {
    --doc-height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Poppins,sans-serif;
    background: #f5f5f5;
}
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
figure,
td,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-family: Poppins,sans-serif;
}
video {
    display: block;
}
figure {
    display: block;
    background: #fff;
}
#wrapper {
    margin: 0 auto;
    background: #fff;
    min-width: 1000px;
}
.sub_holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}
.sub_holder_restricted,
.single_sheet .content_holder .sub_holder {
    max-width: 900px;
}
.card.sheet .card_contents {
    padding: 48px;
    box-sizing: border-box;
    margin-bottom: 48px;
}
a,
.anchor_link {
    color: #017163;
    outline: none;
}
.anchor_link {
    cursor: pointer;
    text-decoration: underline;
}
.mobile_only {
    display: none;
}
.clickable {
    cursor: pointer;
}
map,
area,
a img {
    border: 0;
}
img.fullwidth {
    display: block;
    width: auto !important;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.background_gradient {
    background: #4c3724 !important;
    
}
.bg--grey {
    background-color: #f5f5f5 !important;
}
.text_transform--none {
    text-transform: none !important;
}
.text--brand-yellow {
    color: #ffec00;
}
.text--align-center {
    text-align: center;
}
#more {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
}
.centered_vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#logo {
    position: absolute;
    z-index: 99998;
    margin: -5px 0 0 20px;
    transition: 0.3s ease;
}
#logo:hover {
    margin-top: 0;
}
#myfoxtons_link {
    display: block;
    padding: 21px 0 21px 26px;
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/account_logged_out.svg) no-repeat left center;
    float: right;
    color: #f0f0f0;
    font-size: 110%;
    color: #ccc;
    text-decoration: none;
    font-weight: normal;
    font-size: 95%;
    transition: 0.3s ease;
}
#myfoxtons_link.is_logged_in {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/account_logged_in.svg);
}
#live_chat {
    padding: 21px 22px 21px 28px;
    background: transparent url(https://page-assets.foxtons.co.uk/img/online-chat/chat_icon_v3.svg) no-repeat left center;
    color: #ccc;
    text-decoration: none;
    font-weight: normal;
    font-size: 95%;
    transition: 0.3s ease;
    cursor: pointer;
    outline: none;
}
.detail .LPMimage,
.resource .LPMimage {
    top: -49px !important;
}
#offices_list {
    padding: 3px;
}

.search #crumb_holder {
    display: none;
}
#crumb a {
    color: #fff;
    margin-right: 6px;
    padding-right: 15px;
    text-decoration: none;
    background: transparent
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAGAQMAAAA8K7ZPAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///////9VfPVsAAAAAnRSTlMA/1uRIrUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAhdEVYdFNvZnR3YXJlAE1hY3JvbWVkaWEgRmlyZXdvcmtzIDQuMOomJ3UAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMDcvMTIXz7qOAAAAE0lEQVR4nGNoYDjA8AAIDzA0AAAZjARBOwk9BQAAAABJRU5ErkJggg==)
        no-repeat right center;
}
.index_hero_fullscreen #crumb_holder {
    background-color: transparent;
}
#crumb {
    float: left;
}
#sub_crumb {
    float: right;
    color: #ccc;
    margin: 0;
    display: none;
}
#sub_crumb a {
    color: #f0f0f0;
    text-decoration: none !important;
}
#crumb .prev,
#crumb .next {
    padding: 0;
    margin: 0;
    background-image: none;
}
#crumb a:hover,
#sub_crumb a:hover,
#contact:hover,
.loading_ring {
    vertical-align: middle;
}
.hidden_if_not_loggedin {
    display: none;
}
#masthead {
    height: auto;
    min-height: 170px;
    max-height: 250px;
    overflow: hidden;
}
#masthead img,
#masthead canvas {
    display: block;
    width: 100%;
}
.default #masthead {
    height: 440px;
    max-height: 440px;
}
.default #masthead img {
    min-height: 220px;
}
#masthead_copy .trustpilot_rating {
    font-size: 125%;
    color: #fff;
    margin: 30px 0 20px 0 !important;
    text-shadow: 0 0 18px #2a2a2a;
    text-align: center;
}
#masthead_copy .trustpilot_rating img {
    vertical-align: bottom;
    height: 32px;
}
@media only screen and (max-width: 840px) {
    #masthead_copy .trustpilot_rating span {
        display: none;
    }
}
.content_holder {
    clear: both;
}
.default .content_holder {
    padding: 0 20px;
    background-color: #f0f0f0;
}
.index_hero .content_holder {
    background: #f5f5f5 !important;
    padding-top: 48px;
    padding-bottom: 12px;
}
.index_hero_fullscreen .content_holder_fullscreen {
    background: #fff !important;
    padding: 0;
}
.index_hero_fullscreen .content_holder .sub_holder {
    padding: 60px 0;
}
.content {
    padding-top: 12px;
}
.default #content {
    background: #fff;
    position: relative;
    margin-top: -320px;
    padding: 20px;
}
#content_wrapper {
    padding-top: 12px;
    width: 100%;
    float: left;
    overflow: hidden;
}
article {
    display: block;
    width: 720px;
    float: left;
}
.full_width article {
    width: auto;
    float: none;
    margin: 0;
}
aside {
    display: block;
    width: 200px;
    float: right;
    margin-left: 12px;
}
section {
    dislay: block;
    margin: 0;
    padding: 0;
}
#info_holder {
    width: 100%;
    clear: both;
    padding: 0 0 40px 0;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.details {
    clear: both;
}
.details ul {
    margin: 0 0 20px 0px;
}
.details li {
    padding: 11px 18px 11px 11px;
    border-top: 1px solid #ddd;
    width: 213px;
    height: 500px;
    list-style: none;
    float: left;
}
.columns_3 .details li {
    padding: 11px 2.2% 11px 0;
    width: 30.8%;
}
.columns_3 .details li img {
    width: 100%;
    max-width: 255px;
}
.details li.nopic {
    width: 205px;
    padding: 11px 22px 11px 16px;
}
.details li li {
    list-style: default;
    list-style-type: disc !important;
    list-style-position: inside;
    padding: 0 0 0 0px !important;
    margin: 0 0 0 16px !important;
    width: 90% !important;
    height: auto;
    background: transparent none !important;
    float: none !important;
    border-top: none;
}
.details img {
    margin-bottom: 2px;
}
.details h5,
.details p {
    width: auto;
}
.col_left {
    width: 48%;
    float: left;
}
.col_right {
    width: 48%;
    float: right;
}
.cols {
    width: 47%;
    float: left;
    margin-right: 2.5%;
    overflow: hidden;
}
.feature_centered {
    clear: both;
}
.feature_centered .sub_holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.feature_centered .sub_holder h1 {
    color: #017163;
    text-align: center;
    font-size: 200% !important;
}
.feature_centered .tagline {
    color: #93bd2f;
    line-height: 150%;
    font-size: 120%;
    width: auto;
    max-width: 100%;
}
.feature_centered p {
    text-align: center;
    width: 60%;
    max-width: 650px;
    margin: 24px auto 12px;
    color: #666;
    line-height: 150%;
}
.feature_centered .button_default {
    font-size: 85%;
    width: 220px;
    margin: 48px auto 36px;
}
.columns_1 .details li {
    background-image: none;
    padding: 17px 0 16px 0;
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    float: none;
    clear: both;
}
.columns_1 .details li li {
    border-top: none;
    padding: 0;
    margin: 0;
    width: auto !important;
    clear: none;
}
.columns_1 .details li img {
    margin: 1px 20px 20px 0px;
    float: left;
}
.columns_1 .details li p img {
    margin: 0;
    float: none;
}
.columns_1 .details h5 {
    margin-bottom: 12px;
}
.columns_2 .details h5,
.columns_2 .details p,
.columns_1 .details h5,
.columns_1 .details p {
    width: auto;
    padding: 0;
}
.columns_1 .details p {
    width: auto;
    padding: 0 15px 0 0;
}
.columns_2 .details li {
    background-image: none;
    padding: 0;
    width: 46%;
    margin-right: 2%;
    margin-bottom: 20px;
    border-top: 0;
}
.columns_21 #d1 {
    background-image: none;
    width: 60%;
    border-top: 0;
}
.columns_21 #d2 {
    padding-right: 11px;
}
.columns_12 #d2 h5,
.columns_12 #d2 p,
.columns_21 #d1 h5,
.columns_21 #d1 p {
    width: auto;
}
.columns_12 #d1,
.columns_21 #d2 {
    background-image: none;
    padding: 0;
    width: 30%;
    border-top: 0;
}
.columns_12 #d2 {
    background-image: none;
    padding: 0;
    width: 60% !important;
    margin-left: 4%;
    border-top: 0;
}
.columns_12 .details ul li,
.columns_21 .details ul li {
    width: 90%;
}
#d3,
#d6,
#d9,
#d12 {
    padding-right: 11px;
}
.columns_2 #d3,
.columns_2 #d6,
.columns_2 #d9,
.columns_2 #d12 {
    padding-right: 0px;
}
.columns_4 #d3,
.columns_4 #d6,
.columns_4 #d9,
.columns_4 #d12 {
    padding-right: 18px;
}
.columns_4 .details li {
    width: 22%;
    padding: 11px 2.8% 11px 0;
}
.columns_4 .details li img {
    width: 100%;
}
.columns_5 .details li {
    border-top: none;
    text-align: center;
    width: 19%;
    padding: 11px 1% 11px 0;
}
.columns_5 .details li .fill {
    position: relative;
}
.columns_5 .details li .fill:hover {
    background-color: #f0f0f0 !important;
}
.columns_5 .details li a {
    display: block;
    text-decoration: none;
}
.columns_5 .details li p {
    text-transform: uppercase;
    color: #017163;
    margin: 6px 0 0 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
}
.notification {
    position: absolute;
    right: 12px;
    top: -20px;
    background: #dc2008;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999;
}
.columns_1 .accordion li {
    margin-bottom: 0;
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.columns_1 .accordion li:first-child {
    padding-top: 0;
}
.accordion_title {
    cursor: pointer;
    margin: 0 !important;
    padding: 20px 0;
    padding-right: 36px !important;
    background: url(https://page-assets.foxtons.co.uk/img/icons/chevron-down-grey.svg) no-repeat right top;
    transition: 0.3s ease;
}
.accordion_opened {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/chevron-up-grey.svg) !important;
}
.accordion_panel {
    padding-top: 12px;
    display: none;
}
.notification p {
    color: #fff !important;
    text-shadow: none !important;
    margin: 12px 0 12px 0 !important;
}
#myfoxtons_form {
    width: 50%;
    min-width: 230px;
    float: left;
}
.ticklist {
    padding-bottom: 12px;
}
.ticklist li {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/tick_disc.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    list-style: none;
    margin: 3px 0 3px 0;
    font-size: 75%;
    color: #017163;
}
.ticklist li.schedule {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/schedule_disc.svg) no-repeat left center;
    color: #666;
}
.ticklist li.negative {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/warning_disc.svg) no-repeat left center;
    color: #666;
}
.ticklist li.negative a {
    color: #666;
}
.box_border {
    background-image: none !important;
    padding: 0px !important;
    border: 1px solid #e8e8e8 !important;
    margin-bottom: 20px;
}
.box_holder {
    margin: 0 !important;
    padding: 10px !important;
}
.box_holder h4 {
    padding: 0;
    margin: 0;
}
.fill {
    background-color: #f5f5f5 !important;
}
.box_good .box_border {
    border: 1px solid #b6d862 !important;
}
.box_good .fill {
    background: #b6d862 none !important;
}
h1,
.heading1 {
    color: #000;
    font-weight: normal;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
}
h2 {
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    color: #333;
    font-weight: normal;
    background: transparent;
}
h2.intro_basic {
    font-size: 110%;
    margin-bottom: 20px;
    background: transparent;
}

h4 {
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    font-weight: normal;
    font-size: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
}
#description h4 {
    padding: 30px 0 12px 0;
    margin: 0 0 12px 0;
    clear: both;
    border-bottom: 1px solid #f0f0f0;
}
h4.cta {
    clear: both;
    font-size: 85%;
    text-transform: none;
    font-family: Poppins,sans-serif;
    margin-top: 24px;
    padding: 24px 0 5px 0;
    border-top: 1px solid #f0f0f0;
}

h6 {
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    font-weight: normal;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    font-size: 140%;
    margin: 4px 0 20px 0;
    letter-spacing: -0.03rem;
}
.center {
    text-align: center;
}
.centered h1,
.centered h2 {
    text-align: center;
    clear: both;
}
.centered article h1,
.centered article h2 {
    text-align: left;
}
#section_intro .details li {
    padding: 0;
    margin: 0;
    width: 33%;
    height: auto;
    min-height: 1px;
    border: none !important;
}
#section_intro .details li p {
    margin: 0;
}
#section_intro .details li img {
    width: auto;
}
.section_tag {
    text-align: center;
    margin-top: 0 !important;
    text-transform: uppercase;
    color: #aaa;
}
.section_tag a {
    color: #aaa;
}
.content_holder p,
#info_holder p,
.content_holder .details li li,
#info_holder .details li li,
.content_holder td {
    font-size: 75%;
    line-height: 150%;
    color: #666666;
}
table img {
    display: block;
}
.content_holder p.intro {
    font-size: 100%;
    margin-top: 0;
    font-weight: normal;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
}
.clearfix,
p.cta {
    clear: both;
}
#full_address {
    width: auto;
    max-width: 95%;
}
address {
    display: inline;
    font-style: normal;
}
.message_positive {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/tick_disc.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    color: #017163 !important;
    text-align: left !important;
}
.message_negative {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/warning_disc.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    color: #dc2008 !important;
    text-align: left !important;
}
.message_negative b,
.message_negative a {
    color: #dc2008 !important;
}
h3.message_negative {
    margin-bottom: 8px;
}
.message_pending {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/schedule_disc.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    text-align: left !important;
}
.message_unselected {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/empty_disc.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    text-align: left !important;
}
.message_deleted {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/cross_disc.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    text-align: left !important;
}
.message_alert {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/warning_disc_grey.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    text-align: left !important;
}
.message_info {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/info_disc.svg) no-repeat left center;
    padding: 6px 0 6px 26px;
    text-align: left !important;
}
#errors {
    font-weight: normal;
    display: block;
    text-align: left;
    padding-left: 26px;
    color: #dc2008 !important;
}
#error {
    color: #dc2008;
    display: none;
}
.confirmation,
.under_offer {
    clear: both;
    border: 1px solid #ddd;
    background: #f0f0f0 url(https://page-assets.foxtons.co.uk/img/icons/tick_small.gif) no-repeat 8px 6px;
    padding: 6px 6px 6px 30px;
    color: #017163;
    font-weight: bold;
    margin-top: auto;
}
.warning {
    border: 1px solid #ccc;
    background: #f0f0f0 url(https://page-assets.foxtons.co.uk/img/icons/warning.gif) no-repeat 10px center !important;
    padding: 10px 4px 10px 36px;
    color: #dc2008;
    font-weight: bold;
}
.attention {
    border: 1px solid #ccc;
    background: #f0f0f0 url(https://page-assets.foxtons.co.uk/img/icons/attention.gif) no-repeat 10px center !important;
    padding: 10px 4px 10px 36px;
    font-weight: bold;
}
.help {
    text-decoration: none;
    border-bottom: 1px dashed #aaa;
    cursor: help;
}
fieldset.default .highlight,
.highlight {
    color: #dc2008 !important;
}
fieldset.default .highlight_positive,
.highlight_positive {
    color: #017163 !important;
}
.not_available {
    color: #cccccc;
}
.under_offer {
    font-weight: normal;
}
.under_offer strong {
    display: block;
}
.under_offer a {
    color: #017163;
}
.sold {
    color: #dc2008;
    font-weight: bold;
    text-transform: uppercase;
}
.geo {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/geo.gif) no-repeat center left;
    padding: 2px 0 2px 23px !important;
}
p.rotate_device_landscape {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/rotate_phone_landscape.png) no-repeat center left;
    padding: 2px 0 2px 28px !important;
    display: none;
}
.tip {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/lightbulb.png) no-repeat left top;
    padding: 6px 0 6px 32px;
    font-style: italic;
    margin-bottom: 24px;
}
ul.info li {
    list-style: none;
    font-size: 80%;
    margin: 0;
    border-top: 1px solid #f0f0f0;
}
ul.info li a {
    display: block;
    padding: 10px 6px;
}
ul.info li a:hover {
    color: #333;
}
ul.default,
ol.default {
    margin-bottom: 12px;
}
ul.default li,
ol.default li {
    margin: 3px 0 3px 16px;
    font-size: 75%;
    color: #666;
}
#key_features li {
    padding: 6px 0;
}
dl {
    margin-bottom: 35px;
}
.submenu_holder {
    display: flex;
    align-content: space-between;
    justify-content: center;
    padding: 24px !important;
}
.submenu_holder dl {
    flex: 1;
}
.submenu_holder dl dt,
.submenu_holder dl dd {
    width: 95%;
    text-transform: none;
}
dt {
    color: #017163;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 110%;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
}
dt a {
    text-decoration: none;
}
dt a:hover {
    text-decoration: underline;
}
dd {
    clear: both;
}
dd a,
#photo_resources li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 85%;
    color: #666;
    text-decoration: none;
}
dd.selected a,
dd a:active,
dd a:hover {
    color: #017163;
}
.menu_content {
    background: #017163;
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.menu_inverse .menu_content {
    background: #fff;
    margin: 0;
    padding: 20px 0 0px 0;
}
.menu li {
    display: inline-block;
    list-style: none;
    margin: 0 1px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 75%;
}
.menu li.intro {
    color: #fff;
    padding: 0 12px 3px 0;
    font-size: 85%;
}
.menu li a {
    padding: 7px 10px 7px 10px;
    margin-top: -5px;
    text-decoration: none;
    color: #017163;
    background: #b6d862;
    overflow: visible;
    display: inline-block;
    transition: 0.4s ease;
}
.menu_inverse .menu li a {
    background: #b6d862;
    color: #017163;
    margin-top: 0;
}
.menu li a:active,
.menu li a:hover {
    background: #fff000;
}
.menu li.selected a {
    background: #fff;
    overflow: visible;
    position: relative;
    text-decoration: none !important;
    cursor: default;
}
.menu_inverse .menu li.selected a {
    background: #017163;
    color: #fff;
}
.menu li select {
    border: none;
    width: auto;
    text-transform: uppercase;
    color: #017163;
    font-size: 100%;
}
.module {
    background: #f0f0f0;
    padding: 5px 12px;
    margin: 3px 4px 12px 4px;
    overflow: auto;
    font-size: 75%;
    color: #017163;
    border: 1px solid #ddd;
}
aside .module {
    padding: 5px 0 0 0;
    overflow: hidden;
}
#module_valuation,
#module_subscribe {
    padding: 12px 12px 0 12px;
    font-size: 100%;
}
#module_valuation .valuation {
    text-decoration: none;
}
.module_content {
    margin: 50px 0;
}
.module_contact span {
    display: inline-block;
    margin-top: 5px;
    border-radius: 0;
    font-size: 120%;
}
article .module_contact span {
    margin-top: 0;
}
h4 .button,
.module_contact .button {
    float: right;
    margin-top: 0;
    margin-left: 12px;
}
.module p {
    margin: 5px 12px 0 0;
}
.module_ad {
    cursor: pointer;
}
.module_ad:hover,
.module_ad:active {
    border: 1px solid #aaa;
}
.module_ad h5 {
    color: #017163;
    text-transform: uppercase;
    font-size: 160%;
    font-weight: normal;
    font-family: Poppins,sans-serif;
    margin: 10px;
}
.module_ad p {
    margin: 10px;
    color: #666;
    font-size: 100%;
}
article .module {
    clear: both;
    margin-left: 0;
    font-size: 110%;
    padding: 12px;
}
article .module .tel {
    font-size: 160%;
    margin: 6px 0 12px 0;
}
#description .button {
    float: left;
}
.sneak_peek_overlay {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    background-color: rgba(1, 113, 99, 0.8);
    text-align: center;
    padding: 20px;
    z-index: 22;
    backdrop-filter: blur(6px);
}
.sneak_peek_overlay_title {
    font-size: 25px;
    margin-bottom: 20px;
    color: #fff000;
}
.sneak_peek_overlay_subtitle {
    color: #fff;
    margin-bottom: 20px;
}
.sneak_peek_overlay_btn_register {
    width: 200px;
    height: 45px;
    line-height: 45px;
    background: #fff000;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.property_holder {
    background: #fff;
    margin: 0 0 30px 0;
    clear: both !important;
    float: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 206px;
    transition: 0.3s ease;
}
.property_holder:hover,
.property_highlighted {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.property_wrapper {
    min-height: 206px;
    position: relative;
}
.property_photo {
    width: 310px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
}
.property_photo_holder {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
}
.property_photo p {
    margin: 3px 0 !important;
}
.property_photo p img {
    vertical-align: center;
}
.property_summary {
    margin-right: 5px;
    padding-left: 325px;
    padding-right: -325px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.under_offer_price {
    color: #017163;
}
.property_summary .button {
    margin: 0 0 12px 0;
    float: left;
}
.property_save {
    float: right;
}
.property_holder h6 {
    padding: 0 0 3px 0;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: normal;
}
.property_holder h6 a {
    text-decoration: none;
}
.property_holder h6 a:active,
.property_holder h6 a:hover {
    text-decoration: underline;
}
.property_holder h2 {
    font-size: 95%;
    color: #333;
    font-weight: normal;
    font-family: Poppins,sans-serif;
    margin-bottom: 12px;
}
.property_holder p {
    margin: 13px 0;
}
.property_holder .description {
    padding-top: 12px;
    border-top: 1px dotted #ddd;
}
.property_holder .mortgage a,
.property_holder .fees a {
    margin-left: 12px;
    font-size: 78%;
    color: #999;
    text-decoration: none;
    border-bottom: 1px dashed #ccc !important;
}
.property_holder .fees {
    display: block;
    padding-top: 5px;
}
.property_holder .fees a {
    margin-left: 0px;
    font-size: 75%;
    border-bottom: 1px dashed #ddd;
}
.property_holder .mortgage a:hover,
.property_holder .fees a:hover {
    border-bottom: 1px solid #999 !important;
}
.property_holder .fill {
    background-color: #fff !important;
}
.photo_sash {
    display: block;
    text-indent: -9999999px;
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    position: absolute;
    margin: -1px;
    z-index: 2;
}
.recently_reduced,
.recently_sold {
    color: #dc2008;
    font-weight: normal;
    text-transform: uppercase;
}
.under_offer_status {
    color: #017163;
    font-weight: normal;
}
a.photo_curl {
    position: absolute;
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAZCAMAAAFm7F6+AAAAA3NCSVQICAjb4U/gAAAAYFBMVEX////////39/fv7++ZmZmmpqbm5ubMzMyMjIz///+1tbWurq7e3t6+vr7W1tb///+Dg4P////////ExMT///////////+MjIyDg4P////MzMyZmZn////m5uaMjIxzc3OBw1XsAAAAIHRSTlMA//////////9E//////93/xG7/zOIqru7zN3d7u7u7l5jolAAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAhdEVYdFNvZnR3YXJlAE1hY3JvbWVkaWEgRmlyZXdvcmtzIDQuMOomJ3UAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDEvMDkvMDdbxjb9AAABEUlEQVR4nJWS13aDMAyGLcuTHTIgZr3/W1a2YwNN2tPqRkifxm8dGAsGMDGmERjjACl1pS9DYQEpx9jgCUoMmY2Kd5RtpqSS3I/QKyeOpQt1BmN9cO990ey9B67LlfrZ09fxphDLSxZAVYsB895adBinhXicIvpt/g82uOhv7WMGVYsG2OU1iASYsD8mlJYrj/N7clUhXNJjAbU0iqf9ltRuSRLFbWmGrJBi2S27YH9QddI/HsN/vucvdrPt3blCitofm10ofPRzXoiVJhZO6ukTDkasLsXq+P4L2DMz1MiPyttwS9VcS2lWl2HCNrBCmm7CA8y48WK6ccHjTTJ2xDZ3btzxYGLjdxjxuDn1EQJ8AQzBC0H3fSXSAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    font-family: Poppins,sans-serif;
    font-size: 10px;
    padding-top: 13px;
    padding-left: 16px;
    bottom: 0;
    right: 0px;
    text-decoration: none;
    color: #999;
    z-index: 2;
    transition: 0.2s ease;
}
a.photo_curl span {
    display: none;
}
a.photo_curl:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAZCAMAAAFm7F6+AAAAA3NCSVQICAjb4U/gAAAAPFBMVEX////////39/fv7+/MzMyMjIyZmZmlpaWsrKzm5ubX19e+vr61tbV7e3ve3t6EhIRzc3P////FxcX///9lLphGAAAAFHRSTlMA/////////////////////7v/EYrAicoAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAhdEVYdFNvZnR3YXJlAE1hY3JvbWVkaWEgRmlyZXdvcmtzIDQuMOomJ3UAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDEvMDkvMDdbxjb9AAABCElEQVR4nIWQ2ZLFIAhEQVyicY3//6+DEnOTu9TwkCo4TdMRYBZGBWARYUP+yIgqQiBu8Zz1thdi4J2ojEK85CCK7OrQa+t5jseQAMQ0lLBl0cvafW+sJpAxqhBtcmpw7rzeTCUlesy7K/na79G6s5FA9Ore/d8r6RW50TgR1Lq/LkKf7TiZaP7HDLfbpJX4N6SRldY7TKdCV77GrVavPOxE97z2ERjscY+PsD/af/7nW/XeW3S21LqRdFzrlX3Q+2ZNqsWTUvwOt1Pkw8GLDDUzud0vmHnRmVKdsDNaW65xuE7Te/ImiyNO0je28IrjnuzEEsfkDzjxjKO/sIm7NZ+mF442/ISIf+sICmQiVILtAAAAAElFTkSuQmCC);
}
#paging_bottom {
    clear: both;
    padding-top: 10px;
}
#paging_bottom p {
    float: right;
}
#sneakpeek_confirmation {
    padding: 12px 6px 12px 48px;
    color: #fff;
    background: #4db6ac url(https://page-assets.foxtons.co.uk/img/icons/bell-ring-outline-white.svg) no-repeat 12px center;
    font-size: 85%;
}
ul.paging_adv {
    height: 30px;
    margin-bottom: 20px;
}
.paging_adv li {
    display: block;
    float: left;
    margin: 0 7px 0;
    padding: 0;
    font-size: 75%;
}
.paging_adv #currency_changer li {
    margin: 0;
}
.paging_adv a,
.paging_adv strong,
.paging_adv span {
    display: block;
    float: left;
    text-decoration: none !important;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 3px 9px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.jargon {
    padding-bottom: 40px;
}
.jargon .paging_adv a,
.jargon .paging_adv strong,
.jargon .paging_adv span {
    margin-right: 0;
    width: 3.6%;
    min-width: 24px;
    padding: 3px 0;
    text-align: center;
    margin-right: -1px;
    position: relative;
}
.jargon .paging_adv .first {
    border-left: 1px solid #ddd;
}
.paging_adv #currency_changer a {
    font-size: 120%;
    margin: 0;
    padding: 5.5px 11px;
    border-right: none;
}
.paging_adv #currency_changer .selected a {
    background: #fff000;
}
.paging_adv #currency_changer .last a {
    border-right: 1px solid #ddd;
}
.paging_adv span {
    background-color: #fff;
    color: #aaa;
}
.paging_adv strong {
    font-weight: normal;
    background-color: #ffff00;
}
.paging_adv a:hover {
    background-color: #b6d862;
    color: #333 !important;
}
#currency_changer {
    float: left;
    margin-right: 12px;
}
.save_cta {
    display: block;
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/heart.svg) no-repeat 12px center;
    color: #999;
    padding: 12px 6px 12px 42px;
    text-decoration: none;
    font-size: 75%;
    transition: 0.3s ease;
    width: 33%;
}
.save_cta.saving_property {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/indicator.gif);
}
.save_cta.is_saved_property {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/heart_red.svg);
}
.property_save .save_cta,
#cta_holder .save_cta {
    font-size: 100%;
    background-position: right center;
    padding: 12px 31px 12px 0;
    margin-right: 24px;
    text-align: right;
    width: 120px;
}
#cta_holder .save_cta {
    cursor: pointer;
}
.property_save .save_cta {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 12px;
    margin-top: -4px;
}
.property_save .rating_widget {
    margin: 0;
    padding: 0;
    font-size: 75%;
}
#article_holder {
    float: left;
    width: 100%;
}
#article_holder article {
    padding-right: 20px;
    margin-right: 530px;
    max-width: 500px;
    width: auto;
    float: none;
}
.fluid_article #article_holder article {
    width: auto;
    max-width: 100%;
    margin-right: 300px;
}
#description dl {
    float: left;
    width: 389px;
    margin: 0;
    padding: 0;
}
#description dt,
#description dd {
    float: left;
    width: 105px;
    font-size: 75%;
    line-height: 150%;
    color: #666666;
    padding: 5px 0;
    border: none;
    text-transform: none;
    font-family: Poppins,sans-serif;
    clear: none;
}
#description dd {
    width: 260px;
    font-style: italic;
}
#resources_extra {
    float: left;
    width: 530px;
    margin-left: -530px;
}
.fluid_article #resources_extra {
    width: 300px;
    margin-left: -300px;
}
.managed {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/managed_shield.svg) no-repeat left center;
    padding-left: 25px;
}
.nonmanaged {
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/nonmanaged_shield.svg) no-repeat left center;
    padding-left: 25px;
}
.managed_logo {
    float: right;
}
.managed_logo img {
    display: block;
}
fieldset {
    border: none;
    color: #ffffff !important;
    font-size: 80%;
}
fieldset.hidden {
    visibility: hidden;
    margin: 0 !important;
    padding: 0;
}
fieldset legend {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    color: #017163;
    font-weight: bold;
}
fieldset label {
    display: block;
    float: left;
    width: 110px;
    padding-top: 4px;
    margin-bottom: 3px;
    overflow: visible;
    color: #ffffff;
}
fieldset.default.stacked {
    margin-bottom: 36px;
}
fieldset.stacked label {
    float: none;
    text-align: left !important;
}
.index_card fieldset {
    max-width: 450px;
    max-width: 300px;
    margin: 0 auto;
}
fieldset p {
    margin-top: 4px;
}
fieldset p label {
    padding-top: 0;
    width: auto;
    margin: 0 12px 5px 3px;
    color: #b6d862;
}
fieldset p label input {
    margin-right: 3px !important;
}
fieldset p label:hover {
    color: #fff;
}
fieldset fieldset label {
    display: inline;
    float: none;
    width: 100px;
    padding: 0 0 0 3px;
    font-size: 100% !important;
    color: #ffffff;
}
fieldset input,
fieldset fieldset,
fieldset select {
    display: block;
    float: left;
    color: #666;
    font-size: 100%;
}
fieldset.stacked input.disabled {
    background: #fff;
    color: #017163;
    border: none;
    padding-left: 0;
}
fieldset.stacked input:not(.button),
fieldset.stacked select,
fieldset.stacked textarea {
    float: none;
    font-size: 110%;
    text-align: left !important;
    color: #000;
    background: #f5f5f5;
    padding: 4px;
    width: 95%;
    width: calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px);
}
fieldset.stacked select {
    width: 100%;
}
fieldset.stacked label {
    width: auto;
    margin-bottom: 5px;
}
fieldset.stacked input.button {
    font-size: 140%;
    color: #fff;
    width: auto;
    padding: 12px 24px;
    border: none;
}
fieldset.stacked input:not(.button) {
    padding: 5px 4px;
}
.index_card fieldset.stacked input:not(.button) {
    padding: 10px;
    width: calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    width: -o-calc(100% - 22px);
}
fieldset.stacked input:not(.button):focus {
    background: #fafafa;
}
fieldset fieldset select,
fieldset fieldset input {
    display: inline;
    float: none !important;
}
input {
    width: 138px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 4px;
}
input.long_field {
    width: 160px;
}
input.short_field {
    width: 80px;
}
textarea {
    font-family: Poppins,sans-serif;
}
#password_holder label {
    width: 100%;
}
#password_holder a {
    float: right;
    text-align: right;
    text-decoration: none;
    color: #666;
    opacity: 0.5;
    transition: 0.3s ease;
}
#password_reveal {
    padding: 0 24px 0 12px;
    background: transparent
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABCCAYAAABaQIagAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAAAAAAAAB6mUWpAAAACF0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgNC4w6iYndQAAAvlJREFUeJzt11uIVXUUx/HPOWMUM1YYPRRkaYlERPQyDGkQYRfEJjQr6iEGeth/5yEITCmIJAyiGwZdFxR0kR66abCtwO4xZWQSPQjRTCNqDBb1YIwOkp0e9v/UnjMNRc5bZ8GBfdZ/re9//dd/bdi/RqvV0mkppT4sxnKcm937MYLxiJjszGnUQSmlebgR63DFjB0q+xjP4vWI+G0GKKW0EM9gVS3pfXyeny/DitraDgxHxIE/QSmlRXnhohw0hbsQ7V1ztQmP4pQctxerImJfoyiKk/FGrZIWHouIDSml1diU/fdHxPaU0iNYj0atsrWNoijuxoO1kidVjV6ID3Fa9h/GlTiAcfTVcu5pYth0OxYRP6G/BpGf+/PasY6c4TmtaEs+Z9t6sTEi9mAIX+ffUPZtzDFt24Etc3drczpHbfuXk/0RwmyTXbcTftdOxJpzQumCuqAuqAvqgrqgLqgL6oL+T6BGURRNbMbRiHigMyCl1AMRcfyfQL3YijW4LSK2ppROwjW4FGfnyn/Abuxtf6RPA2UJMR+v4DqsjYhtKaW3cP3fbD6K5/B0RPw6DZSPMIBdKgm1JiLeTiltwlEcUSmjG2rAz3B7RHxbr2gJtuHiHDSVYe929GoIT/hLHY1iZUSM9kxMTPTiBSzLi8dzT24qy/LLwcHBsZTSvTgnIl4qy3KBSuA0cAYuKMvyzUZRFBvwcK3kn3ErHsISrMQXeBlP4TuMmS781jdxR0czmxGxE4/jVGzPR044HBGHzJSidzbxaodzXlZHY/gdZ2InFkfENymlpZjfkfNaexh315x9WBcRIyoV+UsbllLqV83TSC1+Dza3b20A72BBrU83R8QHeTgXqdRkD67GPnyCC3FVROyqz9EKPI/zMuwInkSZ/w+rLmFcNVNTWBoRnzJTip6P+7Aap5vdDmJ5ROxvO2aTogO4HJfgLNVsHcJXmMCL+DEf6/tZQTVgU9X8FiYjopX9y/BePua1EXHwP2valNItqpc8RcTkHwu9Wq9H2nHqAAAAAElFTkSuQmCC)
        no-repeat right 1px;
}
#password_holder a:hover {
    opacity: 1;
}
#password_reveal.password_revealed {
    background-position: right -50px;
}
#password_forgotten {
    text-align: right;
    display: block;
    float: right;
    text-decoration: none;
}
#password_forgotten:hover {
    text-decoration: underline;
}
#password_validation_status_holder {
    text-align: left;
    padding-top: 6px;
}
.card.centered .card_contents #password_validation_status {
    display: none;
    padding: 0 12px 0 0;
    text-align: left !important;
}
.card.centered .card_contents #password_validation_status * {
    text-align: left !important;
}
.form-group input#auth_button {
    width: 100%;
    float: none;
    margin: 0 !important;
    padding: 10px 0 !important;
    text-transform: none;
    font-size: 110%;
    font-weight: bold;
}
#auth_alternative_action {
    border-top: 1px solid #ddd;
    margin-top: 48px;
}
#auth_alternative_action span {
    display: inline-block;
    padding: 3px 12px;
    background-color: #fff;
    position: relative;
    top: -12px;
    color: #999;
}
#auth_alternative_action .button {
    margin: 0;
}
#auth_alternative_action .button a {
    text-transform: none;
    font-weight: bold;
    font-size: 110%;
}
input.error_field,
select.error_field,
textarea.error_field {
    border: 1px solid #dc2008;
    background-color: #fef6f5;
    color: #000 !important;
}
.error_field,
.error_field label,
fieldset.default.error_field label {
    color: #dc2008 !important;
}
.button_toggle_group.error_field .icon_overlap {
    background-color: #dc2008;
}
input.box {
    width: auto !important;
    padding: 0;
    margin: 0;
    border: none;
}
.rating_widget input {
    width: auto !important;
    display: inline;
}
select {
    padding: 1px;
    width: 144px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.select_auto select {
    width: auto;
}
fieldset ol {
    list-style: none;
    height: auto;
}
fieldset ol li {
    width: 100%;
    float: left;
    padding: 12px 0 0 0 !important;
    clear: both !important;
    list-style: none;
}
#module_valuation input {
    padding: 4px;
    text-transform: uppercase;
}
#commute_forms .button a,
input.button {
    display: block;
    border-radius: 0px;
    text-align: center;
    padding: 5px 30px;
    background: #fff000;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    float: left;
    transition: 0.3s ease;
}
input.button {
    background: #017163;
    color: #fff;
    border: none;
}
#commute_forms .button a:hover {
    background: #b6d862;
    color: #017163;
}
fieldset.default fieldset,
fieldset.default p,
fieldset.default label {
    color: #666 !important;
}
fieldset.default {
    margin-bottom: 20px;
}
#search_type_tabs {
    width: 50%;
    margin: 0 auto;
}
#auth_tabs a,
#filters_price_more #search_type_tabs a,
#search_type_tabs a {
    display: block;
    float: left;
    width: 33%;
    max-width: 220px;
    border-bottom: 2px solid #ddd;
    padding: 6px 0;
    margin-bottom: 6px;
    text-align: center;
    color: #999;
    text-decoration: none;
    transition: 0.5s ease;
    font-weight: bold;
    text-transform: uppercase;
}
.no-touch #auth_tabs a:hover,
.no-touch #filters_price_more #search_type_tabs a:hover,
.no-touch #search_type_tabs a:hover {
    color: #aad250;
    border-bottom: 2px solid #aad250;
}
#auth_tabs a.selected,
#filters_price_more #search_type_tabs a.selected,
#search_type_tabs a.selected {
    color: #017163;
    border-bottom: 2px solid #017163 !important;
}
#filters_price_more #search_type_tabs,
.menu_section #search_type_tabs {
    width: 100%;
}
#filters_price_more #search_type_tabs a,
.menu_section #search_type_tabs a {
    margin-bottom: 12px;
    border-left: none;
    width: 50%;
}
#auth_tabs {
    width: 100%;
    margin-top: 12px;
}
#auth_tabs a {
    width: 50%;
    max-width: none;
}
.search_keyword_value,
#search_keyword_value {
    font-size: 150%;
    width: 262px;
    padding: 2px 6px;
}
.select_group {
    display: table;
    width: 100%;
    margin-bottom: 6px;
}
.select_group a {
    display: table-cell;
    width: 50%;
    max-width: 400px;
    padding: 24px 1%;
    border-right: 6px solid #fff;
    background-color: #f0f0f0;
    text-align: center;
    text-decoration: none;
    font-size: 75%;
    color: #222;
    min-height: 30px;
    box-shadow: none;
    transition: 0.3s ease;
}
.select_group_3 a {
    width: 33%;
}
.select_group_4 a {
    width: 25%;
}
.select_group a b {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 6px auto;
    background-repeat: none;
    background-position: 0 0;
    background-image: url(https://page-assets.foxtons.co.uk/img/account/icons/account_button_group_sprite_v4.svg);
}
.select_group a.selected {
    background-color: #4db6ac !important;
    color: #fff;
    box-shadow: none;
}
.no-touch .select_group a:hover,
.select_group a:active {
    background-color: #6cc3bb;
    color: #fff;
    box-shadow: none !important;
}
.select_group_7 a {
    width: 14.2% !important;
}
#icon_calendar_off b {
    background-position: 0 -1728px;
}
#icon_calendar_off.selected b,
.no-touch #icon_calendar_off:hover b {
    background-position: -72px -1728px;
}
#icon_calendar_1 b {
    background-position: 0 -1800px;
}
#icon_calendar_1.selected b,
.no-touch #icon_calendar_1:hover b {
    background-position: -72px -1800px;
}
#icon_calendar_2 b {
    background-position: 0 -1872px;
}
#icon_calendar_2.selected b,
.no-touch #icon_calendar_2:hover b {
    background-position: -72px -1872px;
}
#icon_calendar_4 b {
    background-position: 0 -1944px;
}
#icon_calendar_4.selected b,
.no-touch #icon_calendar_4:hover b {
    background-position: -72px -1944px;
}
.ac_loading,
.checking {
    background: #eee
        url(data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=)
        no-repeat center center !important;
}
#search .checking {
    background-color: #eee !important;
}
#delete_search_history {
    display: none;
}
#search_history_searches .ticklist li {
    padding: 0;
}
#search_history_searches .ticklist li a {
    display: block;
    padding: 6px 0 6px 30px;
}
#search_history {
    clear: both;
}
#search_history_properties {
    margin-bottom: 12px;
}
.trash {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    text-decoration: none;
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/trash_small.png) no-repeat center center;
    text-indent: 999px;
    border: 1px solid #fff;
    margin-right: 6px;
    transition: 0.3s ease;
}
.trash:hover,
.trash:active {
    border: 1px solid #ddd;
}
.delete {
    display: block;
    float: right;
    width: 60px;
    height: 20px;
    text-align: right;
    font-size: 75%;
    color: #dc2008;
    text-decoration: none;
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/cross.png) no-repeat right 3px;
    padding-right: 20px;
    text-indent: 999px;
    overflow: hidden;
}
.delete:hover {
    text-indent: 0;
}
.testimonials li {
    background-image: none;
    padding: 0 25px 40px 0;
    color: #666666;
    height: auto;
    line-height: 150%;
}
.testimonials span {
    font-style: normal;
    color: #004d44;
    display: block;
}
.testimonials blockquote {
    margin: 0;
    padding: 0;
}
.testimonials p {
    float: left;
    margin-top: 0;
}
.testimonials blockquote p {
    float: none;
}
.rating_summary span.rating,
.calendar_entry span.rating,
.testimonials span.rating {
    display: block;
    margin: 0;
    width: 80px;
    height: 16px;
    color: #ffffff;
    text-indent: -99999px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABgCAYAAACKa/UAAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAACF0RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgNC4w6iYndQAABPBJREFUeJzt2L1v42QcwPFv7Lw4aXS9plxFW8qp0g20C0JFiIUJlg5sCCH+EsTAwAZ/AgixsAESEhLbMTAywAkhVehEU8T1LgfNa5PYztvDwMV12jp37ePWfvz4Wdqm+T6Ofnmx88kIIQQBy7ZtHMdhaWkp6C5zlw59dt4GBwcHAJd+ADr0RtA/ms2m93utVrvwwXXpAwfoj/ybPevSpT93gNPYsiwsywKgWq1e+OA69BkhhGg2m7RaLQAcx/Hi6e+nl2VZFItFFhcXKRaL6Nxn9vf3heM43qSnKyg+bzOd+4wQQuzt7c1s5l/9fn/m71Kp5N2+s7MDgM69AbC1tQVw7jMRFG9vb3u369x7JxH/JtN1evr+uFgsztyuaz9zFvZfMAa9dCuVypmD69zPfBOxbftM4N+wVCrN/XDVsQ+8kD69/O//y6yk9jOvwNPv/0qlAkCj0Ximg+jYzwxwOt319XXvQxVgc3OTWq3G4eEhrusGbqZlL3yr0WiIp61599GxzwgR7IGj/h+M7AdYy28GPmvzlgqeJ9vP9cDO/Y8ZD48uPUAVPE+2DzwLO/W7MGlimiadPz+/8MFV8TzZPnCAx9VPyVllclaZ3t9fXvgBqOJ5sv25A3SqX2CaJoaZwzBzmAWL+r0PL3xwFTxPts8IIYRz9AOD9s+MuvcZ9R+RtSwKC0tM7H+ZDLtkzDV67YeM7CFGboVc+Q7Wc69SWnuLbGlVac+T9sD6vfeFketgFhYwjbx3p3Gnxrj3AIDJuICRv40YjhgPXAZul8GT6yHx8rdKe14oHtj59R0mBZdCeYVJb5+x/f97fuIMABjb7pOfE4zSHQatLgPDZWP3R8zCTaU9T7Y3AG688g2DDtj1R2SsjZngZHguZvklBq0uzrDtDQ/U9jzZ3juJrLz+PW7TZWwPyZgr3qsPToYoJiOcYZsX377rDe+8BzFdKniebD9zFl64/R52+zHkloGTwQGMzA0GbpfCrTfIllbPbAxqep5sP/NNZHhcJZPL4fQbmOMCRuF5ACbuP5iDOuP8Mm49+HJARc+T7U8N8C+sfBEjn2WSL2L3jhFun7y1imnB2O3iNh8GPoB5K66eJ9vPDHDUfwz5Mt3aIU6nTemFXbLlRRq/fwVA+eYyw06wjanoebL97ADtBi27Qfn2u6ztfuDdfuu1jzj65TNqP33CsNcN3ExJz5Pt/bbVqX73VA+r//Z1qJ6men+lHqiDJ16pB+rgiVfmgbp44pV5oC6eeCUeqJMnhuKBOnuitAfe2NxCZ08MxQN19sRQPFBnTwzNA3X1xFA9UEdPDNUDdfTEUD1QR08M1QN19MRQPVBLT/TblqwH6uiJsfZAFTwx1h6ogifG1gNV8cTYeqAqnhhLD1TJE2PhgSp7YuQeqLonxsIDVfbEWHigyp4YGw9U1RNj5YEqemKsPFBFT4yVB6roibHyQBU9MVYeqKQn+m0rag9U0RMT7YHX4YmJ9sDr8MTEeuB1eWJiPfC6PDGRHnidnpgID4zSE5X3wKg9MREeGKUnJsIDo/TExHhgVJ6YKA+MwhMT5YFReGKiPDAKT0yUB0bhiYnywEg80W9bUXte1H3qgRH0qQdK9qkHSvapB0r2qQdK9qkHSvbae6Bsn3qgZJ96oGSfeqBkn3qgZJ96oGSfeqBkn3qgZJ96oGwfpqfp2P8HquBi/ATg/B4AAAAASUVORK5CYII=);
}
.testimonials time {
    font-size: 90%;
    color: #666;
    display: inline;
}
.testimonial_more {
    display: none;
}
.pullquote {
    text-align: center;
    margin: 0;
    padding: 24px;
    background: #54acd2;
    background: #017163;
    color: #fff;
}
.pullquote .pullquote_desc {
    color: #fff;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    font-size: 130%;
    max-width: 1024px;
    margin: 40px auto;
}
.pullquote p.section_tag,
.pullquote p.pullquote_author {
    color: #fff;
    opacity: 0.67;
}
.pullquote p.section_tag a {
    color: #fff;
    text-transform: uppercase;
    font-size: 80%;
}
.notes_holder,
.property_notes {
    display: none;
}
.rating_widget input {
    width: auto !important;
    display: inline;
}
.rating_widget {
    margin: 6px 0;
    padding-top: 12px;
    float: left;
}
.rating_label {
    padding: 0 8px 0 0;
    float: left;
    margin: 0;
    text-align: right;
    line-height: 160%;
}
.rating_label a {
    margin-left: 18px;
}
.rating_holder {
    padding-top: 1px;
    float: left;
}
div.rating {
    cursor: pointer;
    margin: 2em;
    clear: both;
    display: block;
}
div.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}
div.cancel,
div.star {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: 99999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}
div.cancel,
div.cancel a {
    background: url(https://page-assets.foxtons.co.uk/img/icons/cross.png) no-repeat 0 -16px;
}
.jquery-checkbox img,
div.star,
div.star a {
    background: url(https://page-assets.foxtons.co.uk/img/stars.gif) no-repeat 0 0px;
}
div.cancel a,
div.star a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
}
.toggle_rating div.star a:active,
div.star_on a {
    background-position: 0 -16px !important;
}
.toggle_rating div.star a:hover,
div.star_hover a,
div.star_live a:hover {
    background-position: 0 -32px;
}
div.star_readonly a,
div.star_readonly a:hover {
    cursor: default !important;
}
div.star {
    background: transparent !important;
    overflow: hidden !important;
}
.jquery-checkbox {
    display: inline;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
}
.jquery-checkbox .mark {
    display: inline;
}
.jquery-checkbox img {
    vertical-align: middle;
    width: 17px;
    height: 15px;
}
.jquery-checkbox img,
.jquery-checkbox-disabled img {
    background-position: 0px 0px;
}
.jquery-checkbox-hover img {
    background-position: 0px -32px;
}
.jquery-checkbox-checked img,
.jquery-checkbox-checked .jquery-checkbox-hover img,
.jquery-checkbox-checked .jquery-checkbox-disabled img {
    background-position: 0px -16px;
}
.notes_link {
    padding: 12px 0 12px 32px;
    background: transparent url(https://page-assets.foxtons.co.uk/img/icons/pen.png) no-repeat left center;
}
.notes {
    clear: both;
    width: 100%;
    max-width: 440px;
}
.property_notes textarea {
    width: 94%;
    height: 65px;
    background-color: #f5f5f5;
    overflow: auto;
    display: block;
    border: 1px solid #ddd;
    padding: 6px;
    font-family: Poppins,sans-serif;
    font-size: 80%;
}
#contact_notes {
    height: 26px;
    font-size: 110% !important;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.notes .button {
    margin-top: 0;
}
.note_msg {
    padding-top: 5px;
}
#mapviewer {
    position: relative;
}
#mapviewer input {
    width: auto;
    border: none;
}
#map_tools {
    position: absolute;
    top: 10px;
    z-index: 999997;
    width: 100%;
    pointer-events: none;
}
#map_tools #search_expand {
    width: 130px;
    margin: 0 auto;
    padding: 4px 6px;
    font-size: 70%;
    color: #999;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    pointer-events: fill;
}
#search_expand .noUi-horizontal {
    height: 10px;
}
#search_expand .noUi-horizontal .noUi-handle {
    height: 19px;
    width: 26px;
    left: -13px;
    top: -5px;
}
#search_expand .noUi-handle:before,
#search_expand .noUi-handle:after {
    height: 10px;
    top: 4px;
    left: 10px;
}
#search_expand .noUi-handle:after {
    left: 13px;
}
#search_expand .noUi-pips {
    font-size: 75%;
    padding-top: 2px;
}
#search_expand .noUi-value-horizontal {
    padding-top: 4px;
}
#search_expand .noUi-marker-horizontal.noUi-marker {
    width: 1px;
    height: 3px;
}
#map_tools_draw {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999997;
}
#map_tools_draw a {
    background: #fff url(https://page-assets.foxtons.co.uk/img/icons/draw_edit_small.png) no-repeat center center;
    text-indent: -9999px;
    width: 31px;
    height: 31px;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#map_tools_draw a.draw_new {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/draw_small.png) !important;
}
#map_tools_draw a.draw_confirm {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/check_small.png) !important;
}
#map_layers {
    position: absolute;
    bottom: 0;
    z-index: 999997;
    width: 100%;
    pointer-events: none;
}
#map_layer_buttons {
    width: 115px;
    width: 145px;
    margin: 0 auto;
    pointer-events: fill;
}
#map_layer_buttons a {
    display: block;
    float: left;
    background: #fff none no-repeat center center;
    width: 30px;
    height: 30px;
    margin: 0 6px 16px 0;
    text-indent: -9999px;
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#map_layer_buttons #map_layer_button_amenities {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/search/silverware.png);
}
#map_layer_buttons #maplayers_button_transport {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/search/train.png);
}
#map_layer_buttons #maplayers_button_heatmap {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/search/texture.png);
}
#map_layer_buttons #maplayers_button_schools {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/search/school.png);
}
#map_layer_buttons #maplayers_button_faves {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/search/faves.png);
}
.map_layer_control {
    clear: both;
    display: none;
    background: #fff;
    padding: 12px;
    opacity: 0.9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    pointer-events: fill;
}
.map_layer_control p {
    height: auto;
    padding: 0;
    border: none;
    font-size: 75%;
    color: #666;
    line-height: 150%;
}
.map_layers_inline {
    display: flex;
    flex-wrap: wrap;
}
#map_layers_schools span {
    display: inline;
    margin-right: 24px;
    color: #666;
    line-height: 200%;
}
#map_layers_schools span input[type="radio"] {
    transform: scale(1.5);
    margin-right: 5px;
}
@media only screen and (max-width: 468px) {
    #map_layers_schools span input[type="radio"] {
        transform: scale(2);
    }
}
#map_layer_controls input {
    margin: 0 7px 0 6px;
}
#map_layer_controls h4 {
    margin-top: 0;
}
#footer_holder {
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    clear: both;
    font-size: 70%;
    padding-top: 60px;
    color: #fff;
}
#footer img {
    vertical-align: middle;
}
#footer ul {
    margin: 0 auto;
}
#footer li {
    list-style: none;
    float: left;
    width: 23%;
    background: none;
    height: auto;
    margin: 0 2% 40px 0;
}
#footer dt {
    font-size: 175%;
    padding: 1px 0 10px 0;
    color: #017163;
    font-family: "Poppins,sans-serif", Poppins,sans-serif;
    border: none;
}
#footer dd {
    font-size: 130%;
}
#footer a {
    color: #666;
    text-decoration: none;
    border: none;
    padding: 4px 0;
}
#footer a:active,
#footer a:hover {
    color: #017163;
    text-decoration: underline;
}
#copyright {
    clear: both;
}
#footer .copyright {
    text-align: center;
    font-size: 100%;
    color: #666;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 10px 100px 10px;
}
#social_logos {
    display: block;
    padding-bottom: 16px;
}
#social_logos a {
    text-decoration: none !important;
}
#footer .copyright a {
    color: #666;
    margin-right: 12px;
}
.search #footer .copyright {
    position: static;
    font-size: 75%;
    text-align: left;
    padding: 40px 0 0 0;
}
p.disclaimer {
    font-size: 70%;
    color: #999;
    margin: 0;
}
p.disclaimer a {
    color: #999;
}
body.popup h1 {
    color: #ffffff;
    background: #017163;
    padding: 18px 10px 20px 12px;
}
body.popup .holder {
    margin: 10px;
}
body.popup td {
    font-size: 80%;
    line-height: 150%;
    color: #666666;
    padding: 0 6px 6px 0;
}
body.popup h2 {
    width: auto;
}
body.popup #content_wrapper {
    background-image: none;
}
#invite_hint {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 16px;
    right: 12px;
    z-index: 999999999;
    display: block;
}
#invite_hint_message:hover,
#invite_hint_profile:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
}
#invite_hint_message {
    background: #fff;
    position: fixed;
    z-index: 999999999;
    width: 220px;
    padding: 10px;
    font-size: 75%;
    display: none;
    color: #2b2b2b;
    bottom: 16px;
    right: 86px;
    text-decoration: none;
    line-height: 133%;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
}
#invite_hint:hover #invite_hint_message {
    adisplay: block;
}
#invite_hint_notification {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #dc2008;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 2px;
    display: block;
    font-size: 90%;
    top: 0px;
}
.profile_image,
#invite_hint_profile {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    transition: 0.3s ease;
}
.profile_image img,
#invite_hint_profile img {
    display: block;
    height: 60px;
    width: auto;
    margin-left: -14px;
}
.index_card:-ms-input-placeholder {
    color: #ddd !important;
}
.index_card #auth_username_message {
    display: none;
}
.index_card #auth_username_message p {
    text-align: left !important;
}
#fullscreen_content_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.centered_vertically_holder {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 630px;
    margin: 0 auto;
    z-index: 100;
}
.centered_vertically_holder .centered_vertically {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 120px 6px 20% 6px;
    vertical-align: middle;
}
.centered_vertically > .card {
    box-shadow: 0 0 18px #2b2b2b;
}
#fullscreen_content_overlay #footer {
    display: table-row;
    width: 100%;
    opacity: 0.5;
}
#fullscreen_content_overlay #footer .copyright {
    position: static;
    color: #fff;
    font-size: 75%;
    padding: 0;
}
#fullscreen_content_overlay #footer .copyright a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}
#fullscreen_content_overlay .button a {
    padding: 12px 36px;
    text-transform: none;
    margin-bottom: 12px;
}
.centered_vertically_content_holder {
    width: 90%;
    margin: auto;
}
#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(https://page-assets.foxtons.co.uk/img/video_posters/park_blurred_v1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}
.careers #bgvid {
    opacity: 0.7;
}
#video_header {
    width: 100%;
    position: relative;
    z-index: 0;
    min-height: 400px;
    overflow: hidden;
    background: #000;
}
#video_header.video_header_fullscreen {
    min-height: 95vh;
}
#video_header.video_header_no_ctas {
    min-height: 300px;
}
#video_header #bgvid {
    display: block;
    position: absolute;
    top: 50%;
}
#video_header video::-webkit-media-controls {
    display: none !important;
}
.video_header_logo {
    margin: 0 auto 12px;
    display: block;
}
#video_header #masthead_copy {
    margin: 130px 16px 16px 16px;
}
#video_header.video_header_centered #masthead_copy {
    margin-top: 33vh;
}
#video_header.video_header_centered #masthead_copy h1 {
    font-size: 325%;
}
#video_header.video_header_centered #masthead_copy h2 {
    font-size: 180%;
    margin-bottom: 32px;
}
#video_header.video_header_centered .supporting_text {
    font-size: 120% !important;
}
#video_header p:not(.button) {
    color: #fff;
    margin: 18px 0 24px 0;
    text-shadow: 0 0 18px #000;
    text-align: center;
}
#video_header p:not(.button) a {
    color: #fff;
}
#video_header .button a {
    border: none;
    background: #4c3724;
    font-weight: bold;
    text-transform: none;
    padding: 8px 12px;
}

#fullscreen_content_overlay #masthead_copy h1,
#video_header #masthead_copy h1 {
    color: #fff;
    font-size: 290%;
    text-shadow: 1px 1px 1px black;
}
#fullscreen_content_overlay #masthead_copy h2,
#video_header #masthead_copy h2 {
    color: #fff;
    font-size: 130%;
    text-shadow: 1px 1px 1px black;
}
#fullscreen_content_overlay #masthead_copy h2 a,
#video_header #masthead_copy h2 a {
    color: #fff000;
}
#fullscreen_content_overlay #masthead_copy {
    width: 100%;
    margin-bottom: 48px;
}
#fullscreen_content_overlay #masthead_copy h1,
#fullscreen_content_overlay #masthead_copy h2 {
    text-shadow: 1px 1px 1px #000;
}
.buttons_centred,
#video_header_actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px auto;
    text-align: center;
}
.buttons_centred {
    margin: 0 auto;
}
#video_header_actions_with_labels {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px auto;
    text-align: center;
}
#video_header_actions_with_labels .button {
    width: 262px;
}
#video_header_actions_with_labels .button:only-child {
    margin: 0 auto;
}
#video_header_actions_with_labels a {
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 130%;
    padding: 12px 12px;
    text-transform: uppercase;
}
#video_header_actions_with_labels a span {
    font-size: 70% !important;
    font-weight: normal !important;
    display: block;
    margin-top: -3px;
    color:#000;
    text-align: center;
}
#bgvid::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}
#bgvid::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}
#bgvid::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background: #000;
}
.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal {
    display: none;
}
.modal h1,
.modal .heading1 {
    background: #4db6ac;
    background: #017163;
    color: #fff;
    padding: 18px 50px 18px 12px;
    margin: 0;
    font-size: 140%;
}
body.modal {
    display: block;
}
.modal_content {
    padding: 12px;
}
.modal_content p,
.modal_content td,
.modal_content li {
    font-size: 75%;
    line-height: 150%;
}
.modal_content .details li p,
.modal_content .details li li {
    font-size: 100%;
}
.modal_content .details li h5 {
    font-size: 150%;
    line-height: 133%;
    margin-bottom: 16px;
}
.modal_content li label,
.modal_content li input,
.modal_content li select {
    font-family: Poppins,sans-serif;
    font-size: 13px;
}
.modal_content p.button {
    font-family: Poppins,sans-serif;
}
.modal_simple .fancybox-close {
    display: none;
}
.modal_simple .fancybox-outer {
    background: #fff;
}
.search .fancybox-outer .modal,
.modal_simple .fancybox-outer .modal {
    min-width: 460px;
}
.modal_simple .modal .card {
    box-shadow: none;
    margin: 0;
}
.modal_simple .modal h3 {
    font-size: 160%;
    margin-bottom: 12px;
}
.modal_simple .modal p.intro {
    font-size: 85%;
}
.modal_simple .modal .card_contents {
    padding: 24px 24px 12px 24px;
}
@media only screen and (max-width: 468px) {
    .search .fancybox-outer .modal,
    .modal_simple .fancybox-outer .modal {
        min-width: 380px;
    }
    .modal_simple .modal .card_contents {
        padding: 2px;
    }
}
.overlay {
    display: block;
    position: fixed;
    background: #262a2f none no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 99996;
    display: none;
    opacity: 0.5;
}
.overlay_doing {
    background-image: url(https://page-assets.foxtons.co.uk/img/icons/indicator_black_bg.gif);
}
.hidden {
    display: none;
}
.address_loading {
    display: none;
    margin: 3px 6px;
}
.foxtons_auto_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.foxtons_auto_slider.testimonials_slider {
    background-color: #017163;
}
.foxtons_auto_slider.initiated .slide {
    left: 0;
    transform: translateX(100%);
    transition: transform 1.5s;
    position: absolute;
    opacity: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.foxtons_auto_slider .slide {
    width: 100%;
    padding: 0;
}
.foxtons_auto_slider .slide .sub_holder {
    padding: 24px;
    box-sizing: border-box;
}
.foxtons_auto_slider.initiated .slide.active {
    transform: translateX(0);
    z-index: 1;
    opacity: 1;
}
.foxtons_auto_slider.initiated .slide.out {
    transform: translateX(-100%);
    z-index: 1;
    opacity: 1;
}
.content_holder__item {
    font-size: 0.85rem;
    height: 800px;
}
@media only screen and (max-width: 640px) {
    .content_holder__item {
        height: auto;
    }
    .custom_image .card_feature_image {
        background-position-y: top;
    }
}
.landscape #property_title,
.landscape figure,
.landscape #info_holder,
.landscape .content h4.cta,
.landscape #search_holder,
.landscape #footer_holder {
    display: none !important;
}
.landscape #content {
    position: static !important;
}
.landscape .fullscreen_element {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.datepicker {
    display: block;
    float: left;
}
.ui-datepicker-trigger {
    border: none;
    background: transparent;
    outline: none;
    display: inline;
    cursor: pointer;
    display: block;
    float: left;
}
.ui-datepicker-trigger img {
    display: inline-block;
}
@media only screen and (max-width: 9999px) {
    aside {
        width: 280px;
    }
}
@media only screen and (max-width: 1240px) {
    aside {
        width: 200px;
    }
    fieldset ol li {
        padding: 18px 0 0 0 !important;
    }
    .property_save a.save_cta {
        width: 36px;
        height: 36px;
        padding: 0;
        background-position: center center;
        text-indent: -999999px;
        text-align: left;
    }
}
@media only screen and (max-width: 1026px) {
    #search_options_more {
        display: none !important;
    }
    .rating_label {
        clear: none;
    }
    .rating_label a {
        margin-left: 18px;
    }
    .columns_4 li {
        float: left !important;
        width: 43% !important;
        padding-right: 6% !important;
    }
    .columns_4 #d3 {
        clear: both;
    }
    .card_photo_left {
        width: 320px !important;
    }
    .card_contents_desc {
        padding-left: 332px !important;
    }
}
@media only screen and (max-width: 1000px) {
    .index_hero .content_holder {
        padding-top: 24px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1026px) {
    .content_holder {
        font-size: 120%;
    }
    #description {
        font-size: 110% !important;
    }
    #description dt {
        clear: both;
    }
    .fluid_article #article_holder article {
        margin-right: 0;
    }
    .fluid_article #resources_extra,
    .fluid_article #resources_extra aside {
        width: 100%;
        margin: 0;
    }
    aside {
        width: 180px;
        margin-left: 0;
    }
    fieldset label {
        width: 90px;
    }
    .managed_logo {
        float: none;
    }
    div.capty-caption {
        font-size: 60% !important;
    }
    #search_history_properties .card_contents p {
        display: none;
    }
}
@media only screen and (max-width: 980px) {
    #submenu_link,
    #menu_close {
        display: block;
    }
    #logo {
        margin-left: 12px;
    }
    .search #logo {
        height: 70px;
    }
    #crumb_holder {
        padding-left: 83px;
    }
    #sub_crumb span {
        display: none;
    }
}
@media only screen and (max-width: 959px) {
    .submenu_holder {
        display: block;
    }
    .submenu_holder dl dt,
    .submenu_holder dl dd {
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .menu_section_optional {
        display: none;
    }
    #menu_section_buy .menu_section,
    #menu_section_let .menu_section {
        width: 45%;
    }
    .content_holder {
        font-size: 110%;
    }
    .property_holder .fees {
        font-size: 80%;
    }
    #description {
        font-size: 120% !important;
    }
    aside .module {
        float: left;
        width: 99%;
        margin-left: 0;
        margin-right: 0;
    }
    #module_valuation {
        margin-left: 0;
        margin-right: 0;
        width: 96.2%;
    }
    aside dl {
        clear: both !important;
        float: none;
    }
    .default .content_holder {
        padding: 0 12px;
    }
    .default #content {
        padding: 10px;
    }
    #description dl {
        float: none;
        width: 100%;
    }
    #description dl dt,
    #description dl dd {
        float: none;
        width: auto;
        padding: 0;
    }
    #description dl dt {
        font-weight: bold;
        margin-top: 12px;
    }
    .fluid_article #article_holder article {
        margin-right: 0;
        padding-right: 0;
    }
    .fluid_article #resources_extra {
        width: 100%;
        margin: 0;
    }
    div.capty-caption {
        font-size: 65% !important;
        line-height: 150%;
    }
    aside {
        clear: both;
        width: 100%;
        float: none;
        margin-left: 0;
    }
    #myfoxtons_register label,
    #myfoxtons_register span {
        width: 90%;
    }
    .managed_logo {
        float: none;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 670px) {
    #video_header #masthead_copy {
        margin: 110px auto 16px auto;
        width: 90%;
    }
    #video_header #video_header_actions {
        margin-top: -18px;
    }
    .slider_card .card_contents {
        padding: 0;
    }
}
@media only screen and (max-width: 610px) {
    #video_header_actions_with_labels {
        width: auto;
        justify-content: space-between;
        margin: 12px;
    }
    #video_header_actions_with_labels .button {
        margin: 0;
    }
    #video_header_actions_with_labels a {
        font-size: 100%;
        margin-left: 15px;
    }
    #video_header_actions_with_labels a span {
        font-size: 70%;
    }
}
@media only screen and (max-width: 479px) {
    .property_photo_holder > img {
        object-fit: cover;
    }
}
@media only screen and (min-width: 1px) {
    #wrapper,
    #resources_holder,
    #cta_holder {
        min-width: 1px !important;
    }
}
@media print {
}
