@-webkit-keyframes animation--bounce {
    0%, 10%, 20%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    5% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    15% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes animation--bounce {
    0%, 10%, 20%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    5% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    15% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.animation--bounce {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: animation--bounce;
    animation-name: animation--bounce;
}

.animation--infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1,
.h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 0.85em / 1.5 "Arial", sans-serif;
    font-weight: 500;
    margin: 0;
    min-height: 100%;
}

@media screen and (min-width: 600px) {
    html {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 960px) {
    html {
        font-size: 1em;
    }
}

body {
    color: #4d575d;
    min-height: 100vh;
    padding-top: 0;
}

@media screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

@media screen and (min-width: 760px) {
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        display: block;
    }
}

html,
body {
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

    *,
    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

blockquote,
dl,
dd,
ol,
ul,
h1,
.h1,
h2,
.form__heading,
.pagination__label,
.widget-homepage-banner .image__caption,
.widget-homepage-banner .image-link,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
pre,
fieldset,
hr {
    margin: 0;
}

fieldset,
ol,
ul {
    padding: 0;
}

iframe,
fieldset {
    border: 0;
}

[tabindex]:focus {
    outline: 3px solid #1f75e0;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        [tabindex]:focus {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari [tabindex]:focus {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

[tabindex="-1"]:focus {
    outline: none;
}

strong {
    font-weight: 700;
}

img {
    font-style: italic;
    max-width: 100%;
}

    img[width],
    img[height] {
        max-width: none;
    }

hgroup,
.hgroup,
ul,
ol,
dl,
blockquote,
p,
pre,
address,
hr {
    margin: 0.75rem 0 1.5rem;
}

address {
    font-style: normal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

hr {
    background-color: #edf0f0;
    border: 0;
    height: 1px;
    margin: 1.5rem 0;
}

ul,
ol,
dd {
    margin: 0.75em 0 0 1.5em;
}

li {
    margin: 0.5em 0 0;
}

code {
    background-color: #dcdcdc;
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1;
    padding: 0 2px;
    word-wrap: break-word;
}

pre {
    margin-top: 0;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
}

    pre + p {
        margin-top: 1.5rem;
    }

::-moz-selection {
    background-color: #1f75e0 !important;
    color: #fff !important;
    text-shadow: none !important;
}

::selection {
    background-color: #1f75e0 !important;
    color: #fff !important;
    text-shadow: none !important;
}

[data-a11y-toggle]:not([aria-controls]):not(.nav--secondary-navigation),
[aria-hidden="true"][a11y-toggle="true"]:not(.nav--secondary-navigation) {
    display: none;
}

[role="button"] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-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;
        }

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}

    .flickity-button:hover {
        background: white;
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
        -webkit-box-shadow: 0 0 0 5px #19f;
        box-shadow: 0 0 0 5px #19f;
    }

    .flickity-button:active {
        opacity: 0.6;
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        pointer-events: none;
    }

.flickity-button-icon {
    fill: currentColor;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

.giga {
    font-size: 6rem;
    margin: 0.75rem 0;
}

.mega {
    font-size: 4.5rem;
    margin: 0.75rem 0;
}

.kilo {
    font-size: 3rem;
    margin: 1.5rem 0 1rem;
}

h1,
.h1,
.alpha {
    font-size: 2.5rem;
    line-height: 1.3;
    margin: 0.75rem 0 0;
}

h2,
.form__heading,
.pagination__label,
.widget-homepage-banner .image__caption,
.widget-homepage-banner .image-link,
.h2,
.beta {
    font-size: 2rem;
    line-height: 1.3;
    margin: 1rem 0 0.75rem;
}

h3,
.h3,
.gamma {
    font-size: 1.625rem;
    line-height: 1.3;
    margin: 1.5rem 0 0;
}

h4,
.h4,
.delta {
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 1.125rem 0 0;
}

blockquote,
.blockquote,
.data-table th,
.data-table .th,
.page-content table th,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table th,
.page-content table .th,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table .th,
.data-table td,
.page-content table td,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table td,
.button--large,
.button--large:visited,
.alert__heading,
.epsilon {
    font-size: 1.25rem;
    margin: 0.5rem 0 0;
}

h5,
.h5,
.widget-latest-news .listing .listing__heading,
.widget--whats-on .listing .listing__heading,
.listing--compact .listing__heading,
.zeta {
    font-size: 1.125rem;
    margin: 0.5rem 0 0;
}

h6,
.h6,
.button,
.button:visited,
.form__label--upload,
.form__label--image-upload,
.form__dropzone-upload-button,
.dz-remove,
.button--primary,
.form .button--secondary,
.payment-review-form .form__footer .button--secondary,
.integrated-component .button--secondary,
.list--az .button,
.supplement--advert .button,
.supplement--further-info .button,
.supplement--image .button,
.widget--myaccount-paybridge-balance-lookup .button,
.widget--myaccount-paybridge-balance-lookup .button--secondary,
.widget--my-account-forms .small-buttons .button,
.widget--myaccount-form-submissions .small-buttons .button,
.widget--my-account-forms .view-more,
.widget--myaccount-form-submissions .view-more,
.widget--myaccount-my-address .button,
.widget--myaccount-cxm-service-widget .button,
.pagination--complex .pagination__link,
.sign-in-links .list__link,
.widget--myaccount-api-links a,
.organisation-links-widget > a,
.organisation-account-link-widget > a,
.form__label--upload:visited,
.form__label--image-upload:visited,
.form__dropzone-upload-button:visited,
.dz-remove:visited,
.button--primary:visited,
.widget--myaccount-api-links a:visited,
.organisation-links-widget > a:visited,
.organisation-account-link-widget > a:visited,
.menu-navigation .list__sub-menu .list__link,
.menu-navigation .nav--secondary .list__item,
.menu-navigation .nav--secondary .list__link,
.listing .listing__url,
.progress-bar__info,
.widget--myaccount-form-submissions h4,
.widget--myaccount-form-submissions .h4,
.help,
.normalis {
    font-size: 1rem;
    margin: 0.75rem 0 0;
}

blockquote cite,
blockquote .blockquote__cite,
.blockquote cite,
.blockquote .blockquote__cite,
.style-guide__heading {
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

pre,
.form__help,
.widget-latest-news .listing .listing__meta,
.widget--whats-on .listing .listing__meta,
.listing--compact .listing__meta,
.milli {
    font-size: 0.875rem;
    margin: 0.75rem 0 0;
}

.button--small,
.button--small:visited,
.dz-remove,
.list--with-button .list__item-button,
.dz-remove:visited,
.micro {
    font-size: 0.75rem;
    margin: 1rem 0 0;
}

/*h1,
.h1,
h2,
.form__heading,
.pagination__label,
.widget-homepage-banner .image__caption,
.widget-homepage-banner .image-link,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #4d575d;
    font-family: "Arial", sans-serif;
    font-weight: 700;
}
*/
h1,
.h1 {
    font-weight: 500;
}

h2,
.form__heading,
.pagination__label,
.widget-homepage-banner .image__caption,
.widget-homepage-banner .image-link,
.h2 {
    font-weight: 500;
}

    h2 + h3,
    .form__heading + h3,
    .pagination__label + h3,
    .widget-homepage-banner .image__caption + h3,
    .widget-homepage-banner .image-link + h3,
    .h2 + h3,
    h2 + .h3,
    .form__heading + .h3,
    .pagination__label + .h3,
    .widget-homepage-banner .image__caption + .h3,
    .widget-homepage-banner .image-link + .h3,
    .h2 + .h3 {
        margin-top: 0;
    }

h3 + h4,
.h3 + h4,
h3 + .h4,
.h3 + .h4 {
    margin-top: 0.375rem;
}

h5 + h6,
.h5 + h6,
h5 + .h6,
.h5 + .h6 {
    margin-top: 0.375rem;
}

.h1 {
    display: block;
}

.form__heading,
.pagination__label,
.widget-homepage-banner .image__caption,
.widget-homepage-banner .image-link,
.h2 {
    display: block;
}

.h3 {
    display: block;
}

.h4 {
    display: block;
}

.h5 {
    display: block;
}

.h6 {
    display: block;
}

.summary {
    font-size: 1.375rem;
    margin: 0 0 2rem;
}

.outer-container,
.widget-right-advert .adverts__wrapper,
.homepage-modular .page-content + .aside--below,
.category-modular .page-content + .aside--below,
.style-guide-carousel--example-1 .latest-tweets,
.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

    .outer-container::after,
    .widget-right-advert .adverts__wrapper::after,
    .homepage-modular .page-content + .aside--below::after,
    .category-modular .page-content + .aside--below::after,
    .style-guide-carousel--example-1 .latest-tweets::after,
    .container::after {
        clear: both;
        content: "";
        display: table;
    }

    .container .container,
    .container--flush {
        padding-left: 0;
        padding-right: 0;
    }

.container--wide {
    max-width: 1600px;
}

.modular .outer-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.measure {
    max-width: 44em;
}

.icon {
    background-position: center center;
    background-size: contain;
    display: block;
    height: 2rem;
    width: 2rem;
}

    .icon svg {
        max-height: 100%;
        max-width: 100%;
    }

.icon--small {
    height: 1.125rem;
    width: 1.125rem;
}

.icon--inline {
    display: inline-block;
    height: 1.5rem;
    margin-top: -0.125em;
    vertical-align: middle;
    width: 1.5rem;
}

    .icon--inline:last-child {
        margin-left: 1em;
    }

    .icon--inline:first-child {
        margin-right: 1em;
    }

    .icon--inline.icon--large {
        height: 2rem;
        width: 2rem;
    }

.js .icon--embeded {
    width: auto;
}

.icon--full {
    height: 100%;
    width: 100%;
}

a {
    color: #20828e;
    font-weight: 700;
    text-underline-position: under;
}

    a:visited {
        color: #6d2077;
    }

    a:hover {
        background-color: #20828e;
        color: #fff;
        text-decoration: none;
    }

    a:focus,
    a:active {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        background-color: transparent;
        color: #095294;
    }

    a:focus {
        outline: 3px solid #1f75e0;
    }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        a:focus {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari a:focus {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.menu-navigation .menu-navigation__sub-menu-toggle:focus,
.menu-navigation .list__link:focus {
    outline: 3px solid #1f75e0;
}

.image--feature,
.image--caption,
.editor .imageCaption {
    float: left;
    margin: 0 0 1.5rem;
    width: 100%;
}

@media screen and (min-width: 500px) {
    .image--feature,
    .image--caption,
    .editor .imageCaption {
        float: right;
        margin: 0 0 1.5rem 1.5rem;
        max-width: 21.875rem;
        min-width: 9.375rem;
        width: 33.33333%;
    }
}

.image--caption img,
.editor .imageCaption img {
    width: 100%;
}

.image--caption .image--feature,
.editor .imageCaption .image--feature {
    margin: 0;
}

.image--avatar {
    max-width: 3.75rem;
}

    .image--avatar img {
        border: 2px solid #000;
        height: auto;
    }

.image--gallery {
    display: block;
}

.editor .imageCaption p,
.image__caption {
    background-color: transparent;
    clear: both;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0;
    padding: 0.375rem;
    padding-left: 2px;
}

.image--thumbnail {
    height: auto;
    max-width: 9.375rem;
    width: 20%;
}

.image-link {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #59646b;
}

::-moz-placeholder {
    opacity: 1;
    color: #59646b;
}

::-moz-placeholder {
    opacity: 1;
    color: #59646b;
}

:-ms-input-placeholder {
    color: #59646b;
}

blockquote,
.blockquote {
    background-color: #edf0f0;
    color: #000;
    font-weight: normal;
    margin-bottom: 3rem;
    padding: 1.875rem 2rem;
    position: relative;
}

    blockquote p,
    blockquote .blockquote__text,
    .blockquote p,
    .blockquote .blockquote__text {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.7;
        margin: 0;
        margin-bottom: 1rem;
    }

    blockquote cite,
    blockquote .blockquote__cite,
    .blockquote cite,
    .blockquote .blockquote__cite {
        display: block;
        font-style: italic;
        margin: 0;
        margin-bottom: 1rem;
    }

    blockquote a,
    .blockquote a {
        color: #1b6f79;
    }

        blockquote a:visited,
        .blockquote a:visited {
            color: #6d2077;
        }

        blockquote a:hover,
        .blockquote a:hover {
            color: #fff;
            text-decoration: none !important;
        }

.map {
    background: #f5f5f7 url(images/preloader.svg) no-repeat center;
    margin-bottom: 1.5rem;
    min-height: 300px;
}

.form__component--location .map {
    margin-bottom: 0.75rem;
}

.gm-style button {
    outline: none;
}

    .gm-style button:focus,
    .gm-style button:active {
        -webkit-box-shadow: 0 0 0 2px #7bbb58;
        box-shadow: 0 0 0 2px #7bbb58;
        z-index: 1;
    }

.gm-style [tabindex="0"]:focus,
.gm-style [tabindex="0"]:active {
    z-index: 1;
}

    .gm-style [tabindex="0"]:focus > div,
    .gm-style [tabindex="0"]:active > div {
        -webkit-box-shadow: inset 0 0 0 2px #7bbb58;
        box-shadow: inset 0 0 0 2px #7bbb58;
    }

.gm-style a,
.gm-style button,
.gm-style *[role="button"] {
    display: block;
    margin: -2px 0;
    padding: 2px;
}

    .gm-style a:hover,
    .gm-style a:focus,
    .gm-style a:active,
    .gm-style button:hover,
    .gm-style button:focus,
    .gm-style button:active,
    .gm-style *[role="button"]:hover,
    .gm-style *[role="button"]:focus,
    .gm-style *[role="button"]:active {
        z-index: 1;
    }

    .gm-style a:focus,
    .gm-style button:focus,
    .gm-style *[role="button"]:focus {
        -webkit-box-shadow: 0 0 0 2px #7bbb58 !important;
        box-shadow: 0 0 0 2px #7bbb58 !important;
        outline: none;
        text-decoration: underline;
    }

.gm-style .gm-control-active {
    overflow: visible !important;
}

    .gm-style .gm-control-active:focus {
        text-decoration: underline;
    }

.gm-style > div:not(.gmnoprint) a:not([class]) {
    display: inline-block !important;
}

.gm-style .gmnoprint,
.gm-style .gm-style-cc {
    height: 1.5rem !important;
}

    .gm-style .gmnoprint a,
    .gm-style .gm-style-cc a {
        margin-bottom: 2px;
        margin-top: 2px;
    }

        .gm-style .gmnoprint a + span,
        .gm-style .gm-style-cc a + span {
            line-height: 1.75;
        }

.form__component--esri input[type="text"],
.google-translate .goog-te-combo,
.form__select,
.form__textarea,
.form__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #4d575d;
    display: block;
    font-family: "Arial", sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    vertical-align: baseline;
    width: 100%;
}

    .form__component--esri input[type="hidden"][type="text"],
    .google-translate .goog-te-combo[type="hidden"],
    .form__select[type="hidden"],
    .form__textarea[type="hidden"],
    .form__field[type="hidden"] {
        display: none;
    }

@media screen and (min-width: 760px) {
    .form__component--esri input[type="text"],
    .google-translate .goog-te-combo,
    .form__select,
    .form__textarea,
    .form__field {
        font-size: 1.125rem;
        line-height: 1.4;
    }
}

@media screen and (min-width: 960px) {
    .form__component--esri input[type="text"],
    .google-translate .goog-te-combo,
    .form__select,
    .form__textarea,
    .form__field {
        font-size: 1rem;
        line-height: 1.5;
    }
}

.form__component--esri input:focus[type="text"],
.google-translate .goog-te-combo:focus,
.form__select:focus,
.form__textarea:focus,
.form__field:focus {
    outline: 3px solid #1f75e0;
    border-color: #1f75e0;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .form__component--esri input:focus[type="text"],
        .google-translate .goog-te-combo:focus,
        .form__select:focus,
        .form__textarea:focus,
        .form__field:focus {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari .form__component--esri input:focus[type="text"],
.form__component--esri .is-safari input:focus[type="text"],
.is-safari .google-translate .goog-te-combo:focus,
.google-translate .is-safari .goog-te-combo:focus,
.is-safari .form__select:focus,
.is-safari .form__textarea:focus,
.is-safari .form__field:focus {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.form__component--esri input[type="text"],
.google-translate .goog-te-combo,
.form__select,
.form__textarea,
.form__field {
    background-color: #fff;
    border: 1px solid #4d575d;
}

@media screen and (min-width: 760px) {
    .form__component--esri .esri-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 760px) {
    .form__component--esri .form__label {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 1rem 0 0;
        width: auto;
    }
}

@media screen and (min-width: 760px) {
    .form__component--esri input[type="text"] {
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
    }
}

@media screen and (max-width: 759px) {
    .form__component--esri input[type="text"] + label {
        margin-top: 0.75rem;
    }
}

@media screen and (min-width: 760px) {
    .form__component--esri input[type="text"] + label {
        margin-left: 1.5rem;
    }
}

.form__component--esri .form__help {
    display: inline-block;
    margin-top: 1.5rem;
}

.esri_map_container ::-webkit-input-placeholder {
    color: #000 !important;
}

.esri_map_container ::-moz-placeholder {
    color: #000 !important;
}

.esri_map_container :-ms-input-placeholder {
    color: #000 !important;
}

.esri_map_container ::-ms-input-placeholder {
    color: #000 !important;
}

.esri_map_container ::placeholder {
    color: #000 !important;
}

@media screen and (max-width: 599px) {
    .esri_map_legend {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 599px) {
    .esri_map_legend_heading,
    .esri_map_legend_item {
        display: block;
        margin-bottom: 0.5rem;
        margin-top: -1.5rem;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .esri_map_legend_item:first-of-type {
        margin-top: 0;
    }

    .esri_map_legend_item:last-of-type {
        margin-bottom: 0;
    }
}

.esriPopup .title {
    font-size: 1rem;
}

.esri_form_link {
    color: #000 !important;
    font-size: 1rem;
}

    .esri_form_link:hover,
    .esri_form_link:focus,
    .esri_form_link:active {
        background-color: #383835 !important;
        color: #fff !important;
    }

    .esri_form_link:focus {
        -webkit-box-shadow: 0 0 0 3px #4d575d !important;
        box-shadow: 0 0 0 3px #4d575d !important;
    }

.form__field--upload,
.form__field--image-upload {
    line-height: 1;
    min-height: auto;
}

.js .form__field--upload,
.js .form__field--image-upload {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form__field--upload:focus ~ .form__label,
.form__field--upload.has-focus ~ .form__label,
.form__field--image-upload:focus ~ .form__label,
.has-focus.form__field--image-upload ~ .form__label {
    border-color: #fff;
    outline: 3px solid #1f75e0;
}

.is-safari .form__field--upload:focus ~ .form__label,
.is-safari .form__field--upload.has-focus ~ .form__label,
.is-safari .form__field--image-upload:focus ~ .form__label,
.is-safari .has-focus.form__field--image-upload ~ .form__label {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.form__component--file-upload {
    margin-top: 0 !important;
}

.form__label--upload,
.form__label--image-upload {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .form__label--upload::after,
    .form__label--image-upload::after {
        background-position: center;
        content: "";
        display: block;
        position: absolute;
        right: 0.75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.form__component--file .form__label--upload,
.form__component--file .form__label--image-upload {
    margin: 0.75rem 0;
    padding-right: 3.75rem;
}

@media screen and (min-width: 600px) {
    .form__component--file .form__label--upload,
    .form__component--file .form__label--image-upload {
        width: auto;
    }
}

.form__component--file .form__label--upload::after,
.form__component--file .form__label--image-upload::after {
    background-size: cover;
    height: 2rem;
    width: 2rem;
}

.form__label--upload .form__required-note,
.form__label--image-upload .form__required-note {
    display: none;
}

.form__label--upload::-moz-selection,
.form__label--image-upload::-moz-selection {
    background-color: transparent !important;
    color: #fff !important;
}

.form__label--upload::-moz-selection,
.form__label--upload::selection,
.form__label--image-upload::-moz-selection,
.form__label--image-upload::selection {
    background-color: transparent !important;
    color: #fff !important;
}

.no-js .fallback.file-upload {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form__component--image-upload img[src*="/site/dist/images/preloader.svg"] {
    display: none;
}

.form__component--image-upload .form__label--image-upload {
    margin: 0.75rem 0;
    padding-right: 3.75rem;
}

@media screen and (min-width: 600px) {
    .form__component--image-upload .form__label--image-upload {
        width: auto;
    }
}

.form__component--image-upload .form__label--image-upload::after {
    background-size: cover;
    height: 2rem;
    width: 2rem;
}

.image__remove-button .button {
    margin: 0.5rem 0 0;
}

.form__help {
    color: #647179;
    display: block;
    margin: 0 0 0.5rem;
}

.form__label,
.form__legend {
    color: #4d575d;
    display: block;
    float: none;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    padding: 0;
    position: relative;
    width: 100%;
}

.form__label--radio::before,
.form__label--radio::after {
    border-radius: 50%;
}

.form__label--radio,
.form__label--checkbox {
    display: inline-block;
    padding: 0 0.75rem 0 1.875rem;
    position: relative;
    width: auto;
}

    .form__label--radio::before,
    .form__label--checkbox::before {
        border: 1px solid #4d575d;
        content: "";
        display: block;
        height: 1rem;
        left: 0;
        position: absolute;
        top: 0.25rem;
        -webkit-transition: background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
        transition: background-color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
        transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
        transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
        width: 1rem;
    }

    .form__label--radio::after,
    .form__label--checkbox::after {
        background-color: #bb5b02;
        background-position: center;
        background-size: 75%;
        border: 1px solid #4d575d;
        content: "";
        display: block;
        height: 1rem;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0.25rem;
        -webkit-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
        transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
        width: 1rem;
    }

    .form__label--radio:hover,
    .form__label--checkbox:hover {
        color: #095294;
        cursor: pointer;
        text-decoration: underline;
    }

        .form__label--radio:hover::before,
        .form__label--checkbox:hover::before {
            border-color: #095294;
        }

        .form__label--radio:hover::after,
        .form__label--checkbox:hover::after {
            background-color: #095294;
            border-color: #095294;
        }

.form__control--error .form__label--radio::before,
.form__control--error .form__label--checkbox::before {
    background-color: #f2adad;
}

.form__radio,
.form__checkbox {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .form__radio[checked] ~ .form__label::after,
    .form__radio:checked ~ .form__label::after,
    .form__checkbox[checked] ~ .form__label::after,
    .form__checkbox:checked ~ .form__label::after {
        opacity: 1;
    }

    .form__radio:focus ~ .form__label::before,
    .form__checkbox:focus ~ .form__label::before {
        outline: 3px solid #1f75e0;
        outline-offset: 1px;
    }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .form__radio:focus ~ .form__label::before,
        .form__checkbox:focus ~ .form__label::before {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari .form__radio:focus ~ .form__label::before,
.is-safari .form__checkbox:focus ~ .form__label::before {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.form__radio:focus ~ .form__label::before,
.form__radio:focus ~ .form__label::after,
.form__checkbox:focus ~ .form__label::before,
.form__checkbox:focus ~ .form__label::after {
    border-color: #4d575d;
}

.form__radio[checked]:not(:checked) ~ .form__label::after,
.form__checkbox[checked]:not(:checked) ~ .form__label::after {
    opacity: 0;
}

.form__control--error .form__radio[checked] ~ .form__label::before,
.form__control--error .form__radio:checked ~ .form__label::before,
.form__control--error .form__checkbox[checked] ~ .form__label::before,
.form__control--error .form__checkbox:checked ~ .form__label::before {
    background-color: transparent;
}

.form__required-note {
    color: #647179;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.5rem;
}

.google-translate .goog-te-combo,
.form__select {
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}

    .google-translate .goog-te-combo::-ms-expand,
    .form__select::-ms-expand {
        display: none;
    }

    .google-translate .goog-te-combo:-moz-focusring,
    .form__select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #4d575d;
    }

    .google-translate .goog-te-combo:hover,
    .form__select:hover {
        cursor: pointer;
    }

.form__textarea {
    min-height: 7.5rem;
    min-height: 9.75rem;
    resize: vertical;
}

@media screen and (min-width: 760px) {
    .form__textarea {
        min-height: 9.5rem;
    }
}

@media screen and (min-width: 960px) {
    .form__textarea {
        min-height: 9.125rem;
    }
}

.form__error-indicator {
    background-color: #b61d1d;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 1.5rem;
    margin-right: 0.3rem;
    text-align: center;
    width: 1.5rem;
}

    .form__error-indicator .form__error-indicator-text {
        display: block;
        margin-top: -2px;
    }

        .form__error-indicator .form__error-indicator-text[title] {
            text-decoration: none;
        }

.form {
    margin: 1.5rem 0 2rem;
}

.form__heading {
    margin: 0 0 1.5rem;
}

.form__instructions {
    margin-bottom: 1.5rem;
}

.one-column .form__instructions > .editor {
    max-width: 100%;
}

.form__actions .button {
    margin-bottom: 0;
}

.form__actions .button--primary {
    float: right;
}

@media screen and (min-width: 600px) {
    .form__actions + .button {
        float: left;
    }
}

.form__action {
    display: block;
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 600px) {
    .form__action {
        display: inline-block;
        margin-bottom: 0;
        width: 50%;
    }
}

@media screen and (min-width: 600px) {
    .form__action--primary {
        float: right;
    }
}

@media screen and (min-width: 600px) {
    .form__action--primary .button {
        float: right;
    }
}

@media screen and (max-width: 599px) {
    .payment-review-form .form__action--primary {
        float: none;
    }

        .payment-review-form .form__action--primary .button {
            float: none;
        }
}

.payment-review-form .form + .form .form__action--primary {
    float: none;
}

    .payment-review-form .form + .form .form__action--primary .button {
        float: none;
    }

@media screen and (min-width: 600px) {
    .form__action--secondary {
        float: left;
    }
}

.form__action--secondary .button {
    float: right;
}

@media screen and (min-width: 600px) {
    .form__action--secondary .button {
        float: left;
    }
}

.form__footer {
    border-top: 1px solid #edf0f0;
    clear: both;
    padding-top: 1.5rem;
}

.payment-review-form .form__footer .button--secondary {
    font-weight: 500;
    margin-bottom: 0;
}

.aside__section .form__footer {
    border: 0;
    padding-top: 0;
}

.form__control {
    clear: both;
    float: left;
    margin: 0.75rem 0 1.5rem;
    position: relative;
    width: 100%;
}

    .form__control:first-of-type {
        margin-top: 0;
    }

        .form__control:first-of-type .form__label {
            margin-top: 0;
        }

.form__component {
    clear: both;
    float: left;
    width: 100%;
}

.form__section-content {
    clear: both;
}

.form__fieldset {
    min-width: 0;
}

    .form__fieldset .form__component {
        margin-top: 0.75rem;
    }

    .form__fieldset > .form__label:last-of-type {
        margin-bottom: 0;
    }

    .form__fieldset .form__label--legend {
        font-weight: 700;
        margin-bottom: 0;
    }

    .form__fieldset .form__control {
        margin: 0.75rem 0;
    }

.form__control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .form__control-group .form__label {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-weight: 500;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .form__control-group .form__label--checkbox,
    .form__control-group .form__label--radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

.form__field {
    min-height: 3.25rem;
}

@media screen and (min-width: 760px) {
    .form__field {
        min-height: 3.2rem;
    }
}

@media screen and (min-width: 960px) {
    .form__field {
        min-height: 3.125rem;
    }
}

.form__field--disabled {
    color: #647179;
    font-style: italic;
}

.form__control--error {
    border-left: 3px solid #b61d1d;
    padding-left: 1.5rem;
}

    .form__control--error .form__field,
    .form__control--error .form__textarea,
    .form__control--error .form__select {
        border-color: #b61d1d;
    }

    .form__control--error .form__label {
        color: #b61d1d;
    }

    .form__control--error .form__label--checkbox,
    .form__control--error .form__label--radio {
        color: inherit;
    }

        .form__control--error .form__label--checkbox:hover,
        .form__control--error .form__label--checkbox:focus,
        .form__control--error .form__label--checkbox:active,
        .form__control--error .form__label--radio:hover,
        .form__control--error .form__label--radio:focus,
        .form__control--error .form__label--radio:active {
            color: #20828e;
        }

    .form__control--error .calendar__dates .form__label--checkbox,
    .form__control--error .calendar__dates .form__label--radio {
        color: #fff;
    }

.form__error-message {
    color: #b61d1d;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form--block .form__label--confirmation {
    float: none;
    padding-right: 0;
    width: 100%;
}

.form--block .form__field--confirmation {
    margin-top: 0.75rem;
}

.form--search .form__append-group,
.form--search .integrated-component {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form--search .form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 2rem;
    min-width: 1px;
    width: auto;
}

.form--search .button {
    margin: 0;
    min-height: 2rem;
}

.form--search .icon {
    display: none;
}

.form--search .icon-fallback {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
}

.form--search .site-search__focus-button {
    display: none;
}

.form--standout {
    background-color: #9a5fa3;
    color: #2d3547;
}

    .form--standout .form__heading {
        color: #2d3547;
    }

    .form--standout .form__field {
        color: #000;
    }

    .form--standout .button {
        border-color: #2d3547;
        color: #2d3547;
    }

.form__append-group,
.integrated-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 599px) {
    .form__append-group,
    .integrated-component {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form__control--error .form__append-group,
.form__control--error .integrated-component {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .form__control--error .form__append-group .help-text,
    .form__control--error .integrated-component .help-text {
        margin-top: 0.5rem;
        width: 100%;
    }

.form__append-group .form__label-container,
.integrated-component .form__label-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 0.75rem;
}

.form__append-group .form__component,
.integrated-component .form__component {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    width: auto;
}

.form__append-group .button,
.integrated-component .button {
    margin: 0;
}

.form__append-group .form__field,
.integrated-component .form__field {
    margin: 0;
}

.integrated-component {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 759px) {
    .integrated-component .form__control-group {
        width: 100%;
    }
}

.integrated-component .form__field,
.integrated-component .form__select {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    width: auto;
}

.integrated-component .help-text {
    color: #b61d1d;
    margin: 0;
    width: 100%;
}

.form__dropzone {
    background: #fff;
    border: 2px dashed #4d575d;
    margin-top: 0;
    min-height: 0;
    padding: 1.5rem;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

    .form__dropzone .dz-preview,
    .form__dropzone .dz-message {
        text-align: center;
    }

        .form__dropzone .dz-preview.dz-image-preview {
            background: transparent;
        }

    .form__dropzone .dz-error-message {
        margin-top: 1.5rem;
    }

.no-js .form__dropzone .dz-message {
    display: none;
}

.form__dropzone .file-upload__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form__dropzone:hover {
    background-color: #f8f8f8;
}

.form__dropzone-upload-button.button {
    margin: 0;
}

.no-js .form__dropzone-upload-button {
    display: none;
}

.dz-remove {
    margin-top: 0.5rem !important;
}

.dropzone .dz-preview .dz-remove {
    margin: 0.5rem 0 0;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: -webkit-gradient( linear, left top, left bottom, from(#bb5b02), to(#a24f02) );
    background: linear-gradient(to bottom, #bb5b02, #a24f02);
}

.data-table,
.page-content table,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table {
    width: 100%;
}

    .data-table tbody tr:first-child td,
    .page-content table tbody tr:first-child td,
    .widget--myaccount-cxm-cases-verbose-table
    .my-cases__table
    tbody
    tr:first-child
    td {
        padding-top: 0.75rem;
    }

    .data-table tr:last-child > th,
    .page-content table tr:last-child > th,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table tr:last-child > th {
        border-bottom: 1px solid #383835;
    }

    .data-table th,
    .data-table .th,
    .page-content table th,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table th,
    .page-content table .th,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table .th {
        background-color: #383835;
        border: 1px solid #383835;
        border-bottom: 0;
        color: #fff;
        font-weight: 700;
        padding: 0.75rem;
        text-align: left;
    }

        .data-table th > a:not(.button),
        .data-table th > a:not(.button):visited,
        .data-table .th > a:not(.button),
        .data-table .th > a:not(.button):visited,
        .page-content table th > a:not(.button),
        .widget--myaccount-cxm-cases-verbose-table .my-cases__table th > a:not(.button),
        .page-content table th > a:not(.button):visited,
        .widget--myaccount-cxm-cases-verbose-table
        .my-cases__table
        th > a:not(.button):visited,
        .page-content table .th > a:not(.button),
        .widget--myaccount-cxm-cases-verbose-table
        .my-cases__table
        .th > a:not(.button),
        .page-content table .th > a:not(.button):visited,
        .widget--myaccount-cxm-cases-verbose-table
        .my-cases__table
        .th > a:not(.button):visited {
            color: #fff;
        }

        .data-table th a:focus,
        .data-table .th a:focus,
        .page-content table th a:focus,
        .widget--myaccount-cxm-cases-verbose-table .my-cases__table th a:focus,
        .page-content table .th a:focus,
        .widget--myaccount-cxm-cases-verbose-table .my-cases__table .th a:focus {
            color: #fff !important;
            outline-color: #fff;
        }

    .data-table td,
    .page-content table td,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table td {
        border: 1px solid #4d575d;
        padding: 0.75rem;
    }

        .data-table td > p:last-child,
        .page-content table td > p:last-child,
        .widget--myaccount-cxm-cases-verbose-table .my-cases__table td > p:last-child {
            margin-bottom: 0;
        }

@media screen and (min-width: 400px) {
    .data-table td > p:last-child,
    .page-content table td > p:last-child,
    .widget--myaccount-cxm-cases-verbose-table
    .my-cases__table
    td > p:last-child {
        margin-bottom: 0.75rem;
    }
}

.data-table .button,
.editor .data-table .button,
.page-content table .button,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
.editor .page-content table .button,
.page-content .editor table .button,
.editor .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
.widget--myaccount-cxm-cases-verbose-table .editor .my-cases__table .button {
    margin: 0.375rem;
}

@media screen and (max-width: 399px) {
    .data-table .button,
    .editor .data-table .button,
    .page-content table .button,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
    .editor .page-content table .button,
    .page-content .editor table .button,
    .editor .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
    .widget--myaccount-cxm-cases-verbose-table .editor .my-cases__table .button {
        margin: 0;
    }

        .data-table .button + .button,
        .editor .data-table .button + .button,
        .page-content table .button + .button,
        .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button + .button,
        .editor .page-content table .button + .button,
        .page-content .editor table .button + .button,
        .editor
        .widget--myaccount-cxm-cases-verbose-table
        .my-cases__table
        .button + .button,
        .widget--myaccount-cxm-cases-verbose-table
        .editor
        .my-cases__table
        .button + .button {
            margin-top: 0.75rem;
        }
}

.data-table caption,
.page-content table caption,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table caption,
.data-table__caption {
    margin-bottom: 0.75rem;
}

.table-wrapper-matrix,
.table-wrapper {
    overflow-x: auto;
}

    .table-wrapper-matrix:focus,
    .table-wrapper:focus {
        outline: 3px solid #1f75e0;
    }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .table-wrapper-matrix:focus,
        .table-wrapper:focus {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari .table-wrapper-matrix:focus,
.is-safari .table-wrapper:focus {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.data-table--bordered {
    border: 1px solid #647179;
    margin-bottom: 1.5rem;
}

    .data-table--bordered caption {
        margin-bottom: 0.75rem;
    }

    .data-table--bordered thead {
        background-color: #f5f5f7;
    }

    .data-table--bordered tbody tr:first-child td {
        padding-top: 0.75rem;
    }

    .data-table--bordered th + th {
        border-left: 1px solid #647179;
    }

    .data-table--bordered td {
        border: 1px solid #647179;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

.data-table--compact {
    margin-bottom: 0.75rem;
}

    .data-table--compact tbody tr:first-child td {
        padding-top: 0.5rem;
    }

    .data-table--compact tbody tr:last-child td {
        padding-bottom: 0.375rem;
    }

    .data-table--compact th,
    .data-table--compact td {
        padding-top: 0.375rem;
    }

    .data-table--compact th {
        border-bottom: 1px solid #647179;
        padding-bottom: 0.3rem;
    }

    .data-table--compact td {
        padding-bottom: 0.375rem;
    }

.data-table--striped tbody tr:nth-child(odd) {
    background-color: #f1decb;
}

    .data-table--striped tbody tr:nth-child(odd) a {
        color: #4d575d;
    }

        .data-table--striped tbody tr:nth-child(odd) a:hover {
            color: #fff;
            text-decoration: none;
        }

        .data-table--striped tbody tr:nth-child(odd) a:focus {
            color: #095294;
        }

@media screen and (max-width: 599px) {
    .button,
    .form__label--upload,
    .form__label--image-upload,
    .form__dropzone-upload-button,
    .dz-remove,
    .button--primary,
    .form .button--secondary,
    .payment-review-form .form__footer .button--secondary,
    .integrated-component .button--secondary,
    .list--az .button,
    .supplement--advert .button,
    .supplement--further-info .button,
    .supplement--image .button,
    .widget--myaccount-paybridge-balance-lookup .button,
    .widget--myaccount-paybridge-balance-lookup .button--secondary,
    .widget--my-account-forms .small-buttons .button,
    .widget--myaccount-form-submissions .small-buttons .button,
    .widget--my-account-forms .view-more,
    .widget--myaccount-form-submissions .view-more,
    .widget--myaccount-my-address .button,
    .widget--myaccount-cxm-service-widget .button,
    .pagination--complex .pagination__link,
    .sign-in-links .list__link,
    .widget--myaccount-api-links a,
    .organisation-links-widget > a,
    .organisation-account-link-widget > a {
        min-width: 3.375rem;
    }
}

.button,
.button:visited,
.form__label--upload,
.form__label--image-upload,
.form__dropzone-upload-button,
.dz-remove,
.button--primary,
.form .button--secondary,
.payment-review-form .form__footer .button--secondary,
.integrated-component .button--secondary,
.list--az .button,
.supplement--advert .button,
.supplement--further-info .button,
.supplement--image .button,
.widget--myaccount-paybridge-balance-lookup .button,
.widget--myaccount-paybridge-balance-lookup .button--secondary,
.widget--my-account-forms .small-buttons .button,
.widget--myaccount-form-submissions .small-buttons .button,
.widget--my-account-forms .view-more,
.widget--myaccount-form-submissions .view-more,
.widget--myaccount-my-address .button,
.widget--myaccount-cxm-service-widget .button,
.pagination--complex .pagination__link,
.sign-in-links .list__link,
.widget--myaccount-api-links a,
.organisation-links-widget > a,
.organisation-account-link-widget > a,
.form__label--upload:visited,
.form__label--image-upload:visited,
.form__dropzone-upload-button:visited,
.dz-remove:visited,
.button--primary:visited,
.form .button--secondary:visited,
.payment-review-form .form__footer .button--secondary:visited,
.integrated-component .button--secondary:visited,
.list--az .button:visited,
.supplement--advert .button:visited,
.supplement--further-info .button:visited,
.supplement--image .button:visited,
.widget--myaccount-paybridge-balance-lookup .button:visited,
.widget--myaccount-paybridge-balance-lookup .button--secondary:visited,
.widget--my-account-forms .small-buttons .button:visited,
.widget--myaccount-form-submissions .small-buttons .button:visited,
.widget--my-account-forms .view-more:visited,
.widget--myaccount-form-submissions .view-more:visited,
.widget--myaccount-my-address .button:visited,
.widget--myaccount-cxm-service-widget .button:visited,
.pagination--complex .pagination__link:visited,
.sign-in-links .list__link:visited,
.widget--myaccount-api-links a:visited,
.organisation-links-widget > a:visited,
.organisation-account-link-widget > a:visited {
    background-color: #bb5b02;
    border: 3px solid #bb5b02;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Arial", sans-serif;
    line-height: 1.5;
    margin: 0 0 0.75rem;
    padding: 0.625rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out, color 0.1s ease-out;
    vertical-align: middle;
}

    .integrated-component .button,
    .integrated-component .button:visited,
    .integrated-component .form__label--upload,
    .integrated-component .form__label--image-upload,
    .integrated-component .form__dropzone-upload-button,
    .integrated-component .dz-remove,
    .integrated-component .button--primary,
    .integrated-component .payment-review-form .form__footer .button--secondary,
    .payment-review-form .form__footer .integrated-component .button--secondary,
    .integrated-component .button--secondary,
    .integrated-component .list--az .button,
    .list--az .integrated-component .button,
    .integrated-component .supplement--advert .button,
    .supplement--advert .integrated-component .button,
    .integrated-component .supplement--further-info .button,
    .supplement--further-info .integrated-component .button,
    .integrated-component .supplement--image .button,
    .supplement--image .integrated-component .button,
    .integrated-component .widget--myaccount-paybridge-balance-lookup .button,
    .widget--myaccount-paybridge-balance-lookup .integrated-component .button,
    .integrated-component .widget--my-account-forms .small-buttons .button,
    .widget--my-account-forms .small-buttons .integrated-component .button,
    .integrated-component
    .widget--myaccount-form-submissions
    .small-buttons
    .button,
    .widget--myaccount-form-submissions
    .small-buttons
    .integrated-component
    .button,
    .integrated-component .widget--my-account-forms .view-more,
    .widget--my-account-forms .integrated-component .view-more,
    .integrated-component .widget--myaccount-form-submissions .view-more,
    .widget--myaccount-form-submissions .integrated-component .view-more,
    .integrated-component .widget--myaccount-my-address .button,
    .widget--myaccount-my-address .integrated-component .button,
    .integrated-component .widget--myaccount-cxm-service-widget .button,
    .widget--myaccount-cxm-service-widget .integrated-component .button,
    .integrated-component .pagination--complex .pagination__link,
    .pagination--complex .integrated-component .pagination__link,
    .integrated-component .sign-in-links .list__link,
    .sign-in-links .integrated-component .list__link,
    .integrated-component .widget--myaccount-api-links a,
    .widget--myaccount-api-links .integrated-component a,
    .integrated-component .organisation-links-widget > a,
    .integrated-component .organisation-account-link-widget > a,
    .integrated-component .form__label--upload:visited,
    .integrated-component .form__label--image-upload:visited,
    .integrated-component .form__dropzone-upload-button:visited,
    .integrated-component .dz-remove:visited,
    .integrated-component .button--primary:visited,
    .integrated-component .button--secondary:visited,
    .integrated-component .list--az .button:visited,
    .list--az .integrated-component .button:visited,
    .integrated-component .supplement--advert .button:visited,
    .supplement--advert .integrated-component .button:visited,
    .integrated-component .supplement--further-info .button:visited,
    .supplement--further-info .integrated-component .button:visited,
    .integrated-component .supplement--image .button:visited,
    .supplement--image .integrated-component .button:visited,
    .integrated-component
    .widget--myaccount-paybridge-balance-lookup
    .button:visited,
    .widget--myaccount-paybridge-balance-lookup
    .integrated-component
    .button:visited,
    .integrated-component .widget--my-account-forms .small-buttons .button:visited,
    .widget--my-account-forms .small-buttons .integrated-component .button:visited,
    .integrated-component
    .widget--myaccount-form-submissions
    .small-buttons
    .button:visited,
    .widget--myaccount-form-submissions
    .small-buttons
    .integrated-component
    .button:visited,
    .integrated-component .widget--my-account-forms .view-more:visited,
    .widget--my-account-forms .integrated-component .view-more:visited,
    .integrated-component .widget--myaccount-form-submissions .view-more:visited,
    .widget--myaccount-form-submissions .integrated-component .view-more:visited,
    .integrated-component .widget--myaccount-my-address .button:visited,
    .widget--myaccount-my-address .integrated-component .button:visited,
    .integrated-component .widget--myaccount-cxm-service-widget .button:visited,
    .widget--myaccount-cxm-service-widget .integrated-component .button:visited,
    .integrated-component .pagination--complex .pagination__link:visited,
    .pagination--complex .integrated-component .pagination__link:visited,
    .integrated-component .sign-in-links .list__link:visited,
    .sign-in-links .integrated-component .list__link:visited,
    .integrated-component .widget--myaccount-api-links a:visited,
    .widget--myaccount-api-links .integrated-component a:visited,
    .integrated-component .organisation-links-widget > a:visited,
    .integrated-component .organisation-account-link-widget > a:visited {
        margin-bottom: 0;
    }

        .button:hover,
        .button:focus,
        .button:active,
        .form__label--upload:hover,
        .form__label--image-upload:hover,
        .form__dropzone-upload-button:hover,
        .dz-remove:hover,
        .button--primary:hover,
        .form .button--secondary:hover,
        .payment-review-form .form__footer .button--secondary:hover,
        .integrated-component .button--secondary:hover,
        .list--az .button:hover,
        .supplement--advert .button:hover,
        .supplement--further-info .button:hover,
        .supplement--image .button:hover,
        .widget--myaccount-paybridge-balance-lookup .button:hover,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:hover,
        .widget--my-account-forms .small-buttons .button:hover,
        .widget--myaccount-form-submissions .small-buttons .button:hover,
        .widget--my-account-forms .view-more:hover,
        .widget--myaccount-form-submissions .view-more:hover,
        .widget--myaccount-my-address .button:hover,
        .widget--myaccount-cxm-service-widget .button:hover,
        .pagination--complex .pagination__link:hover,
        .sign-in-links .list__link:hover,
        .widget--myaccount-api-links a:hover,
        .organisation-links-widget > a:hover,
        .organisation-account-link-widget > a:hover,
        .form__label--upload:focus,
        .form__label--image-upload:focus,
        .form__dropzone-upload-button:focus,
        .dz-remove:focus,
        .button--primary:focus,
        .form .button--secondary:focus,
        .payment-review-form .form__footer .button--secondary:focus,
        .integrated-component .button--secondary:focus,
        .list--az .button:focus,
        .supplement--advert .button:focus,
        .supplement--further-info .button:focus,
        .supplement--image .button:focus,
        .widget--myaccount-paybridge-balance-lookup .button:focus,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:focus,
        .widget--my-account-forms .small-buttons .button:focus,
        .widget--myaccount-form-submissions .small-buttons .button:focus,
        .widget--my-account-forms .view-more:focus,
        .widget--myaccount-form-submissions .view-more:focus,
        .widget--myaccount-my-address .button:focus,
        .widget--myaccount-cxm-service-widget .button:focus,
        .pagination--complex .pagination__link:focus,
        .sign-in-links .list__link:focus,
        .widget--myaccount-api-links a:focus,
        .organisation-links-widget > a:focus,
        .organisation-account-link-widget > a:focus,
        .form__label--upload:active,
        .form__label--image-upload:active,
        .form__dropzone-upload-button:active,
        .dz-remove:active,
        .button--primary:active,
        .form .button--secondary:active,
        .payment-review-form .form__footer .button--secondary:active,
        .integrated-component .button--secondary:active,
        .list--az .button:active,
        .supplement--advert .button:active,
        .supplement--further-info .button:active,
        .supplement--image .button:active,
        .widget--myaccount-paybridge-balance-lookup .button:active,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:active,
        .widget--my-account-forms .small-buttons .button:active,
        .widget--myaccount-form-submissions .small-buttons .button:active,
        .widget--my-account-forms .view-more:active,
        .widget--myaccount-form-submissions .view-more:active,
        .widget--myaccount-my-address .button:active,
        .widget--myaccount-cxm-service-widget .button:active,
        .pagination--complex .pagination__link:active,
        .sign-in-links .list__link:active,
        .widget--myaccount-api-links a:active,
        .organisation-links-widget > a:active,
        .organisation-account-link-widget > a:active {
            background-color: #4d575d;
            border-color: #fff;
            color: #fff;
            text-decoration: none;
        }

        .button:hover,
        .form__label--upload:hover,
        .form__label--image-upload:hover,
        .form__dropzone-upload-button:hover,
        .dz-remove:hover,
        .button--primary:hover,
        .form .button--secondary:hover,
        .payment-review-form .form__footer .button--secondary:hover,
        .integrated-component .button--secondary:hover,
        .list--az .button:hover,
        .supplement--advert .button:hover,
        .supplement--further-info .button:hover,
        .supplement--image .button:hover,
        .widget--myaccount-paybridge-balance-lookup .button:hover,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:hover,
        .widget--my-account-forms .small-buttons .button:hover,
        .widget--myaccount-form-submissions .small-buttons .button:hover,
        .widget--my-account-forms .view-more:hover,
        .widget--myaccount-form-submissions .view-more:hover,
        .widget--myaccount-my-address .button:hover,
        .widget--myaccount-cxm-service-widget .button:hover,
        .pagination--complex .pagination__link:hover,
        .sign-in-links .list__link:hover,
        .widget--myaccount-api-links a:hover,
        .organisation-links-widget > a:hover,
        .organisation-account-link-widget > a:hover {
            border-color: #4d575d;
        }

        .button:focus,
        .button:active,
        .form__label--upload:focus,
        .form__label--image-upload:focus,
        .form__dropzone-upload-button:focus,
        .dz-remove:focus,
        .button--primary:focus,
        .form .button--secondary:focus,
        .payment-review-form .form__footer .button--secondary:focus,
        .integrated-component .button--secondary:focus,
        .list--az .button:focus,
        .supplement--advert .button:focus,
        .supplement--further-info .button:focus,
        .supplement--image .button:focus,
        .widget--myaccount-paybridge-balance-lookup .button:focus,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:focus,
        .widget--my-account-forms .small-buttons .button:focus,
        .widget--myaccount-form-submissions .small-buttons .button:focus,
        .widget--my-account-forms .view-more:focus,
        .widget--myaccount-form-submissions .view-more:focus,
        .widget--myaccount-my-address .button:focus,
        .widget--myaccount-cxm-service-widget .button:focus,
        .pagination--complex .pagination__link:focus,
        .sign-in-links .list__link:focus,
        .widget--myaccount-api-links a:focus,
        .organisation-links-widget > a:focus,
        .organisation-account-link-widget > a:focus,
        .form__label--upload:active,
        .form__label--image-upload:active,
        .form__dropzone-upload-button:active,
        .dz-remove:active,
        .button--primary:active,
        .form .button--secondary:active,
        .payment-review-form .form__footer .button--secondary:active,
        .integrated-component .button--secondary:active,
        .list--az .button:active,
        .supplement--advert .button:active,
        .supplement--further-info .button:active,
        .supplement--image .button:active,
        .widget--myaccount-paybridge-balance-lookup .button:active,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:active,
        .widget--my-account-forms .small-buttons .button:active,
        .widget--myaccount-form-submissions .small-buttons .button:active,
        .widget--my-account-forms .view-more:active,
        .widget--myaccount-form-submissions .view-more:active,
        .widget--myaccount-my-address .button:active,
        .widget--myaccount-cxm-service-widget .button:active,
        .pagination--complex .pagination__link:active,
        .sign-in-links .list__link:active,
        .widget--myaccount-api-links a:active,
        .organisation-links-widget > a:active,
        .organisation-account-link-widget > a:active {
            outline: 3px solid #1f75e0;
            background-color: #bb5b02;
            border-color: #fff;
        }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .button:focus,
        .button:active,
        .form__label--upload:focus,
        .form__label--image-upload:focus,
        .form__dropzone-upload-button:focus,
        .dz-remove:focus,
        .button--primary:focus,
        .form .button--secondary:focus,
        .payment-review-form .form__footer .button--secondary:focus,
        .integrated-component .button--secondary:focus,
        .list--az .button:focus,
        .supplement--advert .button:focus,
        .supplement--further-info .button:focus,
        .supplement--image .button:focus,
        .widget--myaccount-paybridge-balance-lookup .button:focus,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:focus,
        .widget--my-account-forms .small-buttons .button:focus,
        .widget--myaccount-form-submissions .small-buttons .button:focus,
        .widget--my-account-forms .view-more:focus,
        .widget--myaccount-form-submissions .view-more:focus,
        .widget--myaccount-my-address .button:focus,
        .widget--myaccount-cxm-service-widget .button:focus,
        .pagination--complex .pagination__link:focus,
        .sign-in-links .list__link:focus,
        .widget--myaccount-api-links a:focus,
        .organisation-links-widget > a:focus,
        .organisation-account-link-widget > a:focus,
        .form__label--upload:active,
        .form__label--image-upload:active,
        .form__dropzone-upload-button:active,
        .dz-remove:active,
        .button--primary:active,
        .form .button--secondary:active,
        .payment-review-form .form__footer .button--secondary:active,
        .integrated-component .button--secondary:active,
        .list--az .button:active,
        .supplement--advert .button:active,
        .supplement--further-info .button:active,
        .supplement--image .button:active,
        .widget--myaccount-paybridge-balance-lookup .button:active,
        .widget--myaccount-paybridge-balance-lookup .button--secondary:active,
        .widget--my-account-forms .small-buttons .button:active,
        .widget--myaccount-form-submissions .small-buttons .button:active,
        .widget--my-account-forms .view-more:active,
        .widget--myaccount-form-submissions .view-more:active,
        .widget--myaccount-my-address .button:active,
        .widget--myaccount-cxm-service-widget .button:active,
        .pagination--complex .pagination__link:active,
        .sign-in-links .list__link:active,
        .widget--myaccount-api-links a:active,
        .organisation-links-widget > a:active,
        .organisation-account-link-widget > a:active {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari .button:focus,
.is-safari .button:active,
.is-safari .form__label--upload:focus,
.is-safari .form__label--image-upload:focus,
.is-safari .form__dropzone-upload-button:focus,
.is-safari .dz-remove:focus,
.is-safari .button--primary:focus,
.is-safari .form .button--secondary:focus,
.form .is-safari .button--secondary:focus,
.is-safari .payment-review-form .form__footer .button--secondary:focus,
.payment-review-form .form__footer .is-safari .button--secondary:focus,
.is-safari .integrated-component .button--secondary:focus,
.integrated-component .is-safari .button--secondary:focus,
.is-safari .list--az .button:focus,
.list--az .is-safari .button:focus,
.is-safari .supplement--advert .button:focus,
.supplement--advert .is-safari .button:focus,
.is-safari .supplement--further-info .button:focus,
.supplement--further-info .is-safari .button:focus,
.is-safari .supplement--image .button:focus,
.supplement--image .is-safari .button:focus,
.is-safari .widget--myaccount-paybridge-balance-lookup .button:focus,
.widget--myaccount-paybridge-balance-lookup .is-safari .button:focus,
.is-safari .widget--myaccount-paybridge-balance-lookup .button--secondary:focus,
.widget--myaccount-paybridge-balance-lookup .is-safari .button--secondary:focus,
.is-safari .widget--my-account-forms .small-buttons .button:focus,
.widget--my-account-forms .small-buttons .is-safari .button:focus,
.is-safari .widget--myaccount-form-submissions .small-buttons .button:focus,
.widget--myaccount-form-submissions .small-buttons .is-safari .button:focus,
.is-safari .widget--my-account-forms .view-more:focus,
.widget--my-account-forms .is-safari .view-more:focus,
.is-safari .widget--myaccount-form-submissions .view-more:focus,
.widget--myaccount-form-submissions .is-safari .view-more:focus,
.is-safari .widget--myaccount-my-address .button:focus,
.widget--myaccount-my-address .is-safari .button:focus,
.is-safari .widget--myaccount-cxm-service-widget .button:focus,
.widget--myaccount-cxm-service-widget .is-safari .button:focus,
.is-safari .pagination--complex .pagination__link:focus,
.pagination--complex .is-safari .pagination__link:focus,
.is-safari .sign-in-links .list__link:focus,
.sign-in-links .is-safari .list__link:focus,
.is-safari .widget--myaccount-api-links a:focus,
.widget--myaccount-api-links .is-safari a:focus,
.is-safari .organisation-links-widget > a:focus,
.is-safari .organisation-account-link-widget > a:focus,
.is-safari .form__label--upload:active,
.is-safari .form__label--image-upload:active,
.is-safari .form__dropzone-upload-button:active,
.is-safari .dz-remove:active,
.is-safari .button--primary:active,
.is-safari .form .button--secondary:active,
.form .is-safari .button--secondary:active,
.is-safari .payment-review-form .form__footer .button--secondary:active,
.payment-review-form .form__footer .is-safari .button--secondary:active,
.is-safari .integrated-component .button--secondary:active,
.integrated-component .is-safari .button--secondary:active,
.is-safari .list--az .button:active,
.list--az .is-safari .button:active,
.is-safari .supplement--advert .button:active,
.supplement--advert .is-safari .button:active,
.is-safari .supplement--further-info .button:active,
.supplement--further-info .is-safari .button:active,
.is-safari .supplement--image .button:active,
.supplement--image .is-safari .button:active,
.is-safari .widget--myaccount-paybridge-balance-lookup .button:active,
.widget--myaccount-paybridge-balance-lookup .is-safari .button:active,
.is-safari
.widget--myaccount-paybridge-balance-lookup
.button--secondary:active,
.widget--myaccount-paybridge-balance-lookup
.is-safari
.button--secondary:active,
.is-safari .widget--my-account-forms .small-buttons .button:active,
.widget--my-account-forms .small-buttons .is-safari .button:active,
.is-safari .widget--myaccount-form-submissions .small-buttons .button:active,
.widget--myaccount-form-submissions .small-buttons .is-safari .button:active,
.is-safari .widget--my-account-forms .view-more:active,
.widget--my-account-forms .is-safari .view-more:active,
.is-safari .widget--myaccount-form-submissions .view-more:active,
.widget--myaccount-form-submissions .is-safari .view-more:active,
.is-safari .widget--myaccount-my-address .button:active,
.widget--myaccount-my-address .is-safari .button:active,
.is-safari .widget--myaccount-cxm-service-widget .button:active,
.widget--myaccount-cxm-service-widget .is-safari .button:active,
.is-safari .pagination--complex .pagination__link:active,
.pagination--complex .is-safari .pagination__link:active,
.is-safari .sign-in-links .list__link:active,
.sign-in-links .is-safari .list__link:active,
.is-safari .widget--myaccount-api-links a:active,
.widget--myaccount-api-links .is-safari a:active,
.is-safari .organisation-links-widget > a:active,
.is-safari .organisation-account-link-widget > a:active {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.button:focus,
.form__label--upload:focus,
.form__label--image-upload:focus,
.form__dropzone-upload-button:focus,
.dz-remove:focus,
.button--primary:focus,
.form .button--secondary:focus,
.payment-review-form .form__footer .button--secondary:focus,
.integrated-component .button--secondary:focus,
.list--az .button:focus,
.supplement--advert .button:focus,
.supplement--further-info .button:focus,
.supplement--image .button:focus,
.widget--myaccount-paybridge-balance-lookup .button:focus,
.widget--myaccount-paybridge-balance-lookup .button--secondary:focus,
.widget--my-account-forms .small-buttons .button:focus,
.widget--myaccount-form-submissions .small-buttons .button:focus,
.widget--my-account-forms .view-more:focus,
.widget--myaccount-form-submissions .view-more:focus,
.widget--myaccount-my-address .button:focus,
.widget--myaccount-cxm-service-widget .button:focus,
.pagination--complex .pagination__link:focus,
.sign-in-links .list__link:focus,
.widget--myaccount-api-links a:focus,
.organisation-links-widget > a:focus,
.organisation-account-link-widget > a:focus {
    outline-offset: 0;
}

.button[disabled],
.form__label--upload[disabled],
.form__label--image-upload[disabled],
.form__dropzone-upload-button[disabled],
.dz-remove[disabled],
.button--primary[disabled],
.form .button--secondary[disabled],
.payment-review-form .form__footer .button--secondary[disabled],
.integrated-component .button--secondary[disabled],
.list--az .button[disabled],
.supplement--advert .button[disabled],
.supplement--further-info .button[disabled],
.supplement--image .button[disabled],
.widget--myaccount-paybridge-balance-lookup .button[disabled],
.widget--myaccount-paybridge-balance-lookup .button--secondary[disabled],
.widget--my-account-forms .small-buttons .button[disabled],
.widget--myaccount-form-submissions .small-buttons .button[disabled],
.widget--my-account-forms .view-more[disabled],
.widget--myaccount-form-submissions .view-more[disabled],
.widget--myaccount-my-address .button[disabled],
.widget--myaccount-cxm-service-widget .button[disabled],
.pagination--complex .pagination__link[disabled],
.sign-in-links .list__link[disabled],
.widget--myaccount-api-links a[disabled],
.organisation-links-widget > a[disabled],
.organisation-account-link-widget > a[disabled] {
    cursor: not-allowed;
}

.button--block,
.button--block:visited {
    display: block;
    width: 100%;
}

.button--large,
.button--large:visited {
    padding: 1.5rem 3rem;
}

.button--small,
.button--small:visited,
.dz-remove,
.list--with-button .list__item-button,
.dz-remove:visited,
.list--with-button .list__item-button:visited {
    padding: 0.75rem;
}

    .button--danger,
    .button--danger:visited,
    .dz-remove,
    .dz-remove:visited {
        background-color: #f2adad;
        border-color: #eb8181;
        color: #000;
    }

        .button--danger:hover,
        .button--danger:focus,
        .button--danger:active,
        .dz-remove:hover,
        .dz-remove:focus,
        .dz-remove:active {
            background-color: #f5c3c3;
            color: #000;
        }

.button--disabled,
.calendar--event-booking .calendar__dates .form__radio:disabled + .button,
.button--disabled:visited,
.calendar--event-booking
.calendar__dates
.form__radio:disabled + .button:visited,
.pagination--complex .pagination__active,
.pagination--complex .pagination__active:visited,
.button[disabled],
.button[disabled]:visited {
    background-color: #fff;
    border-color: #edf0f0;
    color: #647179;
    cursor: not-allowed;
}

    .button--disabled:hover,
    .calendar--event-booking .calendar__dates .form__radio:disabled + .button:hover,
    .button--disabled:focus,
    .calendar--event-booking .calendar__dates .form__radio:disabled + .button:focus,
    .button--disabled:active,
    .calendar--event-booking
    .calendar__dates
    .form__radio:disabled + .button:active,
    .pagination--complex .pagination__active:hover,
    .pagination--complex .pagination__active:focus,
    .pagination--complex .pagination__active:active,
    .button[disabled]:hover,
    .button[disabled]:focus,
    .button[disabled]:active {
        background-color: #fff;
        border-color: #edf0f0;
        color: #647179;
    }

.button--secondary,
.button--secondary:visited {
    background-color: transparent;
    border: 3px solid #bb5b02;
    color: #bb5b02;
}

    .button--secondary:hover,
    .button--secondary:focus,
    .button--secondary:active {
        background-color: transparent;
        border-color: #4d575d;
        color: #4d575d;
    }

    .button--secondary:focus {
        -webkit-box-shadow: 0 0 0 2px #fff !important;
        box-shadow: 0 0 0 2px #fff !important;
        outline: 3px solid #1f75e0 !important;
        outline-offset: 2px;
    }

.button--standout,
.button--standout:visited {
    background-color: #9a5fa3;
    border-color: #9a5fa3;
    color: #fff;
}

    .button--standout:hover,
    .button--standout:focus,
    .button--standout:active {
        background-color: #fff;
        color: #9a5fa3;
    }

.button--subtle,
.button--subtle:visited {
    background-color: #f5f5f7;
    border-color: #f5f5f7;
    color: #4d575d;
}

    .button--subtle:hover,
    .button--subtle:focus,
    .button--subtle:active {
        background-color: #fff;
    }

.button--success,
.button--success:visited {
    background-color: #b5dfb7;
    border-color: #91d094;
    color: #000;
}

    .button--success:hover,
    .button--success:focus,
    .button--success:active {
        background-color: #c7e7c8;
        color: #000;
    }

.button--warning,
.button--warning:visited {
    background-color: #fd9;
    border-color: #fc6;
    color: #000;
}

    .button--warning:hover,
    .button--warning:focus,
    .button--warning:active {
        background-color: #ffe6b3;
        color: #000;
    }

.button--rounded {
    border-radius: 30px;
    padding: 0.625rem 1.5rem;
}

    .button--rounded:focus,
    .button--rounded:active {
        border: 2px solid #1f75e0;
        outline: none;
    }

.button--icon .icon {
    display: inline-block;
    height: 1.3rem;
    margin-right: 0.75rem;
    vertical-align: middle;
    width: 1.3rem;
}

.form__label--upload .icon,
.form__label--image-upload .icon,
.button--icon-right .icon {
    display: inline-block;
    height: 1.3rem;
    margin-left: 0.75rem;
    vertical-align: middle;
}

.tabs {
    padding-bottom: 1.5rem;
    position: relative;
}

.tab-list {
    border-bottom: 1px solid #095294;
    overflow: auto;
    padding: 3px 1rem 0;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

@media screen and (min-width: 760px) {
    .tab-list {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media screen and (max-width: 759px) {
    .two-column .container .tab-list {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.tabs::before {
    background: #095294;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

.one-column .container .tabs::before {
    left: -1rem;
    right: -1rem;
}

@media screen and (max-width: 759px) {
    .two-column .container .tabs::before {
        left: -1rem;
        right: -1rem;
    }
}

.button--tab {
    border-bottom-width: 0;
    margin: 0 -1px 0 0;
    position: relative;
    vertical-align: bottom;
    z-index: 0;
}

    .button--tab:hover,
    .button--tab:focus,
    .button--tab:active {
        padding: 0.625rem 1.5rem 0.75rem;
    }

    .button--tab.is-active {
        background-color: #095294;
        color: #fff;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        z-index: 1;
    }

    .button--tab:focus,
    .button--tab:active {
        z-index: 2;
    }

.button--reset,
.button--reset:visited,
.button--reset:hover,
.button--reset:focus,
.button--reset:active {
    background-color: transparent;
    border: 0;
    color: #20828e;
    margin: 0;
    padding: 0;
    text-transform: initial;
}

    .button--reset:visited {
        color: #6d2077;
    }

    .button--reset:hover,
    .button--reset:focus,
    .button--reset:active {
        color: #095294;
        text-decoration: underline;
    }

.news-menu {
    background-color: transparent !important;
    margin-bottom: 2rem;
}

    .news-menu .nav__heading {
        color: #3c3c3c;
        font-size: 1.375rem;
        font-weight: 700;
    }

    .news-menu .list--unordered {
        margin-left: 0.5rem;
    }

        .news-menu .list--unordered .list__link {
            color: #4d575d;
            padding: 0.1875rem 0;
        }

.aside .news-menu .list--unordered .list__link:hover {
    background-color: #20828e;
    color: #fff;
}

.aside .news-menu .list--unordered .list__link:focus {
    background-color: transparent;
    color: #095294;
}

.image-link {
    background-image: none !important;
    text-shadow: none !important;
    border-collapse: collapse;
    display: table;
    margin: 1.5rem 0;
    max-width: 100%;
    vertical-align: top;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .image-link {
        display: inline-block;
        width: auto;
    }
}

@supports (-ms-ime-align: auto) {
    .image-link {
        display: inline-block;
        width: auto;
    }
}

.image-link .image {
    border-bottom: 3px inset #bb5b02;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.image-link .image__caption {
    caption-side: bottom;
    color: #20828e;
    display: table-caption;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 0px;
    flex: 0 1 0;
    margin: 0;
    text-align: left;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .image-link .image__caption {
        display: inline-block;
        min-width: 100%;
    }
}

@supports (-ms-ime-align: auto) {
    .image-link .image__caption {
        display: inline-block;
        min-width: 100%;
    }
}

.image-link:hover {
    text-decoration: none;
}

    .image-link:hover .image {
        border-color: #20828e;
    }

    .image-link:hover .image__caption {
        background-color: #20828e;
        color: #fff;
    }

.image-link:focus,
.image-link:active {
    text-decoration: none;
}

.carousel .image-link {
    position: relative;
}

    .carousel .image-link::after {
        content: "";
        display: block;
        height: calc(100% - 2px);
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: opacity 0.1s ease-in;
        transition: opacity 0.1s ease-in;
        width: 100%;
    }

    .carousel .image-link:focus {
        outline: none;
    }

        .carousel .image-link:focus::after {
            outline: none;
            -webkit-box-shadow: inset 0 0 0 3px #1f75e0;
            box-shadow: inset 0 0 0 3px #1f75e0;
            opacity: 1;
            z-index: 1;
        }

.list,
.download__meta-list,
.pagination__list,
.widget--my-account-forms .item-list,
.widget--myaccount-form-submissions .item-list,
.my-cases__list,
.my-cases__metadata,
.widget--myaccount-my-address .item-list,
.grid {
    line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

    .list time,
    .list .list__time,
    .download__meta-list time,
    .pagination__list time,
    .widget--my-account-forms .item-list time,
    .widget--myaccount-form-submissions .item-list time,
    .my-cases__list time,
    .my-cases__metadata time,
    .widget--myaccount-my-address .item-list time,
    .grid time,
    .download__meta-list .list__time,
    .pagination__list .list__time,
    .widget--my-account-forms .item-list .list__time,
    .widget--myaccount-form-submissions .item-list .list__time,
    .my-cases__list .list__time,
    .my-cases__metadata .list__time,
    .widget--myaccount-my-address .item-list .list__time,
    .grid .list__time {
        display: block;
        font-size: 0.875rem;
        margin: 0.25rem 0 1.5rem;
    }

.list__item,
.my-cases__item {
    display: block;
    font-size: 1.25rem;
    margin: 0.625rem 0;
}

.list__link {
    text-decoration: underline;
}

    .list__link:hover,
    .list__link:focus,
    .list__link:active {
        text-decoration: none;
    }

.list__link--disabled {
    color: #4d575d;
}

.list--colour-palette,
.list--inline {
    margin: 0;
}

    .list--colour-palette .list__item,
    .list--inline .list__item {
        display: inline-block;
        margin: 0.75rem 1.5rem 0 0;
        white-space: nowrap;
    }

@media screen and (max-width: 399px) {
    .list--colour-palette .list__item,
    .list--inline .list__item {
        width: 100%;
    }
}

.list--colour-palette .list__item:last-child,
.list--inline .list__item:last-child {
    margin-right: 0;
}

.list--colour-palette .list__item--condensed,
.list--inline .list__item--condensed {
    margin-right: 0.1875rem;
}

@media screen and (max-width: 599px) {
    .list--colour-palette .list__item--expanded,
    .list--inline .list__item--expanded {
        margin-right: 0.1875rem;
    }
}

.list--listing .list__item,
.list--grouped .list__item,
.list--with-button .list__item,
.list--rich .list__item {
    border-bottom: 5px solid #d5d7da;
    margin: 0;
    padding: 1.5rem 0;
}

    .list--listing .list__item:first-child,
    .list--grouped .list__item:first-child,
    .list--with-button .list__item:first-child,
    .list--rich .list__item:first-child {
        border-top: 5px solid #d5d7da;
    }

.list--listing .list,
.list--grouped .list,
.list--with-button .list,
.list--rich .list {
    margin-top: 1.5rem;
}

    .list--listing .list .list__item:last-child,
    .list--grouped .list .list__item:last-child,
    .list--with-button .list .list__item:last-child,
    .list--rich .list .list__item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

@media screen and (min-width: 760px) {
    .list--listing[data-enable-masonry] {
        margin: -0.75rem;
    }
}

.list--listing[data-enable-masonry] .list__item {
    background-color: #f5f5f7;
    border: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%;
}

@media screen and (min-width: 760px) {
    .list--listing[data-enable-masonry] .list__item {
        float: left;
        margin: 0.75rem;
        width: calc(50% - 1.5rem);
    }
}

.list--listing[data-enable-masonry] .listing__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .list--listing[data-enable-masonry] .listing__link .listing__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 1.5rem;
    }

    .list--listing[data-enable-masonry] .listing__link .listing__image {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

@media screen and (min-width: 1020px) {
    .one-column .list--listing[data-enable-masonry] .list__item {
        width: calc(33.33333% - 1.5rem);
    }
}

.list--numbered,
.editor ol:not([class]):not([type]),
.list--ordered,
.supplement--navigation .list,
.widget-documents .list,
.widget-feeds .list,
.widget-width--100 .widget-navigation .list,
.widget-navigation .list,
.widget-sitemap .list,
.widget--sitemap .list,
.widget-sub-categories .list,
.widget-whats-new .list,
.editor ul:not([class]):not([type]),
.list--unordered {
    color: #4d575d;
    font-size: 1.25rem;
    font-weight: 500;
    list-style: none;
    margin: 1.125rem 0 1.125rem 1.5rem;
}

@media screen and (max-width: 599px) {
    .list--numbered,
    .editor ol:not([class]):not([type]),
    .list--ordered,
    .supplement--navigation .list,
    .widget-documents .list,
    .widget-feeds .list,
    .widget-width--100 .widget-navigation .list,
    .widget-navigation .list,
    .widget-sitemap .list,
    .widget--sitemap .list,
    .widget-sub-categories .list,
    .widget-whats-new .list,
    .editor ul:not([class]):not([type]),
    .list--unordered {
        margin-left: 0.5rem;
    }
}

.list--numbered li,
.editor ol:not([class]):not([type]) li,
.list--ordered li,
.supplement--navigation .list li,
.widget-documents .list li,
.widget-feeds .list li,
.widget-width--100 .widget-navigation .list li,
.widget-navigation .list li,
.widget-sitemap .list li,
.widget--sitemap .list li,
.widget-sub-categories .list li,
.widget-whats-new .list li,
.editor ul:not([class]):not([type]) li,
.list--unordered li {
    margin: 0.5rem 0;
    padding-left: 1.75rem;
    padding-right: 0.5rem;
}

    .list--numbered li > *:first-child,
    .editor ol:not([class]):not([type]) li > *:first-child,
    .list--ordered li > *:first-child,
    .supplement--navigation .list li > *:first-child,
    .widget-documents .list li > *:first-child,
    .widget-feeds .list li > *:first-child,
    .widget-navigation .list li > *:first-child,
    .widget-sitemap .list li > *:first-child,
    .widget--sitemap .list li > *:first-child,
    .widget-sub-categories .list li > *:first-child,
    .widget-whats-new .list li > *:first-child,
    .editor ul:not([class]):not([type]) li > *:first-child,
    .list--unordered li > *:first-child {
        margin-top: 0;
    }

    .list--numbered li > *:last-child,
    .editor ol:not([class]):not([type]) li > *:last-child,
    .list--ordered li > *:last-child,
    .supplement--navigation .list li > *:last-child,
    .widget-documents .list li > *:last-child,
    .widget-feeds .list li > *:last-child,
    .widget-navigation .list li > *:last-child,
    .widget-sitemap .list li > *:last-child,
    .widget--sitemap .list li > *:last-child,
    .widget-sub-categories .list li > *:last-child,
    .widget-whats-new .list li > *:last-child,
    .editor ul:not([class]):not([type]) li > *:last-child,
    .list--unordered li > *:last-child {
        margin-bottom: 0;
    }

    .list--numbered li::before,
    .editor ol:not([class]):not([type]) li::before,
    .list--ordered li::before,
    .supplement--navigation .list li::before,
    .widget-documents .list li::before,
    .widget-feeds .list li::before,
    .widget-width--100 .widget-navigation .list li::before,
    .widget-navigation .list li::before,
    .widget-sitemap .list li::before,
    .widget--sitemap .list li::before,
    .widget-sub-categories .list li::before,
    .widget-whats-new .list li::before,
    .editor ul:not([class]):not([type]) li::before,
    .list--unordered li::before {
        display: inline-block;
        float: left;
        margin-left: -1.75rem;
        text-align: left;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1.75rem;
    }

.list--numbered + .button,
.editor ol:not([class]):not([type]) + .button,
.list--ordered + .button,
.supplement--navigation .list + .button,
.widget-documents .list + .button,
.widget-feeds .list + .button,
.widget-navigation .list + .button,
.widget-sitemap .list + .button,
.widget--sitemap .list + .button,
.widget-sub-categories .list + .button,
.widget-whats-new .list + .button,
.editor ul:not([class]):not([type]) + .button,
.list--unordered + .button {
    margin-top: 0.5rem;
}

.list--numbered,
.editor ol:not([class]):not([type]),
.list--ordered {
    counter-reset: list_item_count;
}

    .list--numbered li,
    .editor ol:not([class]):not([type]) li,
    .list--ordered li {
        counter-increment: list_item_count;
    }

        .list--numbered li::before,
        .editor ol:not([class]):not([type]) li::before,
        .list--ordered li::before {
            color: #6c6c67;
            content: counter(list_item_count) ".";
            text-align: center;
            -webkit-transform: translateX(-0.95833rem);
            -ms-transform: translateX(-0.95833rem);
            transform: translateX(-0.95833rem);
            -webkit-transition: background-color 0.2s;
            transition: background-color 0.2s;
        }

        .list--numbered li > ul,
        .editor ol:not([class]):not([type]) li > ul,
        .list--ordered li > ul {
            counter-reset: list_item_count;
        }

            .list--numbered li > ul li::before,
            .editor ol:not([class]):not([type]) li > ul li::before,
            .list--ordered li > ul li::before {
                border-radius: 50%;
                content: "";
                display: block;
                height: 0.75rem;
                -webkit-transform: translate(-50%, 0.6rem);
                -ms-transform: translate(-50%, 0.6rem);
                transform: translate(-50%, 0.6rem);
                width: 0.75rem;
            }

        .list--numbered li > ol li::before,
        .editor ol:not([class]):not([type]) li > ol li::before,
        .list--ordered li > ol li::before {
            content: counter(list_item_count, lower-latin) ".";
        }

        .list--numbered li > ol li > ol > li::before,
        .editor ol:not([class]):not([type]) li > ol li > ol > li::before,
        .list--ordered li > ol li > ol > li::before {
            content: counter(list_item_count, lower-roman) ".";
        }

    .editor ul:not([class]):not([type]) > li ul[type],
    .editor ul:not([class]):not([type]) > li ol[type],
    .editor ol:not([class]):not([type]) > li ul[type],
    .editor ol:not([class]):not([type]) > li ol[type] {
        margin-left: 2.375rem;
        margin-top: 0;
    }

        .editor ul:not([class]):not([type]) > li ul[type] > li,
        .editor ul:not([class]):not([type]) > li ol[type] > li,
        .editor ol:not([class]):not([type]) > li ul[type] > li,
        .editor ol:not([class]):not([type]) > li ol[type] > li {
            padding-left: 0.625rem;
        }

            .editor ul:not([class]):not([type]) > li ul[type] > li::before,
            .editor ul:not([class]):not([type]) > li ol[type] > li::before,
            .editor ol:not([class]):not([type]) > li ul[type] > li::before,
            .editor ol:not([class]):not([type]) > li ol[type] > li::before {
                content: none;
            }

.supplement--navigation .list li::before,
.widget-documents .list li::before,
.widget-feeds .list li::before,
.widget-width--100 .widget-navigation .list li::before,
.widget-navigation .list li::before,
.widget-sitemap .list li::before,
.widget--sitemap .list li::before,
.widget-sub-categories .list li::before,
.widget-whats-new .list li::before,
.editor ul:not([class]):not([type]) li::before,
.supplement--navigation .list .list__item::before,
.widget-documents .list .list__item::before,
.widget-feeds .list .list__item::before,
.widget-navigation .list .list__item::before,
.widget-sitemap .list .list__item::before,
.widget--sitemap .list .list__item::before,
.widget-sub-categories .list .list__item::before,
.widget-whats-new .list .list__item::before,
.editor ul:not([class]):not([type]) .list__item::before,
.list--unordered li::before,
.list--unordered .list__item::before {
    background-color: #6c6c67;
    border: 1px solid #6c6c67;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.75rem;
    -webkit-transform: translate(-50%, 0.6rem);
    -ms-transform: translate(-50%, 0.6rem);
    transform: translate(-50%, 0.6rem);
    width: 0.75rem;
}

.supplement--navigation .list li > ol li::before,
.widget-documents .list li > ol li::before,
.widget-feeds .list li > ol li::before,
.widget-width--100 .widget-navigation .list li > ol li::before,
.widget-navigation .list li > ol li::before,
.widget-sitemap .list li > ol li::before,
.widget--sitemap .list li > ol li::before,
.widget-sub-categories .list li > ol li::before,
.widget-whats-new .list li > ol li::before,
.editor ul:not([class]):not([type]) li > ol li::before,
.supplement--navigation .list li > ol .list__item::before,
.widget-documents .list li > ol .list__item::before,
.widget-feeds .list li > ol .list__item::before,
.widget-navigation .list li > ol .list__item::before,
.widget-sitemap .list li > ol .list__item::before,
.widget--sitemap .list li > ol .list__item::before,
.widget-sub-categories .list li > ol .list__item::before,
.widget-whats-new .list li > ol .list__item::before,
.editor ul:not([class]):not([type]) li > ol .list__item::before,
.supplement--navigation .list li .list--ordered li::before,
.widget-documents .list li .list--ordered li::before,
.widget-feeds .list li .list--ordered li::before,
.widget-navigation .list li .list--ordered li::before,
.widget-sitemap .list li .list--ordered li::before,
.widget--sitemap .list li .list--ordered li::before,
.widget-sub-categories .list li .list--ordered li::before,
.widget-whats-new .list li .list--ordered li::before,
.editor ul:not([class]):not([type]) li .list--ordered li::before,
.supplement--navigation .list li .list--ordered .list__item::before,
.widget-documents .list li .list--ordered .list__item::before,
.widget-feeds .list li .list--ordered .list__item::before,
.widget-navigation .list li .list--ordered .list__item::before,
.widget-sitemap .list li .list--ordered .list__item::before,
.widget--sitemap .list li .list--ordered .list__item::before,
.widget-sub-categories .list li .list--ordered .list__item::before,
.widget-whats-new .list li .list--ordered .list__item::before,
.editor ul:not([class]):not([type]) li .list--ordered .list__item::before,
.supplement--navigation .list .list__item > ol li::before,
.widget-documents .list .list__item > ol li::before,
.widget-feeds .list .list__item > ol li::before,
.widget-navigation .list .list__item > ol li::before,
.widget-sitemap .list .list__item > ol li::before,
.widget--sitemap .list .list__item > ol li::before,
.widget-sub-categories .list .list__item > ol li::before,
.widget-whats-new .list .list__item > ol li::before,
.editor ul:not([class]):not([type]) .list__item > ol li::before,
.supplement--navigation .list .list__item > ol .list__item::before,
.widget-documents .list .list__item > ol .list__item::before,
.widget-feeds .list .list__item > ol .list__item::before,
.widget-navigation .list .list__item > ol .list__item::before,
.widget-sitemap .list .list__item > ol .list__item::before,
.widget--sitemap .list .list__item > ol .list__item::before,
.widget-sub-categories .list .list__item > ol .list__item::before,
.widget-whats-new .list .list__item > ol .list__item::before,
.editor ul:not([class]):not([type]) .list__item > ol .list__item::before,
.supplement--navigation .list .list__item .list--ordered li::before,
.widget-documents .list .list__item .list--ordered li::before,
.widget-feeds .list .list__item .list--ordered li::before,
.widget-navigation .list .list__item .list--ordered li::before,
.widget-sitemap .list .list__item .list--ordered li::before,
.widget--sitemap .list .list__item .list--ordered li::before,
.widget-sub-categories .list .list__item .list--ordered li::before,
.widget-whats-new .list .list__item .list--ordered li::before,
.editor ul:not([class]):not([type]) .list__item .list--ordered li::before,
.supplement--navigation .list .list__item .list--ordered .list__item::before,
.widget-documents .list .list__item .list--ordered .list__item::before,
.widget-feeds .list .list__item .list--ordered .list__item::before,
.widget-navigation .list .list__item .list--ordered .list__item::before,
.widget-sitemap .list .list__item .list--ordered .list__item::before,
.widget--sitemap .list .list__item .list--ordered .list__item::before,
.widget-sub-categories .list .list__item .list--ordered .list__item::before,
.widget-whats-new .list .list__item .list--ordered .list__item::before,
.editor
ul:not([class]):not([type])
.list__item
.list--ordered
.list__item::before,
.list--unordered li > ol li::before,
.list--unordered li > ol .list__item::before,
.list--unordered li .list--ordered li::before,
.list--unordered li .list--ordered .list__item::before,
.list--unordered .list__item > ol li::before,
.list--unordered .list__item > ol .list__item::before,
.list--unordered .list__item .list--ordered li::before,
.list--unordered .list__item .list--ordered .list__item::before {
    background: transparent;
    border: 0;
    border-radius: 0;
    content: counter(list_item_count) ".";
    height: auto;
    line-height: 1;
    position: relative;
    top: -0.25rem;
    width: auto;
}

.supplement--navigation .list .list__link,
.widget-documents .list .list__link,
.widget-feeds .list .list__link,
.widget-navigation .list .list__link,
.widget-sitemap .list .list__link,
.widget--sitemap .list .list__link,
.widget-sub-categories .list .list__link,
.widget-whats-new .list .list__link,
.editor ul:not([class]):not([type]) .list__link,
.list--unordered .list__link {
    display: inline;
}

.supplement--navigation .list ul:not([class]) li > ul:not([class]) li::before,
.widget-documents .list ul:not([class]) li > ul:not([class]) li::before,
.widget-feeds .list ul:not([class]) li > ul:not([class]) li::before,
.widget-navigation .list ul:not([class]) li > ul:not([class]) li::before,
.widget-sitemap .list ul:not([class]) li > ul:not([class]) li::before,
.widget--sitemap .list ul:not([class]) li > ul:not([class]) li::before,
.widget-sub-categories .list ul:not([class]) li > ul:not([class]) li::before,
.widget-whats-new .list ul:not([class]) li > ul:not([class]) li::before,
.editor
ul:not([class]):not([type])
ul:not([class])
li > ul:not([class])
li::before,
.supplement--navigation
.list
ul:not([class])
li > ul:not([class])
.list__item::before,
.widget-documents
.list
ul:not([class])
li > ul:not([class])
.list__item::before,
.widget-feeds .list ul:not([class]) li > ul:not([class]) .list__item::before,
.widget-navigation
.list
ul:not([class])
li > ul:not([class])
.list__item::before,
.widget-sitemap .list ul:not([class]) li > ul:not([class]) .list__item::before,
.widget--sitemap .list ul:not([class]) li > ul:not([class]) .list__item::before,
.widget-sub-categories
.list
ul:not([class])
li > ul:not([class])
.list__item::before,
.widget-whats-new
.list
ul:not([class])
li > ul:not([class])
.list__item::before,
.editor
ul:not([class]):not([type])
ul:not([class])
li > ul:not([class])
.list__item::before,
.supplement--navigation
.list
ul:not([class])
.list__item > ul:not([class])
li::before,
.widget-documents
.list
ul:not([class])
.list__item > ul:not([class])
li::before,
.widget-feeds .list ul:not([class]) .list__item > ul:not([class]) li::before,
.widget-navigation
.list
ul:not([class])
.list__item > ul:not([class])
li::before,
.widget-sitemap .list ul:not([class]) .list__item > ul:not([class]) li::before,
.widget--sitemap .list ul:not([class]) .list__item > ul:not([class]) li::before,
.widget-sub-categories
.list
ul:not([class])
.list__item > ul:not([class])
li::before,
.widget-whats-new
.list
ul:not([class])
.list__item > ul:not([class])
li::before,
.editor
ul:not([class]):not([type])
ul:not([class])
.list__item > ul:not([class])
li::before,
.supplement--navigation
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.widget-documents
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.widget-feeds
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.widget-navigation
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.widget-sitemap
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.widget--sitemap
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.widget-sub-categories
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.widget-whats-new
.list
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.editor
ul:not([class]):not([type])
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.supplement--navigation .list .list--unordered li > ul:not([class]) li::before,
.widget-documents .list .list--unordered li > ul:not([class]) li::before,
.widget-feeds .list .list--unordered li > ul:not([class]) li::before,
.widget-navigation .list .list--unordered li > ul:not([class]) li::before,
.widget-sitemap .list .list--unordered li > ul:not([class]) li::before,
.widget--sitemap .list .list--unordered li > ul:not([class]) li::before,
.widget-sub-categories .list .list--unordered li > ul:not([class]) li::before,
.widget-whats-new .list .list--unordered li > ul:not([class]) li::before,
.editor
ul:not([class]):not([type])
.list--unordered
li > ul:not([class])
li::before,
.supplement--navigation
.list
.list--unordered
li > ul:not([class])
.list__item::before,
.widget-documents
.list
.list--unordered
li > ul:not([class])
.list__item::before,
.widget-feeds .list .list--unordered li > ul:not([class]) .list__item::before,
.widget-navigation
.list
.list--unordered
li > ul:not([class])
.list__item::before,
.widget-sitemap .list .list--unordered li > ul:not([class]) .list__item::before,
.widget--sitemap
.list
.list--unordered
li > ul:not([class])
.list__item::before,
.widget-sub-categories
.list
.list--unordered
li > ul:not([class])
.list__item::before,
.widget-whats-new
.list
.list--unordered
li > ul:not([class])
.list__item::before,
.editor
ul:not([class]):not([type])
.list--unordered
li > ul:not([class])
.list__item::before,
.supplement--navigation
.list
.list--unordered
.list__item > ul:not([class])
li::before,
.widget-documents
.list
.list--unordered
.list__item > ul:not([class])
li::before,
.widget-feeds .list .list--unordered .list__item > ul:not([class]) li::before,
.widget-navigation
.list
.list--unordered
.list__item > ul:not([class])
li::before,
.widget-sitemap .list .list--unordered .list__item > ul:not([class]) li::before,
.widget--sitemap
.list
.list--unordered
.list__item > ul:not([class])
li::before,
.widget-sub-categories
.list
.list--unordered
.list__item > ul:not([class])
li::before,
.widget-whats-new
.list
.list--unordered
.list__item > ul:not([class])
li::before,
.editor
ul:not([class]):not([type])
.list--unordered
.list__item > ul:not([class])
li::before,
.supplement--navigation
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.widget-documents
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.widget-feeds
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.widget-navigation
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.widget-sitemap
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.widget--sitemap
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.widget-sub-categories
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.widget-whats-new
.list
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.editor
ul:not([class]):not([type])
.list--unordered
.list__item > ul:not([class])
.list__item::before,
.list--unordered ul:not([class]) li > ul:not([class]) li::before,
.list--unordered ul:not([class]) li > ul:not([class]) .list__item::before,
.list--unordered ul:not([class]) .list__item > ul:not([class]) li::before,
.list--unordered
ul:not([class])
.list__item > ul:not([class])
.list__item::before,
.list--unordered .list--unordered li > ul:not([class]) li::before,
.list--unordered .list--unordered li > ul:not([class]) .list__item::before,
.list--unordered .list--unordered .list__item > ul:not([class]) li::before,
.list--unordered
.list--unordered
.list__item > ul:not([class])
.list__item::before {
    background-color: #6c6c67;
    border-radius: 0;
    height: 0.375rem;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
    width: 0.6rem;
}

.list--striped > .list__item {
    border: 0;
    padding: 0.75rem;
}

    .list--striped > .list__item:nth-child(odd) {
        background: #f5f5f7;
    }

        .list--striped > .list__item:nth-child(odd) .list__link {
            color: #1b6f79;
        }

            .list--striped > .list__item:nth-child(odd) .list__link:visited {
                color: #6d2077;
            }

            .list--striped > .list__item:nth-child(odd) .list__link:hover {
                color: #fff;
                text-decoration: none !important;
            }

.list--striped .list {
    margin-top: 0.5rem;
}

.list--az {
    display: block;
    margin-bottom: 1.5rem;
    margin-left: -0.5rem;
}

    .list--az .list__item {
        display: inline-block;
        padding: 0 0.25rem 0 0.5rem;
        text-align: center;
        width: 25%;
    }

@media screen and (min-width: 400px) {
    .list--az .list__item {
        width: 16.66667%;
    }
}

@media screen and (min-width: 600px) {
    .list--az .list__item {
        width: 10%;
    }
}

@media screen and (min-width: 760px) {
    .list--az .list__item {
        width: 7.69231%;
    }
}

@media screen and (min-width: 1280px) {
    .one-column .list--az .list__item {
        width: 3.84615%;
    }
}

.list--az .button {
    display: block;
    margin: 0;
    padding: 28.57143% 0.75rem;
    text-align: center;
    width: auto;
}

@media screen and (min-width: 600px) {
    .list--az .button {
        padding: 20% 0;
    }
}

@media screen and (min-width: 760px) {
    .list--az .button {
        padding-bottom: 25%;
        padding-top: 25%;
    }
}

@media screen and (min-width: 1280px) {
    .one-column .list--az .button {
        padding-bottom: 14.28571%;
        padding-top: 14.28571%;
    }
}

.list--az .button.button--disabled,
.list--az
.calendar--event-booking
.calendar__dates
.form__radio:disabled + .button,
.calendar--event-booking
.calendar__dates
.list--az
.form__radio:disabled + .button {
    background-color: #d5d7da;
    border-color: #d5d7da;
    color: #4d575d;
    cursor: not-allowed;
}

.definition__heading {
    border-top: 1px solid #cacaca;
    clear: left;
    font-weight: bold;
    padding-top: 1rem;
}

@media screen and (min-width: 760px) {
    .definition__heading {
        float: left;
        padding: 1rem 0.75rem;
        text-align: right;
        width: 25%;
    }
}

.definition__content {
    margin: 0;
    padding-bottom: 1rem;
    padding-top: 0.25rem;
}

@media screen and (min-width: 760px) {
    .definition__content {
        border-top: 1px solid #cacaca;
        float: left;
        padding: 1rem 0.75rem;
        width: 75%;
    }
}

.definition__content .js-map-skip-backwards {
    margin-top: 1rem;
}

.definition__content--link,
.definition__content--link a,
.definition__content--email,
.definition__content--email a {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

.definition__content .map,
.directory__image {
    display: block;
    margin: 0.25rem 0 0.3rem;
}

.definition__editor > *:first-child {
    margin-top: 0;
}

@media screen and (min-width: 760px) {
    .definition__editor > .table-wrapper table {
        margin-top: 0;
    }
}

.list--gallery .list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.75rem;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.list--gallery img {
    width: 100%;
}

@media screen and (max-width: 599px) {
    .list--downloads .list__item {
        margin-bottom: 2rem;
    }
}

.download {
    border-bottom: 1px solid #edf0f0;
    display: block;
}

.download__link {
    display: block;
}

@media screen and (min-width: 600px) {
    .download__link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.download__link,
.download__link:visited {
    text-decoration: none;
}

    .download__link:hover,
    .download__link:focus,
    .download__link:active {
        background-color: transparent;
        text-decoration: none;
    }

        .download__link:hover .download__heading-inner,
        .download__link:focus .download__heading-inner,
        .download__link:active .download__heading-inner {
            color: #095294;
            text-decoration: underline;
        }

        .download__link:hover .download__meta-list,
        .download__link:focus .download__meta-list,
        .download__link:active .download__meta-list {
            overflow: hidden;
            text-decoration: none;
        }

            .download__link:hover .download__meta-list .download__meta,
            .download__link:focus .download__meta-list .download__meta,
            .download__link:active .download__meta-list .download__meta {
                background-color: #20828e;
                color: #fff;
            }

        .download__link:hover .download__cta,
        .download__link:focus .download__cta,
        .download__link:active .download__cta {
            background-color: #4d575d;
            border-color: #095294;
            color: #fff;
        }

.download__link--singular {
    padding: 0.5rem 0;
}

.download__heading {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.125rem;
    margin: 0 0 0.5rem;
    min-width: 60%;
    padding: 0 0.75rem 0 0.25rem;
}

@media screen and (min-width: 600px) {
    .download__heading {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        font-size: 1rem;
        max-width: 100%;
        min-width: 0;
        padding-right: 1.5rem;
        vertical-align: middle;
    }

    .download__link--singular .download__heading {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: calc(100% - 13rem);
        vertical-align: middle;
        width: auto;
    }
}

.download__heading-inner {
    display: inline;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: middle;
}

.download__meta-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1d7782;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0.75rem 0 0;
    padding: 0;
}

@media screen and (min-width: 600px) {
    .download__meta-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
        text-align: right;
        width: 13rem;
    }
}

.download__meta-list .download__meta--size {
    min-width: 4.5rem;
    text-align: center;
}

.download__meta {
    background-color: #fafaf8;
    display: inline-block;
    margin: 0.75rem 0 0.75rem 0.75rem;
    padding: 0 0.25rem;
    vertical-align: bottom;
}

@media screen and (min-width: 600px) {
    .download__meta {
        font-size: 0.875rem;
        margin-top: 0.85714rem;
    }
}

@media screen and (min-width: 600px) {
    .download__meta--type {
        text-align: center;
        width: 3.5rem;
    }
}

.download__meta--link {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 599px) {
    .download__meta--link {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media screen and (min-width: 600px) {
    .download__meta--link {
        float: none;
        font-size: 1rem;
        margin-left: 0.75rem;
    }
}

.download__cta {
    background-color: #bb5b02;
    border-bottom: 1px solid #964902;
    display: block;
    margin: 0 0 -1px;
    padding: 0.75rem;
}

    .download__cta,
    .download__cta:visited {
        color: #fff;
    }

.download__cta-text {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .download__cta-text {
        display: none;
    }
}

.download__cta-icon {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .list--3up {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        page-break-inside: avoid;
    }
}

@media screen and (min-width: 760px) {
    .list--3up {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

.list--3up .list__item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
    margin-top: 0;
    padding: 0.5rem 0;
}

.list--3up .list__link {
    display: block;
}

@media screen and (min-width: 600px) {
    .list--3up .list__link {
        display: inline-block;
    }
}

.list--2up {
    margin: 0;
}

@media screen and (min-width: 600px) {
    .list--2up {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        page-break-inside: avoid;
    }
}

@media screen and (min-width: 760px) {
    .list--2up {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

.list--2up > .list__item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
    margin: 0;
    padding: 0.375rem 0;
}

.list--2up .list__link {
    display: block;
}

@media screen and (min-width: 600px) {
    .list--2up .list__link {
        display: inline-block;
    }
}

.list--record,
.list--grouped .list,
.list--navigation {
    margin-bottom: 2rem;
}

    .list--record .list__item,
    .list--grouped .list .list__item,
    .list--navigation .list__item {
        position: relative;
    }

    .list--record .list__link,
    .list--grouped .list .list__link,
    .list--navigation .list__link {
        display: inline;
    }

    .list--record .list__link {
        padding: 0.25rem 0;
    }

.list--numbered > .list__item {
    counter-increment: list_item_count;
    margin-top: 0.375rem;
    padding-left: 2.25em;
    position: relative;
}

    .list--numbered > .list__item::before {
        content: counter(list_item_count) ".";
        left: 0;
        margin-left: 0;
        margin-right: 0.5em;
        min-width: 2.25em;
        position: absolute;
        text-align: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.list--numbered.list {
    margin-left: 0;
    margin-top: 0.5rem;
}

.list--grouped .list__item {
    padding: 1.5rem 0;
}

.list--grouped .list {
    font-size: 0.875rem;
    margin: 0.75rem 0 0;
}

    .list--grouped .list .list__item {
        border: 0;
        padding-bottom: 0.75rem;
        padding-top: 0;
    }

        .list--grouped .list .list__item:first-child {
            border-top: 0;
        }

.list--with-button {
    border-color: #4d575d;
    margin-top: 1.5rem;
}

    .list--with-button .list__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-color: #4d575d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5rem 0;
    }

@media screen and (max-width: 399px) {
    .list--with-button .list__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.list--with-button .list__item:first-child {
    border-color: #4d575d;
}

.list--with-button .list__item-text {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0.25rem 0.75rem 0.25rem 0;
    max-width: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 399px) {
    .list--with-button .list__item-text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 0.75rem;
        margin-right: 0;
        width: 100%;
    }
}

.list--with-button .list__item-button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
}

@media screen and (max-width: 399px) {
    .list--with-button .list__item-button {
        margin-bottom: 0.375rem;
    }
}

.boxed,
.card,
.listing--featured,
.supplement,
.widget-directory-search,
.widget--opinion-poll,
.myaccount-widget,
.widget--myaccount-signed-in-content,
.widget--my-account-forms,
.widget--myaccount-form-submissions,
.widget--my-account-direct-debits,
.featurette__list .list__item,
.hero .hero__content,
.aside__section,
.widget-inner,
.style-guide-carousel--example-1 .latest-tweets__inner {
    background-color: #f5f5f7;
    border-color: #f5f5f7;
    margin: 0 0 1.5rem;
    padding: 1.5rem 1.875rem;
}

    .boxed a:not(.button):not(.view-more):not([role="button"]),
    .boxed .list__link,
    .card a:not(.button):not(.view-more):not([role="button"]),
    .listing--featured a:not(.button):not(.view-more):not([role="button"]),
    .supplement a:not(.button):not(.view-more):not([role="button"]),
    .widget-directory-search a:not(.button):not(.view-more):not([role="button"]),
    .widget--opinion-poll a:not(.button):not(.view-more):not([role="button"]),
    .myaccount-widget a:not(.button):not(.view-more):not([role="button"]),
    .widget--myaccount-signed-in-content
    a:not(.button):not(.view-more):not([role="button"]),
    .widget--my-account-forms a:not(.button):not(.view-more):not([role="button"]),
    .widget--myaccount-form-submissions
    a:not(.button):not(.view-more):not([role="button"]),
    .widget--my-account-direct-debits
    a:not(.button):not(.view-more):not([role="button"]),
    .featurette__list
    .list__item
    a:not(.button):not(.view-more):not([role="button"]),
    .hero .hero__content a:not(.button):not(.view-more):not([role="button"]),
    .aside__section a:not(.button):not(.view-more):not([role="button"]),
    .widget-inner a:not(.button):not(.view-more):not([role="button"]),
    .style-guide-carousel--example-1
    .latest-tweets__inner
    a:not(.button):not(.view-more):not([role="button"]),
    .card .list__link,
    .listing--featured .list__link,
    .supplement .list__link,
    .widget-directory-search .list__link,
    .widget--opinion-poll .list__link,
    .myaccount-widget .list__link,
    .widget--myaccount-signed-in-content .list__link,
    .widget--my-account-forms .list__link,
    .widget--myaccount-form-submissions .list__link,
    .widget--my-account-direct-debits .list__link,
    .featurette__list .list__item .list__link,
    .hero .hero__content .list__link,
    .aside__section .list__link,
    .widget-inner .list__link,
    .style-guide-carousel--example-1 .latest-tweets__inner .list__link {
        color: #1d7782;
    }

        .boxed a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .boxed .list__link:hover:not(:focus),
        .card a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .listing--featured
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .supplement
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .widget-directory-search
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .widget--opinion-poll
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .myaccount-widget
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .widget--myaccount-signed-in-content
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .widget--my-account-forms
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .widget--myaccount-form-submissions
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .widget--my-account-direct-debits
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .featurette__list
        .list__item
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .hero
        .hero__content
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .aside__section
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .widget-inner
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .style-guide-carousel--example-1
        .latest-tweets__inner
        a:not(.button):not(.view-more):not([role="button"]):hover:not(:focus),
        .card .list__link:hover:not(:focus),
        .listing--featured .list__link:hover:not(:focus),
        .supplement .list__link:hover:not(:focus),
        .widget-directory-search .list__link:hover:not(:focus),
        .widget--opinion-poll .list__link:hover:not(:focus),
        .myaccount-widget .list__link:hover:not(:focus),
        .widget--myaccount-signed-in-content .list__link:hover:not(:focus),
        .widget--my-account-forms .list__link:hover:not(:focus),
        .widget--myaccount-form-submissions .list__link:hover:not(:focus),
        .widget--my-account-direct-debits .list__link:hover:not(:focus),
        .featurette__list .list__item .list__link:hover:not(:focus),
        .hero .hero__content .list__link:hover:not(:focus),
        .aside__section .list__link:hover:not(:focus),
        .widget-inner .list__link:hover:not(:focus),
        .style-guide-carousel--example-1
        .latest-tweets__inner
        .list__link:hover:not(:focus) {
            text-decoration: underline;
            text-decoration-thickness: 3px;
            background-color: transparent;
            color: #1d7782;
        }

        .boxed a:not(.button):not(.view-more):not([role="button"]):focus,
        .boxed .list__link:focus,
        .card a:not(.button):not(.view-more):not([role="button"]):focus,
        .listing--featured a:not(.button):not(.view-more):not([role="button"]):focus,
        .supplement a:not(.button):not(.view-more):not([role="button"]):focus,
        .widget-directory-search
        a:not(.button):not(.view-more):not([role="button"]):focus,
        .widget--opinion-poll a:not(.button):not(.view-more):not([role="button"]):focus,
        .myaccount-widget a:not(.button):not(.view-more):not([role="button"]):focus,
        .widget--myaccount-signed-in-content
        a:not(.button):not(.view-more):not([role="button"]):focus,
        .widget--my-account-forms
        a:not(.button):not(.view-more):not([role="button"]):focus,
        .widget--myaccount-form-submissions
        a:not(.button):not(.view-more):not([role="button"]):focus,
        .widget--my-account-direct-debits
        a:not(.button):not(.view-more):not([role="button"]):focus,
        .featurette__list
        .list__item
        a:not(.button):not(.view-more):not([role="button"]):focus,
        .hero .hero__content a:not(.button):not(.view-more):not([role="button"]):focus,
        .aside__section a:not(.button):not(.view-more):not([role="button"]):focus,
        .widget-inner a:not(.button):not(.view-more):not([role="button"]):focus,
        .style-guide-carousel--example-1
        .latest-tweets__inner
        a:not(.button):not(.view-more):not([role="button"]):focus,
        .card .list__link:focus,
        .listing--featured .list__link:focus,
        .supplement .list__link:focus,
        .widget-directory-search .list__link:focus,
        .widget--opinion-poll .list__link:focus,
        .myaccount-widget .list__link:focus,
        .widget--myaccount-signed-in-content .list__link:focus,
        .widget--my-account-forms .list__link:focus,
        .widget--myaccount-form-submissions .list__link:focus,
        .widget--my-account-direct-debits .list__link:focus,
        .featurette__list .list__item .list__link:focus,
        .hero .hero__content .list__link:focus,
        .aside__section .list__link:focus,
        .widget-inner .list__link:focus,
        .style-guide-carousel--example-1 .latest-tweets__inner .list__link:focus {
            color: #095294;
        }

    .supplement__heading,
    .myaccount-widget h2,
    .myaccount-widget .form__heading,
    .myaccount-widget .pagination__label,
    .myaccount-widget .widget-homepage-banner .image__caption,
    .widget-homepage-banner .myaccount-widget .image__caption,
    .myaccount-widget .widget-homepage-banner .image-link,
    .widget-homepage-banner .myaccount-widget .image-link,
    .myaccount-widget .h2,
    .widget--myaccount-links h2,
    .widget--myaccount-links .form__heading,
    .widget--myaccount-links .pagination__label,
    .widget--myaccount-links .widget-homepage-banner .image__caption,
    .widget-homepage-banner .widget--myaccount-links .image__caption,
    .widget--myaccount-links .widget-homepage-banner .image-link,
    .widget-homepage-banner .widget--myaccount-links .image-link,
    .widget--myaccount-links .h2,
    .widget--myaccount-api-links h3,
    .widget--myaccount-api-links .h3,
    .widget--my-account-forms > h2,
    .widget--my-account-forms > .form__heading,
    .widget--my-account-forms > .pagination__label,
    .widget-homepage-banner .widget--my-account-forms > .image__caption,
    .widget-homepage-banner .widget--my-account-forms > .image-link,
    .widget--my-account-forms > .h2,
    .widget--myaccount-form-submissions > h2,
    .widget--myaccount-form-submissions > .form__heading,
    .widget--myaccount-form-submissions > .pagination__label,
    .widget-homepage-banner .widget--myaccount-form-submissions > .image__caption,
    .widget-homepage-banner .widget--myaccount-form-submissions > .image-link,
    .widget--myaccount-form-submissions > .h2,
    .widget--myaccount-form-submissions h3,
    .widget--myaccount-form-submissions .h3,
    .widget--my-account-direct-debits > h2,
    .widget--my-account-direct-debits > .form__heading,
    .widget--my-account-direct-debits > .pagination__label,
    .widget-homepage-banner .widget--my-account-direct-debits > .image__caption,
    .widget-homepage-banner .widget--my-account-direct-debits > .image-link,
    .widget--my-account-direct-debits > .h2,
    .aside__heading,
    .boxed__heading {
        margin-top: 0;
    }

    .widget--myaccount-payments h3,
    .widget--myaccount-payments .h3,
    .widget--myaccount-links h3,
    .widget--myaccount-links .h3,
    .widget--my-account-forms .submitted > h3,
    .widget--my-account-forms .submitted > .h3,
    .widget--my-account-forms .unsubmitted > h3,
    .widget--my-account-forms .unsubmitted > .h3,
    .widget--myaccount-form-submissions .submitted > h3,
    .widget--myaccount-form-submissions .submitted > .h3,
    .widget--myaccount-form-submissions .unsubmitted > h3,
    .widget--myaccount-form-submissions .unsubmitted > .h3,
    .widget--my-account-forms h3,
    .widget--my-account-forms .h3,
    .boxed__subheading {
        font-size: 1rem;
    }

.boxed__form {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.boxed__list {
    margin-bottom: 2rem;
}

.boxed__link {
    background-color: #f5f5f7;
    color: #1b6f79;
}

    .boxed__link:visited {
        color: #6d2077;
    }

    .boxed__link:hover:not(:focus):not(:active) {
        color: #fff;
        text-decoration: none !important;
    }

.boxed--standout .boxed__link,
.boxed--vanilla .boxed__link {
    background-color: #fff;
}

.boxed--primary {
    border-color: #4d575d;
    color: #000;
}

.boxed--secondary {
    border-color: #bb5b02;
    color: #000;
}

.boxed--standout,
.listing--featured {
    background-color: #fff;
    border: 3px solid #4d575d;
}

.boxed--subtle {
    border-color: #f5f5f7;
    color: #4d575d;
}

.boxed--vanilla {
    background-color: #fff;
    border-color: #fff;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__item,
.nav__link {
    display: inline-block;
}

.nav__heading {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

    .nav__heading:first-child {
        margin-top: 0;
    }

.skip-links {
    background: transparent;
    border: 0;
    display: inline;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.list--back-to-top,
.list--skip-links {
    height: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    .list--back-to-top,
    .list--back-to-top .list__item,
    .list--skip-links,
    .list--skip-links .list__item {
        margin: 0;
        padding: 0;
    }

        .list--back-to-top .list__link,
        .list--skip-links .list__link {
            display: inline-block;
            font-size: 1.375rem;
            font-weight: 700;
            padding: 0.75rem 1.5rem 1rem;
        }

            .list--back-to-top .list__link:link,
            .list--back-to-top .list__link:hover,
            .list--back-to-top .list__link:active,
            .list--back-to-top .list__link:focus,
            .list--skip-links .list__link:link,
            .list--skip-links .list__link:hover,
            .list--skip-links .list__link:active,
            .list--skip-links .list__link:focus {
                background-color: #4d575d;
                border: 2px solid #fff;
                color: #fff;
            }

.list--back-to-top {
    position: fixed;
    z-index: 999;
}

.breadcrumb {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.375rem 0;
}

.list--breadcrumb {
    display: block;
    margin: 0;
    padding: 0.5rem 0;
}

    .list--breadcrumb .list__item {
        display: inline-block;
        font-size: 1.125rem;
        margin: 0.5rem 0 0;
    }

        .list--breadcrumb .list__item:last-child::after {
            display: none;
        }

        .list--breadcrumb .list__item::after {
            content: "/";
            display: inline;
            font-weight: 500;
            padding: 0 0.375rem 0 0.5rem;
        }

    .list--breadcrumb a {
        color: #4d575d !important;
        display: inline-block;
        font-weight: 500;
    }

@media screen and (max-width: 759px) {
    .list--breadcrumb a {
        padding: 0.25rem 0;
    }
}

.list--breadcrumb a:visited {
    color: #20828e;
}

.list--breadcrumb a:hover {
    color: #fff !important;
    text-decoration: none;
}

.list--breadcrumb a:focus {
    color: #000 !important;
}

.list--breadcrumb span {
    display: inline;
}

.pagination {
    clear: both;
    float: left;
    margin-top: 2.5rem;
    text-align: center;
    width: 100%;
}

    .pagination + .boxed {
        clear: both;
        float: left;
        margin-top: 2rem;
        width: 100%;
    }

    .pagination + .button {
        margin-top: 1.5rem;
    }

        .pagination + .button + .supplement--call-to-action {
            margin-top: 1.5rem;
        }

.pagination__item {
    display: inline-block;
}

.pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 2.5rem;
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
}

    .pagination__link .pagination__meta,
    .pagination__link:visited .pagination__meta {
        font-size: 1.25rem;
        text-decoration: underline;
    }

    .pagination__link:hover,
    .pagination__link:focus,
    .pagination__link:active {
        text-decoration: none;
    }

        .pagination__link:hover .pagination__label,
        .pagination__link:hover .visually-hidden,
        .pagination__link:hover .pagination__meta {
            color: #fff;
        }

            .pagination__link:hover .pagination__label::before {
                border-right-color: #fff;
            }

            .pagination__link:hover .pagination__label::after {
                border-left-color: #fff;
            }

        .pagination__link:focus .pagination__label,
        .pagination__link:focus .visually-hidden,
        .pagination__link:focus .pagination__meta {
            color: #1f75e0;
            text-decoration: none;
        }

            .pagination__link:focus .pagination__label::before {
                border-right-color: #1f75e0;
            }

            .pagination__link:focus .pagination__label::after {
                border-left-color: #1f75e0;
            }

.pagination__content {
    -ms-flex-item-align: center;
    align-self: center;
    color: #20828e;
    display: inline-block;
}

.pagination__icon {
    display: none;
}

.pagination__label {
    color: #20828e;
    display: block;
    font-weight: 700;
    margin: 0;
    position: relative;
}

    .pagination__label::after {
        border-color: rgba(32, 130, 142, 0);
        border-left-color: #20828e;
        border-style: solid;
        border-width: 12px 0 12px 0.625rem;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: 0.75rem;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
        width: 0;
    }

.pagination__item--previous {
    float: left;
    padding-right: 1.5rem;
    text-align: left;
    width: 50%;
}

    .pagination__item--previous .pagination__link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pagination__item--previous .pagination__content {
        margin-left: 1rem;
    }

    .pagination__item--previous .pagination__label::after {
        display: none;
    }

    .pagination__item--previous .pagination__label::before {
        border-color: rgba(32, 130, 142, 0);
        border-right-color: #20828e;
        border-style: solid;
        border-width: 12px 0.625rem 12px 0;
        content: "";
        display: inline-block;
        height: 0;
        margin-right: 0.75rem;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
        width: 0;
    }

.pagination__item--next {
    float: right;
    padding-left: 1.5rem;
    text-align: right;
    width: 50%;
}

    .pagination__item--next .pagination__link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .pagination__item--next .pagination__content {
        margin-right: 1rem;
    }

.pagination--complex {
    border-top: 0;
}

    .pagination--complex .pagination__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pagination--complex .pagination__link,
    .pagination--complex .pagination__active {
        margin: 0 0.375rem 0.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pagination--complex .pagination__active {
        border: 3px solid #fff;
        cursor: default;
        display: inline-block;
        padding-bottom: 0.625rem;
        padding-top: 0.625rem;
    }

        .pagination--complex .pagination__active:hover,
        .pagination--complex .pagination__active:focus,
        .pagination--complex .pagination__active:active {
            background-color: #fff;
            border-color: #fff;
        }

.nav--primary-navigation {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 0.875rem;
    text-align: right;
}

    .nav--primary-navigation .list__item {
        margin-top: 0;
        width: auto;
    }

        .nav--primary-navigation .list__item .button__text {
            letter-spacing: 1px;
        }

    .nav--primary-navigation .search-icon {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-out 0.2s;
        transition: opacity 0.4s ease-out 0.2s;
    }

    .nav--primary-navigation .search-hidden-focus {
        display: none;
    }

    .nav--primary-navigation .button {
        font-size: 1.125rem;
        margin: 0;
        padding: 0.375rem 1rem;
        position: relative;
    }

@media screen and (max-width: 599px) {
    .nav--primary-navigation .button[aria-expanded="true"] {
        background-color: #647179;
        border-color: #647179;
    }
}

.nav--primary-navigation .button[aria-expanded="true"] .search-icon {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.nav--primary-navigation .button[aria-expanded="true"] ~ .search-hidden-focus {
    display: block;
}

.nav--primary-navigation .button__text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    font-weight: 500;
}

@media screen and (min-width: 600px) {
    .nav--primary-navigation .button__text {
        clip: auto;
        height: auto;
        margin: auto;
        overflow: visible;
        padding: 0;
        position: static;
        width: auto;
        display: inline-block;
        height: 1.3rem;
    }
}

.navigation-buttons,
.account-navigation {
    display: inline-block;
    vertical-align: middle;
}

    .navigation-buttons .list--inline {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navigation-buttons .list__item {
        margin-right: 2px;
    }

        .navigation-buttons .list__item:last-of-type .button::after {
            display: none;
        }

        .navigation-buttons .list__item:last-of-type .button .button__text {
            margin-right: 0 !important;
        }

        .navigation-buttons
        .list__item:not(.list__item--account):not(.list__item--menu) {
            background-color: #4d575d;
            margin-right: 0;
        }

@media screen and (max-width: 959px) {
    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu) {
        display: none;
    }
}

.navigation-buttons
.list__item:not(.list__item--account):not(.list__item--menu)
.button {
    background-color: transparent;
    border-color: transparent;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
}

    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button::after {
        background-color: #fff;
        bottom: 0.375rem;
        content: "";
        position: absolute;
        right: 0;
        top: 0.375rem;
        width: 1px;
    }

    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button
    .button__text {
        margin-right: 0.25rem;
        padding: 0 0.75rem;
    }

    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button:hover
    .button__text,
    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button:focus
    .button__text,
    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button:active
    .button__text {
        text-decoration: underline;
    }

    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button:focus,
    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button:active {
        outline: 0;
    }

.is-safari
.navigation-buttons
.list__item:not(.list__item--account):not(.list__item--menu)
.button:focus,
.is-safari
.navigation-buttons
.list__item:not(.list__item--account):not(.list__item--menu)
.button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .is-safari
    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button:focus
    .button__text,
    .is-safari
    .navigation-buttons
    .list__item:not(.list__item--account):not(.list__item--menu)
    .button:active
    .button__text {
        -webkit-box-shadow: 0 0 0 3px #fff !important;
        box-shadow: 0 0 0 3px #fff !important;
    }

.navigation-buttons
.list__item:not(.list__item--account):not(.list__item--menu)
.button:focus
.button__text,
.navigation-buttons
.list__item:not(.list__item--account):not(.list__item--menu)
.button:active
.button__text {
    outline: 3px solid #1f75e0;
    outline-color: #fff;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .navigation-buttons
        .list__item:not(.list__item--account):not(.list__item--menu)
        .button:focus
        .button__text,
        .navigation-buttons
        .list__item:not(.list__item--account):not(.list__item--menu)
        .button:active
        .button__text {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari
.navigation-buttons
.list__item:not(.list__item--account):not(.list__item--menu)
.button:focus
.button__text,
.is-safari
.navigation-buttons
.list__item:not(.list__item--account):not(.list__item--menu)
.button:active
.button__text {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.navigation-buttons .list__item.list__item--account {
    margin-right: 0.75rem;
}

@media screen and (max-width: 759px) {
    .navigation-buttons .list__item.list__item--account .button {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 599px) {
    .navigation-buttons .list__item.list__item--menu .button,
    .navigation-buttons .list__item.list__item--account .button {
        min-height: 65px;
    }
}

@media screen and (min-width: 960px) {
    .navigation-buttons .list__item.list__item--menu {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .navigation-buttons .list__item.list__item--menu .button__text {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .navigation-buttons .list__item.list__item--menu .icon-menu-white {
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
}

.navigation-buttons .list__item.list__item--menu .button {
    background-color: #4d575d;
    border-color: #4d575d;
    line-height: 0.7;
    margin-right: 0.75rem;
}

@media screen and (max-width: 599px) {
    .navigation-buttons .list__item.list__item--menu .button {
        padding: 0.5rem;
        text-decoration: none;
        text-transform: uppercase;
    }

        .navigation-buttons .list__item.list__item--menu .button .icon {
            display: block;
            height: 1.5rem;
            margin: 0 auto;
            width: auto;
        }

        .navigation-buttons .list__item.list__item--menu .button .button__text {
            clip: auto;
            height: auto;
            margin: auto;
            overflow: visible;
            padding: 0;
            position: static;
            width: auto;
            font-size: 9px;
            text-decoration: none;
        }
}

.navigation-buttons .list__item.list__item--menu .button:focus {
    border-color: #fff;
}

.navigation-buttons .button {
    line-height: 1.3;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .navigation-buttons .button:focus {
            -webkit-box-shadow: 0 0 0 2px #1f75e0;
            box-shadow: 0 0 0 2px #1f75e0;
        }
    }
}

.is-safari .navigation-buttons .button:focus {
    -webkit-box-shadow: 0 0 0 2px #1f75e0;
    box-shadow: 0 0 0 2px #1f75e0;
}

.account-navigation {
    margin-right: 0.75rem;
}

@media screen and (min-width: 1020px) {
    .account-navigation {
        margin-right: 1.5rem;
    }
}

.account-navigation .list {
    display: none;
}

@media screen and (min-width: 600px) {
    .account-navigation .list {
        display: block;
    }
}

.account-navigation .list__item {
    margin-right: 0.5rem;
}

    .account-navigation .list__item::after {
        content: "/";
        margin-left: 0.375rem;
    }

    .account-navigation .list__item:last-child::after {
        content: none;
    }

.account-navigation .list__link {
    text-decoration: none;
}

    .account-navigation .list__link:hover,
    .account-navigation .list__link:focus,
    .account-navigation .list__link:active {
        text-decoration: underline;
    }

    .account-navigation .list__link:visited {
        color: #20828e;
    }

.account-navigation .button {
    margin-right: 0.125rem;
}

@media screen and (min-width: 600px) {
    .account-navigation .button {
        display: none;
    }
}

.nav--pages-in {
    border-bottom: 4px solid #7bbb58;
    border-top: 3px solid #edf0f0;
    margin-bottom: 2rem;
    padding: 2rem 0;
    position: relative;
}

    .nav--pages-in .nav__heading {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        margin-bottom: 1.5rem;
    }

.no-js .nav--pages-in .nav__heading {
    display: block;
}

.nav--pages-in .nav__toggle {
    display: none;
}

.nav--pages-in .nav__toggle-heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
}

.nav--pages-in .nav__toggle-pages {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 1rem;
}

.nav--pages-in .nav__toggle-icon {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.nav--pages-in .nav__list {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 1rem;
    margin: 0;
}

@media screen and (max-width: 759px) {
    .nav--pages-in .nav__list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

.nav--pages-in .list__link {
    display: inline;
    font-weight: 500;
}

.nav--pages-in .list__item {
    margin: 0 0 1rem;
}

    .nav--pages-in .list__item::before {
        color: #20828e;
        font-weight: 700;
    }

    .nav--pages-in .list__item.is-active .list__link {
        color: #647179;
        font-weight: 500;
        text-decoration: none;
    }

.nav--social-links {
    margin-bottom: 1.5rem;
}

.aside .nav--social-links {
    border-bottom: 5px solid #6c6c67;
}

.nav--social-links .nav__heading {
    margin-bottom: 0;
}

.aside .nav--social-links .nav__heading {
    color: #3c3c3c;
    font-size: 1.375rem;
    font-weight: 700;
}

.nav--social-links .list--unordered {
    margin-left: 0.5rem;
}

.nav--social-links .list__item {
    margin: 0.75rem 0.75rem 0.75rem 0;
    width: auto;
}

.nav--social-links .list__link {
    background-color: #fff;
    display: block;
    padding: 0.5rem;
    position: relative;
}

.aside .nav--social-links .list__link {
    color: #4d575d;
    display: inline-block;
    font-size: 1.25rem;
    margin: 0;
    min-width: 24px;
    padding: 0;
}

.nav--social-links .list__link::before {
    background-color: #bb5b02;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 1;
}

.aside .nav--social-links .list__link::before {
    display: none;
}

.nav--social-links .list__link:hover::before,
.nav--social-links .list__link:focus::before,
.nav--social-links .list__link:active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.aside .nav--social-links .list__link:hover {
    background-color: #20828e;
    color: #fff;
}

.aside .nav--social-links .list__link:focus {
    background-color: transparent;
    color: #095294;
}

.nav--social-links .list__link .visually-hidden {
    background: #000;
    color: #fff;
}

.nav--social-links .icon {
    height: 1.5rem;
    position: relative;
    width: 1.5rem;
    z-index: 2;
}

.site-footer .nav--social-links {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    text-align: left;
}

@media screen and (min-width: 760px) {
    .site-footer .nav--social-links {
        margin-bottom: 0.75rem;
    }
}

.site-footer .nav--social-links .list__item {
    margin: 0 0.375rem;
    vertical-align: bottom;
}

@media screen and (min-width: 760px) {
    .site-footer .nav--social-links .list__item {
        margin: 0.75rem 0.75rem 0 0;
    }
}

.site-footer .nav--social-links .list__link:hover {
    outline: 1px solid #fff;
    outline-color: #fff;
}

.site-footer .nav--social-links .list__link:focus {
    outline-width: 3px;
}

.site-footer .nav--social-links .visually-hidden {
    color: #fff;
}

.site-header .nav--social-links {
    display: none;
}

@media screen and (min-width: 760px) {
    .site-header .nav--social-links {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
}

.site-header .nav--social-links .list__item {
    margin-bottom: 0;
    margin-right: 0.5rem;
    margin-top: 0;
    vertical-align: middle;
}

.site-header .nav--social-links .list__link {
    padding: 0.625rem 0.5rem;
}

.alert {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #4d575d;
    display: block;
    margin: 0 0 3rem;
    min-height: 5.375rem;
    padding: 1.5rem 1.5rem 1.625rem 4.05rem;
    position: relative;
}

@media screen and (min-width: 600px) {
    .alert {
        padding-left: 5.4rem;
    }
}

.alert#error-summary-container .alert__link {
    text-decoration: underline;
}

    .alert#error-summary-container .alert__link:hover,
    .alert#error-summary-container .alert__link:focus,
    .alert#error-summary-container .alert__link:active {
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }

.alert::before {
    background-size: contain;
    content: "";
    display: block;
    float: none;
    height: 3.375rem;
    left: 0.375rem;
    margin: 0.66667rem 0;
    position: absolute;
    top: 0;
    width: 3.375rem;
}

@media screen and (min-width: 600px) {
    .alert::before {
        left: 0.75rem;
        margin: 1.5rem 0 1rem;
    }
}

.alert > *:first-child {
    margin-top: 0;
}

aside.alert::before {
    background-position: center;
    bottom: 0;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    top: 0;
}

.alert__heading {
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    width: 100%;
}

@media screen and (max-width: 599px) {
    .alert__heading {
        display: inline-block;
        vertical-align: middle;
    }
}

.alert--danger .alert__heading {
    color: #3c3c3c;
}

.alert__list {
    clear: both;
    margin-bottom: 0;
    margin-top: 0.75rem;
}

.alert__text {
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
    overflow-wrap: break-word;
}

.alert--danger .alert__text {
    color: #3c3c3c;
}

.alert__list,
.alert__text {
    max-width: 100%;
}

.alert__form {
    clear: both;
}

@media screen and (max-width: 599px) {
    .alert__form {
        background: #fff;
        margin: 0.75rem -0.75rem 0;
        padding: 0.75rem;
    }
}

.alert__link {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    color: #4d575d;
    display: inline;
    font-size: 1.125rem;
    font-weight: 500;
    margin-right: 1.5rem;
    position: relative;
    text-decoration: none;
}

    .alert__link .alert__link-text {
        text-decoration: underline;
    }

    .alert__link:hover,
    .alert__link:focus,
    .alert__link:active {
        text-decoration: none;
    }

        .alert__link:hover .alert__link-text,
        .alert__link:focus .alert__link-text,
        .alert__link:active .alert__link-text {
            text-decoration: none;
        }

    .alert__link:focus,
    .alert__link:active {
        outline: 0;
    }

        .alert__link:focus .alert__link-text,
        .alert__link:active .alert__link-text {
            outline: 3px solid #1f75e0;
        }

.is-safari .alert__link:focus,
.is-safari .alert__link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .is-safari .alert__link:focus .alert__link-text,
    .is-safari .alert__link:active .alert__link-text {
        -webkit-box-shadow: 0 0 0 3px #1f75e0;
        box-shadow: 0 0 0 3px #1f75e0;
    }

.alert--error,
.alert--danger {
    background-color: #f2adad;
    border-color: #f2adad;
}

    .alert--error .alert__heading,
    .alert--error .alert__text,
    .alert--error .alert__link,
    .alert--danger .alert__heading,
    .alert--danger .alert__text,
    .alert--danger .alert__link {
        color: #000;
    }

        .alert--error .alert__link:hover,
        .alert--danger .alert__link:hover {
            text-decoration: underline;
            text-decoration-thickness: 2px;
            background-color: transparent;
        }

        .alert--error .alert__link:focus,
        .alert--danger .alert__link:focus {
            outline: 3px solid #000;
        }

            .alert--error .alert__link:focus .alert__link-text,
            .alert--danger .alert__link:focus .alert__link-text {
                outline: none;
            }

.is-safari .alert--error .alert__link:focus,
.is-safari .alert--danger .alert__link:focus {
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
}

.alert--error .alert__heading {
    color: #000;
}

.alert--information,
.alert--info {
    background-color: #f5f5f7;
    border-color: #f5f5f7;
}

.alert--success {
    background-color: #b5dfb7;
    border-color: #b5dfb7;
}

.alert--warning,
.alert--site-announcement {
    background-color: #fd9;
    border-color: #fd9;
}

.site-header + .site-announcement {
    margin-top: -1.5rem;
}

@media screen and (max-width: 959px) {
    .site-header + .site-announcement {
        margin-top: 0;
    }
}

.site-announcement {
    background-color: #f1decb;
}

    .site-announcement .alert {
        background-color: #f1decb;
        margin: 0;
    }

        .site-announcement .alert::before {
            background-position: center;
            bottom: 0;
            height: 100%;
            left: 0;
            margin: 0;
        }

.video-block {
    display: block;
    margin: 0;
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
}

    .video-block .video-block__iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.no-js .video-block--placeholder {
    display: none;
}

.google-translate-wrapper {
    margin: 1rem auto;
    max-width: 17em;
}

@media screen and (min-width: 760px) {
    .google-translate-wrapper {
        margin: 1rem 0;
    }
}

.google-translate-wrapper:first-child {
    margin-top: 0;
}

.site-header .google-translate-wrapper {
    display: inline-block;
    margin: 0 2px 0 0;
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .site-header .google-translate-wrapper {
        margin-right: 1rem;
    }
}

.google-translate {
    background-color: #f5f5f7;
    display: block;
    height: 100%;
    margin: 0;
    position: relative;
}

    .google-translate .icon {
        left: 0.5rem;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0;
    }

@media screen and (max-width: 599px) {
    .site-header .google-translate .icon {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.google-translate.google-translate--loading {
    padding: 0.625rem 0.5rem;
}

    .google-translate.google-translate--loading .icon {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.google-translate .goog-te-gadget {
    font-size: 0;
    position: relative;
    z-index: 1;
}

    .google-translate .goog-te-gadget .goog-te-combo {
        margin: 0;
    }

.google-translate .goog-te-gadget-simple {
    background: transparent;
    border: 0;
    display: block;
    font-size: 1rem;
}

    .google-translate .goog-te-gadget-simple .goog-te-menu-value span:first-child {
        background-image: linear-gradient( to top, #4d575d 0, #4d575d 1px, transparent 1px, transparent 100% );
        background-position: 0 -2px;
        background-repeat: no-repeat;
        background-size: 0 100%;
        color: #4d575d;
        text-shadow: 1px 0 0 #ededf0, -1px 0 0 #ededf0, 0 -1px 0 #ededf0, 0 1px 0 #ededf0;
    }

    .google-translate
    .goog-te-gadget-simple
    .goog-te-menu-value:hover
    span:first-child,
    .google-translate
    .goog-te-gadget-simple
    .goog-te-menu-value:focus
    span:first-child {
        background-size: 100% 100%;
        text-decoration: none;
        -webkit-transition: background-size 0.1s ease-out;
        transition: background-size 0.1s ease-out;
    }

    .google-translate
    .goog-te-gadget-simple
    .goog-te-menu-value:visited
    span:first-child {
        color: #6d2077;
    }

.google-translate .goog-te-menu-value {
    background-image: none !important;
    text-shadow: none !important;
    display: block;
    margin: 0;
    padding-left: 2.5em;
}

    .google-translate .goog-te-menu-value img + span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

.google-translate .goog-te-combo {
    background-color: transparent;
    background-position: right 0.5rem center;
    background-size: 1rem;
    border: 0;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0.5rem 2rem 0.5rem 2.5rem;
    text-align: left;
}

@media screen and (min-width: 1280px) {
    .google-translate .goog-te-combo {
        font-size: 0.875rem;
    }
}

.google-translate .goog-te-combo option {
    padding: 0;
}

.site-header .google-translate .goog-te-combo {
    padding: 0.625rem 2rem 0.625rem 2.5rem;
}

@media screen and (max-width: 1019px) {
    .site-header .google-translate .goog-te-combo {
        background-image: none;
        max-width: 2.25rem;
        min-height: 1.5rem;
        padding: 0.625rem 0 0.625rem 2.5rem;
    }
}

@media screen and (max-width: 599px) {
    .site-header .google-translate .goog-te-combo {
        padding: 0.875rem 1.75rem;
    }
}

@media screen and (max-width: 399px) {
    .site-header .google-translate .goog-te-combo {
        padding: 0.875rem 1.5rem;
    }
}

.google-translate .goog-te-combo::-ms-value {
    background-color: transparent;
}

.google-translate .goog-te-combo:hover::-ms-value,
.google-translate .goog-te-combo:focus::-ms-value {
    color: #4d575d;
}

.google-translate .goog-te-combo:hover:-moz-focusring,
.google-translate .goog-te-combo:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.goog-te-banner-frame {
    top: -39px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .goog-te-banner-frame {
        top: 0 !important;
    }
}

.goog-te-gadget-icon {
    display: none;
}

.calendar {
    display: block;
    margin: 1.5rem auto;
    min-width: 100px;
}

    .calendar th,
    .calendar td {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .calendar .button {
        display: inline-block;
        margin-bottom: 0.5rem;
        margin-top: -0.5rem;
    }

.calendar__heading {
    text-align: center;
}

.calendar__table {
    border: 1px solid #edf0f0;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .calendar__table {
        border-collapse: separate;
    }
}

.calendar__table td {
    border-bottom: 1px solid #edf0f0;
    padding: 0;
}

.calendar__days {
    background-color: #bb5b02;
    border: 1px solid #bb5b02;
    color: #fff;
}

    .calendar__days th {
        font-weight: 500;
        padding: 3.5% 0.25rem 4%;
    }

    .calendar__days .sa,
    .calendar__days .su {
        background-color: #bb5b02;
    }

.calendar__date {
    display: block;
    height: 100%;
    padding: 0.75rem 0.375rem;
}

.calendar__date--other-month {
    color: #647179;
}

.calendar__date--link {
    color: #20828e;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
}

    .calendar__date--link:hover,
    .calendar__date--link:focus {
        color: #095294;
        text-decoration: none;
    }

        .calendar__date--link:hover::before,
        .calendar__date--link:focus::before {
            border-color: #095294;
        }

    .calendar__date--link:focus {
        outline: none;
    }

    .calendar__date--link::before {
        border: 3px solid transparent;
        content: "";
        display: block;
        height: calc(100% - 0.5rem);
        left: 0.25rem;
        position: absolute;
        top: 0.25rem;
        -webkit-transition: border-color 0.2s;
        transition: border-color 0.2s;
        width: calc(100% - 0.5rem);
        z-index: -1;
    }

.calendar__date--today {
    background-color: #f4f9f9;
}

    .calendar__date--today.calendar__date--link:hover,
    .calendar__date--today.calendar__date--link:focus {
        background-color: #d2e6e8;
    }

.carousel {
    background-color: rgba(0, 0, 0, 0);
    color: #4d575d;
    display: block;
    margin-top: 1.5rem;
    position: relative;
}

    .carousel:first-child {
        margin-top: 0;
    }

    .carousel,
    .carousel .image__caption {
        background-color: rgba(0, 0, 0, 0);
    }

.carousel__aria-live {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.slide {
    padding: 0;
    position: relative;
    width: 100%;
}

    .slide[aria-hidden="true"] {
        display: block;
    }

.slide__media,
.slide__content,
.slide__video {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slide__video {
    padding-top: 56.25%;
    position: relative;
}

    .slide__video iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.slide__content {
    padding: 1.5rem 2.625rem;
}

.slide__heading {
    color: #4d575d;
    margin: 0;
}

.slide__summary,
.slide__link {
    margin: 0.75rem 0 0;
}

.slide__image {
    margin: 0 auto;
}

.flickity-enabled .slide {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .flickity-enabled .slide.is-selected {
        opacity: 1;
    }

.carousel .flickity-viewport {
    margin-bottom: 3.3125rem;
}

.carousel .flickity-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    z-index: 2;
    height: 0;
    top: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .carousel .flickity-buttons-wrapper .flickity-prev-next-button {
        position: relative;
    }

        .carousel .flickity-buttons-wrapper .flickity-prev-next-button.next {
            right: 0;
        }

@media screen and (max-width: 599px) {
    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.next {
        right: -1rem;
    }
}

@media screen and (min-width: 1280px) {
    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.next {
        right: -1.33333rem;
    }
}

.carousel .flickity-buttons-wrapper .flickity-prev-next-button.previous {
    left: 0;
}

@media screen and (max-width: 599px) {
    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.previous {
        left: -1rem;
    }
}

@media screen and (min-width: 1280px) {
    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.previous {
        left: -1.33333rem;
    }
}

.widget-width--small
.carousel
.flickity-buttons-wrapper
.flickity-prev-next-button.next {
    right: -1rem;
}

.widget-width--small
.carousel
.flickity-buttons-wrapper
.flickity-prev-next-button.previous {
    left: -1rem;
}

.carousel .flickity-page-dots-wrapper {
    display: block;
    position: absolute;
    text-align: center;
    z-index: 1;
    bottom: -3.0625rem;
    width: 100%;
}

    .carousel .flickity-page-dots-wrapper .flickity-page-dots {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        position: relative;
        width: auto;
    }

.carousel .dot {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 2.8125rem;
    margin: 0 0.25rem;
    opacity: 1;
    position: relative;
    width: 2.8125rem;
}

    .carousel .dot:hover .flickity-page-dots__button,
    .carousel .dot:active .flickity-page-dots__button {
        background: #095294;
        border-color: #095294;
    }

    .carousel .dot.is-selected .flickity-page-dots__button {
        background: #4d575d;
        cursor: default;
    }

    .carousel .dot.is-selected:hover {
        cursor: default;
    }

.carousel .flickity-page-dots__button {
    background: #cacaca;
    display: block;
    height: 1rem;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    width: 1rem;
    border: 2px solid #4d575d;
    border-radius: 0.5rem;
}

    .carousel .flickity-page-dots__button:hover,
    .carousel .flickity-page-dots__button:active {
        cursor: pointer;
    }

    .carousel .flickity-page-dots__button:focus {
        outline: 3px solid #1f75e0;
    }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .carousel .flickity-page-dots__button:focus {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari .carousel .flickity-page-dots__button:focus {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.carousel .flickity-prev-next-button {
    background-color: #fff;
    border: 2px solid #4d575d;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4d575d;
    height: 4rem;
    opacity: 0.9;
    -webkit-transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 4rem;
}

    .carousel .flickity-prev-next-button:hover {
        background-color: #647179;
        border-color: #4d575d;
        color: #fff;
        opacity: 1;
    }

        .carousel .flickity-prev-next-button:hover .flickity-button-icon {
            fill: #fff;
        }

    .carousel .flickity-prev-next-button:focus {
        -webkit-box-shadow: 0 0 0 3px #1f75e0;
        box-shadow: 0 0 0 3px #1f75e0;
        z-index: 1;
    }

.carousel .flickity-button-icon {
    fill: #4d575d;
}

.carousel .flickity-slider.has-focus {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

    .carousel .flickity-slider.has-focus .slide {
        left: 0 !important;
        opacity: 0;
    }

        .carousel .flickity-slider.has-focus .slide.is-selected {
            opacity: 1;
        }

.carousel[data-carousel-arrows*="left"] .flickity-buttons-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 0;
}

.carousel[data-carousel-arrows*="right"] .flickity-buttons-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: 0;
}

.carousel[data-carousel-arrows*="top"] .flickity-buttons-wrapper {
    bottom: auto;
    height: auto;
    top: 0;
}

.carousel[data-carousel-arrows*="bottom"] .flickity-buttons-wrapper {
    bottom: 0;
    height: auto;
    top: auto;
}

.carousel[data-carousel-arrows*="left"] .flickity-prev-next-button,
.carousel[data-carousel-arrows*="right"] .flickity-prev-next-button,
.carousel[data-carousel-arrows*="top"] .flickity-prev-next-button,
.carousel[data-carousel-arrows*="bottom"] .flickity-prev-next-button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

    .carousel[data-carousel-arrows*="left"] .flickity-prev-next-button.previous,
    .carousel[data-carousel-arrows*="left"] .flickity-prev-next-button.next,
    .carousel[data-carousel-arrows*="right"] .flickity-prev-next-button.previous,
    .carousel[data-carousel-arrows*="right"] .flickity-prev-next-button.next,
    .carousel[data-carousel-arrows*="top"] .flickity-prev-next-button.previous,
    .carousel[data-carousel-arrows*="top"] .flickity-prev-next-button.next,
    .carousel[data-carousel-arrows*="bottom"] .flickity-prev-next-button.previous,
    .carousel[data-carousel-arrows*="bottom"] .flickity-prev-next-button.next {
        left: auto;
        right: auto;
    }

.widget-width--small
.carousel[data-carousel-arrows*="left"]
.flickity-prev-next-button.previous,
.widget-width--small
.carousel[data-carousel-arrows*="left"]
.flickity-prev-next-button.next,
.widget-width--small
.carousel[data-carousel-arrows*="right"]
.flickity-prev-next-button.previous,
.widget-width--small
.carousel[data-carousel-arrows*="right"]
.flickity-prev-next-button.next,
.widget-width--small
.carousel[data-carousel-arrows*="top"]
.flickity-prev-next-button.previous,
.widget-width--small
.carousel[data-carousel-arrows*="top"]
.flickity-prev-next-button.next,
.widget-width--small
.carousel[data-carousel-arrows*="bottom"]
.flickity-prev-next-button.previous,
.widget-width--small
.carousel[data-carousel-arrows*="bottom"]
.flickity-prev-next-button.next {
    left: auto;
    right: auto;
}

.carousel[data-carousel-dots*="left"] .flickity-page-dots-wrapper {
    left: 0;
    right: auto;
    width: auto;
}

.carousel[data-carousel-dots*="right"] .flickity-page-dots-wrapper {
    left: auto;
    right: 0;
    width: auto;
}

.carousel[data-carousel-dots*="top"] .flickity-viewport {
    margin-top: 3.3125rem;
}

.carousel[data-carousel-dots*="top"] .flickity-page-dots-wrapper {
    bottom: 100%;
}

.carousel[data-carousel-dots*="center"] .flickity-viewport {
    margin: 0;
}

.carousel[data-carousel-dots*="center"] .flickity-page-dots-wrapper {
    bottom: 50%;
}

.carousel[data-carousel-dots*="bottom"] .flickity-page-dots-wrapper {
    bottom: -3.0625rem;
}

.carousel[data-carousel-dots*="vertical"] .flickity-page-dots-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.carousel[data-carousel-dots*="vertical"] .flickity-page-dots {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel[data-carousel-dots*="vertical"][data-carousel-dots*="top"]
.flickity-page-dots-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.carousel[data-carousel-dots*="vertical"][data-carousel-dots*="bottom"]
.flickity-page-dots-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.carousel[data-carousel-adaptive-height="true"] .flickity-viewport {
    -webkit-transition: height 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: height 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
}

.carousel .carousel__play-pause-wrapper {
    margin-top: 0;
}

.carousel .carousel__play-pause {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-position: center;
    background-size: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    width: 2.25rem;
    z-index: 2;
}

@media screen and (max-width: 599px) {
    .carousel .carousel__play-pause {
        bottom: 0;
        left: 1rem;
        margin: 0;
    }
}

.carousel .carousel__play-pause:hover {
    background-color: #4d575d;
}

.carousel .carousel__play-pause:focus {
    outline: 3px solid #1f75e0;
}

    .carousel .carousel__play-pause:focus:not(:focus-visible) {
        border: 0;
    }

.flickity-slider > *[aria-hidden="true"] {
    display: block;
}

.carousel--fade.flickity-enabled .flickity-slider {
    left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.carousel--fade.flickity-enabled .slide {
    left: 0 !important;
    opacity: 0;
    z-index: 0;
}

    .carousel--fade.flickity-enabled .slide.is-selected {
        opacity: 1;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
        z-index: 1;
    }

.carousel--fade.flickity-enabled .flickity-prev-next-button {
    z-index: 2;
}

.menu-open {
    overflow: hidden;
}

    .menu-open.document-article {
        overflow: auto;
    }

.menu-navigation {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .menu-navigation[aria-hidden="true"] {
        display: block;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        visibility: hidden;
    }

    .menu-navigation[aria-hidden="false"] {
        -webkit-transition-delay: 0ms;
        transition-delay: 0ms;
    }

.no-js .menu-navigation {
    display: none;
}

@media screen and (max-width: 759px) {
    .no-js .menu-navigation {
        display: block;
        height: auto;
        position: static;
    }
}

.menu-navigation.is-open .menu-navigation__overlay {
    opacity: 1;
}

.menu-navigation .menu-navigation__inner {
    background-color: #4d575d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 5.25rem 0 1.5rem;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: -webkit-transform 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    z-index: 999;
}

.no-js .menu-navigation .menu-navigation__inner {
    height: auto;
    padding: 1.5rem 0;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
}

.menu-navigation .js-menu-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    display: block;
    padding: 0.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

    .menu-navigation .js-menu-toggle:hover,
    .menu-navigation .js-menu-toggle:active {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.no-js .menu-navigation .js-menu-toggle {
    display: none;
}

.menu-navigation .js-menu-toggle .visually-hidden {
    background-color: #4d575d;
    color: #fff;
}

.menu-navigation .js-menu-toggle:focus {
    border-color: #4d575d;
    outline: 3px solid #fff;
}

.menu-navigation .js-sub-toggle .icon {
    height: 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 1rem;
}

    .menu-navigation .js-sub-toggle .icon:hover {
        margin-top: -3px;
    }

.menu-navigation .js-sub-toggle[aria-expanded="true"] .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-navigation .container {
    padding: 0;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-navigation .container {
        width: 100vw;
    }
}

@supports (-ms-ime-align: auto) {
    .menu-navigation .container {
        width: 100vw;
    }
}

.menu-navigation .list--3up {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.menu-navigation .list--navigation {
    margin: 0;
}

    .menu-navigation .list--navigation::before {
        content: none;
    }

.menu-navigation .list__item {
    padding: 0.3rem 1.875rem;
    position: relative;
}

    .menu-navigation .list__item::before {
        content: none;
    }

.menu-navigation .menu-navigation__sub-menu-toggle {
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    border: 0;
    cursor: pointer;
    height: 1.6875rem;
    padding: 0;
    position: absolute;
    right: 1.875rem;
    width: 1rem;
}

    .menu-navigation .menu-navigation__sub-menu-toggle .visually-hidden {
        background-color: #4d575d;
        color: #fff;
    }

.menu-navigation .menu-navigation__sub-menu-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    text-align: left;
    width: 100%;
    word-break: break-word;
}

    .menu-navigation .menu-navigation__sub-menu-top:focus {
        outline: 2px solid #fff;
    }

    .menu-navigation .menu-navigation__sub-menu-top .icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: -0.3125rem;
        margin-left: 0.75rem;
    }

.menu-navigation .list__link {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    word-break: break-word;
}

    .menu-navigation .list__link:hover,
    .menu-navigation .list__link:focus {
        color: #fff;
        text-decoration: underline;
    }

    .menu-navigation .list__link:visited {
        color: #fff;
    }

    .menu-navigation .list__link:focus {
        outline-color: #fff;
    }

.menu-navigation .list__sub-menu {
    background-color: #f5f5f7;
    display: none;
    margin: 1rem -1.875rem;
    padding: 1.875rem 0;
    width: calc(100% + (1.875rem * 2));
}

    .menu-navigation .list__sub-menu[aria-hidden="false"],
    .no-js .menu-navigation .list__sub-menu {
        display: block;
    }

    .menu-navigation .list__sub-menu .list__link {
        color: #4d575d;
        font-weight: 500;
        margin: 0;
        text-decoration: none;
        text-transform: none;
    }

        .menu-navigation .list__sub-menu .list__link:visited,
        .menu-navigation .list__sub-menu .list__link:hover,
        .menu-navigation .list__sub-menu .list__link:focus {
            color: #4d575d;
        }

        .menu-navigation .list__sub-menu .list__link:hover,
        .menu-navigation .list__sub-menu .list__link:focus,
        .menu-navigation .list__sub-menu .list__link:active {
            text-decoration: underline;
        }

        .menu-navigation .list__sub-menu .list__link:focus {
            outline-color: #4d575d;
        }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .menu-navigation .list__sub-menu .list__link:focus {
            border: 2px solid #000;
            outline: 0;
        }
    }
}

.is-safari .menu-navigation .list__sub-menu .list__link:focus {
    border: 2px solid #000;
    outline: 0;
}

.menu-navigation .nav--secondary {
    margin-top: 3.75rem;
}

    .menu-navigation .nav--secondary .list__item {
        margin: 0.75rem 0 0;
    }

    .menu-navigation .nav--secondary .list__link {
        font-weight: 500;
        margin: 0;
        text-transform: none;
    }

.menu-navigation__overlay {
    background-color: rgba(77, 87, 93, 0.8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 100%;
    z-index: 998;
}

.js .menu-navigation__overlay {
    display: block;
}

.menu-navigation[data-menu-type="mega"] {
    height: auto;
}

    .menu-navigation[data-menu-type="mega"] .menu-navigation__inner {
        height: auto;
        left: 0;
        right: 0;
        top: 6.5rem;
        width: 100%;
    }

.menu-navigation[data-menu-type="right"] .menu-navigation__inner {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 25rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-navigation[data-menu-type="right"] .menu-navigation__inner {
        overflow-y: scroll;
    }
}

@supports (-ms-ime-align: auto) {
    .menu-navigation[data-menu-type="right"] .menu-navigation__inner {
        overflow-y: scroll;
    }
}

.no-js .menu-navigation[data-menu-type="right"] .menu-navigation__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}

.menu-navigation[data-menu-type="right"].is-open .menu-navigation__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 599px) {
    .menu-navigation[data-menu-type="right"].is-open .menu-navigation__inner {
        width: 100%;
    }
}

.menu-navigation[data-menu-type="left"] .menu-navigation__inner {
    left: 0;
    right: unset;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 25rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-navigation[data-menu-type="left"] .menu-navigation__inner {
        overflow-y: scroll;
    }
}

@supports (-ms-ime-align: auto) {
    .menu-navigation[data-menu-type="left"] .menu-navigation__inner {
        overflow-y: scroll;
    }
}

.no-js .menu-navigation[data-menu-type="left"] .menu-navigation__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}

.menu-navigation[data-menu-type="left"].is-open .menu-navigation__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 599px) {
    .menu-navigation[data-menu-type="left"].is-open .menu-navigation__inner {
        width: 100%;
    }
}

.menu-navigation[data-menu-type="full"] .menu-navigation__inner {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    width: 100%;
}

.no-js .menu-navigation[data-menu-type="full"] .menu-navigation__inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu-navigation[data-menu-type="full"]
.menu-navigation__inner
.list--navigation {
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 760px) {
    .menu-navigation[data-menu-type="full"]
    .menu-navigation__inner
    .list--navigation {
        width: 50%;
    }
}

.menu-navigation[data-menu-type="full"]
.menu-navigation__inner
.list__sub-menu {
    background-color: transparent;
    margin: 0;
    padding: 0.75rem 0;
}

    .menu-navigation[data-menu-type="full"]
    .menu-navigation__inner
    .list__sub-menu
    .list__link--sub {
        color: #fff;
        font-size: 1.25rem;
    }

        .menu-navigation[data-menu-type="full"]
        .menu-navigation__inner
        .list__sub-menu
        .list__link--sub:focus {
            outline-color: #fff;
        }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .menu-navigation[data-menu-type="full"]
        .menu-navigation__inner
        .list__sub-menu
        .list__link--sub:focus {
            border: 2px solid #fff;
            outline: 0;
        }
    }
}

.is-safari
.menu-navigation[data-menu-type="full"]
.menu-navigation__inner
.list__sub-menu
.list__link--sub:focus {
    border: 2px solid #fff;
    outline: 0;
}

.menu-navigation[data-menu-type="full"] .menu-navigation__inner .list__link,
.menu-navigation[data-menu-type="full"]
.menu-navigation__inner
.menu-navigation__sub-menu-top {
    font-size: 1.625rem;
}

    .menu-navigation[data-menu-type="full"]
    .menu-navigation__inner
    .menu-navigation__sub-menu-top
    .icon {
        margin-bottom: -1px;
    }

.menu-navigation[data-menu-type="full"]
.menu-navigation__inner
.menu-navigation__sub-menu-toggle
.icon {
    margin-bottom: -0.75rem;
}

.menu-navigation[data-menu-type="full"].is-open .menu-navigation__inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.card {
    display: block;
    margin: 0;
    padding: 1.5rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
}

    .card .icon {
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 0.1s ease-out;
        transition: -webkit-transform 0.1s ease-out;
        transition: transform 0.1s ease-out;
        transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
        z-index: 1;
    }

    .card:hover,
    .card:focus,
    .card:active {
        background-color: #edf0f0;
        text-decoration: none;
    }

        .card:hover .icon,
        .card:focus .icon,
        .card:active .icon {
            -webkit-transform: translateX(3px);
            -ms-transform: translateX(3px);
            transform: translateX(3px);
        }

.card--small {
    padding: 0.75rem;
}

    .card--small .icon {
        top: 0.75rem;
    }

.card__heading {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-right: 2.5rem;
}

.card__heading--small {
    font-size: 1rem;
}

.listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 500px) {
    .listing {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.listing .listing__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.625rem;
    font-weight: 500;
}

.search-list .listing .listing__link {
    font-size: 1.25rem;
    font-weight: 700;
}

.listing .listing__link:hover,
.listing .listing__link:focus,
.listing .listing__link:active {
    text-decoration: none;
}

.listing .listing__url {
    margin-bottom: 1rem;
}

@media screen and (max-width: 759px) {
    .listing .listing__url {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        word-break: break-all;
    }
}

.listing .listing__content {
    color: #383835;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
}

.listing .listing__heading {
    display: inline;
    font-size: 1.375rem;
    margin: 0 0 0.75rem;
}

.listing .listing__summary {
    color: #383835;
    margin-bottom: 1rem;
    margin-top: 0.75rem;
}

.listing .listing__meta {
    color: #383835;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

.event-list .listing .listing__meta {
    font-size: 1.25rem;
}

.listing .listing__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    max-width: 100%;
}

@media screen and (min-width: 500px) {
    .listing .listing__image {
        margin: 0 0 0 2rem;
        max-width: 12.5rem;
    }
}

@media screen and (max-width: 599px) {
    .listing .listing__image {
        width: 100%;
    }
}

.listing--featured {
    background-color: #f5f5f7;
    border: 0;
}

@media screen and (max-width: 599px) {
    .listing--featured {
        padding: 1.75rem;
    }
}

.listing--featured .listing__link {
    color: #1b6f79;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.625rem;
}

@media screen and (min-width: 600px) and (max-width: 759px) {
    .listing--featured .listing__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 960px) {
    .listing--featured .listing__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.listing--featured .listing__link:visited {
    color: #6d2077;
}

.listing--featured .listing__link:hover {
    color: #fff;
    text-decoration: none !important;
}

.listing--featured .listing__link:focus {
    color: #095294;
}

.listing--featured .listing__meta {
    margin-top: 0.75rem;
}

.listing--featured .listing__summary {
    font-size: 1.25rem;
    margin-top: 0.75rem;
}

.listing--featured .listing__image {
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 759px) {
    .listing--featured .listing__image {
        margin: 0 0 0 2rem;
        width: 18.75rem;
    }
}

@media screen and (min-width: 960px) {
    .listing--featured .listing__image {
        margin: 0 0 0 2rem;
        width: 18.75rem;
    }
}

.listing--featured + .list .list__item:first-child {
    border-top: 0;
}

.page-meta {
    border-bottom: 4px solid #edf0f0;
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

@media screen and (min-width: 760px) {
    .page-meta {
        margin-bottom: 3rem;
    }
}

.news-article .page-meta,
.event-article .page-meta {
    border-bottom: 0;
    margin-bottom: 0;
}

.news-article .page-meta {
    font-size: 1rem;
}

.payment-complete-article .summary + .page-meta {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.meta {
    margin: 0 0 0.375rem;
}

    .meta:last-child {
        margin-bottom: 0;
    }

    .meta strong {
        font-weight: 700;
    }

    .meta ~ .button {
        margin-top: 1.5rem;
    }

    .meta,
    .meta a,
    .meta .meta__link {
        overflow-wrap: break-word;
        word-break: break-word;
        word-wrap: break-word;
    }

        .meta a,
        .meta a:visited {
            text-decoration: underline;
        }

            .meta a:hover,
            .meta a:focus,
            .meta a:active {
                text-decoration: none;
            }

.toggle-icon::before,
.toggle-icon::after,
.toggle-icon .toggle-icon__line {
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 100%;
}

.toggle-icon {
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
}

    .toggle-icon::before,
    .toggle-icon::after {
        content: "";
        -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        -webkit-transition: top 0.2s ease-out, bottom 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: top 0.2s ease-out, bottom 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: top 0.2s ease-out, bottom 0.2s ease-out, transform 0.2s ease-out;
        transition: top 0.2s ease-out, bottom 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    }

[aria-expanded="true"] .toggle-icon::before,
[aria-expanded="true"] .toggle-icon::after {
    bottom: auto;
    height: 3px;
    top: 50%;
}

.toggle-icon::before {
    top: 0;
}

[aria-expanded="true"] .toggle-icon::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.toggle-icon::after {
    bottom: 0;
}

[aria-expanded="true"] .toggle-icon::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.toggle-icon .toggle-icon__line {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.1s ease-out;
    transition: transform 0.2s ease-out, opacity 0.1s ease-out, -webkit-transform 0.2s ease-out;
}

[aria-expanded="true"] .toggle-icon .toggle-icon__line {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.toggle-icon--search {
    left: 1rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 599px) {
    .toggle-icon--search {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.toggle-icon--search .toggle-icon__line {
    opacity: 0;
}

[aria-expanded="true"] .toggle-icon--search {
    opacity: 1;
}

.progress-bar {
    display: block;
    margin: 0.375rem 0 1.125rem;
    padding: 0;
    position: relative;
}

.progress-bar__track {
    background: #f5f5f7;
    border: 1px solid #000;
    color: #4d575d;
    display: block;
    position: relative;
    border-radius: 0;
}

.progress-bar__indicator {
    background: #4d575d;
    height: 1rem;
    padding: 0.5rem 0 0.5rem 0.75rem;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.progress-bar__info {
    display: block;
    font-weight: 500;
    margin: 0.5rem 0 1.5rem;
}

    .progress-bar__info strong {
        font-weight: 500;
    }

    .progress-bar__info .progress-bar__current-page,
    .progress-bar__info .progress-bar__total-pages,
    .progress-bar__info .progress-bar__percent-complete {
        font-weight: 700;
    }

.progress-bar--danger .progress-bar__indicator {
    background: #f2adad;
}

    .progress-bar--danger .progress-bar__indicator::before {
        border-left-color: #f2adad;
    }

.progress-bar--success .progress-bar__indicator {
    background: #b5dfb7;
}

    .progress-bar--success .progress-bar__indicator::before {
        border-left-color: #b5dfb7;
    }

.supplements {
    clear: both;
    float: left;
    width: 100%;
}

.supplements--secondary {
    margin-top: 3rem;
}

.supplement {
    background-color: transparent;
    clear: both;
    float: left;
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
}

.pagination + .supplement {
    margin-top: 3rem;
}

.page-content .supplement:last-child,
.aside .supplement:last-child {
    margin-bottom: 0;
}

.widget-row + .supplement {
    margin-top: 2rem;
}

.document-article .supplement {
    margin-top: 2rem;
}

.supplement--call-to-action {
    margin: 1.5rem 0.5rem 0.75rem 0 !important;
}

.supplement__heading {
    color: #3c3c3c;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.supplement__subheading {
    font-size: 1rem;
}

.supplement__text {
    color: #000;
    margin: 0 0 1.5rem;
}

    .supplement__text strong {
        margin-right: 0.75rem;
    }

.aside--sidebar .supplement--flush {
    padding: 1.5rem 1.875rem;
}

@media screen and (min-width: 760px) {
    .aside--sidebar .supplement--flush {
        padding: 0;
    }
}

@media screen and (min-width: 760px) {
    .aside--sidebar .supplement--flush .image {
        width: 100%;
    }
}

@media screen and (min-width: 760px) {
    .aside--sidebar .supplement--flush .supplement__content {
        padding: 1.5rem 1.875rem;
    }
}

.supplement--advert .image {
    float: none;
    margin-bottom: 0.75rem;
    margin-left: 0;
}

.aside--sidebar .supplement--advert .supplement__content {
    padding: 0;
}

.supplement--advert .button {
    font-size: 1.375rem;
}

.supplement--contact {
    background-color: #f5f5f7;
    padding: 1.5rem 1.875rem;
}

    .supplement--contact .image {
        float: none;
        margin-bottom: 0.75rem;
        margin-left: 0;
    }

    .supplement--contact .supplement__address {
        margin: 0.25rem 0 1.5rem;
    }

    .supplement--contact .supplement__contact .supplement__text {
        margin: 0 0 0.1875rem;
    }

    .supplement--contact .list__link {
        font-size: 1rem;
    }

    .supplement--contact a:not(.button) {
        color: #1b6f79;
    }

        .supplement--contact a:not(.button):hover:not(:focus):not(:active) {
            color: #fff;
        }

    .supplement--contact .meta a,
    .supplement--contact .list__link {
        color: #1d7782;
    }

        .supplement--contact .meta a:hover:not(:focus),
        .supplement--contact .list__link:hover:not(:focus) {
            text-decoration: underline;
            text-decoration-thickness: 3px;
            background-color: transparent;
            color: #20828e;
        }

    .supplement--contact .button--secondary {
        background-color: #a24f02;
        border-color: #a24f02;
        color: #fff;
    }

        .supplement--contact .button--secondary:last-of-type {
            margin-bottom: 0.75rem;
        }

        .supplement--contact .button--secondary:hover:not(:focus) {
            background-color: #4d575d;
            border-color: #4d575d;
            color: #fff;
        }

        .supplement--contact .button--secondary:focus {
            -webkit-box-shadow: 0 0 0 2px #fff !important;
            box-shadow: 0 0 0 2px #fff !important;
            outline: 3px solid #1f75e0 !important;
            outline-offset: 2px;
        }

.supplement--further-info .button {
    font-size: 1.375rem;
}

.supplement--image .image {
    float: none;
    margin-bottom: 0.75rem;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.aside--sidebar .supplement--image .supplement__content {
    padding: 0;
}

.supplement--image .button {
    font-size: 1.375rem;
}

.supplement--navigation {
    background-color: transparent;
    border-bottom: 5px solid #6c6c67;
    padding: 0;
}

    .supplement--navigation .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0.5rem;
        padding-bottom: 1rem;
    }

        .supplement--navigation .list .list__item {
            margin-bottom: 0;
            margin-top: 0;
            width: 100%;
        }

@media screen and (min-width: 960px) {
    .supplement--navigation .list .list__item {
        width: 50%;
    }

    .aside--sidebar .supplement--navigation .list .list__item {
        width: 100%;
    }
}

@media screen and (min-width: 1020px) {
    .supplement--navigation .list .list__item {
        width: 33.33333%;
    }
}

.supplement--navigation .list .list__link {
    color: #383835;
    font-size: 1.125rem;
    font-weight: 500;
}

    .supplement--navigation .list .list__link:hover {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        background-color: transparent;
    }

    .supplement--navigation .list .list__link:focus {
        color: #095294;
    }

.widget-middle-advert .widget__link,
.widget-right-advert .widget__link {
    background-image: linear-gradient( to top, #20828e 0, #20828e 1px, transparent 1px, transparent 100% );
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #20828e;
    text-shadow: 1px 0 0 #f5f5f7, -1px 0 0 #f5f5f7, 0 -1px 0 #f5f5f7, 0 1px 0 #f5f5f7;
}

    .widget-middle-advert .widget__link:hover,
    .widget-right-advert .widget__link:hover,
    .widget-middle-advert .widget__link:focus,
    .widget-right-advert .widget__link:focus {
        background-size: 100% 100%;
        text-decoration: none;
        -webkit-transition: background-size 0.1s ease-out;
        transition: background-size 0.1s ease-out;
    }

    .widget-middle-advert .widget__link:visited,
    .widget-right-advert .widget__link:visited {
        color: #6d2077;
    }

    .widget-middle-advert .widget__link:hover,
    .widget-right-advert .widget__link:hover,
    .widget-middle-advert .widget__link:focus,
    .widget-right-advert .widget__link:focus,
    .widget-middle-advert .widget__link:active,
    .widget-right-advert .widget__link:active {
        background-color: transparent;
        text-decoration: none;
    }

.widget-middle-advert .widget__image,
.widget-right-advert .widget__image {
    margin-bottom: 1.5rem;
}

.widget-middle-advert .widget__subheading,
.widget-right-advert .widget__subheading {
    display: inline;
}

.widget-middle-advert .widget__subheading-child,
.widget-right-advert .widget__subheading-child,
.widget-middle-advert .widget__text,
.widget-right-advert .widget__text {
    color: #4d575d;
}

.widget-middle-advert .widget__subheading-child,
.widget-right-advert .widget__subheading-child {
    font-size: 1.125rem;
    margin: 1.5rem 0 0.375rem;
}

.widget-middle-advert .widget__text,
.widget-right-advert .widget__text {
    margin-top: 0.375rem;
}

.widget-width--large .widget-content .editor {
    max-width: 100%;
}

    .widget-width--large .widget-content .editor blockquote,
    .widget-width--large .widget-content .editor dl,
    .widget-width--large .widget-content .editor dd,
    .widget-width--large .widget-content .editor ol,
    .widget-width--large .widget-content .editor ul,
    .widget-width--large .widget-content .editor h1,
    .widget-width--large .widget-content .editor .h1,
    .widget-width--large .widget-content .editor h2,
    .widget-width--large .widget-content .editor .form__heading,
    .widget-width--large .widget-content .editor .pagination__label,
    .widget-width--large
    .widget-content
    .editor
    .widget-homepage-banner
    .image__caption,
    .widget-homepage-banner
    .widget-width--large
    .widget-content
    .editor
    .image__caption,
    .widget-width--large
    .widget-content
    .editor
    .widget-homepage-banner
    .image-link,
    .widget-homepage-banner
    .widget-width--large
    .widget-content
    .editor
    .image-link,
    .widget-width--large .widget-content .editor .h2,
    .widget-width--large .widget-content .editor h3,
    .widget-width--large .widget-content .editor .h3,
    .widget-width--large .widget-content .editor h4,
    .widget-width--large .widget-content .editor .h4,
    .widget-width--large .widget-content .editor h5,
    .widget-width--large .widget-content .editor .h5,
    .widget-width--large .widget-content .editor h6,
    .widget-width--large .widget-content .editor .h6,
    .widget-width--large .widget-content .editor p,
    .widget-width--large .widget-content .editor pre,
    .widget-width--large .widget-content .editor fieldset,
    .widget-width--large .widget-content .editor hr {
        max-width: 44em;
    }

.widget-directory-search .widget-inner {
    padding: 0;
}

    .widget-directory-search .widget-inner > .button {
        background-color: transparent;
        border: 0;
        color: #1b6f79;
        font-size: 1.25rem;
        font-weight: 700;
        padding: 0;
        text-decoration: underline;
    }

        .widget-directory-search .widget-inner > .button:hover {
            background-color: #20828e;
            color: #fff;
            text-decoration: none;
        }

        .widget-directory-search .widget-inner > .button:focus {
            background-color: transparent;
            color: #095294;
        }

.widget-directory-search .form {
    margin: 0;
}

.widget-directory-search .form__append-group,
.widget-directory-search .integrated-component {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .widget-directory-search .form__append-group .form__field,
    .widget-directory-search .integrated-component .form__field {
        height: 100%;
    }

    .widget-directory-search .form__append-group .button,
    .widget-directory-search .integrated-component .button {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0;
    }

    .widget-directory-search .form__append-group .button--secondary,
    .widget-directory-search .integrated-component .button--secondary {
        background-color: #a24f02;
        border-color: #a24f02;
        color: #fff;
    }

        .widget-directory-search
        .form__append-group
        .button--secondary:hover:not(:focus),
        .widget-directory-search
        .integrated-component
        .button--secondary:hover:not(:focus) {
            background-color: #4d575d;
            border-color: #4d575d;
            color: #fff;
        }

        .widget-directory-search .form__append-group .button--secondary:focus,
        .widget-directory-search .integrated-component .button--secondary:focus {
            border-color: #f5f5f7;
        }

.widget-documents .list {
    margin-left: 0.5rem;
}

    .widget-documents .list .list__item::before {
        background-color: #000;
    }

    .widget-documents .list .list__link {
        font-weight: 500;
        text-decoration: none;
    }

.widget-calendar .widget__heading,
.categorized-events-calendar .widget__heading {
    text-align: center;
}

.widget-calendar .widget-calendar__abbr,
.widget-calendar abbr,
.categorized-events-calendar .widget-calendar__abbr,
.categorized-events-calendar abbr {
    text-decoration: none;
}

.widget-calendar .calendar__table,
.categorized-events-calendar .calendar__table {
    border-color: #000;
}

    .widget-calendar .calendar__table td,
    .categorized-events-calendar .calendar__table td {
        border: 0;
        padding: 0 !important;
    }

        .widget-calendar .calendar__table td .calendar__date,
        .categorized-events-calendar .calendar__table td .calendar__date {
            padding: 1.5rem 1.125rem;
        }

            .widget-calendar .calendar__table td .calendar__date.calendar__date--today,
            .categorized-events-calendar
            .calendar__table
            td
            .calendar__date.calendar__date--today {
                border: 1px solid #20828e;
            }

                .widget-calendar
                .calendar__table
                td
                .calendar__date.calendar__date--today.calendar__date--link:hover,
                .categorized-events-calendar
                .calendar__table
                td
                .calendar__date.calendar__date--today.calendar__date--link:hover {
                    background-color: #20828e;
                    color: #fff;
                }

                .widget-calendar
                .calendar__table
                td
                .calendar__date.calendar__date--today.calendar__date--link:focus,
                .categorized-events-calendar
                .calendar__table
                td
                .calendar__date.calendar__date--today.calendar__date--link:focus {
                    background-color: #f4f9f9;
                    color: #20828e;
                }

                    .widget-calendar
                    .calendar__table
                    td
                    .calendar__date.calendar__date--today.calendar__date--link:focus::before,
                    .categorized-events-calendar
                    .calendar__table
                    td
                    .calendar__date.calendar__date--today.calendar__date--link:focus::before {
                        z-index: 0;
                    }

            .widget-calendar .calendar__table td .calendar__date.calendar__date--link,
            .categorized-events-calendar
            .calendar__table
            td
            .calendar__date.calendar__date--link {
                color: #1b6f79;
            }

                .widget-calendar .calendar__table td .calendar__date.calendar__date--link:hover,
                .categorized-events-calendar
                .calendar__table
                td
                .calendar__date.calendar__date--link:hover {
                    color: #fff;
                }

                .widget-calendar .calendar__table td .calendar__date.calendar__date--link:focus,
                .categorized-events-calendar
                .calendar__table
                td
                .calendar__date.calendar__date--link:focus {
                    color: #20828e;
                }

                    .widget-calendar
                    .calendar__table
                    td
                    .calendar__date.calendar__date--link:focus::before,
                    .categorized-events-calendar
                    .calendar__table
                    td
                    .calendar__date.calendar__date--link:focus::before {
                        z-index: 0;
                    }

    .widget-calendar .calendar__table .calendar__dates tr:nth-child(even),
    .categorized-events-calendar
    .calendar__table
    .calendar__dates
    tr:nth-child(even) {
        background-color: #f5f5f7;
    }

    .widget-calendar .calendar__table th,
    .categorized-events-calendar .calendar__table th {
        text-align: center;
    }

.widget-feeds .list {
    margin-left: 0.5rem;
}

    .widget-feeds .list .list__item {
        border: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

        .widget-feeds .list .list__item::before {
            background-color: #000;
        }

.widget-feeds .listing__link {
    font-weight: 500;
    text-decoration: none;
}

    .widget-feeds .listing__link:hover .list__heading {
        background-color: #20828e;
        color: #fff;
    }

    .widget-feeds .listing__link:focus .listing__heading {
        background-color: transparent;
        color: #095294;
    }

.widget-feeds .listing__heading {
    color: #20828e;
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
}

    .widget-feeds .listing__heading .listing__link {
        font-size: 1.25rem;
    }

.widget-gallery .image {
    float: none;
    margin: auto;
    max-width: none;
    width: 100%;
}

.widget-gallery .image__caption:empty {
    display: none;
}

.widget-homepage-banner .image,
.widget-homepage-banner .image-link {
    width: 100%;
}

.widget-homepage-banner .image {
    border-bottom: 0;
}

.widget-homepage-banner .image__caption,
.widget-homepage-banner .image-link {
    text-decoration: none;
}

.widget-homepage-banner .image__caption {
    display: block;
}

.widget-homepage-banner .image-link:hover {
    background-color: transparent;
}

    .widget-homepage-banner .image-link:hover .image__caption {
        background-color: transparent;
        color: #20828e;
        text-decoration: underline;
    }

.widget-image .image,
.widget-image .image-link {
    width: 100%;
}

.widget-image .image {
    border-bottom: 0;
}

.widget-image .image__caption,
.widget-image .image-link {
    font-size: 1.25rem;
}

    .widget-image .image-link:hover {
        background-color: transparent;
    }

        .widget-image .image-link:hover .image__caption {
            background-color: #20828e;
            color: #fff;
            text-decoration: none;
        }

.widget-latest-news .list__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget-latest-news .listing__content .listing__heading .listing__link {
    font-weight: 700;
    text-decoration: none;
}

.widget-latest-news .list__item {
    border-bottom: 0;
    padding-top: 0;
}

.widget-middle-advert .boxed {
    background-color: transparent;
    padding: 0;
    position: relative;
}

    .widget-middle-advert .boxed:hover .image {
        opacity: 0.8;
        outline: 3px solid #095294;
    }

.widget-middle-advert .image {
    margin-bottom: 0.5rem;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.widget-middle-advert .widget__subheading .widget__link {
    background-image: none !important;
    text-shadow: none !important;
    display: inline-block;
    font-size: 1.625rem;
    text-decoration: none;
}

    .widget-middle-advert .widget__subheading .widget__link:hover {
        color: #095294;
        text-decoration: underline;
    }

    .widget-middle-advert .widget__subheading .widget__link:active,
    .widget-middle-advert .widget__subheading .widget__link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 3px solid #095294;
    }

    .widget-middle-advert .widget__subheading .widget__link::before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.widget-middle-advert .widget__subheading-child {
    font-size: 1.375rem;
    margin-top: 0.5rem;
}

.widget-middle-advert .widget__text {
    font-size: 1.25rem;
}

.widget-width--100 .widget-navigation {
    background-color: transparent;
    border-bottom: 5px solid #7bbb58;
    margin-bottom: 6rem !important;
}

    .widget-width--100 .widget-navigation .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-bottom: 1rem;
    }

        .widget-width--100 .widget-navigation .list .list__item {
            margin: 0.25rem 1.5rem;
            padding-right: 1rem;
            width: 100%;
        }

@media screen and (min-width: 960px) {
    .widget-width--100 .widget-navigation .list .list__item {
        width: calc(50% - 3rem);
    }
}

@media screen and (min-width: 1020px) {
    .widget-width--100 .widget-navigation .list .list__item {
        width: calc(33.33333% - 3rem);
    }
}

.widget-width--100 .widget-navigation .list .list__item::before {
    -webkit-transform: translate(0, 0.5rem);
    -ms-transform: translate(0, 0.5rem);
    transform: translate(0, 0.5rem);
}

.widget-width--100 .widget-navigation .list .list__link {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.5rem 0;
}

    .widget-width--100 .widget-navigation .list .list__link .icon {
        display: none;
    }

    .widget-width--100
    .widget-navigation
    .list
    .list__link:visited:hover
    .list__heading,
    .widget-width--100 .widget-navigation .list .list__link:hover .list__heading {
        color: #fff;
    }

    .widget-width--100 .widget-navigation .list .list__link:focus .list__heading {
        color: #095294;
    }

    .widget-width--100 .widget-navigation .list .list__link:visited .list__heading {
        color: #6d2077;
    }

    .widget-width--100 .widget-navigation .list .list__link .list__heading {
        color: #20828e;
        display: inline-block;
        font-size: 1.125rem;
        font-weight: 500;
        margin: 0;
        text-decoration: underline;
    }

.widget-navigation .list {
    margin-left: 0.5rem;
}

    .widget-navigation .list .list__item::before {
        background-color: #000;
    }

.widget-navigation .list__link {
    text-decoration: none;
}

    .widget-navigation .list__link .icon {
        display: none;
    }

    .widget-navigation .list__link:hover .list__heading {
        background-color: #20828e;
        color: #fff;
    }

    .widget-navigation .list__link:focus .list__heading {
        background-color: transparent;
        color: #095294;
    }

.widget-navigation .list__heading {
    color: #20828e;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0;
}

.widget--opinion-poll .boxed {
    padding: 0;
}

.widget--opinion-poll .form__footer {
    border: 0;
    padding-top: 0;
}

.widget--opinion-poll .form__label--legend {
    font-weight: 500;
    padding-bottom: 1rem;
}

.widget--opinion-poll .form__action--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

    .widget--opinion-poll .form__action--primary .button {
        font-size: 1.25rem;
        font-weight: 700;
    }

.widget-right-advert .widget-right-advert {
    padding: 0;
}

.widget-right-advert .boxed {
    background-color: transparent;
    padding: 0;
}

.widget-right-advert .widget__link {
    background-image: none !important;
    text-shadow: none !important;
    color: #4d575d;
    display: block;
    text-decoration: none;
}

    .widget-right-advert .widget__link:hover {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        background-color: transparent;
    }

    .widget-right-advert .widget__link .widget__subheading {
        font-size: 2rem;
    }

    .widget-right-advert .widget__link .image {
        margin-bottom: 0.5rem;
    }

.index-modular .widget-right-advert {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #9a5fa3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0;
}

@media screen and (max-width: 959px) {
    .index-modular .widget-right-advert {
        padding: 3rem 0;
    }
}

@media screen and (max-width: 759px) {
    .index-modular .widget-right-advert {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.75rem 0 1.5rem;
    }
}

@media screen and (min-width: 1280px) {
    .index-modular .widget-right-advert .adverts__wrapper {
        margin-left: -1.875rem;
        margin-right: -1.875rem;
        padding: 0;
    }
}

.index-modular .widget-right-advert .boxed {
    margin-bottom: 0;
    padding: 1.5rem 1.875rem;
    width: 33.33333%;
}

@media screen and (max-width: 759px) {
    .index-modular .widget-right-advert .boxed {
        padding: 1.5rem 0 0;
        width: 100%;
    }
}

.index-modular .widget-right-advert .boxed .widget__link {
    color: #fff;
    display: block;
    text-decoration: none;
}

    .index-modular .widget-right-advert .boxed .widget__link:hover {
        text-decoration: none !important;
    }

        .index-modular
        .widget-right-advert
        .boxed
        .widget__link:hover
        .widget__subheading {
            text-decoration: underline;
            text-decoration-thickness: 3px;
        }

    .index-modular .widget-right-advert .boxed .widget__link:active,
    .index-modular .widget-right-advert .boxed .widget__link:focus {
        outline-color: #fff;
    }

.is-safari .index-modular .widget-right-advert .boxed .widget__link:active,
.is-safari .index-modular .widget-right-advert .boxed .widget__link:focus {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}

.index-modular .widget-right-advert .boxed .widget__link .widget__subheading {
    color: #fff;
    font-size: 1.625rem;
    text-decoration: underline;
}

.index-modular .widget-right-advert .boxed .widget__link .image {
    border: 5px solid #fff;
    margin-bottom: 1.5rem;
    width: 100%;
}

.widget-sitemap .list,
.widget--sitemap .list {
    margin-left: 0.5rem;
}

    .widget-sitemap .list .list__item,
    .widget--sitemap .list .list__item {
        border: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

        .widget-sitemap .list .list__item::before,
        .widget--sitemap .list .list__item::before {
            background-color: #000;
        }

        .widget-sitemap .list .list__item .list,
        .widget--sitemap .list .list__item .list {
            padding-left: 0.75rem;
        }

.widget-sitemap .list__link,
.widget--sitemap .list__link {
    font-weight: 500;
    text-decoration: none;
}

    .widget-sitemap .list__link:hover .list__heading,
    .widget--sitemap .list__link:hover .list__heading {
        background-color: #20828e;
        color: #fff;
    }

    .widget-sitemap .list__link:focus .list__heading,
    .widget--sitemap .list__link:focus .list__heading {
        background-color: transparent;
        color: #095294;
    }

.widget-sitemap .list__heading,
.widget--sitemap .list__heading {
    color: #20828e;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0;
}

.widget-website-statistics .boxed__text,
.widget-website-statistics .widget__text {
    font-size: 1.25rem;
}

.widget-sub-categories .list {
    margin-left: 0.5rem;
}

    .widget-sub-categories .list .list__item::before {
        background-color: #000;
    }

.widget-sub-categories .list__link {
    color: #20828e;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
}

    .widget-sub-categories .list__link:hover {
        color: #fff;
    }

    .widget-sub-categories .list__link:focus {
        color: #095294;
    }

    .widget-sub-categories .list__link .icon {
        display: none;
    }

.widget-whats-new .boxed {
    background-color: transparent;
    padding: 0;
}

    .widget-whats-new .boxed .nav__heading {
        font-size: 1.625rem;
        font-weight: 500;
    }

.widget-whats-new .list {
    margin-left: 0.5rem;
}

    .widget-whats-new .list .list__item::before {
        background-color: #000;
    }

.widget-whats-new .list__link {
    color: #20828e;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
}

    .widget-whats-new .list__link:hover {
        color: #fff;
    }

    .widget-whats-new .list__link:focus {
        color: #095294;
    }

    .widget-whats-new .list__link .icon {
        display: none;
    }

.widget--whats-on .list__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget--whats-on .listing__content .listing__heading .listing__link {
    font-weight: 700;
    text-decoration: none;
}

.widget--whats-on .list__item {
    border-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width: 759px) {
    .myaccount-widget {
        margin: 0;
    }
}

.sign-in-links .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sign-in-links .list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0;
    max-width: 50%;
    padding: 1rem;
}

@media screen and (max-width: 374px) {
    .sign-in-links .list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.widet-width--small .sign-in-links .list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.sign-in-links .list__link {
    color: #fff !important;
    margin: 0;
    min-width: 100%;
}

    .sign-in-links .list__link:hover:not(:focus) {
        border-color: #4d575d !important;
    }

    .sign-in-links .list__link:hover,
    .sign-in-links .list__link:focus,
    .sign-in-links .list__link:active {
        background-color: #4d575d !important;
        border-color: #fff !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.widget--myaccount-paybridge-balance-lookup p:last-of-type {
    margin-bottom: 0.75rem;
}

.widget--myaccount-paybridge-balance-lookup .button,
.widget--myaccount-paybridge-balance-lookup .button--secondary {
    margin: 0.75rem 0.75rem 0 0;
}

    .widget--myaccount-paybridge-balance-lookup .button + .button,
    .widget--myaccount-paybridge-balance-lookup .button--secondary + .button {
        margin-right: 0;
    }

.widget--myaccount-paybridge-balance-lookup .form__append-group,
.widget--myaccount-paybridge-balance-lookup .integrated-component {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .widget--myaccount-paybridge-balance-lookup
    .form__append-group
    .form__component,
    .widget--myaccount-paybridge-balance-lookup
    .integrated-component
    .form__component,
    .widget--myaccount-paybridge-balance-lookup .form__append-group .button,
    .widget--myaccount-paybridge-balance-lookup .integrated-component .button {
        margin: 0;
    }

.widget--myaccount-api-links a {
    color: #fff !important;
    margin: 0;
    min-width: 100%;
}

    .widget--myaccount-api-links a:hover:not(:focus) {
        border-color: #4d575d !important;
    }

    .widget--myaccount-api-links a:hover,
    .widget--myaccount-api-links a:focus,
    .widget--myaccount-api-links a:active {
        background-color: #4d575d !important;
        border-color: #fff !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.widget--myaccount-api-links .list__item:first-child {
    margin-top: 0;
}

.widget--my-account-forms.widget,
.widget--myaccount-form-submissions.widget {
    margin-top: 2rem;
}

@media screen and (min-width: 760px) {
    .widget-width--large .widget--my-account-forms .submitted,
    .widget-width--large .widget--myaccount-form-submissions .submitted {
        margin-right: 1.5rem;
    }
}

@media screen and (min-width: 760px) {
    .widget-width--large .widget--my-account-forms .submitted,
    .widget-width--large .widget--my-account-forms .unsubmitted,
    .widget-width--large .widget--myaccount-form-submissions .submitted,
    .widget-width--large .widget--myaccount-form-submissions .unsubmitted {
        float: left;
        width: calc(50% - 0.75rem);
    }
}

.widget--my-account-forms .submitted > h3,
.widget--my-account-forms .submitted > .h3,
.widget--my-account-forms .unsubmitted > h3,
.widget--my-account-forms .unsubmitted > .h3,
.widget--myaccount-form-submissions .submitted > h3,
.widget--myaccount-form-submissions .submitted > .h3,
.widget--myaccount-form-submissions .unsubmitted > h3,
.widget--myaccount-form-submissions .unsubmitted > .h3 {
    margin: 1.5rem 0 0.75rem;
}

.widget--my-account-forms .item-list,
.widget--myaccount-form-submissions .item-list {
    margin-bottom: 0;
}

    .widget--my-account-forms .item-list > li,
    .widget--myaccount-form-submissions .item-list > li {
        border-bottom: 1px solid #cacaca;
        margin: 0;
        padding: 0.625rem 0;
    }

        .widget--my-account-forms .item-list > li:first-child,
        .widget--myaccount-form-submissions .item-list > li:first-child {
            border-top: 1px solid #cacaca;
        }

        .widget--my-account-forms .item-list > li li,
        .widget--myaccount-form-submissions .item-list > li li {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.widget--my-account-forms .small-buttons .button,
.widget--myaccount-form-submissions .small-buttons .button {
    border-radius: 0;
}

    .widget--my-account-forms .small-buttons .button + .button,
    .widget--myaccount-form-submissions .small-buttons .button + .button {
        margin-left: 0.75rem;
    }

.widget--my-account-forms .view-more,
.widget--myaccount-form-submissions .view-more {
    margin-top: 0.75rem;
}

    .widget--my-account-forms .view-more[style="display: block;"],
    .widget--myaccount-form-submissions .view-more[style="display: block;"] {
        display: inline-block !important;
    }

.widget--my-account-forms h4,
.widget--my-account-forms .h4 {
    margin-bottom: 0.75rem;
    margin-top: -0.25rem;
}

.widget--my-account-forms a {
    font-weight: 700;
}

.widget--myaccount-form-submissions h4,
.widget--myaccount-form-submissions .h4 {
    margin-top: 1.5rem;
}

.widget--myaccount-form-submissions p {
    margin-bottom: 0;
}

.widget--myaccount-form-submissions .item-list {
    margin-bottom: 1.5rem;
}

.widget--myaccount-form-submissions .button {
    margin-top: 0.75rem;
    padding: 0.5rem;
}

.my-cases__list {
    border-top: 1px solid #cacaca;
    margin: 1.5rem 0;
}

.my-cases__item {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 0.625rem;
}

.my-cases__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.my-cases__title-flex-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.widget-width--small .my-cases__title-link {
    margin-right: 0.375rem;
}

.my-cases__metadata {
    margin-top: 0;
}

.my-cases__metadata-item {
    display: block;
    font-size: 0.875rem;
}

    .my-cases__metadata-item:not(:first-of-type) {
        margin-top: 0.625rem;
    }

    .my-cases__metadata-item strong {
        font-weight: 500;
    }

.my-cases__label {
    color: #000;
    font-size: 0.875rem;
    margin-left: 0.75rem;
    padding: 0.1875rem 0.3rem;
    text-align: right;
}

.widget-width--small .my-cases__label {
    margin-left: 0;
}

.my-cases__label--open {
    background-color: #b5dfb7;
}

.my-cases__label--closed {
    background-color: #f2adad;
}

.my-cases__label--more-information-required {
    background-color: #fd9;
}

.widget--myaccount-cxm-cases-verbose-table .my-cases__table {
    margin-bottom: 1rem;
    margin-top: 0;
}

    .widget--myaccount-cxm-cases-verbose-table .my-cases__table a {
        font-weight: 700;
    }

.widget--myaccount-cxm-cases-verbose-table .button {
    margin-top: 1rem;
}

.widget--myaccount-my-address .button {
    margin-top: 1.5rem;
}

.organisation-links-widget .widget__heading + a,
.organisation-account-link-widget .widget__heading + a {
    margin-top: 0.75rem;
}

.organisation-links-widget > a,
.organisation-account-link-widget > a {
    color: #fff !important;
    margin: 0;
    min-width: 100%;
}

    .organisation-links-widget > a:hover:not(:focus),
    .organisation-account-link-widget > a:hover:not(:focus) {
        border-color: #4d575d !important;
    }

    .organisation-links-widget > a:hover,
    .organisation-links-widget > a:focus,
    .organisation-links-widget > a:active,
    .organisation-account-link-widget > a:hover,
    .organisation-account-link-widget > a:focus,
    .organisation-account-link-widget > a:active {
        background-color: #4d575d !important;
        border-color: #fff !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.widget--myaccount-cxm-service-widget .cxm-service__info {
    position: relative;
}

.widget--myaccount-cxm-service-widget .thumbnail {
    margin-bottom: 1.5rem;
}

.widget--myaccount-cxm-service-widget .cxm-service__case-detail-item {
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.widget--my-account-direct-debits > p:last-of-type {
    margin-bottom: 0;
}

.featurette {
    background-color: #d5d7da;
    margin-top: -2rem;
    padding: 3rem 0;
}

@media screen and (max-width: 759px) {
    .featurette .widget__heading {
        font-size: 1.125rem;
    }
}

.featurette .widget__heading-link:hover:not(:focus):not(:active) {
    color: #fff;
}

.featurette .widget__heading--white,
.featurette .widget__heading--white .widget__heading-link {
    color: #fff;
}

    .featurette .widget__heading--white .widget__heading-link:focus {
        outline-color: #fff;
    }

.featurette .widget__heading-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d575d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .featurette .widget__heading-link .icon {
        display: none;
    }

    .featurette .widget__heading-link:hover {
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-position: under;
    }

    .featurette .widget__heading-link.link-external {
        padding-right: 0.75rem;
    }

        .featurette .widget__heading-link.link-external .icon {
            background: none;
        }

        .featurette .widget__heading-link.link-external .link-external--icon::after {
            height: 1.5rem;
            margin-bottom: 0.75rem;
            width: 1.5rem;
        }

.featurette[style="background-color:#ffffff;"] {
    padding: 0;
}

.featurette--image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

    .featurette--image .widget__heading-link:hover:not(:focus):not(:active) {
        color: #fff;
    }

.featurette--bottom {
    background-position: center bottom;
}

.featurette--top {
    background-position: center top;
}

@media screen and (min-width: 760px) {
    .featurette__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.featurette__list .list__item {
    background-color: #fff;
    margin: 0 0 1.5rem;
    padding: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    width: 100%;
}

@media screen and (min-width: 760px) {
    .featurette__list .list__item {
        margin: 0 0.75rem 0 0;
    }

        .featurette__list .list__item:last-child {
            margin-right: 0;
        }
}

@media screen and (min-width: 960px) {
    .featurette__list .list__item {
        margin: 0 3rem 0 0;
    }

        .featurette__list .list__item:last-child {
            margin-right: 0;
        }
}

.featurette__list .list__item:last-child {
    margin-bottom: 0;
}

.featurette__list .list__item:hover .image {
    border-color: #4d575d;
}

.featurette__list .image-wrapper {
    min-height: 11.25rem;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 599px) {
    .featurette__list .image-wrapper {
        min-height: 6.875rem;
    }
}

.featurette__list .image-wrapper .icon {
    background-color: #fff;
    background-size: 1.125rem;
    bottom: 0;
    left: 0.75rem;
    position: absolute;
}

.featurette__list .image {
    border: 5px solid #fff;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    width: 100%;
}

.featurette__list .list__content {
    background-color: #fff;
    padding: 0.75rem 0.75rem 2.25rem;
}

    .featurette__list .list__content .list__date,
    .featurette__list .list__content .icon {
        bottom: 0.75rem;
        position: absolute;
        right: 0.75rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform 0.1s ease-out;
        transition: -webkit-transform 0.1s ease-out;
        transition: transform 0.1s ease-out;
        transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    }

@media screen and (min-width: 760px) {
    .featurette__list .list__content .list__date,
    .featurette__list .list__content .icon {
        bottom: 1.5rem;
        right: 0.75rem;
    }
}

.featurette__list .list__heading {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    margin-top: 0;
}

@media screen and (max-width: 759px) {
    .featurette__list .list__heading {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 759px) {
    .featurette__list .list__summary {
        display: none;
    }
}

.featurette__list .list__date {
    font-size: 1.25rem;
    left: 0.75rem;
    margin-bottom: 0;
    right: auto;
}

.featurette__list .list__link {
    color: #4d575d;
    font-size: 1.625rem;
    font-weight: 500;
    text-decoration: none;
}

    .featurette__list .list__link:hover {
        background-color: transparent;
        text-decoration: underline;
    }

    .featurette__list .list__link:focus,
    .featurette__list .list__link:active {
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-position: under;
    }

    .featurette__list .list__link::before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.featurette__list--2up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 759px) {
    .featurette__list--2up .list__item {
        margin: 0 0.75rem 0 0;
    }
}

.featurette__list--2up .list__item:first-child {
    width: calc(50% - 0.375rem);
}

@media screen and (min-width: 960px) {
    .featurette__list--2up .list__item:first-child {
        width: calc(66.66667% - 0.75rem);
    }
}

.featurette__list--2up .list__item:last-child {
    margin-right: 0;
    width: calc(50% - 0.375rem);
}

@media screen and (min-width: 960px) {
    .featurette__list--2up .list__item:last-child {
        width: calc(33.33333% - 0.75rem);
    }
}

@media screen and (min-width: 760px) {
    .featurette__list--3up .list__item {
        width: calc(33.33333% - 0.25rem);
    }
}

@media screen and (min-width: 960px) {
    .featurette__list--3up .list__item {
        width: calc(33.33333% - 0.5rem);
    }
}

@media screen and (max-width: 759px) {
    .featurette__list--3up .list__item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .featurette__list--3up .list__item .list__heading {
        margin-bottom: 0.75rem;
    }

    .featurette__list--3up .list__item .list__date {
        margin: auto 0 0;
        padding-right: 1.5rem;
    }
}

.hero {
    position: relative;
}

@media screen and (max-width: 759px) {
    .hero {
        position: relative;
    }
}

.index-modular .hero {
    margin-top: -2rem;
}

.hero .hero__image-container {
    max-height: 34.375rem;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 959px) {
    .hero .hero__image-container {
        height: 15rem;
    }
}

@media screen and (max-width: 759px) {
    .hero .hero__image-container {
        display: none;
    }
}

.hero .hero__image-container.compat-object-fit {
    background-position: center center;
    background-size: cover;
}

    .hero .hero__image-container.compat-object-fit .hero__image {
        opacity: 0;
    }

.hero .hero__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.hero .hero__content {
    background-color: rgba(77, 87, 93, 0.9);
    left: 50%;
    padding: 1rem 1.875rem 1.5rem;
    position: absolute;
    text-align: left;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 760px;
    z-index: 1;
}

@media screen and (max-width: 959px) {
    .hero .hero__content {
        left: 2.25rem;
        right: 2.25rem;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: auto;
    }
}

@media screen and (max-width: 759px) {
    .hero .hero__content {
        background-color: #4d575d;
        padding: 2.25rem 0.5rem;
        position: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.hero .hero__content .site-search {
    margin-top: 0;
}

.hero .hero__heading,
.hero .hero__subheading {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin: 0 0 0.25rem;
    word-break: break-word;
}

@media screen and (max-width: 759px) {
    .hero .hero__heading,
    .hero .hero__subheading {
        display: block;
        font-size: 1.25rem;
    }
}

.hero .hero__heading {
    font-weight: 700;
}

.hero .hero__subheading .form__label {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 759px) {
    .hero .hero__subheading .form__label {
        font-size: 1.25rem;
    }
}

.hero .form--search .icon {
    background-size: contain;
    display: block;
    height: 2.25rem;
    width: 2.5rem;
}

.hero .form__field {
    border: 1px solid #d5d7da;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.25rem;
    font-weight: 700;
    padding-left: 1.5rem;
}

    .hero .form__field:focus,
    .hero .form__field:active {
        border-color: #4d575d;
        -webkit-box-shadow: 0 0 0 3px #fff;
        box-shadow: 0 0 0 3px #fff;
        outline: none;
    }

.hero .button {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    outline-offset: -2px;
    padding: 0.375rem 0;
    width: 4rem;
}

    .hero .button::before {
        display: none;
    }

    .hero .button:hover,
    .hero .button:focus,
    .hero .button:active {
        background-color: #4d575d;
    }

    .hero .button:focus,
    .hero .button:active {
        outline-color: #fff;
    }

.is-safari .hero .button:focus,
.is-safari .hero .button:active {
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
}

.hero .icon-fallback {
    background-color: #fff;
    color: #000;
}

@media print {
    .hero {
        display: none !important;
    }
}

.widget-landing-page-top-tasks {
    padding-bottom: 1.5rem;
}

    .widget-landing-page-top-tasks .list {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -1.5rem;
    }

@media screen and (max-width: 759px) {
    .widget-landing-page-top-tasks .list {
        margin: -1rem;
    }
}

@media screen and (max-width: 599px) {
    .widget-landing-page-top-tasks .list {
        margin: 0;
    }
}

.widget-landing-page-top-tasks .list .list__item {
    border: 5px solid #9a5fa3;
    margin: 1.5rem;
    padding: 1.875rem 2.25rem;
    width: calc(33.33333% - 3rem);
}

@media screen and (max-width: 759px) {
    .widget-landing-page-top-tasks .list .list__item {
        margin: 1rem;
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 599px) {
    .widget-landing-page-top-tasks .list .list__item {
        margin: 1rem 0;
        width: 100%;
    }
}

.widget-landing-page-top-tasks .list .list__item:last-of-type {
    margin-bottom: 1.5rem !important;
}

@media screen and (max-width: 759px) {
    .widget-landing-page-top-tasks .list .list__item:last-of-type {
        margin-bottom: 1rem !important;
    }
}

@media screen and (max-width: 599px) {
    .widget-landing-page-top-tasks .list .list__item:last-of-type {
        margin-bottom: 1rem !important;
    }
}

.widget-landing-page-top-tasks .list .list__item .list__heading {
    margin-top: 0;
}

.widget-landing-page-top-tasks .list .list__item .list__heading,
.widget-landing-page-top-tasks .list .list__item .list__link {
    color: #20828e;
    font-size: 1.625rem;
}

    .widget-landing-page-top-tasks
    .list
    .list__item
    .list__link:hover
    .list__heading {
        text-decoration: underline;
        text-decoration-thickness: 3px;
    }

    .widget-landing-page-top-tasks
    .list
    .list__item
    .list__link:focus
    .list__heading {
        outline: 3px solid #1f75e0;
    }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .widget-landing-page-top-tasks
        .list
        .list__item
        .list__link:focus
        .list__heading {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari
.widget-landing-page-top-tasks
.list
.list__item
.list__link:focus
.list__heading {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.widget-landing-page-top-tasks .list .list__item .summary {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.widget-latest-news-custom {
    margin-bottom: 3rem !important;
}

    .widget-latest-news-custom .widget__heading {
        font-size: 2.5rem;
        font-weight: 500;
        padding-top: 0.75rem;
    }

    .widget-latest-news-custom .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media screen and (max-width: 759px) {
    .widget-latest-news-custom .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.widget-latest-news-custom .list__item {
    border-left: 1px solid #d5d7da;
    padding: 0 1.5rem;
    width: 25%;
}

@media screen and (max-width: 959px) {
    .widget-latest-news-custom .list__item {
        margin-bottom: 2.25rem;
        width: 100%;
    }
}

.widget-latest-news-custom .list__item .list__link {
    font-size: 1.625rem;
}

    .widget-latest-news-custom .list__item .list__link:focus {
        text-decoration: underline;
    }

.widget-latest-news-custom .list__item .summary,
.widget-latest-news-custom .list__item .date {
    font-size: 1.125rem;
}

@media screen and (max-width: 959px) {
    .widget-latest-news-custom .list__item .summary {
        display: none;
    }
}

.widget-latest-news-custom .list__item .date {
    font-weight: 700;
}

@media screen and (max-width: 959px) {
    .widget-latest-news-custom .list__item .date {
        margin-bottom: 0;
    }
}

.widget-latest-news-custom .list__item *:last-child {
    margin-bottom: 0;
}

.widget-latest-news-custom .button__wrapper {
    margin-top: 3rem;
    text-align: center;
}

@media screen and (max-width: 959px) {
    .widget-latest-news-custom .button__wrapper {
        margin-top: 0.75rem;
    }
}

.widget-top-tasks {
    background-color: #d5d7da;
    margin-top: -2rem;
    padding-bottom: 10rem;
}

@media screen and (max-width: 759px) {
    .widget-top-tasks {
        padding-bottom: 6rem;
    }
}

.widget-top-tasks .container {
    position: relative;
}

.widget-top-tasks .top-tasks__list,
.widget-top-tasks .top-tasks__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.375rem;
}

@media screen and (max-width: 599px) {
    .widget-top-tasks .top-tasks__list,
    .widget-top-tasks .top-tasks__extra {
        width: calc(100% + 0.375rem);
    }
}

.widget-top-tasks .top-tasks__extra {
    display: none;
    opacity: 0;
    -webkit-transform: opacity 0.2s ease-in-out;
    -ms-transform: opacity 0.2s ease-in-out;
    transform: opacity 0.2s ease-in-out;
}

    .widget-top-tasks .top-tasks__extra[aria-hidden="false"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
    }

.widget-top-tasks .top-tasks__item {
    text-align: center;
    width: 16.66667%;
}

@media screen and (max-width: 959px) {
    .widget-top-tasks .top-tasks__item {
        width: 25%;
    }
}

@media screen and (max-width: 759px) {
    .widget-top-tasks .top-tasks__item {
        width: 33.33333%;
    }
}

@media screen and (max-width: 599px) {
    .widget-top-tasks .top-tasks__item {
        width: 50%;
    }
}

.no-js .widget-top-tasks .top-tasks__item {
    width: 100%;
}

.widget-top-tasks .top-tasks__item .top-tasks__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    color: #4d575d;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.125rem;
    height: calc(100% - 0.75rem);
    margin: 0.375rem;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
    text-decoration: none;
    width: calc(100% - 0.75rem);
}

.no-js .widget-top-tasks .top-tasks__item .top-tasks__link {
    height: auto;
}

.widget-top-tasks .top-tasks__item .top-tasks__link:focus,
.widget-top-tasks .top-tasks__item .top-tasks__link:active {
    outline: 3px solid #1f75e0;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .widget-top-tasks .top-tasks__item .top-tasks__link:focus,
        .widget-top-tasks .top-tasks__item .top-tasks__link:active {
            -webkit-box-shadow: 0 0 0 3px #1f75e0;
            box-shadow: 0 0 0 3px #1f75e0;
            outline: none;
        }
    }
}

.is-safari .widget-top-tasks .top-tasks__item .top-tasks__link:focus,
.is-safari .widget-top-tasks .top-tasks__item .top-tasks__link:active {
    -webkit-box-shadow: 0 0 0 3px #1f75e0;
    box-shadow: 0 0 0 3px #1f75e0;
    outline: none;
}

.widget-top-tasks .top-tasks__item .top-tasks__link[aria-expanded="true"] {
    background-color: #9a5fa3;
    color: #fff;
}

    .widget-top-tasks
    .top-tasks__item
    .top-tasks__link[aria-expanded="true"]
    .top-task__icon {
        background-color: #4d575d;
    }

    .widget-top-tasks
    .top-tasks__item
    .top-tasks__link[aria-expanded="true"]
    .icon-top-task__arrow-icon {
        display: block;
    }

    .widget-top-tasks
    .top-tasks__item
    .top-tasks__link[aria-expanded="true"]:focus {
        -webkit-box-shadow: 0 0 0 5px #1f75e0;
        box-shadow: 0 0 0 5px #1f75e0;
        outline: 2px solid #d5d7da;
    }

.widget-top-tasks .top-tasks__item .top-tasks__link:hover {
    background-color: #fff;
    color: #9a5fa3;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

    .widget-top-tasks .top-tasks__item .top-tasks__link:hover .top-task__icon {
        background-color: #4d575d;
    }

.widget-top-tasks .top-tasks__item .top-tasks__link:active .top-task__icon,
.widget-top-tasks .top-tasks__item .top-tasks__link:focus .top-task__icon {
    background-color: #4d575d;
}

.widget-top-tasks .top-tasks__item .top-tasks__link .icon-top-task__arrow-icon {
    bottom: -2.875rem;
    display: block;
    height: 2rem;
    left: calc(50% - 2rem);
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    width: 2rem;
    z-index: 99;
}

.widget-top-tasks .top-tasks__item .top-task__icon {
    background-color: #9a5fa3;
    border-radius: 0.75rem;
    display: block;
    height: 5rem;
    margin: 0.5rem auto;
    padding: 1rem;
    width: 5rem;
}

    .widget-top-tasks .top-tasks__item .top-task__icon .icon {
        background-position: center;
        height: 100%;
        width: 100%;
    }

.widget-top-tasks .top-tasks__sublinks {
    background-color: #fff;
    border: 0.375rem solid #9a5fa3;
    display: none;
    left: 1rem;
    margin: 1.875rem 0;
    padding: 1.875rem 2.25rem;
    position: absolute;
    right: 1rem;
    text-align: left;
}

.no-js .widget-top-tasks .top-tasks__sublinks {
    display: block;
    position: initial;
}

.widget-top-tasks .top-tasks__sublinks .list {
    -webkit-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

@media screen and (max-width: 959px) {
    .widget-top-tasks .top-tasks__sublinks .list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media screen and (max-width: 599px) {
    .widget-top-tasks .top-tasks__sublinks .list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

.widget-top-tasks .top-tasks__sublinks .list .list__item {
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 599px) {
    .widget-top-tasks .top-tasks__sublinks .list .list__item {
        width: 100%;
    }
}

.widget-top-tasks .top-tasks__sublinks .list__link {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    color: #4d575d;
    font-size: 1.125rem;
    font-weight: 500;
    page-break-inside: avoid;
    text-decoration: underline;
    white-space: pre-line;
}

    .widget-top-tasks
    .top-tasks__sublinks
    .list__link:hover:not(:focus):not(:active) {
        color: #fff;
        text-decoration: none;
    }

.widget-top-tasks .top-tasks__button-wrapper {
    display: none;
}

@media screen and (max-width: 759px) {
    .widget-top-tasks .top-tasks__button-wrapper {
        display: block;
        margin: 0.75rem 0 0;
        width: 100%;
    }
}

.no-js .widget-top-tasks .top-tasks__button-wrapper {
    display: none;
}

.widget-top-tasks .top-tasks__button-wrapper .top-tasks__extra-button {
    background-color: #4d575d;
    border-color: #4d575d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

    .widget-top-tasks .top-tasks__button-wrapper .top-tasks__extra-button:hover {
        background-color: #bb5b02;
        border-color: #bb5b02;
    }

    .widget-top-tasks .top-tasks__button-wrapper .top-tasks__extra-button .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    }

    .widget-top-tasks
    .top-tasks__button-wrapper
    .top-tasks__extra-button[aria-expanded="true"]
    .icon {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .widget-top-tasks .top-tasks__button-wrapper .top-tasks__extra-button:focus,
    .widget-top-tasks .top-tasks__button-wrapper .top-tasks__extra-button:active {
        border-color: #d5d7da;
        outline-color: #1f75e0;
    }

.is-safari
.widget-top-tasks
.top-tasks__button-wrapper
.top-tasks__extra-button:focus,
.is-safari
.widget-top-tasks
.top-tasks__button-wrapper
.top-tasks__extra-button:active {
    -webkit-box-shadow: 0 0 0 3px #7bbb58;
    box-shadow: 0 0 0 3px #7bbb58;
}

.widget-in-your-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4d575d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9rem;
    margin: -6.5rem 0 0;
    padding: 0 3rem;
    position: relative;
    width: auto;
}

@media screen and (max-width: 599px) {
    .widget-in-your-area {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: auto;
        padding: 1.5rem;
    }
}

@media screen and (max-width: 759px) {
    .widget-in-your-area {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

.widget-in-your-area .icon {
    background-position: left center;
    height: 75%;
    margin-right: 3rem;
    width: 9rem;
}

@media screen and (max-width: 759px) {
    .widget-in-your-area .icon {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .widget-in-your-area .your-area__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (max-width: 599px) {
    .widget-in-your-area .your-area__content {
        width: 60%;
    }
}

.widget-in-your-area .widget__heading {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 0;
}

.widget-in-your-area .your-area__subheading {
    color: #fff;
    font-size: 1.375rem;
    margin: 0;
}

@media screen and (max-width: 759px) {
    .widget-in-your-area .your-area__subheading {
        font-size: 1.125rem;
        padding-right: 0.5rem;
    }
}

.widget-in-your-area .button {
    border-color: #fff;
    font-size: 1.375rem;
    margin-right: 0.5rem;
}

@media screen and (max-width: 759px) {
    .widget-in-your-area .button {
        font-size: 1.125rem;
        margin-right: 0;
        padding: 0.625rem;
        word-wrap: normal;
    }
}

@media screen and (max-width: 599px) {
    .widget-in-your-area .button {
        width: 40%;
    }
}

.widget-in-your-area .button:focus {
    outline-color: #7bbb58;
}

.is-safari .widget-in-your-area .button:focus {
    -webkit-box-shadow: 0 0 0 3px #7bbb58;
    box-shadow: 0 0 0 3px #7bbb58;
}

.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .site {
        display: block;
    }
}

.site-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0 3rem;
    z-index: 995;
}

.document-article .site-main {
    margin-top: 0;
}

.one-column .site-content {
    margin: 0 auto;
}

.two-column .page-content {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 960px) {
    .two-column .page-content {
        float: left;
        margin-bottom: 0;
        padding-right: 2rem;
        width: calc(100% - 21.25rem);
    }
}

.page-content > *:last-child {
    margin-bottom: 0;
}

    .page-content > *:last-child .widget-featurette {
        margin-bottom: -6rem !important;
    }

.homepage-modular .page-content,
.category-modular .page-content {
    margin-top: -2rem;
}

.event-article .page-content {
    border-bottom: 4px solid #edf0f0;
    padding-bottom: 3rem;
}

.page-heading {
    padding-bottom: 1.875rem;
}

.page-heading,
.page-subheading {
    margin-bottom: 1.5rem;
}

.document-article .page-heading,
.document-article .page-subheading {
    margin-bottom: 2rem;
}

.site-header {
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 996;
}

@media screen and (min-width: 600px) {
    .site-header {
        padding: 0.75rem 0;
    }
}

@media screen and (min-width: 760px) {
    .site-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media screen and (min-width: 960px) {
    .site-header {
        padding: 1.5rem 0;
    }
}

.no-js .site-header {
    padding-bottom: 0;
}

.home.one-column .site-header {
    margin-bottom: 0;
}

.site-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 599px) {
    .site-header > .container {
        padding: 0;
    }
}

.site-header > .container::after {
    content: none;
}

@media screen and (max-width: 599px) {
    .site-header .button {
        padding: 1rem;
    }
}

@media screen and (max-width: 399px) {
    .site-header .button {
        padding: 1rem 0.75rem;
    }
}

@media screen and (max-width: 599px) {
    .site-header .button--icon .icon {
        margin-right: 0;
    }
}

.site-header__links {
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .site-header__links {
        float: right;
        padding-left: 0.75rem;
        text-align: right;
        width: 66.66667%;
    }
}

.site-header__links .list__item {
    margin-bottom: 0;
    margin-right: 0;
}

@media screen and (min-width: 400px) {
    .site-header__links .list__item:not(:first-child) {
        margin-left: 1.5rem;
    }
}

.identity {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 0.75rem;
    padding: 0.75rem 0 1rem;
}

@media screen and (min-width: 600px) {
    .identity {
        margin-left: 0;
    }
}

.identity__logo {
    height: 3.25rem;
}

@media screen and (min-width: 760px) {
    .identity__logo {
        height: 4.125rem;
    }
}

.identity__link {
    display: block;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

    .identity__link:hover,
    .identity__link:focus,
    .identity__link:active {
        background-color: transparent;
        opacity: 0.8;
    }

.site-footer {
    background-color: #4d575d;
    color: #fff;
    margin: 3rem 0 0;
    padding: 2.5rem 0 0;
    text-align: center;
}

@media screen and (min-width: 760px) {
    .site-footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.one-column.index-modular .site-footer {
    margin-top: -3rem;
}

.site-footer .container {
    padding-bottom: 1.5rem;
    position: relative;
    text-align: left;
}

.site-footer .container--flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
}

@media screen and (min-width: 760px) {
    .site-footer .container--flex {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.site-footer a,
.site-footer a:visited {
    color: #fff;
}

    .site-footer a:focus {
        outline-color: #fff;
    }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .site-footer a:focus {
            -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
        }
    }
}

.is-safari .site-footer a:focus {
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
}

.site-footer .identity {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 0;
}

@media screen and (max-width: 759px) {
    .site-footer .identity {
        width: 100%;
    }
}

.site-footer .identity .identity__print-fallback {
    display: none;
}

@media screen and (max-width: 759px) {
    .site-footer .identity .identity__link {
        float: right;
    }
}

.site-footer .site-footer__rights {
    display: block;
}

.site-footer__group {
    margin-bottom: 2.25rem;
    min-width: 0;
    width: 25%;
}

@media screen and (min-width: 760px) {
    .site-footer__group {
        padding-right: 1.5rem;
        text-align: left;
    }
}

@media screen and (max-width: 759px) {
    .site-footer__group {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 959px) {
    .site-footer__group {
        width: auto;
    }
}

.site-footer__group:last-child {
    margin-right: 0;
}

.site-footer__group .list {
    margin: 0;
}

.site-footer__group .list__item {
    margin: 0.5rem 0;
}

    .site-footer__group .list__item:first-child {
        margin-top: 0;
    }

.site-footer__group .list__link {
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0.25rem 0;
    vertical-align: middle;
}

@media screen and (max-width: 759px) {
    .site-footer__group .list__link {
        font-size: 0.875rem;
    }
}

.site-footer__group .list__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    background-color: transparent;
}

.site-footer__group .icon {
    margin-top: 0;
}

.site-footer__middle {
    width: 100%;
}

@media screen and (min-width: 760px) {
    .site-footer__middle {
        width: 33.33333%;
    }
}

@media screen and (min-width: 960px) {
    .site-footer__middle {
        width: 50%;
    }
}

@media screen and (min-width: 760px) {
    .site-footer__group--centered {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.site-footer__group--centered .list {
    text-align: center;
}

@media screen and (min-width: 500px) {
    .site-footer__group--centered .list {
        text-align: left;
    }
}

.site-footer__group--centered .list__item {
    display: block;
    margin: 0 0 1rem;
}

@media screen and (min-width: 760px) {
    .site-footer__group--centered .list__item {
        margin: 1rem 0;
    }
}

.site-footer__heading,
.site-footer__group h2,
.site-footer__group .form__heading,
.site-footer__group .pagination__label,
.site-footer__group .widget-homepage-banner .image__caption,
.widget-homepage-banner .site-footer__group .image__caption,
.site-footer__group .widget-homepage-banner .image-link,
.widget-homepage-banner .site-footer__group .image-link,
.site-footer__group .h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

@media screen and (min-width: 500px) {
    .site-footer__heading,
    .site-footer__group h2,
    .site-footer__group .form__heading,
    .site-footer__group .pagination__label,
    .site-footer__group .widget-homepage-banner .image__caption,
    .widget-homepage-banner .site-footer__group .image__caption,
    .site-footer__group .widget-homepage-banner .image-link,
    .widget-homepage-banner .site-footer__group .image-link,
    .site-footer__group .h2 {
        margin: 0 0 1.5rem;
    }
}

.site-footer__text,
.site-footer__links {
    display: block;
    font-size: 1rem;
    margin: 0 4.5rem 0 0;
    text-align: left;
}

@media screen and (min-width: 760px) {
    .site-footer__text,
    .site-footer__links {
        display: inline;
        margin-right: 1rem;
    }
}

@media screen and (max-width: 759px) {
    .site-footer__text,
    .site-footer__links {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 760px) {
    .site-footer__text:last-of-type {
        margin-right: 3rem;
    }
}

.site-footer__link {
    padding: 0.25rem 0;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: under;
}

    .site-footer__link:hover {
        text-decoration: underline;
        text-decoration-thickness: 3px;
        background-color: transparent;
    }

    .site-footer__link:focus,
    .site-footer__link:active {
        color: #fff;
    }

.aside > *:first-child {
    margin-top: 1.5rem;
}

.aside > .button {
    margin-left: 0;
    margin-right: 1.875rem;
    width: auto;
}

.homepage-modular .page-content + .aside--below,
.category-modular .page-content + .aside--below {
    margin-top: 6rem;
}

.homepage-modular .widget-row--full-width + .container .supplement--navigation,
.category-modular .widget-row--full-width + .container .supplement--navigation {
    margin-top: 3rem;
}

.aside__section {
    background-color: #fff;
    border-bottom: 5px solid #4d575d;
    margin: 1.5rem 1.875rem 2rem;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 960px) {
    .councillor-list .aside__section,
    .meeting-list .aside__section,
    .event-list .aside__section,
    .news-list .aside__section {
        padding-top: 0;
    }
}

.aside__section > *:first-child {
    margin-top: 0;
}

nav.aside__section {
    background-color: #9a5fa3;
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
}

    nav.aside__section .aside__heading {
        border-bottom: 0;
        color: #fff;
        font-size: 1.625rem;
        font-weight: 700;
        padding: 1.5rem 1.875rem 0;
    }

    nav.aside__section .list--rich {
        background-color: #4d575d;
        border-top: 0;
        padding: 0.75rem 1.875rem 1.5rem;
    }

        nav.aside__section .list--rich .list__item {
            border: 0;
            border-bottom: 1px solid rgba(237, 240, 240, 0.5);
            font-size: 1.25rem;
            padding: 0.75rem 0;
        }

            nav.aside__section .list--rich .list__item .list__link {
                color: #fff;
                text-decoration: none;
            }

                nav.aside__section .list--rich .list__item .list__link:focus {
                    color: #fff;
                    outline-color: #fff;
                }

.is-safari nav.aside__section .list--rich .list__item .list__link:focus {
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}

nav.aside__section
.list--rich
.list__item
.list__link:hover:not(:focus):not(:active) {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    background-color: transparent;
    color: #fff;
}

nav.aside__section + .supplement {
    margin-top: 0;
}

.aside__heading {
    font-size: 1.25rem;
    margin: 0 0 1rem;
}

.aside__list {
    margin-top: 0.75rem;
}

    .aside__list .list__item {
        margin-top: 0.75rem;
    }

.aside__links {
    margin-top: 0.75rem;
}

    .aside__links .list__item {
        margin-top: 0.75rem;
    }

@media screen and (max-width: 959px) {
    .aside--sidebar {
        float: left;
        width: 100%;
    }

        .aside--sidebar > *:first-child {
            margin-top: 0;
        }
}

@media screen and (min-width: 960px) {
    .two-column .aside--sidebar {
        float: left;
        width: 21.25rem;
    }

        .two-column .aside--sidebar > *:first-child {
            margin-top: 0;
        }
}

.aside--sidebar .supplement--call-to-action {
    font-size: 1.25rem;
    margin-left: 0;
}

@media screen and (min-width: 760px) {
    .widget-row {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media screen and (min-width: 760px) {
    .widget-width {
        float: left;
        padding: 0 1rem;
        width: 100%;
    }
}

@media screen and (max-width: 759px) {
    .widget-width {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 760px) {
    .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: 8.33333%;
    }

    .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: 16.66667%;
    }

    .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: 25%;
    }

    .widget-width--36,
    .widget-width--35,
    .widget-width--34,
    .widget-width--33,
    .widget-width--32,
    .widget-width--31,
    .widget-width--30 {
        width: 33.33333%;
    }

    .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: 41.66667%;
    }

    .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: 50%;
    }

    .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: 58.33333%;
    }

    .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: 66.66667%;
    }

    .widget-width--78,
    .widget-width--77,
    .widget-width--76,
    .widget-width--75,
    .widget-width--74,
    .widget-width--73,
    .widget-width--72 {
        width: 75%;
    }

    .widget-width--83,
    .widget-width--82,
    .widget-width--81,
    .widget-width--80,
    .widget-width--79 {
        width: 83.33333%;
    }

    .widget-width--90,
    .widget-width--89,
    .widget-width--88,
    .widget-width--87,
    .widget-width--86,
    .widget-width--85,
    .widget-width--84 {
        width: 91.66667%;
    }
}

.widget {
    margin-top: 2rem;
}

    .widget:empty {
        display: none;
    }

.widget__heading {
    margin-bottom: 1.5rem;
}

    .widget__heading:first-child {
        margin-top: 0;
    }

.widget__subheading {
    font-size: 1.125rem;
}

.grid {
    display: block;
    margin: 0 0 -0.75rem -1rem;
}

    .grid .boxed {
        display: block;
    }

.grid__cell {
    display: inline-block;
    margin: 0;
    padding: 0 0 0.75rem 1rem;
    vertical-align: top;
    width: 100%;
}

.grid--flush {
    margin: 0;
}

    .grid--flush .grid__cell {
        padding: 0;
    }

@media screen and (min-width: 600px) {
    .grid--2up .grid__cell {
        width: 50%;
    }

        .grid--2up .grid__cell:nth-child(2n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 600px) {
    .grid--3up .grid__cell {
        width: 33.33333%;
    }

        .grid--3up .grid__cell:nth-child(3n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 600px) and (max-width: 759px) {
    .grid--4up .grid__cell {
        width: 50%;
    }

        .grid--4up .grid__cell:nth-child(2n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
    .grid--4up .grid__cell {
        width: 33.33333%;
    }

        .grid--4up .grid__cell:nth-child(3n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 960px) {
    .grid--4up .grid__cell {
        width: 25%;
    }

        .grid--4up .grid__cell:nth-child(4n + 1) {
            clear: left;
        }
}

.site-search--header {
    background-color: #4d575d;
    color: #4d575d;
    margin: 0;
    padding: 0.75rem 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
}

.one-column.index-modular .site-search--header {
    display: none;
}

.site-search--header .form__append-group,
.site-search--header .integrated-component {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.site-search--header .form__control {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
}

@media screen and (max-width: 759px) {
    .site-search--header .form__control {
        float: none;
        min-width: 100%;
    }
}

.site-search--header .form__control .form__field {
    border: 2px solid #d5d7da;
    margin: 0;
    min-width: 26.25rem;
    padding-right: 4.5rem;
}

@media screen and (max-width: 759px) {
    .site-search--header .form__control .form__field {
        min-width: 100%;
    }
}

.site-search--header .form__control .form__field::-webkit-input-placeholder {
    color: #383835;
}

.site-search--header .form__control .form__field::-moz-placeholder {
    color: #383835;
}

.site-search--header .form__control .form__field:-ms-input-placeholder {
    color: #383835;
}

.site-search--header .form__control .form__field::-ms-input-placeholder {
    color: #383835;
}

.site-search--header .form__control .form__field::placeholder {
    color: #383835;
}

.site-search--header .form__control .form__field:focus {
    border-color: #d5d7da;
    -webkit-box-shadow: 0 0 0 3px #7bbb58;
    box-shadow: 0 0 0 3px #7bbb58;
    outline: none;
}

.site-search--header .visually-hidden {
    color: #fff;
}

.site-search--header .button {
    background-color: #bb5b02;
    border: 2px solid #fff;
    bottom: 0;
    min-height: auto;
    padding: 0 0.75rem;
    position: absolute;
    right: 0;
    top: 0;
}

    .site-search--header .button:hover,
    .site-search--header .button:focus,
    .site-search--header .button:active {
        background-color: #4d575d;
    }

    .site-search--header .button:focus,
    .site-search--header .button:active {
        outline-color: #7bbb58;
    }

.is-safari .site-search--header .button:focus,
.is-safari .site-search--header .button:active {
    -webkit-box-shadow: 0 0 0 3px #7bbb58;
    box-shadow: 0 0 0 3px #7bbb58;
}

.site-search--header .icon {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
}

.site-search--header .icon-fallback {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.site-search--header .site-search__focus-button {
    display: block;
}

.search-list .summary {
    color: #9a5fa3;
    font-size: 2rem;
}

.editor {
    font-size: 1.25rem;
}

@media screen and (max-width: 759px) {
    .editor {
        font-size: 1rem;
    }
}

.editor a:not(.button),
.editor a:not(.button):visited {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: under;
}

    .editor a:not(.button):hover {
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }

    .editor a:not(.button):focus,
    .editor a:not(.button):active {
        color: #095294;
    }

.editor .button {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 400px) {
    .editor .button {
        width: auto;
    }
}

.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: 20px;
}

.editor .indent2 {
    margin-left: 40px;
}

.editor strong {
    font-weight: 700;
}

.editor em {
    font-style: italic;
}

@media screen and (max-width: 599px) {
    .editor ul:not([class]):not([type]) > li ul[type],
    .editor ul:not([class]):not([type]) > li ol[type],
    .editor ol:not([class]):not([type]) > li ul[type],
    .editor ol:not([class]):not([type]) > li ol[type] {
        margin-left: 1.5rem;
    }
}

.editor ol:not([class]):not([type])[start="2"] {
    counter-reset: list_item_count 1;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="3"] {
    counter-reset: list_item_count 2;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="4"] {
    counter-reset: list_item_count 3;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="5"] {
    counter-reset: list_item_count 4;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="6"] {
    counter-reset: list_item_count 5;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="7"] {
    counter-reset: list_item_count 6;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="8"] {
    counter-reset: list_item_count 7;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="9"] {
    counter-reset: list_item_count 8;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="10"] {
    counter-reset: list_item_count 9;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="11"] {
    counter-reset: list_item_count 10;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="12"] {
    counter-reset: list_item_count 11;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="13"] {
    counter-reset: list_item_count 12;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="14"] {
    counter-reset: list_item_count 13;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="15"] {
    counter-reset: list_item_count 14;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="16"] {
    counter-reset: list_item_count 15;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="17"] {
    counter-reset: list_item_count 16;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="18"] {
    counter-reset: list_item_count 17;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="19"] {
    counter-reset: list_item_count 18;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="20"] {
    counter-reset: list_item_count 19;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="21"] {
    counter-reset: list_item_count 20;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="22"] {
    counter-reset: list_item_count 21;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="23"] {
    counter-reset: list_item_count 22;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="24"] {
    counter-reset: list_item_count 23;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="25"] {
    counter-reset: list_item_count 24;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="26"] {
    counter-reset: list_item_count 25;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="27"] {
    counter-reset: list_item_count 26;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="28"] {
    counter-reset: list_item_count 27;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="29"] {
    counter-reset: list_item_count 28;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="30"] {
    counter-reset: list_item_count 29;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="31"] {
    counter-reset: list_item_count 30;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="32"] {
    counter-reset: list_item_count 31;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="33"] {
    counter-reset: list_item_count 32;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="34"] {
    counter-reset: list_item_count 33;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="35"] {
    counter-reset: list_item_count 34;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="36"] {
    counter-reset: list_item_count 35;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="37"] {
    counter-reset: list_item_count 36;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="38"] {
    counter-reset: list_item_count 37;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="39"] {
    counter-reset: list_item_count 38;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="40"] {
    counter-reset: list_item_count 39;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="41"] {
    counter-reset: list_item_count 40;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="42"] {
    counter-reset: list_item_count 41;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="43"] {
    counter-reset: list_item_count 42;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="44"] {
    counter-reset: list_item_count 43;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="45"] {
    counter-reset: list_item_count 44;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="46"] {
    counter-reset: list_item_count 45;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="47"] {
    counter-reset: list_item_count 46;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="48"] {
    counter-reset: list_item_count 47;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="49"] {
    counter-reset: list_item_count 48;
    margin-top: 0;
}

.editor ol:not([class]):not([type])[start="50"] {
    counter-reset: list_item_count 49;
    margin-top: 0;
}

.editor .snippet,
.editor iframe {
    max-width: 100%;
}

.editor .underline_text {
    text-decoration: underline;
}

.editor .strikethrough_text {
    text-decoration: line-through;
}

.editor .underline_and_strikethrough_text,
.editor .underline_text.strikethrough_text {
    text-decoration: line-through underline;
}

.editor sup,
.editor .superscript_text {
    vertical-align: super;
}

.editor sub,
.editor .subscript_text {
    vertical-align: sub;
}

@media screen and (min-width: 600px) {
    .editor .float_left {
        float: left;
        margin-bottom: 0.75rem;
        margin-right: 1.5rem;
        max-width: 50%;
    }
}

@media screen and (min-width: 600px) {
    .editor .float_left .float_left {
        margin-bottom: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .editor .float_right {
        float: right;
        margin-left: 1.5rem;
        margin-top: 0.75rem;
        max-width: 50%;
    }
}

.editor img:not([class]) {
    display: inline;
    margin: 0.75rem 0 0;
    vertical-align: baseline;
}

.editor p {
    font-size: 1.25rem;
}

    .editor p img:not([class]):first-child {
        margin-top: 0.5rem;
    }

    .editor p > .button:first-child {
        margin-top: 0.125rem;
    }

    .editor p > .button:last-child {
        margin-bottom: 0;
    }

.editor .image_centre {
    display: block;
    margin: 1.5rem auto;
}

    .editor .image_centre img:not([class]) {
        margin: 0 auto;
    }

.editor td.highlightCell,
.editor tr.highlightRow td {
    background: #cfc;
}

.editor tr.zebra td {
    background: #f1decb;
}

    .editor tr.zebra td a {
        color: #4d575d;
    }

        .editor tr.zebra td a:hover {
            color: #fff;
            text-decoration: none;
        }

        .editor tr.zebra td a:focus {
            color: #095294;
        }

.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: 0.5em;
}

.editor .imageCaption.float_left {
    float: left;
}

@media screen and (max-width: 399px) {
    .editor .imageCaption.float_left {
        margin: 1.5rem auto;
    }
}

@media screen and (min-width: 400px) {
    .editor .imageCaption.float_left {
        margin: 0.75rem 2.25rem 1.5rem 0;
    }
}

@media screen and (max-width: 399px) {
    .editor .imageCaption.float_right {
        margin: 1.5rem auto;
    }
}

@media screen and (min-width: 400px) {
    .editor .imageCaption.float_right {
        margin: 0.75rem 0 1.5rem 2.25rem;
    }
}

.editor .imageCaption.image_centre {
    border-collapse: collapse;
    clear: both;
    display: table;
    float: none;
    margin: 1.5rem auto;
}

    .editor .imageCaption.image_centre p {
        caption-side: bottom;
        display: table-caption;
    }

.editor .imageCaption:first-child,
.editor .imageCaption.float_left:first-child,
.editor .imageCaption.float_right:first-child {
    margin-top: 0;
}

.editor .imageCaption > *:last-child {
    margin-bottom: 0;
}

.editor .imageCaption img {
    display: block;
    width: 100%;
}

.editor + .supplement {
    margin-top: 2rem;
}

.calendar--event-booking {
    max-width: none;
    width: 100%;
}

.ie8-wrapper .calendar--event-booking {
    display: none;
}

@media screen and (max-width: 759px) {
    .calendar--event-booking .calendar__table,
    .calendar--event-booking .calendar__days,
    .calendar--event-booking .calendar__dates,
    .calendar--event-booking tr,
    .calendar--event-booking th,
    .calendar--event-booking td {
        display: block;
    }
}

.calendar--event-booking .calendar__table {
    background-color: #edf0f0;
    -webkit-transition: 0.125s ease-in;
    transition: 0.125s ease-in;
}

@media screen and (min-width: 760px) {
    .calendar--event-booking .calendar__table {
        table-layout: fixed;
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking .calendar__table {
        margin-top: 1.5rem;
    }
}

.calendar--event-booking
.calendar__table
tr:nth-child(even)
td:not(.is-disabled):not(.is-highlighted) {
    background-color: #fff;
}

@media screen and (max-width: 759px) {
    .calendar--event-booking .calendar__days tr {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (min-width: 760px) {
    .calendar--event-booking .calendar__days th {
        width: 14.28571%;
    }
}

.calendar--event-booking .calendar__dates td {
    background-color: #fff;
    -webkit-transition: 0.125s ease-in;
    transition: 0.125s ease-in;
    vertical-align: top;
}

@media screen and (min-width: 760px) {
    .calendar--event-booking .calendar__dates td {
        width: 14.28571%;
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking .calendar__dates td {
        border: 0;
        border-bottom: 1px solid #3c3c3c;
        margin: 0;
        min-height: 3.75rem;
        padding-bottom: 0.25rem;
        padding-left: 3rem;
        padding-top: 0.25rem;
        position: relative;
        text-align: left;
        width: 100%;
    }
}

.calendar--event-booking .calendar__dates td:not(:empty):not(.is-disabled) {
    cursor: pointer;
    font-weight: 700;
}

.calendar--event-booking .calendar__dates td.is-disabled {
    background-color: #fafaf8;
    cursor: not-allowed;
}

    .calendar--event-booking .calendar__dates td.is-disabled::before,
    .calendar--event-booking .calendar__dates td.is-disabled legend {
        color: #647179;
    }

@media screen and (max-width: 759px) {
    .calendar--event-booking .calendar__dates td::before {
        content: attr(data-day);
        font-size: 0.75rem;
        font-weight: bold;
        left: 0;
        padding-right: 0.25rem;
        position: absolute;
        text-align: right;
        top: 0.5rem;
        -webkit-transition: 0.125s ease-in;
        transition: 0.125s ease-in;
        width: 2.5rem;
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking .calendar__dates legend {
        left: 0;
        padding: 0 0.25rem 0 0;
        position: absolute;
        text-align: right;
        top: 1.5rem;
        width: 2.5rem;
    }
}

.calendar--event-booking .calendar__dates fieldset,
.calendar--event-booking .calendar__dates legend {
    margin-bottom: 0;
}

.calendar--event-booking .calendar__dates fieldset {
    padding-bottom: 0.25rem;
    -webkit-transition: 0.125s ease-in;
    transition: 0.125s ease-in;
}

.calendar--event-booking .calendar__dates .button {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

@media screen and (min-width: 760px) {
    .calendar--event-booking .calendar__dates .button {
        width: calc(100% - 0.75rem);
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking .calendar__dates .button {
        margin-right: 0.25rem;
        min-width: 6.5rem;
        width: calc(25% - 0.25rem);
    }
}

.calendar--event-booking .calendar__dates .form__radio {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .calendar--event-booking .calendar__dates .form__radio:checked + .button,
    .calendar--event-booking .calendar__dates .form__radio:checked + .button:hover,
    .calendar--event-booking .calendar__dates .form__radio:checked + .button:focus,
    .calendar--event-booking
    .calendar__dates
    .form__radio:checked + .button:active {
        background-color: #b5dfb7;
        border-color: #000;
        color: #000;
    }

.calendar--event-booking .calendar__dates .form__label--radio::before,
.calendar--event-booking .calendar__dates .form__label--radio::after {
    content: none;
}

.calendar--event-booking .calendar__date {
    margin: 0 auto;
}

.calendar--event-booking.is-interactive
.calendar__dates:hover
td:not(.is-highlighted):not(:empty):not(.is-disabled):hover,
.calendar--event-booking.is-interactive
.calendar__dates.has-selection:hover
td:not(.is-highlighted):not(:empty):not(.is-disabled):hover {
    background-color: #f5f5f7;
}

.calendar--event-booking.is-interactive .calendar__dates .is-highlighted {
    background-color: #d3ecd4;
}

@media screen and (max-width: 759px) {
    .calendar--event-booking.is-interactive .calendar__dates tr::before {
        border-bottom: 1px solid #647179;
        content: attr(data-label);
        display: block;
        padding: 1rem 0;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    tr:not(.is-expanded):not(:hover)
    td {
        display: none;
    }
}

.calendar--event-booking.is-interactive .calendar__dates td::after {
    content: "Available";
    display: block;
    font-size: 0.75rem;
    margin-top: 0.75rem;
    text-align: center;
}

@media screen and (min-width: 760px) {
    .calendar--event-booking.is-interactive .calendar__dates td::after {
        margin-bottom: 0.375rem;
        margin-top: -1rem;
    }
}

.calendar--event-booking.is-interactive
.calendar__dates
td[data-available-slots="not"]::after {
    content: "Not available";
}

@media screen and (min-width: 760px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    td::after {
        display: none;
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    td:not(.is-disabled):hover::after {
        display: none;
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    .is-highlighted::after {
        display: none;
    }
}

@media screen and (min-width: 760px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    tr:not(.is-expanded)
    .button {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 759px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    td:not(.is-highlighted):not(:hover)
    .button {
        display: none;
    }
}

.calendar--event-booking.is-loading .calendar__table {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.user-style--scheme-high-contrast {
    background-color: #000 !important;
    border-color: #ff0 !important;
    color: #ff0 !important;
}

    .user-style--scheme-high-contrast * {
        background-color: #000 !important;
        border-color: #ff0 !important;
        border-radius: initial !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #ff0 !important;
        text-shadow: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .user-style--scheme-high-contrast h1,
    .user-style--scheme-high-contrast .h1,
    .user-style--scheme-high-contrast h1::before,
    .user-style--scheme-high-contrast .h1::before,
    .user-style--scheme-high-contrast h1::after,
    .user-style--scheme-high-contrast .h1::after,
    .user-style--scheme-high-contrast h2,
    .user-style--scheme-high-contrast .form__heading,
    .user-style--scheme-high-contrast .pagination__label,
    .user-style--scheme-high-contrast .widget-homepage-banner .image__caption,
    .widget-homepage-banner .user-style--scheme-high-contrast .image__caption,
    .user-style--scheme-high-contrast .widget-homepage-banner .image-link,
    .widget-homepage-banner .user-style--scheme-high-contrast .image-link,
    .user-style--scheme-high-contrast .h2,
    .user-style--scheme-high-contrast h2::before,
    .user-style--scheme-high-contrast .form__heading::before,
    .user-style--scheme-high-contrast .pagination__label::before,
    .user-style--scheme-high-contrast
    .widget-homepage-banner
    .image__caption::before,
    .widget-homepage-banner
    .user-style--scheme-high-contrast
    .image__caption::before,
    .user-style--scheme-high-contrast .widget-homepage-banner .image-link::before,
    .widget-homepage-banner .user-style--scheme-high-contrast .image-link::before,
    .user-style--scheme-high-contrast .h2::before,
    .user-style--scheme-high-contrast h2::after,
    .user-style--scheme-high-contrast .form__heading::after,
    .user-style--scheme-high-contrast .pagination__label::after,
    .user-style--scheme-high-contrast
    .widget-homepage-banner
    .image__caption::after,
    .widget-homepage-banner
    .user-style--scheme-high-contrast
    .image__caption::after,
    .user-style--scheme-high-contrast .widget-homepage-banner .image-link::after,
    .widget-homepage-banner .user-style--scheme-high-contrast .image-link::after,
    .user-style--scheme-high-contrast .h2::after,
    .user-style--scheme-high-contrast h3,
    .user-style--scheme-high-contrast .h3,
    .user-style--scheme-high-contrast h3::before,
    .user-style--scheme-high-contrast .h3::before,
    .user-style--scheme-high-contrast h3::after,
    .user-style--scheme-high-contrast .h3::after,
    .user-style--scheme-high-contrast h4,
    .user-style--scheme-high-contrast .h4,
    .user-style--scheme-high-contrast h4::before,
    .user-style--scheme-high-contrast .h4::before,
    .user-style--scheme-high-contrast h4::after,
    .user-style--scheme-high-contrast .h4::after,
    .user-style--scheme-high-contrast h5,
    .user-style--scheme-high-contrast .h5,
    .user-style--scheme-high-contrast h5::before,
    .user-style--scheme-high-contrast .h5::before,
    .user-style--scheme-high-contrast h5::after,
    .user-style--scheme-high-contrast .h5::after,
    .user-style--scheme-high-contrast p,
    .user-style--scheme-high-contrast p::before,
    .user-style--scheme-high-contrast p::after,
    .user-style--scheme-high-contrast li:not([class]),
    .user-style--scheme-high-contrast li:not([class])::before,
    .user-style--scheme-high-contrast li:not([class])::after,
    .user-style--scheme-high-contrast label,
    .user-style--scheme-high-contrast label::before,
    .user-style--scheme-high-contrast label::after,
    .user-style--scheme-high-contrast dl,
    .user-style--scheme-high-contrast dl::before,
    .user-style--scheme-high-contrast dl::after,
    .user-style--scheme-high-contrast dd,
    .user-style--scheme-high-contrast dd::before,
    .user-style--scheme-high-contrast dd::after,
    .user-style--scheme-high-contrast .date,
    .user-style--scheme-high-contrast .date::before,
    .user-style--scheme-high-contrast .date::after {
        background: none !important;
        border-color: #ff0 !important;
        color: #ff0 !important;
    }

    .user-style--scheme-high-contrast a:not(.icon) {
        background-image: none !important;
        text-shadow: none !important;
    }

    .user-style--scheme-high-contrast a,
    .user-style--scheme-high-contrast a * {
        color: lime !important;
        text-decoration: underline !important;
    }

        .user-style--scheme-high-contrast a[aria-expanded="true"],
        .user-style--scheme-high-contrast a[aria-expanded="true"] *,
        .user-style--scheme-high-contrast a:hover,
        .user-style--scheme-high-contrast a:hover *,
        .user-style--scheme-high-contrast a:focus,
        .user-style--scheme-high-contrast a:focus *,
        .user-style--scheme-high-contrast a:active,
        .user-style--scheme-high-contrast a:active * {
            background-color: transparent !important;
            color: #ff0 !important;
        }

        .user-style--scheme-high-contrast a:focus,
        .user-style--scheme-high-contrast a:active {
            outline-color: lime !important;
        }

    .user-style--scheme-high-contrast .button--icon .toggle-icon::before,
    .user-style--scheme-high-contrast .button--icon .toggle-icon::after {
        background-color: #000 !important;
    }

    .user-style--scheme-high-contrast .button--icon .toggle-icon__line {
        background-color: #000 !important;
    }

    .user-style--scheme-high-contrast .button--icon:hover .toggle-icon::before,
    .user-style--scheme-high-contrast .button--icon:hover .toggle-icon::after,
    .user-style--scheme-high-contrast .button--icon:focus .toggle-icon::before,
    .user-style--scheme-high-contrast .button--icon:focus .toggle-icon::after,
    .user-style--scheme-high-contrast .button--icon:active .toggle-icon::before,
    .user-style--scheme-high-contrast .button--icon:active .toggle-icon::after {
        background-color: lime !important;
    }

    .user-style--scheme-high-contrast .button--icon:hover .toggle-icon__line,
    .user-style--scheme-high-contrast .button--icon:focus .toggle-icon__line,
    .user-style--scheme-high-contrast .button--icon:active .toggle-icon__line {
        background-color: lime !important;
    }

    .user-style--scheme-high-contrast .button,
    .user-style--scheme-high-contrast a.button,
    .user-style--scheme-high-contrast a.calendar__date--link,
    .user-style--scheme-high-contrast .list--az a.list__link,
    .user-style--scheme-high-contrast .flickity-prev-next-button {
        background-color: lime !important;
        border-color: lime !important;
        color: #000 !important;
    }

        .user-style--scheme-high-contrast .button *,
        .user-style--scheme-high-contrast a.button *,
        .user-style--scheme-high-contrast a.calendar__date--link *,
        .user-style--scheme-high-contrast .list--az a.list__link *,
        .user-style--scheme-high-contrast .flickity-prev-next-button * {
            background-color: transparent !important;
            color: #000 !important;
        }

        .user-style--scheme-high-contrast .button.is-active,
        .user-style--scheme-high-contrast .button.is-active *,
        .user-style--scheme-high-contrast .button.button--disabled,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + .button,
        .user-style--scheme-high-contrast .button.button--disabled *,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + .button
        *,
        .user-style--scheme-high-contrast .button:hover,
        .user-style--scheme-high-contrast .button:hover *,
        .user-style--scheme-high-contrast .button:focus,
        .user-style--scheme-high-contrast .button:focus *,
        .user-style--scheme-high-contrast .button:active,
        .user-style--scheme-high-contrast .button:active *,
        .user-style--scheme-high-contrast a.button.is-active,
        .user-style--scheme-high-contrast a.button.is-active *,
        .user-style--scheme-high-contrast a.button.button--disabled,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + a.button,
        .user-style--scheme-high-contrast a.button.button--disabled *,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + a.button
        *,
        .user-style--scheme-high-contrast a.button:hover,
        .user-style--scheme-high-contrast a.button:hover *,
        .user-style--scheme-high-contrast a.button:focus,
        .user-style--scheme-high-contrast a.button:focus *,
        .user-style--scheme-high-contrast a.button:active,
        .user-style--scheme-high-contrast a.button:active *,
        .user-style--scheme-high-contrast a.calendar__date--link.is-active,
        .user-style--scheme-high-contrast a.calendar__date--link.is-active *,
        .user-style--scheme-high-contrast a.calendar__date--link.button--disabled,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.calendar__date--link.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + a.calendar__date--link.button,
        .user-style--scheme-high-contrast a.calendar__date--link.button--disabled *,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.calendar__date--link.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + a.calendar__date--link.button
        *,
        .user-style--scheme-high-contrast a.calendar__date--link:hover,
        .user-style--scheme-high-contrast a.calendar__date--link:hover *,
        .user-style--scheme-high-contrast a.calendar__date--link:focus,
        .user-style--scheme-high-contrast a.calendar__date--link:focus *,
        .user-style--scheme-high-contrast a.calendar__date--link:active,
        .user-style--scheme-high-contrast a.calendar__date--link:active *,
        .user-style--scheme-high-contrast .list--az a.list__link.is-active,
        .user-style--scheme-high-contrast .list--az a.list__link.is-active *,
        .user-style--scheme-high-contrast .list--az a.list__link.button--disabled,
        .user-style--scheme-high-contrast
        .list--az
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.list__link.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .list--az
        .form__radio:disabled + a.list__link.button,
        .user-style--scheme-high-contrast .list--az a.list__link.button--disabled *,
        .user-style--scheme-high-contrast
        .list--az
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.list__link.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .list--az
        .form__radio:disabled + a.list__link.button
        *,
        .user-style--scheme-high-contrast .list--az a.list__link:hover,
        .user-style--scheme-high-contrast .list--az a.list__link:hover *,
        .user-style--scheme-high-contrast .list--az a.list__link:focus,
        .user-style--scheme-high-contrast .list--az a.list__link:focus *,
        .user-style--scheme-high-contrast .list--az a.list__link:active,
        .user-style--scheme-high-contrast .list--az a.list__link:active *,
        .user-style--scheme-high-contrast .flickity-prev-next-button.is-active,
        .user-style--scheme-high-contrast .flickity-prev-next-button.is-active *,
        .user-style--scheme-high-contrast .flickity-prev-next-button.button--disabled,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .flickity-prev-next-button.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + .flickity-prev-next-button.button,
        .user-style--scheme-high-contrast .flickity-prev-next-button.button--disabled *,
        .user-style--scheme-high-contrast
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .flickity-prev-next-button.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-high-contrast
        .form__radio:disabled + .flickity-prev-next-button.button
        *,
        .user-style--scheme-high-contrast .flickity-prev-next-button:hover,
        .user-style--scheme-high-contrast .flickity-prev-next-button:hover *,
        .user-style--scheme-high-contrast .flickity-prev-next-button:focus,
        .user-style--scheme-high-contrast .flickity-prev-next-button:focus *,
        .user-style--scheme-high-contrast .flickity-prev-next-button:active,
        .user-style--scheme-high-contrast .flickity-prev-next-button:active * {
            background-color: #000 !important;
            color: lime !important;
        }

        .user-style--scheme-high-contrast .button:focus,
        .user-style--scheme-high-contrast .button:active,
        .user-style--scheme-high-contrast a.button:focus,
        .user-style--scheme-high-contrast a.button:active,
        .user-style--scheme-high-contrast a.calendar__date--link:focus,
        .user-style--scheme-high-contrast a.calendar__date--link:active,
        .user-style--scheme-high-contrast .list--az a.list__link:focus,
        .user-style--scheme-high-contrast .list--az a.list__link:active,
        .user-style--scheme-high-contrast .flickity-prev-next-button:focus,
        .user-style--scheme-high-contrast .flickity-prev-next-button:active {
            outline-color: #ff0 !important;
        }

    .user-style--scheme-high-contrast .boxed,
    .user-style--scheme-high-contrast .callout,
    .user-style--scheme-high-contrast .image__caption,
    .user-style--scheme-high-contrast .user-services,
    .user-style--scheme-high-contrast .listing,
    .user-style--scheme-high-contrast .latest-news,
    .user-style--scheme-high-contrast .supplement,
    .user-style--scheme-high-contrast .sidebar__section,
    .user-style--scheme-high-contrast .progress-bar,
    .user-style--scheme-high-contrast .supplement,
    .user-style--scheme-high-contrast .nav--az,
    .user-style--scheme-high-contrast .nav--pages-in,
    .user-style--scheme-high-contrast input,
    .user-style--scheme-high-contrast textarea,
    .user-style--scheme-high-contrast select,
    .user-style--scheme-high-contrast th,
    .user-style--scheme-high-contrast td,
    .user-style--scheme-high-contrast .supplement--contact,
    .user-style--scheme-high-contrast .card,
    .user-style--scheme-high-contrast .widget-navigation .list__link {
        background-color: #000 !important;
        border: 2px solid !important;
        color: #ff0 !important;
    }

    .user-style--scheme-high-contrast .site-header,
    .user-style--scheme-high-contrast .site-search,
    .user-style--scheme-high-contrast .site-announcement,
    .user-style--scheme-high-contrast .page-header {
        background-color: #000 !important;
        border-bottom: 2px solid #ff0 !important;
    }

    .user-style--scheme-high-contrast .site-footer {
        background-color: #000 !important;
        border-top: 2px solid #ff0 !important;
    }

    .user-style--scheme-high-contrast .container {
        background: transparent !important;
    }

    .user-style--scheme-high-contrast .site-search .form__control::after {
        content: none !important;
    }

    .user-style--scheme-high-contrast .site-search .form__field {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding: 0.75rem !important;
    }

    .user-style--scheme-high-contrast .site-search .button {
        border: 2px solid;
        padding: 0 0.75rem;
    }

    .user-style--scheme-high-contrast .site-footer__group .icon {
        display: none !important;
    }

    .user-style--scheme-high-contrast .identity {
        margin-right: 0.1875rem !important;
    }

    .user-style--scheme-high-contrast .skip-links .list__item {
        background-color: transparent !important;
    }

    .user-style--scheme-high-contrast .icon-ui-download {
        display: none !important;
    }

    .user-style--scheme-high-contrast .nav--pages-in {
        border-left: 0 !important;
        border-right: 0 !important;
    }

@media screen and (max-width: 759px) {
    .user-style--scheme-high-contrast .nav--pages-in {
        border: 0 !important;
    }
}

.user-style--scheme-high-contrast .nav--pages-in .nav__toggle {
    margin: 0;
}

.user-style--scheme-high-contrast .nav--pages-in .nav__list {
    border-left: 2px solid #ff0 !important;
    border-right: 2px solid #ff0 !important;
}

@media screen and (min-width: 760px) {
    .user-style--scheme-high-contrast .nav--pages-in .nav__list {
        border: 0 !important;
    }
}

.user-style--scheme-high-contrast .nav--pages-in .nav__toggle-icon {
    display: none !important;
}

.user-style--scheme-high-contrast blockquote::before {
    color: #ff0 !important;
}

.user-style--scheme-high-contrast .pagination__icon {
    display: none;
}

.user-style--scheme-high-contrast .pagination__content {
    margin: 0;
}

.user-style--scheme-high-contrast .listing {
    border: 0 !important;
}

.user-style--scheme-high-contrast .listing--featured {
    border: 2px solid !important;
}

.user-style--scheme-high-contrast .supplement .list__item {
    background: none !important;
}

.user-style--scheme-high-contrast .nav--secondary-navigation {
    border-bottom: 1px solid;
}

.user-style--scheme-high-contrast .form__field:focus,
.user-style--scheme-high-contrast .form__field:active,
.user-style--scheme-high-contrast .form__select:focus,
.user-style--scheme-high-contrast .form__select:active,
.user-style--scheme-high-contrast .form__radio:focus,
.user-style--scheme-high-contrast .form__radio:active,
.user-style--scheme-high-contrast .form__checkbox:focus,
.user-style--scheme-high-contrast .form__checkbox:active,
.user-style--scheme-high-contrast .form__textarea:focus,
.user-style--scheme-high-contrast .form__textarea:active {
    outline-color: lime !important;
}

.user-style--scheme-high-contrast .form__radio {
    border-radius: 50% !important;
}

    .user-style--scheme-high-contrast .form__radio:checked {
        background-color: lime !important;
    }

.user-style--scheme-high-contrast .nav--social-links .list__link {
    border: 2px solid lime !important;
}

    .user-style--scheme-high-contrast .nav--social-links .list__link:hover,
    .user-style--scheme-high-contrast .nav--social-links .list__link:focus,
    .user-style--scheme-high-contrast .nav--social-links .list__link:active {
        border-color: #ff0 !important;
    }

    .user-style--scheme-high-contrast .nav--social-links .list__link::before {
        content: none !important;
    }

.user-style--scheme-high-contrast span.calendar__date {
    background: #000 !important;
    color: #ff0 !important;
}

.user-style--scheme-high-contrast .calendar__date--link span,
.user-style--scheme-high-contrast .calendar__date--link span:hover,
.user-style--scheme-high-contrast .calendar__date--link span:focus,
.user-style--scheme-high-contrast .calendar__date--link span:active {
    background-color: transparent !important;
}

.user-style--scheme-high-contrast .calendar__date a:hover,
.user-style--scheme-high-contrast .calendar__date a:focus,
.user-style--scheme-high-contrast .calendar__date a:active {
    background-color: lime !important;
    color: #000 !important;
}

.user-style--scheme-high-contrast span.calendar__date--today,
.user-style--scheme-high-contrast a.calendar__date--today {
    background-color: #ff0 !important;
    color: #000 !important;
}

    .user-style--scheme-high-contrast a.calendar__date--today:hover,
    .user-style--scheme-high-contrast a.calendar__date--today:focus,
    .user-style--scheme-high-contrast a.calendar__date--today:active {
        background-color: lime !important;
        color: #000 !important;
    }

.user-style--scheme-high-contrast .flickity-prev-next-button {
    background: #000 !important;
    border: 2px solid #ff0 !important;
}

    .user-style--scheme-high-contrast .flickity-prev-next-button .arrow {
        fill: #ff0 !important;
    }

.user-style--scheme-high-contrast .flickity-page-dots .dot.is-selected {
    background-color: #ff0 !important;
}

.user-style--scheme-high-contrast .map *,
.user-style--scheme-high-contrast .map a {
    background-color: transparent !important;
    color: #000 !important;
}

.user-style--scheme-high-contrast .map a {
    background-color: lime !important;
}

.user-style--scheme-high-contrast .progress-bar {
    border: 0 !important;
    -webkit-box-shadow: inset 0 0 0 2px #ff0 !important;
    box-shadow: inset 0 0 0 2px #ff0 !important;
}

.user-style--scheme-high-contrast .progress-bar__indicator {
    background-color: lime !important;
}

    .user-style--scheme-high-contrast .progress-bar__indicator::before {
        border-left-color: lime !important;
    }

.user-style--scheme-high-contrast .alert {
    background-color: #000 !important;
    border: 2px solid #ff0 !important;
    color: #ff0 !important;
}

.user-style--scheme-high-contrast .alert__link::after,
.user-style--scheme-high-contrast .alert__link:visited::after {
    color: lime !important;
}

.user-style--scheme-high-contrast .site-announcement .alert {
    border: 0 !important;
}

.user-style--scheme-high-contrast ::-moz-selection {
    background-color: #ff0 !important;
    color: #000 !important;
}

.user-style--scheme-high-contrast ::selection {
    background-color: #ff0 !important;
    color: #000 !important;
}

.user-style--scheme-high-contrast input::-webkit-input-placeholder {
    color: #ff0;
}

.user-style--scheme-high-contrast input::-moz-placeholder {
    color: #ff0;
}

.user-style--scheme-high-contrast input:-ms-input-placeholder {
    color: #ff0;
}

.user-style--scheme-high-contrast input::-ms-input-placeholder {
    color: #ff0;
}

.user-style--scheme-high-contrast input::placeholder {
    color: #ff0;
}

.user-style--scheme-high-contrast input:-moz-placeholder-shown {
    color: #ff0;
}

.user-style--scheme-high-contrast input:-ms-input-placeholder {
    color: #ff0;
}

.user-style--scheme-high-contrast input:placeholder-shown {
    color: #ff0;
}

.user-style--scheme-cream {
    background-color: #fff9d2 !important;
    border-color: #010066 !important;
    color: #010066 !important;
}

    .user-style--scheme-cream * {
        background-color: #fff9d2 !important;
        border-color: #010066 !important;
        border-radius: initial !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #010066 !important;
        text-shadow: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .user-style--scheme-cream h1,
    .user-style--scheme-cream .h1,
    .user-style--scheme-cream h1::before,
    .user-style--scheme-cream .h1::before,
    .user-style--scheme-cream h1::after,
    .user-style--scheme-cream .h1::after,
    .user-style--scheme-cream h2,
    .user-style--scheme-cream .form__heading,
    .user-style--scheme-cream .pagination__label,
    .user-style--scheme-cream .widget-homepage-banner .image__caption,
    .widget-homepage-banner .user-style--scheme-cream .image__caption,
    .user-style--scheme-cream .widget-homepage-banner .image-link,
    .widget-homepage-banner .user-style--scheme-cream .image-link,
    .user-style--scheme-cream .h2,
    .user-style--scheme-cream h2::before,
    .user-style--scheme-cream .form__heading::before,
    .user-style--scheme-cream .pagination__label::before,
    .user-style--scheme-cream .widget-homepage-banner .image__caption::before,
    .widget-homepage-banner .user-style--scheme-cream .image__caption::before,
    .user-style--scheme-cream .widget-homepage-banner .image-link::before,
    .widget-homepage-banner .user-style--scheme-cream .image-link::before,
    .user-style--scheme-cream .h2::before,
    .user-style--scheme-cream h2::after,
    .user-style--scheme-cream .form__heading::after,
    .user-style--scheme-cream .pagination__label::after,
    .user-style--scheme-cream .widget-homepage-banner .image__caption::after,
    .widget-homepage-banner .user-style--scheme-cream .image__caption::after,
    .user-style--scheme-cream .widget-homepage-banner .image-link::after,
    .widget-homepage-banner .user-style--scheme-cream .image-link::after,
    .user-style--scheme-cream .h2::after,
    .user-style--scheme-cream h3,
    .user-style--scheme-cream .h3,
    .user-style--scheme-cream h3::before,
    .user-style--scheme-cream .h3::before,
    .user-style--scheme-cream h3::after,
    .user-style--scheme-cream .h3::after,
    .user-style--scheme-cream h4,
    .user-style--scheme-cream .h4,
    .user-style--scheme-cream h4::before,
    .user-style--scheme-cream .h4::before,
    .user-style--scheme-cream h4::after,
    .user-style--scheme-cream .h4::after,
    .user-style--scheme-cream h5,
    .user-style--scheme-cream .h5,
    .user-style--scheme-cream h5::before,
    .user-style--scheme-cream .h5::before,
    .user-style--scheme-cream h5::after,
    .user-style--scheme-cream .h5::after,
    .user-style--scheme-cream p,
    .user-style--scheme-cream p::before,
    .user-style--scheme-cream p::after,
    .user-style--scheme-cream li:not([class]),
    .user-style--scheme-cream li:not([class])::before,
    .user-style--scheme-cream li:not([class])::after,
    .user-style--scheme-cream label,
    .user-style--scheme-cream label::before,
    .user-style--scheme-cream label::after,
    .user-style--scheme-cream dl,
    .user-style--scheme-cream dl::before,
    .user-style--scheme-cream dl::after,
    .user-style--scheme-cream dd,
    .user-style--scheme-cream dd::before,
    .user-style--scheme-cream dd::after,
    .user-style--scheme-cream .date,
    .user-style--scheme-cream .date::before,
    .user-style--scheme-cream .date::after {
        background: none !important;
        border-color: #010066 !important;
        color: #010066 !important;
    }

    .user-style--scheme-cream a:not(.icon) {
        background-image: none !important;
        text-shadow: none !important;
    }

    .user-style--scheme-cream a,
    .user-style--scheme-cream a * {
        color: #6f6200 !important;
        text-decoration: underline !important;
    }

        .user-style--scheme-cream a[aria-expanded="true"],
        .user-style--scheme-cream a[aria-expanded="true"] *,
        .user-style--scheme-cream a:hover,
        .user-style--scheme-cream a:hover *,
        .user-style--scheme-cream a:focus,
        .user-style--scheme-cream a:focus *,
        .user-style--scheme-cream a:active,
        .user-style--scheme-cream a:active * {
            background-color: transparent !important;
            color: #010066 !important;
        }

        .user-style--scheme-cream a:focus,
        .user-style--scheme-cream a:active {
            outline-color: #6f6200 !important;
        }

    .user-style--scheme-cream .button--icon .toggle-icon::before,
    .user-style--scheme-cream .button--icon .toggle-icon::after {
        background-color: #fff9d2 !important;
    }

    .user-style--scheme-cream .button--icon .toggle-icon__line {
        background-color: #fff9d2 !important;
    }

    .user-style--scheme-cream .button--icon:hover .toggle-icon::before,
    .user-style--scheme-cream .button--icon:hover .toggle-icon::after,
    .user-style--scheme-cream .button--icon:focus .toggle-icon::before,
    .user-style--scheme-cream .button--icon:focus .toggle-icon::after,
    .user-style--scheme-cream .button--icon:active .toggle-icon::before,
    .user-style--scheme-cream .button--icon:active .toggle-icon::after {
        background-color: #6f6200 !important;
    }

    .user-style--scheme-cream .button--icon:hover .toggle-icon__line,
    .user-style--scheme-cream .button--icon:focus .toggle-icon__line,
    .user-style--scheme-cream .button--icon:active .toggle-icon__line {
        background-color: #6f6200 !important;
    }

    .user-style--scheme-cream .button,
    .user-style--scheme-cream a.button,
    .user-style--scheme-cream a.calendar__date--link,
    .user-style--scheme-cream .list--az a.list__link,
    .user-style--scheme-cream .flickity-prev-next-button {
        background-color: #6f6200 !important;
        border-color: #6f6200 !important;
        color: #fff9d2 !important;
    }

        .user-style--scheme-cream .button *,
        .user-style--scheme-cream a.button *,
        .user-style--scheme-cream a.calendar__date--link *,
        .user-style--scheme-cream .list--az a.list__link *,
        .user-style--scheme-cream .flickity-prev-next-button * {
            background-color: transparent !important;
            color: #fff9d2 !important;
        }

        .user-style--scheme-cream .button.is-active,
        .user-style--scheme-cream .button.is-active *,
        .user-style--scheme-cream .button.button--disabled,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + .button,
        .user-style--scheme-cream .button.button--disabled *,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + .button
        *,
        .user-style--scheme-cream .button:hover,
        .user-style--scheme-cream .button:hover *,
        .user-style--scheme-cream .button:focus,
        .user-style--scheme-cream .button:focus *,
        .user-style--scheme-cream .button:active,
        .user-style--scheme-cream .button:active *,
        .user-style--scheme-cream a.button.is-active,
        .user-style--scheme-cream a.button.is-active *,
        .user-style--scheme-cream a.button.button--disabled,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + a.button,
        .user-style--scheme-cream a.button.button--disabled *,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + a.button
        *,
        .user-style--scheme-cream a.button:hover,
        .user-style--scheme-cream a.button:hover *,
        .user-style--scheme-cream a.button:focus,
        .user-style--scheme-cream a.button:focus *,
        .user-style--scheme-cream a.button:active,
        .user-style--scheme-cream a.button:active *,
        .user-style--scheme-cream a.calendar__date--link.is-active,
        .user-style--scheme-cream a.calendar__date--link.is-active *,
        .user-style--scheme-cream a.calendar__date--link.button--disabled,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.calendar__date--link.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + a.calendar__date--link.button,
        .user-style--scheme-cream a.calendar__date--link.button--disabled *,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.calendar__date--link.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + a.calendar__date--link.button
        *,
        .user-style--scheme-cream a.calendar__date--link:hover,
        .user-style--scheme-cream a.calendar__date--link:hover *,
        .user-style--scheme-cream a.calendar__date--link:focus,
        .user-style--scheme-cream a.calendar__date--link:focus *,
        .user-style--scheme-cream a.calendar__date--link:active,
        .user-style--scheme-cream a.calendar__date--link:active *,
        .user-style--scheme-cream .list--az a.list__link.is-active,
        .user-style--scheme-cream .list--az a.list__link.is-active *,
        .user-style--scheme-cream .list--az a.list__link.button--disabled,
        .user-style--scheme-cream
        .list--az
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.list__link.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .list--az
        .form__radio:disabled + a.list__link.button,
        .user-style--scheme-cream .list--az a.list__link.button--disabled *,
        .user-style--scheme-cream
        .list--az
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.list__link.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .list--az
        .form__radio:disabled + a.list__link.button
        *,
        .user-style--scheme-cream .list--az a.list__link:hover,
        .user-style--scheme-cream .list--az a.list__link:hover *,
        .user-style--scheme-cream .list--az a.list__link:focus,
        .user-style--scheme-cream .list--az a.list__link:focus *,
        .user-style--scheme-cream .list--az a.list__link:active,
        .user-style--scheme-cream .list--az a.list__link:active *,
        .user-style--scheme-cream .flickity-prev-next-button.is-active,
        .user-style--scheme-cream .flickity-prev-next-button.is-active *,
        .user-style--scheme-cream .flickity-prev-next-button.button--disabled,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .flickity-prev-next-button.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + .flickity-prev-next-button.button,
        .user-style--scheme-cream .flickity-prev-next-button.button--disabled *,
        .user-style--scheme-cream
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .flickity-prev-next-button.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-cream
        .form__radio:disabled + .flickity-prev-next-button.button
        *,
        .user-style--scheme-cream .flickity-prev-next-button:hover,
        .user-style--scheme-cream .flickity-prev-next-button:hover *,
        .user-style--scheme-cream .flickity-prev-next-button:focus,
        .user-style--scheme-cream .flickity-prev-next-button:focus *,
        .user-style--scheme-cream .flickity-prev-next-button:active,
        .user-style--scheme-cream .flickity-prev-next-button:active * {
            background-color: #fff9d2 !important;
            color: #6f6200 !important;
        }

        .user-style--scheme-cream .button:focus,
        .user-style--scheme-cream .button:active,
        .user-style--scheme-cream a.button:focus,
        .user-style--scheme-cream a.button:active,
        .user-style--scheme-cream a.calendar__date--link:focus,
        .user-style--scheme-cream a.calendar__date--link:active,
        .user-style--scheme-cream .list--az a.list__link:focus,
        .user-style--scheme-cream .list--az a.list__link:active,
        .user-style--scheme-cream .flickity-prev-next-button:focus,
        .user-style--scheme-cream .flickity-prev-next-button:active {
            outline-color: #010066 !important;
        }

    .user-style--scheme-cream .boxed,
    .user-style--scheme-cream .callout,
    .user-style--scheme-cream .image__caption,
    .user-style--scheme-cream .user-services,
    .user-style--scheme-cream .listing,
    .user-style--scheme-cream .latest-news,
    .user-style--scheme-cream .supplement,
    .user-style--scheme-cream .sidebar__section,
    .user-style--scheme-cream .progress-bar,
    .user-style--scheme-cream .supplement,
    .user-style--scheme-cream .nav--az,
    .user-style--scheme-cream .nav--pages-in,
    .user-style--scheme-cream input,
    .user-style--scheme-cream textarea,
    .user-style--scheme-cream select,
    .user-style--scheme-cream th,
    .user-style--scheme-cream td,
    .user-style--scheme-cream .supplement--contact,
    .user-style--scheme-cream .card,
    .user-style--scheme-cream .widget-navigation .list__link {
        background-color: #fff9d2 !important;
        border: 2px solid !important;
        color: #010066 !important;
    }

    .user-style--scheme-cream .site-header,
    .user-style--scheme-cream .site-search,
    .user-style--scheme-cream .site-announcement,
    .user-style--scheme-cream .page-header {
        background-color: #fff9d2 !important;
        border-bottom: 2px solid #010066 !important;
    }

    .user-style--scheme-cream .site-footer {
        background-color: #fff9d2 !important;
        border-top: 2px solid #010066 !important;
    }

    .user-style--scheme-cream .container {
        background: transparent !important;
    }

    .user-style--scheme-cream .site-search .form__control::after {
        content: none !important;
    }

    .user-style--scheme-cream .site-search .form__field {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding: 0.75rem !important;
    }

    .user-style--scheme-cream .site-search .button {
        border: 2px solid;
        padding: 0 0.75rem;
    }

    .user-style--scheme-cream .site-footer__group .icon {
        display: none !important;
    }

    .user-style--scheme-cream .identity {
        margin-right: 0.1875rem !important;
    }

    .user-style--scheme-cream .skip-links .list__item {
        background-color: transparent !important;
    }

    .user-style--scheme-cream .icon-ui-download {
        display: none !important;
    }

    .user-style--scheme-cream .nav--pages-in {
        border-left: 0 !important;
        border-right: 0 !important;
    }

@media screen and (max-width: 759px) {
    .user-style--scheme-cream .nav--pages-in {
        border: 0 !important;
    }
}

.user-style--scheme-cream .nav--pages-in .nav__toggle {
    margin: 0;
}

.user-style--scheme-cream .nav--pages-in .nav__list {
    border-left: 2px solid #010066 !important;
    border-right: 2px solid #010066 !important;
}

@media screen and (min-width: 760px) {
    .user-style--scheme-cream .nav--pages-in .nav__list {
        border: 0 !important;
    }
}

.user-style--scheme-cream .nav--pages-in .nav__toggle-icon {
    display: none !important;
}

.user-style--scheme-cream blockquote::before {
    color: #010066 !important;
}

.user-style--scheme-cream .pagination__icon {
    display: none;
}

.user-style--scheme-cream .pagination__content {
    margin: 0;
}

.user-style--scheme-cream .listing {
    border: 0 !important;
}

.user-style--scheme-cream .listing--featured {
    border: 2px solid !important;
}

.user-style--scheme-cream .supplement .list__item {
    background: none !important;
}

.user-style--scheme-cream .nav--secondary-navigation {
    border-bottom: 1px solid;
}

.user-style--scheme-cream .form__field:focus,
.user-style--scheme-cream .form__field:active,
.user-style--scheme-cream .form__select:focus,
.user-style--scheme-cream .form__select:active,
.user-style--scheme-cream .form__radio:focus,
.user-style--scheme-cream .form__radio:active,
.user-style--scheme-cream .form__checkbox:focus,
.user-style--scheme-cream .form__checkbox:active,
.user-style--scheme-cream .form__textarea:focus,
.user-style--scheme-cream .form__textarea:active {
    outline-color: #6f6200 !important;
}

.user-style--scheme-cream .form__radio {
    border-radius: 50% !important;
}

    .user-style--scheme-cream .form__radio:checked {
        background-color: #6f6200 !important;
    }

.user-style--scheme-cream .nav--social-links .list__link {
    border: 2px solid #6f6200 !important;
}

    .user-style--scheme-cream .nav--social-links .list__link:hover,
    .user-style--scheme-cream .nav--social-links .list__link:focus,
    .user-style--scheme-cream .nav--social-links .list__link:active {
        border-color: #010066 !important;
    }

    .user-style--scheme-cream .nav--social-links .list__link::before {
        content: none !important;
    }

.user-style--scheme-cream span.calendar__date {
    background: #fff9d2 !important;
    color: #010066 !important;
}

.user-style--scheme-cream .calendar__date--link span,
.user-style--scheme-cream .calendar__date--link span:hover,
.user-style--scheme-cream .calendar__date--link span:focus,
.user-style--scheme-cream .calendar__date--link span:active {
    background-color: transparent !important;
}

.user-style--scheme-cream .calendar__date a:hover,
.user-style--scheme-cream .calendar__date a:focus,
.user-style--scheme-cream .calendar__date a:active {
    background-color: #6f6200 !important;
    color: #fff9d2 !important;
}

.user-style--scheme-cream span.calendar__date--today,
.user-style--scheme-cream a.calendar__date--today {
    background-color: #010066 !important;
    color: #fff9d2 !important;
}

    .user-style--scheme-cream a.calendar__date--today:hover,
    .user-style--scheme-cream a.calendar__date--today:focus,
    .user-style--scheme-cream a.calendar__date--today:active {
        background-color: #6f6200 !important;
        color: #fff9d2 !important;
    }

.user-style--scheme-cream .flickity-prev-next-button {
    background: #fff9d2 !important;
    border: 2px solid #010066 !important;
}

    .user-style--scheme-cream .flickity-prev-next-button .arrow {
        fill: #010066 !important;
    }

.user-style--scheme-cream .flickity-page-dots .dot.is-selected {
    background-color: #010066 !important;
}

.user-style--scheme-cream .map *,
.user-style--scheme-cream .map a {
    background-color: transparent !important;
    color: #fff9d2 !important;
}

.user-style--scheme-cream .map a {
    background-color: #6f6200 !important;
}

.user-style--scheme-cream .progress-bar {
    border: 0 !important;
    -webkit-box-shadow: inset 0 0 0 2px #010066 !important;
    box-shadow: inset 0 0 0 2px #010066 !important;
}

.user-style--scheme-cream .progress-bar__indicator {
    background-color: #6f6200 !important;
}

    .user-style--scheme-cream .progress-bar__indicator::before {
        border-left-color: #6f6200 !important;
    }

.user-style--scheme-cream .alert {
    background-color: #fff9d2 !important;
    border: 2px solid #010066 !important;
    color: #010066 !important;
}

.user-style--scheme-cream .alert__link::after,
.user-style--scheme-cream .alert__link:visited::after {
    color: #6f6200 !important;
}

.user-style--scheme-cream .site-announcement .alert {
    border: 0 !important;
}

.user-style--scheme-cream ::-moz-selection {
    background-color: #010066 !important;
    color: #fff9d2 !important;
}

.user-style--scheme-cream ::selection {
    background-color: #010066 !important;
    color: #fff9d2 !important;
}

.user-style--scheme-cream input::-webkit-input-placeholder {
    color: #010066;
}

.user-style--scheme-cream input::-moz-placeholder {
    color: #010066;
}

.user-style--scheme-cream input:-ms-input-placeholder {
    color: #010066;
}

.user-style--scheme-cream input::-ms-input-placeholder {
    color: #010066;
}

.user-style--scheme-cream input::placeholder {
    color: #010066;
}

.user-style--scheme-cream input:-moz-placeholder-shown {
    color: #010066;
}

.user-style--scheme-cream input:-ms-input-placeholder {
    color: #010066;
}

.user-style--scheme-cream input:placeholder-shown {
    color: #010066;
}

.user-style--scheme-blue {
    background-color: #9fcfff !important;
    border-color: #010066 !important;
    color: #010066 !important;
}

    .user-style--scheme-blue * {
        background-color: #9fcfff !important;
        border-color: #010066 !important;
        border-radius: initial !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #010066 !important;
        text-shadow: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .user-style--scheme-blue h1,
    .user-style--scheme-blue .h1,
    .user-style--scheme-blue h1::before,
    .user-style--scheme-blue .h1::before,
    .user-style--scheme-blue h1::after,
    .user-style--scheme-blue .h1::after,
    .user-style--scheme-blue h2,
    .user-style--scheme-blue .form__heading,
    .user-style--scheme-blue .pagination__label,
    .user-style--scheme-blue .widget-homepage-banner .image__caption,
    .widget-homepage-banner .user-style--scheme-blue .image__caption,
    .user-style--scheme-blue .widget-homepage-banner .image-link,
    .widget-homepage-banner .user-style--scheme-blue .image-link,
    .user-style--scheme-blue .h2,
    .user-style--scheme-blue h2::before,
    .user-style--scheme-blue .form__heading::before,
    .user-style--scheme-blue .pagination__label::before,
    .user-style--scheme-blue .widget-homepage-banner .image__caption::before,
    .widget-homepage-banner .user-style--scheme-blue .image__caption::before,
    .user-style--scheme-blue .widget-homepage-banner .image-link::before,
    .widget-homepage-banner .user-style--scheme-blue .image-link::before,
    .user-style--scheme-blue .h2::before,
    .user-style--scheme-blue h2::after,
    .user-style--scheme-blue .form__heading::after,
    .user-style--scheme-blue .pagination__label::after,
    .user-style--scheme-blue .widget-homepage-banner .image__caption::after,
    .widget-homepage-banner .user-style--scheme-blue .image__caption::after,
    .user-style--scheme-blue .widget-homepage-banner .image-link::after,
    .widget-homepage-banner .user-style--scheme-blue .image-link::after,
    .user-style--scheme-blue .h2::after,
    .user-style--scheme-blue h3,
    .user-style--scheme-blue .h3,
    .user-style--scheme-blue h3::before,
    .user-style--scheme-blue .h3::before,
    .user-style--scheme-blue h3::after,
    .user-style--scheme-blue .h3::after,
    .user-style--scheme-blue h4,
    .user-style--scheme-blue .h4,
    .user-style--scheme-blue h4::before,
    .user-style--scheme-blue .h4::before,
    .user-style--scheme-blue h4::after,
    .user-style--scheme-blue .h4::after,
    .user-style--scheme-blue h5,
    .user-style--scheme-blue .h5,
    .user-style--scheme-blue h5::before,
    .user-style--scheme-blue .h5::before,
    .user-style--scheme-blue h5::after,
    .user-style--scheme-blue .h5::after,
    .user-style--scheme-blue p,
    .user-style--scheme-blue p::before,
    .user-style--scheme-blue p::after,
    .user-style--scheme-blue li:not([class]),
    .user-style--scheme-blue li:not([class])::before,
    .user-style--scheme-blue li:not([class])::after,
    .user-style--scheme-blue label,
    .user-style--scheme-blue label::before,
    .user-style--scheme-blue label::after,
    .user-style--scheme-blue dl,
    .user-style--scheme-blue dl::before,
    .user-style--scheme-blue dl::after,
    .user-style--scheme-blue dd,
    .user-style--scheme-blue dd::before,
    .user-style--scheme-blue dd::after,
    .user-style--scheme-blue .date,
    .user-style--scheme-blue .date::before,
    .user-style--scheme-blue .date::after {
        background: none !important;
        border-color: #010066 !important;
        color: #010066 !important;
    }

    .user-style--scheme-blue a:not(.icon) {
        background-image: none !important;
        text-shadow: none !important;
    }

    .user-style--scheme-blue a,
    .user-style--scheme-blue a * {
        color: red !important;
        text-decoration: underline !important;
    }

        .user-style--scheme-blue a[aria-expanded="true"],
        .user-style--scheme-blue a[aria-expanded="true"] *,
        .user-style--scheme-blue a:hover,
        .user-style--scheme-blue a:hover *,
        .user-style--scheme-blue a:focus,
        .user-style--scheme-blue a:focus *,
        .user-style--scheme-blue a:active,
        .user-style--scheme-blue a:active * {
            background-color: transparent !important;
            color: #010066 !important;
        }

        .user-style--scheme-blue a:focus,
        .user-style--scheme-blue a:active {
            outline-color: red !important;
        }

    .user-style--scheme-blue .button--icon .toggle-icon::before,
    .user-style--scheme-blue .button--icon .toggle-icon::after {
        background-color: #010066 !important;
    }

    .user-style--scheme-blue .button--icon .toggle-icon__line {
        background-color: #010066 !important;
    }

    .user-style--scheme-blue .button--icon:hover .toggle-icon::before,
    .user-style--scheme-blue .button--icon:hover .toggle-icon::after,
    .user-style--scheme-blue .button--icon:focus .toggle-icon::before,
    .user-style--scheme-blue .button--icon:focus .toggle-icon::after,
    .user-style--scheme-blue .button--icon:active .toggle-icon::before,
    .user-style--scheme-blue .button--icon:active .toggle-icon::after {
        background-color: red !important;
    }

    .user-style--scheme-blue .button--icon:hover .toggle-icon__line,
    .user-style--scheme-blue .button--icon:focus .toggle-icon__line,
    .user-style--scheme-blue .button--icon:active .toggle-icon__line {
        background-color: red !important;
    }

    .user-style--scheme-blue .button,
    .user-style--scheme-blue a.button,
    .user-style--scheme-blue a.calendar__date--link,
    .user-style--scheme-blue .list--az a.list__link,
    .user-style--scheme-blue .flickity-prev-next-button {
        background-color: red !important;
        border-color: red !important;
        color: #010066 !important;
    }

        .user-style--scheme-blue .button *,
        .user-style--scheme-blue a.button *,
        .user-style--scheme-blue a.calendar__date--link *,
        .user-style--scheme-blue .list--az a.list__link *,
        .user-style--scheme-blue .flickity-prev-next-button * {
            background-color: transparent !important;
            color: #010066 !important;
        }

        .user-style--scheme-blue .button.is-active,
        .user-style--scheme-blue .button.is-active *,
        .user-style--scheme-blue .button.button--disabled,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + .button,
        .user-style--scheme-blue .button.button--disabled *,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + .button
        *,
        .user-style--scheme-blue .button:hover,
        .user-style--scheme-blue .button:hover *,
        .user-style--scheme-blue .button:focus,
        .user-style--scheme-blue .button:focus *,
        .user-style--scheme-blue .button:active,
        .user-style--scheme-blue .button:active *,
        .user-style--scheme-blue a.button.is-active,
        .user-style--scheme-blue a.button.is-active *,
        .user-style--scheme-blue a.button.button--disabled,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + a.button,
        .user-style--scheme-blue a.button.button--disabled *,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + a.button
        *,
        .user-style--scheme-blue a.button:hover,
        .user-style--scheme-blue a.button:hover *,
        .user-style--scheme-blue a.button:focus,
        .user-style--scheme-blue a.button:focus *,
        .user-style--scheme-blue a.button:active,
        .user-style--scheme-blue a.button:active *,
        .user-style--scheme-blue a.calendar__date--link.is-active,
        .user-style--scheme-blue a.calendar__date--link.is-active *,
        .user-style--scheme-blue a.calendar__date--link.button--disabled,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.calendar__date--link.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + a.calendar__date--link.button,
        .user-style--scheme-blue a.calendar__date--link.button--disabled *,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.calendar__date--link.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + a.calendar__date--link.button
        *,
        .user-style--scheme-blue a.calendar__date--link:hover,
        .user-style--scheme-blue a.calendar__date--link:hover *,
        .user-style--scheme-blue a.calendar__date--link:focus,
        .user-style--scheme-blue a.calendar__date--link:focus *,
        .user-style--scheme-blue a.calendar__date--link:active,
        .user-style--scheme-blue a.calendar__date--link:active *,
        .user-style--scheme-blue .list--az a.list__link.is-active,
        .user-style--scheme-blue .list--az a.list__link.is-active *,
        .user-style--scheme-blue .list--az a.list__link.button--disabled,
        .user-style--scheme-blue
        .list--az
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.list__link.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .list--az
        .form__radio:disabled + a.list__link.button,
        .user-style--scheme-blue .list--az a.list__link.button--disabled *,
        .user-style--scheme-blue
        .list--az
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + a.list__link.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .list--az
        .form__radio:disabled + a.list__link.button
        *,
        .user-style--scheme-blue .list--az a.list__link:hover,
        .user-style--scheme-blue .list--az a.list__link:hover *,
        .user-style--scheme-blue .list--az a.list__link:focus,
        .user-style--scheme-blue .list--az a.list__link:focus *,
        .user-style--scheme-blue .list--az a.list__link:active,
        .user-style--scheme-blue .list--az a.list__link:active *,
        .user-style--scheme-blue .flickity-prev-next-button.is-active,
        .user-style--scheme-blue .flickity-prev-next-button.is-active *,
        .user-style--scheme-blue .flickity-prev-next-button.button--disabled,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .flickity-prev-next-button.button,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + .flickity-prev-next-button.button,
        .user-style--scheme-blue .flickity-prev-next-button.button--disabled *,
        .user-style--scheme-blue
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .flickity-prev-next-button.button
        *,
        .calendar--event-booking
        .calendar__dates
        .user-style--scheme-blue
        .form__radio:disabled + .flickity-prev-next-button.button
        *,
        .user-style--scheme-blue .flickity-prev-next-button:hover,
        .user-style--scheme-blue .flickity-prev-next-button:hover *,
        .user-style--scheme-blue .flickity-prev-next-button:focus,
        .user-style--scheme-blue .flickity-prev-next-button:focus *,
        .user-style--scheme-blue .flickity-prev-next-button:active,
        .user-style--scheme-blue .flickity-prev-next-button:active * {
            background-color: #010066 !important;
            color: red !important;
        }

        .user-style--scheme-blue .button:focus,
        .user-style--scheme-blue .button:active,
        .user-style--scheme-blue a.button:focus,
        .user-style--scheme-blue a.button:active,
        .user-style--scheme-blue a.calendar__date--link:focus,
        .user-style--scheme-blue a.calendar__date--link:active,
        .user-style--scheme-blue .list--az a.list__link:focus,
        .user-style--scheme-blue .list--az a.list__link:active,
        .user-style--scheme-blue .flickity-prev-next-button:focus,
        .user-style--scheme-blue .flickity-prev-next-button:active {
            outline-color: #010066 !important;
        }

    .user-style--scheme-blue .boxed,
    .user-style--scheme-blue .callout,
    .user-style--scheme-blue .image__caption,
    .user-style--scheme-blue .user-services,
    .user-style--scheme-blue .listing,
    .user-style--scheme-blue .latest-news,
    .user-style--scheme-blue .supplement,
    .user-style--scheme-blue .sidebar__section,
    .user-style--scheme-blue .progress-bar,
    .user-style--scheme-blue .supplement,
    .user-style--scheme-blue .nav--az,
    .user-style--scheme-blue .nav--pages-in,
    .user-style--scheme-blue input,
    .user-style--scheme-blue textarea,
    .user-style--scheme-blue select,
    .user-style--scheme-blue th,
    .user-style--scheme-blue td,
    .user-style--scheme-blue .supplement--contact,
    .user-style--scheme-blue .card,
    .user-style--scheme-blue .widget-navigation .list__link {
        background-color: #9fcfff !important;
        border: 2px solid !important;
        color: #010066 !important;
    }

    .user-style--scheme-blue .site-header,
    .user-style--scheme-blue .site-search,
    .user-style--scheme-blue .site-announcement,
    .user-style--scheme-blue .page-header {
        background-color: #9fcfff !important;
        border-bottom: 2px solid #010066 !important;
    }

    .user-style--scheme-blue .site-footer {
        background-color: #9fcfff !important;
        border-top: 2px solid #010066 !important;
    }

    .user-style--scheme-blue .container {
        background: transparent !important;
    }

    .user-style--scheme-blue .site-search .form__control::after {
        content: none !important;
    }

    .user-style--scheme-blue .site-search .form__field {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding: 0.75rem !important;
    }

    .user-style--scheme-blue .site-search .button {
        border: 2px solid;
        padding: 0 0.75rem;
    }

    .user-style--scheme-blue .site-footer__group .icon {
        display: none !important;
    }

    .user-style--scheme-blue .identity {
        margin-right: 0.1875rem !important;
    }

    .user-style--scheme-blue .skip-links .list__item {
        background-color: transparent !important;
    }

    .user-style--scheme-blue .icon-ui-download {
        display: none !important;
    }

    .user-style--scheme-blue .nav--pages-in {
        border-left: 0 !important;
        border-right: 0 !important;
    }

@media screen and (max-width: 759px) {
    .user-style--scheme-blue .nav--pages-in {
        border: 0 !important;
    }
}

.user-style--scheme-blue .nav--pages-in .nav__toggle {
    margin: 0;
}

.user-style--scheme-blue .nav--pages-in .nav__list {
    border-left: 2px solid #010066 !important;
    border-right: 2px solid #010066 !important;
}

@media screen and (min-width: 760px) {
    .user-style--scheme-blue .nav--pages-in .nav__list {
        border: 0 !important;
    }
}

.user-style--scheme-blue .nav--pages-in .nav__toggle-icon {
    display: none !important;
}

.user-style--scheme-blue blockquote::before {
    color: #010066 !important;
}

.user-style--scheme-blue .pagination__icon {
    display: none;
}

.user-style--scheme-blue .pagination__content {
    margin: 0;
}

.user-style--scheme-blue .listing {
    border: 0 !important;
}

.user-style--scheme-blue .listing--featured {
    border: 2px solid !important;
}

.user-style--scheme-blue .supplement .list__item {
    background: none !important;
}

.user-style--scheme-blue .nav--secondary-navigation {
    border-bottom: 1px solid;
}

.user-style--scheme-blue .form__field:focus,
.user-style--scheme-blue .form__field:active,
.user-style--scheme-blue .form__select:focus,
.user-style--scheme-blue .form__select:active,
.user-style--scheme-blue .form__radio:focus,
.user-style--scheme-blue .form__radio:active,
.user-style--scheme-blue .form__checkbox:focus,
.user-style--scheme-blue .form__checkbox:active,
.user-style--scheme-blue .form__textarea:focus,
.user-style--scheme-blue .form__textarea:active {
    outline-color: red !important;
}

.user-style--scheme-blue .form__radio {
    border-radius: 50% !important;
}

    .user-style--scheme-blue .form__radio:checked {
        background-color: red !important;
    }

.user-style--scheme-blue .nav--social-links .list__link {
    border: 2px solid red !important;
}

    .user-style--scheme-blue .nav--social-links .list__link:hover,
    .user-style--scheme-blue .nav--social-links .list__link:focus,
    .user-style--scheme-blue .nav--social-links .list__link:active {
        border-color: #010066 !important;
    }

    .user-style--scheme-blue .nav--social-links .list__link::before {
        content: none !important;
    }

.user-style--scheme-blue span.calendar__date {
    background: #9fcfff !important;
    color: #010066 !important;
}

.user-style--scheme-blue .calendar__date--link span,
.user-style--scheme-blue .calendar__date--link span:hover,
.user-style--scheme-blue .calendar__date--link span:focus,
.user-style--scheme-blue .calendar__date--link span:active {
    background-color: transparent !important;
}

.user-style--scheme-blue .calendar__date a:hover,
.user-style--scheme-blue .calendar__date a:focus,
.user-style--scheme-blue .calendar__date a:active {
    background-color: red !important;
    color: #9fcfff !important;
}

.user-style--scheme-blue span.calendar__date--today,
.user-style--scheme-blue a.calendar__date--today {
    background-color: #010066 !important;
    color: #9fcfff !important;
}

    .user-style--scheme-blue a.calendar__date--today:hover,
    .user-style--scheme-blue a.calendar__date--today:focus,
    .user-style--scheme-blue a.calendar__date--today:active {
        background-color: red !important;
        color: #9fcfff !important;
    }

.user-style--scheme-blue .flickity-prev-next-button {
    background: #9fcfff !important;
    border: 2px solid #010066 !important;
}

    .user-style--scheme-blue .flickity-prev-next-button .arrow {
        fill: #010066 !important;
    }

.user-style--scheme-blue .flickity-page-dots .dot.is-selected {
    background-color: #010066 !important;
}

.user-style--scheme-blue .map *,
.user-style--scheme-blue .map a {
    background-color: transparent !important;
    color: #010066 !important;
}

.user-style--scheme-blue .map a {
    background-color: red !important;
}

.user-style--scheme-blue .progress-bar {
    border: 0 !important;
    -webkit-box-shadow: inset 0 0 0 2px #010066 !important;
    box-shadow: inset 0 0 0 2px #010066 !important;
}

.user-style--scheme-blue .progress-bar__indicator {
    background-color: red !important;
}

    .user-style--scheme-blue .progress-bar__indicator::before {
        border-left-color: red !important;
    }

.user-style--scheme-blue .alert {
    background-color: #9fcfff !important;
    border: 2px solid #010066 !important;
    color: #010066 !important;
}

.user-style--scheme-blue .alert__link::after,
.user-style--scheme-blue .alert__link:visited::after {
    color: red !important;
}

.user-style--scheme-blue .site-announcement .alert {
    border: 0 !important;
}

.user-style--scheme-blue ::-moz-selection {
    background-color: #010066 !important;
    color: #9fcfff !important;
}

.user-style--scheme-blue ::selection {
    background-color: #010066 !important;
    color: #9fcfff !important;
}

.user-style--scheme-blue input::-webkit-input-placeholder {
    color: #010066;
}

.user-style--scheme-blue input::-moz-placeholder {
    color: #010066;
}

.user-style--scheme-blue input:-ms-input-placeholder {
    color: #010066;
}

.user-style--scheme-blue input::-ms-input-placeholder {
    color: #010066;
}

.user-style--scheme-blue input::placeholder {
    color: #010066;
}

.user-style--scheme-blue input:-moz-placeholder-shown {
    color: #010066;
}

.user-style--scheme-blue input:-ms-input-placeholder {
    color: #010066;
}

.user-style--scheme-blue input:placeholder-shown {
    color: #010066;
}

.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 * * {
    font-family: "Comic Sans", "Comic Sans MS", cursive;
}

.user-style--font-courier *,
.user-style--font-courier * * {
    font-family: Courier, "Courier New", monospace;
}

.user-style--font-arial *,
.user-style--font-arial * * {
    font-family: Arial, sans-serif;
}

.user-style--font-times *,
.user-style--font-times * * {
    font-family: Times, "Times New Roman", serif;
}

.user-style--spacing-wide,
.user-style--spacing-wide input,
.user-style--spacing-wide textarea,
.user-style--spacing-wide button,
.user-style--spacing-wide select {
    letter-spacing: 0.15em !important;
}

.user-style--spacing-wider,
.user-style--spacing-wider input,
.user-style--spacing-wider textarea,
.user-style--spacing-wider button,
.user-style--spacing-wider select {
    letter-spacing: 0.3em !important;
}

.user-style--spacing-widest,
.user-style--spacing-widest input,
.user-style--spacing-widest textarea,
.user-style--spacing-widest button,
.user-style--spacing-widest select {
    letter-spacing: 0.45em !important;
}

.style-guide__section {
    margin-top: 2rem;
}

    .style-guide__section:first-of-type {
        margin-top: 0;
    }

    .style-guide__section .measure {
        max-width: none;
    }

.style-guide__separator {
    border-bottom: 1px solid #edf0f0;
    border-top: 1px solid #edf0f0;
    margin: 1.5rem 0;
    padding: 0.75rem 0;
}

.style-guide__heading {
    border-bottom: 1px solid #edf0f0;
    border-top: 1px solid #edf0f0;
    color: #d5d7da;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.4em;
    margin: 0 0 1rem;
    max-width: calc(100% - 1rem);
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.style-guide__anchor-link {
    background-image: none !important;
    text-shadow: none !important;
    color: #4d575d;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

    .style-guide__anchor-link::before,
    .style-guide__anchor-link::after {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M13.85%2C19.71a1.56%2C1.56%2C0%2C0%2C1-1.1-.46%2C7.33%2C7.33%2C0%2C0%2C1%2C0-10.35L18.5%2C3.14A7.32%2C7.32%2C0%2C1%2C1%2C28.86%2C13.5l-2.63%2C2.63A1.56%2C1.56%2C0%2C0%2C1%2C24%2C13.92l2.63-2.63a4.2%2C4.2%2C0%2C0%2C0-5.94-5.94l-5.76%2C5.76a4.2%2C4.2%2C0%2C0%2C0%2C0%2C5.94%2C1.56%2C1.56%2C0%2C0%2C1-1.1%2C2.66ZM8.32%2C31A7.32%2C7.32%2C0%2C0%2C1%2C3.14%2C18.5l2.63-2.63A1.56%2C1.56%2C0%2C0%2C1%2C8%2C18.08L5.35%2C20.71a4.2%2C4.2%2C0%2C0%2C0%2C5.94%2C5.94l5.76-5.76a4.2%2C4.2%2C0%2C0%2C0%2C0-5.94%2C1.56%2C1.56%2C0%2C1%2C1%2C2.21-2.21%2C7.33%2C7.33%2C0%2C0%2C1%2C0%2C10.35L13.5%2C28.86A7.27%2C7.27%2C0%2C0%2C1%2C8.32%2C31Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        height: 1rem;
        opacity: 0.2;
        position: absolute;
        top: auto;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        width: 1rem;
    }

    .style-guide__anchor-link::before {
        margin-right: 1rem;
        right: 100%;
    }

    .style-guide__anchor-link::after {
        left: 100%;
        margin-left: 0.75rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media screen and (min-width: 1352px) {
    .one-column .style-guide__anchor-link::before {
        content: "";
    }
}

@media screen and (max-width: 1351px) {
    .one-column .style-guide__anchor-link::after {
        content: "";
    }
}

@media screen and (min-width: 1020px) {
    .two-column .page-content .style-guide__anchor-link::before {
        content: "";
    }
}

@media screen and (max-width: 1019px) {
    .two-column .page-content .style-guide__anchor-link::after {
        content: "";
    }
}

.aside--sidebar .style-guide__anchor-link::after {
    content: "";
}

.style-guide__anchor-link:hover {
    color: #fff;
}

.style-guide__anchor-link:visited,
.style-guide__anchor-link:hover,
.style-guide__anchor-link:focus,
.style-guide__anchor-link:active {
    text-decoration: none;
}

    .style-guide__anchor-link:hover::before,
    .style-guide__anchor-link:hover::after,
    .style-guide__anchor-link:focus::before,
    .style-guide__anchor-link:focus::after,
    .style-guide__anchor-link:active::before,
    .style-guide__anchor-link:active::after {
        opacity: 0.5;
    }

.style-guide__section::after {
    background-image: linear-gradient( 135deg, #fff 0%, #fff 25%, #edf0f0 25%, #edf0f0 50%, #fff 50%, #fff 75%, #edf0f0 75%, #edf0f0 100% );
    background-position: 1rem;
    background-repeat: repeat-x;
    background-size: 0.75rem 100%;
    content: "";
    display: block;
    height: 0.75rem;
    margin: 3rem auto;
    max-width: 1248px;
    position: relative;
    width: calc(100% - 2rem);
}

.container .style-guide__section::after,
.page-content .style-guide__section::after {
    float: left;
    width: 100%;
}

.style-guide__section hr + h1,
.style-guide__section hr + .h1,
.style-guide__section hr + h2,
.style-guide__section hr + .form__heading,
.style-guide__section hr + .pagination__label,
.style-guide__section .widget-homepage-banner hr + .image__caption,
.widget-homepage-banner .style-guide__section hr + .image__caption,
.style-guide__section .widget-homepage-banner hr + .image-link,
.widget-homepage-banner .style-guide__section hr + .image-link,
.style-guide__section hr + .h2,
.style-guide__section hr + h3,
.style-guide__section hr + .h3,
.style-guide__section hr + h4,
.style-guide__section hr + .h4,
.style-guide__section hr + h5,
.style-guide__section hr + .h5,
.style-guide__section hr + h6,
.style-guide__section hr + .h6,
.style-guide__section .style-guide__heading + h1,
.style-guide__section .style-guide__heading + .h1,
.style-guide__section .style-guide__heading + h2,
.style-guide__section .style-guide__heading + .form__heading,
.style-guide__section .style-guide__heading + .pagination__label,
.style-guide__section
.widget-homepage-banner
.style-guide__heading + .image__caption,
.widget-homepage-banner
.style-guide__section
.style-guide__heading + .image__caption,
.style-guide__section
.widget-homepage-banner
.style-guide__heading + .image-link,
.widget-homepage-banner
.style-guide__section
.style-guide__heading + .image-link,
.style-guide__section .style-guide__heading + .h2,
.style-guide__section .style-guide__heading + h3,
.style-guide__section .style-guide__heading + .h3,
.style-guide__section .style-guide__heading + h4,
.style-guide__section .style-guide__heading + .h4,
.style-guide__section .style-guide__heading + h5,
.style-guide__section .style-guide__heading + .h5,
.style-guide__section .style-guide__heading + h6,
.style-guide__section .style-guide__heading + .h6 {
    margin-top: 0.5rem;
}

.style-guide__section h1:not([class]):first-child,
.style-guide__section .h1:not([class]):first-child,
.style-guide__section h2:not([class]):first-child,
.style-guide__section .form__heading:not([class]):first-child,
.style-guide__section .pagination__label:not([class]):first-child,
.style-guide__section
.widget-homepage-banner
.image__caption:not([class]):first-child,
.widget-homepage-banner
.style-guide__section
.image__caption:not([class]):first-child,
.style-guide__section
.widget-homepage-banner
.image-link:not([class]):first-child,
.widget-homepage-banner
.style-guide__section
.image-link:not([class]):first-child,
.style-guide__section .h2:not([class]):first-child,
.style-guide__section h3:not([class]):first-child,
.style-guide__section .h3:not([class]):first-child,
.style-guide__section h4:not([class]):first-child,
.style-guide__section .h4:not([class]):first-child,
.style-guide__section h5:not([class]):first-child,
.style-guide__section .h5:not([class]):first-child,
.style-guide__section h6:not([class]):first-child,
.style-guide__section .h6:not([class]):first-child {
    margin-top: 1.5rem;
}

.style-guide__section--password-form .alert {
    display: none;
}

.list--style-guide-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0 0.75rem -1rem;
}

    .list--style-guide-buttons .list__item {
        display: block;
        margin: 0 0 1rem;
        padding-left: 1rem;
    }

.colour-palette .colour-palette__swatch {
    -webkit-box-shadow: 0 0 1px #d5d7da;
    box-shadow: 0 0 1px #d5d7da;
    height: 4.66667rem;
    margin-right: 1rem;
    padding: 0 0.75rem;
    position: relative;
    text-align: center;
    width: 7rem;
}

.colour-palette .colour-palette__swatch--dark {
    color: #fff;
}

.colour-palette .colour-palette__swatch-value,
.colour-palette .colour-palette__swatch-name {
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.colour-palette .colour-palette__swatch-value {
    font-size: 1rem;
    margin-top: 0.125rem;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.colour-palette .colour-palette__swatch-name {
    font-size: 0.875rem;
    padding: 0 0.75rem;
    top: 33.33333%;
}

.style-guide__favicons-wrapper {
    background-color: #f5f5f7;
    display: block;
    max-width: 276px;
    padding: 1.5rem;
}

    .style-guide__favicons-wrapper .image--caption,
    .style-guide__favicons-wrapper .editor .imageCaption,
    .editor .style-guide__favicons-wrapper .imageCaption {
        float: none;
        margin: 0 auto 1.5rem;
        max-width: 100%;
        width: auto;
    }

    .style-guide__favicons-wrapper .visible-ie11-only {
        font-family: monospace;
        max-width: 100%;
    }

.style-guide__favicon {
    max-width: 180px;
}

.image--caption .style-guide__favicon,
.editor .imageCaption .style-guide__favicon {
    margin: 0 auto 0.375rem;
    width: auto;
}

.style-guide__favicon--svg {
    height: 180px;
    width: 180px;
}

.style-guide-carousel--example-1 .latest-tweets {
    padding: 0;
    position: relative;
}

    .style-guide-carousel--example-1 .latest-tweets .widget__heading {
        font-size: 1.375rem;
        margin: 0;
    }

@media screen and (max-width: 599px) {
    .style-guide-carousel--example-1 .latest-tweets .widget__heading {
        padding-left: 3rem;
        padding-top: 0.25rem;
    }
}

@media screen and (max-width: 759px) {
    .style-guide-carousel--example-1 .latest-tweets .widget__heading {
        font-size: 1.125rem;
    }
}

.style-guide-carousel--example-1 .latest-tweets .flickity-page-dots-wrapper {
    display: block;
    position: absolute;
    text-align: center;
    z-index: 1;
    right: 0;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

    .style-guide-carousel--example-1
    .latest-tweets
    .flickity-page-dots-wrapper
    .flickity-page-dots {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        position: relative;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

.style-guide-carousel--example-1 .latest-tweets .flickity-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: auto;
    top: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    padding: 0.5rem;
    width: auto;
}

    .style-guide-carousel--example-1
    .latest-tweets
    .flickity-buttons-wrapper
    .flickity-prev-next-button {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .style-guide-carousel--example-1
        .latest-tweets
        .flickity-buttons-wrapper
        .flickity-prev-next-button.next {
            right: 0;
        }

        .style-guide-carousel--example-1
        .latest-tweets
        .flickity-buttons-wrapper
        .flickity-prev-next-button.previous {
            left: 0;
        }

    .style-guide-carousel--example-1
    .latest-tweets
    .flickity-buttons-wrapper
    .flickity-button {
        height: 3rem;
        margin: 0.25rem;
        width: 3rem;
    }

.style-guide-carousel--example-1 .latest-tweets .meta {
    margin-top: 0.75rem;
}

    .style-guide-carousel--example-1 .latest-tweets .meta strong {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

.style-guide-carousel--example-1 .latest-tweets__inner {
    background-color: #fafaf8;
    margin: 0;
    padding-left: 1rem;
    padding-right: 3rem;
    position: relative;
    -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: border-color 0.2s, -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s, border-color 0.2s;
    transition: box-shadow 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
}

@media screen and (min-width: 600px) {
    .style-guide-carousel--example-1 .latest-tweets__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media screen and (min-width: 760px) {
    .style-guide-carousel--example-1 .latest-tweets__inner {
        padding: 3rem 6rem;
    }
}

@media screen and (min-width: 1020px) {
    .style-guide-carousel--example-1 .latest-tweets__inner {
        padding: 3rem 8.625rem;
    }
}

.style-guide-carousel--example-1 .latest-tweets__inner .icon {
    left: 1.5rem;
    position: absolute;
    top: 1.5rem;
}

@media screen and (min-width: 600px) {
    .style-guide-carousel--example-1 .latest-tweets__inner .icon {
        height: 3rem;
        width: 3rem;
    }
}

@media screen and (min-width: 760px) {
    .style-guide-carousel--example-1 .latest-tweets__inner .icon {
        top: 3rem;
    }
}

@media screen and (min-width: 1020px) {
    .style-guide-carousel--example-1 .latest-tweets__inner .icon {
        height: 3.75rem;
        left: 2.625rem;
        width: 3.75rem;
    }
}

.style-guide-carousel--example-1 .latest-tweets__carousel {
    background-color: transparent;
    color: #4d575d;
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0;
}

@media screen and (min-width: 1020px) {
    .style-guide-carousel--example-1 .latest-tweets__carousel {
        font-size: 1rem;
    }
}

.style-guide-carousel--example-1 .latest-tweets__carousel .slide {
    display: block;
    margin: 1rem 0;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    width: 100%;
}

@media screen and (max-width: 759px) {
    .style-guide-carousel--example-1 .latest-tweets__carousel .slide {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        overflow-wrap: break-word;
        word-break: break-word;
    }
}

.style-guide-carousel--example-1
.latest-tweets__carousel
.slide
a:not(.button) {
    text-decoration: underline;
}

    .style-guide-carousel--example-1
    .latest-tweets__carousel
    .slide
    a:not(.button):hover,
    .style-guide-carousel--example-1
    .latest-tweets__carousel
    .slide
    a:not(.button):focus,
    .style-guide-carousel--example-1
    .latest-tweets__carousel
    .slide
    a:not(.button):active {
        text-decoration: none;
    }

.style-guide-carousel--example-1 .latest-tweets__carousel.flickity-enabled {
    position: static;
}

    .style-guide-carousel--example-1
    .latest-tweets__carousel.flickity-enabled
    .flickity-viewport {
        overflow: visible;
    }

    .style-guide-carousel--example-1
    .latest-tweets__carousel.flickity-enabled
    .flickity-slider {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .style-guide-carousel--example-1
    .latest-tweets__carousel.flickity-enabled
    .slide {
        left: 0 !important;
        margin-bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(1.5rem);
        -ms-transform: translateY(1.5rem);
        transform: translateY(1.5rem);
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
        transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
        z-index: 0;
    }

        .style-guide-carousel--example-1
        .latest-tweets__carousel.flickity-enabled
        .slide.is-selected {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            z-index: 1;
        }

.style-guide-carousel--example-1 .latest-tweets__carousel a {
    margin: 0.125rem 0;
}

.style-guide-carousel--example-1 .latest-tweets__carousel:focus {
    background-color: #fff;
}

@media print {
    .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: 8.33333%;
    }

    .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: 16.66667%;
    }

    .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: 25%;
    }

    .widget-width--36,
    .widget-width--35,
    .widget-width--34,
    .widget-width--33,
    .widget-width--32,
    .widget-width--31,
    .widget-width--30 {
        width: 33.33333%;
    }

    .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: 41.66667%;
    }

    .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: 50%;
    }

    .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: 58.33333%;
    }

    .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: 66.66667%;
    }

    .widget-width--78,
    .widget-width--77,
    .widget-width--76,
    .widget-width--75,
    .widget-width--74,
    .widget-width--73,
    .widget-width--72 {
        width: 75%;
    }

    .widget-width--83,
    .widget-width--82,
    .widget-width--81,
    .widget-width--80,
    .widget-width--79 {
        width: 83.33333%;
    }

    .widget-width--90,
    .widget-width--89,
    .widget-width--88,
    .widget-width--87,
    .widget-width--86,
    .widget-width--85,
    .widget-width--84 {
        width: 91.66667%;
    }

    html {
        font-size: 85%;
    }

    body {
        background-color: #fff;
    }

    .mobile-hidden,
    .tablet-hidden,
    .button,
    .widget-directory-search,
    .widget-middle-advert .widget__content-link,
    .widget-top-tasks,
    .widget--hero,
    .breadcrumb,
    .pagination,
    .site-announcement,
    .widget-in-your-area,
    .aside__section .form,
    .site-search {
        display: none !important;
    }

    .widget-right-advert {
        background-color: transparent !important;
        display: block !important;
    }

        .widget-right-advert .widget__subheading,
        .widget-right-advert .widget__link {
            color: #000 !important;
        }

    .widget-latest-news-custom .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .widget-latest-news-custom .list__item {
        width: 50%;
    }

    .page-content .image:not(.widget__image),
    .page-content img:not([class]),
    .image--feature,
    .image__caption {
        max-width: 44em !important;
    }

    .page-content .featurette__list .image {
        max-width: 23.75rem !important;
    }

    .nav--pages-in .nav__heading {
        display: block !important;
    }

    .nav--pages-in .nav__list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .nav--pages-in .list__item {
        display: block;
    }

    .nav--pages-in .list__link {
        text-decoration: none !important;
    }

    .image--feature,
    .image--caption,
    .editor .imageCaption {
        float: none;
        margin: 0 0 1.5rem;
        max-width: 21.875rem;
        min-width: 9.375rem;
        width: 100% !important;
    }

    .map {
        page-break-before: always;
    }

    .site-header {
        border-bottom: 2px solid #cacaca !important;
        padding: 0.75rem 0;
    }

    .nav--primary-navigation {
        display: none;
    }

    .menu-navigation__inner {
        background-color: #fff !important;
    }
}

@media print and (-ms-high-contrast: none) {
    .menu-navigation__inner {
        overflow-y: scroll;
    }
}

@media print {
    @supports (-ms-ime-align: auto) {
        .menu-navigation__inner {
            overflow-y: scroll;
        }
    }

    .menu-navigation__inner .icon {
        display: none !important;
    }

    .menu-navigation__inner .list__link,
    .menu-navigation__inner .button-text {
        color: #000 !important;
    }

    .menu-navigation__inner .list__link {
        margin-left: 1.5rem;
    }

    .site-footer {
        background-color: #fff !important;
        border-top: 2px solid #cacaca !important;
        text-align: left;
    }

        .site-footer .identity__logo {
            display: none;
        }

        .site-footer .identity {
            margin-left: 0;
            margin-top: 0.75rem;
        }

        .site-footer .identity__print-fallback {
            display: block !important;
            height: 6rem;
        }

    .site-footer__group,
    .site-footer__links,
    .back-to-top {
        display: none;
    }

    .site-footer__text,
    .site-footer__link {
        color: #4d575d !important;
        text-align: left;
    }

    .site-footer__link {
        text-decoration: none !important;
    }

    .widget-row {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .widget-width {
        float: left;
        padding: 0 1rem;
    }

    .widget-width--100,
    .widget-width--99,
    .widget-width--98 {
        width: 100%;
    }

    .widget-gallery {
        display: none;
    }

    .nav--social-links {
        display: none;
    }

    .aside__section {
        border-bottom: 0;
    }

        .aside__section[aria-labelledby="related-pages-heading-downloads"],
        .aside__section[aria-labelledby="related-pages-heading-directories"] {
            display: none !important;
        }

    .boxed,
    .supplement {
        border: 0 !important;
        margin: 1.5rem 0;
    }

        .boxed .image,
        .supplement .image {
            max-width: 100% !important;
        }

        .boxed .image--feature,
        .supplement .image--feature {
            float: none !important;
            margin-left: 0;
        }

        .supplement .button {
            display: none;
        }

        .supplement .list--navigation .list__item {
            padding-left: 0;
        }

            .supplement .list--navigation .list__item::before {
                content: none;
            }

    .supplement--navigation {
        display: none !important;
    }

    .menu-navigation__sub-menu-top {
        margin-left: 1.5rem;
    }
}

.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: 500 !important;
}

.text--semibold {
    font-weight: 700 !important;
}

.text--caps {
    text-transform: uppercase !important;
}

.text--lowercase {
    text-transform: lowercase !important;
}

.text--firstcap {
    text-transform: capitalize !important;
}

.cf::after,
.outer-container::after,
.widget-right-advert .adverts__wrapper::after,
.homepage-modular .page-content + .aside--below::after,
.category-modular .page-content + .aside--below::after,
.style-guide-carousel--example-1 .latest-tweets::after,
.container::after,
.form::after,
.form__action::after,
.form__footer::after,
.form__component::after,
.list--listing .list__item::after,
.list--grouped .list__item::after,
.list--with-button .list__item::after,
.list--rich .list__item::after,
.list--az::after,
.definition::after,
.boxed::after,
.card::after,
.listing--featured::after,
.supplement::after,
.widget-directory-search::after,
.widget--opinion-poll::after,
.myaccount-widget::after,
.widget--myaccount-signed-in-content::after,
.widget--my-account-forms::after,
.widget--myaccount-form-submissions::after,
.widget--my-account-direct-debits::after,
.featurette__list .list__item::after,
.hero .hero__content::after,
.aside__section::after,
.widget-inner::after,
.style-guide-carousel--example-1 .latest-tweets__inner::after,
.nav::after,
.pagination::after,
.pagination__list::after,
.supplements::after,
.site-content::after,
.page-content::after,
.aside::after,
.widget-row::after,
.widget-width::after,
.widget::after,
.grid::after,
.editor p:last-child::after,
.style-guide__section::after,
.list--style-guide-buttons::after,
.style-guide__favicons-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.help {
    color: #647179;
    font-weight: normal;
    margin-bottom: -1.5rem;
    margin-top: 2.25rem;
}

@media screen and (max-width: 599px) {
    .text--wordbreak {
        overflow-wrap: break-word;
        word-break: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

html[data-scroll-lock],
[data-scroll-lock] body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

html[data-scroll-lock] {
    overflow-y: scroll;
}

.module > *:last-child,
.module > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child > *:last-child,
.definition__editor > *:last-child,
.boxed > *:last-child,
.card > *:last-child,
.listing--featured > *:last-child,
.supplement > *:last-child,
.widget-directory-search > *:last-child,
.widget--opinion-poll > *:last-child,
.myaccount-widget > *:last-child,
.widget--myaccount-signed-in-content > *:last-child,
.widget--my-account-forms > *:last-child,
.widget--myaccount-form-submissions > *:last-child,
.widget--my-account-direct-debits > *:last-child,
.featurette__list .list__item > *:last-child,
.hero .hero__content > *:last-child,
.aside__section > *:last-child,
.widget-inner > *:last-child,
.style-guide-carousel--example-1 .latest-tweets__inner > *:last-child,
.site-footer > *:last-child,
.widget-row > *:last-child,
.widget > *:last-child,
.definition__editor > *:last-child > *:last-child,
.boxed > *:last-child > *:last-child,
.card > *:last-child > *:last-child,
.listing--featured > *:last-child > *:last-child,
.supplement > *:last-child > *:last-child,
.widget-directory-search > *:last-child > *:last-child,
.widget--opinion-poll > *:last-child > *:last-child,
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-signed-in-content > *:last-child > *:last-child,
.widget--my-account-forms > *:last-child > *:last-child,
.widget--myaccount-form-submissions > *:last-child > *:last-child,
.widget--my-account-direct-debits > *:last-child > *:last-child,
.featurette__list .list__item > *:last-child > *:last-child,
.hero .hero__content > *:last-child > *:last-child,
.aside__section > *:last-child > *:last-child,
.widget-inner > *:last-child > *:last-child,
.style-guide-carousel--example-1
.latest-tweets__inner > *:last-child > *:last-child,
.site-footer > *:last-child > *:last-child,
.widget-row > *:last-child > *:last-child,
.widget > *:last-child > *:last-child,
.definition__editor > *:last-child > *:last-child > *:last-child,
.boxed > *:last-child > *:last-child > *:last-child,
.card > *:last-child > *:last-child > *:last-child,
.listing--featured > *:last-child > *:last-child > *:last-child,
.supplement > *:last-child > *:last-child > *:last-child,
.widget-directory-search > *:last-child > *:last-child > *:last-child,
.widget--opinion-poll > *:last-child > *:last-child > *:last-child,
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-signed-in-content > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions > *:last-child > *:last-child > *:last-child,
.widget--my-account-direct-debits > *:last-child > *:last-child > *:last-child,
.featurette__list .list__item > *:last-child > *:last-child > *:last-child,
.hero .hero__content > *:last-child > *:last-child > *:last-child,
.aside__section > *:last-child > *:last-child > *:last-child,
.widget-inner > *:last-child > *:last-child > *:last-child,
.style-guide-carousel--example-1
.latest-tweets__inner > *:last-child > *:last-child > *:last-child,
.site-footer > *:last-child > *:last-child > *:last-child,
.widget-row > *:last-child > *:last-child > *:last-child,
.widget > *:last-child > *:last-child > *:last-child,
.definition__editor > *:last-child > *:last-child > *:last-child > *:last-child,
.boxed > *:last-child > *:last-child > *:last-child > *:last-child,
.card > *:last-child > *:last-child > *:last-child > *:last-child,
.listing--featured > *:last-child > *:last-child > *:last-child > *:last-child,
.supplement > *:last-child > *:last-child > *:last-child > *:last-child,
.widget-directory-search > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--opinion-poll > *:last-child > *:last-child > *:last-child > *:last-child,
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-signed-in-content > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--my-account-direct-debits > *:last-child > *:last-child > *:last-child > *:last-child,
.featurette__list
.list__item > *:last-child > *:last-child > *:last-child > *:last-child,
.hero
.hero__content > *:last-child > *:last-child > *:last-child > *:last-child,
.aside__section > *:last-child > *:last-child > *:last-child > *:last-child,
.widget-inner > *:last-child > *:last-child > *:last-child > *:last-child,
.style-guide-carousel--example-1
.latest-tweets__inner > *:last-child > *:last-child > *:last-child > *:last-child,
.site-footer > *:last-child > *:last-child > *:last-child > *:last-child,
.widget-row > *:last-child > *:last-child > *:last-child > *:last-child,
.widget > *:last-child > *:last-child > *:last-child > *:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.visually-hidden,
.icon-fallback,
.list--back-to-top .list__link:not(:hover):not(:active):not(:focus),
.list--skip-links .list__link:not(:hover):not(:active):not(:focus),
.breadcrumb__prefix,
.hero .form--search .icon-fallback {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visually-hidden-reset {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
}

@media screen and (max-width: 399px) {
    .visually-hidden-x-small {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 599px) {
    .visually-hidden-small {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 759px) {
    .visually-hidden-mid {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 959px) {
    .visually-hidden-large {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 1019px) {
    .visually-hidden-x-large {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 1279px) {
    .visually-hidden-full {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media screen and (max-width: 759px) {
    .mobile-hidden {
        display: none;
    }
}

@media screen and (min-width: 760px) {
    .desktop-hidden {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .tablet-hidden {
        display: none;
    }
}

.visible-ie11-only {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .visible-ie11-only {
        display: inherit;
    }
}

.visible-ie11-and-edge-only {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .visible-ie11-and-edge-only {
        display: inherit;
    }
}

@supports (-ms-ime-align: auto) {
    .visible-ie11-and-edge-only {
        display: inherit;
    }
}
