﻿@import url('https://fonts.googleapis.com/css?family=Bitter:400, 400italic, 700');

@font-face {
font-family: "Bitter";
src: url('https://fonts.googleapis.com/css?family=Bitter:400, 400italic, 700');
}

html {
    font-family: Bitter;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}

@charset "UTF-8";

/* GENERAL */
.mainpage-wrap {
	font-family: 'Segoe UI';
	color: #000;	
}

html
{
    font-size: 12pt !important;
}

body
{
    font-family: Bitter;
    font-size: 12pt;
    font-weight: 300;
    color: #333;    
    letter-spacing: 0.5px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5 {
    color: #3E2B56;
    font-family: Bitter;
}

h1
{
    font-weight: bold;
    font-size: 2em;
}

h2
{
    font-weight: normal;
    font-size: 1.6em;
}

h3 {
    font-weight: normal;
    font-size: 1.4em;
}

h4
{
    font-weight: normal;
    font-size: 1.2em;
}

h5
{
    font-weight: normal;
    font-size: 1.1em;
}

b, strong
{
    font-weight: 600;
}

.asterisk,
.color-red
{
    color: #FF0004;
    font-size: 1.2em;
    font-weight: bold;
}

#mobile_nav
{
    display: none;
}

a
{
    color: #005250;
}
    /* Override BS4 */
    a:hover
    {
        color: #005250;
    }

    /* ACTIVE PAGE */
    a.breadcrumb_page
    {
        color: #000;
        text-decoration: none;
    }

/* INPUT VALIDATION HELPERS */
.field-validation-error {
    display: block;
    color: #BF1722;
    font-weight: 700;
}

.btn-danger {
    color: #fff;
    background-color: #BF1722;
    border-color: #d43f3a;
}

.btn-success {
    background-color: #061;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error
{
    border: 1px solid #FF0004;
}

.field-validation-error.field-validation-error-custom
{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* BUTTON */
.btn-client,
.btn-client-secondary,
.btn-client-outline {
    color: #fff !important;
    background-color: #6D2077;
    border-color: #6D2077;
    font-size: 0.85rem;
    font-weight: 600;
}

    .btn-client:hover,
    .btn-client-secondary:hover,
    .btn-client-outline:hover {
        color: #fff !important;
        background-color: #4B2770 !important;
        border-color: #4B2770 !important;
    }

.btn-outline-secondary {
    color: #fff;
    background-image: none;
    background-color: #6D2077;
    border-color: #6D2077;
    font-size: 0.85rem;
    font-weight: 600;
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #4B2770 !important;
        border-color: #4B2770 !important;
    }

.btn.focus, .btn:focus, .btn:hover
{
    color: #fff;
    text-decoration: none;
}

#btnPPDecline, #btnPPAccept {
    font-weight: bold;
    font-size: 16px;
}


/* TABLE */
.table > thead > tr > th {
    color: #005250 !important;
}

.table > thead > tr > th
{
    font-weight: bold;
}

/* HEADER */
.header_wrap
{
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    border-top: 7px solid #005250;
}

/* HEADER LINKS */
.top_links
{
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 10px;
}

    .top_links a:hover
    {
        text-decoration: none;
    }

.login_lnk
{
    padding-left: 20px;
}

.top_links a.login_lnk:hover
{
    text-decoration: underline;
}

.top_links a.careers_lnk_txt:hover
{
    text-decoration: underline;
}

span.top_links-divider
{
    margin-left: 20px;
    margin-right: 20px;
}

.social_links a
{
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 24px;
    margin-left: 5px;
    text-indent: -9999px;
    -webkit-transition: background-position 0.25s ease 0s;
    -moz-transition: background-position 0.25s ease 0s;
    -ms-transition: background-position 0.25s ease 0s;
    -o-transition: background-position 0.25s ease 0s;
    transition: background-position 0.25s ease 0s;
    width: 24px;
}

    .social_links a:hover
    {
        background-position: 0 100%;
    }


a.careers_lnk:before
{
    font-size: 1.2rem;
    font-family: "FontAwesome";
    content: "\f007";
    margin-right: 6px;
    color: #A2A2A2;
    position: relative;
    top: 3px;
}


/* NAVIGATION */
.nav_wrap
{
    background: linear-gradient(rgb(0, 0, 0) 0, rgb(0, 0, 0) 100%);
    width: 100%;
}

.navbar
{
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

/* Override Bootstrap */
.navbar-nav .nav-item + .nav-item
{
    margin-left: 0;
}

/*Override Bootstrap */
.nav-container
{
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .nav-link
{
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    border-top: 4px solid transparent;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    background: none;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus
    {
        text-decoration: none;
        border-top: 4px solid #ee3828;
        background: #fec818;
        color: #000 !important;
    }

.navbar-wrcs .navbar-nav .active > .nav-link
{
    color: #fff;
}

.navbar-wrcs .navbar-toggler
{
    border-color: rgba(255,255,255,1.00);
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
}

    .navbar-wrcs .navbar-toggler:after
    {
        font-size: 1.2rem;
        font-family: "FontAwesome";
        content: "\f0c9";
        color: #fff;
    }

.nav_clone
{
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
}


/* SCROLL TO TOP */
.scrollup
{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: none;
    background-color: #292929;
}

a.scrollup span {
    display: none;
}

a.scrollup:hover
{
    text-decoration: none;
}

a.scrollup:before
{
    font-family: "FontAwesome";
    content: "\f062";
    color: #fff;
    position: relative;
    font-size: 1.6rem;
    margin-left: 10px;
}

/* BREADCRUMB */
.breadcrumb-wrap
{
    font-size: 0.8rem;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.breadcrumb-container
{
    padding-left: 1rem;
}

.breadcrumbs
{
    width: 100%;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 0.8rem;
}

    .breadcrumbs ul
    {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .breadcrumbs li
    {
        float: left;
		color: #000 !important;
    }

        .breadcrumbs li:last-child > a:after
        {
            content: '';
        }

        .breadcrumbs li a:hover
        {
            text-decoration: none;
        }

            .breadcrumbs li a:hover span
            {
                text-decoration: underline;
            }

.breadcrumb_separator
{
    text-indent: -9999px;
    background: url(/Images/Watford/bc_separator.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

/* SIDE BLOCK */
.side-block
{
    padding-right: 20px;	
}

    .side-block ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .side-block li
    {
        border-bottom: 1px solid #ddd;
    }

    .side-block h4
    {
        display: block;
        border-bottom: 3px solid #ddd;
        padding-bottom: 12px;
        padding-top: 12px;
        font-size: 22pt;
        font-weight: 300;
        margin-bottom: 0;
    }

    .side-block li a
    {
        padding: 10px;
        display: block;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
        font-size: 16pt;
		color: #000;
    }

        .side-block li a:hover
        {
            color: #00aeef;
            text-decoration: none;
        }

.side-filters
{
    padding-top: 30px;
}

    .side-filters form label
    {
        font-weight: 600;
    }

/* MAIN PAGE */
.fullwidth-page, .career-support
{
    padding-bottom: 40px;
}

/* FOOTER */
.footer-wrap
{
    border-top: 6px solid #004d4b;
    padding-top: 15px;
    padding-bottom: 25px;
    width: 100%;
    background: #01726a;
    color: #fff;
}

    .footer-wrap h5
    {
        padding-bottom: 15px;
    }

    .footer-wrap p, .footer-wrap h1, .footer-wrap h2, .footer-wrap h3, .footer-wrap h4, .footer-wrap h5
    {
        color: #fff;
    }

    .footer-wrap li
    {
        color: #fff;
    }

    .footer-wrap h1.fn_title a,
    .footer-wrap h2.fn_title a,
    .footer-wrap h3.fn_title a,
    .footer-wrap h4.fn_title a,
    .footer-wrap h5.fn_title a,
    .footer-wrap h6.fn_title a
    {
        color: #fff;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }

    .footer-wrap h1.fn_title,
    .footer-wrap h2.fn_title,
    .footer-wrap h3.fn_title,
    .footer-wrap h4.fn_title,
    .footer-wrap h5.fn_title,
    .footer-wrap h6.fn_title
    {
        font-size: 1.0em;
        font-weight: bold;
        margin-bottom: 5px;
    }

.footer-info a
{
    color: #c1d72e;
}

.footer-contact a
{
    color: #fff;
}

    .footer-contact a:hover
    {
        color: #fff;
    }

.footer-social
{
    color: #fff;
    padding-top: 0;
    padding-bottom: 15px;
}

    .footer-social a.twitter_lnk:before
    {
        font-size: 1.4rem;
        font-family: "FontAwesome";
        content: "\f081";
        margin-left: 6px;
        margin-right: 3px;
        color: #c1d72e;
        position: relative;
        top: 3px;
    }

    .footer-social a.facebook_lnk:before
    {
        font-size: 1.4rem;
        font-family: "FontAwesome";
        content: "\f082";
        margin-left: 6px;
        margin-right: 3px;
        color: #c1d72e;
        position: relative;
        top: 3px;
    }

    .footer-social a:hover
    {
        text-decoration: none !important;
    }

.footer-phone:before
{
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f095";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

.footer-fax:before
{
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f02f";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

.footer-email:before
{
    font-size: 1rem;
    font-family: "FontAwesome";
    content: "\f0e0";
    margin-right: 8px;
    color: #fff;
    position: relative;
}

/* PAGINATION */
.pagination-block
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.pagination
{
    margin-left: auto;
    margin-right: auto;
}

    .pagination span
    {
        color: #000;
        cursor: pointer;
    }

    .pagination a
    {
        padding: 5px;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #000;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        font-weight: bold;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background-color: #6D2077;
        border-color: #6D2077;
        color: white;
        font-weight: bold;
    }


/* POWERED BY WEBRECRUIT */
.base-wrap
{    
    padding-bottom: 15px;
    width: 100%;
    font-size: 0.8rem;
}

.base-wrap
{
    color: black;
}

    .base-wrap a
    {
        color: #000;
    }

        .base-wrap a:hover
        {
            color: #000;
            text-decoration: none;
        }

.base-links a:hover
{
    text-decoration: underline;
}

.base-logo
{
    text-align: right;
	color: black;
}

span.base-text
{
    vertical-align: middle;
}

/* JOB SUMMARY */
.job-summary
{
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.job-summary-table-label
{
    font-weight: 600;
}

.job-summary-buttons
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.job-more-detail
{
    padding-bottom: 40px;
}

.job-summary h5 a
{
    font-size: 1.6em;
    font-weight: bold;
}

/* JOBSEEKER PAGES */
.job-seeker-header-title
{
    margin-bottom: 20px;
}

.job-seeker-buttons
{
    margin-top: 15px;
}


/* FROM MAIN SITE *******************************************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.invisible {
    visibility: hidden;
}
.visually-hidden, .form--inline .form__label:not(.form__label--show), .form .form--append .form__label:not(.form__label--show), .form--append .form__label:not(.form__label--show), .form--append .form__label, .nav--breadcrumb__prefix, .site-footer__identity__heading, .site-header__identity__heading, .widget--custom-services .widget__heading, .supplements--primary .supplement--navigation .supplement__heading {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
html {
    font: 0.95625em/1.5555555556 "Bitter", serif;
    min-height: 100%;
    overflow-x: hidden;
}
@media screen and (min-width: 650px) {
    html {
    font-size: 1.0125em;
}
}@media screen and (min-width: 960px) {
    html {
    font-size: 1.125em;
}
}html.fixed {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%}
*, *:before, *:after {
    box-sizing: border-box;
}
blockquote, dl, dd, ol, ul, h1, h2, h3, h4, h5, h6, p, pre, fieldset, hr {
    margin: 0;
}
fieldset, ol, ul {
    padding: 0;
}
iframe, fieldset {
    border: 0;
}
li>ul, li>ol {
    margin-bottom: 0;
}
[tabindex="-1"]:focus {
    outline: none !important;
}
img {
    font-style: italic;
    max-width: 100%}
img[width], img[height] {
    max-width: none;
}
hgroup, .hgroup, ul, ol, dl, blockquote, p, address, table, fieldset, form, pre, hr {
    margin-bottom: 0.5555555556rem;
}
ul, ol, dd {
    margin-left: 28px;
}
/*.giga {
    font-size: 5.3333333333rem;
}
.mega {
    font-size: 4rem;
}
.kilo {
    font-size: 2.6666666667rem;
}
.alpha, h1, .h1 {
    font-size: 2.2222222222rem;
}
.beta, h2, .h2 {
    font-size: 1.9444444444rem;
}
.gamma, h3, .h3, .callout h2, .form__heading, .item-list--definition .item-list--definition__heading, .item-list--forms>li h2, .widget--events-calendar h2, .widget--latest-news h2, .widget--directory-search h2, .widget--middle-adverts h2, .widget--navigation h2, .widget--opinion-poll h2, .widget--what-s-new-on-site h2, .widget--top-faqs h2, .widget--what-s-on h2, .widget--multimedia h2, .supplement__heading {
    font-size: 1.3888888889rem;
}
.delta, h4, .h4, .form__subheading, .item-list--forms>li h5, .widget--events-calendar h3, .widget--latest-news h3, .widget--directory-search h3, .widget--middle-adverts h3, .widget--navigation h3, .widget--opinion-poll h3, .widget--what-s-new-on-site h3, .widget--top-faqs h3, .widget--what-s-on h3, .widget--multimedia h3, .supplement__subheading, .supplement--az-contacts .supplement__subheading {
    font-size: 1.3333333333rem;
}
.epsilon, h5, .h5, .item-list--az-search-results h3, .item-list--az-search-results h4, .widget--events-calendar h4, .widget--latest-news h4, .widget--directory-search h4, .widget--middle-adverts h4, .widget--navigation h4, .widget--opinion-poll h4, .widget--what-s-new-on-site h4, .widget--top-faqs h4, .widget--what-s-on h4, .widget--multimedia h4, .supplement--contact .supplement__subheading {
    font-size: 1.1666666667rem;
}
.zeta, h6, .h6, .item-list--az-search-results h5 {
    font-size: 1rem;
}
.normalis {
    font-size: 18px;
}
.milli {
    font-size: .7777777778rem;
}
.micro {
    font-size: .7222222222rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
}
h2, .h2 {
    line-height: 1.2;
    margin-bottom: 1.5555555556rem;
}
h3, .h3, .callout h2, .form__heading, .item-list--definition .item-list--definition__heading, .item-list--forms>li h2, .widget--events-calendar h2, .widget--latest-news h2, .widget--directory-search h2, .widget--middle-adverts h2, .widget--navigation h2, .widget--opinion-poll h2, .widget--what-s-new-on-site h2, .widget--top-faqs h2, .widget--what-s-on h2, .widget--multimedia h2, .supplement__heading {
    line-height: 1.3;
    margin-bottom: 1.5555555556rem;
}
h4, .h4, .form__subheading, .item-list--forms>li h5, .widget--events-calendar h3, .widget--latest-news h3, .widget--directory-search h3, .widget--middle-adverts h3, .widget--navigation h3, .widget--opinion-poll h3, .widget--what-s-new-on-site h3, .widget--top-faqs h3, .widget--what-s-on h3, .widget--multimedia h3, .supplement__subheading, .supplement--az-contacts .supplement__subheading {
    margin-bottom: 1.5555555556rem;
}
h5, .h5, .item-list--az-search-results h3, .item-list--az-search-results h4, .widget--events-calendar h4, .widget--latest-news h4, .widget--directory-search h4, .widget--middle-adverts h4, .widget--navigation h4, .widget--opinion-poll h4, .widget--what-s-new-on-site h4, .widget--top-faqs h4, .widget--what-s-on h4, .widget--multimedia h4, .supplement--contact .supplement__subheading {
    margin-bottom: 1.5555555556rem;
}
h6, .h6, .item-list--az-search-results h5 {
    margin-bottom: 1.5555555556rem;
}
.h1 {
    display: block;
}
.h2 {
    display: block;
}
.h3 {
    display: block;
}
.h4 {
    display: block;
}
.h5 {
    display: block;
}
.h6 {
    display: block;
}*/
.summary {
    color: #5d7078;
    font-size: 1.3333333333rem;
    line-height: 1.3;
}
.note {
    color: #5d7078;
    font-size: .7777777778rem;
}
.note a {
    display: inline-block;
}
.date {
    color: #5d7078;
    display: block;
}
.summary+.date {
    margin: -.7777777778rem 0 1.037037036rem;
    padding-bottom: 2.3333333333rem;
}
.tags {
    display: inline-block;
    padding-bottom: .3888888889rem;
}
.tag {
    background-clip: padding-box;
    border-radius: 5px;
    background: #f0f1ec;
    color: #5d7078;
    display: inline-block;
    font-size: .7777777778rem;
    font-weight: 400;
    margin-right: .3888888889rem;
    padding: .3111111111rem .3888888889rem;
    text-transform: uppercase;
}
abbr {
    cursor: help;
}
blockquote {
    margin: 1.5555555556rem .7777777778rem;
    padding-left: 3.1111111111rem;
    position: relative;
    quotes: "â€œ" "â€" "â€˜" "â€™"}
blockquote:before {
    color: #767676;
    content: open-quote;
    font-family: Georgia,  Times,  'Times New Roman',  serif;
    font-size: 4rem;
    left: 0;
    line-height: .1;
    margin-right: .3888888889rem;
    position: absolute;
    top: 1.5555555556rem;
}
blockquote p {
    font-size: 1.1666666667rem;
    line-height: 1.3;
    margin-bottom: .7777777778rem;
}
blockquote cite {
    color: #767676;
    display: block;
    font-style: normal;
}
blockquote cite:before {
    content: 'â€“ '}
address {
    font-style: normal;
    margin-bottom: 1.5555555556rem;
    padding-left: 1.5555555556rem;
    position: relative;
}
/*.editor address {
    background-image: url("data:image/svg+xml;
    charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.2%22%20height%3D%2224%22%20viewBox%3D%22-931.1%20538%2018.2%2024%22%3E%3Cpath%20d%3D%22M-922%20538c-5%200-9.1%204.1-9.1%209.1S-924%20562-922%20562c1.4%200%209.1-9.9%209.1-14.9s-4.1-9.1-9.1-9.1zm0%2013.6c-2.6%200-4.6-2.1-4.6-4.6%200-2.6%202.1-4.6%204.6-4.6s4.6%202.1%204.6%204.6-2.1%204.6-4.6%204.6z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}*/
.alert {
    background-color: #fff;
    color: #000;
    margin: 1.5555555556rem 0;
    padding: 1.5555555556rem;
}
.alert__heading {
    font-size: 1.1666666667rem;
    margin-bottom: .5185185185rem;
}
.alert__text {
    margin-bottom: .7777777778rem;
}
.alert a, .alert a:visited, .alert__link {
    border-bottom: 1px dotted #000;
    color: #000;
    text-decoration: none;
}
.alert a:focus, .alert a:hover, .alert a:visited:focus, .alert a:visited:hover, .alert__link:focus, .alert__link:hover {
    border-bottom-style: solid;
    color: #000;
    text-decoration: none;
}
.alert--inline {
    display: inline-block;
    margin: .7777777778rem 0;
}
.alert--success {
    background: #f2f9f2;
    border-color: #c7e7c8;
}
.alert--danger {
    background: #f7cccc;
    border-color: #ef9696;
}
.alert--warning {
    background: #fff6d6;
    border-color: #fd6;
}
.alert :last-child {
    margin-bottom: .3888888889rem;
}
.blockquote {
    background: #e4e6dd;
    border-left: 2px solid #cdd0c0;
    color: #6a7153;
    font-style: italic;
    font-weight: normal;
    padding: 1.5555555556rem;
}
.boxed, .form__control--boxed, .supplement {
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
    margin: 1.5555555556rem 0;
    padding: 1.5555555556rem;
}
.boxed .form, .form__control--boxed .form, .supplement .form {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.boxed .form .form__footer, .form__control--boxed .form .form__footer, .supplement .form .form__footer {
    margin-bottom: 1.5555555556rem;
}
.boxed .form .form__footer .button, .form__control--boxed .form .form__footer .button, .supplement .form .form__footer .button {
    margin-top: 0;
}
.boxed--summary {
    margin-top: 0;
}
.boxed__heading {
    font-size: 1.3888888889rem;
    margin-bottom: .7777777778rem;
}
.boxed__subheading {
    font-size: 1.1666666667rem;
    margin-bottom: .3888888889rem;
}
.boxed__text {
    margin-bottom: .3888888889rem;
}
.boxed--primary {
    border-color: #ffc600;
    color: #332800;
}
.boxed--secondary {
    border-color: #ee3828;
    color: #450b05;
}
.boxed--standout {
    border-color: #00aeef;
    color: #001923;
}
.boxed--subtle, .search-results .search-refine {
    background-color: #5d7078;
    border: 0;
    color: #fff;
}
.boxed--subtle a, .boxed--subtle a:visited, .boxed--subtle a:hover, .boxed--subtle a:active, .boxed--subtle a:focus, .search-results .search-refine a, .search-results .search-refine a:visited, .search-results .search-refine a:hover, .search-results .search-refine a:active, .search-results .search-refine a:focus {
    color: #fff;
}
.button, .supplements--primary .supplement--navigation .supplement__list li a {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #0175a4;
    cursor: pointer;
    display: inline-block;
    font-family: "Bitter", serif;
    margin: 0;
    padding: .5185185185rem .7777777778rem;
    text-decoration: none;
    transition: background-color .25s;
    vertical-align: middle;
}
.button:hover, .button:active, .button:focus, .supplements--primary .supplement--navigation .supplement__list li a:hover, .supplements--primary .supplement--navigation .supplement__list li a:active, .supplements--primary .supplement--navigation .supplement__list li a:focus {
    background-color: #0175a4;
    color: #fff;
    text-decoration: none;
}
.button.icon-arrow-left, .button.icon-arrow-left-white, .supplements--primary .supplement--navigation .supplement__list li a.icon-arrow-left, .supplements--primary .supplement--navigation .supplement__list li a.icon-arrow-left-white {
    background-position: left .7777777778rem center;
    background-size: 9px 14px;
    padding-left: 1.9444444444rem;
}
.button.icon-arrow-right, .button.icon-arrow-right-white, .supplements--primary .supplement--navigation .supplement__list li a.icon-arrow-right, .supplements--primary .supplement--navigation .supplement__list li a.icon-arrow-right-white {
    background-position: right .7777777778rem center;
    background-size: 9px 14px;
    padding-right: 1.9444444444rem;
}
.button.icon-arrow-down, .button.icon-arrow-up, .supplements--primary .supplement--navigation .supplement__list li a.icon-arrow-down, .supplements--primary .supplement--navigation .supplement__list li a.icon-arrow-up {
    background-position: right .7777777778rem center;
    background-size: 1.1666666667rem;
    padding-right: 2.7222222222rem;
}
.button.icon-play, .supplements--primary .supplement--navigation .supplement__list li a.icon-play {
    background-position: left .7777777778rem center;
    background-size: 1.037037036rem;
    padding-left: 2.3333333333rem;
}
.button--primary, .form__control--boxed .button, .supplements--primary .supplement--navigation .supplement__list li a, .button--next {
    background-color: #ffc600;
    color: #000 !important;
}
.button--primary:hover, .button--primary:active, .button--primary:focus, .form__control--boxed .button:hover, .supplements--primary .supplement--navigation .supplement__list li a:hover, .form__control--boxed .button:active, .supplements--primary .supplement--navigation .supplement__list li a:active, .form__control--boxed .button:focus, .supplements--primary .supplement--navigation .supplement__list li a:focus, .button--next:hover, .button--next:active, .button--next:focus {
    background-color: #ffd43d;
}
.button--secondary, .button--prev {
    background-color: #e52312;
    color: #fff !important;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus, .button--prev:hover, .button--prev:active, .button--prev:focus {
    background-color: #c91f10;
}
.button--subtle {
    background-color: #5d7078;
    color: #fff !important;
}
.button--subtle:hover, .button--subtle:active, .button--subtle:focus {
    background-color: #425056;
}
.button--dark {
    background-color: #000;
    color: #fff !important;
}
.button--dark:hover, .button--dark:active, .button--dark:focus {
    background-color: #333;
}
.button--standout {
    background-color: #00aeef;
    border-color: #0089bc;
    color: #fff;
}
.button--standout:hover, .button--standout:active, .button--standout:focus {
    background-color: #0abcff;
}
.button--success {
    background-color: #4caf50;
    border-color: #3d8b40;
    color: #fff;
}
.button--success:hover, .button--success:active, .button--success:focus {
    background-color: #5cb860;
}
.button--warning {
    background-color: #ffab00;
    border-color: #cc8900;
    color: #fff;
}
.button--warning:hover, .button--warning:active, .button--warning:focus {
    background-color: #ffb31a;
}
.button--danger {
    background-color: #b71c1c;
    border-color: #8b1515;
    color: #fff;
}
.button--danger:hover, .button--danger:active, .button--danger:focus {
    background-color: #cd1f1f;
}
.button--disabled {
    background-color: #ebebeb;
    border-bottom-width: 1px;
    border-color: #9e9e9e;
    color: #9e9e9e;
    cursor: default;
}
.button--disabled:hover, .button--disabled:active, .button--disabled:focus {
    background-color: #ebebeb;
    border-color: #9e9e9e;
    color: #9e9e9e;
}
.button--small {
    font-size: .7222222222rem;
    padding: .3888888889rem .7777777778rem;
}
.button--large {
    font-size: 1.9444444444rem;
    padding: 1.5555555556rem 3.1111111111rem;
}
.button--block {
    display: block;
    width: 100%}
div.calendar .button {
    display: block;
    padding: 20px;
}
div.calendar .button:before {
    left: auto;
    position: relative;
    right: auto;
}
div.calendar .calendar__heading {
    font-size: 1rem;
    line-height: 2;
    margin: 0;
    text-align: center;
}
div.calendar .table-wrapper {
    width: 100%}
div.calendar .table-wrapper .calendar__table {
    margin-right: 0;
}
table.calendar, table.calendar__table {
    border: 0;
    border-collapse: collapse;
    margin: .7777777778rem auto;
    min-width: 265px;
    width: 100%}
table.calendar th, table.calendar__table th {
    background-color: #000 !important;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 14%}
table.calendar td, table.calendar__table td {
    background-color: #fff !important;
    border-bottom: 1px solid #e4e6dd;
    border-radius: 0;
    line-height: 2;
    padding: 2px;
    text-align: center;
    width: 14%}
table.calendar a, table.calendar__table a {
    background-color: #ffc600;
    border: 0;
    color: #000;
    display: block;
    line-height: 2;
    padding: 0;
    text-decoration: none;
    width: 100%}
table.calendar a:focus, table.calendar a:hover, table.calendar__table a:focus, table.calendar__table a:hover {
    background-color: #ffd43d;
    color: #000;
}
table.calendar .calendar__today, table.calendar .today, table.calendar__table .calendar__today, table.calendar__table .today {
    background: #f0f1ec !important;
}
table.calendar .calendar__today a, table.calendar .today a, table.calendar__table .calendar__today a, table.calendar__table .today a {
    background-color: #e52312;
    border-bottom: 0;
    color: #fff;
}
table.calendar .calendar__today a:focus, table.calendar .calendar__today a:hover, table.calendar .today a:focus, table.calendar .today a:hover, table.calendar__table .calendar__today a:focus, table.calendar__table .calendar__today a:hover, table.calendar__table .today a:focus, table.calendar__table .today a:hover {
    background-color: #c91f10;
    color: #fff;
}
.callout {
    background-color: #f5f5f5;
    margin: 1.5555555556rem 0;
    padding: 1.5555555556rem;
}
.callout p {
    margin-bottom: .7777777778rem;
}
.callout small {
    display: block;
}
.callout__link {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}
.callout__link:hover, .callout__link:active, .callout__link:focus {
    text-decoration: none;
}
.callout__heading {
    font-size: 1.1666666667rem;
    margin-bottom: .7777777778rem;
}
.callout__subheading {
    font-size: 1.1666666667rem;
}
.callout .image--thumbnail {
    margin: 0 0 .5185185185rem;
    width: 100%}
@media screen and (min-width: 450px) {
    .callout .image--thumbnail {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
    margin-left: 1.037037036rem;
    margin-top: .3888888889rem;
}
}.callout:first-of-type {
    margin-top: .7777777778rem;
}
.callout :last-child {
    margin-bottom: .3888888889rem;
}
.callout--feature {
    background: #5d7078;
    color: #fff;
}
.callout--feature .callout__heading a, .callout--feature .callout__heading a:visited, .callout--feature .callout__subheading a, .callout--feature .callout__subheading a:visited, .callout--feature .callout__text a, .callout--feature .callout__text a:visited, .callout--feature .item-list a, .callout--feature .item-list a:visited {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
}
.callout--feature .callout__heading a:focus, .callout--feature .callout__heading a:hover, .callout--feature .callout__heading a:visited:focus, .callout--feature .callout__heading a:visited:hover, .callout--feature .callout__subheading a:focus, .callout--feature .callout__subheading a:hover, .callout--feature .callout__subheading a:visited:focus, .callout--feature .callout__subheading a:visited:hover, .callout--feature .callout__text a:focus, .callout--feature .callout__text a:hover, .callout--feature .callout__text a:visited:focus, .callout--feature .callout__text a:visited:hover, .callout--feature .item-list a:focus, .callout--feature .item-list a:hover, .callout--feature .item-list a:visited:focus, .callout--feature .item-list a:visited:hover {
    border-bottom-style: solid;
    color: #fff;
    text-decoration: none;
}
.callout--feature .date {
    color: #fff;
}
.callout--feature .date a, .callout--feature .date a:visited {
    border-bottom: 1px dotted #e6e6e6;
    color: #fff;
    text-decoration: none;
}
.callout--feature .date a:focus, .callout--feature .date a:hover, .callout--feature .date a:visited:focus, .callout--feature .date a:visited:hover {
    border-bottom-style: solid;
}
.callout--success {
    border-color: #4caf50;
    color: #0e210f;
}
.callout--danger {
    border-color: #b71c1c;
    color: #060101;
}
.callout--disabled {
    border-color: #9e9e9e;
    color: #383838;
}
.callout--councillor {
    margin-top: 1.5555555556rem;
}
.callout--councillor .councillor__image {
    margin-bottom: 1.5555555556rem;
}
@media screen and (min-width: 450px) {
    .callout--councillor .councillor__image {
    float: left;
    margin: 0 5% 0 0;
    width: 20%}
}.callout--councillor .councillor__image img {
    border: 5px solid #5d7078;
    display: block;
    max-width: 100%}
.callout--councillor .item-list {
    margin-bottom: .7777777778rem;
}
@media screen and (min-width: 450px) {
    .callout--councillor .item-list {
    float: right;
    width: 75%}
.callout--councillor .item-list:last-child {
    padding-left: 2.3333333333rem;
}
}@media screen and (min-width: 960px) {
    .callout--councillor .item-list {
    float: left;
    margin-right: 5%;
    width: 30%}
.callout--councillor .item-list:last-child {
    margin-right: 0;
    padding-left: 0;
}
}form {
    margin: 1.5555555556rem 0;
}
form * {
    font-size: inherit;
}
form fieldset {
    border: 0;
    border-top: 1px solid #e4e6dd;
}
form fieldset:first-of-type {
    border: 0;
    padding: 0;
}
    form legend {
        color: #000;
        font-size: 16px;
        white-space: normal;
        width: 100%
    }
form textarea {
    -webkit-appearance: none;
    border: 1px solid #cdd0c0;
    border-radius: 0;
    font-family: "Bitter", serif;
    font-size: 18px;
    line-height: normal;
    margin-top: .3888888889rem;
    max-width: 38.8888888889rem;
    padding: .7777777778rem;
    transition: border .3s;
    width: 100%}
form textarea:focus {
    border-color: #231f20;
    outline: 0;
}
form textarea:hover {
    border-color: #ccc;
}
form input[type="search"] {
    -webkit-appearance: none;
    box-sizing: border-box;
}
form .button[type="submit"] {
    margin-top: .7777777778rem;
}
.form__label, .form__field, .form__textarea, .xfields:not([type="file"]) {
    display: block;
    max-width: 38.8888888889rem;
    width: 100%}
.form__select, .form__control--boxed .form__components select {
    display: block;
}
.form__heading {
    font-weight: 800;
}
.form__control+.form__heading {
    margin-top: 1.5555555556rem;
}
.form__control+.form__subheading {
    margin-top: 2.3333333333rem;
}
.form__help {
    border-top: 1px solid #e9eae3;
    color: #5d7078;
    display: block;
    font-size: .7777777778rem;
    margin-top: 1.037037036rem;
    padding-top: .7777777778rem;
}
.form__control {
    margin-bottom: 1.5555555556rem;
}
.form__control+h2 {
    margin-top: 2.3333333333rem;
}
.form__control--danger .form__label {
    color: #8b1515;
}
.form__control--danger .form__label em {
    background: #8b1515;
    color: #fff;
}
.form__control--danger .form__field, .form__control--danger .form__select, .form__control--danger .form__textarea {
    border-color: #8b1515;
}
.form__control--success .form__label {
    color: #4caf50;
}
.form__control--success .form__field, .form__control--success .form__select, .form__control--success .form__textarea {
    border-color: #4caf50;
}
@media screen and (min-width: 960px) {
    .form__control--boxed .form__label {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0;
    text-align: right;
}
}.form__control--boxed .form__label--checkbox, .form__control--boxed .form__label--radio {
    display: inline-block;
    float: none;
    margin-right: 0;
    padding-right: 1.5555555556rem;
    text-align: left;
    width: auto;
}
@media screen and (min-width: 960px) {
    .form__control--boxed .form__components {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
}
}.form__control--boxed .form__components label {
    display: block;
    padding: 0 1.5555555556rem 0 0;
}
.form__control--boxed .form__components .item-list {
    margin: 0;
    padding: 0;
}
.form__control--boxed .form__components p {
    margin: .7777777778rem 0 0;
}
.form__label {
    padding: .3888888889rem 0;
}
.form__label em {
    background: #e4e6dd;
    color: #231f20;
    display: inline-block;
    font-size: .7222222222rem;
    font-style: normal;
    padding: .3111111111rem .3888888889rem;
    text-transform: uppercase;
}
@media screen and (min-width: 650px) {
    .form__label em {
    margin-left: .3888888889rem;
}
}.form__field, .form .xfields:not([type="file"]), .xfields:not([type="file"]) {
    -webkit-appearance: none;
    border: 1px solid #cdd0c0;
    border-radius: 0;
    font-family: "Bitter", serif;
    font-size: 18px;
    margin-top: .3888888889rem;
    padding: .7777777778rem;
    transition: border .3s;
}
.form__field:focus, .form .xfields:focus:not([type="file"]), .xfields:focus:not([type="file"]) {
    border-color: #231f20;
    outline: 0;
}
.form__field:hover, .form .xfields:hover:not([type="file"]), .xfields:hover:not([type="file"]) {
    border-color: #ccc;
}
.form__field--disabled {
    border-color: #9e9e9e;
}
.form__checkbox, .form .form__radio, .form__radio {
    margin-right: .5185185185rem;
}
.form__checkbox:focus, .form .form__radio:focus, .form__radio:focus {
    outline: 2px solid #ffc600;
}
.form__select, .form .form__control--boxed .form__components select, .form__control--boxed .form__components .form select, .form__control--boxed .form__components select {
    background-color: #fff;
    border: 1px solid #cdd0c0;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    height: 3.1111111111rem;
    line-height: 3.1111111111rem;
    margin: .3888888889rem 0;
    max-width: 100%;
    padding: 0 .7777777778rem;
    transition: border .3s;
    vertical-align: middle;
}
.form__select:focus, .form .form__control--boxed .form__components select:focus, .form__control--boxed .form__components .form select:focus, .form__control--boxed .form__components select:focus {
    border-color: #231f20;
    outline: 0;
}
.form__select:hover, .form .form__control--boxed .form__components select:hover, .form__control--boxed .form__components .form select:hover, .form__control--boxed .form__components select:hover {
    border-color: #ccc;
}
.form__select::-ms-expand, .form .form__control--boxed .form__components select::-ms-expand, .form__control--boxed .form__components .form select::-ms-expand, .form__control--boxed .form__components select::-ms-expand {
    background: none;
    border: 0;
}
.lt-ie10 .form__select, .lt-ie10 .form .form__control--boxed .form__components select, .form__control--boxed .form__components .lt-ie10 .form select, .lt-ie10 .form__control--boxed .form__components select, .form__control--boxed .form__components .lt-ie10 select {
    padding-right: 0;
}
.form--disabled {
    border-color: #9e9e9e;
    color: #9e9e9e;
}
.form--inline .form__control, .form--inline .form__field, .form--inline .form__select, .form .form--append .form__control, .form .form--append .form__field, .form .form--append .form__select, .form--append .form__control, .form--append .form__field, .form--append .form__select {
    display: block;
    width: 100%}
@media screen and (min-width: 960px) {
    .form--inline .form__control, .form--inline .form__field, .form--inline .form__select, .form .form--append .form__control, .form .form--append .form__field, .form .form--append .form__select, .form--append .form__control, .form--append .form__field, .form--append .form__select {
    display: inline-block;
    max-width: 100%;
    width: auto;
}
}.form--inline .form__field, .form .form--append .form__field, .form--append .form__field {
    margin-bottom: .7777777778rem;
    margin-top: 0;
    vertical-align: top;
}
@media screen and (min-width: 960px) {
    .form--inline .form__field, .form .form--append .form__field, .form--append .form__field {
    margin-bottom: 0;
}
}.form--inline .button, .form--inline .button[type="submit"], .form .form--append .button, .form .form--append .button[type="submit"], .form--append .button, .form--append .button[type="submit"] {
    margin-top: 0;
    padding: 12px;
    vertical-align: top;
}
.form--inline .form__link, .form .form--append .form__link, .form--append .form__link {
    display: inline-block;
    padding-top: .5185185185rem;
}
@media screen and (max-width: 959px) {
    .form--inline .form__link, .form .form--append .form__link, .form--append .form__link {
    padding-top: 1.5555555556rem;
}
}.form--append {
    margin: 1em 0;
    width: 100%}
.form--append .form__control {
    height: calc(1.5555555556rem + (18px * 1.5555555556));
    position: relative;
}
.form--append .form__field {
    height: 100%;
    left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: calc(.7777777778rem + 30%);
    padding-top: 0;
    top: 0;
    width: 100%}
.form--append .button {
    height: 100%;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%}
.form--append .button[type="submit"] {
    margin-top: 0;
}
.form--user-settings .form__group {
    margin-bottom: 1.1666666667rem;
}
.form--user-settings .form__control {
    display: inline-block;
    margin-right: 1.5555555556rem;
}
.form--user-settings .form__control:last-of-type {
    margin-right: 0;
}
.form--user-settings .form__label--radio {
    border: 1px solid #cdd0c0;
    display: block;
    font-size: 18px;
    margin: 0 1.5555555556rem .7777777778rem 0;
    padding: .7777777778rem;
}
@media screen and (min-width: 450px) {
    .form--user-settings .form__label--radio {
    display: inline-block;
}
.form--user-settings .form__label--radio:last-of-type {
    margin-right: 0;
}
}.site-search {
    padding: 0;
}
.site-search .form__field {
    border: 2px solid #fff;
    outline: 0;
    padding-right: calc(.7777777778rem + 3.1111111111rem);
    transition: border .25s;
}
.site-search .form__field:hover {
    border: 2px solid #52636a;
}
@media screen and (min-width: 768px) {
    .site-search .form__field: hover {
    border: 2px solid #52636a;
}
}.site-search .form__field:focus {
    border: 2px solid #425056;
}
@media screen and (min-width: 768px) {
    .site-search .form__field: focus {
    border: 2px solid #425056;
}
}.site-search .button {
    background-position: center;
    background-size: 50% auto;
    margin-top: 0;
    width: 3.1111111111rem;
}
.site-search .button:focus {
    outline: 0;
}
input[type="file"] {
    padding: .3888888889rem;
}
input[type="file"]::-ms-value {
    background: #fff;
}
input[type="file"]:focus {
    outline: 1px solid #231f20;
    outline-offset: 2px;
}
.xfields:not([type="file"]) {
    display: block;
    max-width: 38.8888888889rem;
    width: 100%}
.form__control--boxed .form__components .xform_group label {
    line-height: 1.3;
    margin-bottom: .3888888889rem;
    padding-left: 1.5555555556rem;
    position: relative;
}
.form__control--boxed .form__components .xform_group label .checkbox {
    left: 0;
    position: absolute;
    top: .3111111111rem;
}
.form__control--boxed .form__components .xform_group label .checkbox:focus {
    outline: 2px solid #ffc600;
}
.form__control--boxed .form__components table th em {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: .7222222222rem;
    font-style: normal;
    font-weight: 400;
    margin-right: .3888888889rem;
    padding: .3111111111rem .3888888889rem;
    text-transform: uppercase;
}
.form__control--boxed .form__components table label {
    clear: both;
    padding-bottom: .7777777778rem;
    padding-right: 0;
}
.form__control--boxed .form__components table .form__label {
    text-align: left;
    width: 100%}
.form__control--boxed .form__components table .xform_group label {
    padding-bottom: 0;
}
.form__control--boxed .form__components table select {
    width: 100%}
.integrated-component .xfields {
    display: inline-block;
    margin-bottom: .3888888889rem;
    max-width: 100%;
    width: auto;
}
.integrated-component .button[type="submit"] {
    margin-top: 0;
}
.integrated-component+.integrated-component label {
    padding-top: .3888888889rem;
}
.form__control--danger .integrated-component label {
    color: #8b1515;
}
.form .form__control--danger .form__components select, .form .form__control--danger .form__components textarea {
    border-color: #8b1515;
}
.form .form__control--danger .xfields {
    border-color: #8b1515;
}
.form .form__control--danger table {
    border-color: #8b1515;
}
.uploaded-file {
    border-top: 1px solid #e9eae3;
    display: block;
    margin-top: .7777777778rem;
    padding-top: .7777777778rem;
}
.uploaded-file .button {
    display: block;
}
.boxed .sidebar__form {
    margin-bottom: 1.5555555556rem;
}
.sidebar__form .form__control {
    margin-bottom: .7777777778rem;
    width: 100%}
@media screen and (min-width: 1250px) {
    .sidebar__form .form__control {
    width: 80%}
}.sidebar__form .form__select {
    font-size: .7777777778rem;
    height: 45px;
    margin: 0;
    width: 100%}
.location-components .map, .location-components .map.container {
    margin: 0;
    padding-top: 50%}
.location-components .form__group {
    clear: both;
}
.location-components .form__label {
    display: inline-block;
    float: none;
    margin: .7777777778rem .7777777778rem 0 0;
    text-align: left;
    width: auto;
}
.location-components .current-location {
    float: left;
}
.location-components .form__field {
    display: inline-block;
    margin-bottom: .5185185185rem;
}
.location-components .location-map {
    margin: .7777777778rem 0;
}
.location-components .remove-pin-btn {
    background-color: #e52312;
    color: #fff !important;
    margin-left: .5185185185rem;
}
.location-components .remove-pin-btn:hover, .location-components .remove-pin-btn:focus, .location-components .remove-pin-btn:active {
    background-color: #cd1f1f;
}
[class^="icon-"], [class*=" icon-"] {
    background-size: contain;
}
[class^="icon-contact-"], [class*=" icon-contact-"] {
    background-position: 0 .3111111111rem;
    background-size: 18px auto;
    margin: 0;
    padding-left: 1.5555555556rem;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.icon-contact-marker, .editor address {
    background-position: 0 .1555555556rem;
    background-size: 18px 24px;
}
.icon-contact-url {
    background-size: 18px 18px;
}
.icon-rss {
    background-size: 1.037037036rem auto;
    margin: 0;
    padding-left: 1.5555555556rem;
}
.image--feature {
    float: right;
    margin: 1.5555555556rem 0 1.5555555556rem 1.5555555556rem;
    max-width: 250px;
    min-width: 100px;
    width: 35%}
.image--avatar {
    max-width: 60px;
}
.image--avatar img {
    border: 2px solid #000;
    height: auto;
}
.image--gallery {
    display: block;
}
.image--caption {
    margin-bottom: 1.5555555556rem;
}
@media screen and (min-width: 450px) {
    .image--caption {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    margin: .7777777778rem 0 1.5555555556rem 1.5555555556rem;
}
}.image--caption img {
    margin-bottom: .3888888889rem;
    width: 100%}
.image--caption__text {
    color: #5d7078;
    font-size: .7777777778rem;
    text-align: center;
}
.image--icon {
    max-width: 1.5555555556rem;
    padding-right: .3888888889rem;
}
.item-list--rich .image--icon {
    top: .2592592593rem;
}
.image--thumbnail {
    border: 2px solid #e4e6dd;
    height: auto;
    transition: border .3s;
}
a:focus .image--thumbnail, a:hover .image--thumbnail {
    border-color: #0175a4;
}
/*a, a:visited {
    color: #fff;
    text-decoration: none;
    transition: background-color .25s,  color .25s;
}*/
.sidebar a, .sidebar a:visited {
    color: #01638b;
}
a:hover, a:active, a:focus {
    color: #142f6d;
    text-decoration: underline;
}
.sidebar a:hover, .sidebar a:active, .sidebar a:focus {
    color: #142f6d;
}
.item-list, .basket__meta-list, .search-results .search-refine .boxed__list {
    list-style: none;
    margin-left: 0;
}
.item-list li, .basket__meta-list li, .search-results .search-refine .boxed__list li {
    margin-bottom: .3888888889rem;
}
.item-list--rich {
    margin-bottom: 3.1111111111rem;
}
.item-list--rich>li {
    border-bottom: 1px solid #e4e6dd;
    padding: .3888888889rem 0;
}
.item-list--rich>li:first-child {
    border-top: 1px solid #e4e6dd;
}
.item-list--rich h2, .item-list--rich h3, .item-list--rich h4 {
    font-size: 1.1666666667rem;
    line-height: 1.25;
    margin-bottom: .7777777778rem;
    margin-top: .3888888889rem;
}
@media screen and (min-width: 650px) {
    .item-list--rich h2, .item-list--rich h3, .item-list--rich h4 {
    font-size: 1.3333333333rem;
}
}.item-list--rich h2 strong, .item-list--rich h3 strong, .item-list--rich h4 strong {
    padding-right: .7777777778rem;
}
.item-list--rich p {
    margin-bottom: .7777777778rem;
}
.item-list--rich .item-list {
    margin-bottom: .7777777778rem;
}
@media screen and (min-width: 650px) {
    .item-list--rich .item-list {
    margin-left: .7777777778rem;
}
}.item-list--rich .item-list .date {
    margin-bottom: .3888888889rem;
}
.item-list--rich .image--thumbnail, .item-list--rich .image--avatar {
    margin: .3888888889rem 0 .7777777778rem;
    width: 100%}
@media screen and (min-width: 450px) {
    .item-list--rich .image--thumbnail, .item-list--rich .image--avatar {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
    margin-left: 1.037037036rem;
}
}.item-list--inline, .search-results .search-refine .boxed__list {
    margin-bottom: 1.1666666667rem;
    padding-left: 4px;
}
.item-list--inline>li, .search-results .search-refine .boxed__list>li {
    display: inline-block;
    margin-left: -4px;
    margin-right: 1.5555555556rem;
    white-space: nowrap;
}
@media screen and (max-width: 449px) {
    .item-list--inline>li, .search-results .search-refine .boxed__list>li {
    width: 100%}
}.item-list--inline>li:last-child, .search-results .search-refine .boxed__list>li:last-child {
    margin-right: 0;
}
.item-list--inline>li .button, .search-results .search-refine .boxed__list>li .button {
    margin-bottom: .7777777778rem;
}
.item-list--striped .item-list__item {
    border: 0;
    padding: .5185185185rem;
}
.item-list--striped .item-list__item:nth-child(odd) {
    background: #e4e6dd;
}
.item-list--az>li {
    display: inline-block;
    margin: 0 .3888888889rem .7777777778rem 0;
    width: 3.8888888889rem;
}
.item-list--az>li .button {
    display: block;
    padding-bottom: .7777777778rem;
    padding-top: .7777777778rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .item-list--az>li .button {
    font-size: 1rem;
}
}.item-list--gallery li {
    margin-bottom: 1.6949152542%}
@media screen and (min-width: 450px) {
    .item-list--gallery li {
    width: 49.1525423729%;
    float: left;
}
.item-list--gallery li:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}
.item-list--gallery li:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
}
}@media screen and (min-width: 650px) {
    .item-list--gallery li {
    width: 32.2033898305%;
    float: left;
}
.item-list--gallery li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}
.item-list--gallery li:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
}
.item-list--gallery li:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
}
}@media screen and (min-width: 768px) {
    .item-list--gallery li {
    width: 23.7288135593%;
    float: left;
}
.item-list--gallery li:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}
.item-list--gallery li:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
}
.item-list--gallery li:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
}
.item-list--gallery li:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
}
}@media screen and (min-width: 960px) {
    .item-list--gallery li {
    width: 15.2542372881%;
    float: left;
}
.item-list--gallery li:nth-child(6n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}
.item-list--gallery li:nth-child(6n+2) {
    margin-left: 16.9491525424%;
    margin-right: -100%;
    clear: none;
}
.item-list--gallery li:nth-child(6n+3) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
}
.item-list--gallery li:nth-child(6n+4) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
}
.item-list--gallery li:nth-child(6n+5) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
}
.item-list--gallery li:nth-child(6n+6) {
    margin-left: 84.7457627119%;
    margin-right: -100%;
    clear: none;
}
}.item-list--gallery li a {
    border: 3px solid #e4e6dd;
    display: block;
    transition: border-color,  .3s;
}
.item-list--gallery li a:focus, .item-list--gallery li a:hover {
    border-color: #ffc600;
}
.item-list--gallery li a img {
    display: block;
    width: 100%}
.item-list--definition {
    margin: 0 0 2.3333333333rem;
    overflow: hidden;
    padding: 0;
}
.item-list--definition .item-list--definition__heading {
    clear: left;
    margin-bottom: .3888888889rem;
    padding-top: 1.037037036rem;
}
@media screen and (min-width: 960px) {
    .item-list--definition .item-list--definition__heading {
    border-right: 1px solid #e4e6dd;
    border-top: 1px solid #e4e6dd;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 1.037037036rem 1.5555555556rem 1.037037036rem 0;
    text-align: right;
    width: 23.3333333333%;
    float: left;
}
.item-list--definition .item-list--definition__heading:first-of-type {
    border-top: 0;
}
}.item-list--definition .item-list--definition__content {
    border-bottom: 1px solid #e4e6dd;
    margin-left: 0;
    padding-bottom: 1.037037036rem;
}
@media screen and (min-width: 960px) {
    .item-list--definition .item-list--definition__content {
    border-bottom: 0;
    border-left: 1px solid #e4e6dd;
    border-top: 1px solid #e4e6dd;
    margin: 0 0 0 -1px;
    padding: 1.037037036rem 0 1.037037036rem 1.5555555556rem;
    width: 73.3333333333%;
    float: left;
}
.item-list--definition .item-list--definition__content:first-of-type {
    border-top: 0;
}
}.item-list--definition .item-list--definition__content .editor {
    margin: 0;
}
.item-list--definition .item-list--definition__content a {
    display: inline-block;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.item-list--definition .item-list--definition__content p:last-child {
    margin: 0;
}
.item-list--definition .item-list--definition__content .table-wrapper, .item-list--definition .item-list--definition__content table {
    margin: 0;
}
.item-list--news-press>li {
    padding: .7777777778rem 0 1.5555555556rem;
}
.item-list--news-press>li p {
    margin-bottom: .5185185185rem;
}
.item-list--news-press>li small {
    color: #5d7078;
    display: block;
}
.callout+.item-list--news-press>li:first-child {
    border-top: 0;
}
.item-list--az-search-results {
    margin: .7777777778rem 0 0;
}
.item-list--az-search-results>li {
    margin-bottom: .7777777778rem;
}
.item-list--az-search-results>li:last-child {
    border: 0;
}
.item-list--az-search-results>li h3 {
    padding-right: 1.5555555556rem;
    position: relative;
}
.item-list--az-search-results>li h3 i {
    background-position: center center;
    cursor: pointer;
    height: .7777777778rem;
    margin-left: .5185185185rem;
    position: absolute;
    right: 0;
    top: .5185185185rem;
    width: .7777777778rem;
}
.item-list--az-search-results>li .item-list {
    margin-bottom: 2.3333333333rem;
}
.item-list--az-search-results>li .item-list h4 {
    margin-bottom: .3888888889rem;
}
.item-list--az-search-results>li .item-list ul {
    margin: 0 0 .5185185185rem;
}
.item-list--az-search-results>li .item-list .map {
    margin: .7777777778rem 0;
}
.item-list--downloads {
    margin-top: 1.1666666667rem;
}
.item-list--downloads>li h3, .item-list--downloads>li h4 {
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 0;
}
.item-list--downloads>li a {
    display: inline-block;
    margin: 0 .7777777778rem .5185185185rem 0;
}
.item-list--forms>li {
    padding-bottom: .7777777778rem;
    padding-top: .7777777778rem;
}
.item-list--forms>li .item-list--rich {
    margin-bottom: 1.5555555556rem;
}
.item-list--forms>li h4, .item-list--forms>li p {
    margin-bottom: .3888888889rem;
}
.item-list--forms .fa-icon {
    font-size: 18px;
    margin-right: .7777777778rem;
    text-decoration: none;
}
.item-list--forms .fa-icon:before {
    left: 0;
    top: 0;
}
.item-list--councillors .councillor {
    margin-bottom: 1.6949152542%}
@media screen and (min-width: 650px) {
    .item-list--councillors .councillor {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%}
}.item-list--councillors .councillor:nth-child(odd) {
    clear: left;
}
.item-list--councillors .councillor a {
    background-clip: padding-box;
    border-radius: 5px;
    background: #f0f1ec;
    border: 3px solid #e4e6dd;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: .7777777778rem;
    transition: all .3s;
}
@media screen and (max-width: 649px) {
    .item-list--councillors .councillor a {
    height: auto !important;
}
}.item-list--councillors .councillor a .councillor__image {
    background-clip: padding-box;
    border-radius: 5px;
    border: 5px solid #fff;
    box-sizing: content-box;
    float: left;
    height: auto;
    overflow: hidden;
    padding-top: 25%;
    position: relative;
    transition: border-color .3s;
    width: 25%}
.item-list--councillors .councillor a .councillor__image img {
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.item-list--councillors .councillor a .councillor__info {
    float: right;
    width: 67%}
.item-list--councillors .councillor a .councillor__info h3 {
    font-size: 1.3333333333rem;
    margin: 0;
}
.item-list--councillors .councillor a .councillor__info h4 {
    color: #5d7078;
    font-size: 1.1666666667rem;
    margin: 0;
}
.item-list--councillors .councillor a .councillor__info .item-list {
    color: #5d7078;
    font-size: 18px;
    margin: .7777777778rem 0;
}
.item-list--councillors .councillor a:focus, .item-list--councillors .councillor a:hover {
    background: #e4e6dd;
    border-color: #dfe2d7;
}
.item-list--councillors .councillor a:focus .councillor__image, .item-list--councillors .councillor a:hover .councillor__image {
    border-color: #fff;
}
.item-list--search-results>li {
    padding-bottom: .7777777778rem;
}
.item-list--search-results>li:last-child {
    border-bottom: 0;
}
.item-list--search-results>li h3 {
    line-height: 1.2;
    margin: .3888888889rem 0;
}
@media screen and (min-width: 768px) {
    .item-list--search-results>li h3 {
    font-size: 1.3333333333rem;
}
}.item-list--search-results>li p {
    margin-bottom: .3888888889rem;
}
.item-list--search-results>li small {
    color: #5d7078;
    display: block;
    word-break: break-all;
}
.item-list--search-results>li .image--icon {
    width: 15.2542372881%;
    float: right;
    margin-right: 0;
    margin: .7777777778rem 0 .7777777778rem .7777777778rem;
    max-width: inherit;
    padding-right: 0;
}
@media screen and (min-width: 450px) {
    .item-list--search-results>li .image--icon {
    width: 6.7796610169%;
    float: right;
    margin-right: 0;
}
}@media screen and (min-width: 960px) {
    .item-list--search-results>li .image--icon {
    width: 4.6610169492%;
    float: right;
    margin-right: 0;
}
}.list--basket {
    margin: 0 0 .7777777778rem;
}
.list--basket .list__item {
    margin: 0;
}
.basket {
    border-bottom: 1px solid #e4e6dd;
    display: block;
    padding: 1.5555555556rem 0 .3888888889rem;
}
@media screen and (min-width: 650px) {
    .basket {
    padding: .3888888889rem 0;
}
}.basket__heading {
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 0 0 .7777777778rem;
    vertical-align: top;
}
@media screen and (min-width: 650px) {
    .basket__heading {
    display: inline-block;
    font-size: 18px;
    padding-right: .7777777778rem;
    padding-top: .7777777778rem;
    vertical-align: top;
    width: calc(100% - 18rem);
}
}.basket__meta-list {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 650px) {
    .basket__meta-list {
    display: inline-block;
    padding-top: .7777777778rem;
    text-align: right;
    vertical-align: top;
    width: 18rem;
}
}.basket__meta {
    background-color: #e4e6dd;
    display: inline-block;
    margin: 0 0 0 .7777777778rem;
    padding: 0 .2592592593rem;
    vertical-align: top;
}
@media screen and (min-width: 650px) {
    .basket__meta--ref {
    float: left;
    margin-left: 0;
    text-align: center;
    width: 8rem;
    word-break: break-word;
    word-wrap: break-word;
}
}.basket__meta--cost {
    background-color: transparent;
    float: left;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 650px) {
    .basket__meta--cost {
    float: none;
    font-size: 18px;
    margin-left: .7777777778rem;
}
}.media {
    margin-top: .7777777778rem;
}
.media:first-child {
    margin: 0;
}
.media__img {
    display: table-cell;
    padding-right: .7777777778rem;
    vertical-align: top;
}
.media__img img {
    max-width: none;
}
.media__body {
    display: table-cell;
    vertical-align: top;
}
.media__heading {
    margin-bottom: .7777777778rem;
    margin-top: 0;
}
.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav__item {
    display: inline-block;
}
.nav__link {
    display: inline-block;
}
.nav--stacked .nav__item {
    display: list-item;
}
.nav--stacked .nav__link {
    display: block;
}
.nav--thumbs .nav__link {
    display: inline-block;
    text-align: center;
    width: 49%}
.nav--breadcrumb {
    color: #5d7078;
    font-size: .7777777778rem;
    margin-bottom: .7777777778rem;
}
.nav--breadcrumb .nav__list {
    margin-bottom: .7777777778rem;
}
.nav--breadcrumb .nav__list li {
    display: inline-block;
    margin-right: 0;
    white-space: normal;
}
@media screen and (max-width: 649px) {
    .nav--breadcrumb .nav__list li {
    width: 100%}
}.nav--breadcrumb .nav__list li:before {
    content: '/';
    padding: 0 .3888888889rem;
}
.nav--breadcrumb .nav__list li:first-child:before {
    display: none;
}
.nav--pagination {
    border: 1px solid #000;
    margin-bottom: 2.3333333333rem;
}
@media screen and (min-width: 768px) {
    .nav--pagination {
    margin-bottom: 0;
}
}.nav--pagination .nav__item {
    margin-bottom: 0;
    min-height: 47px;
    padding: 0;
    position: relative;
}
.nav--pagination .nav__item .nav__link {
    display: block;
    padding: 3.1111111111rem .7777777778rem .5185185185rem;
}
@media screen and (min-width: 960px) {
    .nav--pagination .nav__item .nav__link {
    padding-top: .5185185185rem;
}
}.nav--pagination .nav__item .nav__link:hover .button, .nav--pagination .nav__item .nav__link:active .button, .nav--pagination .nav__item .nav__link:focus .button {
    background-color: #333;
}
.nav--pagination .nav__item .button {
    border-bottom: 1px solid #000;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 5.0555555556rem;
}
.nav--pagination .nav__item--first {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    border-right: 1px solid #000;
}
@media screen and (min-width: 960px) {
    .nav--pagination .nav__item--first .nav__link {
    padding-left: 6.2222222222rem;
}
}.nav--pagination .nav__item--first .button {
    left: -1px;
}
.nav--pagination .nav__item--last {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
}
.nav--pagination .nav__item--last .nav__link {
    text-align: right;
}
@media screen and (min-width: 960px) {
    .nav--pagination .nav__item--last .nav__link {
    padding-right: 6.2222222222rem;
}
}.nav--pagination .nav__item--last .button {
    right: -1px;
}
.nav--pagination-basic {
    margin-bottom: 2.3333333333rem;
}
@media screen and (min-width: 768px) {
    .nav--pagination-basic {
    margin-bottom: 0;
}
}.nav--pagination-basic .nav--pagination__first {
    float: left;
}
.nav--pagination-basic .nav--pagination__first em {
    font-style: normal;
}
.nav--pagination-basic .nav--pagination__last {
    float: right;
}
.nav--pagination-basic .nav--pagination__last em {
    font-style: normal;
}
.nav--search-pagination {
    border: 0;
    font-size: .7777777778rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .nav--search-pagination {
    font-size: 1rem;
}
}.nav--search-pagination li {
    display: none;
}
@media screen and (min-width: 1020px) {
    .nav--search-pagination li {
    display: inline-block;
}
}.nav--search-pagination li a, .nav--search-pagination li span {
    display: inline-block;
    padding: .3888888889rem .7777777778rem;
}
.nav--search-pagination li a:before {
    font-size: 1.3888888889rem;
    line-height: 1.6;
}
.nav--search-pagination li a em {
    font-size: 1rem;
    font-style: normal;
}
.nav--search-pagination li.nav--pagination__first, .nav--search-pagination li.nav--pagination__last {
    display: inline-block;
    margin: 0;
}
.nav--search-pagination li.nav--pagination__first {
    text-align: left;
    width: auto;
}
.nav--search-pagination li.nav--pagination__first a {
    padding-left: 2.3333333333rem;
}
.nav--search-pagination li.nav--pagination__last {
    text-align: right;
    width: auto;
}
.nav--search-pagination li.nav--pagination__last a {
    padding-right: 2.3333333333rem;
}
::-webkit-input-placeholder {
    color: #231f20;
}
:-moz-placeholder {
    color: #231f20;
    opacity: 1;
}
::-moz-placeholder {
    color: #231f20;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #231f20;
}
.placeholdr {
    color: #231f20;
}
.progress-bar {
    background: #f5f5f5;
    margin-bottom: 1.5555555556rem;
    min-height: 2.3333333333rem;
    padding: .5185185185rem;
    width: 100%}
.progress-bar__indicator {
    background: #ffc600;
    padding: .7777777778rem;
}
.table-wrapper {
    margin-bottom: 1.5555555556rem;
    max-width: 100%;
    overflow-x: auto;
}
.table-wrapper.has-scroll {
    overflow: hidden;
    position: relative;
}
.table-wrapper.has-scroll:after {
    background-clip: padding-box;
    border-radius: 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: '';
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 50px;
}
.table-wrapper.has-scroll .scroller {
    overflow-x: auto;
}
.table-wrapper.has-scroll .scroller::-webkit-scrollbar {
    height: .7777777778rem;
}
.table-wrapper.has-scroll .scroller::-webkit-scrollbar-track {
    background: #e4e6dd;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.table-wrapper.has-scroll .scroller::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border-radius: 6px;
    background: #ccc;
}
table, .data-table {
    background-clip: padding-box;
    border-radius: 5px;
    border: 3px solid #d8dbce;
    border-collapse: separate;
    border-spacing: .3111111111rem;
    margin-bottom: 1.5555555556rem;
    width: 100%}
table caption, .data-table caption {
    color: #767676;
    padding: .7777777778rem 0;
}
table th, table td, .data-table th, .data-table td {
    background-clip: padding-box;
    border-radius: 2px;
    background: #f5f5f5;
    padding: .3888888889rem .7777777778rem;
}
table th:nth-child(even), table td:nth-child(even), .data-table th:nth-child(even), .data-table td:nth-child(even) {
    background: #ededed;
}
table th a, table td a, .data-table th a, .data-table td a {
    border-bottom: 1px dotted #000;
    color: #000;
    text-decoration: none;
}
table th a:focus, table th a:hover, table td a:focus, table td a:hover, .data-table th a:focus, .data-table th a:hover, .data-table td a:focus, .data-table td a:hover {
    border-bottom-style: solid;
    color: #000;
    text-decoration: none;
}
table thead th, .data-table thead th {
    background: #ffc600;
    padding: .5185185185rem .7777777778rem;
    text-align: left;
}
table thead th:nth-child(even), .data-table thead th:nth-child(even) {
    background: #ffd133;
}
table tr:nth-child(even) td, table tr:nth-child(even) td:nth-child(even), .data-table tr:nth-child(even) td, .data-table tr:nth-child(even) td:nth-child(even) {
    background: #dedede;
}
.data-table {
    width: 100%}
.data-table th {
    padding: .7777777778rem;
    text-align: left;
}
.data-table td {
    padding: .7777777778rem;
}
.data-table--compact th, .data-table--compact td {
    padding: .5185185185rem;
}
.data-table--striped thead tr {
    background-color: transparent;
}
.data-table--striped tr {
    background-color: #fff;
}
.data-table--striped tr:nth-child(odd) {
    background-color: #e4e6dd;
}
.data-table--bordered {
    border: 1px solid #767676;
}
.data-table--bordered thead {
    background-color: #e4e6dd;
}
.data-table--bordered th {
    border-bottom: 1px solid #767676;
}
.data-table--bordered th+th {
    border-left: 1px solid #767676;
}
.data-table--bordered td {
    border: 1px solid #767676;
}
.container, .page-content .site-header__tasks, .home .widget--content {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .7777777778rem;
    padding-right: .7777777778rem;
}
	/*.container :before {
		background: #000;
	}*/
.container:after, .page-content .site-header__tasks:after, .home .widget--content:after {
    content: " ";
    display: block;
    clear: both;
}
.home-page .site-main>.container, .home-page .page-content .site-main>.site-header__tasks, .page-content .home-page .site-main>.site-header__tasks, .home-page .home .site-main>.widget--content, .home .home-page .site-main>.widget--content {
    max-width: 100%;
    padding: 0;
}
.page-content {
    margin-bottom: .7777777778rem;
}
@media screen and (min-width: 768px) {
    .page-content {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 0;
}
.home-page .page-content, .one-column .page-content {
    float: none;
    margin: 0;
    width: 100%}
}@media screen and (min-width: 960px) {
    .page-content {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%}
.home-page .page-content, .one-column .page-content {
    float: none;
    margin: 0;
    width: 100%}
}.page-heading {
    line-height: 1.2;
    margin-bottom: .3888888889rem;
}
object, iframe {
    margin-bottom: 1.5555555556rem;
    max-width: 100%}
.news-date {
    color: #5d7078;
    display: inline-block;
    padding: 1.5555555556rem 0;
}
.site-footer {
    margin-top: 4.6666666667rem;
    overflow-x: hidden;
}
.home .site-footer {
    margin-top: 0;
}
.site-footer__a-to-z {
    color: #ccc;
    margin-bottom: 1.1666666667rem;
}
@media screen and (min-width: 768px) {
    .site-footer__a-to-z {
    margin-bottom: 1.8666666667rem;
}
}.site-footer__a-to-z a {
    color: #000;
}
.site-footer__a-to-z__heading {
    font-size: 1.1666666667rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .site-footer__a-to-z__heading {
    display: inline-block;
    font-size: .7777777778rem;
    font-weight: 400;
    margin: -.7777777778rem .5185185185rem 0 0;
    text-align: left;
}
}@media screen and (min-width: 960px) {
    .site-footer__a-to-z__heading {
    font-size: 1rem;
}
}@media screen and (min-width: 1020px) {
    .site-footer__a-to-z__heading {
    margin-right: .7777777778rem;
}
}@media screen and (min-width: 1250px) {
    .site-footer__a-to-z__heading {
    margin-right: 1.5555555556rem;
}
}.site-footer__a-to-z .item-list {
    display: none;
    font-weight: 700;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .site-footer__a-to-z .item-list {
    display: inline-block;
    font-size: 1.1666666667rem;
}
}@media screen and (min-width: 960px) {
    .site-footer__a-to-z .item-list {
    font-size: 1.3333333333rem;
}
}.site-footer__a-to-z .item-list__item {
    margin: 0 .3111111111rem 0 0;
}
@media screen and (min-width: 1020px) {
    .site-footer__a-to-z .item-list__item {
    margin: 0 .3888888889rem 0 0;
}
}@media screen and (min-width: 1250px) {
    .site-footer__a-to-z .item-list__item {
    margin: 0 .7777777778rem 0 0;
}
}.site-footer__main {
    background-color: #292929;
    color: #fff;
    padding: 0 0 2.3333333333rem;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 960px) {
    .site-footer__main {
    padding: 2.3333333333rem 0;
}
}.site-footer__main a {
    color: #fff;
}
.site-footer__identity {
    padding: 1.5555555556rem 0 .7777777778rem;
}
@media screen and (min-width: 768px) {
    .site-footer__identity {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%}
}@media screen and (min-width: 960px) {
    .site-footer__identity {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    padding-top: 0;
}
}.site-footer__identity__logo {
    background-size: contain;
    display: block;
    height: 4.6666666667rem;
    transition: opacity .3s;
    width: 14rem;
}
.site-footer__identity__logo:focus, .site-footer__identity__logo:hover {
    opacity: .8;
    outline: 0;
}
.site-footer__info {
    padding-right: 3.8888888889rem;
}
@media screen and (min-width: 768px) {
    .site-footer__info {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0;
}
}@media screen and (min-width: 960px) {
    .site-footer__info {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%}
}.site-footer__rights {
    margin-bottom: .3888888889rem;
}
.site-footer__links {
    font-weight: 700;
    margin-bottom: .7777777778rem;
    padding-left: 0;
}
.site-footer__links .item-list__item {
    margin: 0 .7777777778rem 0 0;
}
@media screen and (max-width: 449px) {
    .site-footer__links .item-list__item {
    width: auto;
}
}.site-footer__suppliers {
    font-size: .7777777778rem;
    margin-bottom: 1.037037036rem;
    opacity: .8;
}
@media screen and (min-width: 768px) {
    .site-footer__suppliers {
    margin-bottom: 0;
}
}.site-footer__suppliers .item-list {
    margin: 0;
    padding-right: 4.6666666667rem;
}
@media screen and (min-width: 960px) {
    .site-footer__suppliers .item-list {
    padding-right: 0;
}
}.site-footer__suppliers__link {
    border-bottom: 1px dotted #fff;
}
.site-footer__suppliers__link:focus, .site-footer__suppliers__link:hover {
    border-bottom-style: solid;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .site-footer__social {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    left: 49.1525423729%;
    position: absolute;
    top: 1.5555555556rem;
}
}@media screen and (min-width: 960px) {
    .site-footer__social {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    left: auto;
    position: relative;
    text-align: right;
    top: auto;
}
}.site-footer__social__heading {
    font-size: 1.3888888889rem;
    margin-bottom: .7777777778rem;
	color: white;
}
.site-footer__social .item-list__item {
    margin: 0 .3111111111rem 0 0;
}
@media screen and (max-width: 449px) {
    .site-footer__social .item-list__item {
    width: auto;
}
}.site-footer__social .site-footer__link {
    display: block;
    height: 2.5925925916rem;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    width: 2.5925925916rem;
}
.site-footer__social .site-footer__link:focus, .site-footer__social .site-footer__link:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.site-header {
    background-color: #00aeef;
    margin: 0 0 2.3333333333rem;
}
@media screen and (min-width: 650px) {
    .site-header .container {
    padding-bottom: 0;	
}
}@media screen and (min-width: 768px) {
    .site-header .container {
    padding-bottom: .3888888889rem;
    position: relative;
}
}@media screen and (min-width: 960px) {
    .site-header .container {
    padding-bottom: 2.9444444444rem;
}	
}@media screen and (min-width: 1250px) {
    .site-header .container::before {
    background: #000;
    content: ' ';
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%}
}
 .site-header__shield {
    background: url(/Images/Watford/shield.svg) no-repeat right -70px;
    background-size: cover;
    display: block;
    height: 100%;
    left: -65%;
    position: absolute;
    top: 0;
    width: 140%}

@media screen and (min-width: 450px) {
    .site-header__shield {
    background-position-y: -50px;
    left: -18%;
    width: 80%}
}@media screen and (min-width: 650px) {
    .site-header__shield {
    background-position-y: -45px;
    left: -15%;
    width: 60%}
}@media screen and (min-width: 768px) {
    .site-header__shield {
    background-position-y: -55px;
    left: -10%;
    width: 52%}
}@media screen and (min-width: 960px) {
    .site-header__shield {
    background-position-y: -65px;
    left: -10%;
    width: 54%}
}@media screen and (min-width: 1020px) {
    .site-header__shield {
    width: 52%}
}@media screen and (min-width: 1250px) {
    .site-header__shield {
    background-position-y: -75px;
    left: -10%;
    width: 48%}
}.site-header__identity {
    padding: 1.5555555556rem 0;
}
@media screen and (max-width: 767px) {
    .site-header__identity {
    position: relative;
}
}@media screen and (min-width: 768px) {
    .site-header__identity {
    width: 49.1525423729%;
    float: left;
    padding-top: 2.3333333333rem;
}
}@media screen and (min-width: 960px) {
    .site-header__identity {
    width: 36.4406779661%;
    float: left;
    padding-top: 3.1111111111rem;
}
}.site-header__identity__logo {
    background-size: contain;
    display: block;
    height: 5.4444444444rem;
    position: relative;
    transition: opacity .3s;
    width: 65%}
@media screen and (min-width: 450px) {
    .site-header__identity__logo {
    height: 7rem;
    width: 15.5555555556rem;
}
}@media screen and (min-width: 768px) {
    .site-header__identity__logo {
    height: 7.7777777778rem;
    width: 17.1111111111rem;
}
}@media screen and (min-width: 960px) {
    .site-header__identity__logo {
    height: 11.3333333333rem;
    width: 24rem;
	left: -10%;
}
}.site-header__identity__logo:focus, .site-header__identity__logo:hover {
    opacity: .8;
}
.site-header__toggles {
    position: absolute;
    right: 1.5555555556rem;
    top: .7777777778rem;
}
@media screen and (min-width: 768px) {
    .site-header__toggles {
    display: none;
}
}.home .site-header__toggles {
    display: none;
}
.site-header__toggle {
    background-position: center;
    display: block;
    font-size: 1.3888888889rem;
    height: 2.3333333333rem;
    line-height: 2;
    overflow: hidden;
    padding: .7777777778rem;
    position: relative;
    text-decoration: none;
    text-indent: 200%;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 2.3333333333rem;
    z-index: 4;
}
.site-header__toggle.active {
    background-size: 1.5555555556rem auto;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 10;
}
.site-header__toggle--menu {
    margin-bottom: .3888888889rem;
}
.site-header__toggle--search {
    background-size: 1.9444444444rem 1.9444444444rem;
}
.site-header .browse--wrapper {
    display: none;
}
@media screen and (min-width: 960px) {
    .site-header .browse--wrapper {
    width: 15.2542372881%;
    float: right;
    margin-right: 0;
    display: inline-block;
    margin-top: 5.7222222222rem;
    padding-right: .3888888889rem;
    text-align: right;
}
}.site-header .site-header__tasks {
    opacity: 0;
    position: relative;
    transition: opacity .1s linear,  visibility 0s;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
    .site-header .site-header__tasks {
    background: #5d7078;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 1.5555555556rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
}@media screen and (min-width: 768px) {
    .site-header .site-header__tasks {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    margin-bottom: 1.037037036rem;
    opacity: 1;
    padding-bottom: .3888888889rem;
    visibility: visible;
}
}@media screen and (min-width: 960px) {
    .site-header .site-header__tasks {
    width: 53.3898305085%;
    float: right;
    margin-right: 0;
    padding-bottom: .5185185185rem;
}
}@media screen and (min-width: 1250px) {
    .site-header .site-header__tasks {
    margin: 0;
    padding: 0;
}
}.site-header .site-header__tasks.active {
    opacity: 1;
    visibility: visible;
}
.site-header .site-header__tasks__search {
    display: inline-block;
    height: 0;
    margin: 0 1.5555555556rem 0 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: auto;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__search {
    height: auto;
    margin: 1.5555555556rem 0 0;
    opacity: 1;
    visibility: visible;
    width: 98%}
}@media screen and (min-width: 960px) {
    .site-header .site-header__tasks__search {
    margin: 2.5925925916rem 0 0;
    width: auto;
}
}@media screen and (min-width: 1250px) {
    .site-header .site-header__tasks__search {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    margin: 6.1111111111rem 0 0.1666666667rem;
}
}.site-header .site-header__tasks__search.active {
    height: auto;
    opacity: 1;
    padding-top: 3.5rem;
    position: absolute;
    top: 0;
    visibility: visible;
}
.site-header .site-header__tasks__search .form__heading {
    color: #fff;
    display: block;
    font-size: 1.3888888889rem;
    margin-bottom: 1.1666666667rem;
    padding-right: 4.6666666667rem;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__search .form__heading {
    color: #000;
    margin-bottom: .7777777778rem;
    padding: 0;
}
}@media screen and (min-width: 960px) {
    .site-header .site-header__tasks__search .form__heading {
    font-size: 1.7527777778rem;
}
}.site-header .site-header__tasks__search .form__control {
    display: inline-block;
    height: calc(1.1666666667rem + (18px * 1.5555555556));
    width: 100%}
.site-header .site-header__tasks__search .form__field {
    font-size: .7777777778rem;
}
@media screen and (min-width: 450px) {
    .site-header .site-header__tasks__search .form__field {
    font-size: 1rem;
}
}.site-header .site-header__tasks__search .form__field:hover {
    border: 2px solid #009bd6;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__search .form__field: hover {
    border: 2px solid #009bd6;
}
}.site-header .site-header__tasks__search .form__field:focus {
    border: 2px solid #0081b2;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__search .form__field: focus {
    border: 2px solid #0081b2;
}
}.site-header .site-header__tasks__links {
    color: #fff;
    margin: 0;
    opacity: 0;
    padding-right: .7777777778rem;
    visibility: hidden;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__links {
    bottom: 0;
    color: #000;
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    visibility: visible;
}
}.site-header .site-header__tasks__links.active {
    opacity: 1;
    visibility: visible;
}
.site-header .site-header__tasks__links .item-list {
    margin: 0;
}
@media screen and (min-width: 1250px) {
    .site-header .site-header__tasks__links .item-list {
    float: right;
}
}.site-header .site-header__tasks__links .item-list .item-list__item {
    display: inline-block;
    margin: 0;
}
.site-header .site-header__tasks__links .item-list .item-list__item:first-child:after {
    content: '/';
    padding: 0 .3111111111rem;
}
.site-header .site-header__tasks__links .item-list .item-list__item a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__links .item-list .item-list__item a {
    color: #000;
}
}.site-header .site-header__tasks__transactions {
    clear: both;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transactions {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
}.site-header .site-header__tasks__transactions.active {
    height: auto;
    opacity: 1;
    padding-top: 1.5555555556rem;
    visibility: visible;
}
.site-header .site-header__tasks__transactions>.item-list {
    position: relative;
}
.site-header .site-header__tasks__transactions>.item-list>.item-list__item {
    font-size: 1.3333333333rem;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transactions>.item-list>.item-list__item {
    float: left;
    font-size: 1rem;
    margin: 0;
    padding-right: 3px;
    width: 33%}
}@media screen and (min-width: 1250px) {
    .site-header .site-header__tasks__transactions>.item-list>.item-list__item {
    font-size: 1.1666666667rem;
}
}.site-header .site-header__tasks__transaction-type {
    color: #fff;
    transition: border .1s;
}
@media screen and (max-width: 767px) {
    .site-header .site-header__tasks__transaction-type {
    background: transparent;
}
}@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transaction-type {
    background-color: #000;
    background-position: right .7777777778rem center;
    background-size: 1.1666666667rem;
    border-bottom: 3px solid #00aeef;
    display: block;
    padding: .5185185185rem 2.3333333333rem .5185185185rem .7777777778rem;
}
}@media screen and (min-width: 1020px) {
    .site-header .site-header__tasks__transaction-type {
    background-position: right 1.1666666667rem center;
    padding: .7777777778rem 2.7222222222rem .7777777778rem 1.1666666667rem;
	
}.site-header .site-header__tasks__transaction-type:focus, .site-header .site-header__tasks__transaction-type:hover {    
    outline: 0;
    text-decoration: none;
	border-bottom: 3px solid #ee3828;
}
}.site-header .site-header__tasks__transaction-type span {
    display: inline;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transaction-type span {
    display: none;
}
}@media screen and (min-width: 1020px) {
    .site-header .site-header__tasks__transaction-type span {
    display: inline;
}
}@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transaction-type: focus, .site-header .site-header__tasks__transaction-type:hover {
    border-bottom: 3px solid #ee3828;
    outline: 0;
    text-decoration: none;
}
}@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transaction-type.active {
    border-bottom: 3px solid #000;
}
}.site-header .site-header__tasks__transaction-type.active+.site-header__tasks__transaction-options {
    opacity: 1;
    visibility: visible;
}
.site-header .site-header__tasks__transaction-options {
    font-size: 1rem;
    padding: .7777777778rem 0 1.1666666667rem;
    z-index: 5;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transaction-options {
    background: #000;
    left: 0;
    opacity: 0;
    padding: .7777777778rem 1.1666666667rem;
    position: absolute;
    transition: opacity .1s linear,  visibility 0s;
    visibility: hidden;
    width: calc(99% - 3px);
}
}@media screen and (min-width: 960px) {
    .site-header .site-header__tasks__transaction-options {
    font-size: 1rem;
}
}.site-header .site-header__tasks__transaction-options .item-list {
    margin: 0 0 1.1666666667rem;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transaction-options .item-list {
    float: left;
    margin: 0;
}
}@media screen and (min-width: 960px) {
    .site-header .site-header__tasks__transaction-options .item-list {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%}
}.site-header .site-header__tasks__transaction-options .item-list .item-list__item {
    margin-bottom: 0;
}
@media screen and (min-width: 960px) {
    .site-header .site-header__tasks__transaction-options .item-list .item-list__item {
    display: inline-block;
    margin-right: 1.5555555556rem;
}
}.site-header .site-header__tasks__transaction-options .item-list .item-list__item a {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .site-header .site-header__tasks__transaction-options .button {
    float: right;
}
}.page-content .site-header__tasks__search {
    margin: 0 0 1.5555555556rem;
    width: auto;
}
.page-content .site-header__tasks__search .form__heading {
    font-size: 1.3888888889rem;
    margin-bottom: .7777777778rem;
}
.page-content .site-header__tasks__search .form__control {
    height: calc(1.1666666667rem + (18px * 1.5555555556));
    width: 100%}
.page-content .site-header__tasks__search .form__field {
    border: 1px solid #ccc;
    font-size: .7777777778rem;
}
@media screen and (min-width: 450px) {
    .page-content .site-header__tasks__search .form__field {
    font-size: 1rem;
}
}.page-content .site-header__tasks__search .form__field:hover {
    border-color: #b3b3b3;
}
.page-content .site-header__tasks__search .form__field:focus {
    border-color: #999;
}
.page-content .site-header__tasks__transactions>.item-list {
    position: relative;
}
.page-content .site-header__tasks__transactions>.item-list>.item-list__item {
    font-size: 1.3333333333rem;
}
.page-content .site-header__tasks__transaction-type {
    background-color: #000;
    background-position: right 1.1666666667rem center;
    background-size: 1.1666666667rem;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: .7777777778rem 2.7222222222rem .7777777778rem 1.1666666667rem;
}
.page-content .site-header__tasks__transaction-options {
    background: #000;
    display: none;
    font-size: 1.1666666667rem;
    padding: 0 1.1666666667rem 1.5555555556rem;
}
.page-content .site-header__tasks__transaction-options .item-list {
    margin: 0 0 1.1666666667rem;
}
.page-content .site-header__tasks__transaction-options .item-list .item-list__item {
    margin-bottom: 0;
}
.page-content .site-header__tasks__transaction-options .item-list .item-list__item a {
    color: #fff;
}
.skip-links {
    position: absolute;
    width: 90%}
.skip-links a {
    color: #fff;
    display: block;
    left: 4.6666666667rem;
    position: absolute;
    top: -31.1111111111rem;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .skip-links a: focus {
    top: .7777777778rem;
}
}.sidebar__section--pages-in {
    margin-bottom: 1.5555555556rem;
}
.sidebar__section--pages-in .sidebar__heading {
    background-color: #000;
    color: #fff;
    font-size: 1.3333333333rem;
    line-height: 1.3;
    margin: 0;
    padding: .7777777778rem 1.1666666667rem;
}
.sidebar__section--pages-in .item-list {
    background: #e4e6dd;
    border-bottom: 4px solid #0175a4;
    margin: 0;
    padding: 1.5555555556rem 1.1666666667rem 2.3333333333rem;
}
.sidebar__section--pages-in .item-list__item {
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.sidebar__section--pages-in .item-list__item .nav__link {
    border-bottom: 1px solid #c1c6b1;
    color: #000;
    display: block;
    padding: .3111111111rem 0;
    transition: border .25s;
}
.sidebar__section--pages-in .item-list__item .nav__link:hover, .sidebar__section--pages-in .item-list__item .nav__link:focus {
    border-bottom-color: #000;
    text-decoration: none;
}
.sidebar__section--pages-in .item-list__item .nav__link--active {
    border-bottom-color: #000;
    font-style: normal;
    font-weight: 700;
}
.sidebar__heading {
    line-height: 1.2;
    margin-bottom: .7777777778rem;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .sidebar--primary {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
}
}@media screen and (min-width: 960px) {
    .sidebar--primary {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
}
}.sidebar :first-child {
    margin-top: 0;
}
.sidebar :last-child {
    margin-bottom: 0;
}
.sidebar .related-links a, .sidebar .related-links a:hover, .sidebar .related-links a:active, .sidebar .related-links a:focus {
    color: #fff;
}
@media screen and (min-width: 450px) {
    .dob {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%}
}@media screen and (min-width: 1010px) {
    .dob {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%}
}.widget-row {
    margin-bottom: .7777777778rem;
}
@media screen and (min-width: 768px) {
    .widget-row {
    margin-bottom: 3.1111111111rem;
}
}.home .widget-row:last-of-type {
    margin-bottom: 1.5555555556rem;
}
.widget-width {
    margin-bottom: 1.5555555556rem;
    width: 100%}
@media screen and (max-width: 767px) {
    .home .widget-row: last-of-type .widget-width {
    margin-bottom: 0;
}
}@media screen and (min-width: 768px) {
    .widget-width {
    float: left;
    margin: 0 4.347826087% 0 0;
}
.widget-width:last-child {
    margin-right: 0;
}
}@media screen and (min-width: 768px) {
    .widget-width--12, .widget-width--11, .widget-width--10, .widget-width--9, .widget-width--8, .widget-width--7, .widget-width--6, .widget-width--5, .widget-width--4, .widget-width--3, .widget-width--2, .widget-width--1 {
    width: 4.347826087%}
.widget-width--21, .widget-width--20, .widget-width--19, .widget-width--18, .widget-width--17, .widget-width--16, .widget-width--15, .widget-width--14, .widget-width--13 {
    width: 13.0434782609%}
.widget-width--29, .widget-width--28, .widget-width--27, .widget-width--26, .widget-width--25, .widget-width--24, .widget-width--23, .widget-width--22 {
    width: 21.7391304348%}
.widget-width--36, .widget-width--35, .widget-width--34, .widget-width--33, .widget-width--32, .widget-width--31, .widget-width--30 {
    width: 30.4347826087%}
.widget-width--45, .widget-width--44, .widget-width--43, .widget-width--42, .widget-width--41, .widget-width--40, .widget-width--39, .widget-width--38, .widget-width--37 {
    width: 39.1304347826%}
.widget-width--54, .widget-width--53, .widget-width--52, .widget-width--51, .widget-width--50, .widget-width--49, .widget-width--48, .widget-width--47, .widget-width--46 {
    width: 47.8260869565%}
.widget-width--62, .widget-width--61, .widget-width--60, .widget-width--59, .widget-width--58, .widget-width--57, .widget-width--56, .widget-width--55 {
    width: 56.5217391304%}
.widget-width--71, .widget-width--70, .widget-width--69, .widget-width--68, .widget-width--67, .widget-width--66, .widget-width--65, .widget-width--64, .widget-width--63 {
    width: 65.2173913043%}
.widget-width--78, .widget-width--77, .widget-width--76, .widget-width--75, .widget-width--74, .widget-width--73, .widget-width--72 {
    width: 73.9130434783%}
.widget-width--83, .widget-width--82, .widget-width--81, .widget-width--80, .widget-width--79 {
    width: 82.6086956522%}
.widget-width--90, .widget-width--89, .widget-width--88, .widget-width--87, .widget-width--86, .widget-width--85, .widget-width--84 {
    width: 91.3043478261%}
}.widget {
    margin-bottom: 1.5555555556rem;
}
.widget__heading, .widget h2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.home-page .widget {
    margin-bottom: 0;
}
.widget--navigation li, .widget--what-s-new-on-site li, .widget--top-faqs li, .widget--sub-category-links li {
    border-bottom: 1px solid #e4e6dd;
    padding: .3888888889rem 0;
}
.widget--navigation li:first-child, .widget--what-s-new-on-site li:first-child, .widget--top-faqs li:first-child, .widget--sub-category-links li:first-child {
    border-top: 1px solid #e4e6dd;
}
.widget--directory-search {
    background: #f5f5f5;
    padding: 1.1666666667rem 1.5555555556rem 1.037037036rem;
}
.widget--directory-search .form {
    overflow-x: auto;
    padding: 0 .3111111111rem .3888888889rem 0;
}
.widget--directory-search .form__field {
    margin-bottom: .3888888889rem;
    min-width: 12.4444444444rem;
}
@media screen and (min-width: 450px) {
    .widget--directory-search .form__field {
    width: 50%}
}.widget--directory-search .button {
    min-width: 4.6666666667rem;
}
.widget--image a {
    display: block;
    padding: .3111111111rem;
    text-align: center;
    text-decoration: none;
    transition: background .3s;
}
@media screen and (min-width: 768px) {
    .widget--image a {
    background: #f5f5f5;
    color: #01719f;
}
}.widget--image a img {
    border: 2px solid transparent;
    display: block;
    margin: 0 auto;
    transition: border .3s;
}
.widget--image a p {
    font-size: .7777777778rem;
    margin: 0;
    padding: .3888888889rem 0;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .widget--image a: focus, .widget--image a:hover {
    background: #f0f0f0;
    color: #142f6d;
}
}.widget--image a:focus img, .widget--image a:hover img {
    border-color: #142f6d;
}
.widget--middle-adverts div {
    background: #f5f5f5;
    margin-bottom: 1.5555555556rem;
    padding: 1.037037036rem 1.5555555556rem;
}
.widget--middle-adverts div img {
    display: inline-block;
    margin-bottom: .3888888889rem;
}
@media screen and (max-width: 449px) {
    .widget--middle-adverts div img {
    max-width: inherit;
    width: 100%}
}.widget--middle-adverts div h3 {
    line-height: 1.25;
    margin-bottom: 0;
}
.widget--middle-adverts div h4 {
    margin-bottom: 0;
}
.widget--middle-adverts div p {
    color: #5d7078;
    margin: .3888888889rem 0 0;
}
.widget--navigation h2 {
    background-color: #000;
    color: #fff;
    font-size: 1.3333333333rem;
    line-height: 1.3;
    margin: 0;
    padding: .7777777778rem 1.1666666667rem;
}
.widget--navigation .item-list {
    background: #e4e6dd;
    border-bottom: 4px solid #0175a4;
    margin: 0;
    padding: 1.5555555556rem 1.1666666667rem 2.3333333333rem;
}
.widget--navigation .item-list li {
    line-height: 1.3;
    margin: 0;
    padding: .2074074074rem 0;
}
.widget--navigation .item-list li a {
    border-bottom: 1px solid #c1c6b1;
    color: #000;
    display: block;
    transition: border .25s;
}
.widget--navigation .item-list li a:hover, .widget--navigation .item-list li a:focus {
    border-bottom-color: #000;
    text-decoration: none;
}
.widget--opinion-poll {
    background: #f5f5f5;
    padding: 1.1666666667rem 1.5555555556rem 1.037037036rem;
}
.widget--opinion-poll p {
    margin-bottom: .7777777778rem;
}
.widget--opinion-poll p a {
    display: inline-block;
}
.widget--opinion-poll .form {
    margin: 0 0 1.5555555556rem;
    padding: 0;
}
.widget--opinion-poll .form .button {
    margin-top: .7777777778rem;
}
.widget--right-adverts a {
    display: inline-block;
    margin-bottom: .7777777778rem;
    position: relative;
}
@media screen and (max-width: 449px) {
    .widget--right-adverts a {
    display: block;
    width: 100%}
}.widget--right-adverts a:focus h2, .widget--right-adverts a:hover h2 {
    background: rgba(0, 0, 0, 0.75);
}
.widget--right-adverts img {
    display: block;
    width: 100%}
@media screen and (max-width: 449px) {
    .widget--right-adverts img {
    max-width: inherit;
}
}.widget--right-adverts h2 {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    font-size: 18px;
    left: 0;
    margin: 0;
    padding: .3888888889rem .7777777778rem .7777777778rem;
    position: absolute;
    transition: background .3s;
    width: 100%}
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.flickity-slider {
    height: 100%;
    position: absolute;
    width: 100%}
.flickity-enabled.is-draggable {
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.widget--custom-carousel .carousel {
    margin: -2.3333333333rem 0 1.5555555556rem;
    outline: 0;
    position: relative;
}
@media screen and (min-width: 768px) {
    .widget--custom-carousel .carousel {
    margin: -3.1111111111rem 0 3.1111111111rem;
}
}.widget--custom-carousel .carousel__slide {
    width: 100%}
@media screen and (min-width: 768px) {
    .widget--custom-carousel .carousel__slide {
    height: 28rem;
}
}@media screen and (min-width: 1020px) {
    .widget--custom-carousel .carousel__slide {
    height: 38.8888888889rem;
}
}.no-js .widget--custom-carousel .carousel__slide {
    height: auto;
}
.widget--custom-carousel .carousel__image {
    background-position: 0 center;
    background-size: cover;
    display: block;
    height: 12.4444444444rem;
    margin-bottom: .7777777778rem;
    outline: 0;
    width: 100%;
    z-index: 0;
}
@media screen and (min-width: 768px) {
    .widget--custom-carousel .carousel__image {
    height: 100%;
    margin-bottom: 0;
    position: absolute;
}
}.no-js .widget--custom-carousel .carousel__image {
    display: none;
}
.widget--custom-carousel .carousel__content {
    background: #fff;
    margin-bottom: 1.5555555556rem;
    z-index: 5;
}
@media screen and (min-width: 768px) {
    .widget--custom-carousel .carousel__content {
    bottom: 3.1111111111rem;
    margin-bottom: 0;
    padding: 1.1666666667rem 1.5555555556rem 1.5555555556rem;
    position: absolute;
    width: 50%}
}@media screen and (min-width: 960px) {
    .widget--custom-carousel .carousel__content {
    width: 50%}
}@media screen and (min-width: 1020px) {
    .widget--custom-carousel .carousel__content {
    width: 52%}
}@media screen and (min-width: 1250px) {
    .widget--custom-carousel .carousel__content {
    width: 47%}
}@media screen and (min-width: 1770px) {
    .widget--custom-carousel .carousel__content {
    width: 36%}
}.no-js .widget--custom-carousel .carousel__content {
    bottom: auto;
    position: relative;
}
.widget--custom-carousel .carousel__heading {
    font-size: 1.3888888889rem;
    line-height: 1.3;
    margin-bottom: .3888888889rem;
}
.widget--custom-carousel .carousel__summary {
    font-size: 1.1666666667rem;
    margin-bottom: 1.037037036rem;
}
.widget--custom-carousel .carousel__pagination {
    background: #000;
    display: inline-block;
    padding: .3888888889rem .7777777778rem;
    text-align: right;
    width: 100%}
@media screen and (min-width: 768px) {
    .widget--custom-carousel .carousel__pagination {
    bottom: 3.1111111111rem;
    left: 35%;
    position: absolute;
    text-align: left;
    width: auto;
}
}@media screen and (min-width: 960px) {
    .widget--custom-carousel .carousel__pagination {
    left: 35%}
}@media screen and (min-width: 1020px) {
    .widget--custom-carousel .carousel__pagination {
    left: 40%}
}@media screen and (min-width: 1250px) {
    .widget--custom-carousel .carousel__pagination {
    left: 40%}
}@media screen and (min-width: 1770px) {
    .widget--custom-carousel .carousel__pagination {
    left: 45%}
}.widget--custom-carousel .carousel__pagination .flickity-page-dots {
    background: #000;
    color: #fff;
    counter-reset: counter-slides;
    display: inline-block;
    list-style: none;
    margin: 0 1.5555555556rem 0 0;
    padding: 0;
    position: relative;
    z-index: 5;
}
.widget--custom-carousel .carousel__pagination .flickity-page-dots .dot {
    background: #000;
    counter-increment: counter-slides;
    cursor: pointer;
    display: inline-block;
    margin-right: .3111111111rem;
    padding-left: .3111111111rem;
    padding-right: .3111111111rem;
}
.widget--custom-carousel .carousel__pagination .flickity-page-dots .dot:hover {
    background: #312b2c;
}
.widget--custom-carousel .carousel__pagination .flickity-page-dots .dot:before {
    content: counter(counter-slides);
}
.widget--custom-carousel .carousel__pagination .flickity-page-dots .dot.is-selected:before {
    border-bottom: 1px solid #fff;
}
.widget--custom-carousel .carousel__pagination .flickity-prev-next-button {
    background: #000;
    border: 0;
    color: #fff;
    padding-left: .3888888889rem;
    padding-right: .3888888889rem;
    position: relative;
}
.widget--custom-carousel .carousel__pagination .flickity-prev-next-button svg {
    fill: #fff;
    height: 1.037037036rem;
    margin-top: -.5185185185rem;
    position: absolute;
    top: 50%;
    width: .7777777778rem;
}
.widget--custom-carousel .carousel__pagination .flickity-prev-next-button:hover {
    background: #312b2c;
}
.widget--custom-carousel .carousel__pagination .flickity-prev-next-button.next {
    padding-right: 1.5555555556rem;
}
.widget--custom-carousel .carousel__pagination .flickity-prev-next-button.next svg {
    right: .3888888889rem;
}
.widget--custom-carousel .carousel__pagination .flickity-prev-next-button.previous {
    padding-left: 1.5555555556rem;
}
.widget--custom-carousel .carousel__pagination .flickity-prev-next-button.previous svg {
    left: .3888888889rem;
}
.widget--custom-services {
    z-index: 0;
}
.widget--custom-services__list {
    margin: 0;
    position: relative;
}
.widget--custom-services__list>.item-list__item {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%;
    margin-bottom: .7777777778rem;
    margin-top: .7777777778rem;
}
.widget--custom-services__list>.item-list__item:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.widget--custom-services__list>.item-list__item:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
@media screen and (min-width: 768px) {
    .widget--custom-services__list>.item-list__item {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%}
.widget--custom-services__list>.item-list__item:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.widget--custom-services__list>.item-list__item:nth-child(3n+2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
}
.widget--custom-services__list>.item-list__item:nth-child(3n+3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
}
}@media screen and (min-width: 960px) {
    .widget--custom-services__list>.item-list__item {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%}
.widget--custom-services__list>.item-list__item:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.widget--custom-services__list>.item-list__item:nth-child(4n+2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
}
.widget--custom-services__list>.item-list__item:nth-child(4n+3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
.widget--custom-services__list>.item-list__item:nth-child(4n+4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
}
}.widget--custom-services__service {
    display: block;
    font-weight: 400;
    position: relative;
}
.widget--custom-services__service [class^="icon-"], .widget--custom-services__service [class*=" icon-"] {
    background-clip: padding-box;
    border-radius: 50%;
    width: 36.4406779661%;
    float: left;
    margin-right: 1.6949152542%;
    background-color: #000;
    background-position: center center;
    background-size: 50% 50%;
    padding-bottom: 36.4406779661%;
    transition: -webkit-transform .25s;
    transition: transform .25s;
}
@media screen and (min-width: 450px) {
    .widget--custom-services__service [class^="icon-"], .widget--custom-services__service [class*=" icon-"] {
    width: 27.9661016949%;
    float: left;
    margin-right: 1.6949152542%;
    padding-bottom: 27.9661016949%}
}@media screen and (min-width: 960px) {
    .widget--custom-services__service [class^="icon-"], .widget--custom-services__service [class*=" icon-"] {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    padding-bottom: 32.2033898305%}
}.widget--custom-services__service h3 {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    color: #231f20;
    font-size: .9138888889rem;
    line-height: 1.25;
}
@media screen and (min-width: 450px) {
    .widget--custom-services__service h3 {
    width: 61.8644067797%;
    float: right;
    margin-right: 0;
    font-size: 1.1666666667rem;
}
}@media screen and (min-width: 650px) {
    .widget--custom-services__service h3 {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
}
}@media screen and (min-width: 960px) {
    .widget--custom-services__service h3 {
    width: 61.8644067797%;
    float: right;
    margin-right: 0;
}
}@media screen and (min-width: 1250px) {
    .widget--custom-services__service h3 {
    font-size: 1.3333333333rem;
}
}.widget--custom-services__service:focus [class^="icon-"], .widget--custom-services__service:focus [class*=" icon-"], .widget--custom-services__service:hover [class^="icon-"], .widget--custom-services__service:hover [class*=" icon-"] {
    background-color: #ee3828;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.widget--custom-services__service:focus h3, .widget--custom-services__service:hover h3 {
    color: #000;
}
.widget--custom-services__service:visited {
    color: #231f20;
}
.widget--custom-services__service:before {
    background: #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    bottom: -29px;
    content: '';
    display: none;
    height: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    z-index: 5;
}
.widget--custom-services__service.active [class^="icon-"], .widget--custom-services__service.active [class*=" icon-"] {
    background-color: #ee3828;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.widget--custom-services__service.active:before {
    display: block;
}
.widget--custom-services__other {
    margin-bottom: 1.5555555556rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    top: 18px;
    transition: max-height .25s,  opacity .25s;
}
.widget--custom-services__other .item-list {
    margin: 1.5555555556rem 0 .7777777778rem 1.5555555556rem;
}
@media screen and (min-width: 960px) {
    .widget--custom-services__other .item-list {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%}
}@media screen and (min-width: 650px) {
    .widget--custom-services__other .item-list .item-list__item {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%}
.widget--custom-services__other .item-list .item-list__item:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.widget--custom-services__other .item-list .item-list__item:nth-child(2n+2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
}
}@media screen and (min-width: 960px) {
    .widget--custom-services__other .item-list .item-list__item {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: .8333333333%;
    padding-right: .8333333333%}
.widget--custom-services__other .item-list .item-list__item:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
}
.widget--custom-services__other .item-list .item-list__item:nth-child(3n+2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
}
.widget--custom-services__other .item-list .item-list__item:nth-child(3n+3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
}
}.widget--custom-services__other .item-list .item-list__item a {
    color: #000;
}
.widget--custom-services__other .button {
    margin: 0 0 1.5555555556rem 1.5555555556rem;
}
@media screen and (min-width: 960px) {
    .widget--custom-services__other .button {
    float: right;
    margin: 1.5555555556rem 1.5555555556rem 1.5555555556rem 0;
}
}.widget--custom-services__other.active {
    border: 1px solid #000;
    max-height: 500px;
    opacity: 1;
}
.widget--custom-services__more {
    display: none;
    margin: 0 auto;
    width: 285px;
}
@media screen and (min-width: 650px) {
    .widget--custom-services__more {
    width: 310px;
}
}@media screen and (min-width: 960px) {
    .widget--custom-services__more {
    width: 340px;
}
}.widget--custom-services__more.active {
    display: block;
}
.widget--navigation-inc-map {
    background: #5d7078;
}
.widget--navigation-inc-map .container {
    padding-bottom: 2.3333333333rem;
    padding-top: .7777777778rem;
    position: relative;
}
@media screen and (min-width: 650px) {
    .widget--navigation-inc-map .container {
    padding-top: 1.1666666667rem;
}
}@media screen and (min-width: 650px) {
    .widget--navigation-inc-map .container {
    padding-bottom: 1.5555555556rem;
}
}.widget--navigation-inc-map a, .widget--navigation-inc-map a:visited {
    color: #fff;
}
.widget--navigation-inc-map__list {
    margin: 1.1666666667rem 0;
    padding: 0;
    width: 66.1016949153%}
@media screen and (min-width: 768px) {
    .widget--navigation-inc-map__list {
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%;
    line-height: 1.75;
}
}@media screen and (min-width: 960px) {
    .widget--navigation-inc-map__list {
    width: 44.9152542373%;
    float: left;
    margin-right: 1.6949152542%}
}@media screen and (min-width: 1020px) {
    .widget--navigation-inc-map__list {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%}
}@media screen and (min-width: 1250px) {
    .widget--navigation-inc-map__list {
    width: 61.8644067797%;
    float: left;
    margin-right: 1.6949152542%;
    line-height: 4;
}
}.widget--navigation-inc-map__list .item-list__item {
    margin-left: 0;
}
@media screen and (min-width: 960px) {
    .widget--navigation-inc-map__list .item-list__item {
    border-right: 1px solid #fff;
    margin-right: .7777777778rem;
    padding-right: .7777777778rem;
}
}.widget--navigation-inc-map__list .item-list__item:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}
.widget--navigation-inc-map__cta {
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 768px) {
    .widget--navigation-inc-map__cta {
    width: 53.3898305085%;
    float: right;
    margin-right: 0;
    margin-right: 0;
}
}@media screen and (min-width: 960px) {
    .widget--navigation-inc-map__cta {
    width: 53.3898305085%;
    float: right;
    margin-right: 0;
}
}@media screen and (min-width: 1020px) {
    .widget--navigation-inc-map__cta {
    width: 40.6779661017%;
    float: right;
    margin-right: 0;
}
}@media screen and (min-width: 1250px) {
    .widget--navigation-inc-map__cta {
    width: 36.4406779661%;
    float: right;
    margin-right: 0;
}
}.widget--navigation-inc-map__cta .widget__heading {
    color: #fff;
    font-size: 1.3333333333rem;
    margin: .3888888889rem 0 .7777777778rem;
}
@media screen and (min-width: 450px) {
    .widget--navigation-inc-map__cta .widget__heading {
    font-size: 1.3888888889rem;
}
}@media screen and (min-width: 1020px) {
    .widget--navigation-inc-map__cta .widget__heading {
    margin-top: .3111111111rem;
}
}@media screen and (min-width: 1250px) {
    .widget--navigation-inc-map__cta .widget__heading {
    margin-top: .7777777778rem;
}
}.widget--navigation-inc-map__map {
    display: block;
    height: 100%;
    position: absolute;
    right: .7777777778rem;
    top: -.7777777778rem;
    width: 32.2033898305%;
    z-index: 4;
}
@media screen and (min-width: 768px) {
    .widget--navigation-inc-map__map {
    height: 170px;
    top: -1.5555555556rem;
    width: 140px;
}
}@media screen and (min-width: 1020px) {
    .widget--navigation-inc-map__map {
    height: 210px;
    top: -3.8888888889rem;
    width: 170px;
}
}@media screen and (min-width: 1250px) {
    .widget--navigation-inc-map__map {
    height: 230px;
    width: 190px;
}
}.widget--news-events__main-heading {
    font-size: 1.9444444444rem;
    line-height: 1.3;
    margin-bottom: 1.5555555556rem;
}
@media screen and (min-width: 768px) {
    .widget--news-events__news, .widget--news-events__events {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%}
}.widget--news-events .item-list {
    margin-bottom: 1.9444444444rem;
}
.widget--news-events .item-list .item-list__item {
    padding-left: 1.9444444444rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .widget--news-events__news {
    margin-bottom: 2.5925925916rem;
}
}.widget--news-events__news .item-list .item-list__item {
    border-left: 1px solid #000;
    margin-bottom: 1.5555555556rem;
}
.widget--news-events__news .widget--news-events__date {
    margin-bottom: 0;
}
.widget--news-events__events {
    margin-right: 0;
}
.widget--news-events__events .item-list {
    padding-bottom: .3888888889rem;
}
.widget--news-events__events .item-list .item-list__item {
    margin-bottom: 1.1666666667rem;
    padding: .1037037037rem 0 0 4.2777777778rem;
}
.widget--news-events__events .item-list .item-list__item:last-child {
    margin: 0;
}
.widget--news-events__events .widget--news-events__date {
    background: #ee3828;
    color: #fff;
    height: 2.5925925916rem;
    left: 0;
    padding: .3111111111rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 2.5925925916rem;
}
.widget--news-events__events .widget--news-events__date span {
    display: block;
    line-height: 1;
}
.widget--news-events__events .widget--news-events__date__month, .widget--news-events__events .widget--news-events__date__year {
    font-size: .7222222222rem;
}
.widget--news-events__events .widget--news-events__date__day {
    font-size: 1.1666666667rem;
}
.widget--news-events__heading {
    font-size: 1.3333333333rem;
    line-height: 1.4;
    margin-bottom: .5185185185rem;
}
.widget--news-events__heading .widget--news-events__link {
    color: #000;
}
.widget--news-events__heading .widget--news-events__link:focus, .widget--news-events__heading .widget--news-events__link:hover {
    color: #404040;
}
.widget--latest-tweets__wrapper {
    border: 1px solid #000;
    overflow: hidden;
    padding-top: .7777777778rem;
}
@media screen and (min-width: 960px) {
    .widget--latest-tweets__wrapper {
    padding-top: 0;
}
}.widget--latest-tweets__heading {
    font-size: 1.3333333333rem;
    margin: 0;
    padding: .7777777778rem 1.5555555556rem;
    position: relative;
}
@media screen and (min-width: 960px) {
    .widget--latest-tweets__heading {
    width: 23.7288135593%;
    float: left;
    padding: 2.3333333333rem 1.5555555556rem 1.5555555556rem;
}
}.widget--latest-tweets__heading .icon-twitter-blue {
    display: block;
    height: 1.9444444444rem;
    left: 11.6666666667rem;
    margin-top: -.7777777778rem;
    position: absolute;
    top: 50%;
    width: 2.3333333333rem;
}
@media screen and (min-width: 960px) {
    .widget--latest-tweets__heading .icon-twitter-blue {
    margin-top: -.5185185185rem;
}
}.widget--latest-tweets .item-list {
    padding: 0 1.5555555556rem 1.5555555556rem;
}
@media screen and (min-width: 960px) {
    .widget--latest-tweets .item-list {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
    padding: 1.037037036rem 1.037037036rem 1.037037036rem 4.6666666667rem;
}
}.widget--latest-tweets .item-list__item {
    margin: .3888888889rem 1.5555555556rem .3888888889rem .3888888889rem;
    width: 100%}
.widget--latest-tweets .item-list.icon-chevron-divider {
    background-position: left center;
    background-size: contain;
}
@media screen and (max-width: 959px) {
    .widget--latest-tweets .item-list.icon-chevron-divider {
    background: transparent;
}
}.widget--latest-tweets .item-list .flickity-page-dots {
    bottom: .7777777778rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .7777777778rem;
}
.widget--latest-tweets .item-list .flickity-page-dots .dot {
    background-clip: padding-box;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin-left: .3111111111rem;
    opacity: 1;
    width: 8px;
}
.widget--latest-tweets .item-list .flickity-page-dots .dot.is-selected {
    background: #000;
}
.widget--latest-tweets__tweet {
    margin: 0;
}
.widget--latest-tweets__time, .widget--latest-tweets__time:focus, .widget--latest-tweets__time:hover {
    color: #5d7078;
    font-size: .7777777778rem;
}
.widget--promotions {
    background: #5d7078;
    color: #fff;
    padding: 1.5555555556rem 0 1.8666666667rem;
}
@media screen and (min-width: 960px) {
    .widget--promotions {
    padding: 3.1111111111rem 0;
}
}.widget--promotions a, .widget--promotions a:visited, .widget--promotions a:hover, .widget--promotions a:active, .widget--promotions a:focus {
    color: #fff;
}
.widget--promotions__adverts {
    display: none;
}
@media screen and (min-width: 960px) {
    .widget--promotions__adverts {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    display: block;
}
}.widget--promotions__adverts__heading {
    font-size: .7777777778rem;
    font-weight: 400;
    margin-bottom: .7777777778rem;
    text-transform: uppercase;
}
.widget--promotions__adverts .item-list {
    margin: 0;
    padding: 0;
}
.widget--promotions__adverts .item-list__item {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%}
.widget--promotions__adverts .item-list__item:last-child {
    margin: 0;
}
@media screen and (min-width: 960px) {
    .widget--promotions__elsewhere {
    width: 42.7966101695%;
    float: left;
    margin-right: 1.6949152542%}
}.widget--promotions__elsewhere .form {
    margin: 0 0 1.5555555556rem;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .widget--promotions__elsewhere .form {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%}
}@media screen and (min-width: 960px) {
    .widget--promotions__elsewhere .form {
    float: none;
    margin: 1.5555555556rem 0;
    width: 100%}
}.widget--promotions__elsewhere .form__heading {
    font-size: 1.3888888889rem;
    margin-bottom: .7777777778rem;
}
.widget--promotions__elsewhere .form__control {
    height: 2.3333333333rem;
    width: 18.6666666667rem;
}
.widget--promotions__elsewhere .form__field {
    border: 2px solid #fff;
    color: #000;
    outline: 0;
    transition: border .25s;
}
.widget--promotions__elsewhere .form__field:hover {
    border: 2px solid #52636a;
}
@media screen and (min-width: 768px) {
    .widget--promotions__elsewhere .form__field: hover {
    border: 2px solid #52636a;
}
}.widget--promotions__elsewhere .form__field:focus {
    border: 2px solid #425056;
}
@media screen and (min-width: 768px) {
    .widget--promotions__elsewhere .form__field: focus {
    border: 2px solid #425056;
}
}.widget--promotions__elsewhere .form .button:focus {
    outline: 0;
}
.widget--promotions__elsewhere .item-list {
    border-top: 1px solid #fff;
    font-size: 1.3888888889rem;
    padding-top: 1.1666666667rem;
}
@media screen and (min-width: 768px) {
    .widget--promotions__elsewhere .item-list {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    border-top: 0;
    padding-top: 0;
}
}@media screen and (min-width: 960px) {
    .widget--promotions__elsewhere .item-list {
    border-top: 1px solid #fff;
    float: none;
    padding-top: 1.1666666667rem;
    width: 100%}
}.widget--promotions__elsewhere .item-list__item {
    margin: 0;
    position: relative;
}
@media screen and (min-width: 960px) {
    .widget--promotions__elsewhere .item-list__item {
    display: inline-block;
}
}@media screen and (min-width: 960px) {
    .widget--promotions__elsewhere .item-list__item: first-child {
    border-right: 1px solid #fff;
    margin-right: .3888888889rem;
    padding-right: .7777777778rem;
}
}.widget--promotions__elsewhere .item-list__item .icon-watford-for-you {
    display: block;
    height: 4.6666666667rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.6666666667rem;
}
.widget--veolia-bin-service-selection-and-contact-submission .service-container {
    margin: .7777777778rem 0;
    position: relative;
}
.widget--veolia-bin-service-selection-and-contact-submission .service-container .icon {
    left: 0;
    max-height: 30px;
    max-width: 30px;
    position: absolute;
    top: 0;
}
.widget--veolia-bin-service-selection-and-contact-submission .service-container .details {
    padding-left: 2.5925925916rem;
}
@media screen and (min-width: 650px) {
    .widget--veolia-bin-service-selection-and-contact-submission .service-container .details {
    padding-left: 1.9444444444rem;
}
}.widget--veolia-bin-service-listing .item-list--rich .image--thumbnail {
    margin-bottom: 0;
    max-height: 100px;
    max-width: 70px;
}
.widget--veolia-bin-service-listing .form__label {
    margin-bottom: .7777777778rem;
}
.widget--veolia-bin-service-listing .form__control {
    margin-bottom: 0;
}
.widget--veolia-bin-service-listing .form__select {
    height: 2.8111111111rem;
    margin-top: 0;
}
.widget--address-lookup {
    background: #f5f5f5;
    padding: 1.1666666667rem 1.5555555556rem 1.037037036rem;
}
.widget--address-lookup .form {
    overflow-x: visible;
    padding: 0 .3111111111rem 0 0;
}
.widget--address-lookup .form .button {
    min-width: 4.6666666667rem;
}
.widget--address-lookup .form__control {
    margin-bottom: 0;
}
.widget--address-lookup .form__select {
    height: 2.8111111111rem;
    margin-top: 0;
}
.widget--address-lookup .form__field {
    margin-bottom: .3888888889rem;
    margin-top: 0;
    min-width: 12.4444444444rem;
}
@media screen and (min-width: 450px) {
    .widget--address-lookup .form__field {
    width: 50%}
}.map {
    margin-bottom: 1.5555555556rem;
    min-height: 300px;
}
.search-results h2:not(.alert__heading) {
    word-wrap: break-word;
}
.search-results .search-refine .boxed__list {
    margin-bottom: 0;
}
.search-results>.boxed--secondary {
    padding: .7777777778rem 1.1666666667rem;
}
.search-results .callout--feature {
    background-color: #e4e6dd;
    color: #000;
}
.search-results .callout--feature .callout__heading a {
    border-bottom: 1px dotted #0175a4;
    color: #0175a4;
}
.search-results .callout--feature .callout__heading a:hover, .search-results .callout--feature .callout__heading a:focus, .search-results .callout--feature .callout__heading a:active {
    color: #142f6d;
}
.search-results .item-list--rich {
    margin-bottom: 1.5555555556rem;
}
.search-results .item-list--rich small {
    display: inline-block;
    margin-bottom: .3888888889rem;
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.search-results .nav--pagination {
    border: 0;
    font-size: 1rem;
    text-align: center;
}
.search-results .nav--pagination li {
    display: inline-block;
}
.search-results .nav--pagination li a, .search-results .nav--pagination li span {
    display: inline-block;
    padding: .3888888889rem .7777777778rem;
}
.search-results .nav--pagination li a em {
    font-size: 1rem;
    font-style: normal;
}
.supplement__image {
    margin-bottom: .7777777778rem;
}
.supplement--contact .supplement__heading {
    margin: 0;
}
.supplement--contact .supplement__heading+p {
    margin-top: 1.037037036rem;
}
.supplement--contact .supplement__text {
    margin: 1.037037036rem 0;
}
.supplement--contact .supplement__subheading {
    color: #5d7078;
    line-height: 1.2;
    margin: .3111111111rem 0 1.1666666667rem;
}
.supplement--contact :not(address)[class^="icon-"], .supplement--contact :not(address)[class*=" icon-"] {
    margin: 0;
}
.supplements--primary .supplement--navigation {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.supplements--primary .supplement--navigation .supplement__list li {
    display: inline-block;
    margin: 0 .7777777778rem .7777777778rem 0;
}
/*.supplements--primary .supplement--navigation .supplement__list li a {
    background-image: url("data:image/svg+xml;
    charset=US-ASCII, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2212.2%22%20viewBox%3D%220%200%207.8%2012.2%22%3E%3Cpath%20d%3D%22M1.7%2012.2L0%2010.5l4.4-4.4L0%201.7%201.7%200l6.1%206.1%22%2F%3E%3C%2Fsvg%3E");
    background-position: right .7777777778rem center;
    background-repeat: no-repeat;
    background-size: 9px 14px;
    padding-right: 1.9444444444rem;
}*/
.supplement--az-contacts .supplement__subheading {
    color: #5d7078;
}
.supplement--az-contacts .supplement__text {
    margin-bottom: .7777777778rem;
}
.supplement--az-contacts>.item-list>li {
    border-bottom: 1px solid #e4e6dd;
    margin-bottom: 1.1666666667rem;
    padding-bottom: 1.5555555556rem;
}
.supplement--az-contacts>.item-list>li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.user-style--scheme-high-contrast, .user-style--scheme-high-contrast *, div.user-style--scheme-high-contrast, div.user-style--scheme-high-contrast * {
    background: #000 !important;
    border-color: #ff0 !important;
    color: #ff0 !important;
}
.user-style--scheme-high-contrast .map *, .user-style--scheme-high-contrast * .map *, div.user-style--scheme-high-contrast .map *, div.user-style--scheme-high-contrast * .map * {
    background: unset !important;
    border-color: unset !important;
    color: unset !important;
}
.user-style--scheme-high-contrast a, .user-style--scheme-high-contrast * a, div.user-style--scheme-high-contrast a, div.user-style--scheme-high-contrast * a {
    color: #0ff !important;
}
.user-style--scheme-high-contrast a:focus, .user-style--scheme-high-contrast a:hover, .user-style--scheme-high-contrast * a:focus, .user-style--scheme-high-contrast * a:hover, div.user-style--scheme-high-contrast a:focus, div.user-style--scheme-high-contrast a:hover, div.user-style--scheme-high-contrast * a:focus, div.user-style--scheme-high-contrast * a:hover {
    color: #0f0 !important;
}
.user-style--scheme-high-contrast .button, .user-style--scheme-high-contrast * .button, div.user-style--scheme-high-contrast .button, div.user-style--scheme-high-contrast * .button {
    border: 1px solid #0ff !important;
    color: #0ff !important;
}
.user-style--scheme-high-contrast .form__field::-webkit-input-placeholder, .user-style--scheme-high-contrast * .form__field::-webkit-input-placeholder, div.user-style--scheme-high-contrast .form__field::-webkit-input-placeholder, div.user-style--scheme-high-contrast * .form__field::-webkit-input-placeholder {
    color: #ff0;
}
.user-style--scheme-high-contrast .form__field:-moz-placeholder, .user-style--scheme-high-contrast * .form__field:-moz-placeholder, div.user-style--scheme-high-contrast .form__field:-moz-placeholder, div.user-style--scheme-high-contrast * .form__field:-moz-placeholder {
    color: #ff0;
    opacity: 1;
}
.user-style--scheme-high-contrast .form__field::-moz-placeholder, .user-style--scheme-high-contrast * .form__field::-moz-placeholder, div.user-style--scheme-high-contrast .form__field::-moz-placeholder, div.user-style--scheme-high-contrast * .form__field::-moz-placeholder {
    color: #ff0;
    opacity: 1;
}
.user-style--scheme-high-contrast .form__field:-ms-input-placeholder, .user-style--scheme-high-contrast * .form__field:-ms-input-placeholder, div.user-style--scheme-high-contrast .form__field:-ms-input-placeholder, div.user-style--scheme-high-contrast * .form__field:-ms-input-placeholder {
    color: #ff0;
}
.user-style--scheme-high-contrast .site-header__tasks__search .button, .user-style--scheme-high-contrast .site-header__tasks__search .form__field, .user-style--scheme-high-contrast * .site-header__tasks__search .button, .user-style--scheme-high-contrast * .site-header__tasks__search .form__field, div.user-style--scheme-high-contrast .site-header__tasks__search .button, div.user-style--scheme-high-contrast .site-header__tasks__search .form__field, div.user-style--scheme-high-contrast * .site-header__tasks__search .button, div.user-style--scheme-high-contrast * .site-header__tasks__search .form__field {
    border: 1px solid #ff0;
}
.user-style--scheme-high-contrast .site-header__tasks__search .form__field, .user-style--scheme-high-contrast * .site-header__tasks__search .form__field, div.user-style--scheme-high-contrast .site-header__tasks__search .form__field, div.user-style--scheme-high-contrast * .site-header__tasks__search .form__field {
    border-right: 0;
}
.user-style--scheme-high-contrast .site-header__tasks__search .button:before, .user-style--scheme-high-contrast * .site-header__tasks__search .button:before, div.user-style--scheme-high-contrast .site-header__tasks__search .button:before, div.user-style--scheme-high-contrast * .site-header__tasks__search .button:before {
    content: 'Go'}
.user-style--scheme-high-contrast .site-footer__logo a, .user-style--scheme-high-contrast * .site-footer__logo a, div.user-style--scheme-high-contrast .site-footer__logo a, div.user-style--scheme-high-contrast * .site-footer__logo a {
    border: 0 !important;
}
.user-style--scheme-high-contrast .nav--breadcrumb__list>li:before, .user-style--scheme-high-contrast * .nav--breadcrumb__list>li:before, div.user-style--scheme-high-contrast .nav--breadcrumb__list>li:before, div.user-style--scheme-high-contrast * .nav--breadcrumb__list>li:before {
    color: #ff0 !important;
}
.user-style--scheme-high-contrast .progress-bar__indicator, .user-style--scheme-high-contrast * .progress-bar__indicator, div.user-style--scheme-high-contrast .progress-bar__indicator, div.user-style--scheme-high-contrast * .progress-bar__indicator {
    background: #ff0 !important;
}
.user-style--scheme-high-contrast table.calendar th, .user-style--scheme-high-contrast table.calendar__table th, .user-style--scheme-high-contrast table.calendar td, .user-style--scheme-high-contrast table.calendar__table td, .user-style--scheme-high-contrast * table.calendar th, .user-style--scheme-high-contrast * table.calendar__table th, .user-style--scheme-high-contrast * table.calendar td, .user-style--scheme-high-contrast * table.calendar__table td, div.user-style--scheme-high-contrast table.calendar th, div.user-style--scheme-high-contrast table.calendar__table th, div.user-style--scheme-high-contrast table.calendar td, div.user-style--scheme-high-contrast table.calendar__table td, div.user-style--scheme-high-contrast * table.calendar th, div.user-style--scheme-high-contrast * table.calendar__table th, div.user-style--scheme-high-contrast * table.calendar td, div.user-style--scheme-high-contrast * table.calendar__table td {
    background: transparent !important;
}
.user-style--scheme-high-contrast .site-footer__social .item-list__item, .user-style--scheme-high-contrast * .site-footer__social .item-list__item, div.user-style--scheme-high-contrast .site-footer__social .item-list__item, div.user-style--scheme-high-contrast * .site-footer__social .item-list__item {
    display: block;
    margin-right: 0;
}
.user-style--scheme-high-contrast .site-footer__social a, .user-style--scheme-high-contrast * .site-footer__social a, div.user-style--scheme-high-contrast .site-footer__social a, div.user-style--scheme-high-contrast * .site-footer__social a {
    height: auto;
    width: 100%}
.user-style--scheme-high-contrast .site-footer__social a span, .user-style--scheme-high-contrast * .site-footer__social a span, div.user-style--scheme-high-contrast .site-footer__social a span, div.user-style--scheme-high-contrast * .site-footer__social a span {
    position: relative;
}
.user-style--scheme-cream, .user-style--scheme-cream *, div.user-style--scheme-cream, div.user-style--scheme-cream * {
    background: #fff9d2 !important;
    border-color: #010066 !important;
    color: #010066 !important;
}
.user-style--scheme-cream .site-header__identity__logo svg, .user-style--scheme-cream .site-footer__identity__logo svg, .user-style--scheme-cream * .site-header__identity__logo svg, .user-style--scheme-cream * .site-footer__identity__logo svg, div.user-style--scheme-cream .site-header__identity__logo svg, div.user-style--scheme-cream .site-footer__identity__logo svg, div.user-style--scheme-cream * .site-header__identity__logo svg, div.user-style--scheme-cream * .site-footer__identity__logo svg {
    background: #000 !important;
    padding: .3888888889rem;
}
.user-style--scheme-cream .map *, .user-style--scheme-cream * .map *, div.user-style--scheme-cream .map *, div.user-style--scheme-cream * .map * {
    background: unset !important;
    border-color: unset !important;
    color: unset !important;
}
.user-style--scheme-cream a, .user-style--scheme-cream * a, div.user-style--scheme-cream a, div.user-style--scheme-cream * a {
    color: #908000 !important;
}
.user-style--scheme-cream a:focus, .user-style--scheme-cream a:hover, .user-style--scheme-cream * a:focus, .user-style--scheme-cream * a:hover, div.user-style--scheme-cream a:focus, div.user-style--scheme-cream a:hover, div.user-style--scheme-cream * a:focus, div.user-style--scheme-cream * a:hover {
    color: #004000 !important;
}
.user-style--scheme-cream .button, .user-style--scheme-cream * .button, div.user-style--scheme-cream .button, div.user-style--scheme-cream * .button {
    border: 1px solid #908000 !important;
    color: #908000 !important;
}
.user-style--scheme-cream .form__field::-webkit-input-placeholder, .user-style--scheme-cream * .form__field::-webkit-input-placeholder, div.user-style--scheme-cream .form__field::-webkit-input-placeholder, div.user-style--scheme-cream * .form__field::-webkit-input-placeholder {
    color: #010066;
}
.user-style--scheme-cream .form__field:-moz-placeholder, .user-style--scheme-cream * .form__field:-moz-placeholder, div.user-style--scheme-cream .form__field:-moz-placeholder, div.user-style--scheme-cream * .form__field:-moz-placeholder {
    color: #908000;
    opacity: 1;
}
.user-style--scheme-cream .form__field::-moz-placeholder, .user-style--scheme-cream * .form__field::-moz-placeholder, div.user-style--scheme-cream .form__field::-moz-placeholder, div.user-style--scheme-cream * .form__field::-moz-placeholder {
    color: #010066;
    opacity: 1;
}
.user-style--scheme-cream .form__field:-ms-input-placeholder, .user-style--scheme-cream * .form__field:-ms-input-placeholder, div.user-style--scheme-cream .form__field:-ms-input-placeholder, div.user-style--scheme-cream * .form__field:-ms-input-placeholder {
    color: #010066;
}
.user-style--scheme-cream .site-header__tasks__search .button, .user-style--scheme-cream .site-header__tasks__search .form__field, .user-style--scheme-cream * .site-header__tasks__search .button, .user-style--scheme-cream * .site-header__tasks__search .form__field, div.user-style--scheme-cream .site-header__tasks__search .button, div.user-style--scheme-cream .site-header__tasks__search .form__field, div.user-style--scheme-cream * .site-header__tasks__search .button, div.user-style--scheme-cream * .site-header__tasks__search .form__field {
    border: 1px solid #010066;
}
.user-style--scheme-cream .site-header__tasks__search .form__field, .user-style--scheme-cream * .site-header__tasks__search .form__field, div.user-style--scheme-cream .site-header__tasks__search .form__field, div.user-style--scheme-cream * .site-header__tasks__search .form__field {
    border-right: 0;
}
.user-style--scheme-cream .site-header__tasks__search .button:before, .user-style--scheme-cream * .site-header__tasks__search .button:before, div.user-style--scheme-cream .site-header__tasks__search .button:before, div.user-style--scheme-cream * .site-header__tasks__search .button:before {
    content: 'Go'}
.user-style--scheme-cream .site-footer__logo a, .user-style--scheme-cream * .site-footer__logo a, div.user-style--scheme-cream .site-footer__logo a, div.user-style--scheme-cream * .site-footer__logo a {
    border: 0 !important;
    background-image: url("../images/logo-blue.svg") !important;
}
.user-style--scheme-cream .nav--breadcrumb__list>li:before, .user-style--scheme-cream * .nav--breadcrumb__list>li:before, div.user-style--scheme-cream .nav--breadcrumb__list>li:before, div.user-style--scheme-cream * .nav--breadcrumb__list>li:before {
    color: #010066 !important;
}
.user-style--scheme-cream .progress-bar__indicator, .user-style--scheme-cream * .progress-bar__indicator, div.user-style--scheme-cream .progress-bar__indicator, div.user-style--scheme-cream * .progress-bar__indicator {
    background: #010066 !important;
}
.user-style--scheme-cream table.calendar th, .user-style--scheme-cream table.calendar__table th, .user-style--scheme-cream table.calendar td, .user-style--scheme-cream table.calendar__table td, .user-style--scheme-cream * table.calendar th, .user-style--scheme-cream * table.calendar__table th, .user-style--scheme-cream * table.calendar td, .user-style--scheme-cream * table.calendar__table td, div.user-style--scheme-cream table.calendar th, div.user-style--scheme-cream table.calendar__table th, div.user-style--scheme-cream table.calendar td, div.user-style--scheme-cream table.calendar__table td, div.user-style--scheme-cream * table.calendar th, div.user-style--scheme-cream * table.calendar__table th, div.user-style--scheme-cream * table.calendar td, div.user-style--scheme-cream * table.calendar__table td {
    background: transparent !important;
}
.user-style--scheme-cream .site-footer__social .item-list__item, .user-style--scheme-cream * .site-footer__social .item-list__item, div.user-style--scheme-cream .site-footer__social .item-list__item, div.user-style--scheme-cream * .site-footer__social .item-list__item {
    display: block;
    margin-right: 0;
}
.user-style--scheme-cream .site-footer__social a, .user-style--scheme-cream * .site-footer__social a, div.user-style--scheme-cream .site-footer__social a, div.user-style--scheme-cream * .site-footer__social a {
    height: auto;
    width: 100%}
.user-style--scheme-cream .site-footer__social a span, .user-style--scheme-cream * .site-footer__social a span, div.user-style--scheme-cream .site-footer__social a span, div.user-style--scheme-cream * .site-footer__social a span {
    position: relative;
}
.user-style--scheme-blue, .user-style--scheme-blue *, div.user-style--scheme-blue, div.user-style--scheme-blue * {
    background: #9fcfff !important;
    border-color: #010066 !important;
    color: #010066 !important;
}
.user-style--scheme-blue .map *, .user-style--scheme-blue * .map *, div.user-style--scheme-blue .map *, div.user-style--scheme-blue * .map * {
    background: unset !important;
    border-color: unset !important;
    color: unset !important;
}
.user-style--scheme-blue a, .user-style--scheme-blue * a, div.user-style--scheme-blue a, div.user-style--scheme-blue * a {
    color: #f00 !important;
}
.user-style--scheme-blue a:focus, .user-style--scheme-blue a:hover, .user-style--scheme-blue * a:focus, .user-style--scheme-blue * a:hover, div.user-style--scheme-blue a:focus, div.user-style--scheme-blue a:hover, div.user-style--scheme-blue * a:focus, div.user-style--scheme-blue * a:hover {
    color: #4500ff !important;
}
.user-style--scheme-blue .button, .user-style--scheme-blue * .button, div.user-style--scheme-blue .button, div.user-style--scheme-blue * .button {
    border: 1px solid #f00 !important;
    color: #f00 !important;
}
.user-style--scheme-blue .form__field::-webkit-input-placeholder, .user-style--scheme-blue * .form__field::-webkit-input-placeholder, div.user-style--scheme-blue .form__field::-webkit-input-placeholder, div.user-style--scheme-blue * .form__field::-webkit-input-placeholder {
    color: #010066;
}
.user-style--scheme-blue .form__field:-moz-placeholder, .user-style--scheme-blue * .form__field:-moz-placeholder, div.user-style--scheme-blue .form__field:-moz-placeholder, div.user-style--scheme-blue * .form__field:-moz-placeholder {
    color: #010066;
    opacity: 1;
}
.user-style--scheme-blue .form__field::-moz-placeholder, .user-style--scheme-blue * .form__field::-moz-placeholder, div.user-style--scheme-blue .form__field::-moz-placeholder, div.user-style--scheme-blue * .form__field::-moz-placeholder {
    color: #010066;
    opacity: 1;
}
.user-style--scheme-blue .form__field:-ms-input-placeholder, .user-style--scheme-blue * .form__field:-ms-input-placeholder, div.user-style--scheme-blue .form__field:-ms-input-placeholder, div.user-style--scheme-blue * .form__field:-ms-input-placeholder {
    color: #010066;
}
.user-style--scheme-blue .site-header__tasks__search .button, .user-style--scheme-blue .site-header__tasks__search .form__field, .user-style--scheme-blue * .site-header__tasks__search .button, .user-style--scheme-blue * .site-header__tasks__search .form__field, div.user-style--scheme-blue .site-header__tasks__search .button, div.user-style--scheme-blue .site-header__tasks__search .form__field, div.user-style--scheme-blue * .site-header__tasks__search .button, div.user-style--scheme-blue * .site-header__tasks__search .form__field {
    border: 1px solid #010066;
}
.user-style--scheme-blue .site-header__tasks__search .form__field, .user-style--scheme-blue * .site-header__tasks__search .form__field, div.user-style--scheme-blue .site-header__tasks__search .form__field, div.user-style--scheme-blue * .site-header__tasks__search .form__field {
    border-right: 0;
}
.user-style--scheme-blue .site-header__tasks__search .button:before, .user-style--scheme-blue * .site-header__tasks__search .button:before, div.user-style--scheme-blue .site-header__tasks__search .button:before, div.user-style--scheme-blue * .site-header__tasks__search .button:before {
    content: 'Go'}
.user-style--scheme-blue .site-footer__logo a, .user-style--scheme-blue * .site-footer__logo a, div.user-style--scheme-blue .site-footer__logo a, div.user-style--scheme-blue * .site-footer__logo a {
    border: 0 !important;
}
.user-style--scheme-blue .nav--breadcrumb__list>li:before, .user-style--scheme-blue * .nav--breadcrumb__list>li:before, div.user-style--scheme-blue .nav--breadcrumb__list>li:before, div.user-style--scheme-blue * .nav--breadcrumb__list>li:before {
    color: #010066 !important;
}
.user-style--scheme-blue .progress-bar__indicator, .user-style--scheme-blue * .progress-bar__indicator, div.user-style--scheme-blue .progress-bar__indicator, div.user-style--scheme-blue * .progress-bar__indicator {
    background: #010066 !important;
}
.user-style--scheme-blue table.calendar th, .user-style--scheme-blue table.calendar__table th, .user-style--scheme-blue table.calendar td, .user-style--scheme-blue table.calendar__table td, .user-style--scheme-blue * table.calendar th, .user-style--scheme-blue * table.calendar__table th, .user-style--scheme-blue * table.calendar td, .user-style--scheme-blue * table.calendar__table td, div.user-style--scheme-blue table.calendar th, div.user-style--scheme-blue table.calendar__table th, div.user-style--scheme-blue table.calendar td, div.user-style--scheme-blue table.calendar__table td, div.user-style--scheme-blue * table.calendar th, div.user-style--scheme-blue * table.calendar__table th, div.user-style--scheme-blue * table.calendar td, div.user-style--scheme-blue * table.calendar__table td {
    background: transparent !important;
}
.user-style--scheme-blue .site-footer__social .item-list__item, .user-style--scheme-blue * .site-footer__social .item-list__item, div.user-style--scheme-blue .site-footer__social .item-list__item, div.user-style--scheme-blue * .site-footer__social .item-list__item {
    display: block;
    margin-right: 0;
}
.user-style--scheme-blue .site-footer__social a, .user-style--scheme-blue * .site-footer__social a, div.user-style--scheme-blue .site-footer__social a, div.user-style--scheme-blue * .site-footer__social a {
    height: auto;
    width: 100%}
.user-style--scheme-blue .site-footer__social a span, .user-style--scheme-blue * .site-footer__social a span, div.user-style--scheme-blue .site-footer__social a span, div.user-style--scheme-blue * .site-footer__social a span {
    position: relative;
}
.user-style--size-small {
    font-size: 110% !important;
}
.user-style--size-medium {
    font-size: 120% !important;
}
.user-style--size-large {
    font-size: 130% !important;
}
.user-style--font-comic-sans, .user-style--font-comic-sans *:not(i) {
    font-family: 'Comic Sans',  'Comic Sans MS',  cursive;
}
.user-style--font-courier, .user-style--font-courier *:not(i) {
    font-family: Courier,  'Courier New',  monospace;
}
.user-style--font-arial, .user-style--font-arial *:not(i) {
    font-family: Arial,  Helvetica,  sans-serif;
}
.user-style--font-times, .user-style--font-times *:not(i) {
    font-family: Times,  'Times New Roman',  serif;
}
.user-style--spacing-wide {
    letter-spacing: .15em !important;
}
.user-style--spacing-wider {
    letter-spacing: .3em !important;
}
.user-style--spacing-widest {
    letter-spacing: .45em !important;
}
.editor .text_align_left {
    text-align: left;
}
.editor .text_align_right {
    text-align: right;
}
.editor .text_align_center {
    text-align: center;
}
.editor .indent {
    margin-left: 1.5555555556rem;
}
.editor .indent2 {
    margin-left: 3.1111111111rem;
}
.editor ul.indent, .editor ol.indent {
    margin-left: 3.1111111111rem;
}
.editor ul.indent2, .editor ol.indent2 {
    margin-left: 6.2222222222rem;
}
.editor strong {
    font-weight: 700;
}
.editor em {
    font-style: italic;
}
.editor .underline_text {
    text-decoration: underline;
}
.editor .strikethrough_text {
    text-decoration: line-through;
}
.editor .underline_text.strikethrough_text, .editor .underline_and_strikethrough_text {
    text-decoration: line-through underline;
}
.editor sup, .editor .superscript_text {
    vertical-align: super;
}
.editor sub, .editor .subscript_text {
    vertical-align: sub;
}
.editor .float_left {
    clear: left;
    float: left;
    margin: 0 1.5555555556rem .3888888889rem 0;
}
.editor .float_left object {
    margin-bottom: .3888888889rem;
}
@media screen and (min-width: 450px) {
    .editor .float_left object {
    height: auto;
    width: 100%}
}.editor .float_right {
    clear: right;
    float: right;
    margin: 0 0 .3888888889rem 1.5555555556rem;
}
.editor .float_right object {
    margin-bottom: .3888888889rem;
}
@media screen and (min-width: 450px) {
    .editor .float_right object {
    height: auto;
    width: 100%}
}.editor .image_centre {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.editor td.highlightCell, .editor tr.highlightRow td {
    background: #cfc;
}
.editor tr.zebra {
    background: #ffc;
}
.editor abbr {
    border-bottom: 1px dotted #ccc;
    cursor: help;
}
.editor .placeholder {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    padding: 2em;
}
.editor #editable {
    border: 2px dashed #999;
    padding: 10px;
}
.editor #editable:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
.editor #toolbar {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: .5em;
}
.editor .imageCaption {
    background: #f5f5f5;
    color: #5d7078;
    display: block;
    margin: 0 0 1.5555555556rem;
    text-align: center;
    width: 100%}
@media screen and (min-width: 450px) {
    .editor .imageCaption {
    width: auto;
}
}.editor .imageCaption p {
    margin: 0;
    padding: .3888888889rem .3888888889rem .7777777778rem;
}
.editor .imageCaption img {
    width: 100%}
@media screen and (min-width: 450px) {
    .editor .imageCaption img {
    width: auto;
}
}@media screen and (min-width: 450px) {
    .editor .imageCaption.float_left {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 1.5555555556rem;
}
}@media screen and (min-width: 450px) {
    .editor .imageCaption.float_right {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    margin-left: 1.5555555556rem;
}
}.editor .imageCaption.image_centre {
    background: transparent;
}
.editor .imageCaption.image_centre p {
    padding-bottom: 0;
}
.module>*:last-child, .module>*:last-child>*:last-child, .module>*:last-child>*:last-child>*:last-child, .module>*:last-child>*:last-child>*:last-child>*:last-child, .alert>*:last-child, .boxed>*:last-child, .form__control--boxed>*:last-child, .supplement>*:last-child, .callout>*:last-child, .form>*:last-child, .image--caption>*:last-child, .site-footer>*:last-child, .widget>*:last-child, .alert>*:last-child>*:last-child, .boxed>*:last-child>*:last-child, .form__control--boxed>*:last-child>*:last-child, .supplement>*:last-child>*:last-child, .callout>*:last-child>*:last-child, .form>*:last-child>*:last-child, .image--caption>*:last-child>*:last-child, .site-footer>*:last-child>*:last-child, .widget>*:last-child>*:last-child, .alert>*:last-child>*:last-child>*:last-child, .boxed>*:last-child>*:last-child>*:last-child, .form__control--boxed>*:last-child>*:last-child>*:last-child, .supplement>*:last-child>*:last-child>*:last-child, .callout>*:last-child>*:last-child>*:last-child, .form>*:last-child>*:last-child>*:last-child, .image--caption>*:last-child>*:last-child>*:last-child, .site-footer>*:last-child>*:last-child>*:last-child, .widget>*:last-child>*:last-child>*:last-child, .alert>*:last-child>*:last-child>*:last-child>*:last-child, .boxed>*:last-child>*:last-child>*:last-child>*:last-child, .form__control--boxed>*:last-child>*:last-child>*:last-child>*:last-child, .supplement>*:last-child>*:last-child>*:last-child>*:last-child, .callout>*:last-child>*:last-child>*:last-child>*:last-child, .form>*:last-child>*:last-child>*:last-child>*:last-child, .image--caption>*:last-child>*:last-child>*:last-child>*:last-child, .site-footer>*:last-child>*:last-child>*:last-child>*:last-child, .widget>*:last-child>*:last-child>*:last-child>*:last-child {
    margin-bottom: 0;
}
.display--block {
    display: block !important;
}
.display--inline-block {
    display: inline-block !important;
}
.display--inline {
    display: inline !important;
}
.float--right {
    float: right !important;
}
.float--left {
    float: left !important;
}
.float--none {
    float: none !important;
}
.text--left {
    text-align: left !important;
}
.text--center {
    text-align: center !important;
}
.text--right {
    text-align: right !important;
}
.text--light {
    font-weight: 300 !important;
}
.text--normal {
    font-weight: 400 !important;
}
.text--semibold {
    font-weight: 600 !important;
}
.text--caps {
    text-transform: uppercase !important;
}
.text--lowercase {
    text-transform: lowercase !important;
}
.text--firstcap {
    text-transform: capitalize !important;
}
.cf:after, .alert:after, div.calendar .table-wrapper:after, .callout:after, .form__control:after, .item-list--rich>li:after, .item-list--az:after, .item-list--gallery:after, .item-list--councillors:after, .basket__meta-list:after, .media:after, .nav:after, .nav--pagination:after, .nav--pagination-basic:after, .site-content:after, .site-header .site-header__tasks__transactions>.item-list:after, .page-content .site-header__tasks__transactions>.item-list:after, .widget-row:after, .widget--custom-services__list:after, .widget--custom-services__service:after, .widget--custom-services__other:after, .widget--custom-services__other .item-list:after, .widget--promotions__adverts .item-list:after, .search-results .search-refine:after, .editor:after, .container:after {
    clear: both;
    content: '';
    display: table;
}
.lt-ie8 .cf:after, .lt-ie8 .alert:after, .lt-ie8 div.calendar .table-wrapper:after, div.calendar .lt-ie8 .table-wrapper:after, .lt-ie8 .callout:after, .lt-ie8 .form__control:after, .lt-ie8 .item-list--rich>li:after, .lt-ie8 .item-list--az:after, .lt-ie8 .item-list--gallery:after, .lt-ie8 .item-list--councillors:after, .lt-ie8 .basket__meta-list:after, .lt-ie8 .media:after, .lt-ie8 .nav:after, .lt-ie8 .nav--pagination:after, .lt-ie8 .nav--pagination-basic:after, .lt-ie8 .site-content:after, .lt-ie8 .site-header .site-header__tasks__transactions>.item-list:after, .site-header .lt-ie8 .site-header__tasks__transactions>.item-list:after, .lt-ie8 .page-content .site-header__tasks__transactions>.item-list:after, .page-content .lt-ie8 .site-header__tasks__transactions>.item-list:after, .lt-ie8 .widget-row:after, .lt-ie8 .widget--custom-services__list:after, .lt-ie8 .widget--custom-services__service:after, .lt-ie8 .widget--custom-services__other:after, .lt-ie8 .widget--custom-services__other .item-list:after, .widget--custom-services__other .lt-ie8 .item-list:after, .lt-ie8 .widget--promotions__adverts .item-list:after, .widget--promotions__adverts .lt-ie8 .item-list:after, .lt-ie8 .search-results .search-refine:after, .search-results .lt-ie8 .search-refine:after, .lt-ie8 .editor:after, .lt-ie8 .container:after {
    *zoom: 1;
}
.container {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.container:after {
    content: " ";
    display: block;
    clear: both;
}
@media print {
    * {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important;
}
img {
    max-width: 300px !important;
}
.image--caption {
    float: right;
    width: 30%}
.button, .nav {
    display: none !important;
}
.widget-row {
    margin: 0;
    padding: 0;
}
.widget {
    margin-bottom: 1.5555555556rem !important;
    margin-top: 1.5555555556rem !important;
}
.widget--promotions, .widget--navigation-inc-map {
    display: none;
    margin: 0;
    padding: 0;
}
.widget--custom-carousel .carousel__image {
    height: 350px !important;
}
.widget--custom-carousel .carousel__pagination {
    display: none !important;
}
.calendar+.boxed {
    display: none;
}
.site-header {
    background: none;
    border-bottom: 1px solid #000;
}
.site-header__toggles {
    display: none;
}
.site-header__tasks {
    display: none;
}
.site-header__identity__logo {
    background-image: url(/Images/Watford/icon_watford.png);
    height: 8rem;
}
.site-header__shield {
    display: none;
}
.site-footer {
    border-top: 1px solid #000;
    margin-top: 1.5555555556rem;
}
.home-page .site-footer {
    margin-top: 0 !important;
}
.site-footer__identity__logo {
    display: none;
}
.site-footer__social, .site-footer__a-to-z {
    display: none;
}
.callout, .alert, .boxed {
    background: none;
    border: 1px solid #000;
}
.widget--custom-services {
    display: none;
}
}

/* MAIN SITE ICONS *****************************************************************************************************/

.icon-logo-v2 {
    background-image: url(/Images/Watford/logo.png);
    background-repeat: no-repeat;
	margin-right:25px;
}

.icon-arrow-down-white { 
	background-image: url(/Images/Watford/icon-arrow-down-white.svg); 
	background-repeat: no-repeat; 
}

.icon-arrow-up-white { 
	background-image: url(/Images/Watford/icon-arrow-up-white.svg); 
	background-repeat: no-repeat; 
}

.icon-facebook { 
	background-image: url(/Images/Watford/facebook.svg); 
	background-repeat: no-repeat; 
}

.icon-flickr { 
	background-image: url(/Images/Watford/flickr.svg); 
	background-repeat: no-repeat; 
}

.icon-twitter { 
	background-image: url(/Images/Watford/twitter.svg); 
	background-repeat: no-repeat; 
}

.icon-youtube { 
	background-image: url(/Images/Watford/youtube.svg); 
	background-repeat: no-repeat; 
}