@-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 {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1,
.h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 2px;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 1em / 1.5 Arial, Helvetica, sans-serif;
    margin: 0;
    min-height: 100%;
}

body {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 0;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        display: block;
    }
}

body.search-open {
    overflow: hidden;
    position: fixed;
}

html,
body {
    max-width: 100%;
    min-height: 100vh;
}

* {
    -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,
.h2,
h3,
.form__heading,
.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 #000;
}

[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: #5f647c;
    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: #6f2476 !important;
    color: #fff !important;
    text-shadow: none !important;
}

::selection {
    background-color: #6f2476 !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;
}

.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: 5rem;
    margin: 0.75rem 0;
}

@media screen and (max-width: 959px) {
    .giga {
        font-size: 4.5rem;
    }
}

.mega {
    font-size: 4.5rem;
    margin: 0.75rem 0;
}

@media screen and (max-width: 959px) {
    .mega {
        font-size: 3rem;
    }
}

.kilo {
    font-size: 3rem;
    margin: 1.5rem 0 1rem;
}

@media screen and (max-width: 959px) {
    .kilo {
        font-size: 2.5rem;
    }
}

h1,
.h1,
.alpha {
    font-size: 2.5rem;
    line-height: 1.3;
    margin: 0.75rem 0 0;
}

@media screen and (max-width: 959px) {
    h1,
    .h1,
    .alpha {
        font-size: 2.25rem;
    }
}

h2,
.h2,
.beta {
    font-size: 2.25rem;
    line-height: 1.3;
    margin: 1rem 0 0.75rem;
}

@media screen and (max-width: 959px) {
    h2,
    .h2,
    .beta {
        font-size: 2rem;
    }
}

h3,
.form__heading,
.h3,
.gamma {
    font-size: 2rem;
    line-height: 1.3;
    margin: 1.5rem 0 0;
}

@media screen and (max-width: 959px) {
    h3,
    .form__heading,
    .h3,
    .gamma {
        font-size: 1.75rem;
    }
}

h4,
.h4,
.widget-middle-advert .widget__subheading,
.widget-right-advert .widget__subheading,
.delta,
blockquote p:first-child,
blockquote .blockquote__text,
.blockquote p:first-child,
.blockquote .blockquote__text {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 1.125rem 0 0;
}

@media screen and (max-width: 959px) {
    h4,
    .h4,
    .widget-middle-advert .widget__subheading,
    .widget-right-advert .widget__subheading,
    .delta,
    blockquote p:first-child,
    blockquote .blockquote__text,
    .blockquote p:first-child,
    .blockquote .blockquote__text {
        font-size: 1.5rem;
    }
}

h5,
.h5,
h6,
.h6,
.button--large,
.button--large:visited,
.nav--pages-in .nav__heading,
.alert__heading,
.calendar__heading,
.widget-feeds .listing .listing__heading,
.widget-latest-news .listing .listing__heading,
.listing--compact .listing__heading,
.epsilon {
    font-size: 1.5rem;
    margin: 0.5rem 0 0;
}

@media screen and (max-width: 959px) {
    h5,
    .h5,
    h6,
    .h6,
    .button--large,
    .button--large:visited,
    .nav--pages-in .nav__heading,
    .alert__heading,
    .calendar__heading,
    .widget-feeds .listing .listing__heading,
    .widget-latest-news .listing .listing__heading,
    .listing--compact .listing__heading,
    .epsilon {
        font-size: 1rem;
    }
}

.data-table td,
.page-content table:not([class]) td,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table td,
.zeta {
    font-size: 1rem;
    margin: 0.5rem 0 0;
}

@media screen and (max-width: 959px) {
    .data-table td,
    .page-content table:not([class]) td,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table td,
    .zeta {
        font-size: 1rem;
    }
}

.form__field,
.form__component--esri input[type="text"],
.form__radio,
.google-translate .goog-te-combo,
.form__select,
.form__textarea,
.button,
.button:visited,
.form__label--upload,
.form__label--image-upload,
.form__dropzone .form__dropzone-upload-button,
.widget--myaccount-sign-in a,
.widget--myaccount-api-links a,
.widget--my-account-forms .view-more,
.widget--myaccount-form-submissions .view-more,
.widget--myaccount-organisation-account-links a,
.widget--myaccount-organisation-links a,
.form__label--upload:visited,
.form__label--image-upload:visited,
.widget--myaccount-sign-in a:visited,
.widget--myaccount-api-links a:visited,
.widget--myaccount-organisation-account-links a:visited,
.widget--myaccount-organisation-links a:visited,
.alert__text,
a.alert__link,
.menu-navigation .list__sub-menu .list__link,
.menu-navigation .nav__secondary .list__item,
.menu-navigation .nav__secondary .list__link,
.widget-feeds .listing .listing__summary,
.widget-latest-news .listing .listing__summary,
.listing--compact .listing__summary,
.widget--my-account-forms h4,
.widget--my-account-forms .h4,
.widget--myaccount-form-submissions h4,
.widget--myaccount-form-submissions .h4,
.site-footer__group .list__link,
.site-footer__text,
.help,
.normalis {
    font-size: 1rem;
    margin: 0.75rem 0 0;
}

.style-guide__heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

pre,
.form__help,
.data-table th,
.page-content table:not([class]) th,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table th,
.widget-feeds .listing .listing__meta,
.widget-latest-news .listing .listing__meta,
.widget-feeds .listing .listing__meta p,
.widget-latest-news .listing .listing__meta p,
.listing--compact .listing__meta,
.listing--compact .listing__meta p,
.progress-bar__info,
.milli {
    font-size: 0.9375rem;
    margin: 0.75rem 0 0;
}

.button--small,
.button--small:visited,
.micro {
    font-size: 0.875rem;
    margin: 1rem 0 0;
}



p,
address {
    font-size: 1rem;
}

.summary {
    font-size: 1.5rem;
    margin: 0 0 2rem;
}

.outer-container,
.pagination__list,
.nav--pages-in .nav__heading,
.nav--pages-in .nav__toggle,
.nav--pages-in .nav__list,
.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

    .outer-container::after,
    .pagination__list::after,
    .nav--pages-in .nav__heading::after,
    .nav--pages-in .nav__toggle::after,
    .nav--pages-in .nav__list::after,
    .container::after {
        clear: both;
        content: "";
        display: table;
    }

    .container .container,
    .container--flush {
        padding-left: 0;
        padding-right: 0;
    }

.container--wide {
    max-width: 1600px;
}

.container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modular .outer-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.measure {
    max-width: 50em;
}

.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%;
}

.icon--close {
    background: none;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 1rem;
    text-indent: -9999px;
    top: 1rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
}

    .icon--close:focus {
        -webkit-box-shadow: 0 0 0 3px #4d71b8;
        box-shadow: 0 0 0 3px #4d71b8;
        outline: 0;
    }

        .icon--close:hover::before,
        .icon--close:focus::before,
        .icon--close:active::before {
            height: calc(25px * 1.3);
        }

        .icon--close:hover::after,
        .icon--close:focus::after,
        .icon--close:active::after {
            width: calc(25px * 1.3);
        }

    .icon--close::before {
        background-color: #6f2476;
        border-radius: 3px;
        content: "";
        height: 25px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: height 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
        transition: height 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
        width: 3px;
    }

    .icon--close::after {
        background-color: #6f2476;
        border-radius: 3px;
        content: "";
        height: 3px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: width 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
        transition: width 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
        width: 25px;
    }

a {
    color: #1d70b8;
    font-weight: 700;
    word-break: break-word;
}

    a,
    a:visited {
        text-decoration: underline;
    }

        a:visited {
            color: #4c2c92;
        }

        a:hover {
            color: #003078;
        }

        a:active {
            color: #000;
        }

        a:hover,
        a:focus,
        a:active {
            text-decoration: underline;
            text-decoration-thickness: 2px !important;
        }

        a:focus {
            outline: 3px solid #000;
        }

.form__field:focus,
.form__component--esri input:focus[type="text"],
.form__radio:focus,
.google-translate .goog-te-combo:focus,
.form__select:focus,
select:focus,
.form__textarea:focus,
.button:focus,
.form__label--upload:focus,
.form__label--image-upload:focus,
.form__dropzone .form__dropzone-upload-button:focus,
.widget--myaccount-sign-in a:focus,
.widget--myaccount-api-links a:focus,
.widget--my-account-forms .view-more:focus,
.widget--myaccount-form-submissions .view-more:focus,
.widget--myaccount-organisation-account-links a:focus,
.widget--myaccount-organisation-links a:focus,
.menu-navigation .menu-navigation__sub-menu-toggle:focus,
.menu-navigation .list__link:focus {
    outline: 3px solid #000;
}

.site-header a:focus,
.site-header button:focus,
.site-header .button:focus,
.site-header__links:focus,
.site-footer__social .list--social-links .list__link:focus,
.site-footer__logo .identity__link:focus,
.site-footer__group .list__link:focus,
.site-footer__link:focus,
.site-footer__text:focus,
.site-footer__links:focus {
    outline: 3px solid #fff;
}


.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%;
    }
}

@media screen and (max-width: 499px) {
    .page-content > .image--feature:first-child,
    .page-content > .image--caption:first-child,
    .editor .page-content > .imageCaption:first-child {
        float: none;
        max-width: 100%;
        width: auto;
    }
}

.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 {
    clear: both;
    font-size: 0.9375rem;
    margin: 0;
    padding: 0.375rem 0;
    text-align: left;
}

.image--thumbnail {
    height: auto;
    max-width: 9.375rem;
    width: 20%;
}

.image-link {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #87898c;
}

::-moz-placeholder {
    opacity: 1;
    color: #87898c;
}

::-moz-placeholder {
    opacity: 1;
    color: #87898c;
}

:-ms-input-placeholder {
    color: #87898c;
}

blockquote,
.blockquote {
    background-color: #f0e8d4;
    line-height: 36px;
    padding: 1.5rem;
}

@media screen and (min-width: 600px) {
    blockquote,
    .blockquote {
        padding: 3rem;
    }
}

blockquote p:first-child,
blockquote .blockquote__text,
.blockquote p:first-child,
.blockquote .blockquote__text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 2.25rem;
    position: relative;
}

    blockquote p:first-child::before,
    blockquote .blockquote__text::before,
    .blockquote p:first-child::before,
    .blockquote .blockquote__text::before {
        background-color: #6f2476;
        content: "";
        height: 0.25rem;
        position: absolute;
        top: 0;
        width: 3rem;
    }

blockquote cite,
.blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.75rem;
}

blockquote > *:last-child,
.blockquote > *:last-child {
    margin-bottom: 0;
}

.editor blockquote a:not(.button):hover,
.editor blockquote a:not(.button):focus,
.editor blockquote a:not(.button):active,
blockquote a:not(.button):hover,
blockquote a:not(.button):focus,
blockquote a:not(.button):active,
.editor .blockquote a:not(.button):hover,
.editor .blockquote a:not(.button):focus,
.editor .blockquote a:not(.button):active,
.blockquote a:not(.button):hover,
.blockquote a:not(.button):focus,
.blockquote a:not(.button):active {
    text-decoration-thickness: 3px;
}

.map {
    background: #e4e9f4 url(images/preloader.svg) no-repeat center;
    margin-bottom: 1.5rem;
    min-height: 300px;
}

.gm-style button {
    outline: none;
}

    .gm-style button:focus,
    .gm-style button:active {
        -webkit-box-shadow: 0 0 0 2px #000;
        box-shadow: 0 0 0 2px #000;
        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 #000;
        box-shadow: inset 0 0 0 2px #000;
    }

.gm-style a,
.gm-style *[role="button"] {
    display: block;
    margin: -2px 0;
    padding: 2px;
}

    .gm-style a:focus,
    .gm-style *[role="button"]:focus {
        -webkit-box-shadow: 0 0 0 2px #000 !important;
        box-shadow: 0 0 0 2px #000 !important;
        outline: none;
        text-decoration: underline;
    }

    .gm-style a[href^="https://maps.google.com/maps"] {
        margin: 0;
        padding: 0;
    }

        .gm-style a[href^="https://maps.google.com/maps"] img {
            top: -2px !important;
        }

        .gm-style a[href^="https://maps.google.com/maps"]:focus {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

            .gm-style a[href^="https://maps.google.com/maps"]:focus img {
                -webkit-box-shadow: 0 0 0 2px #000 !important;
                box-shadow: 0 0 0 2px #000 !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;
        }

.js-map-skip-forwards.button,
.js-map-skip-backwards.button {
    margin-top: 0;
}

.js-map-skip-forwards:not(.visually-hidden) {
    margin-bottom: 1.5rem;
}

.form__field,
.form__component--esri input[type="text"],
.form__radio,
.google-translate .goog-te-combo,
.form__select,

.form__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    border: 1px solid #6f2476;
    border-radius: 0;
    -webkit-box-shadow: inset 0 2px 5px -1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 5px -1px rgba(0, 0, 0, 0.25);
    color: #333;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0.25rem 0 0;
    max-width: 100%;
    padding: 0.625rem;
    -webkit-transition: 0.2s border ease;
    transition: 0.2s border ease;
    vertical-align: baseline;
    width: 100%;
}

    .form__field:focus,
    .form__component--esri input:focus[type="text"],
    .form__radio:focus,
    .google-translate .goog-te-combo:focus,
    .form__select:focus,
    select:focus,
    .form__textarea:focus {
        background-color: #f9f5ed;
    }

.form__field {
    min-height: 2.5rem;
}

.is-safari .form__field[type="date"] {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}

.form__component--esri input[type="text"] {
    background-color: #fff;
    border: 1px solid #2d3547;
}

.form__field--disabled {
    color: #616365;
}

    .form__field--disabled:hover {
        cursor: not-allowed;
    }

@media screen and (min-width: 769px) {
    .form__component--esri {
        -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;
    }

        .form__component--esri .map,
        .form__component--esri .form__help {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        }
}

@media screen and (min-width: 769px) {
    .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: 769px) {
    .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: 768px) {
    .form__component--esri input[type="text"] + label {
        margin-top: 0.75rem;
    }
}

@media screen and (min-width: 769px) {
    .form__component--esri input[type="text"] + label {
        margin-left: 1.5rem;
    }
}

.form__component--esri .form__help {
    display: inline-block;
    margin-top: 1.5rem;
}

.form__field--upload,
.form__field--image-upload {
    line-height: 1;
    min-height: auto;
}

    .form__field--upload:focus ~ .form__label--upload,
    .form__field--upload.has-focus ~ .form__label--upload,
    .form__field--image-upload:focus ~ .form__label--upload,
    .has-focus.form__field--image-upload ~ .form__label--upload {
        outline: 3px solid #000;
    }

.form__label--upload,
.form__label--image-upload {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .form__label--upload::after,
    .form__label--image-upload::after {
        display: block;
    }

.form__component--file .form__label--upload,
.form__component--file .form__label--image-upload {
    margin: 0.75rem 0;
}

@media screen and (min-width: 600px) {
    .form__component--file .form__label--upload,
    .form__component--file .form__label--image-upload {
        width: auto;
    }
}

.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;
}

.form__help {
    color: #616365;
    display: block;
    margin: 0;
}

.form__label,
.form__legend {
    color: #333;
    cursor: text;
    display: block;
    float: none;
    font-size: 1rem;
    font-weight: 700;
    margin: 0.75rem 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form__label--radio::before,
.form__label--radio::after {
    border-radius: 50%;
}

.form__label--radio.form__label::after {
    height: 0.75rem;
    left: 0.1875rem;
    top: 0.375rem;
    width: 0.75rem;
}

.form__control--error .form__label--radio::before {
    background-color: #d07488;
}

.form__radio {
    background-color: #fff;
    border: 1px solid #6f2476;
    border-radius: 50%;
    clear: both;
    float: left;
    height: 1.125rem;
    margin: 0.1875rem 1rem 0 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 1.125rem;
}

    .form__radio:checked {
        background-color: #6f2476;
    }

    .form__radio:hover {
        cursor: pointer;
    }

    .form__radio:focus {
        border-width: 0;
        -webkit-box-shadow: 0 0 0 2px #fdcc00;
        box-shadow: 0 0 0 2px #fdcc00;
    }

.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: 2px solid #616365;
        content: "";
        display: block;
        height: 1.5rem;
        left: -0.1875rem;
        position: absolute;
        top: 0;
        -webkit-transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
        transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
        transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
        transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
        width: 1.5rem;
    }

    .form__label--radio::after,
    .form__label--checkbox::after {
        background-color: #6f2476;
        background-position: center;
        background-size: 75%;
        border: 2px solid #2d3547;
        content: "";
        display: block;
        height: 1.5rem;
        left: -0.1875rem;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
        transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
        width: 1.5rem;
    }

    .form__label--radio:hover,
    .form__label--checkbox:hover {
        color: #003078;
        cursor: pointer;
        text-decoration: underline;
    }

        .form__label--radio:hover::before,
        .form__label--checkbox:hover::before {
            border-color: #6f2476;
        }

        .form__label--radio:hover::after,
        .form__label--checkbox:hover::after {
            background-color: #6f2476;
            border-color: #6f2476;
        }

.form__control--error .form__label--radio::before,
.form__control--error .form__label--checkbox::before {
    background-color: #d07488;
}

.form__component--checkboxes .form__label--radio::after,
.form__component--checkboxes .form__label--checkbox::after {
    background-color: #6f2476;
}

.form__label--radio .form__label,
.form__label--checkbox .form__label {
    color: #616365;
}

.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 {
        -webkit-box-shadow: 0 0 0 2px #000;
        box-shadow: 0 0 0 2px #000;
    }

    .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: #000;
    }

    .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: #616365;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    margin-left: 0.25rem;
}

.google-translate .goog-te-combo,
.form__select,
select {
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}

.boxed .google-translate .goog-te-combo:focus,
.google-translate .boxed .goog-te-combo:focus,
.aside__section .google-translate .goog-te-combo:focus,
.google-translate .aside__section .goog-te-combo:focus,
.boxed .form__select:focus,
.aside__section .form__select:focus,
.boxed select:focus,
.aside__section select:focus {
    background-color: #e4e9f4;
}

.google-translate .goog-te-combo::-ms-expand,
.form__select::-ms-expand,
select::-ms-expand {
    display: none;
}

.google-translate .goog-te-combo:-moz-focusring,
.form__select:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333;
}

.google-translate .goog-te-combo:hover,
.form__select:hover,
select:hover {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.form__textarea {
    min-height: 5.25rem;
    resize: vertical;
}

.form__error-message {
    color: #ab0000;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

    .form__error-message.postcode-error {
        width: 100%;
    }

.form__error-indicator {
    display: none;
}

.form__control--error {
    border-left: 3px solid #ab0000;
    padding: 0 0 0.5rem 1.75rem;
}

    .form__control--error .form__label--checkbox,
    .form__control--error .form__label--radio {
        color: inherit;
    }

    .form__control--error .form__field,
    .form__control--error .form__textarea,
    .form__control--error .form__select {
        border: 3px solid #ab0000;
    }

.payment-process-form .form__control--error .form__help {
    color: #ab0000;
    font-size: inherit;
    font-weight: 700;
}

.payment-process-form .form__control--error .form__help {
    color: #ab0000;
    font-size: inherit;
    font-weight: 700;
}

.form__component--image-upload .form__label--image-upload {
    margin: 0.75rem 0;
}

@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 {
    margin-bottom: 1.5rem;
}

.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,
.form__actions
.calendar--event-booking
.calendar__dates
.form__radio:checked + .button,
.calendar--event-booking
.calendar__dates
.form__actions
.form__radio:checked + .button {
    float: right;
}

.form__action {
    display: block;
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 400px) {
    .form__action {
        display: inline-block;
        margin-bottom: 0;
        width: 50%;
    }
}

@media screen and (max-width: 399px) {
    .form__action .button {
        margin-left: 0;
        width: 100%;
    }
}

.aside__section .form__action {
    width: 100%;
}

@media screen and (min-width: 400px) {
    .form__action--primary {
        float: right;
    }
}

@media screen and (min-width: 400px) {
    .form__action--primary .button {
        float: right;
    }
}

@media screen and (min-width: 400px) {
    .form__action--secondary {
        float: left;
    }
}

.form__action--secondary .button {
    float: right;
}

@media screen and (min-width: 400px) {
    .form__action--secondary .button {
        float: left;
    }
}

.form__footer {
    border-top: 1px solid #4d71b8;
    clear: both;
    margin-top: 2rem;
    padding-top: 0.75rem;
}

.boxed .form__footer,
.aside__section .form__footer {
    border-top: 0;
    padding-top: 0;
}

.form__footer .button--secondary {
    background-color: transparent;
}

    .form__footer .button--secondary:hover,
    .form__footer .button--secondary:focus,
    .form__footer .button--secondary:active {
        background-color: transparent;
    }

.form__control {
    margin: 1.5rem 0;
    position: relative;
    width: 100%;
}

    .form__control:first-of-type {
        margin-top: 0;
    }

        .form__control:first-of-type .form__label {
            margin-top: 0;
        }

.boxed .form__control,
.aside__section .form__control {
    margin-top: 0;
}

.form__component {
    width: 100%;
}

    .form__component.form__component--google_map,
    .form__component.form__component--esri {
        margin-top: 0.625rem;
    }

.form__fieldset {
    min-width: 0;
}

    .form__fieldset .form__component {
        margin-top: 0.75rem;
    }

    .form__fieldset > .form__label {
        clear: both;
        font-weight: 400;
    }

        .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__fieldset .form__control .form__label {
            font-weight: 400;
            margin-bottom: 0;
        }

.form__control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 2.5rem;
}

.boxed .form__control-group,
.aside__section .form__control-group {
    background-color: #fafaf8;
}

    .boxed .form__control-group:focus,
    .aside__section .form__control-group:focus {
        background-color: #e4e9f4;
    }

.form__control-group .form__checkbox,
.form__control-group .form__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__control-group .form__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.form__textarea {
    min-height: 5.25rem;
    resize: vertical;
}

.form__component--radio .form__control-group,
.form__component--checkbox .form__control-group {
    margin-bottom: 0.375rem;
}

.form__fieldset .form__component--checkboxes,
.form__fieldset .form__component--file-upload,
.form__fieldset .form__component--radio-buttons {
    margin-top: 0;
}

.form__component--checkboxes .dz-remove,
.form__component--file-upload .dz-remove,
.form__component--radio-buttons .dz-remove {
    text-decoration: underline;
}

.form__control--error .form__label {
    padding-left: 2.25rem;
}

.form__control--error strong.form__label {
    padding-left: 0;
}

.form__control--error .form__component--integrated .form__label {
    padding-left: 0;
}

.form__control--error .form__component--integrated .error-icon {
    display: none;
}

.error-icon {
    position: relative;
}

    .error-icon::before {
        background-size: contain;
        content: "";
        display: block;
        float: none;
        height: 1.5rem;
        left: -2.25rem;
        margin: 0;
        position: absolute;
        top: -1px;
        width: 1.5rem;
    }

.form__level .error-icon::before {
    left: 0;
}

.form--block .form__label--confirmation {
    float: none;
    padding-right: 0;
    width: 100%;
}

.form--block .form__field--confirmation {
    margin-top: 0.75rem;
}

.form__control--animate {
    margin: 0.5rem 0;
    padding-top: 0.375rem;
    position: relative;
}

    .form__control--animate .form__label {
        left: 0;
        margin-top: 0;
        position: absolute;
        top: 2.25rem;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
        transition: color 0.2s ease, -webkit-transform 0.2s ease;
        transition: color 0.2s ease, transform 0.2s ease;
        transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
        z-index: 1;
    }

    .form__control--animate .form__field,
    .form__control--animate .form__textarea {
        padding-left: 0;
        padding-top: 1.875rem;
        -webkit-transition: padding 0.2s ease-out, border 0.2s ease-out, background 0.2s ease-out;
        transition: padding 0.2s ease-out, border 0.2s ease-out, background 0.2s ease-out;
    }

    .form__control--animate .form__textarea {
        min-height: 7.125rem;
    }

    .form__control--animate .form__append-group {
        position: static;
    }

        .form__control--animate .form__append-group .form__label {
            width: auto;
        }

    .form__control--animate .form__field:focus,
    .form__control--animate .form__textarea:focus,
    .form__control--animate .form__field--not-empty {
        padding-left: 0.625rem;
    }

        .form__control--animate .form__field:focus ~ .form__label,
        .form__control--animate .form__textarea:focus ~ .form__label,
        .form__control--animate .form__field--not-empty ~ .form__label {
            font-size: 0.875rem;
            left: 0.625rem;
            top: 2.75rem;
        }

    .form__control--animate .form__field:focus,
    .form__control--animate .form__field[placeholder],
    .form__control--animate .form__field--not-empty,
    .form__control--animate .form__textarea:focus,
    .form__control--animate .form__textarea[placeholder] {
        outline-offset: 0;
    }

        .form__control--animate .form__field:focus ~ .form__label,
        .form__control--animate .form__field[placeholder] ~ .form__label,
        .form__control--animate .form__field--not-empty ~ .form__label,
        .form__control--animate .form__textarea:focus ~ .form__label,
        .form__control--animate .form__textarea[placeholder] ~ .form__label {
            color: #616365;
            -webkit-transform: scale(0.9) translateY(-2rem);
            -ms-transform: scale(0.9) translateY(-2rem);
            transform: scale(0.9) translateY(-2rem);
        }

        .form__control--animate .form__field[placeholder] ~ .form__label,
        .form__control--animate .form__textarea[placeholder] ~ .form__label {
            color: #333;
        }

.no-js .form__control--animate .form__label {
    -webkit-transform: scale(0.9) translateY(-2rem);
    -ms-transform: scale(0.9) translateY(-2rem);
    transform: scale(0.9) translateY(-2rem);
}

.no-js .form__control--animate .form__append-group .form__label {
    top: 0.75rem;
}

.no-js
.form__control--animate
.form__append-group
.form__field:focus ~ .form__label,
.no-js
.form__control--animate
.form__append-group
.form__field[placeholder] ~ .form__label,
.no-js
.form__control--animate
.form__append-group
.form__field--not-empty ~ .form__label,
.no-js
.form__control--animate
.form__append-group
.form__textarea:focus ~ .form__label,
.no-js
.form__control--animate
.form__append-group
.form__textarea[placeholder] ~ .form__label {
    -webkit-transform: scale(0.9) translateY(-2rem);
    -ms-transform: scale(0.9) translateY(-2rem);
    transform: scale(0.9) translateY(-2rem);
}

.form__component--location .js-map-skip-forwards,
.form__component--location .js-map-skip-backwards {
    margin-top: 1.5rem;
}

.form__component--location .button-wrapper .add-pin-btn {
    margin-right: 1rem;
}

.form__component--location .form__append-group {
    margin-top: 0.75rem;
}

.form__component--google-map .js-map-skip-forwards {
    margin-top: 0.75rem;
}

.form__component--google-map .js-map-skip-backwards {
    margin-bottom: 1.5rem;
}

.form--search .form__append-group {
    -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: #6ee0ce;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
}

    .form__append-group .form__label,
    .integrated-component .form__label {
        margin: 0;
    }

    .form__append-group > .form__field,
    .form__append-group > .form__select,
    .form__append-group .form__component,
    .integrated-component > .form__field,
    .integrated-component > .form__select,
    .integrated-component .form__component {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 0 0.75rem;
        width: auto;
    }

    .form__append-group .button,
    .integrated-component .button {
        height: 3.125rem;
        margin: 0 0 0 0.75rem;
    }

@media screen and (max-width: 599px) {
    .form__append-group .button,
    .integrated-component .button {
        margin-top: 0.75rem;
    }
}

.form__append-group .button::before,
.integrated-component .button::before {
    z-index: 1;
}

.form__append-group .form__field,
.form__append-group .form__select,
.integrated-component .form__field,
.integrated-component .form__select {
    margin: 0;
}

.data-table,
.page-content table:not([class]),
.widget--myaccount-cxm-cases-verbose-table .my-cases__table {
    width: 100%;
}

    .data-table tbody tr:first-child td,
    .page-content table:not([class]) 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 th,
    .page-content table:not([class]) th,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table th {
        background-color: #f9f5ed;
        font-size: 1rem;
        font-weight: 700;
        padding: 0.625rem 1.5rem;
        text-align: left;
    }

        .data-table th a:focus,
        .page-content table:not([class]) 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:not([class]) td,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table td {
        background-color: #f9f5ed;
        padding: 0.625rem 1.5rem;
    }

@media screen and (max-width: 599px) {
    .data-table td,
    .page-content table:not([class]) td,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table td {
        font-size: 0.875rem;
    }
}

.data-table td p,
.page-content table:not([class]) td p,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table td p {
    margin-bottom: 0;
}

@media screen and (max-width: 599px) {
    .data-table td p,
    .page-content table:not([class]) td p,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table td p {
        font-size: 0.875rem;
    }
}

.data-table .button,
.editor .data-table .button,
.page-content table:not([class]) .button,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
.editor .page-content table:not([class]) .button,
.page-content .editor table:not([class]) .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;
    word-break: normal;
}

@media screen and (max-width: 399px) {
    .data-table .button,
    .editor .data-table .button,
    .page-content table:not([class]) .button,
    .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
    .editor .page-content table:not([class]) .button,
    .page-content .editor table:not([class]) .button,
    .editor .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
    .widget--myaccount-cxm-cases-verbose-table .editor .my-cases__table .button {
        margin-top: 0.75rem;
    }
}

.data-table caption,
.page-content table:not([class]) 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 ::-webkit-scrollbar,
    .table-wrapper ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .table-wrapper-matrix ::-webkit-scrollbar:vertical,
        .table-wrapper ::-webkit-scrollbar:vertical {
            width: 11px;
        }

        .table-wrapper-matrix ::-webkit-scrollbar:horizontal,
        .table-wrapper ::-webkit-scrollbar:horizontal {
            height: 11px;
        }

    .table-wrapper-matrix ::-webkit-scrollbar-thumb,
    .table-wrapper ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.7);
        border: 2px solid #fff;
        border-radius: 8px;
    }

    .table-wrapper-matrix:focus,
    .table-wrapper:focus {
        outline: 3px solid #000;
    }

.data-table--bordered {
    border: 1px solid #616365;
    margin-bottom: 1.5rem;
}

    .data-table--bordered caption {
        margin-bottom: 0.75rem;
    }

    .data-table--bordered thead {
        background-color: #e4e9f4;
    }

    .data-table--bordered tbody tr:first-child td {
        padding-top: 0.75rem;
    }

    .data-table--bordered th + th {
        border-left: 1px solid #616365;
    }

    .data-table--bordered td {
        border: 1px solid #616365;
        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 #616365;
        padding-bottom: 0.3rem;
    }

    .data-table--compact td {
        padding-bottom: 0.375rem;
    }

.data-table--striped tbody tr:nth-child(odd) {
    background: #fff;
}

.button,
.button:visited,
.form__label--upload,
.form__label--image-upload,
.form__dropzone .form__dropzone-upload-button,
.widget--myaccount-sign-in a,
.widget--myaccount-api-links a,
.widget--my-account-forms .view-more,
.widget--myaccount-form-submissions .view-more,
.widget--myaccount-organisation-account-links a,
.widget--myaccount-organisation-links a,
.form__label--upload:visited,
.form__label--image-upload:visited,
.form__dropzone .form__dropzone-upload-button:visited,
.widget--myaccount-sign-in a:visited,
.widget--myaccount-api-links a:visited,
.widget--my-account-forms .view-more:visited,
.widget--myaccount-form-submissions .view-more:visited,
.widget--myaccount-organisation-account-links a:visited,
.widget--myaccount-organisation-links a:visited {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #6f2476;
    border-radius: 60px;
    color: #6f2476;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 1.5rem 4px 4px;
    padding: 0.75rem 2.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: normal;
}

    .button::before,
    .button:visited::before,
    .form__label--upload::before,
    .form__label--image-upload::before,
    .form__dropzone .form__dropzone-upload-button::before,
    .widget--myaccount-sign-in a::before,
    .widget--myaccount-api-links a::before,
    .widget--my-account-forms .view-more::before,
    .widget--myaccount-form-submissions .view-more::before,
    .widget--myaccount-organisation-account-links a::before,
    .widget--myaccount-organisation-links a::before,
    .form__label--upload:visited::before,
    .form__label--image-upload:visited::before,
    .form__dropzone .form__dropzone-upload-button:visited::before,
    .widget--myaccount-sign-in a:visited::before,
    .widget--myaccount-api-links a:visited::before,
    .widget--my-account-forms .view-more:visited::before,
    .widget--myaccount-form-submissions .view-more:visited::before,
    .widget--myaccount-organisation-account-links a:visited::before,
    .widget--myaccount-organisation-links a:visited::before {
        border: 6px solid rgba(111, 36, 118, 0.15);
        border-radius: 60px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        content: "";
        height: 100%;
        left: -6px;
        position: absolute;
        top: -6px;
        -webkit-transition: all 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
        transition: all 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
        width: 100%;
        z-index: 0;
    }

    .button:hover,
    .button:focus,
    .button:active,
    .form__label--upload:hover,
    .form__label--image-upload:hover,
    .form__dropzone .form__dropzone-upload-button:hover,
    .widget--myaccount-sign-in a:hover,
    .widget--myaccount-api-links a:hover,
    .widget--my-account-forms .view-more:hover,
    .widget--myaccount-form-submissions .view-more:hover,
    .widget--myaccount-organisation-account-links a:hover,
    .widget--myaccount-organisation-links a:hover,
    .form__label--upload:focus,
    .form__label--image-upload:focus,
    .form__dropzone .form__dropzone-upload-button:focus,
    .widget--myaccount-sign-in a:focus,
    .widget--myaccount-api-links a:focus,
    .widget--my-account-forms .view-more:focus,
    .widget--myaccount-form-submissions .view-more:focus,
    .widget--myaccount-organisation-account-links a:focus,
    .widget--myaccount-organisation-links a:focus,
    .form__label--upload:active,
    .form__label--image-upload:active,
    .form__dropzone .form__dropzone-upload-button:active,
    .widget--myaccount-sign-in a:active,
    .widget--myaccount-api-links a:active,
    .widget--my-account-forms .view-more:active,
    .widget--myaccount-form-submissions .view-more:active,
    .widget--myaccount-organisation-account-links a:active,
    .widget--myaccount-organisation-links a:active {
        color: #6f2476;
        text-decoration: none;
    }

        .button:hover::before,
        .button:focus::before,
        .button:active::before,
        .form__label--upload:hover::before,
        .form__label--image-upload:hover::before,
        .form__dropzone .form__dropzone-upload-button:hover::before,
        .widget--myaccount-sign-in a:hover::before,
        .widget--myaccount-api-links a:hover::before,
        .widget--my-account-forms .view-more:hover::before,
        .widget--myaccount-form-submissions .view-more:hover::before,
        .widget--myaccount-organisation-account-links a:hover::before,
        .widget--myaccount-organisation-links a:hover::before,
        .form__label--upload:focus::before,
        .form__label--image-upload:focus::before,
        .form__dropzone .form__dropzone-upload-button:focus::before,
        .widget--myaccount-sign-in a:focus::before,
        .widget--myaccount-api-links a:focus::before,
        .widget--my-account-forms .view-more:focus::before,
        .widget--myaccount-form-submissions .view-more:focus::before,
        .widget--myaccount-organisation-account-links a:focus::before,
        .widget--myaccount-organisation-links a:focus::before,
        .form__label--upload:active::before,
        .form__label--image-upload:active::before,
        .form__dropzone .form__dropzone-upload-button:active::before,
        .widget--myaccount-sign-in a:active::before,
        .widget--myaccount-api-links a:active::before,
        .widget--my-account-forms .view-more:active::before,
        .widget--myaccount-form-submissions .view-more:active::before,
        .widget--myaccount-organisation-account-links a:active::before,
        .widget--myaccount-organisation-links a:active::before {
            border-color: #6f2476;
        }

    .button:focus,
    .form__label--upload:focus,
    .form__label--image-upload:focus,
    .form__dropzone .form__dropzone-upload-button:focus,
    .widget--myaccount-sign-in a:focus,
    .widget--myaccount-api-links a:focus,
    .widget--my-account-forms .view-more:focus,
    .widget--myaccount-form-submissions .view-more:focus,
    .widget--myaccount-organisation-account-links a:focus,
    .widget--myaccount-organisation-links a:focus {
        background-color: rgba(255, 255, 255, 0.99);
        outline-offset: 1px;
    }

        .button:focus::before,
        .form__label--upload:focus::before,
        .form__label--image-upload:focus::before,
        .form__dropzone .form__dropzone-upload-button:focus::before,
        .widget--myaccount-sign-in a:focus::before,
        .widget--myaccount-api-links a:focus::before,
        .widget--my-account-forms .view-more:focus::before,
        .widget--myaccount-form-submissions .view-more:focus::before,
        .widget--myaccount-organisation-account-links a:focus::before,
        .widget--myaccount-organisation-links a:focus::before {
            content: none;
        }

    .button[disabled],
    .form__label--upload[disabled],
    .form__label--image-upload[disabled],
    .form__dropzone .form__dropzone-upload-button[disabled],
    .widget--myaccount-sign-in a[disabled],
    .widget--myaccount-api-links a[disabled],
    .widget--my-account-forms .view-more[disabled],
    .widget--myaccount-form-submissions .view-more[disabled],
    .widget--myaccount-organisation-account-links a[disabled],
    .widget--myaccount-organisation-links a[disabled] {
        border-color: #f5f5f7;
        color: #333;
        cursor: not-allowed;
    }

        .button[disabled]::before,
        .form__label--upload[disabled]::before,
        .form__label--image-upload[disabled]::before,
        .form__dropzone .form__dropzone-upload-button[disabled]::before,
        .widget--myaccount-sign-in a[disabled]::before,
        .widget--myaccount-api-links a[disabled]::before,
        .widget--my-account-forms .view-more[disabled]::before,
        .widget--myaccount-form-submissions .view-more[disabled]::before,
        .widget--myaccount-organisation-account-links a[disabled]::before,
        .widget--myaccount-organisation-links a[disabled]::before {
            border-color: #333;
        }

.button--block,
.button--block:visited {
    display: block;
    width: 100%;
}

.button--large,
.button--large:visited {
    padding: 1.5rem 3rem;
}

.button--small,
.button--small:visited {
    padding: 0.75rem;
}

.button--danger,
.button--danger:visited {
    border-color: #b93f59;
    color: #6f2476;
}

    .button--danger:hover,
    .button--danger:focus,
    .button--danger:active {
        color: #6f2476;
    }

        .button--danger:hover::before,
        .button--danger:focus::before,
        .button--danger:active::before {
            border-color: #b93f59;
        }

.button--disabled,
.calendar--event-booking .calendar__dates .form__radio:disabled + .button,
.button--disabled:visited,
.calendar--event-booking
.calendar__dates
.form__radio:disabled + .button:visited,
.button[disabled],
.button[disabled]:visited {
    border-color: #f5f5f7;
    color: #333;
    cursor: not-allowed;
}

    .button--disabled::before,
    .calendar--event-booking
    .calendar__dates
    .form__radio:disabled + .button::before,
    .button--disabled:visited::before,
    .calendar--event-booking
    .calendar__dates
    .form__radio:disabled + .button:visited::before,
    .button[disabled]::before,
    .button[disabled]:visited::before {
        border-color: #f5f5f7;
    }

    .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,
    .button[disabled]:hover,
    .button[disabled]:focus,
    .button[disabled]:active {
        border-color: #f5f5f7;
        color: #333;
    }

        .button--disabled:hover::before,
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button:hover::before,
        .button--disabled:focus::before,
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button:focus::before,
        .button--disabled:active::before,
        .calendar--event-booking
        .calendar__dates
        .form__radio:disabled + .button:active::before,
        .button[disabled]:hover::before,
        .button[disabled]:focus::before,
        .button[disabled]:active::before {
            border-color: #f5f5f7;
        }

.button--reset,
.button--reset:visited,
.button--reset:hover,
.button--reset:focus,
.button--reset:active,
.list--with-button .button,
.list--with-button .button:visited,
.list--with-button .button:hover,
.list--with-button .button:focus,
.list--with-button .button:active {
    background-color: transparent;
    border: 0;
    color: #1d70b8;
    margin: 0;
    padding: 0;
    text-transform: initial;
}

    .button--reset::before,
    .button--reset:visited::before,
    .button--reset:hover::before,
    .button--reset:focus::before,
    .button--reset:active::before,
    .list--with-button .button::before,
    .list--with-button .button:visited::before,
    .list--with-button .button:hover::before,
    .list--with-button .button:focus::before,
    .list--with-button .button:active::before {
        content: none;
    }

    .button--reset:visited,
    .list--with-button .button:visited {
        color: #4c2c92;
    }

    .button--reset:hover,
    .list--with-button .button:hover {
        color: #003078;
    }

    .button--reset:focus,
    .list--with-button .button:focus {
        color: #000;
    }

.button--standout,
.button--standout:visited {
    border-color: #44d7c0;
    color: #6f2476;
}

    .button--standout:hover,
    .button--standout:focus,
    .button--standout:active {
        color: #6f2476;
    }

        .button--standout:hover::before,
        .button--standout:focus::before,
        .button--standout:active::before {
            border-color: #44d7c0;
        }

.button--success,
.button--success:visited {
    border-color: #42804f;
    color: #6f2476;
}

    .button--success:hover,
    .button--success:focus,
    .button--success:active {
        color: #6f2476;
    }

        .button--success:hover::before,
        .button--success:focus::before,
        .button--success:active::before {
            border-color: #42804f;
        }

.button--warning,
.button--warning:visited {
    border-color: #e0a959;
    color: #6f2476;
}

    .button--warning:hover,
    .button--warning:focus,
    .button--warning:active {
        color: #6f2476;
    }

        .button--warning:hover::before,
        .button--warning:focus::before,
        .button--warning:active::before {
            border-color: #e0a959;
        }

.button--rounded {
    border-radius: 1.875rem;
    padding: 0.625rem 1.5rem;
}

    .button--rounded:focus,
    .button--rounded:active {
        border: 2px solid #000;
        outline: none;
    }

.button--icon .icon {
    display: inline-block;
    height: 1.3rem;
    margin-right: 0.75rem;
    vertical-align: middle;
    width: 1.3rem;
}

.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 #003078;
    overflow: auto;
    padding: 3px 1rem 0;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

@media screen and (min-width: 769px) {
    .tab-list {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media screen and (max-width: 768px) {
    .two-column .container .tab-list {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.tabs::before {
    background: #003078;
    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: 768px) {
    .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: #003078;
        color: #fff;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        z-index: 1;
    }

    .button--tab:focus,
    .button--tab:active {
        z-index: 2;
    }

.button--white {
    background-color: transparent;
}

    .button--white,
    .button--white:visited {
        border-color: #fff;
        color: #fff;
    }

        .button--white::before,
        .button--white:visited::before {
            border-color: rgba(255, 255, 255, 0.2);
        }

        .button--white:hover,
        .button--white:focus,
        .button--white:active {
            border-color: #fff;
            color: #fff;
        }

            .button--white:hover::before,
            .button--white:focus::before,
            .button--white:active::before {
                border-color: #fff;
            }

.image-link {
    border-collapse: collapse;
    display: table;
    margin: 1.5rem 0;
    max-width: 100%;
    vertical-align: top;
}

    .image-link .image__caption {
        background: none;
        caption-side: bottom;
        color: #1d70b8;
        display: table-caption;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 0px;
        flex: 0 1 0;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0.625rem 0 0;
        padding: 0;
        text-align: left;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .image-link .image--with-link {
        width: 100%;
    }

    .image-link::before {
        border-top-color: #e4e9f4;
        bottom: 0;
        z-index: 2;
    }

    .image-link:hover::before,
    .image-link:focus::before,
    .image-link:active::before {
        -webkit-transform: scale(1, 1.5) translate(-0.25rem, 4px);
        -ms-transform: scale(1, 1.5) translate(-0.25rem, 4px);
        transform: scale(1, 1.5) translate(-0.25rem, 4px);
    }

    .image-link:hover::after,
    .image-link:focus::after,
    .image-link:active::after {
        bottom: -0.375rem;
        height: calc(100% + 0.75rem);
    }

    .image-link:hover .image__caption,
    .image-link:focus .image__caption,
    .image-link:active .image__caption {
        background-position: bottom left;
        text-decoration: underline;
    }

    .image-link:focus {
        position: relative;
    }

.list,
.download__meta-list,
.pagination__list,
.widget--myaccount-signed-out-content .myaccount-widget .item-list,
.widget--myaccount-sign-in .myaccount-widget .item-list,
.widget--my-account-direct-debits .myaccount-widget .item-list,
.widget--my-account-forms .myaccount-widget .item-list,
.widget--myaccount-api-links .myaccount-widget .item-list,
.widget--myaccount-form-submissions .myaccount-widget .item-list,
.widget--myaccount-my-address .myaccount-widget .item-list,
.widget--myaccount-paybridge-balance-lookup .myaccount-widget .item-list,
.widget--myaccount-payments .myaccount-widget .item-list,
.widget--myaccount-directory-submissions .myaccount-widget .item-list,
.widget--myaccount-cxm-cases-compact .myaccount-widget .item-list,
.widget--myaccount-cxm-cases-verbose-list .myaccount-widget .item-list,
.widget--myaccount-cxm-cases-verbose-table .myaccount-widget .item-list,
.widget--myaccount-northgate-citizen-access .myaccount-widget .item-list,
.widget--myaccount-organisation-account-links .myaccount-widget .item-list,
.widget--myaccount-organisation-links .myaccount-widget .item-list,
.my-cases .myaccount-widget .item-list,
.widget--myaccount-sign-in ul,
.widget--my-account-forms .item-list,
.widget--myaccount-form-submissions .item-list,
.my-cases__list,
.my-cases__metadata,
.grid {
    font-size: 1rem;
    line-height: 1.3;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

    .list time,
    .download__meta-list time,
    .pagination__list time,
    .widget--myaccount-signed-out-content .myaccount-widget .item-list time,
    .widget--myaccount-sign-in .myaccount-widget .item-list time,
    .widget--my-account-direct-debits .myaccount-widget .item-list time,
    .widget--my-account-forms .myaccount-widget .item-list time,
    .widget--myaccount-api-links .myaccount-widget .item-list time,
    .widget--myaccount-form-submissions .myaccount-widget .item-list time,
    .widget--myaccount-my-address .myaccount-widget .item-list time,
    .widget--myaccount-paybridge-balance-lookup .myaccount-widget .item-list time,
    .widget--myaccount-payments .myaccount-widget .item-list time,
    .widget--myaccount-directory-submissions .myaccount-widget .item-list time,
    .widget--myaccount-cxm-cases-compact .myaccount-widget .item-list time,
    .widget--myaccount-cxm-cases-verbose-list .myaccount-widget .item-list time,
    .widget--myaccount-cxm-cases-verbose-table .myaccount-widget .item-list time,
    .widget--myaccount-northgate-citizen-access .myaccount-widget .item-list time,
    .widget--myaccount-organisation-account-links .myaccount-widget .item-list time,
    .widget--myaccount-organisation-links .myaccount-widget .item-list time,
    .my-cases .myaccount-widget .item-list time,
    .widget--myaccount-sign-in ul time,
    .widget--my-account-forms .item-list time,
    .widget--myaccount-form-submissions .item-list time,
    .my-cases__list time,
    .my-cases__metadata time,
    .grid time {
        display: block;
        font-size: 0.9375rem;
        margin: 0.25rem 0 1.5rem;
    }

.list__item,
.my-cases__item {
    display: block;
    margin: 0.625rem 0;
}

.list__link--disabled {
    color: #333;
}

.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 .listing__heading,
.list--with-button .listing__heading,
.list--grouped .listing__heading,
.supplement--contact .list--navigation .listing__heading,
.supplement--navigation .list--navigation .listing__heading,
.list--rich .listing__heading {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.list--listing .list__item,
.list--with-button .list__item,
.list--grouped .list__item,
.supplement--contact .list--navigation .list__item,
.supplement--navigation .list--navigation .list__item,
.list--rich .list__item {
    border-bottom: 1px solid #e4e9f4;
    margin: 0;
    padding: 0.75rem;
}

    .list--listing .list__item:first-child,
    .list--with-button .list__item:first-child,
    .list--grouped .list__item:first-child,
    .supplement--contact .list--navigation .list__item:first-child,
    .supplement--navigation .list--navigation .list__item:first-child,
    .list--rich .list__item:first-child {
        border-top: 1px solid #e4e9f4;
    }

.boxed .list--listing .list__item:first-child,
.boxed .list--with-button .list__item:first-child,
.boxed .list--grouped .list__item:first-child,
.boxed .supplement--contact .list--navigation .list__item:first-child,
.supplement--contact .boxed .list--navigation .list__item:first-child,
.boxed .supplement--navigation .list--navigation .list__item:first-child,
.supplement--navigation .boxed .list--navigation .list__item:first-child,
.boxed .list--rich .list__item:first-child {
    border-top: 1px solid #5f647c;
}

.boxed .list--listing .list__item,
.boxed .list--with-button .list__item,
.boxed .list--grouped .list__item,
.boxed .supplement--contact .list--navigation .list__item,
.supplement--contact .boxed .list--navigation .list__item,
.boxed .supplement--navigation .list--navigation .list__item,
.supplement--navigation .boxed .list--navigation .list__item,
.boxed .list--rich .list__item {
    border-bottom: 1px solid #5f647c;
    padding-left: 0;
    padding-right: 0;
}

.list--listing .list,
.list--with-button .list,
.list--grouped .list,
.supplement--contact .list--navigation .list,
.supplement--navigation .list--navigation .list,
.list--listing .download__meta-list,
.list--with-button .download__meta-list,
.list--grouped .download__meta-list,
.supplement--contact .list--navigation .download__meta-list,
.supplement--navigation .list--navigation .download__meta-list,
.list--rich .list,
.list--rich .download__meta-list {
    margin-top: 1.5rem;
}

    .list--listing .list .list__item:last-child,
    .list--with-button .list .list__item:last-child,
    .list--grouped .list .list__item:last-child,
    .supplement--contact .list--navigation .list .list__item:last-child,
    .supplement--navigation .list--navigation .list .list__item:last-child,
    .list--listing .download__meta-list .list__item:last-child,
    .list--with-button .download__meta-list .list__item:last-child,
    .list--grouped .download__meta-list .list__item:last-child,
    .supplement--contact
    .list--navigation
    .download__meta-list
    .list__item:last-child,
    .supplement--navigation
    .list--navigation
    .download__meta-list
    .list__item:last-child,
    .list--rich .list .list__item:last-child,
    .list--rich .download__meta-list .list__item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.widget--external_feeds .list--listing .list__item,
.widget--latest_news .list--listing .list__item,
.search-list .list--listing .list__item,
.news-list .list--listing .list__item,
.event-list .list--listing .list__item,
.councillor-list .list--listing .list__item {
    padding-left: 0;
    padding-right: 0;
}

.list--with-button {
    border-color: #000;
    margin-top: 1.5rem;
}

    .list--with-button .list__item {
        border-color: #000;
        padding: 0.5rem 0;
    }

        .list--with-button .list__item:first-child {
            border-color: #000;
        }

        .list--with-button .list__item .list__item-text {
            margin-right: 0.25rem;
        }

    .list--with-button .button {
        border-radius: 0;
        color: #333;
        font-size: 1rem;
        text-decoration: underline;
    }

        .list--with-button .button:hover,
        .list--with-button .button:focus,
        .list--with-button .button:active {
            color: #333;
            text-decoration: none;
        }

        .list--with-button .button:focus {
            outline: 3px solid #000;
        }

.list--numbered,
.editor ol:not([class]):not([type]),
.list--ordered,
.editor ul:not([class]):not([type]),
.list--unordered {
    list-style: none;
    margin: 0.75rem 0 1.5rem 3rem;
}

@media screen and (min-width: 600px) {
    .list--numbered,
    .editor ol:not([class]):not([type]),
    .list--ordered,
    .editor ul:not([class]):not([type]),
    .list--unordered {
        margin-left: 4.5rem;
    }
}

.list--numbered li,
.editor ol:not([class]):not([type]) li,
.list--ordered li,
.editor ul:not([class]):not([type]) li,
.list--unordered li {
    margin: 0.5rem 0;
    padding-left: 1.75rem;
    padding-right: 0.5rem;
    position: relative;
}

    .list--numbered li > *:first-child,
    .editor ol:not([class]):not([type]) li > *:first-child,
    .list--ordered 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,
    .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,
    .editor ul:not([class]):not([type]) li::before,
    .list--unordered li::before {
        display: inline-block;
        float: left;
        font-weight: 700;
        text-align: left;
        width: 1.75rem;
    }

.list--numbered + .button,
.editor ol:not([class]):not([type]) + .button,
.list--ordered + .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;
    font-size: 1rem;
    margin: 0.75rem 0 1.5rem 3rem;
}

@media screen and (min-width: 600px) {
    .list--numbered,
    .editor ol:not([class]):not([type]),
    .list--ordered {
        margin: 0.75rem 0 1.5rem 4.5rem;
    }
}

.list--numbered li,
.editor ol:not([class]):not([type]) li,
.list--ordered li {
    counter-increment: list_item_count;
    margin-top: 1rem;
    padding-left: 0;
    position: relative;
}

    .list--numbered li::before,
    .editor ol:not([class]):not([type]) li::before,
    .list--ordered li::before {
        background-color: #fdcc00;
        border-radius: 50%;
        content: counter(list_item_count);
        display: block;
        font-size: 1rem;
        font-weight: 700;
        height: 1.625rem;
        left: -3rem;
        line-height: 1.625rem;
        position: absolute;
        text-align: center;
        width: 1.625rem;
    }

@media screen and (min-width: 600px) {
    .list--numbered li::before,
    .editor ol:not([class]):not([type]) li::before,
    .list--ordered li::before {
        left: -2.4375rem;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .list--numbered li::before,
    .editor ol:not([class]):not([type]) li::before,
    .list--ordered li::before {
        line-height: 1.3;
    }
}

.list--numbered li > ul,
.editor ol:not([class]):not([type]) li > ul,
.list--ordered li > ul {
    counter-reset: list_item_count;
    margin-left: 3rem;
}

    .list--numbered li > ul li,
    .editor ol:not([class]):not([type]) li > ul li,
    .list--ordered li > ul li {
        position: relative;
    }

        .list--numbered li > ul li::before,
        .editor ol:not([class]):not([type]) li > ul li::before,
        .list--ordered li > ul li::before {
            content: "";
        }

.list--numbered li > ol,
.editor ol:not([class]):not([type]) li > ol,
.list--ordered li > ol {
    counter-reset: list_item_count;
    margin-left: 3rem;
}

    .list--numbered li > ol li,
    .editor ol:not([class]):not([type]) li > ol li,
    .list--ordered li > ol li {
        position: relative;
    }

        .list--numbered li > ol li::before,
        .editor ol:not([class]):not([type]) li > ol li::before,
        .list--ordered li > ol li::before {
            background-color: #fdcc00;
            border-radius: 50%;
            content: counter(list_item_count);
            display: block;
            font-size: 1rem;
            font-weight: 700;
            height: 1.625rem;
            left: -3rem;
            line-height: 1.625rem;
            position: absolute;
            text-align: center;
            width: 1.625rem;
        }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .list--numbered li > ol li::before,
    .editor ol:not([class]):not([type]) li > ol li::before,
    .list--ordered li > ol li::before {
        line-height: 1.3;
    }
}

.list--numbered li > ol li > ol > li,
.editor ol:not([class]):not([type]) li > ol li > ol > li,
.list--ordered li > ol li > ol > li {
    counter-reset: list_item_count;
}

    .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;
        }

.editor ul:not([class]):not([type]),
.list--unordered {
    counter-reset: list_item_count;
    font-size: 1rem;
}

    .editor ul:not([class]):not([type]) li,
    .editor ul:not([class]):not([type]) .list__item,
    .list--unordered li,
    .list--unordered .list__item {
        padding-left: 0;
    }

        .editor ul:not([class]):not([type]) li::before,
        .editor ul:not([class]):not([type]) .list__item::before,
        .list--unordered li::before,
        .list--unordered .list__item::before {
            background-color: #4d71b8;
            border-radius: 4px;
            content: "";
            display: block;
            font-weight: 700;
            height: 0.5rem;
            left: -1.75rem;
            position: absolute;
            top: 0.5rem;
            width: 0.5rem;
        }

        .editor ul:not([class]):not([type]) li > ol,
        .editor ul:not([class]):not([type]) li .list--ordered,
        .editor ul:not([class]):not([type]) .list__item > ol,
        .editor ul:not([class]):not([type]) .list__item .list--ordered,
        .list--unordered li > ol,
        .list--unordered li .list--ordered,
        .list--unordered .list__item > ol,
        .list--unordered .list__item .list--ordered {
            counter-reset: list_item_count;
        }

            .editor ul:not([class]):not([type]) li > ol li,
            .editor ul:not([class]):not([type]) li > ol .list__item,
            .editor ul:not([class]):not([type]) li .list--ordered li,
            .editor ul:not([class]):not([type]) li .list--ordered .list__item,
            .editor ul:not([class]):not([type]) .list__item > ol li,
            .editor ul:not([class]):not([type]) .list__item > ol .list__item,
            .editor ul:not([class]):not([type]) .list__item .list--ordered li,
            .editor ul:not([class]):not([type]) .list__item .list--ordered .list__item,
            .list--unordered li > ol li,
            .list--unordered li > ol .list__item,
            .list--unordered li .list--ordered li,
            .list--unordered li .list--ordered .list__item,
            .list--unordered .list__item > ol li,
            .list--unordered .list__item > ol .list__item,
            .list--unordered .list__item .list--ordered li,
            .list--unordered .list__item .list--ordered .list__item {
                position: relative;
            }

                .editor ul:not([class]):not([type]) li > ol li::before,
                .editor ul:not([class]):not([type]) li > ol .list__item::before,
                .editor ul:not([class]):not([type]) li .list--ordered li::before,
                .editor ul:not([class]):not([type]) li .list--ordered .list__item::before,
                .editor ul:not([class]):not([type]) .list__item > ol li::before,
                .editor ul:not([class]):not([type]) .list__item > ol .list__item::before,
                .editor ul:not([class]):not([type]) .list__item .list--ordered li::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-color: #fdcc00;
                    border-radius: 50%;
                    content: counter(list_item_count);
                    display: block;
                    font-size: 1rem;
                    height: 1.625rem;
                    left: -2.4375rem;
                    line-height: 1.625rem;
                    position: absolute;
                    text-align: center;
                    top: 0;
                    width: 1.625rem;
                }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .editor ul:not([class]):not([type]) li > ol li::before,
    .editor ul:not([class]):not([type]) li > ol .list__item::before,
    .editor ul:not([class]):not([type]) li .list--ordered li::before,
    .editor ul:not([class]):not([type]) li .list--ordered .list__item::before,
    .editor ul:not([class]):not([type]) .list__item > ol li::before,
    .editor ul:not([class]):not([type]) .list__item > ol .list__item::before,
    .editor ul:not([class]):not([type]) .list__item .list--ordered li::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 {
        line-height: 1.3;
    }
}

.editor ul:not([class]):not([type]) .list__link,
.list--unordered .list__link {
    display: inline;
}

.editor ul:not([class]):not([type]) ul:not([class]),
.editor ul:not([class]):not([type]) .list--unordered,
.list--unordered ul:not([class]),
.list--unordered .list--unordered {
    counter-reset: list_item_count;
}

    .editor ul:not([class]):not([type]) ul:not([class]) li > ul:not([class]),
    .editor
    ul:not([class]):not([type])
    ul:not([class])
    .list__item > ul:not([class]),
    .editor ul:not([class]):not([type]) .list--unordered li > ul:not([class]),
    .editor
    ul:not([class]):not([type])
    .list--unordered
    .list__item > ul:not([class]),
    .list--unordered ul:not([class]) li > ul:not([class]),
    .list--unordered ul:not([class]) .list__item > ul:not([class]),
    .list--unordered .list--unordered li > ul:not([class]),
    .list--unordered .list--unordered .list__item > ul:not([class]) {
        counter-reset: list_item_count;
    }

        .editor
        ul:not([class]):not([type])
        ul:not([class])
        li > ul:not([class])
        li::before,
        .editor
        ul:not([class]):not([type])
        ul:not([class])
        li > ul:not([class])
        .list__item::before,
        .editor
        ul:not([class]):not([type])
        ul:not([class])
        .list__item > ul:not([class])
        li::before,
        .editor
        ul:not([class]):not([type])
        ul:not([class])
        .list__item > ul:not([class])
        .list__item::before,
        .editor
        ul:not([class]):not([type])
        .list--unordered
        li > ul:not([class])
        li::before,
        .editor
        ul:not([class]):not([type])
        .list--unordered
        li > ul:not([class])
        .list__item::before,
        .editor
        ul:not([class]):not([type])
        .list--unordered
        .list__item > ul:not([class])
        li::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: #4d71b8;
            border-radius: 0.25rem;
            content: "";
            display: block;
            font-weight: 700;
            height: 0.5rem;
            left: 0;
            position: absolute;
            top: 0.75rem;
            width: 0.5rem;
        }

.list--striped > .list__item {
    border: 0;
    padding: 0.75rem;
}

    .list--striped > .list__item:nth-child(odd) {
        background-color: #fafaf8;
    }

.list--striped .list,
.list--striped .download__meta-list {
    margin-top: 0.5rem;
}

.list--az {
    display: block;
    margin-bottom: 1.5rem;
    margin-left: -0.5rem;
    padding-bottom: 1.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: 769px) {
    .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 {
    border-radius: 2.25rem;
    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: 769px) {
    .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::before {
    border-radius: 2.25rem;
}

.definition__heading {
    border-top: 1px solid #e4e9f4;
    clear: left;
    font-weight: bold;
    padding-top: 1rem;
}

@media screen and (min-width: 769px) {
    .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: 769px) {
    .definition__content {
        border-top: 1px solid #e4e9f4;
        float: left;
        padding: 1rem 0.75rem;
        width: 75%;
    }
}

.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;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-decoration: underline;
}

    .definition__content--link:hover,
    .definition__content--link:focus,
    .definition__content--link:active,
    .definition__content--link a:hover,
    .definition__content--link a:focus,
    .definition__content--link a:active,
    .definition__content--email:hover,
    .definition__content--email:focus,
    .definition__content--email:active,
    .definition__content--email a:hover,
    .definition__content--email a:focus,
    .definition__content--email a:active {
        text-decoration-thickness: 2px;
    }

    .definition__content--link:focus,
    .definition__content--link a:focus,
    .definition__content--email:focus,
    .definition__content--email a:focus {
        position: relative;
    }

.definition__content--map,
.directory__image {
    display: block;
    margin: 0.25rem 0 0.3rem;
}

.definition__editor > *:first-child {
    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 #f5f5f7;
    display: block;
}

.download__link {
    display: block;
}

@media screen and (min-width: 600px) {
    .download__link {
        background-image: none !important;
        text-shadow: none !important;
    }

        .download__link .download__heading-inner {
            background-image: linear-gradient( to top, #1d70b8 0, #1d70b8 1px, transparent 1px, transparent 100% );
            background-position: 0 -2px;
            background-repeat: no-repeat;
            background-size: 0 100%;
            color: #1d70b8;
        }

        .download__link:hover .download__heading-inner,
        .download__link:focus .download__heading-inner {
            background-size: 100% 100%;
            text-decoration: none;
            -webkit-transition: background-size 0.2s ease-out;
            transition: background-size 0.2s ease-out;
        }

        .download__link:visited .download__heading-inner {
            color: #4c2c92;
        }
}

@media screen and (max-width: 599px) {
    .download__link:hover,
    .download__link:focus,
    .download__link:active {
        text-decoration: none;
    }

        .download__link:hover .download__heading,
        .download__link:focus .download__heading,
        .download__link:active .download__heading {
            text-decoration: underline;
        }
}

.download__link:hover .download__cta,
.download__link:focus .download__cta,
.download__link:active .download__cta {
    background-color: #4a184f;
    color: #fff;
    text-decoration: none;
}

.download__heading {
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 0 0 0.75rem;
}

@media screen and (min-width: 600px) {
    .download__heading {
        display: inline-block;
        font-size: 1rem;
        padding-right: 0.75rem;
        padding-top: 0.75rem;
        vertical-align: bottom;
        width: calc(100% - 18rem);
    }
}

.download__meta-list {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 600px) {
    .download__meta-list {
        display: inline-block;
        text-align: right;
        vertical-align: bottom;
        width: 18rem;
    }
}

.download__meta {
    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.9375rem;
        margin-top: 0.8rem;
    }
}

@media screen and (min-width: 600px) {
    .download__meta--type {
        text-align: center;
        width: 3.5rem;
    }
}

@media screen and (min-width: 600px) {
    .download__meta--size {
        text-align: center;
        width: 4rem;
    }
}

.download__meta--link {
    background-color: transparent;
    float: left;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 600px) {
    .download__meta--link {
        float: none;
        font-size: 1rem;
        margin-left: 0.75rem;
    }
}

.download__cta {
    background-color: #6f2476;
    display: block;
    margin: 0;
    padding: 0.75rem;
}

    .download__cta,
    .download__cta:visited {
        color: #fff;
    }

.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: 769px) {
    .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: 769px) {
    .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;
}

@media screen and (min-width: 769px) {
    .list--2up.list--navigation {
        margin: 3rem 0 0 4.5rem;
    }
}

.list--2up.list--navigation > .list__item {
    padding-top: 0.875rem;
}

    .list--2up.list--navigation > .list__item::before {
        top: 1.625rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.list--2up .list__link {
    display: block;
}

@media screen and (min-width: 600px) {
    .list--2up .list__link {
        display: inline;
    }
}

.list--record,
.list--navigation {
    color: #4d71b8;
    margin: 0 0 0 1.5rem;
    position: relative;
}

@media screen and (min-width: 769px) {
    .list--record,
    .list--navigation {
        margin: 3rem 0 0 3.25rem;
    }
}

@media screen and (min-width: 769px) {
    .list--record::before,
    .list--navigation::before {
        background-color: #6f2476;
        content: "";
        display: block;
        height: 4px;
        left: -3.25rem;
        position: absolute;
        top: -3rem;
        width: 2.5rem;
    }
}

.list--record .list__link,
.list--navigation .list__link {
    text-decoration: underline;
}

    .list--record .list__link:hover,
    .list--record .list__link:focus,
    .list--record .list__link:active,
    .list--navigation .list__link:hover,
    .list--navigation .list__link:focus,
    .list--navigation .list__link:active {
        text-decoration-thickness: 3px;
    }

.directory-article .list--record,
.directory-article .list--navigation {
    margin-bottom: 2.25rem;
}

.supplement--navigation .list--record,
.supplement--navigation .list--navigation {
    margin: 0 0 0 1.5rem;
}

@media screen and (min-width: 769px) {
    .supplement--navigation .list--record,
    .supplement--navigation .list--navigation {
        margin: 3rem 0 0 1.5rem;
    }
}

@media screen and (min-width: 769px) {
    .supplement--navigation .list--record::before,
    .supplement--navigation .list--navigation::before {
        left: -1.5rem;
    }
}

.list--record,
.list--record .widget-documents,
.widget-sub-categories .list--record,
.page-subheading + .list--record,
.list--navigation.list--record,
.list--navigation .widget-documents,
.widget-sub-categories .list--navigation,
.page-subheading + .list--navigation {
    margin-left: 1rem;
}

    .list--record::before,
    .list--record .widget-documents::before,
    .widget-sub-categories .list--record::before,
    .page-subheading + .list--record::before,
    .list--navigation.list--record::before,
    .list--navigation .widget-documents::before,
    .widget-sub-categories .list--navigation::before,
    .page-subheading + .list--navigation::before {
        left: -1rem;
        top: -2rem;
    }

.map + .list--record::before,
.map + .list--navigation::before {
    content: none;
}

.list--record + .boxed,
.list--navigation + .boxed {
    margin-top: 2rem;
}

.list--record .list__item,
.list--navigation .list__item {
    font-size: 1.5rem;
    padding-left: 2.25rem;
    position: relative;
}

    .list--record .list__item::before,
    .list--navigation .list__item::before {
        background-color: #4d71b8;
        border-radius: 4px;
        content: "";
        display: block;
        height: 0.5rem;
        left: 0;
        position: absolute;
        top: 1rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.5rem;
    }

.list--record .list__link,
.list--navigation .list__link {
    color: #1d70b8;
}

    .list--record .list__link:visited,
    .list--navigation .list__link:visited {
        color: #4c2c92;
    }

    .list--record .list__link:hover,
    .list--record .list__link:focus,
    .list--record .list__link:active,
    .list--navigation .list__link:hover,
    .list--navigation .list__link:focus,
    .list--navigation .list__link:active {
        color: #003078;
    }

    .list--record .list__link:focus,
    .list--navigation .list__link:focus {
        position: relative;
    }

@media screen and (min-width: 769px) and (max-width: 959px) {
    .page-content .list--record:first-child {
        margin-top: 4.5rem;
    }
}

.list--numbered > .list__item {
    counter-increment: list_item_count;
    margin-top: 1rem;
    padding-left: 0;
    position: relative;
}

    .list--numbered > .list__item::before {
        background-color: #fdcc00;
        border-radius: 50%;
        content: counter(list_item_count);
        display: block;
        font-size: 1rem;
        font-weight: 700;
        height: 1.625rem;
        left: -2rem;
        line-height: 1.625rem;
        margin-left: 0;
        margin-right: 0.5em;
        min-width: 1.625rem;
        position: absolute;
        text-align: center;
        top: -0.25rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 1.625rem;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .list--numbered > .list__item::before {
        line-height: 1.3;
    }
}

.list--numbered {
    counter-reset: list_item_count;
    font-size: 1rem;
    margin: 0.75rem 0 1.5rem 2rem;
}

    .list--numbered > .list__item {
        padding-left: 0.75rem;
    }

    .list--numbered ul,
    .list--numbered ol {
        counter-reset: list_item_count;
        margin-left: 3rem;
    }

    .list--numbered li {
        padding-left: 0;
    }

    .list--numbered.list,
    .list--numbered.download__meta-list {
        margin-top: 0.5rem;
    }

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .list--grouped .list__link:focus {
            -webkit-box-shadow: 0 0 0 3px #000;
            box-shadow: 0 0 0 3px #000;
            outline: none;
        }
    }
}

.is-safari .list--grouped .list__link:focus {
    -webkit-box-shadow: 0 0 0 3px #000;
    box-shadow: 0 0 0 3px #000;
    outline: none;
}

.list--grouped > .list__item > .list__link {
    font-size: 1.25rem;
}

.list--grouped .list__item {
    padding: 0.75rem 0;
}

.list--grouped .list,
.list--grouped .download__meta-list {
    margin: 0.75rem 0 0 0.75rem;
}

    .list--grouped .list .list__item,
    .list--grouped .download__meta-list .list__item {
        border: 0;
        padding-top: 0;
    }

        .list--grouped .list .list__item:first-child,
        .list--grouped .download__meta-list .list__item:first-child {
            border-top: 0;
        }

.list--form-summary .list__item-content {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.boxed,
.widget-navigation .list__link,
.card,
.listing--featured,
.supplement,
.widget--myaccount-signed-out-content .myaccount-widget,
.widget--myaccount-sign-in .myaccount-widget,
.widget--my-account-direct-debits .myaccount-widget,
.widget--my-account-forms .myaccount-widget,
.widget--myaccount-api-links .myaccount-widget,
.widget--myaccount-form-submissions .myaccount-widget,
.widget--myaccount-my-address .myaccount-widget,
.widget--myaccount-paybridge-balance-lookup .myaccount-widget,
.widget--myaccount-payments .myaccount-widget,
.widget--myaccount-directory-submissions .myaccount-widget,
.widget--myaccount-cxm-cases-compact .myaccount-widget,
.widget--myaccount-cxm-cases-verbose-list .myaccount-widget,
.widget--myaccount-cxm-cases-verbose-table .myaccount-widget,
.widget--myaccount-northgate-citizen-access .myaccount-widget,
.widget--myaccount-organisation-account-links .myaccount-widget,
.widget--myaccount-organisation-links .myaccount-widget,
.my-cases .myaccount-widget,
.widget--myaccount-links .myaccount-widget,
.widget--my-account-forms #no-forms,
.widget--myaccount-form-submissions #no-forms,
.widget--my-account-forms .submitted,
.widget--my-account-forms .unsubmitted,
.widget--myaccount-form-submissions .submitted,
.widget--myaccount-form-submissions .unsubmitted,
.cxm-service__info,
.cxm-service__case-detail,
.cxm-service__action,
.aside .aside__section {
    background-color: #f9f5ed;
    margin: 0 0 1.5rem;
    padding: 1.5rem 1.875rem;
}

.widget--myaccount-links h2,
.widget--myaccount-links .h2,
.widget--myaccount-directory-submissions .directory-submissions__item-heading,
.widget--myaccount-api-links h3,
.widget--myaccount-api-links .form__heading,
.widget--myaccount-api-links .h3,
.widget--myaccount-my-address h3,
.widget--myaccount-my-address .form__heading,
.widget--myaccount-my-address .h3,
.supplement__heading,
.aside__heading,
.boxed__heading {
    font-size: 1.5rem;
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .widget--myaccount-links h2,
    .widget--myaccount-links .h2,
    .widget--myaccount-directory-submissions .directory-submissions__item-heading,
    .widget--myaccount-api-links h3,
    .widget--myaccount-api-links .form__heading,
    .widget--myaccount-api-links .h3,
    .widget--myaccount-my-address h3,
    .widget--myaccount-my-address .form__heading,
    .widget--myaccount-my-address .h3,
    .supplement__heading,
    .aside__heading,
    .boxed__heading {
        font-size: 1.75rem;
    }
}

.widget--myaccount-payments h3,
.widget--myaccount-payments .form__heading,
.widget--myaccount-payments .h3,
.widget--myaccount-links h3,
.widget--myaccount-links .form__heading,
.widget--myaccount-links .h3,
.widget--my-account-forms h3,
.widget--my-account-forms .form__heading,
.widget--my-account-forms .h3,
.widget--myaccount-form-submissions h3,
.widget--myaccount-form-submissions .form__heading,
.widget--myaccount-form-submissions .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: #f9f5ed;
}

.boxed--standout .boxed__link,
.boxed--vanilla .boxed__link {
    background-color: #fff;
}

.boxed--primary {
    border-color: #6f2476;
    color: #000;
}

.boxed--secondary {
    border-color: #fdcc00;
    color: #312800;
}

.boxed--standout,
.listing--featured,
.widget--myaccount-links .myaccount-widget {
    background-color: #fff;
    border: 3px solid #6f2476;
}

.boxed--subtle {
    border-color: #e4e9f4;
    color: #333;
}

.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.5rem;
    margin-bottom: 1.5rem;
}

    .nav__heading:first-child {
        margin-top: 0;
    }

.skip-links {
    background: transparent;
    border: 0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
}

.list--skip-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 0.375rem;
    position: static;
    text-align: center;
    top: 0;
    width: 100%;
}

    .list--skip-links .list__item {
        margin: 0;
        padding: 0;
    }

    .list--skip-links .list__link {
        display: inline-block;
        padding: 0.75rem 1.5rem 1rem;
    }

        .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: #fff;
            color: #000;
        }

        .list--skip-links .list__link:focus {
            margin: 0.75rem 0;
            outline-color: #000;
        }

.no-js .list--skip-links .js-menu-toggle {
    display: none;
}

.breadcrumb {
    font-weight: 600;
    padding: 0;
}

.offline-article .breadcrumb {
    display: none;
}

.list--breadcrumb {
    display: block;
    font-size: 0.9375rem;
    margin: 0.75rem 0 0;
    padding: 0 1rem 0 0;
}

    .list--breadcrumb .list__item {
        display: inline;
        margin: 0.125rem 0;
    }

@media screen and (min-width: 769px) {
    .list--breadcrumb .list__item {
        margin: 0.25rem 0;
    }
}

.list--breadcrumb .list__item:last-child::after {
    content: none;
}

.list--breadcrumb .list__item::after {
    content: "|";
    display: inline;
    margin: 0 0.1875rem;
}

@media screen and (min-width: 769px) {
    .list--breadcrumb .list__item::after {
        margin: 0 0.75rem;
    }
}

.list--breadcrumb a {
    color: #6f2476;
    display: inline-block;
    font-weight: 400;
    padding: 0.1875rem 0;
    text-decoration: underline;
}

    .list--breadcrumb a:hover,
    .list--breadcrumb a:focus,
    .list--breadcrumb a:active {
        text-decoration-thickness: 2px;
    }

    .list--breadcrumb a:visited {
        color: #6f2476;
    }

.list--breadcrumb span {
    display: inline-block;
    font-weight: 700;
}

.directory-record-list .list--breadcrumb span {
    min-width: 10rem;
}

.pagination {
    background-color: #f5f5f7;
    clear: both;
    margin-top: 1.5rem;
    padding: 1.5rem;
    width: 100%;
}

    .pagination + .boxed {
        clear: both;
        float: left;
        margin-top: 2rem;
        width: 100%;
    }

.site-main .pagination {
    margin-top: 3rem;
}

.event-list .pagination,
.news-list .pagination {
    margin-top: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
}

.pagination__list {
    list-style: none;
    margin: 0 auto;
}

@media screen and (max-width: 599px) {
    .pagination__list {
        padding: 0;
    }
}

.pagination__item {
    display: inline-block;
    margin-top: 0;
    width: calc(50% - 1.25rem);
}

.pagination__link {
    background-image: none !important;
    text-shadow: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 2.5rem;
    padding: 0;
    position: relative;
}

    .pagination__link .pagination__meta,
    .pagination__link:visited .pagination__meta {
        color: #333;
    }

    .pagination__link:hover,
    .pagination__link:focus,
    .pagination__link:active {
        text-decoration: none;
    }

        .pagination__link:hover .pagination__icon,
        .pagination__link:focus .pagination__icon,
        .pagination__link:active .pagination__icon {
            background: none;
        }

        .pagination__link:hover .pagination__meta,
        .pagination__link:focus .pagination__meta,
        .pagination__link:active .pagination__meta {
            text-decoration-thickness: 2px;
        }

    .pagination__link.is-disabled {
        cursor: not-allowed;
        opacity: 0.4;
    }

        .pagination__link.is-disabled:hover .pagination__meta,
        .pagination__link.is-disabled:focus .pagination__meta,
        .pagination__link.is-disabled:active .pagination__meta {
            background-image: none;
        }

    .pagination__link .pagination__meta {
        background-image: none !important;
        text-shadow: none !important;
    }

.pagination__content {
    -ms-flex-item-align: center;
    align-self: center;
    color: #333;
    display: inline-block;
}

.pagination__icon {
    display: none;
}

.pagination__label {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.1875rem;
}

.pagination__meta {
    font-size: 16px;
    font-weight: 400;
}

.pagination__item--previous {
    float: left;
    padding-right: 1.875rem;
    text-align: right;
    width: 50%;
}

    .pagination__item--previous .pagination__link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

@media screen and (min-width: 769px) {
    .pagination__item--previous
    .pagination__link:hover
    .pagination__label::before,
    .pagination__item--previous
    .pagination__link:focus
    .pagination__label::before,
    .pagination__item--previous
    .pagination__link:active
    .pagination__label::before {
        opacity: 1;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }
}

@media screen and (min-width: 769px) {
    .pagination__item--previous .pagination__link:hover .pagination__label::after,
    .pagination__item--previous .pagination__link:focus .pagination__label::after,
    .pagination__item--previous
    .pagination__link:active
    .pagination__label::after {
        opacity: 1;
        -webkit-transform: rotate(-45deg) translateY(50%);
        -ms-transform: rotate(-45deg) translateY(50%);
        transform: rotate(-45deg) translateY(50%);
    }
}

.pagination__item--previous .pagination__content {
    margin-left: 1rem;
}

@media screen and (max-width: 599px) {
    .pagination__item--previous .pagination__content {
        margin-left: 0;
    }
}

.pagination__item--previous .pagination__label::before {
    background-color: #6f2476;
    content: "";
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 0.125rem;
}

.pagination__item--previous .pagination__label::after {
    background-color: #6f2476;
    content: "";
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 0.125rem;
}

.pagination__item--next {
    float: right;
    padding-left: 1.875rem;
    position: relative;
    text-align: left;
    width: 50%;
}

    .pagination__item--next::after {
        border-left: 4px solid #5f647c;
        content: "";
        display: block;
        height: 100%;
        left: -2px;
        position: absolute;
        top: 0;
    }

    .pagination__item--next .pagination__link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

@media screen and (min-width: 769px) {
    .pagination__item--next .pagination__link:hover .pagination__label::before,
    .pagination__item--next .pagination__link:focus .pagination__label::before,
    .pagination__item--next .pagination__link:active .pagination__label::before {
        opacity: 1;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
    }
}

@media screen and (min-width: 769px) {
    .pagination__item--next .pagination__link:hover .pagination__label::after,
    .pagination__item--next .pagination__link:focus .pagination__label::after,
    .pagination__item--next .pagination__link:active .pagination__label::after {
        opacity: 1;
        -webkit-transform: rotate(45deg) translateY(50%);
        -ms-transform: rotate(45deg) translateY(50%);
        transform: rotate(45deg) translateY(50%);
    }
}

.pagination__item--next .pagination__content {
    margin-right: 1rem;
}

@media screen and (max-width: 599px) {
    .pagination__item--next .pagination__content {
        margin-right: 0;
    }
}

.pagination__item--next .pagination__label::before {
    background-color: #6f2476;
    content: "";
    height: 50%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 0.125rem;
}

.pagination__item--next .pagination__label::after {
    background-color: #6f2476;
    content: "";
    height: 50%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 30%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 0.125rem;
}

.pagination__item--previous {
    position: relative;
}

    .pagination__item--previous::after {
        border-left: 4px solid #5f647c;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -2px;
        top: 0;
    }

    .pagination__item--previous .is-disabled:hover .pagination__meta,
    .pagination__item--previous .is-disabled:focus .pagination__meta,
    .pagination__item--previous .is-disabled:active .pagination__meta,
    .pagination__item--next .is-disabled:hover .pagination__meta,
    .pagination__item--next .is-disabled:focus .pagination__meta,
    .pagination__item--next .is-disabled:active .pagination__meta {
        text-decoration: none;
    }

    .pagination__item--previous .is-disabled .pagination__label::before,
    .pagination__item--previous .is-disabled .pagination__label::after,
    .pagination__item--next .is-disabled .pagination__label::before,
    .pagination__item--next .is-disabled .pagination__label::after {
        display: none;
    }

.pagination--complex {
    background-color: transparent;
    border-top: 0;
    text-align: center;
}

    .pagination--complex .pagination__list {
        display: inline-block;
    }

    .pagination--complex .pagination__item {
        display: block;
        float: left;
        margin: 0 2px;
        width: auto;
    }

    .pagination--complex .pagination__link,
    .pagination--complex .pagination__active {
        border-radius: 50%;
        display: block;
        height: 1.6875rem;
        line-height: 1.6875rem;
        margin: 0;
        min-height: auto;
        text-align: center;
        -webkit-transition: color 0.3s ease, background 0.3s ease;
        transition: color 0.3s ease, background 0.3s ease;
        width: 1.6875rem;
    }

        .pagination--complex .pagination__link:hover,
        .pagination--complex .pagination__link:focus,
        .pagination--complex .pagination__link:active,
        .pagination--complex .pagination__active:hover,
        .pagination--complex .pagination__active:focus,
        .pagination--complex .pagination__active:active {
            background-color: #6ee0ce;
            color: #6f2476;
            text-decoration: none;
        }

    .pagination--complex .pagination__link {
        font-weight: 700;
    }

    .pagination--complex .pagination__active {
        background-color: #6ee0ce;
        color: #6f2476;
        cursor: default;
        font-weight: 700;
    }

        .pagination--complex .pagination__active:hover,
        .pagination--complex .pagination__active:focus,
        .pagination--complex .pagination__active:active {
            background-color: #6ee0ce;
            color: #6f2476;
        }

.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.9375rem;
    text-align: right;
}

@media screen and (max-width: 599px) {
    .nav--primary-navigation {
        display: block;
        text-align: center;
    }
}

.nav--primary-navigation .list__item {
    margin-left: 1.5rem;
    margin-top: 0;
    width: auto;
}

@media screen and (max-width: 599px) {
    .nav--primary-navigation .list__item {
        margin-left: 0;
    }
}

.nav--primary-navigation .search-icon {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-out 0.3s;
    transition: opacity 0.4s ease-out 0.3s;
}

.nav--primary-navigation .search-hidden-focus {
    display: none;
}

.nav--primary-navigation .button {
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0.5rem;
}

    .nav--primary-navigation .button:hover .button__text,
    .nav--primary-navigation .button:focus .button__text,
    .nav--primary-navigation .button:active .button__text {
        color: #eaddc3;
    }

    .nav--primary-navigation .button::before {
        display: none;
    }

@media screen and (max-width: 599px) {
    .nav--primary-navigation .button[aria-expanded="true"] {
        background-color: #b83cc4;
        border-color: #b83cc4;
    }
}

.nav--primary-navigation .button[aria-expanded="true"] .search-icon {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.nav--primary-navigation .button[aria-expanded="true"] ~ .search-hidden-focus {
    display: block;
}

.nav--primary-navigation .button .icon {
    height: 1.6875rem;
    margin-right: 0.625rem;
    width: 1.6875rem;
}

@media screen and (max-width: 768px) {
    .nav--primary-navigation .button .icon {
        margin-right: 0;
    }
}

.nav--primary-navigation .button.js-menu-toggle:hover .toggle-icon::after,
.nav--primary-navigation .button.js-menu-toggle:hover .toggle-icon::before,
.nav--primary-navigation
.button.js-menu-toggle:hover
.toggle-icon
.toggle-icon__line,
.nav--primary-navigation .button.js-menu-toggle:focus .toggle-icon::after,
.nav--primary-navigation .button.js-menu-toggle:focus .toggle-icon::before,
.nav--primary-navigation
.button.js-menu-toggle:focus
.toggle-icon
.toggle-icon__line,
.nav--primary-navigation .button.js-menu-toggle:active .toggle-icon::after,
.nav--primary-navigation .button.js-menu-toggle:active .toggle-icon::before,
.nav--primary-navigation
.button.js-menu-toggle:active
.toggle-icon
.toggle-icon__line {
    background-color: #eaddc3;
}

.nav--primary-navigation .button.js-menu-toggle .toggle-icon::after {
    bottom: 0.3rem;
}

.nav--primary-navigation .button.js-menu-toggle .toggle-icon::before {
    top: 0.3rem;
}

.nav--primary-navigation
.button.js-menu-toggle[aria-expanded="true"]
.toggle-icon::after {
    bottom: 50%;
}

.nav--primary-navigation
.button.js-menu-toggle[aria-expanded="true"]
.toggle-icon::before {
    top: 50%;
}

.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;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .nav--primary-navigation .button__text {
        clip: auto;
        height: auto;
        margin: auto;
        overflow: visible;
        padding: 0;
        position: static;
        width: auto;
        display: inline-block;
        font-size: 1.125rem;
        text-transform: none;
        vertical-align: middle;
    }
}

.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;
    }

.no-js .navigation-buttons .list__item {
    display: none;
}

.no-js .navigation-buttons .list__item--account {
    display: block;
}

.account-navigation {
    display: none;
    margin-right: 0.75rem;
}

@media screen and (min-width: 1020px) {
    .account-navigation {
        margin-right: 1.5rem;
    }
}

.account-navigation .list,
.account-navigation .download__meta-list {
    display: none;
}

@media screen and (min-width: 600px) {
    .account-navigation .list,
    .account-navigation .download__meta-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 {
    background-image: linear-gradient( to top, #1d70b8 0, #1d70b8 1px, transparent 1px, transparent 100% );
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #1d70b8;
}

    .account-navigation .list__link:hover,
    .account-navigation .list__link:focus {
        background-size: 100% 100%;
        text-decoration: none;
        -webkit-transition: background-size 0.2s ease-out;
        transition: background-size 0.2s ease-out;
    }

    .account-navigation .list__link:visited {
        color: #4c2c92;
    }

    .account-navigation .list__link:visited {
        color: #1d70b8;
    }

.account-navigation .button {
    margin-right: 0.125rem;
}

@media screen and (min-width: 600px) {
    .account-navigation .button {
        display: none;
    }
}

.nav--pages-in {
    background-color: #eaddc3;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    position: relative;
}

@media screen and (min-width: 600px) {
    .nav--pages-in {
        padding: 3.5rem 0;
    }
}

.nav--pages-in .nav__heading {
    color: #6f2476;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1.25rem;
}

.no-js .nav--pages-in .nav__heading {
    display: block;
}

.nav--pages-in .nav__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 80%;
    padding: 1rem;
    position: relative;
}

@media screen and (min-width: 769px) {
    .nav--pages-in .nav__toggle {
        display: none;
    }
}

.nav--pages-in .nav__toggle[aria-expanded="true"] .nav__toggle-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.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(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
}

.nav--pages-in .nav__list {
    background-color: #eaddc3;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .nav--pages-in .nav__list {
        display: none;
        position: absolute;
        -webkit-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        z-index: 5;
        border-bottom: 3px solid #5f647c;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        padding: 0 1.5rem 1.5rem;
        width: 100%;
    }

        .nav--pages-in .nav__list[aria-hidden="false"],
        .nav--pages-in .nav__list.is-open[aria-hidden="true"] {
            display: block;
            opacity: 0;
            -webkit-transform: translateY(-0.5rem) scale(0);
            -ms-transform: translateY(-0.5rem) scale(0);
            transform: translateY(-0.5rem) scale(0);
        }

        .nav--pages-in .nav__list.is-open {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

    .no-js .nav--pages-in .nav__list {
        display: block;
        position: static;
    }
}

@media screen and (min-width: 600px) {
    .nav--pages-in .nav__list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        font-size: 1.625rem;
    }
}

.nav--pages-in .nav__list::before {
    background-color: transparent;
    border-color: #eaddc3 transparent transparent;
    border-style: solid;
    border-width: 1rem 1.5rem 0;
    bottom: -4.5rem;
    content: "";
    display: none;
    height: 0;
    left: 1rem;
    position: absolute;
    top: initial;
    width: 0;
}

@media screen and (min-width: 769px) {
    .nav--pages-in .nav__list::before {
        display: block;
    }
}

.nav--pages-in .list__link {
    color: #6f2476;
    display: inline;
    font-weight: 600;
}

    .nav--pages-in .list__link:visited {
        color: #6f2476;
    }

    .nav--pages-in .list__link:focus {
        position: relative;
    }

    .nav--pages-in .list__link:hover,
    .nav--pages-in .list__link:focus,
    .nav--pages-in .list__link:active {
        text-decoration-thickness: 3px;
    }

.nav--pages-in .list__item {
    margin: 0;
    padding: 0.625rem 0 0.625rem 2.625rem;
}

@media screen and (min-width: 600px) {
    .nav--pages-in .list__item {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        display: block;
        page-break-inside: avoid;
    }
}

.nav--pages-in .list__item::before {
    background: none;
    content: counter(list_item_count) ".";
    font-weight: 400;
    height: initial;
    left: 0;
    line-height: 0;
    top: 1.1875rem;
    width: initial;
}

@media screen and (min-width: 600px) {
    .nav--pages-in .list__item::before {
        font-size: 1.625rem;
        top: 1.6875rem;
    }
}

.nav--pages-in .list__item.is-active::before {
    font-weight: 600;
}

.nav--pages-in .list__item.is-active .list__link {
    color: #6f2476;
    font-weight: 600;
}

.nav--pages-in .list__item .list__link-text {
    color: #6f2476;
    font-weight: 400;
}

.nav--social-links .nav__heading {
    margin-bottom: 0;
}

.nav--social-links .list__item {
    margin: 0.75rem 0.75rem 0.75rem 0;
    width: auto;
}

.nav--social-links .list__link {
    background-color: #6f2476;
    display: block;
    margin: 0 0.25rem;
    position: relative;
}

@media screen and (min-width: 960px) and (max-width: 1019px) {
    .nav--social-links .list__link {
        margin: 0;
    }
}

.nav--social-links .list__link::before {
    background-color: transparent;
    border: 3px solid #eaddc3;
    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.6s ease-out;
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
    z-index: 1;
}

.nav--social-links .list__link:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nav--social-links .icon {
    background-size: 70%;
    height: 3.5rem;
    position: relative;
    width: 3.5rem;
    z-index: 2;
}

.site-footer .nav--social-links {
    margin-bottom: 0.75rem;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .site-footer .nav--social-links {
        text-align: left;
    }
}

.site-footer .nav--social-links .list__item {
    margin: 0;
    vertical-align: bottom;
}

.site-footer .nav--social-links .list__link {
    color: #fff;
}

    .site-footer .nav--social-links .list__link:visited {
        color: #fff;
    }

    .site-footer .nav--social-links .list__link:focus {
        outline-color: #fff;
    }

.site-header .nav--social-links {
    display: none;
}

@media screen and (min-width: 769px) {
    .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;
}

.nav--share {
    bottom: 0.5rem;
    display: block;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 768px) {
    .nav--share {
        bottom: auto;
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        float: left;
        margin-top: 0.25rem;
        position: relative;
        right: auto;
    }
}

.nav--share .share__social-list[aria-hidden="false"] {
    opacity: 1;
    -webkit-transform: translate(-50%, -83.33333px);
    -ms-transform: translate(-50%, -83.33333px);
    transform: translate(-50%, -83.33333px);
    visibility: visible;
}

@media screen and (max-width: 1279px) {
    .nav--share .share__social-list[aria-hidden="false"] {
        -webkit-transform: translate(-125px, -10%);
        -ms-transform: translate(-125px, -10%);
        transform: translate(-125px, -10%);
    }
}

.nav--share .share__social-list[aria-hidden="false"]::before,
.nav--share .share__social-list[aria-hidden="false"]::after {
    height: 33.33333%;
}

.nav--share.open-delay .share__social-list[aria-hidden="true"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.share__social-list {
    background-color: #fdcc00;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100px;
    left: 50%;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -100%;
    -webkit-transform: translate(-50%, -71.42857px);
    -ms-transform: translate(-50%, -71.42857px);
    transform: translate(-50%, -71.42857px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 100px;
    z-index: 2;
}

@media screen and (max-width: 1279px) {
    .share__social-list {
        -webkit-transform: translate(-115px, -10%);
        -ms-transform: translate(-115px, -10%);
        transform: translate(-115px, -10%);
    }
}

.share__social-list::before,
.share__social-list::after {
    background-color: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
}

.share__social-list::before,
.share__social-list::after {
    height: 10%;
    -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);
    width: 1px;
}

.share__social-list::before {
    -webkit-transform: rotate(45deg) translate(-0.25rem, -0.25rem);
    -ms-transform: rotate(45deg) translate(-0.25rem, -0.25rem);
    transform: rotate(45deg) translate(-0.25rem, -0.25rem);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.share__social-list::after {
    -webkit-transform: rotate(-45deg) translate(0.25rem, -0.25rem);
    -ms-transform: rotate(-45deg) translate(0.25rem, -0.25rem);
    transform: rotate(-45deg) translate(0.25rem, -0.25rem);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.share__social-list[aria-hidden="true"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
}

.share__social-list[aria-hidden="false"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.no-js .share__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.share__social-item {
    margin: 0;
    position: relative;
    width: 50%;
}

    .share__social-item:first-child .share__social-link {
        border-top-left-radius: 100%;
    }

    .share__social-item:nth-child(2) .share__social-link {
        border-top-right-radius: 100%;
    }

    .share__social-item:nth-child(3) {
        width: 100%;
    }

        .share__social-item:nth-child(3)::before {
            background-color: #fff;
            bottom: 100%;
            content: "";
            height: 75%;
            left: 50%;
            position: absolute;
            -webkit-transform: translateY(-0.3rem);
            -ms-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
            width: 1px;
        }

        .share__social-item:nth-child(3) .share__social-link {
            left: 25%;
            top: 0.5rem;
            width: 50%;
        }

    .share__social-item:last-child .share__social-link {
        border-bottom-right-radius: 100%;
    }

    .share__social-item .icon {
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .share__social-item:first-child .icon {
        bottom: 0.25rem;
        right: 0.25rem;
    }

    .share__social-item:nth-child(2) .icon {
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .share__social-item:last-child .icon {
        left: calc(50% - 1rem);
        top: 0;
    }

    .share__social-item:last-child::after {
        border-color: #fdcc00 transparent transparent;
        border-style: solid;
        border-width: 0.625rem 0.5rem 0;
        bottom: -0.5625rem;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
        left: 50%;
        margin-top: 0.5rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media screen and (max-width: 1279px) {
    .share__social-item:last-child::after {
        border-color: transparent transparent transparent #fdcc00;
        border-width: 0.5rem 0 0.5rem 0.625rem;
        bottom: initial;
        left: initial;
        right: -0.5625rem;
        top: -1rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.no-js .share__social-item:last-child::after {
    display: none;
}

.share__social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}

    .share__social-link:hover .icon,
    .share__social-link:focus .icon,
    .share__social-link:active .icon {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

        .share__social-link:hover .icon::before,
        .share__social-link:focus .icon::before,
        .share__social-link:active .icon::before {
            opacity: 1;
            width: 12px;
        }

    .share__social-link:focus {
        z-index: 1;
    }

.share__button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-right: 3px solid transparent;
    color: #000;
    height: 1.5rem;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    width: 1.5rem + 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .share__button {
        background-size: 1.44rem;
    }
}

.share__button::before {
    display: none;
}

.share__button:focus {
    outline: 3px solid #6f2476;
}

.share__button:hover,
.share__button:active {
    border-right: 3px solid #6f2476;
}

.alert {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 3rem;
    min-height: 5.5rem;
    padding: 1.5rem 1.5rem 1.625rem 4rem;
    position: relative;
}

@media screen and (max-width: 599px) {
    .alert {
        padding-right: 1rem;
    }
}

.alert::before {
    background-size: contain;
    content: "";
    display: block;
    float: none;
    height: 2.5rem;
    left: 0.75rem;
    margin: 1.5rem 0;
    position: absolute;
    top: 0;
    width: 2.5rem;
}

.alert > *:first-child {
    margin-top: 0;
}

.alert__heading {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 100%;
}

@media screen and (max-width: 599px) {
    .alert__heading {
        display: inline-block;
        vertical-align: middle;
    }
}

.alert__list {
    clear: both;
    margin-bottom: 0;
    margin-top: 0.75rem;
}

.alert__text {
    display: inline;
    margin: 0.5rem 0 0;
}

.alert__list,
.alert__text {
    max-width: 100%;
}

.alert__close {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 600px) {
    .alert__close {
        right: -0.5rem;
    }
}

@media screen and (min-width: 1280px) {
    .alert__close {
        right: 2rem;
    }
}

.alert__form {
    clear: both;
}

@media screen and (max-width: 599px) {
    .alert__form {
        background: #fff;
        margin: 0.75rem -0.75rem 0;
        padding: 0.75rem;
    }
}

a.alert__link {
    color: #333;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    position: relative;
    text-decoration: underline;
}

    a.alert__link:hover,
    a.alert__link:focus,
    a.alert__link:active {
        text-decoration-thickness: 2px;
        color: inherit;
    }

    a.alert__link:focus {
        outline-color: #000;
        position: relative;
        z-index: 1;
    }

.alert--error,
.alert--danger {
    background-color: #e0abb6;
    border-color: #e0abb6;
}

.alert--information,
.alert--info {
    background-color: #e4e9f4;
    border-color: #e4e9f4;
}

.alert--success {
    background-color: #53a264;
    border-color: #53a264;
}

.alert--warning,
.alert--site-announcement {
    background-color: #e8bf84;
    border-color: #e8bf84;
}

.alert--cookie {
    background-color: #feefb3;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: fixed;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .alert--cookie {
        padding-left: 0;
    }
}

.alert--cookie::before {
    display: none;
}

@media screen and (max-width: 1279px) {
    .alert--cookie .container {
        margin: 0;
    }
}

.alert--cookie .alert__close {
    right: 2rem;
}

@media screen and (max-width: 768px) {
    .alert--cookie .alert__close {
        right: 1.5rem;
    }
}

.site-announcement {
    background-color: #e8bf84;
}

    .site-announcement .alert {
        margin: 0;
    }

        .site-announcement .alert::before {
            left: 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: 769px) {
    .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: #e4e9f4;
    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, #333 0, #333 1px, transparent 1px, transparent 100% );
        background-position: 0 -2px;
        background-repeat: no-repeat;
        background-size: 0 100%;
        color: #333;
    }

    .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.2s ease-out;
        transition: background-size 0.2s ease-out;
    }

    .google-translate
    .goog-te-gadget-simple
    .goog-te-menu-value:visited
    span:first-child {
        color: #4c2c92;
    }

.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.9375rem;
    }
}

.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: #333;
}

.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 {
    width: 100%;
}

    .calendar__table td {
        padding: 0;
    }

.calendar__days {
    background-color: #6f2476;
    border: 1px solid #6f2476;
    color: #fff;
}

    .calendar__days th {
        font-weight: 400;
        padding: 3.5% 0.25rem 4%;
    }

    .calendar__days .sa,
    .calendar__days .su {
        background-color: #94309d;
        border: 1px solid #94309d;
    }

.calendar__dates td {
    background-color: #f9f5ed;
}

.calendar__date {
    border: 1px solid transparent;
    display: block;
    height: 100%;
    padding: 0.75rem 0.375rem;
}

.calendar__date--other-month {
    color: #616365;
}

.calendar__date--link {
    color: #333;
    font-weight: 700;
    text-decoration: underline;
}

    .calendar__date--link:hover,
    .calendar__date--link:focus,
    .calendar__date--link:active {
        background-color: #e8f1f8;
        border-color: #003078;
    }

    .calendar__date--link:visited {
        background-color: #dfebf5;
    }

.calendar__date--today {
    background-color: #f6f8fb;
    border-color: #f6f8fb;
}

    .calendar__date--today.calendar__date--link:hover,
    .calendar__date--today.calendar__date--link:focus,
    .calendar__date--today.calendar__date--link:active {
        background-color: #d2e2f1;
        border-color: #003078;
    }

.carousel {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    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;
}

.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: #333;
    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.6s;
    transition: opacity 0.6s;
}

    .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 {
        background-color: #6f2476;
        border: 2px solid #fff;
        border-radius: 0;
        height: 50px;
        padding: 0;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
        width: 50px;
        z-index: 2;
    }

@media screen and (min-width: 600px) {
    .carousel .flickity-buttons-wrapper .flickity-prev-next-button {
        height: 100px;
        width: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .carousel .flickity-buttons-wrapper .flickity-prev-next-button {
        margin-top: -1.25rem;
    }
}

.carousel .flickity-buttons-wrapper .flickity-prev-next-button:hover,
.carousel .flickity-buttons-wrapper .flickity-prev-next-button:focus,
.carousel .flickity-buttons-wrapper .flickity-prev-next-button:active {
    background-color: #4d71b8;
}

.carousel .flickity-buttons-wrapper .flickity-prev-next-button:focus {
    background-color: #4d71b8;
    -webkit-box-shadow: 0 0 0 6px #4d71b8;
    box-shadow: 0 0 0 6px #4d71b8;
}

.widget-width--33
.carousel
.flickity-buttons-wrapper
.flickity-prev-next-button {
    height: 50px;
    width: 50px;
}

.carousel .flickity-buttons-wrapper .flickity-prev-next-button.previous {
    border-left-color: transparent;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.previous:focus {
        border-left-color: #fff;
    }

    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.previous svg {
        left: auto;
        right: 10%;
    }

.carousel .flickity-buttons-wrapper .flickity-prev-next-button.next {
    border-right-color: transparent;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.next:focus {
        border-right-color: #fff;
    }

    .carousel .flickity-buttons-wrapper .flickity-prev-next-button.next svg {
        left: 10%;
    }

.carousel .flickity-buttons-wrapper .flickity-prev-next-button svg {
    width: 80%;
}

.carousel .flickity-buttons-wrapper .flickity-prev-next-button .arrow {
    fill: #fff;
}

.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: #000;
        border-color: #000;
    }

    .carousel .dot.is-selected .flickity-page-dots__button {
        background: #333;
        cursor: default;
    }

    .carousel .dot.is-selected:hover {
        cursor: default;
    }

    .carousel .dot:hover,
    .carousel .dot:active {
        cursor: pointer;
    }

    .carousel .dot:focus {
        outline: 3px solid #000;
    }

.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.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
    width: 1rem;
    border: 2px solid #000;
    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 #000;
    }

.carousel .flickity-prev-next-button {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 4rem;
    opacity: 0.9;
    -webkit-transition: 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 4rem;
}

    .carousel .flickity-prev-next-button:hover {
        background-color: #fff;
        border-color: #fff;
        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 #000;
        box-shadow: 0 0 0 3px #000;
        z-index: 1;
    }

.carousel .flickity-button-icon {
    fill: #fff;
}

.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.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: height 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
}

.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;
    position: fixed;
}

.menu-navigation {
    height: 100%;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .menu-navigation[aria-hidden="true"] {
        display: block;
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
        visibility: hidden;
    }

    .menu-navigation[aria-hidden="false"] {
        -webkit-transition-delay: 0;
        transition-delay: 0;
    }

.no-js .menu-navigation {
    display: block;
    position: static;
}

.menu-navigation.is-open .menu-navigation__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.menu-navigation.is-open .menu-navigation__overlay {
    opacity: 1;
}

.menu-navigation .menu-navigation__inner {
    background-color: #eaddc3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 5.25rem 0 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 280px;
    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%;
}

    .no-js .menu-navigation .menu-navigation__inner button.visually-hidden {
        display: none;
    }

.menu-navigation .js-menu-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06), -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 2rem;
}

    .menu-navigation .js-menu-toggle:hover,
    .menu-navigation .js-menu-toggle:active {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .menu-navigation .js-menu-toggle:focus {
        outline: 3px solid #000;
    }

        .menu-navigation .js-menu-toggle:focus:hover,
        .menu-navigation .js-menu-toggle:focus:active {
            outline: none;
        }

    .menu-navigation .js-menu-toggle .toggle-icon::before {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .menu-navigation .js-menu-toggle .toggle-icon::after {
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .menu-navigation .js-menu-toggle .toggle-icon::before,
    .menu-navigation .js-menu-toggle .toggle-icon::after,
    .menu-navigation .js-menu-toggle .toggle-icon .toggle-icon__line {
        background-color: #6f2476;
        bottom: auto;
        height: 0.1875rem;
        top: 50%;
    }

    .menu-navigation .js-menu-toggle .toggle-icon .toggle-icon__line {
        opacity: 0;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

.no-js .menu-navigation .js-menu-toggle {
    display: none;
}

.menu-navigation .container {
    padding: 0;
    width: 100%;
}

.menu-navigation .nav h2,
.menu-navigation .nav .h2 {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.menu-navigation .list--navigation {
    margin: 0;
}

    .menu-navigation .list--navigation::before {
        content: none;
    }

.menu-navigation .list__item {
    padding: 0 1.875rem;
    position: relative;
}

    .menu-navigation .list__item::before {
        content: none;
    }

.menu-navigation .list__link--with-submenu {
    display: inline-block;
    margin-right: 1rem;
}

.menu-navigation .menu-navigation__sub-menu-toggle {
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    border: 0;
    float: right;
    height: 1.6875rem;
    padding: 0;
    position: absolute;
    right: 1.875rem;
    top: 0;
    width: 1rem;
}

    .menu-navigation .menu-navigation__sub-menu-toggle .icon {
        height: 1.6875rem;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        width: 1rem;
    }

    .menu-navigation .menu-navigation__sub-menu-toggle:hover .icon {
        -webkit-transform: translateY(0.1875rem);
        -ms-transform: translateY(0.1875rem);
        transform: translateY(0.1875rem);
    }

    .menu-navigation .menu-navigation__sub-menu-toggle[aria-expanded="true"] {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.menu-navigation .list__link {
    background-image: linear-gradient( to top, #333 0, #333 1px, transparent 1px, transparent 100% );
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #333;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}

    .menu-navigation .list__link:hover,
    .menu-navigation .list__link:focus {
        background-size: 100% 100%;
        text-decoration: none;
        -webkit-transition: background-size 0.2s ease-out;
        transition: background-size 0.2s ease-out;
    }

    .menu-navigation .list__link:visited {
        color: #4c2c92;
    }

    .menu-navigation .list__link:hover,
    .menu-navigation .list__link:focus,
    .menu-navigation .list__link:visited {
        color: #333;
    }

.menu-navigation .list__sub-menu {
    background-color: #6f2476;
    margin: 1rem -1.875rem;
    padding: 1.875rem 0;
    width: calc(100% + (1.875rem * 2));
}

    .menu-navigation .list__sub-menu .list__link {
        background-image: linear-gradient( to top, #fff 0, #fff 1px, transparent 1px, transparent 100% );
        background-position: 0 -2px;
        background-repeat: no-repeat;
        background-size: 0 100%;
        color: #fff;
        color: #fff;
        font-weight: 400;
        margin: 0;
        text-decoration: none;
        text-transform: none;
    }

        .menu-navigation .list__sub-menu .list__link:hover,
        .menu-navigation .list__sub-menu .list__link:focus {
            background-size: 100% 100%;
            text-decoration: none;
            -webkit-transition: background-size 0.2s ease-out;
            transition: background-size 0.2s ease-out;
        }

        .menu-navigation .list__sub-menu .list__link:visited {
            color: #4c2c92;
        }

        .menu-navigation .list__sub-menu .list__link:hover,
        .menu-navigation .list__sub-menu .list__link:focus,
        .menu-navigation .list__sub-menu .list__link:visited {
            color: #fff;
        }

.menu-navigation .nav__secondary {
    margin-top: 3.75rem;
}

    .menu-navigation .nav__secondary .list__item {
        margin: 0.1875rem 0 0;
    }

    .menu-navigation .nav__secondary .list__link {
        font-weight: 400;
        margin: 0;
        text-transform: none;
    }

.menu-navigation__overlay {
    background-color: rgba(245, 245, 247, 0.8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
    width: 100%;
    z-index: 998;
}

.js .menu-navigation__overlay {
    display: block;
}

.widget-navigation .list__link,
.card {
    display: block;
    margin: 0;
    padding: 1.5rem;
    position: relative;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

    .widget-navigation .list__link:hover,
    .widget-navigation .list__link:focus,
    .widget-navigation .list__link:active,
    .card:hover,
    .card:focus,
    .card:active {
        background-color: #f5f5f7;
        text-decoration: none;
    }

        .widget-navigation .list__link:hover .icon,
        .widget-navigation .list__link:focus .icon,
        .widget-navigation .list__link:active .icon,
        .card:hover .icon,
        .card:focus .icon,
        .card:active .icon {
            -webkit-transform: translateX(3px);
            -ms-transform: translateX(3px);
            transform: translateX(3px);
        }

    .widget-navigation .list__link .icon,
    .card .icon {
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -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;
        z-index: 1;
    }

    .widget-navigation .list__link .list__heading,
    .card .list__heading {
        color: #6f2476;
    }

.widget-navigation .list__link,
.card--small {
    padding: 0.75rem;
}

    .widget-navigation .list__link .icon,
    .card--small .icon {
        top: 0.75rem;
    }

.widget-navigation .list__heading,
.card__heading {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-right: 2.5rem;
}

.widget-navigation .list__heading,
.card__heading--small {
    font-size: 1rem;
}

.listing {
    color: #333;
    position: relative;
}

    .listing .listing__link {
        text-decoration: underline;
    }

        .listing .listing__link:hover,
        .listing .listing__link:focus,
        .listing .listing__link:active {
            text-decoration-thickness: 3px;
        }

        .listing .listing__link::before {
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .listing .listing__link:focus {
            position: relative;
        }

    .listing .listing__heading {
        display: block;
        font-size: 1.75rem;
        margin: 0 0 0.75rem;
    }

    .listing .listing__summary {
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

    .listing .listing__meta,
    .listing .listing__meta strong {
        font-weight: 400;
        margin-top: 1.5rem;
    }

    .listing .listing__image {
        margin: 0 0 1.5rem;
        max-width: 100%;
    }

@media screen and (min-width: 500px) {
    .listing .listing__image {
        float: right;
        margin: 0 0 0 2rem;
        width: 12.5rem;
    }
}

.listing--featured .listing__image {
    margin: 0 0 1.5rem;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .listing--featured .listing__image {
        margin: 0 0 0 2rem;
        width: 18.75rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
    .listing--featured .listing__image {
        float: none;
        margin: 0 0 1.5rem;
        width: auto;
    }
}

.widget-feeds .listing .listing__link,
.widget-latest-news .listing .listing__link,
.listing--compact .listing__link {
    font-weight: 400;
}

.page-meta {
    border-top: 1px solid #5f647c;
    display: inline-block;
    margin-top: 2rem;
    padding-top: 2rem;
}

@media screen and (min-width: 769px) {
    .page-meta {
        margin-top: 3rem;
    }
}

.meta {
    margin: 0 0 0.375rem;
}

    .meta:last-child {
        margin-bottom: 0;
    }

    .meta strong {
        font-weight: 600;
    }

    .meta ~ .button {
        margin-top: 1.5rem;
    }

    .meta a {
        text-decoration: underline;
    }

        .meta a:hover,
        .meta a:focus,
        .meta a:active {
            text-decoration-thickness: 2px;
        }

    .meta,
    .meta a {
        word-break: break-word;
    }

.toggle-icon::before,
.toggle-icon::after,
.toggle-icon .toggle-icon__line {
    background-color: #fff;
    height: 0.125rem;
    left: 0;
    position: absolute;
    -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;
    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.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
        transition: top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
        transition: top 0.3s ease-out, bottom 0.3s ease-out, transform 0.3s ease-out;
        transition: top 0.3s ease-out, bottom 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    }

[aria-expanded="true"] .toggle-icon::before,
[aria-expanded="true"] .toggle-icon::after {
    bottom: auto;
    height: 0.1875rem;
    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.2s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.2s ease-out;
    transition: transform 0.3s ease-out, opacity 0.2s ease-out, -webkit-transform 0.3s 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: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s 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: #fff;
    border: 2px solid #6f2476;
    color: #6f2476;
    display: block;
    position: relative;
    border-radius: 10px;
}

.progress-bar__indicator {
    background: #6f2476;
    height: 0.75rem;
    padding: 0.375rem 0 0.375rem 0.75rem;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.progress-bar__info {
    color: #616365;
    display: block;
    font-weight: 400;
    margin: 0.5rem 0 1.5rem;
}

    .progress-bar__info strong {
        font-weight: 400;
    }

.progress-bar--danger .progress-bar__indicator {
    background: #d07488;
}

    .progress-bar--danger .progress-bar__indicator::before {
        border-left-color: #d07488;
    }

.progress-bar--success .progress-bar__indicator {
    background: #53a264;
}

    .progress-bar--success .progress-bar__indicator::before {
        border-left-color: #53a264;
    }

.supplements {
    clear: both;
    float: left;
    width: 100%;
}

.supplements--secondary {
    margin-top: 3rem;
}

.supplement {
    clear: both;
    float: left;
    margin-bottom: 4.5rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .supplement {
        margin-bottom: 3rem;
    }
}

.supplement a:not(.button) {
    text-decoration: underline;
}

    .supplement a:not(.button):hover,
    .supplement a:not(.button):focus,
    .supplement a:not(.button):active {
        text-decoration-thickness: 2px;
    }

.supplement p + .button {
    margin-top: 0;
}

.pagination + .supplement {
    margin-top: 3rem;
}

.page-content .supplement:last-child,
.aside .supplement:last-child {
    margin-bottom: 2.25rem;
}

@media screen and (min-width: 960px) {
    .page-content .supplement:last-child,
    .aside .supplement:last-child {
        margin-bottom: 4.5rem;
    }
}

.widget-row + .supplement {
    margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
    .widget-row + .supplement {
        margin-top: 3rem;
    }
}

.supplement__heading {
    margin: 0 0 0.75rem;
}

.supplement__subheading {
    font-size: 1rem;
}

.supplement__text {
    margin: 0 0 1.5rem;
}

    .supplement__text strong {
        margin-right: 0.75rem;
    }

    .supplement__text a {
        background-image: linear-gradient( to top, #1d70b8 0, #1d70b8 1px, transparent 1px, transparent 100% );
        background-position: 0 -2px;
        background-repeat: no-repeat;
        background-size: 0 100%;
        color: #1d70b8;
    }

        .supplement__text a:hover,
        .supplement__text a:focus {
            background-size: 100% 100%;
            text-decoration: none;
            -webkit-transition: background-size 0.2s ease-out;
            transition: background-size 0.2s ease-out;
        }

        .supplement__text a:visited {
            color: #4c2c92;
        }

.page-content .supplement__text a {
    background-image: linear-gradient( to top, #1d70b8 0, #1d70b8 1px, transparent 1px, transparent 100% );
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #1d70b8;
}

    .page-content .supplement__text a:hover,
    .page-content .supplement__text a:focus {
        background-size: 100% 100%;
        text-decoration: none;
        -webkit-transition: background-size 0.2s ease-out;
        transition: background-size 0.2s ease-out;
    }

    .page-content .supplement__text a:visited {
        color: #4c2c92;
    }

.aside--sidebar .supplement--flush {
    padding: 1.5rem 1.875rem;
}

@media screen and (min-width: 769px) {
    .aside--sidebar .supplement--flush {
        padding: 0;
    }
}

@media screen and (min-width: 769px) {
    .aside--sidebar .supplement--flush .image {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .aside--sidebar .supplement--flush .supplement__content {
        padding: 1.5rem 1.875rem;
    }
}

.supplement--contact .supplement__address {
    margin: 0.25rem 0 1.5rem;
}

.supplement--contact .supplement__contact .supplement__text {
    margin: 0 0 0.1875rem;
}

.supplement--contact .list--navigation {
    margin: 1.5rem 0 0;
}

    .supplement--contact .list--navigation::before {
        display: none;
    }

    .supplement--contact .list--navigation .list__item {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

        .supplement--contact .list--navigation .list__item::before {
            display: none;
        }

.supplement--navigation .list--navigation {
    margin: 1.5rem 0 0;
}

    .supplement--navigation .list--navigation::before {
        display: none;
    }

    .supplement--navigation .list--navigation .list__item {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

        .supplement--navigation .list--navigation .list__item::before {
            display: none;
        }

    .supplement--navigation .list--navigation .list__link {
        font-weight: 700;
    }

.supplement--az-contacts a:not(.button) {
    background-size: 100% 100%;
}

    .supplement--az-contacts a:not(.button):hover,
    .supplement--az-contacts a:not(.button):focus {
        background-image: linear-gradient( to top, #1d70b8 0, #1d70b8 2px, transparent 1px, transparent 100% );
        background-position: 0 -1px;
    }

.widget-width--100 .widget-middle-advert,
.widget-width--100 .widget-right-advert {
    margin-left: -1.5rem;
}

    .widget-width--100 .widget-middle-advert .boxed,
    .widget-width--100 .widget-right-advert .boxed {
        float: left;
        padding-left: 1.5rem;
    }

@media screen and (min-width: 960px) {
    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(1):nth-last-child(1),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(1):nth-last-child(1) {
        width: 100%;
    }

    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(1):nth-last-child(2),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(1):nth-last-child(2),
    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(2):nth-last-child(1),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(2):nth-last-child(1) {
        width: 50%;
    }

    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(1):nth-last-child(3),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(1):nth-last-child(3),
    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(2):nth-last-child(2),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(2):nth-last-child(2),
    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(3):nth-last-child(1),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(3):nth-last-child(1) {
        width: 33.33333%;
    }

    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(1):nth-last-child(4),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(1):nth-last-child(4),
    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(2):nth-last-child(3),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(2):nth-last-child(3),
    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(3):nth-last-child(2),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(3):nth-last-child(2),
    .widget-width--100
    .widget-middle-advert
    .boxed:nth-of-type(4):nth-last-child(1),
    .widget-width--100
    .widget-right-advert
    .boxed:nth-of-type(4):nth-last-child(1) {
        width: 25%;
    }
}

.widget-middle-advert .boxed,
.widget-right-advert .boxed {
    position: relative;
}

    .widget-middle-advert .boxed .widget__subheading,
    .widget-right-advert .boxed .widget__subheading,
    .widget-middle-advert .boxed:nth-of-type(3) .widget__subheading,
    .widget-right-advert .boxed:nth-of-type(3) .widget__subheading {
        border-color: #6ee0ce;
    }

    .widget-middle-advert .boxed:nth-of-type(2) .widget__subheading,
    .widget-right-advert .boxed:nth-of-type(2) .widget__subheading {
        border-color: #6f2476;
    }

.widget-middle-advert .widget__link,
.widget-right-advert .widget__link {
    display: block;
    color: #5f647c;
}

    .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 {
        text-decoration: underline;
    }

    .widget-middle-advert .widget__link::before,
    .widget-right-advert .widget__link::before {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.widget-middle-advert .widget__image,
.widget-right-advert .widget__image {
    margin-bottom: 0;
}

.widget-middle-advert .widget__heading,
.widget-right-advert .widget__heading {
    padding-left: 1.5rem;
    width: 100%;
}

.widget-middle-advert .widget__subheading,
.widget-right-advert .widget__subheading {
    border-top: 10px solid #6f2476;
    display: block;
    margin-top: 0;
    padding-top: 1.5rem;
}

.widget-middle-advert .widget__subheading-child,
.widget-right-advert .widget__subheading-child,
.widget-middle-advert .widget__text,
.widget-right-advert .widget__text {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.widget-middle-advert .widget__subheading-child,
.widget-right-advert .widget__subheading-child {
    font-size: 1rem;
    margin: 1.5rem 0 0.375rem;
}

.widget-middle-advert .widget__text,
.widget-right-advert .widget__text {
    margin-top: 0.375rem;
}

.widget-directory-search .form,
.widget-directory-search .form__append-group {
    margin: 0;
}

.widget-directory-search .form__field {
    background: #fff;
}

    .widget-directory-search .form__field:focus {
        outline: 3px solid #000;
    }

.widget-directory-search .button {
    min-width: 9.375rem;
}

.widget-calendar .widget__heading {
    text-align: center;
}

.widget-calendar abbr {
    text-decoration: none;
}

.widget-feeds .list__item {
    padding-left: 0;
    padding-right: 0;
}

.widget-gallery .editor {
    max-width: 100%;
}

.widget-gallery .image {
    float: none;
    margin: auto;
    max-width: none;
    width: 100%;
}

.widget-gallery .image__caption:empty {
    display: none;
}

.widget-homepage-banner {
    position: relative;
}

    .widget-homepage-banner,
    .widget-homepage-banner .image-link {
        background-color: #6f2476;
        display: block;
        margin-top: 0;
    }

        .widget-homepage-banner .image__caption,
        .widget-homepage-banner .image-link .image__caption {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            background-color: rgba(45, 53, 71, 0.9);
            color: #fff;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.5rem;
            font-weight: 400;
            margin-top: 0;
            max-width: 100%;
            padding: 0.75rem 1.5rem;
            text-align: left;
        }

@media screen and (min-width: 960px) {
    .widget-homepage-banner .image__caption,
    .widget-homepage-banner .image-link .image__caption {
        bottom: 10%;
        font-size: 1.75rem;
        left: 0;
        padding: 1rem 3rem;
        position: absolute;
        text-shadow: 0 0 0.25rem #6f2476;
    }
}

.widget-width--100 .widget-homepage-banner .image__caption,
.widget-width--100 .widget-homepage-banner .image-link .image__caption {
    font-size: 1.5rem;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .widget-width--100 .widget-homepage-banner .image__caption,
    .widget-width--100 .widget-homepage-banner .image-link .image__caption {
        font-size: 2.25rem;
        max-width: 50%;
        padding: 1rem 1.5rem;
    }
}

.widget-homepage-banner .image-link:hover .image__caption,
.widget-homepage-banner .image-link:focus .image__caption,
.widget-homepage-banner .image-link:active .image__caption {
    color: #fff;
}

.widget-homepage-banner .image-link:hover .image,
.widget-homepage-banner .image-link:focus .image,
.widget-homepage-banner .image-link:active .image {
    opacity: 0.7;
}

.widget-homepage-banner .image-link .image {
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
}

.widget-image .image {
    border-bottom: 10px solid #6f2476;
}

.widget-image .image-link:hover,
.widget-image .image-link:focus,
.widget-image .image-link:active {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

    .widget-image .image-link:hover .image__caption,
    .widget-image .image-link:focus .image__caption,
    .widget-image .image-link:active .image__caption {
        color: inherit;
        text-decoration: none;
    }

.widget-image .image__caption {
    font-size: 1rem;
    text-decoration: underline;
}

.widget-width--50 .widget-image .image__caption,
.widget-width--100 .widget-image .image__caption,
.widget-width--75 .widget-image .image__caption {
    margin-top: 0;
}

.widget-latest-news .listing--featured {
    border-color: #6f2476;
}

.widget-latest-news .list__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget-middle-advert .boxed {
    background-color: transparent;
    margin-bottom: 2.5rem;
    padding: 0;
}

.widget-navigation .list__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #5f647c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.75rem;
}

    .widget-navigation .list__link:focus {
        outline-offset: 1px;
    }

    .widget-navigation .list__link .icon {
        top: unset;
    }

.widget--opinion-poll .form__action--primary .button {
    margin: 0;
}

.widget-right-advert .boxed {
    background-color: transparent;
    margin-bottom: 2.5rem;
    padding: 0;
}

.widget-whats-new .boxed {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.widget-whats-new .list__link {
    text-decoration: underline;
}

    .widget-whats-new .list__link:hover,
    .widget-whats-new .list__link:focus,
    .widget-whats-new .list__link:active {
        text-decoration-thickness: 2px;
    }

    .widget-whats-new .list__link:focus {
        position: relative;
    }

.widget--whats-on .listing--featured {
    border-color: #1d70b8;
}

.widget--myaccount-signed-out-content .myaccount-widget,
.widget--myaccount-sign-in .myaccount-widget,
.widget--my-account-direct-debits .myaccount-widget,
.widget--my-account-forms .myaccount-widget,
.widget--myaccount-api-links .myaccount-widget,
.widget--myaccount-form-submissions .myaccount-widget,
.widget--myaccount-my-address .myaccount-widget,
.widget--myaccount-paybridge-balance-lookup .myaccount-widget,
.widget--myaccount-payments .myaccount-widget,
.widget--myaccount-directory-submissions .myaccount-widget,
.widget--myaccount-cxm-cases-compact .myaccount-widget,
.widget--myaccount-cxm-cases-verbose-list .myaccount-widget,
.widget--myaccount-cxm-cases-verbose-table .myaccount-widget,
.widget--myaccount-northgate-citizen-access .myaccount-widget,
.widget--myaccount-organisation-account-links .myaccount-widget,
.widget--myaccount-organisation-links .myaccount-widget,
.my-cases .myaccount-widget {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .widget--myaccount-signed-out-content .myaccount-widget,
    .widget--myaccount-sign-in .myaccount-widget,
    .widget--my-account-direct-debits .myaccount-widget,
    .widget--my-account-forms .myaccount-widget,
    .widget--myaccount-api-links .myaccount-widget,
    .widget--myaccount-form-submissions .myaccount-widget,
    .widget--myaccount-my-address .myaccount-widget,
    .widget--myaccount-paybridge-balance-lookup .myaccount-widget,
    .widget--myaccount-payments .myaccount-widget,
    .widget--myaccount-directory-submissions .myaccount-widget,
    .widget--myaccount-cxm-cases-compact .myaccount-widget,
    .widget--myaccount-cxm-cases-verbose-list .myaccount-widget,
    .widget--myaccount-cxm-cases-verbose-table .myaccount-widget,
    .widget--myaccount-northgate-citizen-access .myaccount-widget,
    .widget--myaccount-organisation-account-links .myaccount-widget,
    .widget--myaccount-organisation-links .myaccount-widget,
    .my-cases .myaccount-widget {
        margin: 0;
    }
}

.widget--myaccount-signed-out-content .myaccount-widget .widget__heading,
.widget--myaccount-sign-in .myaccount-widget .widget__heading,
.widget--my-account-direct-debits .myaccount-widget .widget__heading,
.widget--my-account-forms .myaccount-widget .widget__heading,
.widget--myaccount-api-links .myaccount-widget .widget__heading,
.widget--myaccount-form-submissions .myaccount-widget .widget__heading,
.widget--myaccount-my-address .myaccount-widget .widget__heading,
.widget--myaccount-paybridge-balance-lookup .myaccount-widget .widget__heading,
.widget--myaccount-payments .myaccount-widget .widget__heading,
.widget--myaccount-directory-submissions .myaccount-widget .widget__heading,
.widget--myaccount-cxm-cases-compact .myaccount-widget .widget__heading,
.widget--myaccount-cxm-cases-verbose-list .myaccount-widget .widget__heading,
.widget--myaccount-cxm-cases-verbose-table .myaccount-widget .widget__heading,
.widget--myaccount-northgate-citizen-access .myaccount-widget .widget__heading,
.widget--myaccount-organisation-account-links
.myaccount-widget
.widget__heading,
.widget--myaccount-organisation-links .myaccount-widget .widget__heading,
.my-cases .myaccount-widget .widget__heading {
    background-color: #eaddc3;
    color: #333;
    font-family: "Trebuchet MS";
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 -1.875rem 1.5rem;
    padding: 1rem 1.5rem;
}

.widget--myaccount-signed-out-content .sign-in-links,
.widget--myaccount-sign-in .sign-in-links,
.widget--my-account-direct-debits .sign-in-links,
.widget--my-account-forms .sign-in-links,
.widget--myaccount-api-links .sign-in-links,
.widget--myaccount-form-submissions .sign-in-links,
.widget--myaccount-my-address .sign-in-links,
.widget--myaccount-paybridge-balance-lookup .sign-in-links,
.widget--myaccount-payments .sign-in-links,
.widget--myaccount-directory-submissions .sign-in-links,
.widget--myaccount-cxm-cases-compact .sign-in-links,
.widget--myaccount-cxm-cases-verbose-list .sign-in-links,
.widget--myaccount-cxm-cases-verbose-table .sign-in-links,
.widget--myaccount-northgate-citizen-access .sign-in-links,
.widget--myaccount-organisation-account-links .sign-in-links,
.widget--myaccount-organisation-links .sign-in-links,
.my-cases .sign-in-links {
    padding-top: 1.5rem;
}

.widget--myaccount-signed-out-content .widget__list .list__link,
.widget--myaccount-sign-in .widget__list .list__link,
.widget--my-account-direct-debits .widget__list .list__link,
.widget--my-account-forms .widget__list .list__link,
.widget--myaccount-api-links .widget__list .list__link,
.widget--myaccount-form-submissions .widget__list .list__link,
.widget--myaccount-my-address .widget__list .list__link,
.widget--myaccount-paybridge-balance-lookup .widget__list .list__link,
.widget--myaccount-payments .widget__list .list__link,
.widget--myaccount-directory-submissions .widget__list .list__link,
.widget--myaccount-cxm-cases-compact .widget__list .list__link,
.widget--myaccount-cxm-cases-verbose-list .widget__list .list__link,
.widget--myaccount-cxm-cases-verbose-table .widget__list .list__link,
.widget--myaccount-northgate-citizen-access .widget__list .list__link,
.widget--myaccount-organisation-account-links .widget__list .list__link,
.widget--myaccount-organisation-links .widget__list .list__link,
.my-cases .widget__list .list__link {
    font-size: 1.125rem;
    line-height: 1.4;
    text-decoration: underline;
}

    .widget--myaccount-signed-out-content .widget__list .list__link:hover,
    .widget--myaccount-signed-out-content .widget__list .list__link:focus,
    .widget--myaccount-signed-out-content .widget__list .list__link:active,
    .widget--myaccount-sign-in .widget__list .list__link:hover,
    .widget--myaccount-sign-in .widget__list .list__link:focus,
    .widget--myaccount-sign-in .widget__list .list__link:active,
    .widget--my-account-direct-debits .widget__list .list__link:hover,
    .widget--my-account-direct-debits .widget__list .list__link:focus,
    .widget--my-account-direct-debits .widget__list .list__link:active,
    .widget--my-account-forms .widget__list .list__link:hover,
    .widget--my-account-forms .widget__list .list__link:focus,
    .widget--my-account-forms .widget__list .list__link:active,
    .widget--myaccount-api-links .widget__list .list__link:hover,
    .widget--myaccount-api-links .widget__list .list__link:focus,
    .widget--myaccount-api-links .widget__list .list__link:active,
    .widget--myaccount-form-submissions .widget__list .list__link:hover,
    .widget--myaccount-form-submissions .widget__list .list__link:focus,
    .widget--myaccount-form-submissions .widget__list .list__link:active,
    .widget--myaccount-my-address .widget__list .list__link:hover,
    .widget--myaccount-my-address .widget__list .list__link:focus,
    .widget--myaccount-my-address .widget__list .list__link:active,
    .widget--myaccount-paybridge-balance-lookup .widget__list .list__link:hover,
    .widget--myaccount-paybridge-balance-lookup .widget__list .list__link:focus,
    .widget--myaccount-paybridge-balance-lookup .widget__list .list__link:active,
    .widget--myaccount-payments .widget__list .list__link:hover,
    .widget--myaccount-payments .widget__list .list__link:focus,
    .widget--myaccount-payments .widget__list .list__link:active,
    .widget--myaccount-directory-submissions .widget__list .list__link:hover,
    .widget--myaccount-directory-submissions .widget__list .list__link:focus,
    .widget--myaccount-directory-submissions .widget__list .list__link:active,
    .widget--myaccount-cxm-cases-compact .widget__list .list__link:hover,
    .widget--myaccount-cxm-cases-compact .widget__list .list__link:focus,
    .widget--myaccount-cxm-cases-compact .widget__list .list__link:active,
    .widget--myaccount-cxm-cases-verbose-list .widget__list .list__link:hover,
    .widget--myaccount-cxm-cases-verbose-list .widget__list .list__link:focus,
    .widget--myaccount-cxm-cases-verbose-list .widget__list .list__link:active,
    .widget--myaccount-cxm-cases-verbose-table .widget__list .list__link:hover,
    .widget--myaccount-cxm-cases-verbose-table .widget__list .list__link:focus,
    .widget--myaccount-cxm-cases-verbose-table .widget__list .list__link:active,
    .widget--myaccount-northgate-citizen-access .widget__list .list__link:hover,
    .widget--myaccount-northgate-citizen-access .widget__list .list__link:focus,
    .widget--myaccount-northgate-citizen-access .widget__list .list__link:active,
    .widget--myaccount-organisation-account-links .widget__list .list__link:hover,
    .widget--myaccount-organisation-account-links .widget__list .list__link:focus,
    .widget--myaccount-organisation-account-links .widget__list .list__link:active,
    .widget--myaccount-organisation-links .widget__list .list__link:hover,
    .widget--myaccount-organisation-links .widget__list .list__link:focus,
    .widget--myaccount-organisation-links .widget__list .list__link:active,
    .my-cases .widget__list .list__link:hover,
    .my-cases .widget__list .list__link:focus,
    .my-cases .widget__list .list__link:active {
        text-decoration-thickness: 2px;
    }

.widget--myaccount-sign-in li {
    display: inline-block;
    margin: 0.375rem 1.5rem 0.375rem 0;
}

    .widget--myaccount-sign-in li:last-child {
        margin-right: 0;
    }

.widget--myaccount-sign-in a {
    margin: 0;
}

.widget--myaccount-payments .list__link {
    font-size: 1.125rem;
    line-height: 1.4;
    text-decoration: underline;
}

    .widget--myaccount-payments .list__link:hover,
    .widget--myaccount-payments .list__link:focus,
    .widget--myaccount-payments .list__link:active {
        text-decoration-thickness: 2px;
    }

.widget--myaccount-paybridge-balance-lookup .search_result > .button {
    margin: 0.75rem 0.75rem 0 0;
}

.widget--myaccount-links h2,
.widget--myaccount-links .h2 {
    color: #333;
}

.widget--myaccount-links h3,
.widget--myaccount-links .form__heading,
.widget--myaccount-links .h3 {
    color: #333;
    font-size: 1.5rem;
}

.widget--myaccount-links .list__link {
    font-size: 1.125rem;
    line-height: 1.4;
    text-decoration: underline;
}

    .widget--myaccount-links .list__link:hover,
    .widget--myaccount-links .list__link:focus,
    .widget--myaccount-links .list__link:active {
        text-decoration-thickness: 2px;
    }

.widget--myaccount-directory-submissions .directory-submissions__item-heading {
    color: #333;
    font-family: "Trebuchet MS";
    font-size: 1.5rem;
}

.widget--myaccount-directory-submissions p {
    margin-top: 0;
}

.widget--myaccount-api-links a {
    margin: 0;
}

.widget--myaccount-api-links .list li,
.widget--myaccount-api-links .download__meta-list li {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.widget--my-account-forms,
.widget--myaccount-form-submissions {
    background-color: #f9f5ed;
}

    .widget--my-account-forms > div,
    .widget--myaccount-form-submissions > div {
        margin-bottom: 1.5rem;
    }

        .widget--my-account-forms > div:last-of-type,
        .widget--myaccount-form-submissions > div:last-of-type {
            margin-bottom: 0;
        }

    .widget--my-account-forms h2,
    .widget--my-account-forms .h2,
    .widget--myaccount-form-submissions h2,
    .widget--myaccount-form-submissions .h2 {
        background-color: #eaddc3;
        color: #333;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0;
        padding: 1rem 1.5rem;
    }

    .widget--my-account-forms h3,
    .widget--my-account-forms .form__heading,
    .widget--my-account-forms .h3,
    .widget--myaccount-form-submissions h3,
    .widget--myaccount-form-submissions .form__heading,
    .widget--myaccount-form-submissions .h3 {
        color: #333;
        font-size: 1.5rem;
        margin: 0 0 1rem;
    }

    .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 #e4e9f4;
            margin-bottom: 0.375rem;
            padding-bottom: 0.375rem;
        }

            .widget--my-account-forms .item-list > li li,
            .widget--myaccount-form-submissions .item-list > li li {
                border-bottom: 0;
                font-size: 1rem;
                margin: 0.25rem 0 0;
                padding-bottom: 0;
            }

            .widget--my-account-forms .item-list > li a,
            .widget--myaccount-form-submissions .item-list > li a {
                font-size: 1.125rem;
                text-decoration: underline;
            }

                .widget--my-account-forms .item-list > li a:hover,
                .widget--my-account-forms .item-list > li a:focus,
                .widget--my-account-forms .item-list > li a:active,
                .widget--myaccount-form-submissions .item-list > li a:hover,
                .widget--myaccount-form-submissions .item-list > li a:focus,
                .widget--myaccount-form-submissions .item-list > li a:active {
                    text-decoration: none;
                }

        .widget--my-account-forms .item-list .item-list,
        .widget--myaccount-form-submissions .item-list .item-list {
            margin-bottom: 0.75rem;
        }

        .widget--my-account-forms .item-list strong,
        .widget--myaccount-form-submissions .item-list strong {
            font-weight: 400;
        }

    .widget--my-account-forms #no-forms,
    .widget--myaccount-form-submissions #no-forms {
        margin-bottom: 0;
    }

@media screen and (min-width: 769px) {
    .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: 50%;
    }
}

.widget--my-account-forms h4,
.widget--my-account-forms .h4,
.widget--myaccount-form-submissions h4,
.widget--myaccount-form-submissions .h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
}

    .widget--my-account-forms h4 a,
    .widget--my-account-forms .h4 a,
    .widget--myaccount-form-submissions h4 a,
    .widget--myaccount-form-submissions .h4 a {
        font-size: 1.125rem;
        text-decoration: underline;
    }

        .widget--my-account-forms h4 a:hover,
        .widget--my-account-forms .h4 a:hover,
        .widget--my-account-forms h4 a:focus,
        .widget--my-account-forms .h4 a:focus,
        .widget--my-account-forms h4 a:active,
        .widget--my-account-forms .h4 a:active,
        .widget--myaccount-form-submissions h4 a:hover,
        .widget--myaccount-form-submissions .h4 a:hover,
        .widget--myaccount-form-submissions h4 a:focus,
        .widget--myaccount-form-submissions .h4 a:focus,
        .widget--myaccount-form-submissions h4 a:active,
        .widget--myaccount-form-submissions .h4 a:active {
            text-decoration: none;
        }

.widget--my-account-forms .view-more,
.widget--myaccount-form-submissions .view-more {
    clear: both;
    float: left;
}

.widget--my-account-forms .small-buttons .button,
.widget--myaccount-form-submissions .small-buttons .button {
    margin-top: 0;
}

    .widget--my-account-forms .small-buttons .button:hover,
    .widget--myaccount-form-submissions .small-buttons .button:hover {
        background-color: #6f2476;
        color: #fff;
    }

.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 #e4e9f4;
    margin: 1.5rem 0;
}

    .my-cases__list + .button {
        margin-top: 0;
    }

.my-cases__item {
    border-bottom: 1px solid #e4e9f4;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

    .my-cases__title a {
        font-size: 1.125rem;
        text-decoration: underline;
    }

        .my-cases__title a:hover,
        .my-cases__title a:focus,
        .my-cases__title a:active {
            text-decoration: none;
        }

.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;
    margin-top: 0.25rem;
}

    .my-cases__metadata-item strong {
        font-weight: 400;
    }

.my-cases .my-cases__list {
    border-top: 0;
}

@media screen and (min-width: 960px) {
    .widget-width--large .my-cases .my-cases__item:not(:first-child) {
        padding-right: 14.75rem;
        position: relative;
    }

        .widget-width--large
        .my-cases
        .my-cases__item:not(:first-child)
        .my-cases__metadata-item::before {
            border-left: 1px solid #5f647c;
            content: "";
            display: inline-block;
            height: 0.75rem;
            margin-left: 0.25rem;
            padding-left: 0.5rem;
        }

        .widget-width--large
        .my-cases
        .my-cases__item:not(:first-child)
        .my-cases__metadata-item,
        .widget-width--large
        .my-cases
        .my-cases__item:not(:first-child)
        .my-cases__title,
        .widget-width--large
        .my-cases
        .my-cases__item:not(:first-child)
        .my-cases__metadata {
            display: inline;
        }

        .widget-width--large
        .my-cases
        .my-cases__item:not(:first-child)
        .my-cases__label {
            max-width: 14.375rem;
            position: absolute;
            right: 0;
            top: 0;
        }
}

.my-cases__label {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background-color: #e4e9f4;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 0.875rem;
    margin-left: 0.75rem;
    padding: 0.1875rem 0.3rem;
}

@media screen and (max-width: 599px) {
    .my-cases__label {
        max-width: 50%;
    }
}

.widget-width--small .my-cases__label {
    margin-left: 0;
}

.my-cases__label--open,
.my-cases__label--Open {
    background-color: #53a264;
}

.my-cases__label--closed,
.my-cases__label--Closed {
    background-color: #d07488;
}

.widget--myaccount-cxm-cases-verbose-table .table-wrapper {
    padding-right: 1px;
}

.widget--myaccount-cxm-cases-verbose-table tr:first-child th {
    background-color: #6f2476;
    color: #fff;
}

.widget--myaccount-cxm-cases-verbose-table th,
.widget--myaccount-cxm-cases-verbose-table td {
    border: 1px solid #6f2476;
}

.widget--myaccount-cxm-cases-verbose-table a:not(.button) {
    text-decoration: underline;
}

    .widget--myaccount-cxm-cases-verbose-table a:not(.button):hover,
    .widget--myaccount-cxm-cases-verbose-table a:not(.button):focus,
    .widget--myaccount-cxm-cases-verbose-table a:not(.button):active {
        text-decoration: none;
    }

.cxm-service__info,
.cxm-service__case-detail,
.cxm-service__action {
    padding-top: 0;
    position: relative;
}

    .cxm-service__info h2,
    .cxm-service__info .h2,
    .cxm-service__case-detail h2,
    .cxm-service__case-detail .h2,
    .cxm-service__action h2,
    .cxm-service__action .h2 {
        background-color: #eaddc3;
        color: #333;
        font-family: "Trebuchet MS";
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 -1.875rem 1.5rem;
        padding: 1rem 3rem 1rem 1.5rem;
    }

    .cxm-service__info .icon,
    .cxm-service__case-detail .icon,
    .cxm-service__action .icon {
        position: absolute;
        right: 0.75rem;
        top: 0.75rem;
    }

    .cxm-service__info dl dt,
    .cxm-service__case-detail dl dt,
    .cxm-service__action dl dt {
        font-weight: 700;
    }

    .cxm-service__info dl dt,
    .cxm-service__info dl .cxm-service__case-detail-item,
    .cxm-service__case-detail dl dt,
    .cxm-service__case-detail dl .cxm-service__case-detail-item,
    .cxm-service__action dl dt,
    .cxm-service__action dl .cxm-service__case-detail-item {
        float: left;
        margin: 0;
        padding: 0.25rem;
        width: 50%;
    }

    .cxm-service__info .button,
    .cxm-service__case-detail .button,
    .cxm-service__action .button {
        margin-top: 0.75rem;
    }

.widget--myaccount-organisation-account-links a,
.widget--myaccount-organisation-links a {
    margin: 0;
}

.widget--myaccount-organisation-account-links .list__item:not(:last-child),
.widget--myaccount-organisation-links .list__item:not(:last-child) {
    margin-bottom: 2rem;
}

.widget--confirm-map .esri_map_container {
    margin-top: 1.5rem;
}

    .widget--confirm-map .esri_map_container ::-webkit-input-placeholder {
        color: #000 !important;
    }

    .widget--confirm-map .esri_map_container ::-moz-placeholder {
        color: #000 !important;
    }

    .widget--confirm-map .esri_map_container :-ms-input-placeholder {
        color: #000 !important;
    }

    .widget--confirm-map .esri_map_container ::-ms-input-placeholder {
        color: #000 !important;
    }

    .widget--confirm-map .esri_map_container ::placeholder {
        color: #000 !important;
    }

.widget--confirm-map .esri_map_legend_heading {
    margin-bottom: 1rem;
    width: 100%;
}

.widget--confirm-map .button--subtle {
    color: #6f2476 !important;
    text-decoration: none !important;
}

.widget--confirm-map .esri_map_legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget--confirm-map .esri_map_legend_item {
    clear: both;
}

@media screen and (max-width: 599px) {
    .widget--confirm-map .esri_map_legend_item {
        width: 100%;
    }
}

.site-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0 3rem;
    z-index: 994;
}

.home-page .site-main,
.document-article .site-main {
    margin: 0;
}

.one-column .site-content {
    margin: 0 auto;
}

.page-content {
    margin-top: 3rem;
}

@media screen and (min-width: 960px) {
    .page-content {
        margin-top: 4.5rem;
    }

    .two-column.document-article .page-content {
        margin-top: 2.5rem;
    }
}

.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: 72.91667%;
    }
}

.homepage-modular .page-content,
.category-modular .page-content,
.index-modular .page-content {
    margin-top: 0;
}

.page-heading,
.page-subheading {
    margin-bottom: 1.5rem;
}

.directory-article .page-subheading {
    padding-bottom: 1.5rem;
}

.page-content .page-subheading:first-child {
    margin-top: 0;
}

.page-header {
    background-color: #f9f5ed;
    padding: 1.5rem 0;
    position: relative;
    z-index: 995;
}

@media screen and (min-width: 769px) {
    .page-header {
        padding: 3rem 0;
    }
}

@media screen and (min-width: 1020px) {
    .landing-page .page-header {
        padding: 3rem 0 6rem;
    }
}

.page-header__content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .page-header__content .page-header__content-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: calc(100% - 3rem);
    }

.page__heading-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    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;
}

    .page__heading-container .page-heading {
        margin: 0;
    }

    .page__heading-container .page-heading--subtext {
        color: #5f647c;
        display: block;
        font-size: 1.5rem;
    }

.site-header {
    background-color: #6f2476;
    margin-top: 0;
    padding: 0.75rem 0;
    position: relative;
    z-index: 996;
}

@media screen and (min-width: 769px) {
    .site-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.no-js .site-header {
    padding-bottom: 0;
}

    .no-js .site-header .identity {
        padding-bottom: 0.75rem;
    }

.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 {
        display: block;
        padding: 0;
        text-align: center;
    }
}

.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: 0.375rem 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;
    position: relative;
}

@media screen and (max-width: 599px) {
    .site-header .identity {
        display: inline-block;
    }
}

.identity__logo {
    width: 11.25rem;
}

@media screen and (min-width: 400px) {
    .identity__logo {
        width: 13.75rem;
    }
}

.identity__logo-image {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.identity__link {
    color: #fff;
    display: block;
}

    .identity__link:visited,
    .identity__link:hover,
    .identity__link:focus,
    .identity__link:active {
        color: #fff;
    }

.identity__link--custom {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .identity__link--custom:hover,
    .identity__link--custom:focus,
    .identity__link--custom:active {
        opacity: 0.9;
    }

.identity__link--default {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .identity__link--default:hover .identity__logo-image,
    .identity__link--default:focus .identity__logo-image,
    .identity__link--default:active .identity__logo-image {
        opacity: 0.8;
    }

.identity__print-fallback {
    display: none;
    max-width: 13.75rem;
}

.site-footer {
    background-color: #6f2476;
    color: #fff;
    margin: 0;
    padding: 2.5rem 0;
}

@media screen and (min-width: 960px) {
    .site-footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 959px) {
    .site-footer .container {
        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 (max-width: 959px) {
    .site-footer__right,
    .site-footer__left {
        text-align: center;
    }
}

@media screen and (min-width: 960px) {
    .site-footer__right,
    .site-footer__left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        float: left;
    }
}

@media screen and (max-width: 959px) {
    .site-footer__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .site-footer__right {
        float: right;
        margin-left: 3rem;
    }
}

@media screen and (max-width: 959px) {
    .site-footer__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.site-footer__social {
    margin-left: -1.5rem;
}

@media screen and (max-width: 959px) {
    .site-footer__social {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 959px) {
    .site-footer__social .list--social-links {
        display: inline-block;
    }
}

.site-footer__social .list--social-links .list__item {
    float: left;
    margin: 0;
    margin-right: 0.75rem;
}

@media screen and (max-width: 1019px) {
    .site-footer__social .list--social-links .list__item {
        margin: 0 0.3rem;
    }
}

.site-footer__social .list--social-links .list__link {
    display: block;
    position: relative;
}

    .site-footer__social .list--social-links .list__link::before {
        border: 2px solid #6ee0ce;
        border-radius: 50%;
        content: "";
        display: block;
        height: 10%;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -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: 10%;
    }

    .site-footer__social .list--social-links .list__link:hover::before {
        height: 120%;
        opacity: 1;
        width: 120%;
    }

.site-footer__social .list--social-links .icon {
    height: 4.5rem;
    width: 4.5rem;
}

@media screen and (max-width: 599px) {
    .site-footer__social .list--social-links .icon {
        height: 3rem;
        width: 3rem;
    }
}

.site-footer__logo {
    float: right;
}

@media screen and (min-width: 960px) {
    .site-footer__logo {
        margin-left: 1.5rem;
    }
}

@media screen and (max-width: 959px) {
    .site-footer__logo {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
    }
}

@media screen and (max-width: 959px) {
    .site-footer__logo .identity {
        display: inline-block;
    }
}

.site-footer__logo .identity__logo {
    width: 6.25rem;
}

.site-footer__content {
    text-align: center;
}

@media screen and (min-width: 960px) {
    .site-footer__content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
}

.site-footer__group {
    display: inline;
}

@media screen and (min-width: 600px) {
    .site-footer__group {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.site-footer__group .list,
.site-footer__group .download__meta-list {
    display: inline;
}

.site-footer__group .list__item {
    display: inline-block;
    margin: 0.375rem 1.5rem 0.375rem 0;
}

@media screen and (max-width: 959px) {
    .site-footer__group .list__item {
        margin: 0.375rem 0.75rem;
    }
}

.site-footer__group .list__link {
    color: #fff;
    display: inline-block;
    margin-top: 0;
    padding: 0.125rem 0;
    text-decoration: underline;
}

    .site-footer__group .list__link:focus {
        position: relative;
    }

    .site-footer__group .list__link:hover,
    .site-footer__group .list__link:focus,
    .site-footer__group .list__link:active {
        text-decoration-thickness: 2px;
    }

.site-footer__text {
    margin: 0;
}

    .site-footer__text.site-footer__rights {
        float: left;
        margin-right: 2.25rem;
        margin-top: 0.375rem;
    }

@media screen and (max-width: 959px) {
    .site-footer__text.site-footer__rights {
        display: inline;
        float: none;
        margin-right: 0;
    }
}

.site-footer__link {
    color: #fff;
    font-weight: 700;
}

    .site-footer__link:visited {
        color: #fff;
    }

.site-footer__supplier .site-footer__link {
    font-weight: 400;
}

.site-footer__heading {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

@media screen and (min-width: 500px) {
    .site-footer__heading {
        margin: 0 0 1.5rem;
    }
}

.site-footer__text,
.site-footer__links {
    color: #fff;
    display: block;
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .site-footer__text,
    .site-footer__links {
        display: inline;
        margin-right: 1rem;
        text-align: left;
    }
}

.site-footer__supplier {
    clear: both;
    display: block;
    font-size: 0.875rem;
    padding-top: 0.5rem;
}

@media screen and (max-width: 959px) {
    .site-footer__supplier {
        padding-top: 0.75rem;
        text-align: center;
    }
}

.site-footer__supplier .site-footer__link:visited {
    color: #fff;
}

.site-footer__supplier .site-footer__link:hover,
.site-footer__supplier .site-footer__link:focus,
.site-footer__supplier .site-footer__link:active {
    color: #fff;
    text-decoration: none;
}

    .site-footer__supplier .site-footer__link:hover strong,
    .site-footer__supplier .site-footer__link:focus strong,
    .site-footer__supplier .site-footer__link:active strong {
        text-decoration-thickness: 2px;
    }

.site-footer__supplier .site-footer__link strong {
    text-decoration: underline;
}

.aside {
    margin-top: 2.25rem;
}

    .aside .aside__section {
        margin-bottom: 4.5rem;
    }

@media screen and (max-width: 768px) {
    .aside .aside__section {
        margin-bottom: 3rem;
    }
}

.aside .aside__section .form__actions .button {
    margin-top: 0;
}

.aside .aside__heading {
    font-size: 1.5rem;
    margin: 0 0 1rem;
}

.aside .aside__list {
    margin-top: 0.75rem;
}

    .aside .aside__list .list__item {
        margin-top: 0.75rem;
    }

.aside .aside__links {
    margin-top: 0.75rem;
}

    .aside .aside__links .list__item {
        margin-top: 0.75rem;
    }

.aside .form {
    margin-top: 0;
}

@media screen and (max-width: 959px) {
    .aside--sidebar {
        float: left;
        width: 100%;
    }
}

.two-column .aside--sidebar {
    margin-top: 0.75rem;
}

@media screen and (min-width: 960px) {
    .two-column .aside--sidebar {
        float: left;
        margin-top: 4.5rem;
        width: 27.08333%;
    }
}

.aside--below {
    margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
    .widget-row {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.container:first-of-type .widget-row .widget {
    margin-top: 0;
}

.homepage-modular .container:first-of-type .widget-row .widget,
.category-modular .container:first-of-type .widget-row .widget {
    margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
    .homepage-modular .container:first-of-type .widget-row .widget,
    .category-modular .container:first-of-type .widget-row .widget {
        margin-top: 3rem;
    }
}

@media screen and (min-width: 769px) {
    .widget-width {
        float: left;
        padding: 0 1rem;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .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: 4.5rem;
}

@media screen and (max-width: 768px) {
    .widget {
        margin-top: 3rem;
    }
}

.widget:empty {
    display: none;
}

.widget__heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

    .widget__heading:first-child {
        margin-top: 0;
    }

.widget__subheading {
    font-size: 1rem;
}

.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: 768px) {
    .grid--4up .grid__cell {
        width: 50%;
    }

        .grid--4up .grid__cell:nth-child(2n + 1) {
            clear: left;
        }
}

@media screen and (min-width: 769px) 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 .form__control {
    margin: 0;
}

.site-search--header {
    color: #333;
    height: 100vh;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 160px 0 2rem;
    position: fixed;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    z-index: 99999999;
}

    .site-search--header ::-webkit-input-placeholder {
        color: #333;
    }

    .site-search--header ::-moz-placeholder {
        opacity: 1;
        color: #333;
    }

    .site-search--header ::-moz-placeholder {
        opacity: 1;
        color: #333;
    }

    .site-search--header :-ms-input-placeholder {
        color: #333;
    }

.no-js .site-search--header {
    background-color: rgba(249, 245, 237, 0.95);
    height: auto;
    opacity: 1;
    padding: 0 0 2rem;
    position: static;
}

.site-search--header::before {
    background-color: rgba(249, 245, 237, 0.95);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
}

.no-js .site-search--header::before {
    display: none;
}

.site-search--header[aria-hidden="true"] {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.site-search--header[aria-hidden="false"] {
    display: block;
    opacity: 1;
}

    .site-search--header[aria-hidden="false"] .js-search-toggle {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.site-search--header .container {
    max-width: 1280px;
}

.site-search--header .js-search-toggle {
    background: #6f2476;
    border: 1px solid #6f2476;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 4.375rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -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: 4.375rem;
}

    .site-search--header .js-search-toggle:hover,
    .site-search--header .js-search-toggle:focus,
    .site-search--header .js-search-toggle:active {
        background-color: #333;
        border-color: #333;
    }

    .site-search--header .js-search-toggle:focus {
        border-color: #fff;
        outline-color: #000;
        right: 2px;
        top: 2px;
    }

    .site-search--header .js-search-toggle .toggle-icon {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

        .site-search--header .js-search-toggle .toggle-icon::before {
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        }

        .site-search--header .js-search-toggle .toggle-icon::after {
            -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
        }

        .site-search--header .js-search-toggle .toggle-icon .toggle-icon__line {
            opacity: 0;
            -webkit-transform: translate(-100%, -50%);
            -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
        }

        .site-search--header .js-search-toggle .toggle-icon::before,
        .site-search--header .js-search-toggle .toggle-icon::after,
        .site-search--header .js-search-toggle .toggle-icon .toggle-icon__line {
            background-color: #fff;
            bottom: auto;
            height: 0.1875rem;
            top: 50%;
        }

.no-js .site-search--header .js-search-toggle {
    display: none;
}

.site-search--header .form__control {
    width: 100%;
}

    .site-search--header .form__control::after {
        background-color: #333;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: opacity 1s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.3s;
        transition: opacity 1s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.3s;
        transition: transform 0.5s ease-out 0.3s, opacity 1s ease-out 0.6s;
        transition: transform 0.5s ease-out 0.3s, opacity 1s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.3s;
        width: 100%;
    }

.no-js .site-search--header .form__control::after {
    content: none;
}

.site-search--header .form__append-group {
    margin-bottom: 0.375rem;
}

.site-search--header .form__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 6px solid #333;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5.625rem;
    font-weight: 700;
    height: inherit;
    text-transform: none;
    width: 100%;
}

@media screen and (max-width: 599px) {
    .site-search--header .form__field {
        font-size: 3rem;
    }
}

.site-search--header .form__field ::-webkit-input-placeholder {
    color: #333;
}

.site-search--header .form__field ::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.site-search--header .form__field ::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.site-search--header .form__field :-ms-input-placeholder {
    color: #333;
}

.site-search--header .form__field:focus {
    outline: 3px solid #000;
    padding-left: 0.75rem;
}

.site-search--header .button {
    background-color: transparent;
    border: 0;
    border-bottom: 6px solid #333;
    border-radius: 0;
    height: auto;
    margin: 0;
    padding: 1.875rem 0 0 0.375rem;
}

    .site-search--header .button::before {
        display: none;
    }

    .site-search--header .button:hover,
    .site-search--header .button:focus,
    .site-search--header .button:active {
        background-color: transparent;
    }

        .site-search--header .button:hover .icon,
        .site-search--header .button:focus .icon,
        .site-search--header .button:active .icon {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .site-search--header .button:focus,
    .site-search--header .button:active {
        outline-color: #333;
    }

    .site-search--header .button .icon {
        height: 4.375rem;
        -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;
        width: 4.375rem;
    }

@media screen and (max-width: 599px) {
    .site-search--header .button .icon {
        height: 2.625rem;
        width: 2.625rem;
    }
}

.site-search--header .icon {
    display: inline-block;
}

.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;
    background-color: #fff;
    color: #000;
}

.site-search--header .site-search__focus-button {
    display: block;
}

.no-js .site-search--header .site-search__focus-button {
    display: none;
}

.site-search--header .visually-hidden {
    background-color: #fff;
    color: #000;
}

.zoom-overlay {
    z-index: 998;
}

.zoom-overlay-open .zoom-overlay {
    opacity: 0.5;
}

.zoom-overlay-transitioning .zoom-overlay {
    opacity: 0;
}

.zoom-img-wrap {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 999;
}

.zoom-overlay-open .site-main {
    z-index: auto;
}

.page-content > .editor:last-child {
    margin-bottom: 2.25rem;
}

@media screen and (min-width: 960px) {
    .page-content > .editor:last-child {
        margin-bottom: 4.5rem;
    }
}

.editor a:not(.button) {
    background-size: 100% 100%;
    text-decoration: underline;
}

    .editor a:not(.button):hover,
    .editor a:not(.button):focus,
    .editor a:not(.button):active {
        text-decoration-thickness: 2px;
    }

.editor .button {
    margin-bottom: 1.5rem;
    width: 100%;
}

@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;
}

.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;
    }
}

@media screen and (min-width: 600px) {
    .editor .float_right {
        float: right;
        margin-left: 1.5rem;
        margin-top: 0.75rem;
    }
}

.editor img:not([class]) {
    display: inline;
    margin: 0.75rem 0 0;
    vertical-align: baseline;
}

.editor p img:not([class]):first-child {
    margin-top: 0.5rem;
}

.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-color: #fff;
}

.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.float_left img,
    .editor .imageCaption.float_right img,
    .editor .imageCaption.image_centre img {
        display: block;
    }

.editor .imageCaption:first-child,
.editor .imageCaption.float_left:first-child,
.editor .imageCaption.float_right:first-child {
    margin-top: 0;
}

.editor .link-external:not(.button):hover,
.editor .link-external:not(.button):focus,
.editor .link-external:not(.button):active {
    text-decoration: none;
}

    .editor .link-external:not(.button):hover .link-external__text,
    .editor .link-external:not(.button):focus .link-external__text,
    .editor .link-external:not(.button):active .link-external__text {
        text-decoration: underline;
    }

.calendar--event-booking {
    max-width: none;
    width: 100%;
}

.ie8-wrapper .calendar--event-booking {
    display: none;
}

.calendar--event-booking > .button {
    padding: 0.5rem;
}

@media screen and (max-width: 959px) {
    .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 .form__label--radio::after {
    content: none;
}

.calendar--event-booking .form__label--radio:hover {
    color: #6f2476;
}

.calendar--event-booking .calendar__table {
    -webkit-transition: 0.125s ease-in;
    transition: 0.125s ease-in;
}

@media screen and (min-width: 960px) {
    .calendar--event-booking .calendar__table {
        table-layout: fixed;
    }
}

@media screen and (max-width: 959px) {
    .calendar--event-booking .calendar__table {
        margin-top: 1.5rem;
    }
}

.calendar--event-booking .calendar__table .button--small {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0;
}

@media screen and (max-width: 959px) {
    .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: 960px) {
    .calendar--event-booking .calendar__days th {
        width: 14.28571%;
    }
}

.calendar--event-booking .calendar__dates td {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    -webkit-transition: 0.125s ease-in;
    transition: 0.125s ease-in;
    vertical-align: top;
}

@media screen and (min-width: 960px) {
    .calendar--event-booking .calendar__dates td {
        width: 14.28571%;
    }
}

@media screen and (max-width: 959px) {
    .calendar--event-booking .calendar__dates td {
        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;
}

.calendar--event-booking .calendar__dates td.is-disabled {
    background-color: #fafaf8;
    color: #000;
    cursor: not-allowed;
    font-weight: 400;
    pointer-events: none;
}

    .calendar--event-booking .calendar__dates td.is-disabled::before,
    .calendar--event-booking .calendar__dates td.is-disabled legend {
        color: #000;
    }

@media screen and (max-width: 959px) {
    .calendar--event-booking .calendar__dates td::before {
        content: attr(data-day);
        font-size: 0.875rem;
        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;
    }
}

.calendar--event-booking .calendar__dates legend {
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 959px) {
    .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: 3px;
    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 !important;
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
    padding: 0.75rem !important;
}

@media screen and (min-width: 960px) {
    .calendar--event-booking .calendar__dates .button {
        width: calc(100% - 0.5rem);
    }
}

@media screen and (max-width: 959px) {
    .calendar--event-booking .calendar__dates .button {
        margin-right: 0.25rem;
        min-width: 6.5rem;
        width: calc(50% - 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::before {
        border-color: #000;
    }

    .calendar--event-booking .calendar__dates .form__radio:focus + .button {
        background-color: #333;
        border-color: #333 !important;
        color: #fff !important;
    }

        .calendar--event-booking .calendar__dates .form__radio:focus + .button::before {
            outline: 0;
        }

    .calendar--event-booking .calendar__dates .form__radio:focus + .button {
        outline: none !important;
    }

        .calendar--event-booking .calendar__dates .form__radio:focus + .button::before {
            border: 6px solid #fff;
        }

.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;
    -webkit-box-shadow: inset 0 0 0 1px #6f2476;
    box-shadow: inset 0 0 0 1px #6f2476;
}

    .calendar--event-booking.is-interactive
    .calendar__dates:hover
    td:not(.is-highlighted):not(:empty):not(.is-disabled):hover
    legend,
    .calendar--event-booking.is-interactive
    .calendar__dates:hover
    td:not(.is-highlighted):not(:empty):not(.is-disabled):hover::before,
    .calendar--event-booking.is-interactive
    .calendar__dates.has-selection:hover
    td:not(.is-highlighted):not(:empty):not(.is-disabled):hover
    legend,
    .calendar--event-booking.is-interactive
    .calendar__dates.has-selection:hover
    td:not(.is-highlighted):not(:empty):not(.is-disabled):hover::before {
        color: #000;
    }

.calendar--event-booking.is-interactive .calendar__dates .is-highlighted {
    background-color: #98c7a2;
}

    .calendar--event-booking.is-interactive .calendar__dates .is-highlighted legend,
    .calendar--event-booking.is-interactive
    .calendar__dates
    .is-highlighted::before {
        color: #333;
    }

.calendar--event-booking.is-interactive
.calendar__dates:hover
td:not(.is-highlighted):not(:hover)
fieldset,
.calendar--event-booking.is-interactive
.calendar__dates:hover
td:not(.is-highlighted):not(:hover)::before,
.calendar--event-booking.is-interactive
.calendar__dates:hover
td:not(.is-highlighted):not(:hover)::after,
.calendar--event-booking.is-interactive
.calendar__dates:not(.has-selection):hover
.is-highlighted:not(:hover)
fieldset,
.calendar--event-booking.is-interactive
.calendar__dates:not(.has-selection):hover
.is-highlighted:not(:hover)::before,
.calendar--event-booking.is-interactive
.calendar__dates:not(.has-selection):hover
.is-highlighted:not(:hover)::after,
.calendar--event-booking.is-interactive
.calendar__dates.has-selection
td:not(.is-highlighted):not(:hover)
fieldset,
.calendar--event-booking.is-interactive
.calendar__dates.has-selection
td:not(.is-highlighted):not(:hover)::before,
.calendar--event-booking.is-interactive
.calendar__dates.has-selection
td:not(.is-highlighted):not(:hover)::after,
.calendar--event-booking.is-interactive
.calendar__dates.has-expansion
tr:not(.is-expanded):not(:hover)
td:not(.is-highlighted)
fieldset,
.calendar--event-booking.is-interactive
.calendar__dates.has-expansion
tr:not(.is-expanded):not(:hover)
td:not(.is-highlighted)::before,
.calendar--event-booking.is-interactive
.calendar__dates.has-expansion
tr:not(.is-expanded):not(:hover)
td:not(.is-highlighted)::after {
    opacity: 0.7;
}

@media screen and (max-width: 959px) {
    .calendar--event-booking.is-interactive .calendar__dates tr::before {
        border-bottom: 1px solid #616365;
        content: attr(data-label);
        display: block;
        padding: 1rem 0;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 959px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    tr:not(.is-expanded):not(:hover)::before {
        opacity: 0.7;
    }
}

@media screen and (max-width: 959px) {
    .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: attr(data-available-slots) " available";
    display: block;
    font-size: 0.875rem;
    font-style: italic;
}

@media screen and (min-width: 960px) {
    .calendar--event-booking.is-interactive .calendar__dates td::after {
        margin-bottom: 0.375rem;
        margin-top: -1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    td::after {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    td:not(.is-disabled):hover::after {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    .is-highlighted::after {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .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: 959px) {
    .calendar--event-booking.is-interactive
    .calendar__dates
    td:not(.is-highlighted):not(:hover)
    .button {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

.calendar--event-booking.is-loading .calendar__table {
    cursor: default;
    opacity: 0.7;
    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 .h2,
    .user-style--scheme-high-contrast h2::before,
    .user-style--scheme-high-contrast .h2::before,
    .user-style--scheme-high-contrast h2::after,
    .user-style--scheme-high-contrast .h2::after,
    .user-style--scheme-high-contrast h3,
    .user-style--scheme-high-contrast .form__heading,
    .user-style--scheme-high-contrast .h3,
    .user-style--scheme-high-contrast h3::before,
    .user-style--scheme-high-contrast .form__heading::before,
    .user-style--scheme-high-contrast .h3::before,
    .user-style--scheme-high-contrast h3::after,
    .user-style--scheme-high-contrast .form__heading::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: 768px) {
    .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: 769px) {
    .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 .h2,
    .user-style--scheme-cream h2::before,
    .user-style--scheme-cream .h2::before,
    .user-style--scheme-cream h2::after,
    .user-style--scheme-cream .h2::after,
    .user-style--scheme-cream h3,
    .user-style--scheme-cream .form__heading,
    .user-style--scheme-cream .h3,
    .user-style--scheme-cream h3::before,
    .user-style--scheme-cream .form__heading::before,
    .user-style--scheme-cream .h3::before,
    .user-style--scheme-cream h3::after,
    .user-style--scheme-cream .form__heading::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: 768px) {
    .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: 769px) {
    .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 .h2,
    .user-style--scheme-blue h2::before,
    .user-style--scheme-blue .h2::before,
    .user-style--scheme-blue h2::after,
    .user-style--scheme-blue .h2::after,
    .user-style--scheme-blue h3,
    .user-style--scheme-blue .form__heading,
    .user-style--scheme-blue .h3,
    .user-style--scheme-blue h3::before,
    .user-style--scheme-blue .form__heading::before,
    .user-style--scheme-blue .h3::before,
    .user-style--scheme-blue h3::after,
    .user-style--scheme-blue .form__heading::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: 768px) {
    .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: 769px) {
    .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, Helvetica, 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;
    position: relative;
}

    .style-guide__section:first-of-type {
        margin-top: 0;
    }

    .style-guide__section .measure {
        max-width: none;
    }

.style-guide__separator {
    border-bottom: 1px solid #5f647c;
    border-top: 1px solid #5f647c;
    margin: 1.5rem 0;
    padding: 0.75rem 0;
}

.style-guide__heading {
    border-bottom: 1px solid #5f647c;
    border-top: 1px solid #5f647c;
    color: #616365;
    display: inline-block;
    font-size: 0.875rem;
    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: #333;
    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.3s ease;
        transition: opacity 0.3s 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:visited,
.style-guide__anchor-link:hover,
.style-guide__anchor-link:focus,
.style-guide__anchor-link:active {
    color: #333;
    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%, #f5f5f7 25%, #f5f5f7 50%, #fff 50%, #fff 75%, #f5f5f7 75%, #f5f5f7 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,
.site-content .style-guide__section::after {
    width: 100%;
}

.style-guide__section hr + h1,
.style-guide__section hr + .h1,
.style-guide__section hr + h2,
.style-guide__section hr + .h2,
.style-guide__section hr + h3,
.style-guide__section hr + .form__heading,
.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 + .h2,
.style-guide__section .style-guide__heading + h3,
.style-guide__section .style-guide__heading + .form__heading,
.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 .h2:not([class]):first-child,
.style-guide__section h3:not([class]):first-child,
.style-guide__section .form__heading: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 {
    margin: 2rem 0 0.75rem -1rem;
}

    .list--style-guide-buttons .list__item {
        display: block;
        float: left;
        margin: 0 0 1rem;
        padding-left: 1rem;
    }

.colour-palette .colour-palette__swatch {
    -webkit-box-shadow: 0 0 1px #616365;
    box-shadow: 0 0 1px #616365;
    height: 5rem;
    margin-right: 1rem;
    padding: 0 0.75rem;
    position: relative;
    text-align: center;
    width: 5rem;
}

.colour-palette .colour-palette__swatch--dark {
    color: #fff;
}

.colour-palette .colour-palette__swatch-value {
    font-size: 0.9375rem;
    font-weight: 700;
    left: 0;
    line-height: 1;
    margin-top: 0.125rem;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.style-guide__favicons-wrapper {
    background-color: #e4e9f4;
    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__favicon {
    max-width: 180px;
}

.image--caption .style-guide__favicon,
.editor .imageCaption .style-guide__favicon {
    margin: 0 auto 0.375rem;
    width: auto;
}

.style-guide__favicon[src$=".svg"] {
    width: 100%;
}

@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,
    .breadcrumb,
    .pagination,
    .site-announcement {
        display: none !important;
    }

    .page-content .image:not(.widget__image),
    .page-content img:not([class]),
    .image--feature {
        max-width: 50em !important;
    }

    .nav--pages-in .nav__heading {
        display: block !important;
    }

    .nav--pages-in .list__item {
        display: block;
    }

    .nav--pages-in .list__link {
        text-decoration: none !important;
    }

    .image--feature,
    .image--caption,
    .editor .imageCaption {
        float: right !important;
        margin: 0 0 1.5rem 1.5rem;
        max-width: 21.875rem;
        min-width: 9.375rem;
        width: 33.33333% !important;
    }

    .site-header {
        border-bottom: 2px solid #cacaca !important;
        padding: 0.75rem 0;
    }

    .identity__logo,
    .nav--primary-navigation {
        display: none;
    }

    .identity__print-fallback {
        display: block;
    }

    .site-footer {
        background-color: #fff !important;
        border-top: 2px solid #cacaca !important;
        text-align: left;
    }

        .site-footer .container {
            display: block;
        }

        .site-footer .site-footer__right {
            float: right;
        }

        .site-footer .site-footer__supplier {
            color: #000;
        }

    .site-footer__group,
    .site-footer__links,
    .back-to-top {
        display: none;
    }

    .site-footer__text,
    .site-footer__link {
        color: #333 !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;
    }

    .widget-navigation .widget__heading {
        height: auto !important;
    }

    .two-column .page-content {
        float: left;
        margin-bottom: 0;
        padding-right: 2rem;
        width: 72.91667%;
    }

    .two-column .aside--sidebar {
        float: left;
        margin-top: 0;
        width: 27.08333%;
    }

    .nav--social-links {
        display: none;
    }

    .boxed,
    .supplement {
        border: 2px solid #cacaca !important;
        margin: 1.5rem 0;
        max-width: 50em !important;
    }

        .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;
            }

    .editor ul:not([class]):not([type]) li::before {
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 4px #4d71b8;
        box-shadow: inset 0 0 0 4px #4d71b8;
    }

    .map {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    .mobile-th {
        display: none !important;
    }
}

.display--block {
    display: block !important;
}

.display--inline-block {
    display: inline-block !important;
}

.display--inline {
    display: inline !important;
}

.float--right {
    float: right !important;
}

.float--left {
    float: left !important;
}

.float--none {
    float: none !important;
}

.text--left {
    text-align: left !important;
}

.text--center {
    text-align: center !important;
}

.text--right {
    text-align: right !important;
}

.text--light {
    font-weight: 300 !important;
}

.text--normal {
    font-weight: 400 !important;
}

.text--semibold {
    font-weight: 600 !important;
}

.text--caps {
    text-transform: uppercase !important;
}

.text--lowercase {
    text-transform: lowercase !important;
}

.text--firstcap {
    text-transform: capitalize !important;
}

.cf::after,
.outer-container::after,
.pagination__list::after,
.nav--pages-in .nav__heading::after,
.nav--pages-in .nav__toggle::after,
.nav--pages-in .nav__list::after,
.container::after,
.form::after,
.form__action::after,
.form__footer::after,
.form__component::after,
.list--listing .list__item::after,
.list--with-button .list__item::after,
.list--grouped .list__item::after,
.supplement--contact .list--navigation .list__item::after,
.supplement--navigation .list--navigation .list__item::after,
.list--rich .list__item::after,
.list--az::after,
.definition::after,
.download__meta-list::after,
.boxed::after,
.widget-navigation .list__link::after,
.card::after,
.listing--featured::after,
.supplement::after,
.widget--myaccount-signed-out-content .myaccount-widget::after,
.widget--myaccount-sign-in .myaccount-widget::after,
.widget--my-account-direct-debits .myaccount-widget::after,
.widget--my-account-forms .myaccount-widget::after,
.widget--myaccount-api-links .myaccount-widget::after,
.widget--myaccount-form-submissions .myaccount-widget::after,
.widget--myaccount-my-address .myaccount-widget::after,
.widget--myaccount-paybridge-balance-lookup .myaccount-widget::after,
.widget--myaccount-payments .myaccount-widget::after,
.widget--myaccount-directory-submissions .myaccount-widget::after,
.widget--myaccount-cxm-cases-compact .myaccount-widget::after,
.widget--myaccount-cxm-cases-verbose-list .myaccount-widget::after,
.widget--myaccount-cxm-cases-verbose-table .myaccount-widget::after,
.widget--myaccount-northgate-citizen-access .myaccount-widget::after,
.widget--myaccount-organisation-account-links .myaccount-widget::after,
.widget--myaccount-organisation-links .myaccount-widget::after,
.my-cases .myaccount-widget::after,
.widget--myaccount-links .myaccount-widget::after,
.widget--my-account-forms #no-forms::after,
.widget--myaccount-form-submissions #no-forms::after,
.widget--my-account-forms .submitted::after,
.widget--my-account-forms .unsubmitted::after,
.widget--myaccount-form-submissions .submitted::after,
.widget--myaccount-form-submissions .unsubmitted::after,
.cxm-service__info::after,
.cxm-service__case-detail::after,
.cxm-service__action::after,
.aside .aside__section::after,
.nav::after,
.pagination::after,
.listing .listing__content::after,
.supplements::after,
.widget-homepage-banner::after,
.widget-homepage-banner .image-link::after,
.cxm-service__info dl::after,
.cxm-service__case-detail dl::after,
.cxm-service__action dl::after,
.site-main::after,
.site-content::after,
.page-content::after,
.page-header__content::after,
.site-footer__content::after,
.aside::after,
.widget-row::after,
.widget-width::after,
.widget::after,
.grid::after,
.style-guide__section::after,
.list--style-guide-buttons::after,
.style-guide__favicons-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.help {
    color: #616365;
    font-weight: normal;
    margin-bottom: -1.5rem;
    margin-top: 2.25rem;
}

.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,
.widget-navigation .list__link > *:last-child,
.card > *:last-child,
.listing--featured > *:last-child,
.supplement > *:last-child,
.widget--myaccount-signed-out-content .myaccount-widget > *:last-child,
.widget--myaccount-sign-in .myaccount-widget > *:last-child,
.widget--my-account-direct-debits .myaccount-widget > *:last-child,
.widget--my-account-forms .myaccount-widget > *:last-child,
.widget--myaccount-api-links .myaccount-widget > *:last-child,
.widget--myaccount-form-submissions .myaccount-widget > *:last-child,
.widget--myaccount-my-address .myaccount-widget > *:last-child,
.widget--myaccount-paybridge-balance-lookup .myaccount-widget > *:last-child,
.widget--myaccount-payments .myaccount-widget > *:last-child,
.widget--myaccount-directory-submissions .myaccount-widget > *:last-child,
.widget--myaccount-cxm-cases-compact .myaccount-widget > *:last-child,
.widget--myaccount-cxm-cases-verbose-list .myaccount-widget > *:last-child,
.widget--myaccount-cxm-cases-verbose-table .myaccount-widget > *:last-child,
.widget--myaccount-northgate-citizen-access .myaccount-widget > *:last-child,
.widget--myaccount-organisation-account-links .myaccount-widget > *:last-child,
.widget--myaccount-organisation-links .myaccount-widget > *:last-child,
.my-cases .myaccount-widget > *:last-child,
.widget--myaccount-links .myaccount-widget > *:last-child,
.widget--my-account-forms #no-forms > *:last-child,
.widget--myaccount-form-submissions #no-forms > *:last-child,
.widget--my-account-forms .submitted > *:last-child,
.widget--my-account-forms .unsubmitted > *:last-child,
.widget--myaccount-form-submissions .submitted > *:last-child,
.widget--myaccount-form-submissions .unsubmitted > *:last-child,
.cxm-service__info > *:last-child,
.cxm-service__case-detail > *:last-child,
.cxm-service__action > *:last-child,
.aside .aside__section > *:last-child,
.site-footer > *:last-child,
.widget-row > *:last-child,
.widget > *:last-child,
.definition__editor > *:last-child > *:last-child,
.boxed > *:last-child > *:last-child,
.widget-navigation .list__link > *:last-child > *:last-child,
.card > *:last-child > *:last-child,
.listing--featured > *:last-child > *:last-child,
.supplement > *:last-child > *:last-child,
.widget--myaccount-signed-out-content
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-sign-in .myaccount-widget > *:last-child > *:last-child,
.widget--my-account-direct-debits
.myaccount-widget > *:last-child > *:last-child,
.widget--my-account-forms .myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-api-links .myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-form-submissions
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-my-address .myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-paybridge-balance-lookup
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-payments .myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-directory-submissions
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-compact
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-verbose-list
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-verbose-table
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-northgate-citizen-access
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-organisation-account-links
.myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-organisation-links
.myaccount-widget > *:last-child > *:last-child,
.my-cases .myaccount-widget > *:last-child > *:last-child,
.widget--myaccount-links .myaccount-widget > *:last-child > *:last-child,
.widget--my-account-forms #no-forms > *:last-child > *:last-child,
.widget--myaccount-form-submissions #no-forms > *:last-child > *:last-child,
.widget--my-account-forms .submitted > *:last-child > *:last-child,
.widget--my-account-forms .unsubmitted > *:last-child > *:last-child,
.widget--myaccount-form-submissions .submitted > *:last-child > *:last-child,
.widget--myaccount-form-submissions .unsubmitted > *:last-child > *:last-child,
.cxm-service__info > *:last-child > *:last-child,
.cxm-service__case-detail > *:last-child > *:last-child,
.cxm-service__action > *:last-child > *:last-child,
.aside .aside__section > *: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,
.widget-navigation .list__link > *: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--myaccount-signed-out-content
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-sign-in
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--my-account-direct-debits
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-api-links
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-my-address
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-paybridge-balance-lookup
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-payments
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-directory-submissions
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-compact
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-verbose-list
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-verbose-table
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-northgate-citizen-access
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-organisation-account-links
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-organisation-links
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.my-cases .myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--myaccount-links
.myaccount-widget > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
#no-forms > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
#no-forms > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
.submitted > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
.unsubmitted > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
.submitted > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
.unsubmitted > *:last-child > *:last-child > *:last-child,
.cxm-service__info > *:last-child > *:last-child > *:last-child,
.cxm-service__case-detail > *:last-child > *:last-child > *:last-child,
.cxm-service__action > *:last-child > *:last-child > *:last-child,
.aside .aside__section > *: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,
.widget-navigation
.list__link > *: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--myaccount-signed-out-content
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-sign-in
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--my-account-direct-debits
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-api-links
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-my-address
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-paybridge-balance-lookup
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-payments
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-directory-submissions
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-compact
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-verbose-list
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-cxm-cases-verbose-table
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-northgate-citizen-access
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-organisation-account-links
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-organisation-links
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.my-cases
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-links
.myaccount-widget > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
#no-forms > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
#no-forms > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
.submitted > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--my-account-forms
.unsubmitted > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
.submitted > *:last-child > *:last-child > *:last-child > *:last-child,
.widget--myaccount-form-submissions
.unsubmitted > *:last-child > *:last-child > *:last-child > *:last-child,
.cxm-service__info > *:last-child > *:last-child > *:last-child > *:last-child,
.cxm-service__case-detail > *:last-child > *:last-child > *:last-child > *:last-child,
.cxm-service__action > *:last-child > *:last-child > *:last-child > *:last-child,
.aside
.aside__section > *: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,
.js .form__field--upload,
.js .form__field--image-upload,
.list--skip-links .list__link:not(:focus):not(:active),
.home-page .breadcrumb,
.breadcrumb__prefix {
    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: 768px) {
    .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: 768px) {
    .mobile-hidden {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .desktop-hidden {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .tablet-hidden {
        display: none;
    }
}
