/* chat frame */
    .bcc-chat {
        width: 375px;
        position: fixed;
        bottom: 0;
        right: 8%;
        box-shadow: 3px 3px 4px rgba(0,0,0,.15);
        border-radius: 5px 5px 0 0;
        border: none;
        z-index: 10005;
    }

    .bcc-chat-maximize {
        height: 510px;
        overflow: hidden;
    }

    .bcc-chat-minimize {
        height: 65px;
    }

    @media screen and (max-width: 760px), (pointer: coarse) {
        .bcc-chat-maximize {
            height: 100%;
        }
        .bcc-chat {
            width: 100%;
            right: 0;
            box-shadow: 0;
            border-radius: 0;
        }
    }

    @media screen and (min-width: 1024px) and (pointer: coarse) {
        .bcc-chat-minimize {
            height: 110px;
        }
    }

    /* button */
    .chat-button {
    width: 130px;
    height: 43px;
    background-color: #002340;
    display: flex;
    align-items: center;
    position: fixed;
    right: -43px;
    bottom: 200px;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: background .5s ease;
    z-index: 1000;
    }

    .chat-button:hover {
        background: lighten(#002340, 10%);
        transition: background .5s ease;
    }

    .chat-button .content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chat-button .content .text {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: white;
        font-size: 16px;
    }

    .chat-button .content .chat-icon {
        width: 15px;
        height: 15px;
        margin-left: 10px;
        transform: rotate(90deg);
    }
div.styles999 {
    /*
     * Homepage Navigation Blocks
     * =============================
     *  CSS in /site/dist/orbit.css
     */
}
div.styles1000 {
    border: 2px solid #ddd;
    margin: 0;
    padding: 1.75rem 1.5rem
}

div.styles1000 h2,
div.styles1000 .boxed__heading {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.5rem;
    padding: 0 1.5rem.5rem 0;
}
div.styles1002 {
    border: 2px solid #ddd;
    margin: 0;
    overflow: auto;
    margin-left: 1.5rem;;
    padding-bottom: 1.75rem;
}

div.styles1002 h2,
div.styles1002 .boxed__heading {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.5rem;
    padding: 0 1.5rem.5rem 0;
}
/* Postcode Information */
div.styles1001  {
    border: 0 !important;
}

div.styles1001  h2 {
    font-size: 1.1875rem;
    border: 0 !important;
    margin-bottom: .75rem !important;
    padding-bottom: .5rem;
}

div.styles1001 #nearestlisting,
div.styles1001 #councillors {
    background-color: #f0eeee;
    padding: 1.75rem 1.5rem;
margin-left: 23px;
    border: 0 !important;
}

div.styles1001 #councillors h2,
div.styles1001 #nearestlisting h2 {
    margin-top: 0;
}

div.styles1001 .postcode-wrap {
    border: 0 !important;
    background-color: #f0eeee;
    padding: 1.75rem 1.5rem;
}

div.styles1001 .postcode-heading {
    display: flex;
}

div.styles1001 .postcode-heading .icon {
    background-position: center center;
    flex: 0 0 4rem;
    height: 5.2rem;
    margin-bottom: -2.5%;
    margin-top: -2.5%;
    position: relative;
    transform: none;
    transform: translateY(-18%);
}

div.styles1001 .nearestlayer__icon {
    background-position: top center;
    float: left;
    height: 4rem;
    margin: -.625rem .75rem -.625rem 0;
    width: 4rem;
}

div.styles1001 .nearestlayer__icon + .nearestlayer__heading {
    float: left;
    max-width: calc(100% - 4.75rem);
}

div.styles1001 .postcode-heading .list--listing {
    flex: 0 1 auto;
    padding-left: .75rem;
}

div.styles1001  .list--listing {
    border: 0 !important;
    margin: 0 !important;
}

div.styles1001 .listing__image {
        float: left;
        margin: 0 1.5rem 0 0;
        max-width: 6rem;
}

div.styles1001  #nearestlisting,
div.styles1001  #councillors {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
}

div.styles1001  #nearestlisting .listing:first-child,
div.styles1001  #councillors .listing:first-child {
    padding-top: 0 !important;
}

div.styles1001  .listing__heading {
    font-size: 1.125rem;
}

div.styles1001 .listing__heading--pre {
    font-size: 1.1875rem;
    font-weight: 400;
    padding-bottom: .75rem;
}

div.styles1001 .listing__heading--pre::after {
    clear: both;
    content: '';
    display: table;
}

div.styles1001 .listing__heading a:hover,
div.styles1001 .listing__heading a:focus,
div.styles1001 .listing__heading a:active,
div.styles1001 .listing__link:hover .listing__heading span,
div.styles1001 .listing__link:focus .listing__heading span,
div.styles1001 .listing__link:active .listing__heading span {
    background-image: linear-gradient(to top, #8b2388 0, #8b2388 2px, transparent 2px, transparent 100%);
    color: #8b2388;
    text-decoration: none;
    text-shadow: #f0eeee 1px 1px 0, #f0eeee -1px -1px 0, #f0eeee 1px -1px 0, #f0eeee -1px 1px 0;
}

div.styles1001  .listing__heading:not(.listing__heading--pre) {
    padding-bottom: .25rem !important;
    padding-top: 0;
}

div.styles1001  .listing__meta-group {
    margin: 0;
}

div.styles1001  .listing__meta {
    color: #000;
    margin-bottom: 0;
}

div.styles1001  .list--listing > .list__item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-color: #e2e2e2;
}

div.styles1001  .list--listing > .list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

div.styles1001  .lead {
    font-size: 1rem;
}

div.styles1001  #councillors .listing__heading {
    float: left;
    padding-bottom: .25rem !important;
    width: calc(100% - 8rem);
}

div.styles1001  #councillors .listing__meta-group {
    float: left;
    width: calc(100% - 8rem);
}

div.styles1001  #councillors .listing__meta {
    word-break: break-word;
    word-wrap: break-word;
}

div.styles1001  #councillors .listing__link {
    padding-bottom: 0 !important;
}

.user-style--scheme-high-contrast div.styles1001 .postcode-heading .icon,
.user-style--scheme-blue div.styles1001 .postcode-heading .icon,
.user-style--scheme-cream div.styles1001 .postcode-heading .icon {
    display: none;
}

.user-style--scheme-high-contrast div.styles1001 #nearestlisting,
.user-style--scheme-high-contrast div.styles1001 #nearestlisting,
.user-style--scheme-high-contrast div.styles1001 #councillors,
.user-style--scheme-high-contrast div.styles1001 #councillors,
.user-style--scheme-high-contrast div.styles1001 .postcode-wrap,
.user-style--scheme-high-contrast div.styles1001 .postcode-wrap {
    background-color: #000 !important;
    border: 2px solid #ff0 !important;
}

.user-style--scheme-high-contrast div.styles1001 .listing__meta {
    color: #ff0 !important;
}

.user-style--scheme-cream div.styles1001 #nearestlisting,
.user-style--scheme-cream div.styles1001 #nearestlisting,
.user-style--scheme-cream div.styles1001 #councillors,
.user-style--scheme-cream div.styles1001 #councillors,
.user-style--scheme-cream div.styles1001 .postcode-wrap,
.user-style--scheme-cream div.styles1001 .postcode-wrap {
    background-color: #fff9d2 !important;
    border: 2px solid #010066 !important;
}

.user-style--scheme-cream div.styles1001 .listing__meta {
    color: #010066 !important;
}

.user-style--scheme-blue div.styles1001 #nearestlisting,
.user-style--scheme-blue div.styles1001 #nearestlisting,
.user-style--scheme-blue div.styles1001 #councillors,
.user-style--scheme-blue div.styles1001 #councillors,
.user-style--scheme-blue div.styles1001 .postcode-wrap,
.user-style--scheme-blue div.styles1001 .postcode-wrap {
    background-color: #9fcfff !important;
    border: 2px solid #010066 !important;
}

.user-style--scheme-blue div.styles1001 .listing__meta {
    color: #010066 !important;
}
