@charset "UTF-8";
/*!
Theme Name:     MSE-PCN theme
Theme URI:      http://github.com/mixd/nhs-framework
Description:    A bespoke responsive WordPress theme designed and built for the NHS
Author:         Mixd
Author URI:     https://www.mixd.co.uk/
Version:        3.0.0
*/
@font-face {
    font-family: "Frutiger W01";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
    src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix")
            format("eot"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2")
            format("woff2"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff")
            format("woff"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf")
            format("truetype"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115")
            format("svg");
}
@font-face {
    font-family: "Frutiger W01";
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
    src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix")
            format("eot"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2")
            format("woff2"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff")
            format("woff"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf")
            format("truetype"),
        url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca")
            format("svg");
}
/**
 * Debug the site breakpoint
 * element only exists if WP_DEBUG is true
 */
.debug:after {
    box-sizing: border-box;
    position: fixed;
    display: block;
    bottom: 10px;
    right: 10px;
    padding: 5px 28px 5px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    border-radius: 3px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    z-index: 100000;
}
@media (min-width: 400px) {
    .debug:after {
        content: "Small (768px)  | " attr(data-template);
        background: linear-gradient(
            to right,
            #f7f7f7,
            #f7f7f7 95%,
            #ffde03 95%,
            #ffde03 100%
        );
    }
}
@media (min-width: 768px) {
    .debug:after {
        content: "Medium (768px) | " attr(data-template);
        background: linear-gradient(
            to right,
            #f7f7f7,
            #f7f7f7 95%,
            #ff0266 95%,
            #ff0266 100%
        );
    }
}
@media (min-width: 992px) {
    .debug:after {
        content: "Large (992px) | " attr(data-template);
        background: linear-gradient(
            to right,
            #f7f7f7,
            #f7f7f7 95%,
            #0336ff 95%,
            #0336ff 100%
        );
    }
}
@media (min-width: 1200px) {
    .debug:after {
        content: "X-Large (1200px) | " attr(data-template);
        background: linear-gradient(
            to right,
            #f7f7f7,
            #f7f7f7 95%,
            #4a148c 95%,
            #4a148c 100%
        );
    }
}

.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
}

.skip-link {
    position: absolute;
    top: -100%;
    padding: 0.625rem;
    left: 0;
    color: black;
    font-weight: 700;
    font-size: 1.1875rem;
    background: #fae100;
    text-decoration: none;
    z-index: 10000;
}

.skip-link:focus {
    left: 0;
    top: 0;
    text-decoration: underline;
    color: white;
}

input:focus,
button[type="submit"]:focus {
    outline: 0.1875rem solid #fae100;
}

a:focus,
input:focus,
button:focus,
select:focus,
p a:focus {
    outline: #fae100 0.1875rem solid;
}

h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus {
    background-color: #fae100;
    box-shadow: 0 -0.125rem #fae100, 0 0.1875rem black;
    color: black;
    outline: 0.1875rem solid transparent;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

html {
    line-height: 1.5;
    background: white;
    scroll-behavior: smooth;
}

body {
    font-family: "Frutiger W01", Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #231f20;
    max-width: 91.25rem;
    margin: 0 auto;
}

p,
ul,
ol {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
}
@media (min-width: 768px) {
    p,
    ul,
    ol {
        font-size: 1.125rem;
    }
}
@media (min-width: 992px) {
    p,
    ul,
    ol {
        font-size: 1.1875rem;
    }
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #005eb8;
}

a:hover {
    text-decoration-thickness: 0.125rem;
}

/*
a:focus {
    background-color: #ffeb3b;
    box-shadow: 0 rem(-2) #ffeb3b,0 rem(4) #212b32;
    color: #212b32;
    outline: rem(4) solid transparent;
    text-decoration: none;
}*/
a:focus:hover {
    text-decoration: none;
}

/*
a:active {
    color: #002f5c;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Frutiger W01", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

h1 {
    font-size: 1.75rem;
}
@media (min-width: 768px) {
    h1 {
        font-size: 2.25rem;
    }
}

h2 {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.375rem;
    }
}

h4 {
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    h4 {
        font-size: 1.25rem;
    }
}

ul,
ol {
    margin-left: 1.5rem;
}

.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
}

/**
 * Responsive images
 */
img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
    border-collapse: collapse;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

td,
th {
    font-size: 1rem;
    vertical-align: top;
    padding: 0.5rem;
    border-bottom: 0.0625rem solid #768692;
}

th {
    border-bottom: 0.1875rem solid #005eb8;
    text-align: left;
}

.u-wrapper {
    width: 90%;
    max-width: 75.3125rem;
    margin: 0 auto;
}

/**
* Forms
*/
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="file"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
    width: 100%;
    font-weight: 400;
    font-family: "Frutiger W01", Arial, sans-serif;
    font-size: 1rem;
    border: 0.0625rem solid #768692;
    border-radius: 0.1875rem;
    color: #231f20;
    background-color: white;
    padding: 0.625rem;
}
@media (min-width: 768px) {
    input[type="text"],
    input[type="search"],
    input[type="tel"],
    input[type="number"],
    input[type="file"],
    input[type="email"],
    input[type="password"],
    input[type="url"],
    textarea {
        font-size: 1.1875rem;
    }
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    outline: 0.1875rem solid #fae100;
}

label {
    display: inline-block;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

textarea {
    resize: vertical;
}

button {
    font-family: "Frutiger W01", Arial, sans-serif;
}

input[type="file"] {
    margin: 0;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    height: auto;
    width: 100%;
    text-decoration: none;
}

input[type="checkbox"] {
    display: inline-block;
    appearance: none;
    width: 1.875rem;
    height: 1.875rem;
    border: 0.125rem solid #768692;
    border-radius: 0.1875rem;
    padding: 0.1875rem;
    margin: 0 1.5rem 0 0;
    background-color: white;
}

input[type="checkbox"]:checked {
    background-image: url("./assets/imgs/icons/tick.svg");
}

input[type="radio"] {
    display: inline-block;
    appearance: none;
    width: 1.875rem;
    height: 1.875rem;
    border: 0.125rem solid #768692;
    border-radius: 50%;
    padding: 0.1875rem;
    margin: 0 1.5rem 0 0;
    background-color: white;
}

input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='5'/></svg>");
    background-color: #005eb8;
}

input[type="search"] {
    border: none;
    border-radius: none;
}

select {
    font-size: 1rem;
    padding: 0.625rem;
}
@media (min-width: 768px) {
    select {
        font-size: 1.1875rem;
    }
}
@supports (display: block) {
    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 0.625rem 1.875rem 0.625rem 0.625rem;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/></svg>");
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: right 0.5rem center;
        background-size: 1.5rem 1.5rem;
        border: 0.0625rem solid #768692;
        border-radius: 0.1875rem;
    }
}

select[multiple="multiple"] {
    background-image: none;
    padding: 0.625rem;
}

.gform_fields {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.gfield {
    width: 100%;
    list-style: none;
    margin-bottom: 1.875rem;
}

.gfield_radio {
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .gform_fields .select,
    .gform_fields input[type="text"],
    .gform_fields input[type="tel"],
    .gform_fields input[type="number"],
    .gform_fields input[type="email"],
    .gform_fields input[type="password"],
    .gform_fields input[type="url"] {
        width: 50%;
    }
}

.gfield_list_group select,
.gfield_list_group .select {
    width: 100%;
}

.gfield_required {
    font-weight: 400;
    padding-left: 0.3125rem;
}

.gfield_description {
    margin-bottom: 0.75rem;
}

.gsection_title {
    margin-bottom: 0;
}

.ginput_container_fileupload {
    margin-bottom: 0.375rem;
}

.gfield_checkbox,
.gfield_radio {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gfield_checkbox li,
.gfield_radio li {
    display: flex;
    align-items: center;
    margin-bottom: 0.375rem;
}
.gfield_checkbox label,
.gfield_radio label {
    font-weight: 400;
    margin: 0;
    flex: 1 0;
}

.ginput_container_consent {
    display: flex;
    align-items: center;
    margin-bottom: 0.375rem;
}
.ginput_container_consent label {
    margin: 0;
    font-weight: 400;
}

.ginput_container_name {
    display: flex;
    margin-left: -1.5rem;
}
.ginput_container_name .name_first,
.ginput_container_name .name_last {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.5rem;
    width: 50%;
}
.ginput_container_name .name_first label,
.ginput_container_name .name_last label {
    font-weight: 400;
    margin: 0 0.75rem 0 0;
}
.ginput_container_name .name_first input[type="text"],
.ginput_container_name .name_last input[type="text"] {
    order: 2;
    width: 100%;
}

.gfield_password_strength {
    padding: 0.25rem 0.5rem;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    background-color: #d9e2e3;
    border-radius: 0.1875rem;
    font-weight: 700;
    width: 100%;
}
@media (min-width: 768px) {
    .gfield_password_strength {
        width: 50%;
    }
}

.gfield_password_strength.short {
    background-color: rgba(255, 0, 0, 0.2);
}

.gfield_password_strength.bad {
    background-color: rgba(255, 165, 0, 0.2);
}

.gfield_password_strength.good {
    background-color: rgba(0, 128, 0, 0.2);
}

.gfield_password_strength.strong {
    background-color: rgba(0, 128, 0, 0.2);
}

.avatar-preview {
    width: 5rem;
}
@media (min-width: 768px) {
    .avatar-preview {
        display: inline-flex;
        width: 10rem;
    }
    .avatar-preview + .gfield {
        flex: 1 0;
        margin-left: 1.5rem;
    }
}

.avatar-preview__img {
    border-radius: 50%;
    width: 5rem;
}
@media (min-width: 768px) {
    .avatar-preview__img {
        width: 10rem;
    }
}

.clear-multi {
    display: flex;
}

.ginput_container_time {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ginput_container_time label {
    width: 100%;
    font-weight: 400;
    margin-bottom: 0;
}
.ginput_container_time input,
.ginput_container_time .select {
    width: 100%;
    flex: 1;
}
.ginput_container_time i {
    padding: 0 0.625rem;
}

.gfield_time_hour {
    max-width: 6.25rem;
}

.gfield_time_minute {
    max-width: 5.625rem;
    margin-right: 1.25rem;
}

.gfield_time_ampm {
    width: 6.875rem;
}

.ginput_container_address {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .ginput_container_address {
        margin-left: -1.5rem;
    }
    .ginput_container_address .ginput_full {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 1.5rem;
        margin-bottom: 0.375rem;
    }
    .ginput_container_address .ginput_left,
    .ginput_container_address .ginput_right {
        width: 50%;
        padding-left: 1.5rem;
        margin-bottom: 0.375rem;
    }
    .ginput_container_address label {
        width: 100%;
        font-weight: 400;
    }
    .ginput_container_address input,
    .ginput_container_address .select {
        width: 100%;
    }
}

.gform_hidden {
    display: none;
}

.gfield_error {
    border: 0.1875rem solid #8a1538;
    border-radius: 0.625rem;
    padding: 0.625rem 0 0 0;
}
.gfield_error > * {
    padding: 0 0.625rem 0 0.625rem;
}

.validation_message {
    margin: 0.9375rem 0 0 0;
    background: #8a1538;
    color: white;
}
.validation_message:before {
    content: "*";
}

.noscroll {
    overflow: hidden;
}

#cookie-notice {
    z-index: 75 !important;
}

#cn-notice-text {
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    #cn-notice-text {
        font-size: 1rem;
    }
}

@media print {
    @page {
        size: A4;
        margin: 0;
        padding: 1cm;
    }
    html,
    body {
        width: 210mm;
        height: 297mm;
    }

    * {
        box-shadow: none;
        color: black;
        margin: 0 !important;
        padding: 0 !important;
    }

    body {
        position: relative;
        color: black;
    }

    .container {
        overflow: visible;
        padding: 0;
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        background: none;
    }

    /* Items to be hidden from Printed version */
    .site-header,
    .site-footer,
    .social-media-banner,
    .content-sidebar-group__sidebar,
    .share-links,
    .alert-banner,
    .page-title__breadcrumbs,
    .debug,
    .promotion {
        display: none !important;
    }

    .content-sidebar-group__content {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .content-sidebar-group__content * {
        margin-bottom: 0.625rem !important;
    }

    a {
        color: black;
        text-decoration: underline;
    }

    p {
        page-break-after: avoid;
    }

    .hero {
        margin: 0;
        padding: 0;
    }

    .content-sidebar-group__grid {
        display: block;
    }

    .content-sidebar-group__content {
        width: 100%;
        padding-left: 0;
    }
    .content-sidebar-group__content * {
        margin-bottom: 0.625rem;
    }

    .content-sidebar-group__sidebar {
        display: none;
    }

    .page-title {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .page-title:after {
        display: none;
    }

    .page-title__heading {
        margin: 0 0 0.9375rem 0;
    }

    .page-title__content {
        color: black;
    }

    .page-title__excerpt {
        max-width: 100%;
    }

    .standard-content a[href]:after {
        content: " (" attr(href) ")";
    }
    .standard-content h2,
    .standard-content h3,
    .standard-content h4 {
        page-break-after: avoid-page;
        page-break-inside: avoid-page;
    }

    .download-list {
        padding: 0;
        background: none;
        border-radius: 0;
    }

    .button-download {
        background: none;
        padding: 0;
    }

    .card-event {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .card-event__actions,
    .card-event__title {
        display: none;
    }

    .card-event__meta {
        margin-bottom: 0;
    }

    .card-summary,
    .card-user-summary,
    .card-post-summary {
        background: none;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .card-post-summary__meta,
    .card-user-summary__meta,
    .card-post-summary__title {
        margin-bottom: 0;
    }

    .card-post-summary__title a:after,
    .card-user-summary__title a:after {
        content: " (" attr(href) ")";
    }

    .assessment-summary,
    .video-assessment-summary {
        background: none;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .video-assessment-summary__meta {
        margin-bottom: 0;
    }

    .video-assessment-summary__title a:after {
        content: " (" attr(href) ")";
    }

    .accordion {
        padding: 0;
        border-radius: 0;
    }

    .accordion__button {
        background: none;
        padding: 0;
        margin: 0;
    }

    .accordion__content {
        display: block;
        border-top: 0;
    }

    .section-item-a,
    .section-item-b {
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .section-item-a:after,
    .section-item-b:after {
        content: " (" attr(href) ")";
    }
}
.pika-single.is-hidden {
    display: none;
}

.pika-single {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9999;
    background: white;
    border: 1px solid #ccc;
    font-family: "Frutiger W01", Arial, sans-serif;
    max-width: 21.875rem;
}
.pika-single.is-bound {
    position: absolute;
}

.pika-lendar {
    width: 100%;
    margin: 0.5rem;
}

.pika-title {
    display: flex;
    position: relative;
    text-align: center;
}
.pika-title select {
    display: none;
}

.pika-label {
    order: 2;
    padding: 0.3125rem 0.1875rem;
    font-size: 1.1875rem;
    font-weight: bold;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 1.25rem;
    height: 1.875rem;
    text-indent: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
    order: 1;
    margin-right: auto;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
    order: 4;
    margin-left: auto;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0;
}
.pika-table tbody {
    background: #f5f5f5;
}
.pika-table tr {
    border: none;
}
.pika-table th,
.pika-table td {
    width: 14.2857142857%;
    min-width: 3rem;
    padding: 0;
    border: 0.0625rem solid #768692;
}
.pika-table th {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: #768692;
}
.pika-table abbr {
    text-decoration: none;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    margin: 0;
    width: 100%;
    padding: 0.5rem 0.3125rem;
    color: #231f20;
    font-size: 0.875rem;
    font-family: "Frutiger W01", Arial, sans-serif;
    text-align: right;
    background: white;
    border: none;
}
.is-today .pika-button {
    color: #005eb8;
    font-weight: 700;
}
.is-selected .pika-button {
    color: white;
    font-weight: 700;
    background: #005eb8;
    box-shadow: inset 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.2);
}
.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
}
.pika-button:hover {
    color: #231f20;
    background: #efefef;
    box-shadow: none;
}
.pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.searchwp-live-search-results {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 9999995;
    /* Exceed SearchWP Modal Search Form overlay. */
    position: absolute;
    display: none;
}

.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.searchwp-live-search-no-results {
    padding: 3em 2em 0;
    text-align: center;
}

.searchwp-live-search-no-min-chars:after {
    content: "Continue typing";
    display: block;
    text-align: center;
    padding: 2em 2em 0;
}

@keyframes searchwp-spinner-line-fade-quick {
    0%,
    39%,
    100% {
        opacity: 0.25;
    }
    40% {
        opacity: 1;
    }
}
#cookie-law-info-bar .cli_messagebar_head {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0.75rem 0;
}
#cookie-law-info-bar .cli_mixd_message {
    display: block;
    font-size: 1.1875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
#cookie-law-info-bar .cli_mixd_message a {
    text-decoration: underline;
    color: #1d70b8;
}
#cookie-law-info-bar .cli_mixd_message a:hover {
    color: #003078;
}
#cookie-law-info-bar .cli_mixd_buttons a {
    font-size: 1.1875rem;
    padding: 0.875rem;
    text-align: center;
    background-color: #00703c;
    color: white;
    font-weight: normal;
    margin: 0 0.3125rem 0.625rem 0.3125rem;
    line-height: 1.25;
    min-width: 12.5rem;
    display: inline-block;
}
#cookie-law-info-bar .cli_mixd_buttons a:hover {
    background-color: #00572e !important;
}

.cli-tab-section .cli-switch input:checked + .cli-slider {
    background-color: #00703c;
}

.cli-modal-footer .cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #00703c;
}
.cli-modal-footer .cli-tab-footer .wt-cli-privacy-accept-btn:hover {
    background-color: #00572e !important;
    opacity: 1;
}

/**
 * Component: A-Z Button
 */
.a-z-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid #e8edee;
    font-size: 1.5rem;
    font-weight: 400;
    color: #005eb8;
    background-color: white;
    width: 100%;
    max-width: 3.125rem;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .a-z-button {
        font-size: 1.625rem;
    }
}
.a-z-button:hover {
    background: #fae100;
    color: #231f20;
}
.a-z-button:after {
    padding-top: 100%;
    display: block;
    content: "";
}

.a-z-button--disabled {
    color: #425563;
    background-color: #f3f3f3;
    pointer-events: none;
}
.a-z-button--disabled:hover,
.a-z-button--disabled:visited {
    color: #425563;
}

.a-z-button--active {
    background: #005eb8;
    color: white;
}

/**
 * Component: A-Z Group
 */
.a-z-group {
    max-width: 25rem;
}

.a-z-group__title {
    font-size: 1.1875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .a-z-group__title {
        font-size: 1.375rem;
    }
}

@media (min-width: 768px) {
    .a-z-group__info {
        max-width: 75%;
    }
}

.a-z-group__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
}
@media (min-width: 768px) {
    .a-z-group__grid {
        justify-content: normal;
    }
}

.a-z-group__grid-item {
    padding-left: 0.75rem;
    margin-bottom: 0.75rem;
    width: 12.5%;
}
@media (min-width: 768px) {
    .a-z-group__grid-item {
        width: 16.666666%;
    }
}

@media (min-width: 768px) {
    .a-z-group__grid-item--full-width {
        width: 7.69%;
    }
}

/**
 * Component: Banner
 */
.alert-banner {
    background-color: #fae100;
    position: relative;
    padding: 0.75rem;
    width: 100%;
    text-align: center;
}

.alert-banner__content {
    margin-bottom: 0;
}

/**
 * Component: Takeover
 */
.alert-takeover {
    background: #003087;
    color: white;
    text-align: center;
    padding: 1.5rem;
    width: 100%;
}
@media (min-width: 768px) {
    .alert-takeover {
        padding: 3.125rem;
    }
}
@media (min-width: 1200px) {
    .alert-takeover {
        padding: 4.5rem;
    }
}

.alert-takeover__inner {
    max-width: 48.125rem;
    margin: 0 auto;
}

.alert-takeover__title {
    font-size: 1.875rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
    .alert-takeover__title {
        margin-bottom: 0.75rem;
    }
}

.alert-takeover p {
    font-size: 1rem;
    margin: 0 0 1.5rem 0;
}
.alert-takeover p a,
.alert-takeover p a:visited {
    color: #41b6e6;
}
@media (min-width: 768px) {
    .alert-takeover p {
        font-size: 1.1875rem;
    }
}

/**
* Gutenberg Blockquote styles
*/
.blockquote {
    position: relative;
    background-color: #003087;
    padding: 1.25rem 1.5rem;
    color: white;
    margin: 0;
}
.blockquote p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .blockquote p {
        font-size: 1.375rem;
    }
}
@media (min-width: 1200px) {
    .blockquote p {
        font-size: 1.625rem;
    }
}
.blockquote cite {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .blockquote cite {
        font-size: 1.25rem;
    }
}
.blockquote:before {
    display: block;
    content: "“";
    color: #fae100;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: -2.1875rem;
}

/**
 * Component: Example
 */
.breadcrumbs {
    font-size: 1.0625rem;
    margin: 0;
    padding: 0;
}
.breadcrumbs a {
    text-decoration: underline;
}
.breadcrumbs span,
.breadcrumbs .current-item {
    margin: 0 0.25rem;
}
.breadcrumbs span:first-child,
.breadcrumbs .current-item:first-child {
    margin-left: 0;
}
@media (min-width: 768px) {
    .breadcrumbs {
        font-size: 1.125rem;
    }
}

.breadcrumbs--light {
    color: white;
}
.breadcrumbs--light a {
    color: white;
}
.breadcrumbs--light span,
.breadcrumbs--light .current-item {
    color: white;
}

/**
 * Component: Button
 */
.button,
.filter-group__button-primary:focus,
.filter-group__button-primary {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
    background: #fae100 url("assets/imgs/icons/chevron-right-black.svg")
        no-repeat;
    background-size: 1rem 1rem;
    background-position: right 0.625rem center;
    border-radius: 0;
    color: #231f20;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    width: auto;
    text-decoration: none;
}
.button:hover,
.filter-group__button-primary:hover {
    background-color: #ffeb38;
    text-decoration: none;
    color: #231f20;
}
.button:focus,
.filter-group__button-primary:focus {
    outline: #005eb8 0.1875rem solid;
}
@media (min-width: 768px) {
    .button,
    .filter-group__button-primary:focus,
    .filter-group__button-primary {
        padding: 0.625rem 2.8125rem 0.625rem 1.125rem;
        background-position: right 0.875rem center;
        font-size: 1.0625rem;
    }
}
@media (min-width: 1200px) {
    .button,
    .filter-group__button-primary:focus,
    .filter-group__button-primary {
        font-size: 1.25rem;
    }
}

.button--secondary,
.filter-group__button-primary,
.button--block {
    background: #005eb8 url("assets/imgs/icons/chevron-right-yellow.svg") right
        0.625rem center no-repeat;
    background-size: 1rem 1rem;
    color: white;
}
.button--secondary:hover,
.filter-group__button-primary:hover,
.button--block:hover {
    background-color: #006bd2;
    text-decoration: none;
    color: white;
}
.button--secondary:focus,
.filter-group__button-primary:focus,
.button--block:focus {
    outline: #fae100 0.1875rem solid;
}

.button--block {
    display: block;
    height: 100%;
}
.button--block:focus {
    background: #fae100 url("assets/imgs/icons/chevron-right-black.svg")
        no-repeat;
    background-size: 1rem 1rem;
    background-position: right 0.625rem center;
    color: black;
    outline: #005eb8 0.1875rem solid;
}

.button__file-info {
    padding-left: 0.75rem;
    font-weight: 400;
}

/**
 * Component: Hamburger menu
 */
.button-menu-toggle {
    cursor: pointer;
    background: #005eb8;
    border: 0;
    color: white;
    font-size: 1.1875rem;
    padding: 0.25rem 0.875rem;
}

.button-menu-toggle__text {
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.button-menu-toggle__svg {
    vertical-align: middle;
    display: inline-block;
    height: 1.875rem;
    width: 1.875rem;
}

.button-menu-toggle--open {
    background-color: white;
}

.button-menu-toggle--open .button-menu-toggle__text {
    color: #005eb8;
}

.button-menu-toggle__line {
    stroke: #fae100;
    stroke-width: 9;
    transform-origin: 50% 50%;
    transition: transform 200ms;
}

.button-menu-toggle__line--1 {
    transform: translateY(-20px) rotate(0deg);
}

.button-menu-toggle__line--1--open {
    transform: rotate(45deg);
    transition: transform 200ms;
    stroke: #41b6e6;
}

.button-menu-toggle__line--2 {
    opacity: 1;
    transition: opacity 200ms;
}

.button-menu-toggle__line--2--open {
    opacity: 0;
    transition: opacity 0.125s;
}

.button-menu-toggle__line--3 {
    transform: translateY(20px) rotate(0deg);
}

.button-menu-toggle__line--3--open {
    transform: rotate(-45deg);
    transition: transform 200ms;
    stroke: #41b6e6;
}

/**
 * Component: Card Article
 */
.card-article {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
    max-width: 56.25rem;
}

.card-article__image {
    width: 100%;
    min-height: 100%;
    background-color: #e8edee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 18.75rem;
}
@media (min-width: 992px) {
    .card-article__image {
        min-height: 11.25rem;
    }
}
@media (min-width: 992px) {
    .card-article__image {
        width: 25%;
    }
}

.card-article__image.card-article__image--secondary {
    background-color: #005eb8;
}

.card-article__content {
    flex: 1 0;
    padding: 1.25rem;
}

.card-article__title {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
}

.card-article__date {
    display: block;
}

.card-article__excerpt {
    margin-bottom: 1.5rem;
}

.card-article__meta {
    display: block;
    margin: auto 0 0 0;
    font-size: 1.125rem;
}

.card-article__meta-title {
    font-weight: 400;
}

/**
 * Component: card event
 */
.card-event {
    display: flex;
    background: white;
    padding: 1.5rem;
}

.card-event__date {
    position: relative;
    align-self: flex-start;
    color: black;
    background: #00a9ce;
    margin-right: 1.5rem;
    min-width: 3.125rem;
    border-radius: 100%;
}
.card-event__date:after {
    padding-top: 100%;
    display: block;
    content: "";
}
@media (min-width: 768px) {
    .card-event__date {
        min-width: 4.75rem;
    }
}

.card-event__day {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.875rem;
}

.card-event__content {
    flex: 1 0;
}
.card-event__content p:last-child {
    margin: 0;
}

.card-event__title {
    margin-bottom: 0.75rem;
}
.card-event__title a {
    color: #005eb8;
}

.card-event__title a {
    text-decoration: none;
}
.card-event__title a:hover,
.card-event__title a:focus {
    text-decoration: underline;
}

.card-event__meta {
    margin: 0 0 0 0;
    font-size: 1rem;
}
@media (min-width: 992px) {
    .card-event__meta {
        font-size: 1.1875rem;
    }
}

.card-event__meta-title {
    display: inline-block;
}

/**
 * Component: Card List
 */
.card-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-list__card {
    margin-bottom: 1.5rem;
}
.card-list__card:last-child {
    margin-bottom: 0;
}

.card-list--two-columns {
    width: auto;
}
@media (min-width: 400px) {
    .card-list--two-columns {
        display: flex;
        flex-wrap: wrap;
        margin-left: -4rem;
    }
}
.card-list--two-columns .card-list__card {
    display: flex;
    margin-bottom: 1.5rem;
}
@media (min-width: 400px) {
    .card-list--two-columns .card-list__card {
        width: 50%;
        padding-left: 2.5rem;
        max-width: calc(50% + 2.5rem);
    }
}

/**
 * Component: Container
 */
.container {
    width: 100%;
    display: block;
    background: #e8edee;
}

.container--padded {
    padding: 3.125rem 0;
}

.container--padded-large {
    padding: 3.125rem 0;
}
@media (min-width: 992px) {
    .container--padded-large {
        padding: 6.25rem 0;
    }
}

.container__item {
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .container__item {
        margin-bottom: 1.875rem;
    }
}
.container__item:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .container__item:last-child {
        margin-bottom: 0;
    }
}

/**
 * Component: Content Sidebar Group
 */
.content-sidebar-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.content-sidebar-group a:focus {
    outline: 0.1875rem #005eb8 solid;
}

.content-sidebar-group__content {
    width: 100%;
}
@media (min-width: 768px) {
    .content-sidebar-group__content {
        width: auto;
        flex: 1 0;
    }
}

.content-sidebar-group__content-item,
.content-sidebar-group__sidebar-item {
    margin: 0 0 1.5rem 0;
}
.content-sidebar-group__content-item:last-child,
.content-sidebar-group__sidebar-item:last-child {
    margin: 0;
}

.content-sidebar-group__sidebar {
    width: 100%;
    margin: 1.5rem 0 0 0;
}
@media (min-width: 768px) {
    .content-sidebar-group__sidebar {
        width: 35%;
        margin: 0 0 0 1.5rem;
    }
}
@media (min-width: 1200px) {
    .content-sidebar-group__sidebar {
        width: 30%;
        margin: 0 0 0 4.6875rem;
    }
}

.content-sidebar-group__sidebar--before {
    margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
    .content-sidebar-group__sidebar--before {
        margin: 0 1.5rem 0 0;
    }
}
@media (min-width: 1200px) {
    .content-sidebar-group__sidebar--before {
        margin: 0 4.6875rem 0 0;
    }
}

/**
 * Component: File
 */
.file {
    font-weight: 700;
}

.file__link {
    position: relative;
    padding-right: 1.875rem;
    background-image: url("assets/imgs/icons/download.svg");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: right center;
}

/**
 * Component: Filter Date
 */
.filter-date__label {
    display: block;
    font-size: 1.1875rem;
    margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
    .filter-date__label {
        font-size: 1.375rem;
    }
}

.filter-date__input {
    width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 1.5625rem 1.5625rem;
    background-position: right 0.625rem center;
    background-image: url("./assets/imgs/icons/calendar.svg");
    margin: 0;
    border: 0.0625rem solid #768692;
}
.filter-date__input:focus {
    border-color: #fae100;
}

/**
 * Component: Filter Group
 */
.filter-group input:focus,
.filter-group select:focus,
.filter-group p a:focus,
.filter-group button[type="submit"]:focus {
    outline: #005eb8 0.1875rem solid;
}

.filter-group__mobile-toggle {
    display: block;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
    background: #fae100 url("assets/imgs/icons/arrows-up-down-blue.svg")
        no-repeat;
    background-size: 1rem 1rem;
    background-position: right 0.625rem center;
    border-radius: 0;
    color: #231f20;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
    text-align: left;
}
.filter-group__mobile-toggle:hover {
    background-color: #ffeb38;
    text-decoration: none;
    color: #231f20;
}
.filter-group__mobile-toggle:focus {
    outline: #005eb8 0.1875rem solid;
}
@media (min-width: 768px) {
    .filter-group__mobile-toggle {
        display: none;
    }
}

.filter-group__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: none;
}
@media (min-width: 768px) {
    .filter-group__title {
        display: block;
    }
}

.filter-group__container {
    background: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .filter-group__container {
        background: transparent;
        padding: 0;
    }
}

.filter-group__item {
    margin-bottom: 1.5rem;
}
.filter-group__item:last-of-type {
    margin-bottom: 0;
}

.filter-group__search {
    margin-bottom: 1.5rem;
}

.filter-group__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    border-top: 0.0625rem solid #e8edee;
    padding-top: 1.5rem;
}
.filter-group__controls .button,
.filter-group__controls .filter-group__button-primary {
    margin-left: 1.125rem;
}

.filter-group__reset {
    display: block;
    font-size: 1rem;
    text-decoration: underline;
    padding: 0.25rem 0;
    color: #005eb8;
}
@media (min-width: 768px) {
    .filter-group__reset {
        font-size: 1.1875rem;
    }
}

/**
 * Component: Filter Dropdown
 */
.filter-dropdown {
    width: 100%;
}

.filter-dropdown__label {
    display: block;
    font-size: 1.1875rem;
    margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
    .filter-dropdown__label {
        font-size: 1.375rem;
    }
}

.filter-dropdown select {
    width: 100%;
}

/**
 * Component: Filter Search
 */
.filter-search {
    width: 100%;
}

.filter-search__label {
    font-size: 1.1875rem;
}
@media (min-width: 768px) {
    .filter-search__label {
        font-size: 1.375rem;
    }
}

.filter-search__input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    border: 0.0625rem solid #768692;
    background-color: white;
    /*&:focus-within {
      border-color: $clr-accessible-outline;
  }*/
}

.filter-search__field {
    display: block;
    flex: 1 0;
    min-width: 0;
    height: 100%;
    border: none;
    margin: 0;
    padding-left: 0.625rem;
    background-color: white;
}
.filter-search__field:focus {
    box-shadow: none;
}

.filter-search__submit {
    display: block;
    margin: 0;
    text-indent: -9999px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
    background: url("./assets/imgs/icons/search.svg") no-repeat center;
    background-size: 1.5625rem;
    border: none;
}

/**
 * Component: Filter Summary
 */
.filter-summary {
    display: block;
}

/**
 * Component: In This Section
 */
.in-this-section {
    width: 100%;
}

.in-this-section__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    border-bottom: 0.1875rem solid #005eb8;
}

.in-this-section__list {
    list-style: none;
    margin: 0;
}

.in-this-section__item {
    color: #005eb8;
    font-weight: 700;
    border-bottom: 0.0625rem solid #768692;
}

.in-this-section__item a {
    text-decoration: none;
    display: block;
    padding: 0.9375rem 1.875rem 0.9375rem 0;
    background: url("./assets/imgs/icons/chevron-right-blue.svg") right center
        no-repeat;
    background-size: 0.9375rem;
}

.in-this-section__item a[aria-current="page"] {
    color: #231f20;
    background: url("./assets/imgs/icons/chevron-right-grey.svg") right center
        no-repeat;
    background-size: 0.9375rem;
}

/**
 * Component: SearchWP Live Search
 */
.searchwp-live-search {
    width: 100%;
    max-width: 17.5rem;
}

.searchwp-live-search-results {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    height: 0;
    overflow: hidden;
    text-indent: -9999;
    z-index: 9999995;
    /* Exceed SearchWP Modal Search Form overlay. */
    position: absolute;
    display: none;
    font-size: 1rem;
    background: white;
    border: 0.0625rem solid #768692;
    border-radius: 0.3125rem;
}

.searchwp-live-search-results-showing {
    display: block;
    text-indent: 0;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.searchwp-live-search-result {
    display: block;
    padding: 0.9375rem 0.625rem;
    border-top: 0.0625rem solid #e8edee;
}
.searchwp-live-search-result:first-child {
    border-top: 0;
}

.searchwp-live-search-result__text {
    margin-bottom: 0;
}

.searchwp-live-search-no-results {
    padding: 0.9375rem 0.625rem;
    margin-bottom: 0;
    text-align: center;
}

.searchwp-live-search-no-min-chars:after {
    content: "Continue typing";
    display: block;
    text-align: center;
    padding: 5.9375rem 0.625rem 0.9375rem 0.625rem;
}

@keyframes searchwp-spinner-line-fade-quick {
    0%,
    39%,
    100% {
        opacity: 0.25;
    }
    40% {
        opacity: 1;
    }
}
.meta-summary {
    width: 100%;
    background-color: white;
    padding: 1.5rem;
}

.meta-summary__meta {
    margin: auto 0 0 0;
    font-size: 1.125rem;
}

.meta-summary__meta-title {
    font-weight: 400;
}

/**
 * Component: Navigation Footer
 */
.nav-footer {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
    max-width: 34.375rem;
    margin-left: -1.5rem;
}
@media (min-width: 992px) {
    .nav-footer {
        font-size: 1.375rem;
    }
}

.nav-footer__item {
    padding-left: 1.5rem;
    width: 50%;
}

.nav-footer__link {
    display: inline-block;
    font-weight: 700;
}
.nav-footer__link:after {
    display: inline-block;
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 0.9375rem;
    background-image: url("assets/imgs/icons/chevron-right-blue.svg");
    background-position: center right;
    background-size: 0.75rem;
    background-repeat: no-repeat;
}

/**
 * Component: Navigation Footer
 */
.nav-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
    list-style-type: none;
    font-size: 1rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    .nav-legal {
        justify-content: initial;
    }
}

.nav-legal__item {
    margin-right: 1.5rem;
}

.nav-legal__link {
    font-weight: 400;
}

/**
 * Component: Primary Mobile Navigation
 */
.nav-mobile-primary {
    text-align: right;
    list-style: none;
    font-size: 1.375rem;
    font-weight: 700;
}

.nav-mobile-primary__item {
    margin-bottom: 0.625rem;
}

.nav-mobile-primary__link {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding-right: 1.875rem;
    background: url("assets/imgs/icons/chevron-right-yellow.svg") right center
        no-repeat;
    background-size: 0.875rem;
}

.nav-mobile-primary__item--active .nav-mobile-primary__link {
    font-weight: 700;
}

.nav-mobile-primary__item--parent > .nav-mobile-primary__dropdown {
    display: none;
}

/**
 * Component: Navigation
 */
.nav-primary {
    display: none;
    margin: 0;
    width: 100%;
    list-style-type: none;
    font-size: 1.125rem;
    font-weight: 700;
    background: #005eb8;
}
@media (min-width: 768px) {
    .nav-primary {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) {
    .nav-primary {
        font-size: 1.1875rem;
    }
}
@media (min-width: 1200px) {
    .nav-primary {
        font-size: 1.375rem;
    }
}

.nav-primary__link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.375rem 1.875rem 0.375rem 0.625rem;
    text-decoration: none;
    color: white;
    background: url("./assets/imgs/icons/chevron-right-yellow.svg") no-repeat
        right 0.625rem center;
    background-size: 0.75rem;
}
@media (min-width: 992px) {
    .nav-primary__link {
        background-size: 0.9375rem;
        padding: 0.75rem 1.875rem 0.75rem 0.75rem;
    }
}
.nav-primary__link:hover {
    text-decoration: none;
    background-color: #006bd2;
}

/**
 * Component: Navigation
 */
.nav-secondary {
    width: 100%;
    display: none;
    margin: 0;
    list-style-type: none;
    font-size: 1.0625rem;
}
@media (min-width: 768px) {
    .nav-secondary {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) {
    .nav-secondary {
        font-size: 1.1875rem;
    }
}

.nav-secondary__item {
    margin-left: 0.625rem;
}
.nav-secondary__item:first-child {
    margin: 0;
}
@media (min-width: 1200px) {
    .nav-secondary__item {
        margin-left: 1.25rem;
    }
}

.nav-secondary__link {
    display: block;
    color: #231f20;
}
.nav-secondary__item--active .nav-secondary__link {
    font-weight: bold;
}

/**
 * Component: secondary Mobile Navigation
 */
.nav-mobile-secondary {
    text-align: right;
    list-style: none;
    font-size: 1.25rem;
}

.nav-mobile-secondary__item {
    padding: 0.1875rem 1.875rem 0.1875rem 0;
}

.nav-mobile-secondary__link {
    color: white;
    text-decoration: none;
}

.nav-mobile-secondary__item--active .nav-mobile-secondary__link {
    text-decoration: underline;
}

/**
 * Component: Page title
 */
.page-title {
    width: 100%;
    color: white;
    background-color: #003087;
    padding: 0.75rem 0;
}
.page-title a {
    color: inherit;
}
@media (min-width: 768px) {
    .page-title {
        padding: 1.375rem 0 1.875rem 0;
    }
}

.page-title__breadcrumbs {
    margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
    .page-title__breadcrumbs {
        margin-bottom: 3.75rem;
    }
}

.page-title__content {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .page-title__text {
        flex: 1 0;
        max-width: 52.5rem;
    }
}

@media (min-width: 992px) {
    .page-title__image {
        width: 45%;
        margin-left: 5%;
    }
}

.page-title__heading {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
}
@media (min-width: 768px) {
    .page-title__heading {
        font-size: 2.625rem;
    }
}
@media (min-width: 1200px) {
    .page-title__heading {
        font-size: 3.5rem;
    }
}
@media (min-width: 1200px) {
    .page-title__heading:after {
        content: "";
        position: absolute;
        background-image: url("assets/imgs/icons/dots-blue-top-left.svg");
        background-repeat: no-repeat;
        background-size: 5rem 5rem;
        background-position: top left;
        top: -1.5625rem;
        left: -2.1875rem;
        width: 5rem;
        height: 5rem;
    }
}

.page-title__excerpt {
    font-size: 1.25rem;
    max-width: 50rem;
}
@media (min-width: 992px) {
    .page-title__excerpt {
        font-size: 1.5rem;
    }
}

.page-title--light {
    color: #231f20;
    background-color: #e8edee;
}
.page-title--light .page-title__heading {
    position: relative;
}
@media (min-width: 1200px) {
    .page-title--light .page-title__heading:after {
        content: "";
        position: absolute;
        background-image: url("assets/imgs/icons/dots-white-top-left.svg");
        background-repeat: no-repeat;
        background-size: 5rem 5rem;
        background-position: top left;
        top: -1.5625rem;
        left: -2.1875rem;
        width: 5rem;
        height: 5rem;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .pagination__list {
        font-size: 1.1875rem;
    }
}
@media (min-width: 992px) {
    .pagination__list {
        font-size: 1.375rem;
    }
}

.pagination__item {
    margin-right: 0.3125rem;
}

.pagination__item--hidden-mobile {
    display: none;
}
@media (min-width: 768px) {
    .pagination__item--hidden-mobile {
        display: block;
    }
}

.pagination__button {
    display: block;
    color: #005eb8;
    padding: 0.375rem 1.125rem;
    border: 0.0625rem solid white;
    font-weight: 700;
    background: white;
}
.pagination__button:hover {
    background: #003087;
    color: white;
    text-decoration: none;
}

.pagination__button--disabled {
    background: #231f20;
    color: #080707;
    border: 0.0625rem solid transparent;
}

.pagination__button--active {
    background: #005eb8;
    border: 1px solid #005eb8;
    color: white;
    text-decoration: none;
}

.pagination__item--disabled .pagination__button--next,
.pagination__item--disabled .pagination__button--prev {
    color: #231f20;
}
.pagination__item--disabled .pagination__button--next:hover,
.pagination__item--disabled .pagination__button--prev:hover {
    color: inherit;
    text-decoration: none;
}

.pagination__button--next,
.pagination__button--prev {
    background: none;
    border: 0.0625rem solid transparent;
    color: #005eb8;
}
.pagination__button--next:hover,
.pagination__button--prev:hover {
    background: none;
    text-decoration: underline;
    color: #00519f;
}

.pagination__ellipsis {
    display: block;
    background: transparent;
    color: #005eb8;
    padding: 0.375rem 0.6875rem;
}

/**
 * Component: Related content
 */
.related-content {
    width: 100%;
}
@media (min-width: 992px) {
    .related-content {
        max-width: 34.375rem;
    }
}

.related-content__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    border-bottom: 0.1875rem solid #005eb8;
}

.related-content__list {
    list-style: none;
    margin: 0;
}

.related-content__item {
    color: #005eb8;
    font-weight: 700;
    border-bottom: 0.0625rem solid #768692;
}

.related-content__item a {
    text-decoration: none;
    display: block;
    padding: 0.9375rem 1.875rem 0.9375rem 0;
    background: url("./assets/imgs/icons/chevron-right-blue.svg") right center
        no-repeat;
    background-size: 0.9375rem;
}

/**
 * Component: Filter Summary
 */
.filter-summary {
    display: block;
    font-weight: 400;
}

/**
 * Component: Search Form
 */
.search-form {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: white;
    border: 0.0625rem solid #425563;
    border-radius: 0.375rem;
}
@media (min-width: 768px) {
    .search-form {
        width: 17.5rem;
    }
}
@media (min-width: 992px) {
    .search-form {
        width: 22.8125rem;
    }
}
.search-form:focus-within {
    overflow: visible;
}

.search-form > label {
    display: block;
    margin: 0;
    flex: 1 0;
}

.search-field {
    font-family: "Frutiger W01", Arial, sans-serif;
    background-color: white;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0 0.9375rem 0 0.9375rem;
    border-radius: 0.375rem;
}
.search-field::placeholder {
    color: #425563;
    opacity: 1;
}

.search-submit {
    display: block;
    margin: 0;
    text-indent: -9999px;
    width: 3.125rem;
    height: 3.125rem;
    min-width: 0;
    background: #e8edee url("assets/imgs/icons/search.svg") no-repeat center;
    background-size: 1.25rem;
    border: none;
    border-radius: 0.375rem;
}

/**
 * Component: Section Item (A)
 */
.section-item-a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 11.25rem;
    padding: 1.875rem 1.875rem 3.75rem 1.875rem;
    border-bottom: 0.1875rem solid #005eb8;
    text-decoration: none;
    background-color: white;
    background-image: url("assets/imgs/icons/chevron-right-blue.svg");
    background-position: bottom 1.25rem left 1.5625rem;
    background-size: 1.875rem;
    background-repeat: no-repeat;
    color: #005eb8;
}
.section-item-a p:last-child {
    margin: 0;
}

.section-item-a:hover,
.section-item-a:focus {
    background-color: #005eb8;
    color: white;
    border-color: #005eb8;
    text-decoration: none;
}
.section-item-a:hover .section-item-a__title,
.section-item-a:focus .section-item-a__title {
    color: inherit;
}

.section-item-a__title {
    display: inline-block;
    margin: 0;
    padding-right: 1.875rem;
    font-size: 1.25rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    .section-item-a__title {
        font-size: 1.625rem;
    }
}

/**
 * Component: Section Item (B)
 */
.section-item-b {
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 1.5rem;
    color: #231f20;
    border-bottom: 0.1875rem solid #005eb8;
    text-decoration: none;
    background-color: white;
    background-image: url("assets/imgs/icons/chevron-right-blue.svg");
    background-position: top 2.1875rem right 1.5625rem;
    background-size: 0.9375rem;
    background-repeat: no-repeat;
}

.section-item-b:hover,
.section-item-b:focus {
    background-color: #005eb8;
    color: white;
    border-color: #005eb8;
    text-decoration: none;
}
.section-item-b:hover .section-item-b__title,
.section-item-b:focus .section-item-b__title {
    color: inherit;
}

.section-item-b__title {
    color: #005eb8;
    margin: 0 0 0.75rem 0;
    padding-right: 1.875rem;
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    .section-item-b__title {
        font-size: 1.625rem;
    }
}

/**
 * Component: Section Item Group
 */
.section-item-group {
    width: 100%;
}

.section-item-group__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem;
    list-style: none;
}

.section-item-group__item {
    width: 100%;
    padding-left: 2rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .section-item-group__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .section-item-group__item--three-col {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .section-item-group__item--three-col {
        width: 33%;
    }
}

.share-links {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}

.share-links,
.share-links__action-group,
.share-links__print {
    display: flex;
    align-items: center;
}

.share-links__action-group {
    margin-right: 1.25rem;
}

.share-links__list {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
}

.share-links__title {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0.375rem 0 0;
}
@media (min-width: 992px) {
    .share-links__title {
        font-size: 1.1875rem;
        margin: 0 0.75rem 0 0;
    }
}

.share-links__item {
    padding: 0 0.1875rem;
}

.share-links__print {
    background: transparent;
    border: 0;
    text-decoration: underline;
    color: #005eb8;
}
.share-links__print:hover {
    cursor: pointer;
    text-decoration-thickness: 0.125rem;
}
.share-links__print .share-links__icon {
    margin-top: 0.1875rem;
}

.share-links__icon-image {
    width: 1.5rem;
    height: 1.5rem;
}
@media (min-width: 768px) {
    .share-links__icon-image {
        width: 2rem;
        height: 2rem;
    }
}
@media (min-width: 992px) {
    .share-links__icon-image {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.site-footer {
    width: 100%;
    margin: 1.5rem 0;
    text-align: center;
}
@media (min-width: 768px) {
    .site-footer {
        text-align: left;
    }
}

.site-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-top: 0.0625rem solid #e8edee;
    border-bottom: 0.0625rem solid #e8edee;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .site-footer__inner {
        font-size: 1.25rem;
        flex-wrap: unset;
    }
}

.site-footer__logo {
    width: 50%;
    max-width: 12.5rem;
    margin: 0;
}
@media (min-width: 768px) {
    .site-footer__logo {
        max-width: 15.625rem;
        margin: 0 1.875rem 0 0;
    }
}

.site-footer__nav {
    margin: 1.875rem 0 0 0;
    order: 3;
}
@media (min-width: 768px) {
    .site-footer__nav {
        margin: 0;
        order: initial;
    }
}

.site-footer__nhs-logo {
    width: 7.8125rem;
    order: 2;
}
@media (min-width: 768px) {
    .site-footer__nhs-logo {
        order: initial;
    }
}

.site-footer__secondary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .site-footer__secondary {
        flex-direction: row;
        align-items: center;
    }
}

.site-footer__smallprint {
    order: 2;
    padding-top: 0.75rem;
}
@media (min-width: 768px) {
    .site-footer__smallprint {
        display: flex;
        flex-wrap: wrap;
        order: initial;
    }
}

.site-footer__legal-nav {
    width: 100%;
    margin: 0.625rem 0;
}

.site-footer__copyright p {
    font-size: 1rem;
    margin-right: 1.25rem;
}

.site-footer__credits p {
    font-size: 1rem;
    margin-right: 1.25rem;
}

.site-footer__social {
    flex: 1 0 auto;
    order: 1;
}
@media (min-width: 768px) {
    .site-footer__social {
        order: initial;
        margin-left: 1.875rem;
    }
}

/**
 * Component: Site Header
 */
.site-header {
    width: 100%;
    background-color: white;
    margin: 0 auto;
    padding: 0;
}

.site-header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 0;
}
@media (min-width: 768px) {
    .site-header__inner {
        align-items: flex-start;
    }
}
@media (min-width: 1200px) {
    .site-header__inner {
        padding: 1.875rem 0 2.625rem 0;
    }
}
@media (min-width: 768px) {
    .site-header__inner {
        flex-wrap: wrap;
    }
}

.site-header__logo {
    width: 50%;
    max-width: 15.625rem;
}
@media (min-width: 768px) {
    .site-header__logo {
        width: 24%;
    }
}
@media (min-width: 1200px) {
    .site-header__logo {
        width: 23%;
        max-width: 17.8125rem;
    }
}

.site-header__primary-nav {
    display: none;
}
@media (min-width: 768px) {
    .site-header__primary-nav {
        background: #005eb8;
        display: flex;
        width: 100%;
    }
}

.site-header__secondary-menu {
    margin: 0;
}
@media (min-width: 768px) {
    .site-header__secondary-menu {
        margin-bottom: 0.75rem;
    }
}

.site-header__secondary-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 15;
}
@media (min-width: 768px) {
    .site-header__secondary-nav {
        flex: 1 0 auto;
    }
}

.site-header__search-form {
    display: none;
}
@media (min-width: 768px) {
    .site-header__search-form {
        display: block;
    }
}

.site-header__sub-group {
    display: flex;
    flex-wrap: wrap;
}

.site-header__nhs-logo {
    display: none;
    height: 100%;
    margin-left: 2.5rem;
}
.site-header__nhs-logo img {
    width: 8.125rem;
}
@media (min-width: 768px) {
    .site-header__nhs-logo {
        display: block;
    }
}

.site-header__search-toggle {
    margin-right: 0.625rem;
}
@media (min-width: 400px) {
    .site-header__search-toggle {
        margin-right: 0.9375rem;
    }
}
@media (min-width: 768px) {
    .site-header__search-toggle {
        display: none;
    }
}

@media (min-width: 768px) {
    .site-header__menu-toggle {
        display: none;
    }
}

.site-header__mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5.625rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    overflow-y: scroll;
    z-index: 12;
    background-color: #005eb8;
}
.site-header__mobile-nav.open {
    display: block;
}
@media (min-width: 768px) {
    .site-header__mobile-nav.open {
        display: none;
    }
}

.site-header__search-form {
    /*@include bp($m) {
      display: flex;
      justify-content: flex-end;
  }*/
}

.site-header__mobile-search {
    margin-bottom: 1.5rem;
}

.site-header__mobile-shim {
    margin-top: 1.5rem;
}

/**
 * Component: Site Logo
 */
.site-logo {
    display: block;
    width: 100%;
}

.site-logo__image {
    display: block;
    width: 100%;
}

.skiplink {
    position: absolute;
    top: -100%;
    padding: 0.625rem;
    left: 0;
    color: white;
    font-weight: 700;
    font-size: 1.1875rem;
    background: #005eb8;
    text-decoration: none;
    z-index: 10000;
}

.skiplink:focus {
    left: 0;
    top: 0;
    text-decoration: underline;
    color: white;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links__info {
    font-weight: 700;
    font-size: 1.1875rem;
    margin: 0 1.25rem 0 0;
}

.social-links__icons {
    display: flex;
    align-items: center;
}

.social-links__icon {
    width: 2.8125rem;
    height: 2.8125rem;
    margin: 0 0 0 0.625rem;
}
.social-links__icon:first-of-type {
    margin: 0;
}

/**
 * Component: Standard Content
 */
/**
 * The following element styles are primarily used to
 * format and style Gutenberg block styles.
 */
.standard-content > ul,
.standard-content > ol {
    margin-bottom: 1.875rem;
}
.standard-content > img {
    margin-bottom: 1.875rem;
}
.standard-content > .button,
.standard-content > .filter-group__button-primary,
.standard-content > .file,
.standard-content > .blockquote,
.standard-content > .information-panel,
.standard-content > .alert-panel {
    margin-bottom: 1.875rem;
}
.standard-content a:focus {
    outline: 0.1875rem #005eb8 solid;
}

.wp-block-table {
    margin-bottom: 1.875rem;
}
.wp-block-table table {
    margin-bottom: 0;
}

.wp-block-audio {
    margin-bottom: 1.875rem;
}
.wp-block-audio audio {
    width: 100%;
}
.wp-block-audio figcaption {
    margin-top: 0.625rem;
    font-size: 1rem;
}

/**
 * File download block styles
 */
.wp-block-file {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
}
.wp-block-file a:first-child {
    color: #231f20;
    margin-right: 1.875rem;
    margin-bottom: 0.3125rem;
    word-break: break-word;
}

.wp-block-file__button {
    color: white;
    background-color: #005eb8;
    padding: 0.3125rem 1.25rem;
    font-weight: 700;
}
.wp-block-file__button:hover {
    background-color: #00519f;
    text-decoration: none;
}

/**
 * Gutenberg Button styles
 *
 * Extends the regular .button class
 */
.wp-block-button {
    margin-bottom: 1.875rem;
}

/*.wp-block-button__link {
    //@extend .button;
}*/
.wp-has-aspect-ratio {
    max-width: 100%;
}
.wp-has-aspect-ratio iframe,
.wp-has-aspect-ratio object,
.wp-has-aspect-ratio embed {
    width: 100%;
}

/**
 * Embeded 16x9 content
 *
 * For embedded Videos etc.
 */
.wp-embed-aspect-16-9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.875rem;
}
.wp-embed-aspect-16-9 iframe,
.wp-embed-aspect-16-9 object,
.wp-embed-aspect-16-9 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Embeded Image blocks
 */
.wp-block-image {
    margin-bottom: 1.875rem;
}
.wp-block-image figure {
    display: table;
}
.wp-block-image figure figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image img {
    margin-bottom: 0;
}

/**
 * Add additional margin to Facebook, Twitter and Instagram Gutenberg blocks
 */
.wp-block-embed-twitter,
.wp-block-embed-facebook,
.wp-block-embed-instagram,
.wp-block-embed-spotify,
.wp-block-embed-youtube {
    margin-bottom: 1.875rem;
}

/**
 * Floating imge classes
 */
.alignleft {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
}

.size-full {
    margin: 0 0 1.5rem 0;
}

/**
* WP Quote
*/
.wp-block-quote {
    border-left: solid 0.25rem #005eb8;
    padding-left: 1.25rem;
    margin-bottom: 1.875rem;
}
.wp-block-quote cite {
    font-style: normal;
    font-size: 1rem;
    color: #425563;
}
@media (min-width: 768px) {
    .wp-block-quote cite {
        font-size: 1.125rem;
    }
}

/**
* WP Pull Quote
* modified from blockquote component
*/
.wp-block-pullquote {
    position: relative;
    background-color: #003087;
    padding: 1.25rem 1.5rem;
    color: white;
    margin: 0 0 1.875rem;
}
.wp-block-pullquote p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .wp-block-pullquote p {
        font-size: 1.375rem;
    }
}
@media (min-width: 1200px) {
    .wp-block-pullquote p {
        font-size: 1.625rem;
    }
}
.wp-block-pullquote cite {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .wp-block-pullquote cite {
        font-size: 1.25rem;
    }
}
.wp-block-pullquote:before {
    display: block;
    content: "“";
    color: #fae100;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: -2.1875rem;
}

/**
 * Component: Warning Callout
 */
.warning-callout {
    font-size: 1.1875rem;
    color: white;
    padding: 1.5rem;
    background: #da291c url("assets/imgs/icons/warning.svg") no-repeat center;
    background-size: 2.8125rem;
    background-position: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
    .warning-callout {
        background-size: 4.375rem;
        background-position: 1.5rem 1.5rem;
    }
}

.warning-callout__title {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
}

.warning-callout__content {
    margin-left: 3.75rem;
}
@media (min-width: 768px) {
    .warning-callout__content {
        margin-left: 6rem;
    }
}

/**
 * Component: Action Link
 * @see https://beta.nhs.uk/service-manual/styles-components-patterns/action-link
 */
.action-link {
    margin: 1rem 0;
}

.action-link__link {
    font-size: 1.1875rem;
    margin-left: 1.5rem;
    position: relative;
    color: #005eb8;
}
.action-link__link:hover,
.action-link__link:focus {
    text-decoration: underline;
}
.action-link__link:before {
    content: "";
    position: absolute;
    border-right: 0.125rem solid #005eb8;
    border-bottom: 0.125rem solid #005eb8;
    width: 0.5rem;
    height: 0.5rem;
    top: 50%;
    left: -1.25rem;
    transform: translateY(-50%) rotate(-45deg);
}

.action-link__text {
    font-weight: 700;
}

/**
 * Component: Do and Don't List
 */
.do-dont {
    width: 100%;
    margin-bottom: 1.5rem;
}

.do-dont__block {
    background-color: white;
    border: 0.0625rem solid #bac2c8;
}
.do-dont__block:first-child {
    margin-bottom: 1.5rem;
}

.do-dont__title {
    display: inline-block;
    margin: 0;
    padding: 0.75rem 1.5rem;
    background-color: #005eb8;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .do-dont__title {
        font-size: 1.5rem;
    }
}

.do-dont__list {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 1.5rem;
}

.do-dont__list-item {
    background: url("assets/imgs/icons/tick.svg") no-repeat left 0.1875rem;
    background-size: 1.5rem 1.5rem;
    padding-left: 2rem;
    margin-bottom: 0.75rem;
}
.do-dont__list-item:last-child {
    margin-bottom: 0;
}

.do-dont__list-item--dont {
    background: url("assets/imgs/icons/cross.svg") no-repeat left 0;
}

.do-dont__icon--tick {
    stroke: #007f3b;
}

.do-dont__icon--cross {
    fill: #da291c;
}

/**
 * Component: Inset Text
 * @see https://beta.nhs.uk/service-manual/styles-components-patterns/inset-text
 */
.inset-text {
    border-left: 0.3125rem solid #009639;
    padding: 0.75rem;
    margin-bottom: 24px;
}

.inset-text__inner {
    font-weight: 700;
    font-size: 1.375rem;
    margin: 0;
}

.widget-health-conditions {
    position: relative;
    max-width: 75rem;
    min-height: 37.5rem;
}

.widget-health-conditions__iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #005eb8;
}

.widget-local-services {
    position: relative;
    max-width: 75rem;
    min-height: 37.5rem;
}

.widget-local-services__iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #005eb8;
}

.card-event-summary__header {
    background: #00a9ce;
    padding: 0.9375rem 1.25rem;
}

.card-event-summary__title {
    margin: 0;
    font-weight: 400;
}

.card-event-summary__content {
    background: white;
    padding: 1.25rem;
}

.card-event-summary__meta {
    margin: 0 0 0.3125rem 0;
    font-size: 1rem;
}

.card-featured-section {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: white;
    height: 100%;
}

.card-featured-section__title {
    line-height: 1.2;
}
@media (min-width: 992px) {
    .card-featured-section__title {
        font-size: 1.375rem;
    }
}
@media (min-width: 1200px) {
    .card-featured-section__title {
        font-size: 1.75rem;
    }
}

.card-featured-section__figure {
    min-height: 1px;
}
.card-featured-section__figure img {
    width: 100%;
}

.card-featured-section__content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 1.25rem;
}
@media (min-width: 1200px) {
    .card-featured-section__content {
        padding: 1.875rem;
    }
}

@media (min-width: 992px) {
    .card-featured-section__description {
        font-size: 1.125rem;
    }
}

.card-featured-section__button {
    margin-top: auto;
}

/**
 * Component: card event
 */
.card-location {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 56.25rem;
    border: 0.0625rem solid #e8edee;
}
@media (min-width: 992px) {
    .card-location {
        flex-direction: row;
    }
}

.card-location__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.card-location__image:after {
    padding-top: 66.6666666667%;
    display: block;
    content: "";
}
@media (min-width: 992px) {
    .card-location__image {
        width: 30%;
    }
    .card-location__image:after {
        padding-top: 125%;
        display: block;
        content: "";
    }
}
@media (min-width: 1200px) {
    .card-location__image {
        width: 25%;
    }
    .card-location__image:after {
        padding-top: 125%;
        display: block;
        content: "";
    }
}

.card-location__content {
    flex: 1 0;
    padding: 1.25rem 1.5rem;
}
.card-location__content p:last-child {
    margin: 0;
}

.card-location__title {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.card-location__title a {
    color: #005eb8;
}

.card-location__title a:hover,
.card-location__title a:focus {
    text-decoration: underline;
}

.card-location__meta {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .card-location__meta {
        font-size: 1.25rem;
    }
}

.card-location__meta-title {
    display: inline-block;
}

.card-meta-summary {
    border: 0.0625rem solid #e8edee;
    padding: 1.5rem;
}

.card-meta-summary__title {
    margin-bottom: 0.75rem;
}

.card-meta-summary__list {
    list-style: none;
    margin: 0;
}

.card-meta-summary__list-item {
    font-weight: 700;
    padding: 0.1875rem 0;
}

.card-meta-summary__list-item-key {
    font-weight: 400;
}

.card-news-summary {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #e8edee;
}

.card-news-summary__figure img {
    width: 100%;
}

.card-news-summary__figure.card-news-summary__figure--secondary {
    background-color: #005eb8;
    min-height: 7.5rem;
    min-width: 7.5rem;
}
@media (min-width: 768px) {
    .card-news-summary__figure.card-news-summary__figure--secondary {
        min-height: 11.25rem;
        min-width: 11.25rem;
    }
}

.card-news-summary__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0.625rem;
}
@media (min-width: 768px) {
    .card-news-summary__content {
        padding: 1.25rem;
    }
}

.card-news-summary__date {
    margin: 0;
}

.card-news-summary__title {
    font-size: 1.0625rem;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .card-news-summary__title {
        font-size: 1.375rem;
    }
}

.card-news-summary__categories {
    margin-top: auto;
}

.card-news-summary--horizontal {
    flex-direction: row;
}
.card-news-summary--horizontal .card-news-summary__figure {
    max-width: 7.5rem;
}
@media (min-width: 768px) {
    .card-news-summary--horizontal .card-news-summary__figure {
        max-width: 11.25rem;
    }
}

.events-group {
    margin-bottom: 1.875rem;
}

.events-group__header {
    background-color: #00a9ce;
    padding: 0.75rem;
    margin-bottom: 0.625rem;
}

.events-group__heading {
    color: black;
    font-weight: 400;
    margin: 0;
}

.events-group__event-list {
    list-style: none;
    margin: 0;
}

.events-group__event {
    width: 100%;
    margin-bottom: 0.625rem;
}

/**
 * Component: Button
 */
.image-link {
    display: flex;
    flex-direction: column;
    background: white;
    height: 100%;
}
.image-link:focus {
    outline: #005eb8 0.1875rem solid;
}

.image-link__text {
    display: block;
    padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
    background: #005eb8 url("assets/imgs/icons/chevron-right-yellow.svg") right
        0.9375rem top 0.9375rem no-repeat;
    background-size: 1rem 1rem;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    color: white;
}
@media (min-width: 768px) {
    .image-link__text {
        padding: 0.625rem 3.4375rem 0.625rem 1.125rem;
        background-position: right 1.5625rem top 1.125rem;
        font-size: 1.0625rem;
        flex: 1 0 auto;
    }
}
@media (min-width: 1200px) {
    .image-link__text {
        font-size: 1.25rem;
    }
}
.image-link__text:hover {
    background-color: #006bd2;
    text-decoration: none;
    color: white;
}

.featured-content-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.875rem;
    position: relative;
    padding-bottom: 2.8125rem;
}
@media (min-width: 992px) {
    .featured-content-group {
        padding-bottom: 0;
    }
}
.featured-content-group:after {
    content: "";
    position: absolute;
    background-image: url("assets/imgs/icons/dots-white-bottom-left.svg");
    background-repeat: no-repeat;
    background-size: 6.25rem 6.25rem;
    background-position: bottom left;
    width: 6.25rem;
    height: 2.1875rem;
    bottom: 0;
    left: 1.875rem;
}
@media (min-width: 1200px) {
    .featured-content-group:after {
        height: 6.25rem;
        bottom: -2.8125rem;
        left: -0.9375rem;
    }
}

.featured-content-group__item {
    width: 100%;
    padding-left: 1.875rem;
    margin-bottom: 1.5rem;
}
.featured-content-group__item:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .featured-content-group__item {
        width: 33.33333%;
        margin: 0;
    }
}

.featured-links__title {
    width: 100%;
}

.featured-links__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -1.875rem;
    list-style: none;
}

.featured-links__item {
    width: 100%;
    padding-left: 1.875rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .featured-links__item {
        width: 50%;
    }
}

.hero {
    position: relative;
    min-height: 12.5rem;
    background: #e8edee;
}
@media (min-width: 992px) {
    .hero {
        min-height: 33.4375rem;
        padding: 6.25rem 0 3.75rem 0;
    }
}

.hero__image {
    display: block;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    height: 15.625rem;
}
@media (min-width: 992px) {
    .hero__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        bottom: 0;
    }
}

.hero__wrapper {
    margin-top: -2.5rem;
}
@media (min-width: 992px) {
    .hero__wrapper {
        margin-top: 0;
    }
}

.hero__content {
    position: relative;
    background: white;
    padding: 1.5rem;
}
@media (min-width: 992px) {
    .hero__content {
        width: 25rem;
        padding: 2.5rem;
    }
}
.hero__content:before {
    content: "";
    position: absolute;
    top: -2.8125rem;
    left: 0;
    width: 6.25rem;
    height: 2.1875rem;
    background-image: url("assets/imgs/icons/dots-white-top-left.svg");
    background-repeat: no-repeat;
    background-size: 6.25rem 6.25rem;
    background-position: top left;
}
@media (min-width: 1200px) {
    .hero__content:before {
        top: -2.6875rem;
        left: -2.6875rem;
        width: 6.25rem;
        height: 6.25rem;
    }
}

.hero__title {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .hero__title {
        font-size: 1.75rem;
    }
}

.image-link-group__title {
    width: 100%;
}

.image-link-group__grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.875rem;
    list-style: none;
}

.image-link-group__item {
    width: 100%;
    padding-left: 1.875rem;
    margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
    .image-link-group__item {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .image-link-group__item {
        width: 33.33333%;
    }
}

/**
 * Component: Important Panel
 */
.information-panel {
    background-color: white;
    border-left: 0.125rem solid #005eb8;
    color: #231f20;
    padding: 1.5rem;
}

.information-panel--alert {
    background-color: #fae100;
}

.information-panel__heading {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
}
@media (min-width: 768px) {
    .information-panel__heading {
        font-size: 1.625rem;
    }
}
@media (min-width: 992px) {
    .information-panel__heading {
        font-size: 1.875rem;
    }
}

.information-panel__content {
    font-size: 1rem;
}
@media (min-width: 768px) {
    .information-panel__content {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .information-panel__content {
        font-size: 1.5rem;
    }
}

.latest-news-group__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-news-group__content {
    margin-left: -1.875rem;
}
@media (min-width: 768px) {
    .latest-news-group__content {
        display: flex;
    }
}

.latest-news-group__featured-item {
    padding-left: 1.875rem;
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .latest-news-group__featured-item {
        width: 33.33333%;
        margin-bottom: 0;
    }
}

.latest-news-group__items {
    padding-left: 1.875rem;
    flex: 1 0;
}

.latest-news-group__item {
    margin-bottom: 1.875rem;
}
.latest-news-group__item:last-child {
    margin-bottom: 0;
}

.location-summary {
    display: flex;
    flex-wrap: wrap;
    background: white;
}

.location-summary__images {
    width: 100%;
}
@media (min-width: 768px) {
    .location-summary__images {
        width: 50%;
        padding: 1.25rem;
        order: 2;
    }
}

.location-summary__content {
    width: 100%;
    padding: 1.25rem;
}
@media (min-width: 768px) {
    .location-summary__content {
        width: 50%;
    }
}

.location-summary__item {
    background-size: 1.375rem 1.375rem;
    background-repeat: no-repeat;
    padding-left: 1.875rem;
    margin-bottom: 1.25rem;
}

.location-summary__item--telephone {
    background-image: url("assets/imgs/icons/telephone.svg");
}

.location-summary__item--website {
    background-image: url("assets/imgs/icons/link.svg");
}

.location-summary__item--address {
    background-image: url("assets/imgs/icons/pin.svg");
}

.location-summary__item--opening {
    background-image: url("assets/imgs/icons/clock.svg");
}

.location-summary__item-title {
    margin-bottom: 0;
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    .location-summary__item-title {
        font-size: 1.375rem;
    }
}

.location-summary__text {
    font-size: 1rem;
}
@media (min-width: 768px) {
    .location-summary__text {
        font-size: 1.125rem;
    }
}

.location-summary__weekday {
    display: inline-block;
    width: 6.25rem;
}

.location-summary__opening {
    margin: 0;
}

.location-summary__openings {
    list-style: none;
    margin: 0;
}

.location-summary__pride {
    padding: 1.5rem;
}
@media (min-width: 768px) {
    .location-summary__pride {
        padding: 0;
        margin-top: 1.5rem;
    }
}

.location-summary__pride-text {
    padding: 1.5rem;
    font-size: 1.0625rem;
}
@media (min-width: 768px) {
    .location-summary__pride-text {
        padding: 1.5rem 0 0 0;
    }
}

.location-summary__dementia-friendly {
    padding: 1.5rem;
}
@media (min-width: 768px) {
    .location-summary__dementia-friendly {
        padding: 0;
        margin-top: 1.5rem;
    }
}

.location-summary__dementia-friendly-text {
    padding: 1.5rem;
    font-size: 1.0625rem;
}
@media (min-width: 768px) {
    .location-summary__dementia-friendly-text {
        padding: 1.5rem 0 0 0;
    }
}

.location-summary__veteran-friendly {
    padding: 1.5rem;
}
@media (min-width: 768px) {
    .location-summary__veteran-friendly {
        padding: 0;
        margin-top: 1.5rem;
    }
}

.location-summary__veteran-friendly-text {
    padding: 1.5rem;
    font-size: 1.0625rem;
}
@media (min-width: 768px) {
    .location-summary__veteran-friendly-text {
        padding: 1.5rem 0 0 0;
    }
}

.post-date__date {
    font-weight: 700;
}

.post-date__date--published {
    margin: 0;
}

/**
 * Component: Promotion
 */
.promotion {
    width: 100%;
    background: #425563;
    text-align: center;
    padding: 2rem;
}
@media (min-width: 400px) {
    .promotion {
        background-image: url("assets/imgs/icons/dots-grey-top-left.svg"),
            url("assets/imgs/icons/dots-grey-bottom-right.svg");
        background-position: top 2rem left 2rem, bottom 2rem right 2rem;
        background-repeat: no-repeat, no-repeat;
        background-size: 6%;
        padding: 2rem 4.5rem;
    }
}
@media (min-width: 992px) {
    .promotion {
        background-position: top 4.5rem left 4.5rem, bottom 4.5rem right 4.5rem;
        padding: 4.5rem;
    }
}

.promotion__content {
    max-width: 62.5rem;
    margin: 0 auto;
}

.promotion__title {
    color: white;
    line-height: 1.3;
}
@media (min-width: 992px) {
    .promotion__title {
        font-size: 3rem;
    }
}

.promotion__text {
    margin-bottom: 1.25rem;
    color: white;
}

.campaign {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background: orange;
}

.campaign__title {
    font-size: 1.5rem;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .campaign__title {
        font-size: 2rem;
    }
}

.campaign__description {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .campaign__description {
        font-size: 1.125rem;
    }
}
@media (min-width: 1200px) {
    .campaign__description {
        font-size: 1.25rem;
    }
}

.campaign__content {
    display: flex;
    flex-direction: column;
    flex: 1 0;
    background-color: white;
    padding: 1.5rem;
}
@media (min-width: 992px) {
    .campaign__content {
        padding: 3rem;
    }
}

.campaign__button {
    margin-top: auto;
}

.campaign__figure {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f8f9;
    background-position: center center;
}
@media (min-width: 768px) {
    .campaign__figure {
        width: 50%;
        order: 2;
    }
}
.campaign__figure:after {
    padding-top: 56.25%;
    display: block;
    content: "";
}

/**
 * Component: Team item
 */
.team-member {
    background: white;
    max-width: 50rem;
    height: 100%;
}

.team-member__content {
    width: 100%;
    padding: 1.25rem;
}

.team-member__title {
    font-size: 1.375rem;
    margin-bottom: 0rem;
}
@media (min-width: 992px) {
    .team-member__title {
        font-size: 1.875rem;
    }
}

.team-member__subtitle {
    font-size: 1.1875rem;
    margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
    .team-member__subtitle {
        font-size: 1.5rem;
    }
}

/**
 * Component: Team Item Group
 */
@media (min-width: 768px) {
    .team-member-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -1.875rem;
    }
}

.team-member-group__item {
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .team-member-group__item {
        width: 50%;
        padding-left: 1.875rem;
    }
}
@media (min-width: 992px) {
    .team-member-group__item {
        width: 33%;
    }
}

/**
 * Component: Wrapper - used when you need to apply the u-wrapper class from  PHP logic
 */
.wrapper {
    padding: 2.1875rem 0;
}
@media (min-width: 768px) {
    .wrapper {
        padding: 3.75rem 0;
    }
}

.wrapper__item {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .wrapper__item {
        margin-bottom: 1.875rem;
    }
}
.wrapper__item:last-child {
    margin-bottom: 0;
}
.wrapper__item:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url("assets/imgs/icons/dots-line.svg");
}
