a {
    color: #e4002b
}

body {
    font-size: 1.03rem
}

.button {
    background-color: #e4002b;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold
}

    .button a:hover {
        color: #fff;
        font-weight: bold
    }

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

::-webkit-outer-spin-button, ::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0
}

.form-control:-moz-placeholder {
    text-transform: none
}

.form-control::-moz-placeholder {
    text-transform: none
}

.form-control:-ms-input-placeholder {
    text-transform: none
}

.form-control::-webkit-input-placeholder {
    text-transform: none
}

.form-control[readonly] {
    cursor: not-allowed
}

.validation-summary-valid, .field-validation-valid {
    display: none
}

.field-validation-error {
    color: #a00
}

.validation-summary-errors {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede
}

    .validation-summary-errors > p, .validation-summary-errors > ul {
        margin-bottom: 0
    }

        .validation-summary-errors > p + p {
            margin-top: 5px
        }

    .validation-summary-errors hr {
        border-top-color: #e4b9c0
    }

    .validation-summary-errors a {
        color: #843534;
        font-weight: bold
    }

.modal-xl {
    width: 95%;
    max-width: none
}

.tooltip-inner {
    max-width: 50vw
}

.expand-link > .fa::before {
    content: ""
}

.expand-link.collapsed > .fa::before {
    content: ""
}



    .footer a {
        color: inherit
    }

.news-row {
    margin-bottom: 15px
}

    .news-row h1 {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #c0c0c0
    }

    .news-row > div {
        padding: 15px 0
    }

    .news-row > .sidebar a {
        color: inherit
    }

    .news-row > .sidebar .active > a, .news-row > .sidebar .active > p > a {
        color: #e4002b
    }

.news-year {
    font-size: 120%;
    font-weight: bold;
    color: #444
}

.news-article-list > li:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #c0c0c0
}

.news-article-list a {
    color: #e4002b
}

    .news-article-list a > svg {
        display: none
    }

.news-article-list b {
    font-size: 120%;
    text-transform: uppercase
}

.news-article-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px
}

@media(min-width:500px) {
    .news-article-list a {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap
    }

        .news-article-list a > svg {
            width: 96px;
            margin-right: 15px;
            display: block
        }

        .news-article-list a > div {
            flex: 1 1 0
        }

    .news-article-list .news-list-date {
        display: none
    }
}

@media(min-width:768px) {
    .news-row {
        display: flex
    }

        .news-row > .sidebar {
            flex-basis: 20%;
            order: -1;
            min-width: 250px;
            border-right: 1px dotted #c0c0c0
        }

        .news-row > div:not(.sidebar) {
            flex-grow: 1
        }

        .news-row > div {
            padding: 0 15px;
            vertical-align: top;
            display: table-cell
        }

    .news-article-date-icon {
        width: 96px;
        margin-left: 15px
    }
}

.wordcloud {
    display: none
}

@media(min-width:768px) {
    .wordcloud {
        display: block;
        list-style: none;
        padding: 15px 0;
        margin: 15px 0;
        text-align: center;
        border-top: 1px solid #c0c0c0
    }

        .wordcloud li {
            display: inline-block
        }

            .wordcloud li:not(:first-child) {
                margin-left: 5px
            }

            .wordcloud li.active {
                color: #a94442
            }

        .wordcloud .word-size-1 {
            font-size: 80%
        }

        .wordcloud .word-size-2 {
            font-size: 100%
        }

        .wordcloud .word-size-3 {
            font-size: 120%
        }

        .wordcloud .word-size-4 {
            font-size: 140%
        }

        .wordcloud .word-size-5 {
            font-size: 160%
        }
}

.headerImage {
    height: 300px;
    display: block;
    position: relative
}

    .headerImage::after {
        content: "";
        opacity: .7;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1
    }

    .headerImage.home::after {
        background: url(/images/bg_version_home.jpg)
    }

    .headerImage.aboutus::after {
        background: url(/images/bg_version_aboutus.jpg)
    }

    .headerImage.ams::after {
        background: url(/images/bg_version_ams.jpg)
    }

    .headerImage.fsa::after {
        background: url(/images/bg_version_fsa.jpg)
    }

    .headerImage.notes::after {
        background: url(/images/bg_version_notes.jpg)
    }

    .headerImage.testimonial::after {
        background: url(/images/bg_version_testimonial.jpg)
    }

    .headerImage.contact::after {
        background: url(/images/bg_version_contact.jpg)
    }

.stripe {
    height: 60px;
    background-color: #e4002b;
    opacity: .9;
    font-size: 1.75rem;
    text-align: right;
    color: #fff;
    position: absolute;
    top: 200px;
    width: 100%;
    padding-top: 5px;
    white-space: nowrap
}

.Quotes p {
    text-rendering: optimizeLegibility
}

.Quotes h6 {
    font-size: 75%
}

.Quotes blockquote {
    border-radius: 3px;
    position: relative;
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a
}

    .Quotes blockquote:before, .Quotes blockquote:after {
        font-family: FontAwesome;
        position: absolute;
        top: 13px;
        color: #888b8d;
        font-size: 34px
    }

    .Quotes blockquote:before {
        content: "";
        margin-right: 13px;
        right: 100%
    }

    .Quotes blockquote:after {
        content: "";
        margin-left: 13px;
        left: 100%;
        top: auto;
        bottom: 13px
    }

.Quotes2 blockquote {
    border-radius: 3px;
    position: relative;
    font-style: italic;
    text-align: center;
    padding: 1rem .8rem;
    width: 100%;
    color: #4a4a4a
}

    .Quotes2 blockquote:before, .Quotes2 blockquote:after {
        font-family: FontAwesome;
        position: absolute;
        color: #888b8d;
        font-size: 34px
    }

    .Quotes2 blockquote:before {
        content: "";
        margin-right: 13px;
        right: 100%
    }

    .Quotes2 blockquote:after {
        content: "";
        left: 99%;
        top: auto;
        bottom: 10px
    }

.Phone:after {
    font-family: FontAwesome;
    content: "";
    color: #e4002b;
    font-size: 1.5rem;
    margin: 3px
}

#imap {
    display: block;
    width: 379px;
    height: 488px;
    background: url(/images/uk_map.png) no-repeat;
    position: relative
}

    #imap a#title {
        display: block;
        width: 379px;
        height: 0;
        padding-top: 488px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        cursor: default
    }

    * html #imap a#title {
        height: 488px;
        height: 0
    }

        #imap a#title:hover {
            background-position: 0 0;
            z-index: 10
        }

    #imap dd {
        position: absolute;
        padding: 0;
        margin: 0
    }

    #imap #map_kent {
        left: 322px;
        top: 409px;
        z-index: 20
    }

    #imap #map_wsussex {
        left: 295px;
        top: 430px;
        z-index: 20
    }

    #imap #map_surrey {
        left: 298px;
        top: 413px;
        z-index: 20
    }

    #imap #map_hampshire {
        left: 274px;
        top: 421px;
        z-index: 20
    }

  

    #imap #map_gloucester {
        left: 249px;
        top: 386px;
        z-index: 20
    }

    #imap #map_northampton {
        left: 284px;
        top: 364px;
        z-index: 20
    }

    #imap #map_manchester {
        left: 246px;
        top: 308px;
        z-index: 20
    }

   
    #imap #map_hertfordshire {
        left: 305px;
        top: 386px;
        z-index: 20
    }

    #imap #map_cambridgeshire {
        left: 309px;
        top: 358px;
        z-index: 20
    }

    #imap #map_Lancashire {
        left: 236px;
        top: 290px;
        z-index: 20
    }

    #imap #map_Buckinghamshire {
        left: 280px;
        top: 385px;
        z-index: 20
    }

 




   


    #imap a#roll {
        display: block;
        width: 15px;
        height: 15px;
        text-decoration: none;
        z-index: 20
    }

    #imap a span, #imap a:visited span {
        display: none
    }

    #imap a:hover span {
        position: absolute;
        top: -140px;
        left: -250px;
        display: block;
        background: #fff;
        color: #000;
        border: 1px solid #000;
        padding: 5px;
        width: 440px
    }

    * html #imap a:hover span {
        width: 440px;
        width: 430px
    }

.list > li {
    list-style: url('/images/prop.gif')
}
