﻿/*
            Brand green:#557816;
            Heading text green  #065;
            jumbo blue: #f0f8ff;
            Dark Blue: #2C3E50;
            mid-blue: #1e57a4;
            Yellow : #FFFF00;
            footer green: #2b3c0b
            pink :#C3186B;
            border table grey: #777
            even table row: #f5f5f5
            Home icons background:#e3e3e3;
            off white news backgrond:#fbfbfb
            search result list border:#2c410c;
            backToWrap: #e6f3ff;
        */

/*Bootstrap container overides*/


@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}


@media (min-width: 768px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
        width: 100%;
    }
}



html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.6%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #111;
    font-family: 'Open Sans',sans-serif;
}

/*Text styles*/

h1 {
    font-size: 3.4rem;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    color: #065;
}

h2 {
    font-size: 2.7rem;
    font-weight: normal;
    border-bottom: 1px #065 solid;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    color: #065;
}

h3 {
    font-size: 2.2rem;
    color: #065;
}


p {
    margin: 0 0 2rem 0;
}

.landing-lead p {
    font-size: 2.2rem;
}

.landing-lead {
    margin-bottom: 2rem;
}


@media (max-width: 576px) {
    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .landing-lead p {
        font-size: 1.8rem;
    }
}


/*links*/
a {
    color: #1e57a4;
    text-decoration: underline;
}

    a:focus, a:hover, a:active {
        color: #C3186B;
    }

    a.lb-cta-1, a.lb-cta-2 {
        background: #1e57a4;
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        display: inline-block;
        margin-bottom: .5rem;
    }

        a.lb-cta-1:focus, a.lb-cta-1:hover, a.lb-cta-1:active, a.lb-cta-2:focus, a.lb-cta-2:hover, a.lb-cta-2:active {
            background: #143a6c;
        }

    a.lb-cta-start {
        background: #2C3E50;
        color: #fff;
        font-size: 3rem;
        text-decoration: none;
        padding: 20px 15px;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }



        a.lb-cta-start:focus, a.lb-cta-start:hover, a.lb-cta-start:active {
            text-decoration: underline;
            color: #FFFF00;
        }

/*tables*/

.table {
    border: 1px #777 solid;
    padding: 1rem;
    margin-top: 1rem;
}

table caption {
    margin-top: 0;
    font-size: 2.2rem;
    font-weight: normal;
    color: #065;
    margin-bottom: 0.5rem;
    caption-side: top;
}

th {
    font-weight: 400;
}

tr:nth-child(even) {
    background-color: #fff;
}

tr:nth-child(odd) {
    background-color: #f5f5f5;
}

th, td {
    border: 1px #777 solid;
    padding: 1rem;
}

    th.lb-table-header {
        background-color: #2C3E50;
        color: #fff;
        font-weight: 500;
    }



/*components*/
.jumbotron {
    background: #f0f8ff;
    padding-top: 1rem;
    border-bottom: 5px solid #e6f3ff;
}

/*breadcrumb*/

.breadcrumb {
    background: #f0f8ff;
    /*margin-left: 5rem;*/
    color: #2C3E50;
    padding-bottom: 1.5rem
}

    .breadcrumb > li:before {
        color: #2C3E50;
        padding: 0 5px;
        content: "/\00a0";
    }

    .breadcrumb > li:first-child:before {
        color: #2C3E50;
        padding: 0 5px;
        content: "";
    }

.nobreadcrumb {
    display: block;
    height: 2rem;
}


@media (max-width: 576px) {
    .breadcrumb {
        padding-bottom: 0rem
    }
}


/*Header*/

header {
    background: #557816;
    padding-top: 1rem;
}

a.navbar-brand {
    color: #fff;
    font-size: 3.5rem;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding-top: 0;
}

@media (min-width: 992px) {
    a.navbar-brand {
        font-size: 4.5rem;
    }
}

a.navbar-brand:hover, a.navbar-brand:active, a.navbar-brand:active {
    text-decoration: underline;
}

.site-wide-search {
    width: 100%;
    max-width: 50rem;
    display: inline-block;
    padding-bottom: 1rem;
}

.form-control {
    width: 100%;
}

.site-wide-search .form-control {
    border: 1px #2C3E50 solid;
    width: 85%;
    height: 5rem;
    float: left;
    border-radius: 0;
    font-size: 2rem;
    border: 2px #fff solid;
    border-radius: 5px 0px 0px 5px;
    padding-left: 2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-clip: unset;
}

    .site-wide-search .form-control:focus, .site-wide-search .form-control:active {
        border: 2px #C3186B solid;
    }

.site-wide-search .btn {
    width: 15%;
    float: left;
    height: 5rem;
    font-size: 2rem;
    /*background: #2C3E50;*/
    /*background: url(https://www.richmond.gov.uk/Assets/img/search-icon.png) center no-repeat #2C3E50;*/
    background: url(https://www2.richmond.gov.uk/alpha/lbr2020/magnifying-glass-3-xxl.png) center no-repeat #2C3E50;
    background-size: 22px;
    border: 2px #2C3E50 solid;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .site-wide-search .btn:focus, .site-wide-search .btn:active {
        border: 2px #C3186B solid;
    }
/*Autocomplete s*/
.lb-search-results-inpage-holder {
    display: inline-block;
    width: 80%;
}

.lb-search-results-inpage {
    margin: 0;
    background: #fff;
    z-index: 50;
}

    .lb-search-results-inpage li {
        list-style: none;
        margin-bottom: 1rem;
    }

    .lb-search-results-inpage a {
        color: #2C3E50;
        font-size: 1.8rem;
    }

        .lb-search-results-inpage a:hover, .lb-search-results-inpage a:active, .lb-search-results-inpage a:focus {
            color: #C3186B;
        }




.toprow {
    padding-top: 0;
}

/*site wide nav*/

header nav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: .5rem;
    padding-top: 1rem;
}

    header nav a {
        color: #2C3E50;
        font-size: 1.7rem;
        background: #fff;
        text-decoration: none;
        padding: .5rem 0;
        border-radius: 5px;
        margin-right: 1.5rem;
        text-align: center;
        display: inline-block;
        width: 12.2rem;
        border: 2px #fff solid;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        min-height: 4.75rem;
    }

        header nav a.lb-active {
            border-radius: 5px 5px 0px 0px;
            background: #f0f8ff;
            padding-bottom: 1.2rem;
            margin-left: 2rem;
            margin-bottom: -.7rem;
            width: auto;
            min-width: 12.2rem;
            border: 2px #fff solid;
            border-bottom: 5px #f0f8ff solid;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            clip-path: inset(-8px -8px 1px -8px);
        }

.top-link {
    margin-top: -1rem;
}

.move-small a {
    font-size: 1.6rem;
}

.move-small img {
    width: 18px;
    margin-right: 2px;
    margin-top: -2px;
}

@media (min-width: 768px) {


    header nav a {
        width: 15.6rem;
        font-size: 2rem;
        padding: .5rem 1.5rem;
    }

    .move-small a {
        font-size: 1.8rem;
    }

    .move-small img {
        width: 25px;
        margin-right: 5px;
        margin-top: -2px;
    }
}


.footnote li {
    font-size: 1.3rem;
}

/*Footer*/
footer {
    background: #2b3c0b;
    color: #d0d4ca;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover, footer a:active, footer a:focus {
            text-decoration: underline;
            color: #FFFF00;
        }

    footer .lb-lline {
        border-left: 1px #d0d4ca solid;
    }

    footer ul {
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0;
    }

        footer ul li {
            list-style: none;
            float: left;
            margin-right: 2rem;
        }

@media (max-width: 576px) {
    footer .lb-lline {
        border-left: none;
    }

    footer .lb-tline {
        padding-left: 0;
    }

    footer .lb-lline .col-sm-12 {
        padding-left: 0;
    }
}

/*Navigation*/
.trending a {
    background: #fff;
    color: #111;
    border: 2px #111 solid;
    display: flex;
    height: 8rem;
    font-size: 1.8rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    text-decoration: none;
    padding: 1rem;
}

    .trending a:hover, .trending a:active, .trending a:focus {
        text-decoration: underline;
        background: #f0f8ff;
    }

    .trending a.tasktrend {
        background: #1e57a4;
        color: #fff;
        border: 2px #1e57a4 solid;
    }

        .trending a.tasktrend:hover, .trending a.tasktrend:active, .trending a.tasktrend:focus {
            background: #143a6c;
            border: 2px #143a6c solid;
        }
    /*.trending a.tasktrend {
        background: url(../img/task-icon.png) no-repeat;
        background-size: 30px 30px;
        background-position-x: 95%;
        background-position-y: 1rem;*/
    /*  padding-right: 3rem;
        padding-left:3rem;*/
    /*border:0;*/
    /*font-size:2.1rem;*/
    /*text-align:left;
        justify-content:left;
        border:2px #111 solid;
        
        
    }
        .trending a.tasktrend:hover, .trending a.tasktrend:active, .trending a.tasktrend:focus {
            text-decoration: underline;
            background: url(../img/task-icon.png) no-repeat #f0f8ff;
            background-size: 30px 30px;
            background-position-x: 95%;
            background-position-y: 1rem;
        }*/
    .trending a.standoutlink {
        border: 2px #111 solid;
        background: #f9ca24;
    }

/*.trending.major{
        margin-bottom:2rem;
    }*/


/*@media (min-width: 576px) {
    .trending a.tasktrend {
        background: url(../img/task-icon.png) no-repeat;
        background-size: 30px 30px;
        background-position-x: 95%;
        background-position-y: 2.5rem;
        padding-right: 3rem;
        padding-left: 3rem;
        border: 0;
        font-size: 2.1rem;
        text-align: left;
        justify-content: left;
        border: 2px #111 solid;
    }

        .trending a.tasktrend:hover, .trending a.tasktrend:active, .trending a.tasktrend:focus {
            text-decoration: underline;
            background: url(../img/task-icon.png) no-repeat #f0f8ff;
            background-size: 30px 30px;
            background-position-x: 95%;
            background-position-y: 2.5rem;
        }
}*/

/*standout*/
.standout {
    border: 2px #111 solid;
    background: #f9ca24;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

    .standout h2, .standout h3 {
        color: #111;
        border-bottom: 0;
        margin-top: 0;
    }

/*trending list*/
ul.trendinglist {
    padding: 0;
}

    ul.trendinglist li {
        display: inline;
        float: left;
        margin: 0;
        margin-right: 1rem;
    }

    ul.trendinglist.vert li {
        display: block;
        float: none;
        margin: 0;
        margin-right: 1rem;
    }

    ul.trendinglist.vert strong {
        color: #2C3E50;
        font-size: 1.8rem;
    }

    ul.trendinglist a {
        color: #2C3E50;
        font-size: 1.8rem;
    }

        ul.trendinglist a:hover, ul.trendinglist a:active, ul.trendinglist a:focus {
            color: #C3186B;
        }
/*tools and other things*/
.tool {
    background: #fff;
    border: 2px #111 solid;
    padding: 2rem;
    height: 100%;
    display: block;
    border-radius: 5px;
}

    .tool h2 {
        border: none;
        margin-top: 0;
        padding-bottom: 0;
    }

    .tool .btn {
        background-color: #2C3E50;
        color: #fff;
        border-radius: 0;
        height: 4rem;
        font-size: 1.6rem;
    }

    .tool .form-control {
        border: 1px #2C3E50 solid;
        background-color: #fff;
        height: 4rem !important;
        border-radius: 0;
        font-size: 1.6rem;
    }

    .tool label {
        color: #065;
        font-weight: 700;
    }

    .tool .trendinglist {
        padding-top: 2rem;
        display: inline-block;
    }

    .tool .lb-simple-search .form-control {
        width: 75%;
        float: left;
    }

    .tool .lb-simple-search .btn {
        width: 25%;
        float: left;
    }

    .tool a {
        color: #2C3E50;
        text-decoration: underline;
        padding: 0;
        margin: 0;
        font-size: 1.8rem;
    }

        .tool a:hover, .tool a:active, .tool a:focus {
            color: #C3186B;
        }

@media (max-width: 576px) {
    #addsearch {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


/*Choice Lists */
h2.noborder{
    border-bottom:0;
    padding-bottom:0;
}
ul.choicelist {
    column-count: 1;
    list-style: none;
    padding: 0;
    margin: 0 3px
}

ul.choicelist a {
    display: inline-block;
    background: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    border: 2px solid #d2dbe7;
    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    line-height: 3.4rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    text-align: left;
}

    ul.choicelist a:hover, ul.choicelist a:focus, ul.choicelist a:active {
        background-color: #d2dbe7;
        color: #003;
        text-decoration: none;
    }


ul.choicelist.popularchoices a {
    background-color: #d2dbe7;
    color: #003;
    text-decoration: none;
}

    ul.choicelist.popularchoices a:hover, ul.choicelist.popularchoices a:focus, ul.choicelist.popularchoices a:visited {
        background-color: #7a94b8;
        color: #fff;
        text-decoration: none;
        border: 2px solid #7a94b8;
    }

/*End of choice lists*/


/*A to Z*/
.atoz {
    padding: 0;
    list-style: none;
    display: inline;
}

    .atoz li {
        float: left;
        margin-right: 2rem;
    }

h2.alphaBrowse {
    font-size: 1.6rem;
    font-weight: 700;
}


/*Home page*/
.home-jumbo {
    margin-bottom: 0;
}

    .home-jumbo h2 {
        border-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
    }

    .home-jumbo .poptasks {
        padding: 0;
        margin: 0;
    }

        .home-jumbo .poptasks a {
            display: inline-block;
            width: 100%;
            background: #2C3E50;
            font-size: 2rem;
            padding: .4rem 1rem;
            color: #fff;
            text-decoration: none;
        }

            .home-jumbo .poptasks a:hover, .home-jumbo .poptasks a:active, .home-jumbo .poptasks a:focus {
                color: #ffff00;
                background: #143a6c
            }

            .home-jumbo .poptasks a.popularstandout {
                background: #FFDC00;
                color: #111;
                border: 2px #2C3E50 solid;
            }

                .home-jumbo .poptasks a.popularstandout:hover, home-jumbo .poptasks a.popularstandout:active, home-jumbo .poptasks a.popularstandout:focus {
                    /*background: #f9ca24;*/
                    color: #111;
                    text-decoration: underline;
                }

    .home-jumbo li {
        list-style-type: none;
        margin-bottom: 2px;
    }

    .home-jumbo .mainservice {
        padding: 0;
        margin: 0;
    }

        .home-jumbo .mainservice a {
            display: inline-block;
            width: 100%;
            background-color: #1e57a4;
            font-size: 2rem;
            padding: .4rem 1rem;
            color: #fff;
            text-decoration: none;
        }

    .home-jumbo .more_services a {
        background: #1e57a4;
        color: #fff;
        padding: 1rem;
        text-decoration: none;
        font-size: 2rem;
    }

    .home-jumbo .mainservice a:hover, .home-jumbo .mainservice a:active, .home-jumbo .mainservice a:focus {
        background: #143a6c none;
        color: #FFFF00;
    }

    .home-jumbo .more_services a:hover, .home-jumbo .more_services a:active, .home-jumbo .more_services a:focus {
        background: #143a6c none;
        color: #FFFF00;
    }

    .home-jumbo .more_services p {
        margin-top: 2rem;
    }

home-jumbo ul.poptasks {
    column-count: 1;
}

@media screen and (min-width: 576px) {
    .home-jumbo ul.poptasks {
        column-count: 2;
        column-gap: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .home-jumbo ul.poptasks {
        column-count: 1;
    }
}



.more_news a {
    background: #2C3E50;
    color: #fff;
    padding: 1rem;
    text-decoration: none;
    font-size: 2rem;
}

    .more_news a:hover, .more_news a a:active, .more_news a:focus {
        background: #143a6c none;
        color: #FFFF00;
    }

.home-standout {
    background: #f0f8ff;
}

    .home-standout .standout-content {
        background: #fff;
        border-bottom: 5px #FFDC00 solid;
        border-top: 5px #FFDC00 solid;
        margin-top: 2rem;
        padding: 1rem 2rem;
    }

    .home-standout h2 {
        border-bottom: 0;
    }

.campaign {
    border-top: 6px #111 solid;
    border-bottom: 6px #111 solid;
    margin: 0;
}

.campaign-1 {
    background-image: url(../../css/images/cycling1600-62.jpg);
    background-size: cover;
    background-position-y: bottom;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-text {
    background: rgba(255, 255, 255, 0.95);
    border: 6px #111 solid;
    width: 700px;
    padding: 4rem;
}

    .campaign-text h2 {
        font-size: 4rem;
        color: #111;
        border-bottom: 0;
    }

    .campaign-text p {
        font-size: 3rem;
    }

    .campaign-text a {
        text-decoration: none;
    }

    .campaign-text img {
        width: 200px;
        float: right;
        margin-top: -4rem;
    }

@media screen and (max-width: 768px) {
    .campaign-text {
        max-width: 100%;
        width: 100%;
        margin: 0;
        height: 320px;
        margin-top: 40%;
        background: #fff;
    }

    .campaign-1 {
        height: 38%;
        background-size: 100% 50%;
    }

    .campaign h2 {
        font-size: 2.8rem;
    }

    .campaign p {
        font-size: 2rem;
    }

    .campaign-text img {
        height: 100px !important;
        width: 100px !important;
        right: 2rem;
        position: absolute;
    }
}

.lbr2020 .newsimage img {
    margin: 0.5rem;
}



.lbr2020 .newsbox ul {
    list-style: none;
    padding-left: 0;
}

.lbr2020 .newsbox li:nth-child(odd) a {
    background: #143a6c;
}

.lbr2020 .newsbox li a {
    display: block;
    padding: 1rem 1rem 2rem 2rem;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 2rem;
    background: #1e57a4;
}



/*home page tiles*/
.camp {
    background: #e3e3e3;
}

    .camp .ctile {
        background: #fff;
        box-shadow: 2px 2px 5px 0 #cfcfcf;
        cursor: pointer;
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
        height: 203px;
        padding: 20px;
        text-align: center;
    }

    .camp a {
        text-decoration: none;
    }

        .camp a:hover h3, .camp a:active h3, .camp a:focus h3 {
            color: #C3186B;
        }


    .camp .ctile img {
        max-width: 100%;
        padding-bottom: 1rem;
    }

    .camp .wcast .ctile img {
        max-width: 100px;
        
    }

@media (max-width: 576px) {
    .camp .ctile img {
        max-width: 180px;
        padding-bottom: 1rem;
    }

    .camp .wcast .ctile img {
        max-width: 100px;
    }
}

/*News*/

.newswrap {
    background: #fbfbfb;
}


.lbr2020 .newswrap h2 {
    font-size: 3.0rem;
    border-bottom: none;
    padding-top: 1rem;
}

.lbr2020 .mainNewsItem {
    margin-bottom: 1rem;
    background: #243342;
    border: 0px #227093 solid;
    background: #243342;
}

.mainNewsItem .newsimage {
    padding: 0;
    width: 100%;
    max-width: 100%;
}



.lbr2020 .mainNewsItem .newsstory {
    padding: 1rem;
}

.lbr2020 .newsstory a {
    color: #fff;
    font-weight: 500;
}

.lbr2020 .mainNewsItem p {
    color: #fff;
    margin: 0;
}
/*Search results*/
.lb-search-result-subheading {
    padding-top: 2rem;
}

    .lb-search-result-subheading .term {
        color: #C3186B;
    }

    .lb-search-result-subheading h2 {
        border-bottom: 0;
    }

.lb-search-results-list {
    margin: 0;
    padding: 0;
}

    .lb-search-results-list li {
        border-bottom: 1px #2c410c solid;
        list-style: none;
        padding: 15px;
        padding-left: 0;
    }

        .lb-search-results-list li h2 {
            padding-top: 1rem;
            border: 0;
        }

        .lb-search-results-list li h3 {
            padding-top: 2rem;
        }


    .lb-search-results-list h2 a, .lb-search-results-list h3 a {
        color: #2C3E50;
        font-size: 2.4rem;
    }

    .lb-search-results-list a:active, .lb-search-results-list a:hover, .lb-search-results-list a:focus {
        color: #C3186B;
    }

    .lb-search-results-list li ul li {
        border-bottom: 0;
    }

.news-side {
    border-left: 1px #2c410c solid
}

.news-search {
    list-style: none;
    padding: 0;
}

    .news-search li {
        border-bottom: 1px #2c410c solid;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .news-search a {
        text-decoration: none;
    }

        .news-search a:active, .news-search a:hover, .news-search a:focus {
            text-decoration: underline;
        }



.jumbotron-search {
    padding-bottom: 6rem;
}

.backtowrap {
    margin-top: 2rem;
    border-top: solid #e6f3ff 1px;
    margin-bottom: 0px;
    font-size: 1.6rem;
}

    .backtowrap a {
        font-weight: 600;
    }

/* NEWS*/
.primageholder {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.news-info {
    text-align: right;
}

.news-info-story {
    margin-top: 1rem;
}

.newsmain img {
    width: 90% !important;
    height: auto !important;
}

@media (max-width:767px) {
    .newsmain img {
        width: 100% !important;
    }
}


.news-area .row {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-left:0;
    margin-right:0;
    border-bottom: 1px #2c410c solid;
}

.news-area h2 {
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

    .news-area h2 a {
        color: #2C3E50;
        font-size: 2.4rem;
        text-decoration: none;
    }

        .news-area h2 a:hover, .news-area h2 a:active, .news-area h2 a:focus {
            color: #C3186B;
            text-decoration: underline;
        }

.newsrowimageholder {
    padding: 1rem 1rem 0 0;
}

    .newsrowimageholder img {
        max-width: 100%;
    }

a:hover .primage, a:active .primage, a:focus .primage {
    filter: drop-shadow(3px 3px 3px #777)
}

a:hover .img-responsive, a:active img-responsive, a:focus .img-responsive {
    filter: drop-shadow(3px 3px 3px #777)
}



.show-small {
    display: none;
}

.move-small img {
    /* width: 25px;
    margin-right: 5px;
    margin-top: -2px;*/
}

.move-small a {
    padding-left: 0.5rem;
    padding-top: .8rem;
    /* font-size: 1.8rem;*/
}

.news-signup img {
    width: 33%;
    margin-top: -3rem;
}


@media (min-width: 992px) {
    .news-side {
        border-left: 1px #2c410c solid;
        padding-left: 1rem;
    }
}

.news-twitter {
    display: inline-block;
    border: 1px #fff solid;
}

.news-facebook {
    display: inline-block;
    border: 1px #fff solid;
}

.news-twitter img {
    width: 30px;
}

.news-facebook img {
    width: 30px;
}

.news-facebook:hover, .news-facebook:active, .news-facebook:focus, .news-twitter:hover, .news-twitter:active, .news-twitter:focus {
    border: 1px #C3186B solid;
}


@media (max-width: 767px) {
    header {
        padding-top: 0;
    }

        header nav {
            /*padding-top: 1.5rem;*/
            padding-bottom: 1rem;
        }

    .toprow {
        padding-top: 0;
    }

    a.navbar-brand {
        font-size: 3rem;
        padding-top: 0;
    }

    header nav a {
        font-size: 1.8rem;
        padding: .5rem 1rem;
        margin-right: 1rem;
        display: inline;
        width: auto;
        box-shadow: none;
        /*border-radius:0;*/
    }

        header nav a.lb-active {
            /*border-radius: 0;*/
            margin-left: 1.6rem;
            box-shadow: none;
        }

    .site-wide-search {
        margin-top: -1rem;
        padding-bottom: 0;
    }

        .site-wide-search .form-control {
            height: 4rem;
            width: 75%;
            font-size: 1.6rem;
        }

        .site-wide-search .btn {
            height: 4rem;
            font-size: 1.8rem;
            width: 25%;
        }

    .move-small {
        display: none;
    }

    .show-small {
        display: block;
        position: absolute;
        top: -2px;
        right: 5px;
        margin: 1rem;
    }

        .show-small img {
            width: 30px;
        }

        .show-small a {
            /*padding: .5rem .5rem;*/
            font-size: 1.8rem;
        }

    .trending a {
        text-align: left;
        justify-content: flex-start;
        padding: 1rem;
        height: 8rem;
    }

    .top-link {
        margin-top: 0;
    }

    .newsrowimageholder {
        padding: 1rem 1rem 1rem 1rem;
    }

        .newsrowimageholder img {
            max-width: 100%;
            width: 100%;
        }
}

.ui-autocomplete {
    display: block !important;
    width: 100% !important;
    position: static !important;
}

.lb-search-form-inpage {
    margin-top: 0;
    margin-bottom: 7px;
    padding: 0;
    width: 75%;
}

@media (max-width: 575.98px) {
    .trending a {
        height: auto;
    }
}

@media (min-width: 576px) {
    .trending a {
        height: 8rem;
    }
}

@media (max-width:767px) {
    .lb-search-form-inpage {
        width: 100%;
        margin-right: 0;
    }

    .home-standout .col-lg-8 {
        margin-left: 0;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .trending div a {
        margin-bottom: 1rem;
    }

    .jumbotron {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumb li {
        display: none;
    }

        .breadcrumb li.toptrail {
            display: inline;
        }

        .breadcrumb li.bottomTrail {
            display: inline;
        }
}

@media (max-width: 330px) {
    header nav a {
        font-size: 1.5rem;
        padding: .5rem 1rem;
        margin-right: 1rem;
        display: inline;
        width: auto;
        box-shadow: none;
        /* border-radius: 0; */
    }
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
}

.lb-search-results-inpage-holder {
    padding: 0 29px 0 0;
    position: absolute;
    top: 70px;
    width: 100%;
    max-width: 53rem;
    display: none;
    z-index: 9999 !important;
}

@media (max-width: 768px) {
    .lb-search-results-inpage-holder {
        top: 95px;
    }
}


.lb-search-results-inpage ul > li {
    padding: 0;
    margin: 0;
    list-style: none
}

.lb-search-results-inpage {
    background-color: #557816;
    background-color: #fff;
    border: 3px solid #2C3E50;
    /**/ /*-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
    /* border-radius: 3px;*/
    text-align: center;
    /*  font-family: 'Roboto Slab', serif;*/
    /*z-index: 9999 !important; */
}

    .lb-search-results-inpage ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 100%;
        text-align: left;
        /* background-color: #f5f5f5;*/
        background-color: #fff;
    }

        .lb-search-results-inpage ul > li > a {
            padding: 5px 10px;
            margin: 0;
            display: block;
            color: #26777f;
            text-decoration: none;
            border-top: 1px solid #fafafa;
            border-bottom: 1px solid #d6d6d6
        }

            .lb-search-results-inpage ul > li > a.ui-state-focus,
            .lb-search-results-inpage ul > li > a:hover {
                background-color: #26777f;
                color: #f5f5f5;
                text-decoration: none;
                border-top: 1px solid #39919a;
                border-bottom: 1px solid #216d75
            }
/*News letter sign-up box*/
.community-news {
    background: url(/Assets/img/Community_news_background.png);
    background-size: cover;
    min-height: 230px;
}

    .community-news h2 {
        padding-top: 0;
    }

.news-signup {
    background: #fff;
}

    .news-signup img {
        height: 100px;
        width: 100px;
        position: absolute;
        top: 3rem;
        right: 3rem;
    }

@media (max-width: 576px) {
    .news-signup img {
        height: 75px;
        width: 75px;
        position: absolute;
        top: 3rem;
        right: 3rem;
    }
}




.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #26777f;
    color: #f5f5f5;
    text-decoration: none;
    border-top: 1px solid #39919a;
    border-bottom: 1px solid #216d75;
}


/*Richmond Card Offers*/
#rcoffers #breadcrumbTrail, #rcoffers #feedback {
    margin-left: 20px
}

#rcoffers .fw_content {
    width: 832px;
    color: #535b5b
}

    #rcoffers .fw_content h2 {
        color: #535b5b
    }

#rcoffers .fw_campaign_holder {
    width: 832px;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/fw_campaign_holder_2.jpg) 0 bottom no-repeat
}

#rcoffers .fw_campaign {
    width: 100%
}

#rcoffers .fw_campaign_text {
    width: 100%;
    padding: 0
}

    #rcoffers .fw_campaign_text h1, .fw_campaign_text p {
        width: 500px;
        padding: 10px
    }

#rcoffers .fw_campaign h1 {
    padding: 10px
}

#rcoffers a.fw_campaign_cta, a:link.fw_campaign_cta:visited {
    right: 45px
}

#rcoffers .fw_landing_nav_col_holder {
    background: url() no-repeat #fff;
    width: 100%
}

#rcoffers .fw_landing_nav_row_more {
    background: url() no-repeat;
    margin: 0 0 0 10px
}

#rcoffers .fw_landing_nav_col li, #rcoffers ul.offers_landing {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat;
    display: block;
    overflow: hidden
}

#rcoffers .fw_landing_nav_col {
    width: 100%;
    position: relative;
    margin: 0 0 0 10px;
    padding: 0
}

    #rcoffers .fw_landing_nav_col h2 {
        border-bottom: 0 solid #a0a0a0;
        margin: 0;
        line-height: 1em
    }

    #rcoffers .fw_landing_nav_col li {
        margin: 0;
        padding: 20px 0 40px;
        min-height: 125px
    }

#rcoffers ul.offers_landing {
    padding: 0 0 15px;
    margin: 0
}

#rcoffers .offers_landing li {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    width: 268px;
    display: block;
    float: left;
    height: 200px;
    background: #fff !important;
    text-align: center;
    overflow: hidden
}

    #rcoffers .offers_landing li.middle {
        margin: 0 14px 14px
    }

#rcoffers .morebtnholder {
    text-align: center
}

#rcoffers .morebtn {
    display: inline-block !important;
    margin: 0 auto;
    padding: 10px 20px !important;
    background: #cc0079 !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: 700
}

#offers h3, #rcoffers #offers h2, .offers h2, .offers h3 {
    margin: 0 0 0 145px
}

#rcoffers .offertype {
    display: block;
    position: absolute;
    left: 0;
    height: 0;
    width: 125px;
    padding: 125px 0 0;
    background: #efefef;
    overflow: hidden
}

#rcoffers .special {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) no-repeat
}

#rcoffers .healthandbeauty {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -625px no-repeat
}

#rcoffers .shopping {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -250px no-repeat
}

#rcoffers .foodanddrink {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -750px no-repeat
}

#rcoffers .homeandgarden {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -375px no-repeat
}

#rcoffers .leisureandculture {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -500px no-repeat
}

#rcoffers .sportandfitness {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-icons-sprite.png) 0 -125px no-repeat
}

#rcoffers .description {
    display: block;
    width: 395px;
    margin: 0 20px 0 145px;
    float: left
}

#rcoffers .added, #rcoffers .valid {
    display: block;
    width: 242px;
    padding: 0 20px 0 0;
    float: right;
    text-align: right
}

#rcoffers select {
    background: #4874ac;
    color: #fff;
    min-height: 34px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    border-left: 0;
    border-bottom: 0;
    font-size: 1.3em
}

#rcoffers option {
    min-height: 30px
}

#rcoffers .controls {
    width: 822px;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat;
    padding: 0 0 10px;
    margin: 0 0 0 10px;
    overflow: hidden
}

#rcoffers .fliters {
    float: left;
    overflow: hidden
}

    #rcoffers .fliters label {
        display: none
    }

    #rcoffers .fliters input[type=submit] {
        background: #f850b4;
        min-height: 34px;
        color: #fff;
        border: 0
    }

#rcoffers .views {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

#rcoffers .view-list, #rcoffers .view-map {
    width: 50px;
    height: 0;
    padding: 36px 0 0;
    display: block;
    overflow: hidden
}

#rcoffers .views li {
    float: left;
    margin: 0 0 0 10px
}

#rcoffers .view-list {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) no-repeat
}

#rcoffers .view-list-inactive {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) -50px 0 no-repeat
}

#rcoffers .view-map {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) 0 -36px no-repeat
}

#rcoffers .view-map-inactive {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/business-offers-views-sprite.png) -50px -36px no-repeat
}

#rcoffers #mapholder {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat #fff;
    padding: 0 0 15px;
    margin: 20px 0 0;
    width: 822px;
    display: none
}

    #rcoffers #mapholder #map {
        width: 100%;
        height: 500px
    }

#rcoffers .infowindow {
    padding: 20px 30px 5px 20px;
    border-left: 8px solid #ff2685
}

    #rcoffers .infowindow h2 a {
        font-size: 1.2em !important
    }

#rcoffers .offersholder {
    font-family: verdana,helvetica,arial,sans-serif !important;
    border-top: 1px solid #ccc;
    margin: 10px 0 0;
    padding: 5px 0 0
}

#rcoffers .moreoffers {
    margin: 10px 0;
    display: inline-block
}

#rcoffers .businessprofiletext {
    float: left;
    overflow: hidden;
    width: 430px
}

#rcoffers .businessprofileimg {
    float: right;
    overflow: hidden;
    width: 380px;
    text-align: right
}

    #rcoffers .businessprofileimg img {
        max-width: 250px !important;
        height: 125px !important;
        width: auto;
        float: right;
        margin-right: 5px
    }

#rcoffers .businessprofile .offertype {
    position: static;
    float: right
}

#rcoffers .fw_content .businessprofile {
    margin: 0 0 0 10px
}

#rcoffers .businessprofile #offers h2, .businessprofile #offers h3, .businessprofile .offers h2, .businessprofile .offers h3 {
    margin: 0
}

#rcoffers .businesscontactouter {
    overflow: hidden;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat;
    padding: 0 0 30px;
    margin: 0;
    min-height: 310px;
    clear: both
}

#rcoffers .businesscontactinner {
    overflow: hidden;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    border-left: 10px solid #eeebe1
}

#rcoffers .businesscontact {
    width: 290px;
    padding: 0 10px 0 0;
    float: left
}

#rcoffers .businessprofile #map {
    width: 100%;
    height: 300px
}

#rcoffers #mapholder.businessprofilemap {
    width: 490px;
    height: 300px;
    background: #efefef;
    float: left;
    padding: 0;
    margin: 0
}

#rcoffers .businessprofile .fw_landing_nav_col {
    margin: 20px 0 0
}

    #rcoffers .businessprofile .fw_landing_nav_col li {
        background-size: 100% auto
    }

#rcoffers .businessprofile .description {
    margin: 0 0 20px
}

#rcoffers .businessprofile .added, .businessprofile .valid {
    float: none;
    text-align: left
}

#rcoffers ul.offerslistholder {
    float: left;
    width: 500px;
    overflow: hidden;
    display: block
}

#rcoffers ul.relatedofferslistholder {
    margin: 0;
    padding: 20px 0 0;
    display: block;
    overflow: hidden;
    background: #eeebe1;
    width: 240px;
    float: right
}

    #rcoffers ul.relatedofferslistholder img {
        width: 200px;
        height: auto
    }

    #rcoffers ul.relatedofferslistholder li {
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
        text-align: center;
        background: 0 0;
        min-height: 85px
    }

#rcoffers li.expiredlistitem {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) 0 bottom no-repeat #fcf6f6;
    padding: 20px 20px 40px
}

#rcoffers .expiredoffer {
    background: #b03532;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    margin: 0 0 5px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -3px
}

#rcoffers .devicesupported .fw_content {
    width: 100%
}

#rcoffers .devicesupported .fw_campaign_holder {
    width: 100%;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom no-repeat
}

#rcoffers .devicesupported .businesscontactouter {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom/100% auto no-repeat
}

#rcoffers .devicesupported .fw_campaign_image img {
    margin: -5% 0 0
}

#rcoffers .devicesupported .fw_campaign_text, #rcoffers .devicesupported .fw_campaign_text h1, .devicesupported .fw_campaign_text p, .devicesupported ul.offerslistholder {
    width: auto
}

#rcoffers .devicesupported .fw_landing_nav_col li, .devicesupported ul.offers_landing {
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom/100% auto no-repeat;
    margin: 0 0 30px !important;
    min-height: 0
}

#rcoffers .devicesupported .fw_landing_nav_col {
    width: auto;
    margin: 0 10px
}

#rcoffers .devicesupported #contentholder .fw_landing_nav_col ul li a {
    background: 0 0;
    padding: 0
}

#rcoffers .devicesupported #contentholder .fw_landing_nav_col h2, .devicesupported #contentholder .fw_landing_nav_col h3 {
    background: 0 0;
    padding: 0 0 15px
}

#rcoffers .devicesupported .description {
    width: auto;
    margin: 0 20px 20px 0
}

#rcoffers .devicesupported .fw_content .businessprofile {
    overflow: hidden
}

#rcoffers .devicesupported .added, .devicesupported .valid {
    display: block;
    width: auto;
    padding: 0;
    float: left;
    text-align: left;
    margin: 0 20px 0 0
}

#rcoffers .devicesupported .controls {
    width: auto;
    margin: 0 10px;
    background: url(https://www2.richmond.gov.uk/assets/business_offers/split_2.jpg) center bottom no-repeat
}

#rcoffers .devicesupported select, .devicesupported .filtersubmit {
    width: 100%;
    margin: 0 0 10px
}

#rcoffers .devicesupported #offers .offertype {
    display: none
}

#rcoffers .devicesupported #offers h2, .devicesupported #offers h3, .devicesupported .offers h2, .devicesupported .offers h3 {
    margin: 0
}

#rcoffers .devicesupported .fw_landing_nav_col ul {
    border: 0 !important;
    padding: 10px 0 !important
}

#rcoffers .devicesupported .offers_landing li {
    width: 44%;
    height: auto;
    margin: 0 5% 0 0 !important
}

    #rcoffers .devicesupported .offers_landing li img {
        width: 100%;
        height: auto
    }

#rcoffers .devicesupported #offers li {
    margin: 10px 0 0 !important;
    padding: 0 0 20px !important
}

#rcoffers .devicesupported .businessprofiletext {
    width: auto
}

#rcoffers .contentHolder_bg_lq {
    min-width: 1100px !important
}

#offers {
    margin-top: 40px
}

    #offers h2 {
        font-weight: 400;
        font-size: 22px
    }

@media (max-width:767px) {
    #rcoffers .offers_landing li.middle {
        margin: 0 0 14px
    }

    #rcoffers .offertype {
        display: none
    }

    #offers h3, #rcoffers #offers h2, .offers h2, .offers h3 {
        margin: 0
    }

    #rcoffers .description {
        display: block;
        float: left;
        margin: 0 20px 0 0;
        width: 300px
    }

    #rcoffers .added, #rcoffers .valid {
        display: block;
        float: left;
        padding: 0 20px 0 0;
        text-align: left
    }

    #rcoffers .fliters {
        float: left;
        overflow: hidden;
        width: 300px
    }

    #rcoffers .controls {
        width: 100%
    }
}

/*My Richmond fix*/
.my-item {
    overflow: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 2rem !important;
}

@media (max-width: 576px) {
    .lb-list-block-1 ul {
        padding-left: 0;
    }

    .my-item .visual {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    header nav a.lb-active {
        box-shadow: none;
    }
}

/*From header*/

/* tr:nth-child(odd) {
        background-color: #f5f5f5;
    }



    table thead td {
        background-color: #ed8037;
        color: #000;
        font-family: 'Roboto Slab',serif;
        font-weight: 300;
        font-size: 18px;
        padding: 20px 15px;
        max-width: 300px;
        border: 0;
    }

    td {
        padding: 20px 15px;
        max-width: 300px;
        border: 0;
        text-align: left;
    }*/

.sitewide {
    background: #FDDE21;
    margin: 0;
    padding: 0 20px;
    margin-bottom: 5px;
}

    .sitewide a {
        color: #000;
        font-weight: bold;
    }

        .sitewide a:hover, .sitewide a:active, .sitewide a:focus {
            color: #C3186B;
            font-weight: bold;
        }

    .sitewide p {
        margin: 20px 0;
    }

    .sitewide h2 {
        color: #111;
        border-bottom: 0;
    }

    .sitewide h3 {
        color: #111;
        border-bottom: 0;
    }

.primage {
    width: 400px;
    max-width: 100%;
}



.rc .ctile h3 {
    margin-top: 0 !important;
}


/*WA Modal*/

#waModal .modal-content {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    position: relative
}


.modal-body {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.lb-modal-left {
    padding: 15px 20px 15px 0;
    border-right: 1px solid #e5e5e5
}

.lb-modal-right {
    padding: 15px 0 15px 20px
}

.modal-body h3 {
    margin-top: 0
}

@media (max-width:767px) {
    .lb-modal-left,
    .lb-modal-right {
        padding: 15px 0
    }

    .lb-modal-left {
        border-right: 0 solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }
}

#waModal .modal-content {
    border: 3px solid #557906;
    border-radius: 6px
}

#waModal .modal-header {
    background: #557906;
    color: #fff;
    padding: 5px;
    justify-content: start;
}



#waModal .lb-modal-left,
#waModal .lb-modal-right {
    text-align: center
}

    #waModal .lb-modal-right h3 {
        font-size: 22px
    }

#waModal button.close {
    background: url(../img/Search-cross-large-green-cancel.png) right top no-repeat;
    width: 50px;
    margin: 0;
    height: 50px;
    font-size: 0;
    opacity: 1;
    color: #557906;
    margin-top: 25px;
}

#sportsModal .modal-header h3,
#waModal .modal-header h2 {
    font-weight: 300;
    margin-left: 10px;
    font-family: 'Roboto Slab', serif
}

#waModal .modal-header h2 {
    color: #fff;
    font-size: 24px
}

#waModal .lb-modal-left, #waModal .lb-modal-right {
    width: 100%;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

/*social icons*/
.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%
}

    .rrssb-buttons:after {
        clear: both
    }

    .rrssb-buttons:after, .rrssb-buttons:before {
        content: ' ';
        display: table
    }

    .rrssb-buttons li {
        box-sizing: border-box;
        float: left;
        height: 100%;
        line-height: 13px;
        list-style: none;
        margin: 0;
        padding: 0 2px
    }

        .rrssb-buttons li.rrssb-email a {
            background-color: #0a88ff
        }

            .rrssb-buttons li.rrssb-email a:hover {
                background-color: #006ed6
            }

        .rrssb-buttons li.rrssb-facebook a {
            background-color: #306199
        }

            .rrssb-buttons li.rrssb-facebook a:hover {
                background-color: #244872
            }

        .rrssb-buttons li.rrssb-tumblr a {
            background-color: #32506d
        }

            .rrssb-buttons li.rrssb-tumblr a:hover {
                background-color: #22364a
            }

        .rrssb-buttons li.rrssb-linkedin a {
            background-color: #007bb6
        }

            .rrssb-buttons li.rrssb-linkedin a:hover {
                background-color: #005983
            }

        .rrssb-buttons li.rrssb-twitter a {
            background-color: #26c4f1
        }

            .rrssb-buttons li.rrssb-twitter a:hover {
                background-color: #0eaad6
            }

        .rrssb-buttons li.rrssb-googleplus a {
            background-color: #e93f2e
        }

            .rrssb-buttons li.rrssb-googleplus a:hover {
                background-color: #ce2616
            }

        .rrssb-buttons li.rrssb-youtube a {
            background-color: #df1c31
        }

            .rrssb-buttons li.rrssb-youtube a:hover {
                background-color: #b21627
            }

        .rrssb-buttons li.rrssb-reddit a {
            background-color: #8bbbe3
        }

            .rrssb-buttons li.rrssb-reddit a:hover {
                background-color: #62a3d9
            }

        .rrssb-buttons li.rrssb-pinterest a {
            background-color: #b81621
        }

            .rrssb-buttons li.rrssb-pinterest a:hover {
                background-color: #8a1119
            }

        .rrssb-buttons li.rrssb-pocket a {
            background-color: #ed4054
        }

            .rrssb-buttons li.rrssb-pocket a:hover {
                background-color: #e4162d
            }

        .rrssb-buttons li.rrssb-github a {
            background-color: #444
        }

            .rrssb-buttons li.rrssb-github a:hover {
                background-color: #2b2b2b
            }

        .rrssb-buttons li.rrssb-instagram a {
            background-color: #125688
        }

            .rrssb-buttons li.rrssb-instagram a:hover {
                background-color: #0c3a5b
            }

        .rrssb-buttons li.rrssb-delicious a {
            background-color: #0b79e5
        }

            .rrssb-buttons li.rrssb-delicious a:hover {
                background-color: #095fb4
            }

        .rrssb-buttons li.rrssb-vk a {
            background-color: #4d71a9
        }

            .rrssb-buttons li.rrssb-vk a:hover {
                background-color: #3d5a86
            }

        .rrssb-buttons li.rrssb-hackernews a {
            background-color: #f60
        }

            .rrssb-buttons li.rrssb-hackernews a:hover {
                background-color: #cc5200
            }

        .rrssb-buttons li.rrssb-whatsapp a {
            background-color: #43d854
        }

            .rrssb-buttons li.rrssb-whatsapp a:hover {
                background-color: #28c039
            }

        .rrssb-buttons li.rrssb-print a {
            background-color: #8d98a2
        }

            .rrssb-buttons li.rrssb-print a:hover {
                background-color: #717f8b
            }

        .rrssb-buttons li.rrssb-xing a {
            background-color: #005A5F
        }

            .rrssb-buttons li.rrssb-xing a:hover {
                background-color: #002a2c
            }

        .rrssb-buttons li a {
            background-color: #ccc;
            border-radius: 2px;
            box-sizing: border-box;
            display: block;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-weight: 700;
            height: 100%;
            padding: 11px 10px 12px 27px;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: background-color .2s ease-in-out;
            transition: background-color .2s ease-in-out;
            width: 100%
        }

            .rrssb-buttons li a .rrssb-icon {
                display: block;
                left: 10px;
                padding-top: 9px;
                position: absolute;
                top: 0;
                width: 10%
            }

                .rrssb-buttons li a .rrssb-icon svg {
                    height: 17px;
                    width: 17px
                }

                    .rrssb-buttons li a .rrssb-icon svg circle, .rrssb-buttons li a .rrssb-icon svg path {
                        fill: #fff
                    }

            .rrssb-buttons li a .rrssb-text {
                color: #fff
            }

            .rrssb-buttons li a:active {
                box-shadow: inset 1px 3px 15px 0 rgba(22,0,0,.25)
            }

        .rrssb-buttons li.small a {
            padding: 0
        }

            .rrssb-buttons li.small a .rrssb-icon {
                left: auto;
                margin: 0 auto;
                overflow: hidden;
                position: relative;
                top: auto;
                width: 100%
            }

            .rrssb-buttons li.small a .rrssb-text {
                visibility: hidden
            }

    .rrssb-buttons.large-format, .rrssb-buttons.large-format li {
        height: auto
    }

        .rrssb-buttons.large-format li a {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: .2em;
            padding: 8.5% 0 8.5% 12%
        }

            .rrssb-buttons.large-format li a .rrssb-icon {
                height: 100%;
                left: 7%;
                padding-top: 0;
                width: 12%
            }

                .rrssb-buttons.large-format li a .rrssb-icon svg {
                    height: 100%;
                    position: absolute;
                    top: 0;
                    width: 100%
                }

            .rrssb-buttons.large-format li a .rrssb-text {
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden
            }

    .rrssb-buttons.small-format {
        padding-top: 5px
    }

        .rrssb-buttons.small-format li {
            height: 80%;
            padding: 0 1px
        }

            .rrssb-buttons.small-format li a .rrssb-icon {
                height: 100%;
                padding-top: 0
            }

                .rrssb-buttons.small-format li a .rrssb-icon svg {
                    height: 48%;
                    position: relative;
                    top: 6px;
                    width: 80%
                }

    .rrssb-buttons.tiny-format {
        height: 22px;
        position: relative
    }

        .rrssb-buttons.tiny-format li {
            padding-right: 7px
        }

            .rrssb-buttons.tiny-format li a {
                background-color: transparent;
                padding: 0
            }

                .rrssb-buttons.tiny-format li a .rrssb-icon {
                    height: 100%
                }

                    .rrssb-buttons.tiny-format li a .rrssb-icon svg {
                        height: 70%;
                        width: 100%
                    }

                .rrssb-buttons.tiny-format li a:active, .rrssb-buttons.tiny-format li a:hover {
                    background-color: transparent
                }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
                fill: #0a88ff
            }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0054a3
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
                fill: #306199
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #18304b
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
                fill: #32506d
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #121d27
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
                fill: #007bb6
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #003650
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
                fill: #26c4f1
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0b84a6
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
                fill: #e93f2e
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #a01e11
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
                fill: #df1c31
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #84111d
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
                fill: #8bbbe3
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #398bcf
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
                fill: #b81621
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5d0b11
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
                fill: #ed4054
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #b61124
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
                fill: #444
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #111
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
                fill: #125688
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #061d2e
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
                fill: #0b79e5
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #064684
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
                fill: #4d71a9
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #2d4263
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
                fill: #f60
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #993d00
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
                fill: #43d854
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #1f962d
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
                fill: #8d98a2
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5a656f
            }

            .rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon svg path {
                fill: #005A5F
            }

            .rrssb-buttons.tiny-format li.rrssb-xing a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #000
            }

/*Gov Delivery pre-footer*/

.govdelivery img {
    height: 60px;
    margin-top: -5px;
}
.govdelivery span {
    background-color: antiquewhite;
    padding: 0.5rem 1rem;
    
}

@media (max-width: 576px) {
    .govdelivery img{
        float:left;
    }
    .govdelivery span {
        float: left;
        width: 80%;
        display: block;
        margin-bottom:1rem;
    }
}

/*Gov Delivery Footer end*/
/*gov delivery homepage*/
.campaign-GD {
   
    background: #e3e3e3;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .campaign-GD h2 {
        border-bottom: none;
    }

#scopedByScopedPolyfill_1 {
    width: 600px;
    z-index: 1032;
}

@media (max-width: 767px) {

    .campaign-GD {
        height: auto;
    }



    #scopedByScopedPolyfill_1 {
        width: 100%;
        z-index: 1032;
    }
}

#prefix-overlay-outer p {
    margin: 0;
    padding: 0;
}

#prefix-overlay-outer {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0px;
    padding-bottom: 15px;
    text-align: center;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    border-radius: 10px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: 0 !important;
}

#prefix-overlay-header {
    font: normal 24px 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding-bottom: 0px;
    padding-top: 15px;
    display: block;
}

    #prefix-overlay-header img {
        vertical-align: middle;
    }

    #prefix-overlay-header button.prefix-overlay-close {
        padding: 0;
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        border: none;
        text-indent: -9999px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=) no-repeat 0 0;
    }

.prefix-overlay-content {
    color: #343D47;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin: 0px;
    line-height: 26px;
    padding: 10px 15px;
}

#prefix-overlay-form-div form {
    margin: 0 auto;
    padding-top: 9px;
}

#prefix-overlay-form-div input {
    margin: 0 auto;
    display: block;
}

#prefix-error-outer {
    clear: both;
    font-size: 14px;
    line-height: 1.2em;
    color: #ff2222;
    padding-top: 10px;
}

.prefix-overlay-button-panel {
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    line-height: 20px;
}

#prefix-overlay-outer .prefix-overlay-button-panel button {
    background-color: transparent;
    border: none;
    line-height: 16px;
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    #prefix-overlay-outer .prefix-overlay-button-panel button:hover, #prefix-overlay-outer .prefix-overlay-button-panel button:focus {
        cursor: pointer;
        color: #43526C;
        text-decoration: underline;
    }

    #prefix-overlay-outer .prefix-overlay-button-panel button:active {
    }

#prefix-overlay-outer input[type='email'] {
    width: 275px;
    padding: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.4;
    display: block;
    outline: 0;
    box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-shadow: 0 1px 0 #ffffff;
    background: #ffffff;
}

#prefix-overlay-outer input[type='tel'] {
    width: 275px;
    padding: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.4;
    display: block;
    outline: 0;
    box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-shadow: 0 1px 0 #ffffff;
    background: #ffffff;
}

#prefix-overlay-outer input[type='submit'], #prefix-overlay-outer button.prefix-big {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    width: 175px;
    padding: 6px;
    color: #ffffff;
    cursor: pointer;
    *padding: 7px;
    *border: none;
    margin-top: 7px;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -ms-transition-property: background-color;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: linear;
    -o-transition-property: background-color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: linear;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

    #prefix-overlay-outer input[type='submit']:hover, #prefix-overlay-outer button.prefix-big:hover {
        cursor: pointer;
    }

    #prefix-overlay-outer input[type='submit']:active, #prefix-overlay-outer button.prefix-big:active {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.22);
        box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.22);
    }

    #prefix-overlay-outer input[type='submit']::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

#prefix-consent-outer {
    padding: 10px;
}

input#prefix-consentPolicyInput {
    display: inline-block;
}

#prefix-consentPolicyInput {
    display: inline;
    position: relative;
}

#prefix-consentPolicyLabel {
    display: inline;
}


/* OVERRIDES */

#prefix-overlay-outer {
    background-color: #0058a2;
}

    #prefix-overlay-outer input[type='email'] {
        border: 1px solid #aaa;
        color: #333;
    }

    #prefix-overlay-outer input[type='tel'] {
        border: 1px solid #aaa;
        color: #333;
    }

    #prefix-overlay-outer input[type='email']::-webkit-input-placeholder {
        color: #333;
    }

    #prefix-overlay-outer input[type='tel']::-webkit-input-placeholder {
        color: #333;
    }

    #prefix-overlay-outer input[type='email']:-moz-placeholder {
        /*Firefox 18- */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='tel']:-moz-placeholder {
        /*Firefox 18- */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='email']::-moz-placeholder {
        /*Firefox 19+ */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='tel']::-moz-placeholder {
        /*Firefox 19+ */ color: #333;
        opacity: 1;
    }

    #prefix-overlay-outer input[type='submit'], #prefix-overlay-outer button.prefix-big {
        background-color: #648e1a;
        border: 1px solid #648e1a;
    }

        #prefix-overlay-outer input[type='submit']:hover, #prefix-overlay-outer button.prefix-big:hover {
            background-color: #648e1a;
            border: 1px solid #648e1a;
        }

        #prefix-overlay-outer input[type='submit']:active, #prefix-overlay-outer button.prefix-big:active {
            background-color: #648e1a;
            border: 1px solid #648e1a;
        }

    #prefix-overlay-outer #prefix-overlay-step1 p {
        color: #fff;
    }

    #prefix-overlay-outer .prefix-overlay-button-panel button {
        color: #eee;
    }

/*
#prefix-overlay-header button.prefix-overlay-close {
    background: url('https://content.govdelivery.com/attachments/fancy_images/UKWALTHAM/2018/06/1991769/x_original.png') no-repeat 0 0;
    top: 12.5px;
    right: 12.5px;
}*/

#prefix-overlay-outer {
    border-radius: 0px;
    background: url('../img/uklbr-overlay-2_original.png') no-repeat #0058a2;
}


#prefix-overlay-header {
    text-align: right;
    padding: 45px 50px 0px 50px;
}

#prefix-overlay-step1 {
    text-align: right;
    padding: 0px 50px;
}

    #prefix-overlay-step1 p {
        padding: 0 0 0 180px;
        font-size: 1.6rem;
    }

    #prefix-overlay-step1 h2 {
        color: #fff;
        font-weight: 400;
        margin: 10px 0px 10px 0px;
        font-size: 2.4rem;
    }

#prefix-overlay-outer .prefix-overlay-button-panel button:hover, #prefix-overlay-outer .prefix-overlay-button-panel button:focus {
    color: #eee;
}
/*
#prefix-overlay-step2 {
    text-align: right;
    color: #fff;
    padding: 0px 50px;
}

    #prefix-overlay-step2 p {
        padding-top: 50px;
    }

    #prefix-overlay-step2 h2 {
        color: #72268D;
        font-weight: 400;
        margin: 20px 0px 10px 0px;
        font-size: 30px;
    }

#prefix-overlay-outer input[type='email'] {
    display: inline-block;
    text-align: left;
    width: 250px;
    height: 40px;
}

#prefix-overlay-outer input[type="submit"], #prefix-overlay-outer button.prefix-big {
    width: auto !important;
    padding: 8px 20px !important;
    display: inline-block;
}

#prefix-overlay-outer input[type="submit"] {
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 0 !important;
    width: 40px !important;
    text-align: center !important;
    height: 40px !important;
    line-height: 40px !important;
    background-image: url(https://content.govdelivery.com/attachments/fancy_images/MNEXPLORE/2016/06/902326/check-button_original.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -1000px;
}
    */
#prefix-overlay-outer a {
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 0 !important;
    text-align: center !important;
    line-height: 40px !important;
    background-position: center center;
    background: #fff;
    color: #111;
    padding: 0.5rem 1rem !important;
    text-decoration: none;
    margin-top: 1rem;
    border: 2px #fff solid;
    font-size:1.6rem;
}
    #prefix-overlay-outer a:active, #prefix-overlay-outer a:hover, #prefix-overlay-outer a:focus {
        border: 2px #C3186B solid;
        color: #C3186B;
    }

    #prefix-overlay-form-div {
        padding-top: 2rem;
    }

@media (max-width: 767px) {
    #prefix-overlay-outer {
        background: #0058a2;
    }

    #prefix-overlay-step1 {
        text-align: left;
    }

        #prefix-overlay-step1 p {
            padding: 0px;
        }

    #prefix-overlay-header {
        background: red;
        background: url(/Assets/img/Community_news_background.png) no-repeat;
        background-size: cover;
        padding-top: 140px;
    }

        #prefix-overlay-header img {
            display: none;
        }

    #prefix-overlay-outer {
        height: auto !important;
    }

        #prefix-overlay-outer input[type='email'] {
            width: 190px;
        }
}
/*Gov delivery homepage end.*/

/*Cookie control accessibility*/

#ccc-title {
    border-bottom: 0;
    padding-bottom: 0;
}

#ccc #ccc-recommended-settings {
    background: #5C7D1A;
    border: 0 !important;
}
    #ccc #ccc-recommended-settings:focus, #ccc #ccc-recommended-settings:hover, #ccc #ccc-recommended-settings:active {
        background: #C3186B;
    }


#ccc .checkbox-toggle checkbox-toggle-input:focus, #ccc .checkbox-toggle checkbox-toggle-input:active {
    background: #C3186B !important;
}

input.checkbox-toggle-input:focus ~ .checkbox-toggle-toggle {
    background-color: #C3186B!important;
}

#ccc #ccc-dismiss-button:focus, #ccc #ccc-dismiss-button:hover, #ccc #ccc-dismiss-button:active, #ccc #ccc-dismiss-button:focus span, #ccc #ccc-dismiss-button:hover span, #ccc #ccc-dismiss-button:active span {
    background: #C3186B;
}

#ccc .ccc-notify-button span {
    color: #fff !important;
    font-weight: 700;
}
#ccc #ccc-icon.ccc-icon--no-outline:focus {
    border: 1px #C3186B solid;
}

#ccc #ccc-icon.ccc-icon--no-outline:focus, #ccc #ccc-icon.ccc-icon--no-outline:hover, #ccc #ccc-icon.ccc-icon--no-outline:active {
 
    fill: #C3186B;
}