/*
	--------------------------
	Font Set-up
	--------------------------
*/

/*  Matter
------------------------------  */
@font-face {
    font-family: 'Matter';
    src: url('/_resources/fonts/Matter-Regular.woff') format('woff'), url('/_resources/fonts/Matter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Matter-Medium';
    src: url('/_resources/fonts/Matter-Medium.woff') format('woff'), url('/_resources/fonts/Matter-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*  Nantes
------------------------------  */
@font-face {
    font-family: 'Nantes';
    src: url('/_resources/fonts/NantesWeb-Regular.woff') format('woff'), url('/_resources/fonts/NantesWeb-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nantes-Italic';
    src: url('/_resources/fonts/NantesWeb-RegularItalic.woff') format('woff'), url('/_resources/fonts/NantesWeb-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nantes-Bold';
    src: url('/_resources/fonts/NantesWeb-Bold.woff') format('woff'), url('/_resources/fonts/NantesWeb-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nantes-BoldItalic';
    src: url('/_resources/fonts/NantesWeb-BoldItalic.woff') format('woff'), url('/_resources/fonts/NantesWeb-BoldItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    /* Colours */
    --green: #233c26;
    --green-20: #233c2633;
    --green2: #76936c;
    --green2-3-1: #597d6c;
    --green2-3-2: #466d6b;
    --green3: #325e69;
    --green4: #9dcb47;
    --peach: #fa8770;
    --peach-40: #fa877066;
    --peach-20: #fa877033;
    --peach2: #f0e1d3;
    --peach2-50: #f0e1d380;
    --peach2-30: #f0e1d34d;
    --dark-grey: #4a4a4a;
    --grey: #d0d0d0;
    --light-grey: #e8e8e8;
    --light-brown: #adab9e;
    --light-brown-40: #adab9e66;
    --light-brown-24: #adab9e3d;
    --light-brown-10: #adab9e1a;
    --dark-cream: #f2e6d8;
    --cream: #f6f0e9;
    --dark-brown: #ded3c5;
    /*svg colours*/
    --svg-green: url(#green);
    --svg-green4: url(#green4);
    --svg-peach: url(#peach);
    /* Fonts */
    --font-serif: "Nantes",georgia,serif;
    --font-serif-italic: "Nantes-Italic",georgia,serif;
    --font-serif-bold: "Nantes-Bold",georgia,serif;
    --font-serif-bold-italic: "Nantes-BoldItalic",georgia,serif;
    --font-sans-serif: 'Matter', sans-serif;
    --font-sans-serif-medium: 'Matter-Medium', sans-serif;
}

/*#region  Custom Classes
--------------------------  */
.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.clear {
    clear: both;
}

.centre {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left, img[style="float: left"] {
    margin-right: 1em;
}

img.right, img[style="float: right"] {
    margin-left: 1em;
}


.anchor {
    display: block;
    position: relative;
    top: -11em;
    visibility: hidden;
}

picture.fill-width {
    display: block;
    margin-bottom: 1em;
    background-color: #F6F6F6;
}

    picture.fill-width img {
        display: block;
    }

/*#endregion */

/*#region  Colour Scheme
--------------------------  */

.green {
    color: #00b2a9;
}

.mediumgreen {
    color: #2ec0b9;
}

.lightgreen {
    color: #ccefef;
}

.orange {
    color: #f98e35;
}

.black {
    color: #000;
}

.grey {
    color: #707070;
}

.highlight {
    background: var(--peach2);
    padding: 0.01em 0;
}

.maplabels {
    color: white;
    font-family: var(--font-sans-serif);
    text-align: center;
    width: 60px;
    white-space: nowrap;
    line-height: initial;
}

/*#endregion */

/*#region  Typography
--------------------------  */

article, aside, figure, footer, header, main, hgroup, nav, section {
    display: block;
}

h1 {
    font-family: var(--font-sans-serif);
    font-size: 2em;
    color: var(--green3);
    font-weight: normal;
    margin: 0 0 0.25em 0;
    line-height: 1em;
}

h2 {
    font-family: var(--font-sans-serif);
    font-size: 1.5em;
    color: var(--green3);
    font-weight: normal;
    margin: 0 0 0.5em 0;
    line-height: 1.15em;
}

h3 {
    font-family: var(--font-serif);
    font-size: 1.15em;
    color: var(--green3);
    font-weight: normal;
    margin: 0 0 0.25em 0;
}

h4 {
    font-family: var(--font-serif);
    font-size: 1em;
    color: var(--green3);
    font-weight: normal;
    margin: 0;
}

h5 {
    font-family: var(--font-serif);
    font-size: 1em;
    color: var(--green3);
    font-weight: normal;
    margin: 0;
}

h6 {
    font-family: var(--font-serif);
    font-size: 1em;
    color: var(--green3);
    font-weight: normal;
    margin: 0;
}

h1 span, h2 span {
    font-family: var(--font-serif-italic);
}

hgroup {
    margin: 0 0 1em 0;
}

    hgroup h1 {
        margin: 0;
    }

    hgroup h2 {
        margin: 0;
    }

    hgroup h3 {
        margin: 0;
    }

p, li, td, dd, label, input, textarea, select {
    font-size: 1em;
    line-height: 1.35em;
}

    li li, li p, li input {
        font-size: 1em;
    }

p {
    margin: 0 0 1em 0;
}

a {
    text-decoration: underline;
    color: var(--dark-grey);
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

    a:hover {
        text-decoration: none;
        color: var(--green);
    }

img {
    border: 0;
    max-width: 100%;
}

input, select, textarea {
    font-family: var(--font-sans-serif-medium), arial, sans-serif;
    color: #707070;
}

    input:not([type=radio]):not([type=checkbox]), select, textarea {
        -webkit-appearance: none;
    }

        input::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder {
            color: #ababab;
        }

        input:placeholder-shown, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder,
        textarea:placeholder-shown, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
            color: #ababab;
        }

table {
    width: 100%;
}

strong {
    font-weight: normal;
    font-family: var(--font-sans-serif-medium);
}

em {
    font-family: var(--font-serif-italic);
}

input[type=button], input[type=submit] {
    font-family: var(--font-serif);
}

/*#region  Typography Responsive
    --------------------------------  */

@media screen and (max-width: 57.5em) {
    h1 {
        font-size: 1.9375em;
    }
}

@media screen and (max-width: 33.75em) {
    h1 {
        font-size: 1.75em;
    }

    p {
        font-size: 0.875em;
    }

    .btn-group .btn {
        width: 100%;
    }
}

/*#endregion */

/*#endregion */


/*#region Buttons */
.btn {
    margin-left: 0.25em;
    margin-bottom: 0.25em;
    background-color: var(--green2);
    border: none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 2em;
    text-align: center;
    border-radius: 0.1em;
    font-size: 1.1em;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

    .btn:hover {
        background-color: var(--peach);
        color: #fff;
    }

.btn-alt {
    background: var(--peach);
    color: #fff;
    border-radius: 0.3em;
    padding: 0.7em 1em;
    box-shadow: none;
}

    .btn-alt:hover {
        background-color: var(--peach-40);
        color: var(--peach);
    }

.btn-alt2 {
    background: var(--light-brown);
    color: #fff;
    border-radius: 0.3em;
    padding: 0.7em 1em;
    box-shadow: none;
}

    .btn-alt2:hover {
        background-color: var(--light-brown-40);
        color: var(--light-brown);
    }

.btn-sideform {
    margin-top: auto;
}

.btn-fullwidth {
    width: calc(100% - 0.5em);
    margin: 0 0.25em 0.25em;
}

.btn-small {
    font-size: 1em;
    padding: 0.4em 1em;
}

.btn-alt.btn-small, .btn-alt2.btn-small {
    font-size: 1em;
    padding: 0.6em 1em;
}

.btn-tt {
    width: calc(100% - 0.5em);
    margin: 0 0.25em 1em 0.25em;
}

.btn-tspc {
    margin-top: 1em;
}

.btn-large {
    font-size: 1.3em;
}

.btn-group .btn {
    margin-right: 1em;
    vertical-align: middle;
}

.btn-add {
    margin-left: 0;
    margin-top: 0.5em;
}

@media screen and (max-width: 28em) {
    .btn-tt {
        width: calc(100% - 0.5em);
        margin: 0 0.25em 1em 0.25em;
    }

    .btn-ot {
        width: calc(100% - 0.5em);
        margin: 0 0.25em 1em 0.25em;
    }
}
/*#endregion */

/*#region  Structure
--------------------------  */

body {
    font-family: var(--font-sans-serif);
    font-size: 1em;
    font-weight: 400;
    color: var(--dark-grey);
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    min-width: 20em;
}

.mainHeader,
.mainFooter,
main {
    min-width: 20em;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

    main:after {
        clear: both;
        content: "";
        display: table;
    }

.body {
    margin: 0 auto;
    padding: 3em 0;
    max-width: 76em;
}

    .body:after {
        clear: both;
        content: "";
        display: table;
    }

.highlight-grey {
    background-color: var(--light-brown-24);
    color: var(--green3);
}

    .highlight-grey p {
        font-size: 1.15em;
    }

/*#endregion */

/*#region  Header
--------------------------  */

.mainHeader {
    background-color: #fff;
    top: 0;
    position: fixed;
    z-index: 9999999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainHeader-container {
    padding: 1em 0 1em 1em;
    max-width: 80em;
    margin: 0 auto;
}

    .mainHeader-container:after {
        clear: both;
        content: "";
        display: table;
    }

    .mainHeader-container div.logo-contact {
        padding: 0 8%;
    }

    .mainHeader-container div.logo-contact a:first-child img {
        float: left;
    }

        .mainHeader-container div.logo-contact a.contact-menu {
            display: none;
        }

        .mainHeader-container div.logo-contact a.contact-menu picture {
            position: relative;
            display: inline-block;
        }

        .mainHeader-container div.logo-contact a.contact-menu picture img {

            height: 24px;
            opacity: 1;
            -moz-filter: var(--svg-green);
            -webkit-filter: var(--svg-green);
            filter: var(--svg-green);
            -moz-transition: opacity linear .2s;
            -o-transition: opacity linear .2s;
            -webkit-transition: opacity linear .2s;
            transition: opacity linear .2s;
        }

        .mainHeader-container div.logo-contact a.contact-menu picture:after {
            content: "";
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: contain;
            display: block;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1.5em;
            -moz-filter: var(--svg-peach);
            -webkit-filter: var(--svg-peach);
            filter: var(--svg-peach);
            -moz-transition: opacity linear .2s;
            -o-transition: opacity linear .2s;
            -webkit-transition: opacity linear .2s;
            transition: opacity linear .2s;
        }

@media screen and (max-width: 33.75em) {
    .mainHeader {
        padding-bottom: 0;
        padding-left: 0;
        text-align: center;
    }

    .mainHeader-container {
        padding: 0;
        width: 100%;
    }

        .mainHeader-container div.logo-contact {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: flex-end;
            align-items: flex-end;
        }

        .mainHeader-container div.logo-contact a {
            display: block;
            overflow: hidden;
            max-height: 9em;
            margin: 1em auto;
        }

            .mainHeader-container div.logo-contact a.contact-menu {
                display: block;
            }

            .mainHeader-container div.logo-contact a:first-child img {
                float: none;
            }

    html:not([data-scroll='0']) .mainHeader-container div.logo-contact a {
        max-height: 0;
        margin: 0;
    }

}

@media screen and (min-width: 541px) {
    .mainHeader-container div.logo-contact {
        padding: 0;
    }
}

@media screen and (max-width: 25em) {
    .mainHeader-container {
        padding: 0;
    }

        .mainHeader-container > a > img {
            width: 7.3em;
            margin: 0.5em 0;
        }
}

/* Main Nav */
.mainHeader nav > div {
    float: right;
}

    .mainHeader nav > div a {
        display: inline-block;
        height: 1.5em;
        padding: 0.25em 1.25em;
        margin: 0.6em 0;
        float: right;
        text-decoration: none;
    }


        .mainHeader nav > div a:first-child {
            display: none;
            background-repeat: no-repeat;
            background-position: center center;
            border-left: none;
        }

        .mainHeader nav > div a picture {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }

            .mainHeader nav > div a picture img {
                height: 100%;
                opacity: 1;
                -moz-filter: var(--svg-green);
                -webkit-filter: var(--svg-green);
                filter: var(--svg-green);
                -moz-transition: opacity linear .2s;
                -o-transition: opacity linear .2s;
                -webkit-transition: opacity linear .2s;
                transition: opacity linear .2s;
            }

            .mainHeader nav > div a picture:after {
                content: "";
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: top center;
                background-size: contain;
                display: block;
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 1.5em;
                -moz-filter: var(--svg-peach);
                -webkit-filter: var(--svg-peach);
                filter: var(--svg-peach);
                -moz-transition: opacity linear .2s;
                -o-transition: opacity linear .2s;
                -webkit-transition: opacity linear .2s;
                transition: opacity linear .2s;
            }

        .mainHeader nav > div a:hover img {
            opacity: 0;
        }
        .mainHeader nav > div a:hover picture:after {
            opacity: 1;
        }

        .mainHeader nav > div a.profile-menu picture:after {
            background-image: url(/_resources/files/template/profile.svg);
        }

        .mainHeader nav > div a.contact-menu picture:after {
            background-image: url(/_resources/files/template/contact.svg);
        }

        .mainHeader nav > div a.favourites-menu {
            position: relative;
        }

        .mainHeader nav > div a.favourites-menu picture:after {
            background-image: url(/_resources/files/template/favourite.svg);
        }

        .mainHeader nav > div a.favourites-menu.active img {
            opacity: 0;
        }
            .mainHeader nav > div a.favourites-menu.active picture:after {
                opacity: 1;
            }

            .mainHeader nav > div a.favourites-menu span {
                font-size: 0.7em;
                color: var(--peach);
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

        .mainHeader nav > div a.valuation-menu {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            border-radius: 0.25em;
            color: var(--peach);
            padding: 0.5em 1em;
            height: 1em;
            margin: 0.6em 1em 0.6em 1.5em;
            background-color: var(--peach2);
            color: var(--peach);
        }

            .mainHeader nav > div a.valuation-menu:hover {
                background-color: var(--peach);
                color: var(--peach2);
            }

.mainHeader nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    float: right;
    font-family: var(--font-sans-serif-medium);
}

    .mainHeader nav > ul > li {
        margin: 0 0 0 0.5em;
        padding: 0;
        display: block;
        color: #fff;
        width: auto;
        float: left;
        position: relative;
        border: none;
    }

        .mainHeader nav > ul > li > a {
            color: var(--green);
            margin: 0.45em 0;
            padding: 0.5em 0.25em;
            display: block;
            border-radius: 0.25em;
            float: left;
            text-decoration: none;
        }

        .mainHeader nav > ul > li:not(.valuation) > a:after {
            content: url(/_resources/files/template/ellipsis.svg);
            display: block;
            width: 1em;
            position: absolute;
            bottom: 0;
            left: calc(50% - 0.5em);
            opacity: 0;
            -moz-transition: opacity linear .2s;
            -o-transition: opacity linear .2s;
            -webkit-transition: opacity linear .2s;
            transition: opacity linear .2s;
        }

        .mainHeader nav > ul > li:not(.selected):hover > a:after,
        .mainHeader nav > ul > li.on > a:after {
            opacity: 1;
        }

        .mainHeader nav > ul > li.valuation {
            display: none;
        }

        .mainHeader nav > ul > li.selected > a {
            background-color: var(--light-brown-24);
        }

.myFavs-selected .favourites,
.myAccount-selected .profile,
.contactUs-selected .contact {
    background-color: #2ec0b9;
}

.mainHeader nav > div a.search-menu {
    display: none;
}

/* Sub Nav */
.mainHeader nav > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    list-style-type: none;
    margin: 0.25em 0 0 50%;
    padding: 0;
    width: 19em;
    position: absolute;
    top: 100%;
    left: -9.5em;
    z-index: 200000;
    background-color: #ccefef;
    text-align: left;
    border-radius: 0.5em;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}

    .mainHeader nav > ul > li > ul:before {
        content: url(/_resources/files/template/nav-arrow-up.png);
        display: block;
        line-height: 0;
        position: absolute;
        top: -0.5625em;
        left: 50%;
        margin-left: -0.6875em;
    }

.mainHeader nav > ul > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 0.95;
}

.mainHeader nav > ul ul li {
    border-top: dashed 1px #fff;
}

    .mainHeader nav > ul ul li:first-child {
        border-top: none;
    }

    .mainHeader nav > ul ul li a {
        padding: 0.5em 1em;
        display: block;
        white-space: nowrap;
        font-family: var(--font-sans-serif);
    }

        .mainHeader nav > ul ul li a:hover, header nav > ul ul li.selected a {
            color: #f98e35;
        }

/*#region  Header Responsive
    ----------------------------  */

@media screen and (max-width: 76em) {
    .body {
        margin: 0 2em;
    }

    .mainHeader nav > div > a {
        padding-left: 1em;
        padding-right: 1em;
    }

    .mainHeader nav > ul > li.valuation a {
        margin-right: 1em;
    }
}

@media screen and (max-width: 65em) {
        .mainHeader nav > div a picture:after {
            height: 24px;
        }

        /* Nav button */
        .mainHeader nav > div a.navicon {
            display: block;
        }

    button.mainnav {
        font-size: 0.75em;
        text-transform: uppercase;
        background-color: transparent;
        border: 0;
        color: var(--black);
        opacity: 1;
        cursor: pointer;
        padding: 0;
        margin: 0;
        -ms-flex: 0 0 35px;
        -webkit-flex: 0 0 35px;
        flex: 0 0 35px;
        -moz-transition: opacity linear .2s;
        -o-transition: opacity linear .2s;
        -webkit-transition: opacity linear .2s;
        transition: opacity linear .2s;
    }

    .mainHeader nav > div a.navicon span {
        display: block;
        line-height: 1em;
    }

    .mainHeader nav > div a.valuation-menu {
        font-size: 0.75em;
        border: dashed 1px var(--peach);
        background-color: #fff;
        border-radius: 0.75em;
        color: var(--peach);
        padding: 0.5em;
        margin: 0.6rem 0;
        border-radius: 0.75em;
        height: 1.5em;
    }

    /*Closed*/
    .mainHeader nav > div a.navicon > span {
        margin: 11px auto 0 auto;
        width: 28px;
        height: 10px;
        position: relative;
    }

        .mainHeader nav > div a.navicon > span span {
            display: block;
            width: 100%;
            margin: auto;
            height: 2px;
            background-color: var(--green);
            -moz-transition: background-color .2s ease-out .6s, width .2s ease-out;
            -o-transition: background-color .2s ease-out .6s, width .2s ease-out;
            -webkit-transition: background-color .2s ease-out .6s, width .2s ease-out;
            transition: background-color .2s ease-out .6s, width .2s ease-out;
        }

            .mainHeader nav > div a.navicon > span span:before {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: var(--green);
                position: relative;
                top: -10px;
                -moz-transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
                -o-transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
                -webkit-transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
                transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
            }

            .mainHeader nav > div a.navicon > span span:after {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: var(--green);
                position: relative;
                top: 8px;
                -moz-transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
                -o-transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
                -webkit-transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
                transition: transform .4s ease-out,top .2s cubic-bezier(1,0,0,.7) .4s;
            }

    /*Open*/
    .mainHeader nav.show > div a.navicon > span span {
        width: 75%;
        background-color: #fff;
        -moz-transition: background-color .2s ease-out, width .2s ease-out .6s;
        -o-transition: background-color .2s ease-out, width .2s ease-out .6s;
        -webkit-transition: background-color .2s ease-out, width .2s ease-out .6s;
        transition: background-color .2s ease-out, width .2s ease-out .6s;
    }

        .mainHeader nav.show > div a.navicon > span span:before {
            transform: rotate(45deg);
            top: 1px;
            -moz-transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
            -o-transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
            -webkit-transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
            transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
        }

        .mainHeader nav.show > div a.navicon > span span:after {
            transform: rotate(-45deg);
            top: -1px;
            -moz-transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
            -o-transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
            -webkit-transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
            transition: transform .4s ease-in-out .4s,top .2s cubic-bezier(1,0,0,.7) .2s;
        }

    .mainHeader nav > ul {
        width: 20em;
        text-align: left;
        background: var(--green3);
        z-index: 10;
        max-height: 0;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0;
        overflow: hidden;
        -moz-transition: all linear .2s;
        -o-transition: all linear .2s;
        -webkit-transition: all linear .2s;
        transition: all linear .2s;
    }

    .mainHeader nav ul li {
        float: none;
        margin-left: 0;
        border-bottom: dashed 1px #fff;
    }

    .mainHeader nav > ul > li > a {
        margin: 0;
        padding: 1em;
        float: none;
        border-radius: 0;
        color: #fff;
    }

    .mainHeader nav > ul > li:not(.valuation) > a:after {
        display: none;
    }

    .mainHeader nav > ul > li:not(.valuation) > a:hover {
        background-color: var(--green2);
    }

    .mainHeader nav > ul > li.valuation {
        display: block;
        border-bottom: 0;
    }
        .mainHeader nav > ul > li.valuation a {
            padding: 1em;
            margin-right: 0;
            margin-left: 0;
            border: none;
            background-color: var(--peach2);
            color: var(--peach);
        }

        .mainHeader nav > ul > li.valuation a:hover {
            background-color: var(--peach);
            color: var(--peach2);
        }

    .mainHeader nav > ul li ul {
        position: static;
        margin: 0;
        visibility: visible;
        opacity: 1;
        max-height: 0;
        overflow: hidden;
        background: transparent;
        width: 100%;
        -moz-transition: max-height linear .1s;
        -o-transition: max-height linear .1s;
        -webkit-transition: max-height linear .1s;
        transition: max-height linear .1s;
    }

    .mainHeader nav > ul > li > ul:before {
        display: none;
    }

    /* Open Menus */
    .mainHeader nav.show > ul {
        display: block;
        right: 0;
        max-height: 40em;
    }

    .mainHeader nav > ul li.show ul {
        max-height: 20em;
    }
}

@media screen and (max-width: 50em) {
    .body {
        margin: 0 1em;
    }
}

@media screen and (max-width: 36.5em) {
    .mainHeader nav > div > a {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }
}

@media screen and (max-width: 33.75em) {
    .mainHeader nav > div {
        float: left;
        width: 84%;
        padding: 0 8%;
        border-top: dashed 1px #fff;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

        .mainHeader nav > div a {
            padding: 1rem 0;
            margin: 0;
            border-left: none;
            height: 24px;
            text-align: center;
            font-size: 0;
            flex: 0 0 auto;
        }

            .mainHeader nav > div a:first-child {
                float: left;
                padding: 1rem 0;
            }

            .mainHeader nav > div a img {
                float: none;
            }

            .mainHeader nav > div a.favourites-menu {
                font-size: 0.7em;
            }

            .mainHeader nav > div a.favourites-menu span {
                font-size: 1em;
            }

    .mainHeader nav > ul {
        width: 100%;
    }

    .mainHeader nav ul li:first-child {
        border-top: dashed 1px #fff;
    }

    .search-menu {
        background-image: url('/_resources/sprites/search-menu.sprite.png');
        background-repeat: no-repeat;
        display: block;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

        .search-menu.active {
            width: 20%;
            height: 20px;
            background-position: center -5px;
        }

        .search-menu.inactive {
            width: 20%;
            height: 20px;
            background-position: center -55px;
        }

    .mn {
        position: absolute;
        top: 0;
        z-index: 10000;
        background: #ccefef;
    }

    html:not([data-scroll='0']) .mainHeader nav > div {
        box-shadow: 0 2px 3px -2px var(--green-20);
    }
}

@media screen and (max-width: 30em) {
    .body {
        margin: 0 0.75em;
    }
}

@media screen and (max-width: 25em) {
    .search-menu.active {
        background-position: center -10px;
    }

    .search-menu.inactive {
        background-position: center -65px;
    }

    .mainHeader nav > ul > li > a {
        padding: 0.75em 1em;
    }
}

@media screen and (min-width: 65em) and (max-width: 80em) {
    .mainHeader nav > div a.valuation-menu {
        margin: 0.6em 0em 0.6em 0.25em;
    }
}

@media screen and (min-width: 68.5em) {
    .mainHeader nav > ul > li > a {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }
}

@media screen and (min-width: 70em) {
    .mainHeader nav > ul > li > a {
        margin-left: 0.25em;
        margin-right: 0.25em;
    }
}

@media screen and (min-width: 80em) {
    .mainHeader nav > ul > li > a {
        margin-left: 0.75em;
        margin-right: 0.75em;
    }
}

/*#endregion */

/*#endregion */

.desc {
    width: 58%;
    float: left;
}

    .desc p {
        margin: 0;
    }

        .desc p span {
            font-family: var(--font-serif-italic);
        }

.cta {
    width: 40%;
    margin-left: 2%;
    float: right;
    text-align: right;
}

/*#region  Main
--------------------------  */

main {
    margin-top: 5.45em;
}

/*#region  Main Responsive
    ----------------------------  */

@media screen and (max-width: 33.75em) {
    main {
        margin-top: 9.625em;
    }
}

/*#endregion */

/*#endregion */

/*#region  Banner
--------------------------  */

.banner {
    position: relative;
    overflow: hidden;
    min-height: 10em;
    background-image: url(/_resources/files/pages/home/main-hero-image.jpg);
    background-size: cover;
    background-position: right center;
}

    .banner:not(.no-overlay):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--green-20);
        z-index: 1;
    }

    .banner > span:not(.al),
    .banner > span:not(.ar) {
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        max-width: 20em;
        font-family: var(--font-sans-serif);
        font-size: 2em;
        text-align: center;
        z-index: 2;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .banner > span.banner-dark {
        color: var(--green);
    }

    .banner > img {
        max-width: none;
        width: 100%;
        float: left;
    }

    .banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .banner > div {
        margin: 0 auto;
        max-width: 46em;
        background: rgba(255,255,255,0.7);
        border-radius: 0.5em;
        text-align: center;
        z-index: 3;
    }

    .banner > span > span {
        font-family: var(--font-serif-italic);
    }

/* Video banner */
.banner-video iframe {
    display: block;
    width: 1296px;
    height: 629px;
    margin: 0 auto;
}

.banner video {
    display: block;
}
        .banner video.mobile {
            display: none;
        }

@media screen and (max-width: 45em) {
    .banner video.full {
        display: none;
    }

    .banner video.mobile {
        display: block;
    }
}



/*#region  Banner Responsive
----------------------------  */
@media screen and (max-width: 90em) {
    .banner > span.animt {
        font-size: 3em;
    }
}

@media screen and (max-width: 75em) {
    .banner .lkp li:nth-child(n+6) {
        display: none;
    }

    .banner > span.al, .banner > span.ar {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 65em) {
    .banner > div {
        margin: 0 1em;
        left: 0;
    }

    .banner > span {
        font-size: 1.6em;
    }

        .banner > span.animt {
            font-size: 2em;
        }
}

@media screen and (max-width: 46em) {
    .banner > div {
        margin: 0 1em;
        left: 0;
    }
    .banner > span.animt {
        font-size: 1.5em;
        top: 15%;
    }
}

@media screen and (max-width: 40em) {
    .banner {
        min-height: 15em;
    }

        .banner > div {
            flex-wrap: wrap;
        }

    .banner-search {
        flex-grow: 1;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5em;
    }

    .banner-btn {
        width: 50%;
    }

    .banner > span:not(.al), .banner > span:not(.ar) {
        font-size: 1.25em;
    }

    .no-overflow {
        overflow: visible;
    }

    .desc {
        width: 100%;
        float: none;
    }

    .cta {
        width: 100%;
        float: none;
        text-align: center;
        margin-left: 0;
    }

        .cta a {
            font-size: 1em;
            display: block;
            width: auto;
        }

    .banner > span.animt {
        width: 40%;
    }
}

@media screen and (max-width:37.5em) {
    .desc {
        width: 94%;
        float: none;
        margin-bottom: 1em;
    }

    .cta {
        width: 94%;
        float: none;
    }

        .cta a {
            width: 100%;
        }

    .banner .lkp li:nth-child(n+5) {
        display: none;
    }
}

@media screen and (max-width: 30em) {
    .banner img {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }

    .banner > span, .banner > span:not(.al),
    .banner > span:not(.ar) {
        display: none;
    }
}

/* Video banner */
@media screen and (max-width: 70em) {
    .banner-video {
        position: relative;
        padding-top: 56.25%;
    }

        .banner-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}

/*#endregion */

/*#endregion */

/*#region  Footer
--------------------------  */

.mainFooter {
    clear: both;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

    .mainFooter h1 {
        text-align: center;
        margin-top: 4%;
        display: none;
    }

.footerSocial {
    list-style-type: none;
    padding-top: 6em;
    padding-bottom: 6em;
}

    .footerSocial li {
        float: left;
        width: 30%;
        margin-left: 3%;
        display: flex;
        flex-direction: row;
    }

        .footerSocial li picture {
            flex: 0 1 40%;
            display: block;
        }

            .footerSocial li picture img {
                min-width: 3em;
            }

        .footerSocial li div {
            padding-left: 0.5em;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .footerSocial li a {
            line-height: 2em;
            display: block;
            white-space: nowrap;
            background: transparent url(/_resources/files/template/tw.svg) no-repeat top left;
            padding-left: 2.5em;
            margin-top: 0.5em;
            background-size: contain;
        }

    .footerSocial .fb a {
        background-image: url(/_resources/files/template/fb.svg);
    }

    .footerSocial .in a {
        background-image: url(/_resources/files/template/ig.svg);
    }

.mainFooter > div {
    width: 100%;
    background-color: var(--dark-grey);
    background-size: cover;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainFooter nav {
    width: 100%;
    overflow: hidden;
}

    .mainFooter nav div {
        width: 23%;
        float: left;
        padding: 0 5%;
    }

        .mainFooter nav div h2 {
            color: #fff;
            text-align: left;
            font-family: var(--font-sans-serif-medium);
            font-size: 1em;
            font-weight: 500;
        }

        .mainFooter nav div a {
            color: #fff;
        }

        .mainFooter nav div ul {
            list-style-type: none;
            margin: 0.5em 0 2.5em 0;
            padding: 0;
        }

            .mainFooter nav div ul ul {
                margin-top: 0;
            }

            .mainFooter nav div ul li {
                padding: 0.2em 0;
                line-height: 1.5em;
                font-size: 0.8em;
                font-weight: 400;
            }

                .mainFooter nav div ul li li {
                    padding: 0.2em 0 0 0;
                    font-size: 1em;
                }

.mainFooter .acn {
    list-style-type: none;
    margin: 2em 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
}

    .mainFooter .acn li {
        display: inline-block;
        margin: 0 1em;
    }

    .mainFooter .acn li img {
        max-height: 41px;
    }

.mainFooter p {
    margin: 0;
    color: #fff;
    font-size: 0.65em;
    text-align: right;
}

.mainFooter div p {
    font-size: 0.85em;
    text-align: center;
}

.mainFooter > p {
    padding: 0.5em 1em 0 0;
    background-color: var(--dark-grey);
}

/*#region  Footer Responsive
    ----------------------------  */

@media screen and (max-width: 56.25em) {
    .footerSocial li {
        width: 45%;
    }

        .footerSocial li:last-child {
            margin: 0 auto;
            padding-top: 1.5em;
            clear: both;
            float: none;
        }

    .mainFooter div div {
        width: 40%;
    }
}

@media screen and (max-width: 43.75em) {
    .mainFooter .acn li {
        margin: 0 0.5em;
    }
}

@media screen and (max-width: 33.75em) {

    .mainFooter h1 {
        margin-top: 3rem;
        display: block;
    }

    .footerSocial {
        padding-top: 3em;
        padding-bottom: 3em;
    }

        .footerSocial li {
            width: 100%;
            margin-left: 0;
            margin-bottom: 1em;
        }

            .footerSocial li:last-child {
                margin: 0;
                padding-top: 0;
            }


    .mainFooter nav a {
        display: block;
    }

    .mainFooter div div {
        width: 100%;
        padding: 0;
    }

    .mainFooter nav div h2 {
        text-align: center;
        padding: 0 0 1em 0;
        margin: 0 0 1em 0;
        border-bottom: dashed 1px #fff;
        cursor: pointer;
    }

    .mainFooter nav div ul {
        margin-bottom: 0;
        text-align: center;
        max-height: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
    }

        .mainFooter nav div ul.show {
            max-height: 35em;
        }

    .mainFooter nav div li a {
        padding: 0.5em 0;
        margin: 0 0 0.5em 0;
        border-bottom: dashed 1px #fff;
        font-size: 1em;
    }

    .mainFooter .acn li img {
        height: 1.5em;
    }
}

/*#endregion */

/*#endregion */

/*#region  Aside
--------------------------  */

body > div {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    padding-right: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    body > div.ao {
        right: 45em;
        padding-right: 45em;
    }

.slideOut {
    width: 45em;
    background-color: var(--peach2);
    position: absolute;
    top: 0;
    right: -45em;
    height: 100%;
    z-index: 1200;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body > div.ao > aside {
    right: 0;
}

/* Grey out */
body > div > div.gyt {
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.8;
    z-index: 9999;
    right: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body > div.ao div.gyt {
    right: 45em;
    bottom: 0;
}

body > div.go div.gyt {
    right: 0;
    bottom: 0;
}

/* CLose button */
.slideOut > a {
    position: absolute;
    top: 1.65em;
    right: 1em;
    width: 2em;
    height: 2em;
    z-index: 1000;
    font-size: 0.75em;
    background-color: transparent;
}

    .slideOut > a span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--green);
        transform: rotate(-45deg);
        position: absolute;
        top: 11px;
    }

        .slideOut > a span:before {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: var(--green);
            position: relative;
            transform: rotate(90deg);
        }

/* Sections */
.slideOut > section {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    text-align: left;
    padding: 3em;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contactUs .contactEmails li {
    float: left;
    width: 50%;
}

.slideOut > section h1 {
    color: var(--green3);
    font-size: 1.75em;
    margin-bottom: 2.75rem;
}

    .slideOut > section h1 span, .slideOut > section h2 span {
        font-family: var(--font-serif-italic);
    }

.slideOut > section > p {
    clear: both;
}
/* Buttons */
.slideOut > section a.btn img {
    vertical-align: middle;
    margin-right: 0.5em;
}

.yourValuation-selected > aside > .yourValuation,
.myFavs-selected > aside > .myFavs,
.myAccount-selected > aside > .myAccount,
.contactUs-selected > aside > section.contactUs {
    visibility: visible;
    opacity: 1;
}

/* Valuation Quotes */
.yourValuation .speech-large,
.yourValuation .speech-small {
    font-family: JennaSue,Papyrus,fantasy;
    font-size: 1.75em;
    width: 27.5%;
    color: #00b2a9;
    background: transparent url(/_resources/files/template/speech-sml.png) no-repeat top left;
    background-size: contain;
    padding: 0.65em 1em 2.5em 1.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.yourValuation .speech-large {
    width: 72.5%;
    background-image: url(/_resources/files/template/speech-lge.png);
    padding: 2.35em 1.5em 1em 1.5em;
}

.yourValuation .form-field {
    width: 100%;
    margin-bottom: 2%;
    float: left;
}

    .yourValuation .form-field:nth-child(2),
    .yourValuation .form-field:nth-child(5) {
        width: 49%;
    }

    .yourValuation .form-field:nth-child(3),
    .yourValuation .form-field:nth-child(6) {
        width: 49%;
        margin-left: 2%;
    }

.yourValuation .form h2 {
    display: none;
}

/* Emergency Numbers */
.contactUs .emergency > section {
    background: transparent url(/_resources/files/icons/arrow-dwn.png) no-repeat right 0.25em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: dashed 1px #707070;
    float: left;
    width: 100%;
}

    .contactUs .emergency > section:first-of-type {
        border-top: dashed 1px #707070;
        padding-top: 0.5em;
        background-position: right 0.5em;
    }

    .contactUs .emergency > section.o {
        background-image: url(/_resources/files/icons/arrow-up.png);
    }

    .contactUs .emergency > section > .clps-body {
        cursor: default;
        overflow: hidden;
        max-height: 0;
        -moz-transition: all linear .1s;
        -o-transition: all linear .1s;
        -webkit-transition: all linear .1s;
        transition: all linear .1s;
    }

    .contactUs .emergency > section.o > .clps-body {
        margin-top: 1em;
        max-height: 999em;
    }

/* Videos */
div.videowrapper {
    width: 100%;
}

    div.videowrapper iframe {
        max-width: 100%;
        border: 0;
    }

@media screen and (max-width: 35em) {
    div.videowrapper {
        width: 100%;
        padding-top: 56.25%;
        position: relative;
        margin-bottom: 1em;
    }

        div.videowrapper iframe {
            max-width: 100%;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
}

/*#region  Favourites
    --------------------------  */

div#status {
    color: #fff;
}

.myFavs > div.flst > div {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.myFavs div.flst ul {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 4.5em;
    overflow: hidden;
    display: table;
    background-color: #fff;
}

    .myFavs div.flst ul li {
        display: table-cell;
        vertical-align: middle;
        font-size: 0.68em;
        padding: 0 0.5em;
        background-color: #fff;
        border-bottom: solid 8px var(--green2);
        border-left: solid 1px var(--green2);
        position: relative;
    }

        .myFavs div.flst ul li:first-child {
            width: 9em;
            padding: 0;
            border-left: 0;
        }

            .myFavs div.flst ul li:first-child img {
                width: 100%;
                float: left;
            }

        .myFavs div.flst ul li:nth-child(2) {
            width: 35%;
        }

        .myFavs div.flst ul li:nth-child(3) {
            background: transparent url(/_resources/files/icons/sofa.svg) no-repeat 5px center;
            padding-left: 3.75em;
            -moz-filter: var(--svg-green);
            -webkit-filter: var(--svg-green);
            filter: var(--svg-green);
            background-size: 2em;
        }

        .myFavs div.flst ul li:nth-child(4) {
            background: transparent url(/_resources/files/icons/bed.svg) no-repeat 5px center;
            padding-left: 3.75em;
            -moz-filter: var(--svg-green);
            -webkit-filter: var(--svg-green);
            filter: var(--svg-green);
            background-size: 2em;
        }

        .myFavs div.flst ul li:nth-child(5) {
            background: transparent url(/_resources/files/icons/bath.svg) no-repeat 5px center;
            padding-left: 3.75em;
            -moz-filter: var(--svg-green);
            -webkit-filter: var(--svg-green);
            filter: var(--svg-green);
            background-size: 2em;
        }

        .myFavs div.flst ul li:last-child {
            width: 15%;
            color: #f98e35;
            font-size: 0.95em;
        }

        .myFavs div.flst ul li.price {
            cursor: pointer;
            position: relative;
            padding-right: 1.25em;
        }

            .myFavs div.flst ul li.price:after {
                display: block;
                content: " ";
                width: 0.75em;
                height: 0.75em;
                position: absolute;
                top: calc(50% - 0.35em);
                right: 0;
                background: transparent url(/_resources/files/template/nav-x.png) no-repeat;
            }

        .myFavs div.flst ul li h2 {
            font-family: var(--font-sans-serif);
            font-size: 1.5em;
        }

        .myFavs div.flst ul li p {
            margin-bottom: 0;
        }

        .myFavs div.flst ul li a.fav {
            opacity: 1;
            display: block;
            width: 1.45em;
            height: 1.45em;
            background: transparent url(/_resources/files/icons/remove.png) no-repeat center center;
            position: absolute;
            top: 2px;
            right: 2px;
        }

        .myFavs div.flst ul li.fav.o {
            background-image: url(/_resources/files/icons/fav-on.png);
        }

.myFavs div.flst .map {
    height: 300px;
}

.myFavs .myFavs-list {
    border-bottom: dashed 1px #00b2a9;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1em;
    float: left;
    width: 100%;
}


.myFavs .empty-favourites {
    display: flex;
    flex-direction: row;
}

    .myFavs .empty-favourites > div:first-child {
        flex: 1 1 auto;
        margin-right: 1.5em;
    }

        .myFavs .empty-favourites > div:first-child > p {
            font-family: var(--font-sans-serif);
            font-size: 1.75em;
            line-height: 1.25em;
            color: var(--green3);
        }

            .myFavs .empty-favourites > div:first-child > p:last-child {
                color: var(--peach);
            }

            .myFavs .empty-favourites > div:first-child > p span {
                font-family: var(--font-serif-italic);
            }

    .myFavs .empty-favourites .expl-list {
        flex: 0 0 17em;
    }

        .myFavs .empty-favourites .expl-list div.expl-photo {
            height: 78%;
            background-size: cover;
        }

        .myFavs .empty-favourites .expl-list div.expl-title {
            font-size: 0.65em;
            background-color: #fff;
            display: flex;
            justify-content: space-between;
            flex-flow: row wrap;
            float: left;
            width: 100%;
            text-align: left;
            line-height: 1em;
            padding: 1em;
            margin-bottom: 2em;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .myFavs .empty-favourites .expl-list div.expl-title h1 {
                margin-bottom: 0.15em;
                color: var(--dark-grey);
            }

            .myFavs .empty-favourites .expl-list div.expl-title h2 {
                font-family: var(--font-serif-italic);
                margin-bottom: 0;
                color: var(--dark-grey);
            }

                .myFavs .empty-favourites .expl-list div.expl-title h2.expl-title-favourite .fav {
                    opacity: 1;
                    display: block;
                    width: 1.15em;
                    height: 1.5em;
                    float: right;
                    position: relative;
                    -moz-transition: opacity linear .2s;
                    -o-transition: opacity linear .2s;
                    -webkit-transition: opacity linear .2s;
                    transition: opacity linear .2s;
                }

                    .myFavs .empty-favourites .expl-list div.expl-title h2.expl-title-favourite .fav:before {
                        padding-top: 0.25em;
                        line-height: 1;
                        content: "Favourite";
                        display: block;
                        width: 4.5em;
                        position: absolute;
                        right: 100%;
                        font-size: 1rem;
                        font-weight: normal;
                        white-space: nowrap;
                        font-family: var(--font-sans-serif);
                    }

            .myFavs .empty-favourites .expl-list div.expl-dts h2 {
                font-family: var(--font-sans-serif-medium);
                margin-bottom: 0.35em;
                display: flex;
                flex-direction: row;
            }

                .myFavs .empty-favourites .expl-list div.expl-dts h2 a.fav {
                    opacity: 1;
                    display: block;
                    width: 1.0625em;
                    height: 1em;
                    flex: 0 0 1.0625em;
                    margin-left: auto;
                    background: transparent url(/_resources/files/template/favourite.svg) no-repeat center center;
                    -moz-transition: opacity linear .2s;
                    -o-transition: opacity linear .2s;
                    -webkit-transition: opacity linear .2s;
                    transition: opacity linear .2s;
                    background-size: contain;
                    -moz-filter: var(--svg-green);
                    -webkit-filter: var(--svg-green);
                    filter: var(--svg-green);
                    cursor: default;
                }

            .myFavs .empty-favourites .expl-list div.expl-dts p {
                margin-bottom: 0;
                color: var(--green);
            }

            .myFavs .empty-favourites .expl-list div.expl-dts ul {
                list-style-type: none;
                margin: 1em 0;
                padding: 0;
                width: 100%;
                float: left;
            }

                .myFavs .empty-favourites .expl-list div.expl-dts ul li {
                    float: left;
                    background: transparent url(/_resources/files/icons/sofa.svg) no-repeat top left;
                    padding-left: 2em;
                    margin-right: 1em;
                    background-size: 1.5em;
                    -moz-filter: var(--svg-green);
                    -webkit-filter: var(--svg-green);
                    filter: var(--svg-green);
                    -moz-transition: opacity linear .2s;
                    -o-transition: opacity linear .2s;
                    -webkit-transition: opacity linear .2s;
                    transition: opacity linear .2s;
                }

                    .myFavs .empty-favourites .expl-list div.expl-dts ul li:first-child {
                        background-image: url(/_resources/files/icons/bed.svg);
                    }

                    .myFavs .empty-favourites .expl-list div.expl-dts ul li:last-child {
                        background-image: url(/_resources/files/icons/bath.svg);
                    }

            .myFavs .empty-favourites .expl-list div.expl-dts p.expl-price {
                font-family: var(--font-serif-bold);
                color: var(--peach);
                font-size: 1.25em;
                width: 100%;
                line-height: 1em;
                margin-bottom: 1em;
                clear: both;
            }

                .myFavs .empty-favourites .expl-list div.expl-dts p.expl-price span {
                    font-size: 0.65em;
                }

            .myFavs .empty-favourites .expl-list div.expl-dts a.expl-button {
                clear: both;
                font-family: var(--font-sans-serif-medium);
                background-color: var(--green3);
                color: #fff;
                display: block;
                text-align: center;
                border-radius: 0.3125em;
                padding: 0.5em;
                -moz-transition: all linear .2s;
                -o-transition: all linear .2s;
                -webkit-transition: all linear .2s;
                transition: all linear .2s;
                cursor: default;
            }

@media screen and (max-width: 36em) {
    .myFavs .empty-favourites .expl-list div.expl-photo {
        height: 50%;
    }
}

@media screen and (max-width: 32em) {
    .myFavs .empty-favourites {
        max-width: 20em;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .myFavs .empty-favourites > * {
        flex: 0 0 100% !important;
    }
        .myFavs .empty-favourites .expl-list div.expl-photo {
            height: 13em;
        }

        .myFavs .empty-favourites > div:first-child > p {
            font-size: 1.35em;
        }
}

/* Map info window */
.leaflet-container {
    font: normal !important;
}

.leaflet-tooltip {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-left: -22px;
    margin-top: -3px;
    color: #fff !important;
    font-size: 12px;
}

.leaflet-popup-content-wrapper {
    padding: 0 !important;
    border-radius: 0 !important;
}

.leaflet-popup-content {
    margin: 0 !important;
    color: #707070;
    min-width: 250px !important;
}

    .leaflet-popup-content p {
        margin-top: 0 !important;
    }

.mapcluster {
    background: transparent url(/_resources/files/icons/marker.png) no-repeat top left;
    width: 69px !important;
    height: 29px !important;
    color: #fff;
    padding-top: 4px;
    font-size: 10px;
    text-align: center;
}

.mapprop {
    width: 100%;
    cursor: pointer;
}

    .mapprop img {
        float: left;
        max-width: 100% !important;
        cursor: pointer;
        min-height: 185px;
    }

    .mapprop .img {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }

        .mapprop .img > span.beds {
            display: block;
            position: absolute;
            top: 1em;
            left: 1em;
            background-color: #fff;
            padding: 0.25em 0.5em;
            border-radius: 0.25em;
        }

            .mapprop .img > span.beds span {
                display: inline-block;
                background: transparent url(/_resources/files/icons/bed.svg) no-repeat top left;
                font-size: 0.75em;
                padding-left: 1.75rem;
                margin-right: 0;
                line-height: 1.25rem;
                background-size: 1.35rem;
                -moz-filter: var(--svg-green);
                -webkit-filter: var(--svg-green);
                filter: var(--svg-green);
                -moz-transition: opacity linear .2s;
                -o-transition: opacity linear .2s;
                -webkit-transition: opacity linear .2s;
                transition: opacity linear .2s;
            }

        .mapprop .img > span.price {
            display: block;
            position: absolute;
            bottom: 1rem;
            left: 50%;
            font-size: 0.75em;
            background-color: #fff;
            padding: 0.25rem 0.5rem;
            border-radius: 0.25rem;
            white-space: nowrap;
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }


    .mapprop div {
        display: flex;
        flex: 1 1 0;
        flex-flow: column wrap;
        padding: 1rem 1rem 0.5rem;
    }

    .mapprop.schl div {
        display: block;
        padding: 1em;
    }

    .mapprop div h2 {
        font-size: 1.25em;
        margin-bottom: 0;
        padding-right: 1em;
        color: #707070;
    }

    .mapprop.schl div h2 {
        color: #00b2a9;
        margin-bottom: 0.5em;
        font-family: var(--font-serif);
    }

    .mapprop div p {
        margin-bottom: 0;
        width: 100%;
        font-family: var(--font-serif);
        font-weight: normal;
    }

    .mapprop.schl div p {
        font-family: var(--font-sans-serif);
    }

    .mapprop div p.price, .mapprop div p .price {
        color: #f98e35;
        font-size: 1.1em;
        float: right;
    }

    .mapprop div p .avl {
        padding-left: 2.5em;
        background: transparent url(/_resources/files/icons/cal1.png) no-repeat center left;
        font-family: var(--font-sans-serif);
        font-size: 0.9em;
    }

    .mapprop div ul {
        display: flex;
        float: left;
        justify-content: space-between;
        list-style-type: none;
        margin: 0;
        padding: 0 0 0.5em;
        width: 100%;
    }

        .mapprop div ul li {
            min-width: 2.5em;
            float: left;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: top left;
            background-size: contain;
            margin: auto 4% auto 0;
            text-align: right;
            height: 1.25em;
            font-size: 0.9em;
        }

            .mapprop div ul li.beds {
                background-image: url("/_resources/files/icons/beds1.png");
            }

            .mapprop div ul li.recs {
                background-image: url("/_resources/files/icons/recs1.png");
            }

            .mapprop div ul li.baths {
                background-image: url("/_resources/files/icons/baths1.png");
            }

            .mapprop div ul li.managed {
                background-image: url("/_resources/files/icons/managed1.png");
                background-position: right center;
                min-width: 6em;
                height: 2em;
                background-size: auto;
                margin: -0.35em 0;
            }

            .mapprop div ul li.video {
                background-image: url("/_resources/files/icons/video.png");
                background-position: right center;
                min-width: 8em;
                height: 3em;
                background-size: auto;
                margin: -0.35em 0;
            }

    .mapprop div p:last-of-type {
        align-self: flex-end;
        margin-top: auto;
    }

    .mapprop div p a {
        font-family: var(--font-sans-serif);
        color: #707070;
        font-size: 0.9em;
    }

.mapscrlr {
    padding: 0;
    display: none;
    position: absolute;
    top: -35px;
    width: 100%;
    background-color: #fff;
    border: solid 1px #9b9c9c;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mapscrlron .mapscrlr {
    display: block;
}

.mapscrlr a {
    display: inline-block;
    float: right;
    background-color: #9b9c9c;
}

    .mapscrlr a img {
        width: 0.75em;
        float: left;
        padding: 0.5em;
    }

    .mapscrlr a:first-child {
        float: left;
    }

.mapscrlr span {
    display: block;
    padding: 0.4em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mapscrlron .gm-style .gm-style-iw {
    position: relative;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    overflow: visible;
}

    .mapscrlron .gm-style .gm-style-iw:before {
        content: "";
        height: calc(100% - 20px);
        width: 250px;
        background-color: #93b1b1;
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 9px;
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }

    .mapscrlron .gm-style .gm-style-iw:after {
        content: "";
        height: calc(100% - 10px);
        width: 250px;
        background-color: #adc7c7;
        position: absolute;
        z-index: -1;
        top: 5px;
        left: 5px;
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    }

.leaflet-popup-tip-container {
    top: calc(100% - 1em);
}

@media screen and (max-width: 68.5em) {
    .mapprop img {
        min-height: 150px;
    }
}


.myFavs .mapprop {
    width: 240px;
}

    .myFavs .mapprop img {
        max-height: 120px;
        width: 100%;
    }

    .myFavs .mapprop div {
        clear: both;
    }

    .myFavs .mapprop ul {
        height: auto;
    }

        .myFavs .mapprop ul li {
            width: 3em;
            border-bottom: 0;
            border-left: 0;
            font-size: 1em;
            padding: 0;
        }

            .myFavs .mapprop ul li:first-child, .myFavs .mapprop ul li:nth-child(2) {
                width: 3em;
            }

            .myFavs .mapprop ul li:nth-child(3) {
                padding-left: 0;
            }

            .myFavs .mapprop ul li:last-child {
                width: 3em;
                font-size: 1em;
                color: #707070;
                font-family: var(--font-sans-serif);
            }

/*#region  Get in touch
    --------------------------  */

.contactUs .locations {
    list-style-type: none;
    margin: 0 0 5em 0;
    padding: 0;
    float: left;
    width: 100%;
}

    .contactUs .locations li {
        float: left;
        width: 100%;
        background-color: #fff;
        position: relative;
        margin-top: 1em;
    }

        .contactUs .locations li:first-child {
            margin-top: 0;
        }

        .contactUs .locations li img {
            float: left;
            height: 11.75em;
            margin-top: -1em;
            margin-right: 2%;
        }

        .contactUs .locations li .full {
            float: left;
            width: 62%;
            height: 11.7em;
            padding: 1em 0;
            font-size: 0.85em;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .contactUs .locations li .mbl {
            display: none;
        }

        .contactUs .locations li .map {
            border-right: 0;
            width: 38%;
            padding: 0.75em;
            font-size: 1em;
            height: 10em;
            float: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .contactUs .locations li .map > div {
                height: 100%;
                border: solid 1px #999;
            }

        .contactUs .locations li h2 {
            margin-bottom: 0.5em;
            font-family: var(--font-sans-serif-medium);
            font-size: 1em;
            margin-bottom: 0;
        }

            .contactUs .locations li h2 a {
                color: var(--green);
            }

                .contactUs .locations li h2 a:hover {
                    color: var(--green2);
                }

        .contactUs .locations li p {
            margin-bottom: 0.5em;
        }

.contactUs .contactEmails {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0.5em 0;
    float: left;
    width: 100%;
}

    .contactUs .contactEmails li {
        float: left;
        width: 50%;
        margin-bottom: 1.5em;
    }

        .contactUs .contactEmails li span {
            white-space: nowrap;
        }

            .contactUs .contactEmails li span.lbl {
                display: block;
                color: var(--peach);
                font-family: var(--font-sans-serif-medium);
            }

            .contactUs .contactEmails li span.spc {
                display: inline-block;
                margin: 0 0.5em;
            }

            .contactUs .contactEmails li span a {
                color: var(--green);
                font-family: var(--font-sans-serif-medium);
            }

                .contactUs .contactEmails li span a:hover {
                    color: var(--green2);
                }

.contactUs .btn {
    background-color: var(--green3);
    border-radius: 0.5em;
    padding: 1em;
}

    .contactUs .btn:hover {
        background-color: var(--green2);
    }

.fixflo-iframe {
    margin-bottom: 1em;
    border: 0px;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

/*#endregion */

/*#region  Forms
    --------------------------  */

.form {
    border-width: 0;
    margin-bottom: 2em;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

    .form:last-of-type {
        margin-bottom: 0;
    }

    .form fieldset {
        border: 0;
        padding: 0;
        width: 100%;
    }

    .form h2 {
        width: 100%;
    }

.form-fields {
    display: flex;
    align-content: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

.form .form-field {
    width: 100%;
    margin-bottom: 1em;
}

    .form .form-field textarea,
    .form .form-field input,
    .form .form-field select {
        color: var(--dark-grey);
        background-color: var(--light-grey);
        font-family: var(--font-sans-serif);
        width: 100%;
        padding: 0.5em 0.5em;
        border: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form .form-field select {
        background: #fff url(/_resources/files/icons/arrow-down-green.svg) no-repeat center right 0.25em;
        background-size: 0.5em;
    }

.form .cbx {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .form .cbx .cbx-option {
        -ms-flex: 33%;
        -webkit-flex: 33%;
        flex: 33%;
    }

    .form .cbx input[type=checkbox] {
        display: none;
    }

        .form .cbx input[type=checkbox] + label:before {
            content: '\2713';
            vertical-align: middle;
            width: 25px;
            height: 25px;
            padding: 0.5em 0.75em;
            margin-right: 1em;
            background-color: var(--light-grey);
            color: var(--light-grey);
            background-repeat: no-repeat;
        }

        .form .cbx input[type=checkbox]:checked + label:before {
            color: var(--dark-grey);
            background-position: -10px -41px;
        }

    .form .cbx label img {
        vertical-align: middle;
        padding-left: 0.5em;
    }

    .form .cbx .cbx-option label.dsbl {
        opacity: 0.2;
    }

.highlight .form .form-field textarea,
.highlight .form .form-field input,
.highlight .form .form-field select {
    background-color: #fff;
}

.form-title {
    width: 100%;
}

.form .rdo legend {
    display: inline-block;
    vertical-align: middle;
}

.form .rdo-option {
    display: inline-block;
    width: calc(95% / 3);
    vertical-align: middle;
}

    .form .F-option input {
        display: none;
    }

    .form .rdo-option input {
        width: auto;
    }

        .form .rdo-option input + label {
            margin-right: 3%;
        }

    .form .rdo-option label {
        display: block;
        float: left;
    }

.form-field .validationMessage {
    display: inline-block;
    color: var(--peach);
    background-color: var(--peach2);
    padding: 0.5em 0.5em 0.5em;
    border-radius: 0.2em;
    margin-top: 0.5em;
    position: relative;
}

    .form-field .validationMessage:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0.5em 0.5em 0.5em;
        border-color: transparent transparent var(--peach) transparent;
        position: absolute;
        top: -0.5em;
    }

.form p:only-of-type {
    padding-top: 1em;
    width: 100%;
    margin-top: 1em;
}

.slideOut label {
    display: none;
}

.slideOut .cbx label {
    display: block;
}

.slideOut .form .rdo-option input + label {
    width: auto;
}

.yourValuation {
    display: flex;
    flex-flow: row wrap;
}

    .yourValuation .form-fields {
        margin-top: 4em;
    }

.valSuccess-sales {
}

.valSuccess-rental {
}

.valSuccess-image {
    text-align: center;
}

.valSuccess-speech strong {
    font-weight: normal;
}

.valSuccess-speech {
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.25em;
}

.valSuccess-speech-small {
    width: 5em;
    padding: 0.75em 2em 0.75em 1.6em;
    background-size: contain;
}

.valSuccess-speech-large {
    width: 15em;
    padding: 3em 1em 1em 1em;
    background-size: contain;
}

.valSuccess-speech-medium1 {
    width: 16em;
    padding: 1em 1em 3em 1.6em;
    background-size: contain;
}

.valSuccess-speech-medium2 {
    width: 14em;
    padding: 1em 0.5em 1em 2em;
    background-size: contain;
}
/*#endregion */

/*#region  My Account
    -----------------------------  */
.myAccount-info {
    width: 47.5%;
    padding: 0 2.5% 0 0;
    float: left;
}

    .myAccount-info h2 {
        font-family: var(--font-sans-serif);
        font-size: 1.75em;
    }

    .myAccount-info .benefits {
        float: left;
        clear: both;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .myAccount-info .benefits li {
            padding: 0 0 1em 0;
            background-position: left center;
            background-repeat: no-repeat;
            line-height: 1.1em;
            color: var(--green);
        }

            .myAccount-info .benefits li span {
                display: block;
                font-family: var(--font-sans-serif-medium);
                color: var(--peach);
            }

.myAccount-forms {
    width: 45%;
    padding: 1em 2.5%;
    float: left;
    background-color: #fff;
}

    .myAccount-forms form {
        padding: 0;
    }

    .myAccount-forms p {
        margin-bottom: 0;
    }

        .myAccount-forms p a {
            text-decoration: underline;
        }

            .myAccount-forms p a:hover {
                text-decoration: none;
            }

    .myAccount-forms .myAccount-action {
        padding-top: 1em;
    }

    .myAccount-forms .myAccount-lastaction {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px solid white;
    }

    .myAccount-forms form h2, .myAccount-forms form h2 span {
        font-family: var(--font-sans-serif);
        font-size: 1em;
        margin-bottom: 1.5em;
    }

.myAccount.wide .myAccount-info {
    display: none;
}

.myAccount.wide .myAccount-forms {
    width: 95%;
    background-color: transparent;
}

    .myAccount.wide .myAccount-forms h2 {
        font-size: 1.25em;
    }

    .myAccount.wide .myAccount-forms legend {
        font-family: var(--font-sans-serif);
        font-size: 1em;
        margin-bottom: 0.5em;
    }

    .myAccount.wide .myAccount-forms label {
        color: var(--dark-grey);
        font-family: var(--font-sans-serif);
        font-size: 1em;
    }

    .myAccount.wide .myAccount-forms input[type=submit] {
        width: calc(100% - 0.5em);
        margin-top: 1em;
    }

    .myAccount.wide .myAccount-forms div#Name, .myAccount.wide .myAccount-forms div#Imlookingforpropertyin {
        width: 49%;
    }

    .myAccount.wide .myAccount-forms div#Mobile {
        width: 49%;
        margin-left: 2%;
    }

    .myAccount.wide .myAccount-forms div#Minbedrooms {
        width: 23.5%;
        margin-left: 2%;
    }

    .myAccount.wide .myAccount-forms div#Maxprice {
        width: 23.5%;
        margin-left: 2%;
    }

    .myAccount.wide .myAccount-forms div#Lookingforinvestmentproperties, .myAccount.wide .myAccount-forms div#Doyouhaveapropertytoletout, .myAccount.wide .myAccount-forms div#Doyouhaveapropertyyouwouldlikeustovalue, .myAccount.wide .myAccount-forms div#Furnishing {
        display: none;
    }

    .myAccount.wide .myAccount-forms div.Rent div#Furnishing {
        display: block;
    }

    .myAccount.wide .myAccount-forms div.Buy div#Lookingforinvestmentproperties, .myAccount.wide .myAccount-forms div.Buy div#Doyouhaveapropertytoletout, .myAccount.wide .myAccount-forms div.Buy div#Doyouhaveapropertyyouwouldlikeustovalue {
        display: block;
    }

.myAccount.wide .thanks {
    text-align: center;
}

    .myAccount.wide .thanks p {
        margin-bottom: 1em;
        text-align: left;
    }

    .myAccount.wide .thanks img {
        margin: 1em 0;
    }

    .myAccount.wide .thanks a.btn {
        margin: 1em 0;
        width: 45%;
        box-shadow: 0 0 0 0.2em var(--green3);
    }

        .myAccount.wide .thanks a.btn:last-child {
            margin-left: 5%;
            background-color: var(--green2);
            box-shadow: 0 0 0 0.2em var(--green2);
        }

.myAccount-loggedIn p {
    padding: 1em 0;
}

.myAccount-accountBtn {
    display: block;
    float: left;
    width: 49%;
    background-color: var(--green2);
    text-align: center;
    border: 0;
    color: #fff;
    padding: 0.5em 0;
    border-radius: 0.2em;
}

    .myAccount-accountBtn:hover {
        color: #fff;
    }

.myAccount-logOutBtn {
    display: block;
    float: right;
    width: 49%;
    background-color: var(--peach);
    text-align: center;
    border: 0;
    color: #fff;
    padding: 0.5em 0;
    border-radius: 0.2em;
}

    .myAccount-logOutBtn:hover {
        color: #fff;
    }

.myAccount .btn {
    background-color: var(--green3);
    padding: 0.5em 1em;
    border: 0;
    font-family: var(--font-sans-serif-medium);
}

    .myAccount .btn:hover {
        background-color: var(--green2);
        box-shadow: 0 0 0 0.2em var(--green2) !important;
    }

/*#endregion */

/*#region  Aside Responsive
    -----------------------------  */
@media screen and (max-width: 46.25em) {
    body > div.ao {
        right: 0;
        padding-right: 0;
    }

    .slideOut {
        top: 5em;
        left: 100%;
        width: 100%;
    }

    body > div.ao > aside {
        left: 0;
    }

    .yourValuation > div {
        font-size: 1.5em;
    }

    .yourValuation .speech-small, .yourValuation .speech-large {
        display: none;
    }

    .yourValuation .form-fields {
        margin-top: 0;
    }

    div.d-cnt .locations li .full p {
        display: none;
    }

    .contactUs .locations li {
        padding: 0.75em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .contactUs .locations li .full h2 {
            display: none;
        }

        .contactUs .locations li .mbl {
            display: block;
        }

        .contactUs .locations li .full {
            width: 40%;
            overflow: hidden;
            border-right: 0;
        }

            .contactUs .locations li .full img {
                height: auto;
                width: 100%;
            }

            .contactUs .locations li .full p {
                display: none;
            }

        .contactUs .locations li .map {
            width: 58%;
            margin-left: 2%;
            padding: 0;
        }

            .contactUs .locations li .map > div {
                border: 0;
                height: 10em;
            }

    .myAccount-info {
        background-size: 60%;
    }
}

@media screen and (max-width: 40em) {
    .slideOut .form-field.cbx label:first-child {
        width: 100%;
    }

    .valSuccess-image,
    .valSuccess-speech {
        display: none;
    }

    .yourValuation {
        position: relative;
    }

        .yourValuation .speech-small {
            width: 50%;
            background-image: url(/_resources/files/template/speech-med.png);
            position: absolute;
            top: 2.5em;
            right: 1em;
            padding: 1em 1em 2.5em 1.25em;
        }

        .yourValuation .speech-large {
            width: 90%;
            margin-top: 1em;
            margin-bottom: 0.5em;
            padding: 2.75em 1.75em 1em 1.5em;
        }
}

@media screen and (max-width: 36.25em) {
    .contactUs .locations li .full {
        width: 50%;
    }

    .contactUs .locations li .map {
        width: 48%;
    }

    .contactUs h1 {
        padding-left: 1em;
    }

    .myFavs h1 {
        padding-left: 1em;
    }

    .myAccount {
        padding-left: 1em;
    }

        .myAccount h1 {
            padding-left: 1em;
        }

    .myAccount-info {
        padding-top: 0;
    }

    .form .rdo-option input + label {
        padding-left: 1em;
    }
}

@media screen and (max-width: 35em) {
    .slideOut {
        top: 9.5em;
    }

        .slideOut > a {
            position: relative;
            top: 0;
            left: 0;
            margin: 1.5em 1em;
            float: left;
        }

        .slideOut > section {
            padding-left: 1em;
        }

    .yourValuation .speech-large {
        width: 100%;
    }

    .contactUs .locations li .full {
        display: none;
    }

    .contactUs .locations li .map {
        width: 100%;
        margin-left: 0;
    }

    .contactUs .contactEmails li {
        width: 100%;
        line-height: 1.75em;
    }

        .contactUs .contactEmails li span.lbl {
            display: inline-block;
            width: 6.5em;
        }

    .myAccount-info {
        width: 95%;
        background: none;
    }

    .myAccount-forms {
        width: 95%;
    }

    .myAccount-info .speech-small {
        margin-bottom: 0;
        background-image: url(/_resources/files/template/speech-med.png);
        max-width: 10em;
        padding: 0.75em 0 1.25em 0.75em;
    }

    .myAccount-info .benefits li {
        min-height: 2.1em;
    }
}

@media screen and (max-width: 30.75em) {
    .yourValuation .speech-small {
        background-image: none;
        padding: 0;
        top: 3em;
        width: 100%;
        text-align: right;
    }

    .yourValuation .speech-large {
        margin-top: 1em;
        background-image: none;
        padding: 0;
    }

        .yourValuation .speech-small:before,
        .yourValuation .speech-large:before {
            content: open-quote;
        }

        .yourValuation .speech-small:after,
        .yourValuation .speech-large:after {
            content: close-quote;
        }
}

@media screen and (max-width: 24em) {
    .myAccount-info .speech {
        background-image: url(/_resources/files/template/speech-sml.png);
        width: 80%;
    }

    .form .rdo legend {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .form .rdo-option {
        width: calc(95% / 3);
        margin-bottom: 0.5em;
    }

    .myAccount.wide .myAccount-forms div#Imlookingforpropertyin {
        width: 100%;
    }

    .myAccount.wide .myAccount-forms div#Minbedrooms {
        width: 49%;
        margin-left: 0;
    }

    .myAccount.wide .myAccount-forms div#Maxprice {
        width: 49%;
        margin-left: 2%;
    }

    .contactUs .contactEmails li span.lbl {
        display: block;
    }
}

/*#endregion */

/*#endregion */

/*#region  Cookie Consent
--------------------------  */


.mainHeader .ckmsg {
    background: var(--peach2);
    background-size: 1.5em;
    color: var(--dark-grey);
    padding: 0.75em 5em 0.75em 5em;
    width: calc(100% - 10em);
    text-align: center;
}

    .mainHeader .ckmsg p {
        margin-bottom: 0;
        font-size: 0.8125em;
        display: inline-block;
        position: relative;
        padding-left: 2.5em;
    }

        .mainHeader .ckmsg p:before {
            content: "";
            width: 1.5em;
            height: 1.5em;
            display: block;
            background: url(/_resources/files/icons/cookie.png) center center no-repeat;
            background-size: 1.5em;
            position: absolute;
            top: calc(50% - 0.75em);
            left: 0;
        }

        .mainHeader .ckmsg p a {
            text-decoration: underline;
        }

            .mainHeader .ckmsg p a:hover {
                text-decoration: none;
            }

.mainHeader .ckmsg-show main {
    margin-top: 7.75em;
}

/*#region  Header Responsive
    ----------------------------  */

@media screen and (max-width: 33.75em) {
    .mainHeader .ckmsg {
        padding: 0.75em 1em;
        width: calc(100% - 2em);
    }

    .mainHeader .ckmsg-show main {
        margin-top: 14.75em;
    }
}

/*#endregion */

/*#endregion */

.body-row {
    display: flex;
    justify-content: space-between;
}

.body-highlightTextLeft {
    margin-right: 3%;
    padding: 2em;
    background: var(--light-brown-24);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

    .body-highlightTextLeft .btn {
        margin-top: auto;
    }

.body-highlightImageRight {
    width: 350px;
    height: 100%;
}

@media screen and (max-width: 46.25em) {
    .body-row {
        display: flex;
        flex-wrap: wrap;
    }

    .body-highlightTextLeft {
        margin-right: 0;
    }

    .body-highlightImageRight {
        width: 100%;
        height: 100%;
    }
}

.splitImage-3070 {
    display: flex;
    justify-content: space-around;
    flex-flow: row nowrap;
    align-items: center;
}

    .splitImage-3070 img:first-of-type {
        margin-right: 1%;
        width: 32%;
    }

    .splitImage-3070 img:nth-of-type(2) {
        width: 67%;
    }

.splitImage-5050 {
    display: flex;
    justify-content: space-around;
    flex-flow: row nowrap;
    align-items: center;
}

    .splitImage-5050 img:first-of-type {
        margin-right: 1%;
        width: 49%;
    }

    .splitImage-5050 img:nth-of-type(2) {
        width: 49%;
    }

.submenu {
    position: relative;
    max-width: 80em;
    margin: 0 auto;
}

.submenu-wrap {
    visibility: hidden;
    max-height: 0;
    background: var(--light-brown);
    position: absolute;
    padding: 2em 0;
    top: 4em;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    opacity: 0;
    width: 100vw;
    margin-left: calc(40em - 50vw);
}

.submenu-inner {
    max-width: 80em;
    margin: 0 auto;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.submenu-open .submenu-wrap {
    visibility: visible;
    opacity: 1;
    max-height: 25em;
}

.submenu-col {
    display: flex;
    width: calc(33% - 1em);
    margin-bottom: 1em;
}

    .submenu-col h2 {
        font-family: var(--font-sans-serif);
        font-size: 1.1em;
        margin: 0 0 0.25em 0;
    }

        .submenu-col h2 a {
            color: #707070;
        }

    .submenu-col p {
        font-size: 0.9em;
        margin: 0;
    }

.submenu-image {
    margin-right: 1em;
    min-width: 7em;
    height: 5em;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.submenu-btn {
    position: absolute;
    top: 1em;
    left: 0.4em;
    z-index: 100;
    color: #fff;
    display: inline-block;
    padding: 0.75em 2.5em 0.75em 1em;
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: 1em;
    border-radius: 5px;
    border: solid 1px #fff;
    background-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

    .submenu-btn:hover {
        color: white;
    }

    .submenu-btn:after {
        content: "";
        width: 0.75em;
        height: 0.75em;
        background: url(/_resources/files/icons/arrow-down.svg) no-repeat center center;
        background-size: contain;
        display: block;
        position: absolute;
        top: calc(50% - 0.375em);
        right: 0.75em;
        -moz-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        -webkit-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
    }


.submenu-btnOpen:after {
    transform: rotate(180deg);
}

.submenu-mobileTrigger {
    display: none;
}

@media screen and (max-width: 80em) {
    .submenu-wrap {
        width: calc(100vw - 2em);
        margin-left: 0;
        padding: 2em 1em;
    }
}

@media screen and (max-width: 60em) {
    .submenu-image {
        display: none;
    }
}

@media screen and (max-width: 33.75em) {
    .submenu-btn {
        display: none;
    }

    .submenu {
        position: absolute;
        top: 100%;
        flex-flow: row wrap;
        padding: 0;
        width: 100%;
        color: #fff;
    }

    .submenu-mobileTrigger {
        position: relative;
        display: block;
        padding: 0.75em 1em;
        color: #707070;
        text-align: center;
        font-family: var(--font-sans-serif);
        font-weight: 500;
        font-size: 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        background-color: var(--peach2);
        -moz-transition: all ease-in-out 100ms;
        -o-transition: all ease-in-out 100ms;
        -webkit-transition: all ease-in-out 100ms;
        transition: all ease-in-out 100ms;
    }

        .submenu-mobileTrigger:after {
            position: absolute;
            top: calc(50% - 0.375em);
            right: 0.75em;
            width: 0.75em;
            height: 0.75em;
            content: "";
            display: block;
            background: url(/_resources/files/icons/arrow-down.svg) no-repeat center center;
            background-size: contain;
            -moz-transition: all ease-in-out .25s;
            -o-transition: all ease-in-out .25s;
            -webkit-transition: all ease-in-out .25s;
            transition: all ease-in-out .25s;
        }

    .submenu-mobileTriggerOpen:after {
        transform: rotate(180deg);
    }

    .submenu-wrap {
        position: static;
        flex-flow: row wrap;
        border-top: 1px solid white;
        padding: 0;
        width: 100%;
    }

    .submenu-col {
        display: flex;
        width: calc(100% - 1em);
        background-color: var(--peach2);
        padding: 0.75em 1em;
        margin-bottom: 1px;
    }

        .submenu-col h2 {
            font-size: 1em;
            margin: 0;
        }

        .submenu-col div {
            width: 100%;
            text-align: center;
        }

        .submenu-col p {
            display: none;
        }
}
