﻿@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Maps Legal 2021
Theme URI: https://www.mapslegal.co.uk
Description: The Maps Legal website theme for 2021
Version: 2021.4
Author: Colin James Firth
Author URI: https://colinjamesfirth.uk
Tags: None
*/
/* -------------------------- RESET -------------------------------- */


ol, ul {
    list-style: none;
}


/*

Maps 2020 – main elements' styles

*/
html,
body {
    font-size: 16px;
    font-family: MuseoSansRounded-300, Arial, sans-serif;
}

body {
    color: #363a35;
    line-height: 1.5;
}

a {
    color: #188090;
    background-color: transparent;
    box-shadow: 0 0 0 0 #188090;
    transition: box-shadow 0;
    text-decoration: none;
    border-bottom: 1px solid #188090;
}

    a:hover, a:focus {
        border-bottom: 0;
        border-radius: 0.1em;
        color: white;
        text-decoration: none;
        background-color: #188090;
        box-shadow: 0 0 0 0.4em #188090;
        transition: box-shadow 0.2s;
    }

    a.nohover {
        color: #188090;
        font-size: 14px;
        background-color: transparent;
        box-shadow: 0 0 0 0 #188090;
        transition: box-shadow 0;
        text-decoration: none;
        border-bottom: none;
    }

    a.nohover:hover, a.nohover:focus {
        color: #188090;
        font-size: 14px;
        background-color: transparent;
        box-shadow: 0 0 0 0 #188090;
        transition: box-shadow 0;
        text-decoration: none;
        border-bottom: none;
    }

.btn, .btn-mint, .btn-white, .page-actions a {
    display: inline-flex;
    align-content: center;
    padding: 0.25em 0.75em;
    border-radius: 0.25em;
    box-shadow: 0 0 0 0 #188090;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn-mint {
    background-color: #188090;
    color: white;
}

@supports (-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {
    .btn-mint.btn-secure:before {
        background: white;
    }

    .btn-mint.btn-secure:hover:before, .btn-mint.btn-secure:focus:before {
        background: white;
    }
}

.btn-white, .page-actions a {
    background-color: white;
}

    .btn-white:hover, .page-actions a:hover, .btn-white:focus, .page-actions a:focus {
        transition: box-shadow 0.4s;
    }

    .btn-white.btn-underline:not(:hover):not(:focus), .page-actions a:not(:hover):not(:focus) {
        border-radius: 0;
        border-bottom: 1px solid #188090;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-white.btn-underline:hover, .page-actions a:hover, .btn-white.btn-underline:focus, .page-actions a:focus {
        margin-left: -0.75em;
        margin-bottom: 1px;
    }

@supports (-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {
    .btn-white.btn-secure:before, .page-actions a.btn-secure:before {
        background: #188090;
    }

    .btn-white.btn-secure:hover:before, .page-actions a.btn-secure:hover:before, .btn-white.btn-secure:focus:before, .page-actions a.btn-secure:focus:before {
        background: white;
    }
}

.btn:hover, .btn-mint:hover, .btn-white:hover, .page-actions a:hover, .btn:focus, .btn-mint:focus, .btn-white:focus, .page-actions a:focus {
    box-shadow: 0 0 0 0.2em #188090;
    transition: box-shadow 0.4s;
}

@supports (-webkit-mask-image: url(#mask)) or (mask-image: url(#mask)) {
    .btn.btn-secure, .btn-secure.btn-mint, .btn-secure.btn-white, .page-actions a.btn-secure {
        align-items: baseline;
    }

        .btn.btn-secure:before, .btn-secure.btn-mint:before, .btn-secure.btn-white:before, .page-actions a.btn-secure:before {
            content: "";
            display: inline-block;
            vertical-align: baseline;
            position: relative;
            top: 0.03em;
            width: 0.85em;
            height: 1em;
            margin-right: 0.25em;
            -webkit-mask-image: url(/static/images/padlock.svg);
            -webkit-mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: bottom;
            outline: 1px solid yellow;
        }
}

a#skip:not(:focus) {
    display: block;
    position: absolute;
    top: -1000px;
    left: -1000px;
    width: 0;
    height: 0;
    overflow: hidden;
}

a#skip:focus {
    z-index: 101;
    display: flex;
    align-content: center;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: white;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
    padding: 1.5rem 2rem 2rem;
    color: #188090;
    text-decoration: underline;
}

    a#skip:focus:hover {
        background-color: #188090;
        color: white;
    }

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

blockquote {
    font-size: 1.4rem;
}

    blockquote:before {
        content: "";
        display: block;
        position: relative;
        width: 4rem;
        height: 2.608rem;
        margin-bottom: 0.5em;
        background-image: url("images/quotes-positive.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

header#main-header {
    z-index: 100;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 7rem;
    padding: 1rem 4rem;
    transition: padding 0.2s, border-bottom-color 0.2s, height 0.2s;
    border-bottom: 1px solid white;
    background-color: white;
}

    header#main-header nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        header#main-header nav #nav-menu-button {
            display: none;
        }

            header#main-header nav #nav-menu-button:after {
                content: "Menu";
            }

        header#main-header nav ul {
            display: flex;
            justify-content: space-between;
            align-content: center;
            align-items: center;
            width: 100%;
            margin: 0;
            padding: 0;
        }

            header#main-header nav ul a#logo {
                display: block;
                border: none;
            }

                header#main-header nav ul a#logo:hover, header#main-header nav ul a#logo:focus {
                    background: transparent;
                    box-shadow: none;
                    transform: scale(1.1);
                    transition: transform 0.2s;
                }

                header#main-header nav ul a#logo img {
                    height: 2.8rem;
                    width: auto;
                }

            header#main-header nav ul li:not(:nth-child(1)) {
                margin-left: 0.5rem;
            }

            header#main-header nav ul li:nth-child(2) {
                margin-left: auto;
            }

@media screen and (max-width: 700px) {
    header#main-header {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 900px) {
    header#main-header:not(.open) {
        transition: height 0.2s;
    }

        header#main-header:not(.open) nav #nav-menu-button {
            display: inline-flex;
            align-content: center;
            padding: 0.25em 0.75em;
            border-radius: 0.25em;
            box-shadow: 0 0 0 0 #188090;
            text-decoration: none;
            border: none;
            outline: none;
            cursor: pointer;
            background-color: #188090;
            color: white;
            font-size: 1rem;
        }

            header#main-header:not(.open) nav #nav-menu-button:hover, header#main-header:not(.open) nav #nav-menu-button:focus {
                box-shadow: 0 0 0 0.2em #188090;
                transition: box-shadow 0.4s;
            }

        header#main-header:not(.open) nav ul li:not(:first-child) {
            display: block;
            position: absolute;
            top: -1000px;
            left: -1000px;
            width: 0;
            height: 0;
            overflow: hidden;
            display: none;
            opacity: 0;
        }

    header#main-header.open {
        transition: height 0.2s;
        align-items: flex-start;
        padding: 0;
    }

        header#main-header.open nav {
            height: auto;
            align-items: center;
            padding: 1rem 1rem 4rem 1rem;
            display: flex;
            justify-content: center;
            flex-direction: column-reverse;
            border-bottom: 1px solid #d6d6d6;
            background: white;
            opacity: 1;
            transition: opacity 0.2s;
        }

            header#main-header.open nav #nav-menu-button {
                display: inline;
                align-self: flex-end;
                width: auto;
                height: auto;
                background-color: white;
                outline: none;
                border: none;
                line-height: 1;
                font-size: 2rem;
                text-align: center;
                padding: 0;
                box-shadow: none;
                color: #363a35;
                cursor: pointer;
            }

                header#main-header.open nav #nav-menu-button:after {
                    content: "⨯";
                }

                header#main-header.open nav #nav-menu-button:hover, header#main-header.open nav #nav-menu-button:focus {
                    color: #188090;
                    box-shadow: none;
                }

            header#main-header.open nav ul {
                flex-direction: column;
                align-content: center;
                justify-content: flex-start;
            }

                header#main-header.open nav ul li:first-child a#logo {
                    display: inline-flex;
                    align-content: center;
                    padding: 0.25em 0.75em;
                    border-radius: 0.25em;
                    box-shadow: 0 0 0 0 #188090;
                    text-decoration: none;
                    border: none;
                    outline: none;
                    cursor: pointer;
                    background-color: white;
                    color: #188090;
                }

                    header#main-header.open nav ul li:first-child a#logo img {
                        display: none;
                    }

                    header#main-header.open nav ul li:first-child a#logo:before {
                        content: "Homepage";
                    }

                    header#main-header.open nav ul li:first-child a#logo:hover, header#main-header.open nav ul li:first-child a#logo:focus {
                        background-color: #188090;
                        color: white;
                        box-shadow: 0 0 0 0.2em #188090;
                        transition: box-shadow 0.4s;
                    }

                        header#main-header.open nav ul li:first-child a#logo:hover:before, header#main-header.open nav ul li:first-child a#logo:focus:before {
                            color: white;
                        }

                header#main-header.open nav ul li {
                    margin: 1rem 0;
                    padding: 0;
                }

                    header#main-header.open nav ul li:not(:last-child) {
                        padding: 0;
                    }
}

html.scrolled #main-header {
    height: 5rem;
    border-bottom-color: #d6d6d6;
    transition: border-bottom-color 0.2s, height 0.2s;
}

footer#main-footer {
    display: flex;
    padding: 4rem 4rem;
    transition: padding 0.2s;
    background-color: #363a35;
    color: white;
}

@media screen and (max-width: 700px) {
    footer#main-footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

footer#main-footer a {
    color: white;
    border-bottom-color: white;
}

    footer#main-footer a#logo {
        display: inline-block;
        border: none;
    }

        footer#main-footer a#logo:hover, footer#main-footer a#logo:focus {
            background: transparent;
            box-shadow: none;
            transform: scale(1.1);
            transition: transform 0.2s;
        }

        footer#main-footer a#logo img {
            height: 2.8rem;
            width: auto;
        }

footer#main-footer ul:first-of-type {
    display: flex;
    align-items: center;
    margin: 1rem 0 2rem;
}

    footer#main-footer ul:first-of-type li {
        margin-right: 1.5rem;
    }

footer#main-footer ul:last-of-type {
    display: flex;
    align-items: center;
    margin-top: 6rem;
}

    footer#main-footer ul:last-of-type li {
        margin-right: 1.5rem;
    }

@media screen and (max-width: 700px) {
    footer#main-footer ul:first-of-type, footer#main-footer ul:last-of-type {
        flex-direction: column;
        align-items: flex-start;
    }

        footer#main-footer ul:first-of-type li, footer#main-footer ul:last-of-type li {
            margin-bottom: 0.5em;
        }
}

main#main-content {
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    padding: 8.75rem 0 6rem;
    min-height: 100vh;
}

    main#main-content .dot span:last-child {
        white-space: nowrap;
        font-weight: inherit;
        font-weight: 300;
    }

        main#main-content .dot span:last-child:after {
            content: "";
            display: inline-block;
            vertical-align: baseline;
            width: 0.15em;
            height: 0.15em;
            margin-left: 0.125em;
            border-radius: 50%;
            background-color: #25bed5;
            white-space: nowrap;
        }

    main#main-content article {
        display: block;
        width: 100%;
        padding: 0 4rem;
        transition: padding 0.2s;
    }

@media screen and (max-width: 700px) {
    main#main-content article {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

main#main-content article.grey {
    background-color: #d6d6d6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

main#main-content article h2 {
    font-size: 1.4rem;
    margin-bottom: 1.2em;
}

main#main-content article p + h2,
main#main-content article ol + h2,
main#main-content article ul + h2,
main#main-content article table + h2,
main#main-content article blockquote + h2 {
    margin-top: 2.4em;
}

main#main-content article p:not(:last-child) {
    margin-bottom: 1rem;
}

main#main-content article p,
main#main-content article li {
    max-width: 70ch;
}

    main#main-content article p.intro {
        font-size: 1.4rem;
    }

main#main-content article ul.list-bullets {
    list-style-type: disc;
    margin-bottom: 1rem;
}

    main#main-content article ul.list-bullets li {
        margin-left: 1.5em;
        max-width: 60ch;
    }

main#main-content article ol.list-bullets {
    list-style-type: lower-alpha;
    margin-bottom: 1rem;
}

    main#main-content article ol.list-bullets li {
        margin-left: 1.5em;
        max-width: 60ch;
    }

main#main-content article table.basic-table {
    border: 1px solid #d6d6d6;
}

    main#main-content article table.basic-table th, main#main-content article table.basic-table td {
        padding: 0.75em;
        text-align: left;
    }

    main#main-content article table.basic-table th {
        background-color: #363a35;
        color: white;
    }

main#main-content article table#legal-basis {
    table-layout: fixed;
}

    main#main-content article table#legal-basis th:nth-child(2) {
        width: 15ch;
    }

    main#main-content article table#legal-basis tr:not(:last-child) td {
        border-top: 1px solid #d6d6d6;
    }

main#main-content article tel,
main#main-content article address,
main#main-content article fax,
main#main-content article email {
    font-style: normal;
    font-size: inherit;
    font-weight: inherit;
}

body.page-template-generic .hgroup, body.page-template-contact .hgroup, body.error404 .hgroup {
    margin-bottom: 6rem;
}

    body.page-template-generic .hgroup h1, body.page-template-contact .hgroup h1, body.error404 .hgroup h1 {
        font-size: 3rem;
    }

@media screen and (max-width: 900px) {
    body.page-template-generic .hgroup h1 br, body.page-template-contact .hgroup h1 br, body.error404 .hgroup h1 br {
        display: none;
    }
}

body.page-template-generic .hgroup.hgroup-topper h1, body.page-template-contact .hgroup.hgroup-topper h1, body.error404 .hgroup.hgroup-topper h1 {
    font-size: 1.4rem;
    margin: 0 0 2rem;
}

body.page-template-generic .hgroup.hgroup-topper p, body.page-template-contact .hgroup.hgroup-topper p, body.error404 .hgroup.hgroup-topper p {
    font-size: 3rem;
    line-height: 1.4;
}

@media screen and (max-width: 900px) {
    body.page-template-generic .hgroup.hgroup-topper p br, body.page-template-contact .hgroup.hgroup-topper p br, body.error404 .hgroup.hgroup-topper p br {
        display: none;
    }
}

.buckets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .buckets > div {
        width: calc(50% - 2rem);
        margin-bottom: 3rem;
        padding-top: 2rem;
        border-top: 1px solid #d6d6d6;
    }

@media screen and (max-width: 900px) {
    .buckets > div {
        width: 100%;
    }
}

p + .buckets {
    margin-top: 4rem;
}

.page-actions {
    margin-top: 4rem;
}

    .page-actions p:not(:last-child) {
        margin-bottom: 1rem;
    }

    .page-actions a:hover, .page-actions a:focus {
        background-color: #188090;
    }

body.page-template-home article:not(:last-of-type) {
    margin-bottom: 4rem;
}

body.page-template-home article#intro .wrapper:first-child {
    display: flex;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 10rem;
    flex-wrap: wrap;
    transition: margin 0.2s;
}

    body.page-template-home article#intro .wrapper:first-child h1 {
        width: 100%;
        font-size: 5rem;
        line-height: 1.2;
        margin-bottom: 0.5em;
    }

    body.page-template-home article#intro .wrapper:first-child p {
        width: 100%;
        font-size: 1.4rem;
    }

@media screen and (max-width: 900px) {
    body.page-template-home article#intro .wrapper:first-child {
        margin-top: 2rem;
        margin-bottom: 6rem;
    }

        body.page-template-home article#intro .wrapper:first-child h1 {
            font-size: 3rem;
        }
}

body.page-template-home article#intro .wrapper:last-child {
    margin-bottom: 3rem;
}

    body.page-template-home article#intro .wrapper:last-child .btn-mint {
        padding: 0.5em 1em;
    }

body.page-template-home article#quote .wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

    body.page-template-home article#quote .wrapper > div {
        width: calc(50% - 2rem);
        transition: width 0.2s;
    }

@media screen and (max-width: 900px) {
    body.page-template-home article#quote .wrapper > div {
        width: 100%;
    }
}

body.page-template-home article#quote .wrapper > div:first-child {
    display: flex;
    align-content: center;
    align-items: center;
}

body.page-template-home article#quote .wrapper > div:last-child {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 900px) {
    body.page-template-home article#quote .wrapper > div:last-child {
        flex-direction: column-reverse;
    }
}

body.page-template-home article#quote .wrapper > div:last-child blockquote {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    margin-bottom: 1.5rem;
}

body.page-template-home article#quote .wrapper > div:last-child #family-photo-caption {
    margin-left: 0;
    max-width: 34ch;
}

@media screen and (max-width: 900px) {
    body.page-template-home article#quote .wrapper > div:last-child #family-photo-caption {
        margin: 1rem 0 4rem;
    }
}

body.page-template-contact main h2 {
    border-top: 1px solid #d6d6d6;
    padding-top: 2rem;
}

    body.page-template-contact main h2:not(:first-child) {
        margin-top: 2rem;
    }

body.page-template-contact main hr:last-of-type {
    background: none;
    border: none;
    border-top: 1px solid #d6d6d6;
    height: 0;
    margin: 2rem auto;
    -webkit-appearance: none;
    outline: none;
}

ul.sitemap li {
    border-top: 1px solid #d6d6d6;
    padding: 2em 0;
}

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