@charset "UTF-8";

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[data-whatintent='mouse'] *, [data-whatintent='mouse'] *:focus, [data-whatintent='touch'] *, [data-whatintent='touch'] *:focus, [data-whatinput='mouse'] *, [data-whatinput='mouse'] *:focus, [data-whatinput='touch'] *, [data-whatinput='touch'] *:focus {
    outline: auto;
}

[draggable='false'] {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.foundation-mq {
    font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: 'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

[data-whatinput='mouse'] button {
    outline: auto;
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    appearance: none;
}

    [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
        outline: auto;
        border: 1px solid #8a8a8a;
        background-color: #fefefe;
        box-shadow: 0 0 5px #cacaca;
        transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    }

textarea {
    max-width: 100%;
}

    textarea[rows] {
        height: auto;
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

[type='submit'], [type='button'] {
    appearance: none;
    border-radius: 0;
}

input[type='search'] {
    box-sizing: border-box;
}

::placeholder {
    color: #cacaca;
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1rem;
}

    [type='checkbox'] + label, [type='radio'] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

        [type='checkbox'] + label[for], [type='radio'] + label[for] {
            cursor: pointer;
        }

label > [type='checkbox'], label > [type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

    label.middle {
        margin: 0 0 1rem;
        line-height: 1.5;
        padding: 0.5625rem 0;
    }

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}

    .input-group > :first-child, .input-group > :first-child.input-group-button > * {
        border-radius: 0 0 0 0;
    }

    .input-group > :last-child, .input-group > :last-child.input-group-button > * {
        border-radius: 0 0 0 0;
    }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

    .input-group-label:first-child {
        border-right: 0;
    }

    .input-group-label:last-child {
        border-left: 0;
    }

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}

    .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
        align-self: stretch;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

    .fieldset legend {
        margin: 0;
        margin-left: -0.1875rem;
        padding: 0 0.1875rem;
    }

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

@media screen and (min-width:0\0) {
    select {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==');
    }
}

select:focus {
    outline: auto;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea;
}

    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37;
    }

.is-invalid-label {
    color: #cc4b37;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37;
}

    .form-error.is-visible {
        display: block;
    }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
        line-height: 0;
        color: #cacaca;
    }

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media print,screen and (min-width:40em) {
    h1, .h1 {
        font-size: 3rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    h3, .h3 {
        font-size: 1.9375rem;
    }

    h4, .h4 {
        font-size: 1.5625rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #1468a0;
    }

    a img {
        border: 0;
    }

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

dl {
    margin-bottom: 1rem;
}

    dl dt {
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

    blockquote, blockquote p {
        line-height: 1.6;
        color: #8a8a8a;
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas,'Liberation Mono',Courier,monospace;
    color: #0a0a0a;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

cite, .cite-block {
    display: block;
    color: #8a8a8a;
    font-size: 0.8125rem;
}

    cite:before, .cite-block:before {
        content: '— ';
    }

code, .code-inline {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,'Liberation Mono',Courier,monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,'Liberation Mono',Courier,monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media print,screen and (min-width:40em) {
    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media print,screen and (min-width:64em) {
    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: ' (' attr(href) ')';
        }

        .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
            content: '';
        }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    pre, blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .print-break-inside {
        page-break-inside: auto;
    }
}

.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

@media print,screen and (min-width:40em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media print,screen and (min-width:40em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

    .cell.auto {
        flex: 1 1 0;
    }

    .cell.shrink {
        flex: 0 0 auto;
    }

.grid-x > .auto {
    width: auto;
}

.grid-x > .shrink {
    width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto;
}

@media print,screen and (min-width:40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        flex-basis: auto;
    }
}

@media print,screen and (min-width:64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        flex-basis: auto;
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex: 0 0 auto;
}

.grid-x > .small-1 {
    width: 8.33333%;
}

.grid-x > .small-2 {
    width: 16.66667%;
}

.grid-x > .small-3 {
    width: 25%;
}

.grid-x > .small-4 {
    width: 33.33333%;
}

.grid-x > .small-5 {
    width: 41.66667%;
}

.grid-x > .small-6 {
    width: 50%;
}

.grid-x > .small-7 {
    width: 58.33333%;
}

.grid-x > .small-8 {
    width: 66.66667%;
}

.grid-x > .small-9 {
    width: 75%;
}

.grid-x > .small-10 {
    width: 83.33333%;
}

.grid-x > .small-11 {
    width: 91.66667%;
}

.grid-x > .small-12 {
    width: 100%;
}

@media print,screen and (min-width:40em) {
    .grid-x > .medium-auto {
        flex: 1 1 0;
        width: auto;
    }

    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        flex: 0 0 auto;
    }

    .grid-x > .medium-shrink {
        width: auto;
    }

    .grid-x > .medium-1 {
        width: 8.33333%;
    }

    .grid-x > .medium-2 {
        width: 16.66667%;
    }

    .grid-x > .medium-3 {
        width: 25%;
    }

    .grid-x > .medium-4 {
        width: 33.33333%;
    }

    .grid-x > .medium-5 {
        width: 41.66667%;
    }

    .grid-x > .medium-6 {
        width: 50%;
    }

    .grid-x > .medium-7 {
        width: 58.33333%;
    }

    .grid-x > .medium-8 {
        width: 66.66667%;
    }

    .grid-x > .medium-9 {
        width: 75%;
    }

    .grid-x > .medium-10 {
        width: 83.33333%;
    }

    .grid-x > .medium-11 {
        width: 91.66667%;
    }

    .grid-x > .medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .grid-x > .large-auto {
        flex: 1 1 0;
        width: auto;
    }

    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        flex: 0 0 auto;
    }

    .grid-x > .large-shrink {
        width: auto;
    }

    .grid-x > .large-1 {
        width: 8.33333%;
    }

    .grid-x > .large-2 {
        width: 16.66667%;
    }

    .grid-x > .large-3 {
        width: 25%;
    }

    .grid-x > .large-4 {
        width: 33.33333%;
    }

    .grid-x > .large-5 {
        width: 41.66667%;
    }

    .grid-x > .large-6 {
        width: 50%;
    }

    .grid-x > .large-7 {
        width: 58.33333%;
    }

    .grid-x > .large-8 {
        width: 66.66667%;
    }

    .grid-x > .large-9 {
        width: 75%;
    }

    .grid-x > .large-10 {
        width: 83.33333%;
    }

    .grid-x > .large-11 {
        width: 91.66667%;
    }

    .grid-x > .large-12 {
        width: 100%;
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto;
}

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}

.grid-margin-x > .auto {
    width: auto;
}

.grid-margin-x > .shrink {
    width: auto;
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-margin-x > .auto {
        width: auto;
    }

    .grid-margin-x > .shrink {
        width: auto;
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x > .medium-auto {
        width: auto;
    }

    .grid-margin-x > .medium-shrink {
        width: auto;
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x > .large-auto {
        width: auto;
    }

    .grid-margin-x > .large-shrink {
        width: auto;
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem);
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.small-up-1 > .cell {
    width: 100%;
}

.small-up-2 > .cell {
    width: 50%;
}

.small-up-3 > .cell {
    width: 33.33333%;
}

.small-up-4 > .cell {
    width: 25%;
}

.small-up-5 > .cell {
    width: 20%;
}

.small-up-6 > .cell {
    width: 16.66667%;
}

.small-up-7 > .cell {
    width: 14.28571%;
}

.small-up-8 > .cell {
    width: 12.5%;
}

@media print,screen and (min-width:40em) {
    .medium-up-1 > .cell {
        width: 100%;
    }

    .medium-up-2 > .cell {
        width: 50%;
    }

    .medium-up-3 > .cell {
        width: 33.33333%;
    }

    .medium-up-4 > .cell {
        width: 25%;
    }

    .medium-up-5 > .cell {
        width: 20%;
    }

    .medium-up-6 > .cell {
        width: 16.66667%;
    }

    .medium-up-7 > .cell {
        width: 14.28571%;
    }

    .medium-up-8 > .cell {
        width: 12.5%;
    }
}

@media print,screen and (min-width:64em) {
    .large-up-1 > .cell {
        width: 100%;
    }

    .large-up-2 > .cell {
        width: 50%;
    }

    .large-up-3 > .cell {
        width: 33.33333%;
    }

    .large-up-4 > .cell {
        width: 25%;
    }

    .large-up-5 > .cell {
        width: 20%;
    }

    .large-up-6 > .cell {
        width: 16.66667%;
    }

    .large-up-7 > .cell {
        width: 14.28571%;
    }

    .large-up-8 > .cell {
        width: 12.5%;
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
}

    .small-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }

    .small-margin-collapse > .small-1 {
        width: 8.33333%;
    }

    .small-margin-collapse > .small-2 {
        width: 16.66667%;
    }

    .small-margin-collapse > .small-3 {
        width: 25%;
    }

    .small-margin-collapse > .small-4 {
        width: 33.33333%;
    }

    .small-margin-collapse > .small-5 {
        width: 41.66667%;
    }

    .small-margin-collapse > .small-6 {
        width: 50%;
    }

    .small-margin-collapse > .small-7 {
        width: 58.33333%;
    }

    .small-margin-collapse > .small-8 {
        width: 66.66667%;
    }

    .small-margin-collapse > .small-9 {
        width: 75%;
    }

    .small-margin-collapse > .small-10 {
        width: 83.33333%;
    }

    .small-margin-collapse > .small-11 {
        width: 91.66667%;
    }

    .small-margin-collapse > .small-12 {
        width: 100%;
    }

@media print,screen and (min-width:40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%;
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%;
    }

    .small-margin-collapse > .medium-3 {
        width: 25%;
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%;
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%;
    }

    .small-margin-collapse > .medium-6 {
        width: 50%;
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%;
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%;
    }

    .small-margin-collapse > .medium-9 {
        width: 75%;
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%;
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%;
    }

    .small-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%;
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%;
    }

    .small-margin-collapse > .large-3 {
        width: 25%;
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%;
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%;
    }

    .small-margin-collapse > .large-6 {
        width: 50%;
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%;
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%;
    }

    .small-margin-collapse > .large-9 {
        width: 75%;
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%;
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%;
    }

    .small-margin-collapse > .large-12 {
        width: 100%;
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
}

    .small-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }

@media print,screen and (min-width:40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

        .medium-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0;
        }
}

@media print,screen and (min-width:40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%;
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%;
    }

    .medium-margin-collapse > .small-3 {
        width: 25%;
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%;
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%;
    }

    .medium-margin-collapse > .small-6 {
        width: 50%;
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%;
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%;
    }

    .medium-margin-collapse > .small-9 {
        width: 75%;
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%;
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%;
    }

    .medium-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%;
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%;
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%;
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%;
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%;
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%;
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%;
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%;
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%;
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%;
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%;
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%;
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%;
    }

    .medium-margin-collapse > .large-3 {
        width: 25%;
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%;
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%;
    }

    .medium-margin-collapse > .large-6 {
        width: 50%;
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%;
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%;
    }

    .medium-margin-collapse > .large-9 {
        width: 75%;
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%;
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%;
    }

    .medium-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

        .medium-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0;
        }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

        .large-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0;
        }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%;
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%;
    }

    .large-margin-collapse > .small-3 {
        width: 25%;
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%;
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%;
    }

    .large-margin-collapse > .small-6 {
        width: 50%;
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%;
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%;
    }

    .large-margin-collapse > .small-9 {
        width: 75%;
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%;
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%;
    }

    .large-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%;
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%;
    }

    .large-margin-collapse > .medium-3 {
        width: 25%;
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%;
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%;
    }

    .large-margin-collapse > .medium-6 {
        width: 50%;
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%;
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%;
    }

    .large-margin-collapse > .medium-9 {
        width: 75%;
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%;
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%;
    }

    .large-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%;
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%;
    }

    .large-margin-collapse > .large-3 {
        width: 25%;
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%;
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%;
    }

    .large-margin-collapse > .large-6 {
        width: 50%;
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%;
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%;
    }

    .large-margin-collapse > .large-9 {
        width: 75%;
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%;
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%;
    }

    .large-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

        .large-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0;
        }
}

.small-offset-0 {
    margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2);
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2);
}

.small-offset-3 {
    margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2);
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2);
}

.small-offset-6 {
    margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2);
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2);
}

.small-offset-9 {
    margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2);
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 2);
}

@media print,screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0%;
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 1.875rem / 2);
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 1.875rem / 2);
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 1.875rem / 2);
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 1.875rem / 2);
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 1.875rem / 2);
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 1.875rem / 2);
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 1.875rem / 2);
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 1.875rem / 2);
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 1.875rem / 2);
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 1.875rem / 2);
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 1.875rem / 2);
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 1.875rem / 2);
    }
}

@media print,screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0%;
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 1.875rem / 2);
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 1.875rem / 2);
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 1.875rem / 2);
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 1.875rem / 2);
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 1.875rem / 2);
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 1.875rem / 2);
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 1.875rem / 2);
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 1.875rem / 2);
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 1.875rem / 2);
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 1.875rem / 2);
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 1.875rem / 2);
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 1.875rem / 2);
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap;
}

    .grid-y > .cell {
        height: auto;
        max-height: none;
    }

    .grid-y > .auto {
        height: auto;
    }

    .grid-y > .shrink {
        height: auto;
    }

    .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
        flex-basis: auto;
    }

@media print,screen and (min-width:40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        flex-basis: auto;
    }
}

@media print,screen and (min-width:64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        flex-basis: auto;
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto;
}

.grid-y > .small-1 {
    height: 8.33333%;
}

.grid-y > .small-2 {
    height: 16.66667%;
}

.grid-y > .small-3 {
    height: 25%;
}

.grid-y > .small-4 {
    height: 33.33333%;
}

.grid-y > .small-5 {
    height: 41.66667%;
}

.grid-y > .small-6 {
    height: 50%;
}

.grid-y > .small-7 {
    height: 58.33333%;
}

.grid-y > .small-8 {
    height: 66.66667%;
}

.grid-y > .small-9 {
    height: 75%;
}

.grid-y > .small-10 {
    height: 83.33333%;
}

.grid-y > .small-11 {
    height: 91.66667%;
}

.grid-y > .small-12 {
    height: 100%;
}

@media print,screen and (min-width:40em) {
    .grid-y > .medium-auto {
        flex: 1 1 0;
        height: auto;
    }

    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        flex: 0 0 auto;
    }

    .grid-y > .medium-shrink {
        height: auto;
    }

    .grid-y > .medium-1 {
        height: 8.33333%;
    }

    .grid-y > .medium-2 {
        height: 16.66667%;
    }

    .grid-y > .medium-3 {
        height: 25%;
    }

    .grid-y > .medium-4 {
        height: 33.33333%;
    }

    .grid-y > .medium-5 {
        height: 41.66667%;
    }

    .grid-y > .medium-6 {
        height: 50%;
    }

    .grid-y > .medium-7 {
        height: 58.33333%;
    }

    .grid-y > .medium-8 {
        height: 66.66667%;
    }

    .grid-y > .medium-9 {
        height: 75%;
    }

    .grid-y > .medium-10 {
        height: 83.33333%;
    }

    .grid-y > .medium-11 {
        height: 91.66667%;
    }

    .grid-y > .medium-12 {
        height: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .grid-y > .large-auto {
        flex: 1 1 0;
        height: auto;
    }

    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        flex: 0 0 auto;
    }

    .grid-y > .large-shrink {
        height: auto;
    }

    .grid-y > .large-1 {
        height: 8.33333%;
    }

    .grid-y > .large-2 {
        height: 16.66667%;
    }

    .grid-y > .large-3 {
        height: 25%;
    }

    .grid-y > .large-4 {
        height: 33.33333%;
    }

    .grid-y > .large-5 {
        height: 41.66667%;
    }

    .grid-y > .large-6 {
        height: 50%;
    }

    .grid-y > .large-7 {
        height: 58.33333%;
    }

    .grid-y > .large-8 {
        height: 66.66667%;
    }

    .grid-y > .large-9 {
        height: 75%;
    }

    .grid-y > .large-10 {
        height: 83.33333%;
    }

    .grid-y > .large-11 {
        height: 91.66667%;
    }

    .grid-y > .large-12 {
        height: 100%;
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

.grid-margin-y > .auto {
    height: auto;
}

.grid-margin-y > .shrink {
    height: auto;
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .auto {
        height: auto;
    }

    .grid-margin-y > .shrink {
        height: auto;
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }

    .grid-margin-y > .medium-auto {
        height: auto;
    }

    .grid-margin-y > .medium-shrink {
        height: auto;
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y > .large-auto {
        height: auto;
    }

    .grid-margin-y > .large-shrink {
        height: auto;
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

    .cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }

@media print,screen and (min-width:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }

    .cell .medium-grid-frame {
        width: 100%;
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

        .medium-cell-block-container > .grid-x {
            max-height: 100%;
            flex-wrap: nowrap;
        }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media print,screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }

    .cell .large-grid-frame {
        width: 100%;
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }

        .large-cell-block-container > .grid-x {
            max-height: 100%;
            flex-wrap: nowrap;
        }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
}

@media print,screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

@media print,screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto;
    }
}

.cell .grid-y.grid-frame {
    height: 100%;
}

@media print,screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}

@media print,screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

.grid-margin-y > .auto {
    height: auto;
}

.grid-margin-y > .shrink {
    height: auto;
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-margin-y > .auto {
        height: auto;
    }

    .grid-margin-y > .shrink {
        height: auto;
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }

    .grid-margin-y > .medium-auto {
        height: auto;
    }

    .grid-margin-y > .medium-shrink {
        height: auto;
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y > .large-auto {
        height: auto;
    }

    .grid-margin-y > .large-shrink {
        height: auto;
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
}

@media print,screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print,screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

@media print,screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

[data-whatinput='mouse'] .button {
    outline: auto;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe;
}

    .button:hover, .button:focus {
        background-color: #14679e;
        color: #fefefe;
    }

    .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
        background-color: #1779ba;
        color: #fefefe;
    }

        .button.primary:hover, .button.primary:focus {
            background-color: #126195;
            color: #fefefe;
        }

    .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
        background-color: #767676;
        color: #fefefe;
    }

        .button.secondary:hover, .button.secondary:focus {
            background-color: #5e5e5e;
            color: #fefefe;
        }

    .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
        background-color: #3adb76;
        color: #0a0a0a;
    }

        .button.success:hover, .button.success:focus {
            background-color: #22bb5b;
            color: #0a0a0a;
        }

    .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
        background-color: #ffae00;
        color: #0a0a0a;
    }

        .button.warning:hover, .button.warning:focus {
            background-color: #cc8b00;
            color: #0a0a0a;
        }

    .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
        background-color: #cc4b37;
        color: #fefefe;
    }

        .button.alert:hover, .button.alert:focus {
            background-color: #a53b2a;
            color: #fefefe;
        }

    .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
        background-color: transparent;
    }

        .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
            border: 1px solid #1779ba;
            color: #1779ba;
        }

            .button.hollow:hover, .button.hollow:focus {
                border-color: #0c3d5d;
                color: #0c3d5d;
            }

            .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
                border: 1px solid #1779ba;
                color: #1779ba;
            }

                .button.hollow.primary:hover, .button.hollow.primary:focus {
                    border-color: #0c3d5d;
                    color: #0c3d5d;
                }

            .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
                border: 1px solid #767676;
                color: #767676;
            }

                .button.hollow.secondary:hover, .button.hollow.secondary:focus {
                    border-color: #3b3b3b;
                    color: #3b3b3b;
                }

            .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
                border: 1px solid #3adb76;
                color: #3adb76;
            }

                .button.hollow.success:hover, .button.hollow.success:focus {
                    border-color: #157539;
                    color: #157539;
                }

            .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
                border: 1px solid #ffae00;
                color: #ffae00;
            }

                .button.hollow.warning:hover, .button.hollow.warning:focus {
                    border-color: #805700;
                    color: #805700;
                }

            .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
                border: 1px solid #cc4b37;
                color: #cc4b37;
            }

                .button.hollow.alert:hover, .button.hollow.alert:focus {
                    border-color: #67251a;
                    color: #67251a;
                }

    .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
        border-color: transparent;
        background-color: transparent;
    }

        .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
            color: #1779ba;
        }

            .button.clear:hover, .button.clear:focus {
                color: #0c3d5d;
            }

            .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
                color: #1779ba;
            }

                .button.clear.primary:hover, .button.clear.primary:focus {
                    color: #0c3d5d;
                }

            .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
                color: #767676;
            }

                .button.clear.secondary:hover, .button.clear.secondary:focus {
                    color: #3b3b3b;
                }

            .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
                color: #3adb76;
            }

                .button.clear.success:hover, .button.clear.success:focus {
                    color: #157539;
                }

            .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
                color: #ffae00;
            }

                .button.clear.warning:hover, .button.clear.warning:focus {
                    color: #805700;
                }

            .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
                color: #cc4b37;
            }

                .button.clear.alert:hover, .button.clear.alert:focus {
                    color: #67251a;
                }

    .button.disabled, .button[disabled] {
        opacity: 0.25;
        cursor: not-allowed;
    }

    .button.dropdown::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.4em;
        content: '';
        border-bottom-width: 0;
        border-color: #fefefe transparent transparent;
        position: relative;
        top: 0.4em;
        display: inline-block;
        float: right;
        margin-left: 1em;
    }

    .button.dropdown.hollow::after, .button.dropdown.clear::after {
        border-top-color: #1779ba;
    }

    .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
        border-top-color: #1779ba;
    }

    .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
        border-top-color: #767676;
    }

    .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
        border-top-color: #3adb76;
    }

    .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
        border-top-color: #ffae00;
    }

    .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
        border-top-color: #cc4b37;
    }

    .button.arrow-only::after {
        top: -0.1em;
        float: none;
        margin-left: 0;
    }

a.button:hover, a.button:focus {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
}

thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}

    thead tr, tfoot tr {
        background: transparent;
    }

    thead th, thead td, tfoot th, tfoot td {
        padding: 0.5rem 0.625rem 0.625rem;
        font-weight: bold;
        text-align: left;
    }

tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

table.unstriped tbody {
    background-color: #fefefe;
}

    table.unstriped tbody tr {
        border-bottom: 1px solid #f1f1f1;
        background-color: #fefefe;
    }

@media print,screen and (max-width:63.99875em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr, table.stack th, table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
    background-color: #ececec;
}

table.hover tbody tr:hover {
    background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none;
}

    .breadcrumbs::before, .breadcrumbs::after {
        display: table;
        content: ' ';
        flex-basis: 0;
        order: 1;
    }

    .breadcrumbs::after {
        clear: both;
    }

    .breadcrumbs li {
        float: left;
        font-size: 0.6875rem;
        color: #0a0a0a;
        cursor: default;
        text-transform: uppercase;
    }

        .breadcrumbs li:not(:last-child)::after {
            position: relative;
            margin: 0 0.75rem;
            opacity: 1;
            content: '/';
            color: #cacaca;
        }

    .breadcrumbs a {
        color: #1779ba;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed;
    }

.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

    .pagination::before, .pagination::after {
        display: table;
        content: ' ';
        flex-basis: 0;
        order: 1;
    }

    .pagination::after {
        clear: both;
    }

    .pagination li {
        margin-right: 0.0625rem;
        border-radius: 0;
        font-size: 0.875rem;
        display: none;
    }

        .pagination li:last-child, .pagination li:first-child {
            display: inline-block;
        }

@media print,screen and (min-width:40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a, .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a;
}

    .pagination a:hover, .pagination button:hover {
        background: #e6e6e6;
    }

.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default;
}

.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}

    .pagination .disabled:hover {
        background: transparent;
    }

.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a;
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '«';
}

.pagination-next a::after, .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '»';
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
    outline: auto;
}

.menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}

.menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}

    .menu.vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }

        .menu.vertical.icon-top li a img, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a svg {
            text-align: left;
        }

    .menu.expanded li {
        flex: 1 1 0px;
    }

    .menu.expanded.icon-top li a img, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a svg {
        text-align: left;
    }

    .menu.simple {
        align-items: center;
    }

        .menu.simple li + li {
            margin-left: 1rem;
        }

        .menu.simple a {
            padding: 0;
        }

@media print,screen and (min-width:40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .menu.medium-expanded li {
        flex: 1 1 0px;
    }

    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}

@media print,screen and (min-width:64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .menu.large-expanded li {
        flex: 1 1 0px;
    }

    .menu.large-simple li {
        flex: 1 1 0px;
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}

.menu.icons a {
    display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
    flex-flow: row nowrap;
}

    .menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg, .menu.nested.icon-left li a img, .menu.nested.icon-left li a i, .menu.nested.icon-left li a svg {
        margin-right: 0.25rem;
    }

.menu.icon-right li a, .menu.nested.icon-right li a {
    flex-flow: row nowrap;
}

    .menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg, .menu.nested.icon-right li a img, .menu.nested.icon-right li a i, .menu.nested.icon-right li a svg {
        margin-left: 0.25rem;
    }

.menu.icon-top li a, .menu.nested.icon-top li a {
    flex-flow: column nowrap;
}

    .menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg, .menu.nested.icon-top li a img, .menu.nested.icon-top li a i, .menu.nested.icon-top li a svg {
        align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center;
    }

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    flex-flow: column nowrap;
}

    .menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a svg {
        align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center;
    }

.menu .is-active > a {
    background: #1779ba;
    color: #fefefe;
}

.menu .active > a {
    background: #1779ba;
    color: #fefefe;
}

.menu.align-left {
    justify-content: flex-start;
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}

    .menu.align-right li .submenu li {
        justify-content: flex-start;
    }

.menu.align-right.vertical li {
    display: block;
    text-align: right;
}

    .menu.align-right.vertical li .submenu li {
        text-align: right;
    }

.menu.align-right.icon-top li a img, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a svg {
    text-align: right;
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}

.menu.align-center li {
    display: flex;
    justify-content: center;
}

    .menu.align-center li .submenu li {
        justify-content: flex-start;
    }

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.menu-centered > .menu {
    justify-content: center;
}

    .menu-centered > .menu li {
        display: flex;
        justify-content: center;
    }

        .menu-centered > .menu li .submenu li {
            justify-content: flex-start;
        }

.no-js [data-responsive-menu] ul {
    display: none;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1;
}

.clearfix::after {
    clear: both;
}

.align-left {
    justify-content: flex-start;
}

.align-right {
    justify-content: flex-end;
}

.align-center {
    justify-content: center;
}

.align-justify {
    justify-content: space-between;
}

.align-spaced {
    justify-content: space-around;
}

.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
    justify-content: center;
}

.align-top {
    align-items: flex-start;
}

.align-self-top {
    align-self: flex-start;
}

.align-bottom {
    align-items: flex-end;
}

.align-self-bottom {
    align-self: flex-end;
}

.align-middle {
    align-items: center;
}

.align-self-middle {
    align-self: center;
}

.align-stretch {
    align-items: stretch;
}

.align-self-stretch {
    align-self: stretch;
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.small-order-1 {
    order: 1;
}

.small-order-2 {
    order: 2;
}

.small-order-3 {
    order: 3;
}

.small-order-4 {
    order: 4;
}

.small-order-5 {
    order: 5;
}

.small-order-6 {
    order: 6;
}

@media print,screen and (min-width:40em) {
    .medium-order-1 {
        order: 1;
    }

    .medium-order-2 {
        order: 2;
    }

    .medium-order-3 {
        order: 3;
    }

    .medium-order-4 {
        order: 4;
    }

    .medium-order-5 {
        order: 5;
    }

    .medium-order-6 {
        order: 6;
    }
}

@media print,screen and (min-width:64em) {
    .large-order-1 {
        order: 1;
    }

    .large-order-2 {
        order: 2;
    }

    .large-order-3 {
        order: 3;
    }

    .large-order-4 {
        order: 4;
    }

    .large-order-5 {
        order: 5;
    }

    .large-order-6 {
        order: 6;
    }
}

.flex-container {
    display: flex;
}

.flex-child-auto {
    flex: 1 1 auto;
}

.flex-child-grow {
    flex: 1 0 auto;
}

.flex-child-shrink {
    flex: 0 1 auto;
}

.flex-dir-row {
    flex-direction: row;
}

.flex-dir-row-reverse {
    flex-direction: row-reverse;
}

.flex-dir-column {
    flex-direction: column;
}

.flex-dir-column-reverse {
    flex-direction: column-reverse;
}

@media print,screen and (min-width:40em) {
    .medium-flex-container {
        display: flex;
    }

    .medium-flex-child-auto {
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }

    .medium-flex-dir-row {
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

@media print,screen and (min-width:64em) {
    .large-flex-container {
        display: flex;
    }

    .large-flex-child-auto {
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        flex: 0 1 auto;
    }

    .large-flex-dir-row {
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

@media print,screen and (max-width:39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width:0em),screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print,screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media print,screen and (min-width:40em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width:39.99875em),screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print,screen and (min-width:64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important;
    }
}

@media print,screen and (min-width:64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width:63.99875em),screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
    }

.show-for-landscape, .hide-for-portrait {
    display: block !important;
}

@media screen and (orientation:landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation:portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

@media screen and (orientation:landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important;
    }
}

.show-for-dark-mode {
    display: none;
}

.hide-for-dark-mode {
    display: block;
}

@media screen and (prefers-color-scheme:dark) {
    .show-for-dark-mode {
        display: block !important;
    }

    .hide-for-dark-mode {
        display: none !important;
    }
}

.show-for-ie {
    display: none;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .show-for-ie {
        display: block !important;
    }

    .hide-for-ie {
        display: none !important;
    }
}

.show-for-sticky {
    display: none;
}

.is-stuck .show-for-sticky {
    display: block;
}

.is-stuck .hide-for-sticky {
    display: none;
}

@charset "UTF-8";

@font-face {
    font-family: fallback-font;
    src: local(Arial);
    ascent-override: 100%;
    descent-override: 0%;
    line-gap-override: normal;
    advance-override: 10;
    size-adjust: 95%;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.defer-img {
    transition: opacity 0.3s,filter 0.8s;
    max-width: 100%;
    opacity: 0.1;
    filter: sepia(100%);
}

    .defer-img.b-loaded {
        opacity: 1;
        filter: sepia(0%);
    }

.no-js .defer-img {
    opacity: 1;
    filter: sepia(0);
}

.grecaptcha-badge {
    visibility: hidden;
}

.EditMode .aos-init {
    opacity: 1 !important;
    transform: none !important;
}

.ContentFrame [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
}

.ContentFrame .wrapper-head {
    position: static;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,10%,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,10%,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.slowFadeIn {
    animation-name: fadeIn;
    animation-duration: 3s;
}

.slowFadeOut {
    animation-name: fadeOut;
    animation-duration: 4s;
}

html {
    scroll-behavior: smooth;
}

    html.access-size-small {
        font-size: 100% !important;
    }

    html.access-size-medium {
        font-size: 110% !important;
    }

    html.access-size-large {
        font-size: 120% !important;
    }

    html.access-colour-greyscale {
        -moz-filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.grid-container, hr {
    max-width: 90rem;
}

@font-face {
    font-family: "icomoon";
    src: url("/AIP/sites/site_117/icons/icomoon.eot?4yrp26");
    src: url("/AIP/sites/site_117/icons/icomoon.eot?4yrp26#iefix") format("embedded-opentype"),url("/AIP/sites/site_117/icons/icomoon.ttf?4yrp26") format("truetype"),url("/AIP/sites/site_117/icons/icomoon.woff?4yrp26") format("woff"),url("/AIP/sites/site_117/icons/icomoon.svg?4yrp26#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^=szicon-], [class*=" szicon-"] {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-rounded {
    border-radius: 50%;
    background-color: #212529;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}

.icon-rounded--blue {
    background-color: #3F7FF8;
}

.icon-rounded--green {
    background-color: #28784E;
}

.icon-rounded--white {
    background-color: #fff;
    border: 1px solid rgba(0,72,128,0.33);
    color: #212529;
}

.icon-rounded--fg-blue {
    color: #4D76FC;
    font-size: 1.3rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.icon-rounded--fg-red {
    color: #FC5849;
    font-size: 1.3rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.icon-rounded--fg-green {
    color: #00DD35;
    font-size: 1.3rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.icon-rounded--fg-yellow {
    color: #FCF24D;
    font-size: 1.3rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.icon-rounded--lrg {
    width: 42px;
    height: 42px;
}

.szicon-android:before {
    content: "\e91a";
}

.szicon-apple:before {
    content: "\e91b";
}

.szicon-arrow_left:before {
    content: "\e916";
}

.szicon-arrow_right:before {
    content: "\e917";
}

.szicon-bin2:before {
    content: "\e9ad";
}

.szicon-caret-left:before {
    content: "\e93c";
}

.szicon-check:before {
    content: "\e919";
}

.szicon-chevron_down:before {
    content: "\e93f";
}

.szicon-chevron_right:before {
    content: "\e906";
}

.szicon-circle-arrow:before {
    content: "\e923";
}

.szicon-dates:before {
    content: "\e91c";
}

.szicon-facebook:before {
    content: "\e907";
}

.szicon-file-excel:before {
    content: "\eae2";
}

.szicon-file-openoffice:before {
    content: "\eae0";
}

.szicon-file-pdf:before {
    content: "\eadf";
}

.szicon-file-word:before {
    content: "\eae1";
}

.szicon-file-picture:before {
    content: "\e943";
}

.szicon-folder:before {
    content: "\e93d";
}

.szicon-folder-open:before {
    content: "\e93e";
}

.szicon-grid-viewer:before {
    content: "\e901";
}

.szicon-home2:before {
    content: "\e941";
}

.szicon-icon_blog:before {
    content: "\e90e";
}

.szicon-icon_budget:before {
    content: "\e92f";
}

.szicon-icon_climate:before {
    content: "\e929";
}

.szicon-icon_communities:before {
    content: "\e92a";
}

.szicon-icon_constitution:before {
    content: "\e930";
}

.szicon-icon_contact:before {
    content: "\e934";
}

.szicon-icon_corporatepeer:before {
    content: "\e935";
}

.szicon-icon_corporation:before {
    content: "\e936";
}

.szicon-icon_cost-of-living:before {
    content: "\e92b";
}

.szicon-icon_council:before {
    content: "\e911";
}

.szicon-icon_councillors:before {
    content: "\e92c";
}

.szicon-icon-council:before {
    content: "\e937";
}

.szicon-icon_counciltax:before {
    content: "\e903";
}

.szicon-icon_diversity:before {
    content: "\e938";
}

.szicon-icon_expand_arrow:before {
    content: "\e914";
}

.szicon-icon_fitness:before {
    content: "\e92d";
}

.szicon-icon_fourdayweek:before {
    content: "\e939";
}

.szicon-icon_grants:before {
    content: "\e92e";
}

.szicon-icon_housing:before {
    content: "\e912";
}

.szicon-icon_information:before {
    content: "\e93a";
}

.szicon-icon_localgov:before {
    content: "\e93b";
}

.szicon-icon_parking:before {
    content: "\e904";
}

.szicon-icon_pay:before {
    content: "\e905";
}

.szicon-icon_planning:before {
    content: "\e908";
}

.szicon-icon-plus:before {
    content: "\e921";
}

.szicon-icon_recycling:before {
    content: "\e931";
}

.szicon-icon_report:before {
    content: "\e90c";
}

.szicon-icon_tax:before {
    content: "\e932";
}

.szicon-icon_ukraine:before {
    content: "\e933";
}

.szicon-instagram:before {
    content: "\e909";
}

.szicon-letter:before {
    content: "\e90a";
}

.szicon-libreoffice:before {
    content: "\eae3";
}

.szicon-line-arrow:before {
    content: "\e924";
}

.szicon-linkedin:before {
    content: "\e90b";
}

.szicon-list-viewer:before {
    content: "\e90d";
}

.szicon-Litter-bin-version-1:before {
    content: "\e946";
}

.szicon-location2:before {
    content: "\e948";
}

.szicon-location_pin:before {
    content: "\e918";
}

.szicon-new-tab:before {
    content: "\ea7e";
}

.szicon-newspaper:before {
    content: "\e940";
}

.szicon-phone:before {
    content: "\e913";
}

.szicon-print:before {
    content: "\e91d";
}

.szicon-profile:before {
    content: "\e91e";
}

.szicon-quote:before {
    content: "\e922";
}

.szicon-searcher:before {
    content: "\e900";
}

.szicon-share:before {
    content: "\ea7d";
}

.szicon-star:before {
    content: "\e920";
}

.szicon-star-o:before {
    content: "\e91f";
}

.szicon-Street-sweeper:before {
    content: "\e945";
}

.szicon-target:before {
    content: "\e9b3";
}

.szicon-tiktok:before {
    content: "\e93c";
}

.szicon-truck:before {
    content: "\e9b0";
}

.szicon-twitter_x:before {
    content: "\e90f";
}

.szicon-user:before {
    content: "\e971";
}

.szicon-util-a11y:before {
    content: "\e925";
}

.szicon-util-feedback:before {
    content: "\e926";
}

.szicon-util-translate:before {
    content: "\e927";
}

.szicon-youtube:before {
    content: "\e910";
}

address {
    font-style: normal;
}

.szicon-new-tab {
    margin-left: 0.25rem;
    color: #324563;
    font-weight: 500;
}

.oflow {
    overflow-y: hidden;
}

.show-for-sr {
    background-color: #000 !important;
    color: #fff !important;
}

.pos-rel {
    position: relative;
}

.sep-grey {
    margin: 3rem auto;
    border-color: rgb(217,217,217);
}

.sep-blue {
    margin: 0;
    border-bottom: 4px solid #F1F9FF;
}

.sep-dark {
    margin: 2rem auto 3rem auto;
    border-bottom: 1px solid #01395C;
}

.sep-fine {
    margin: 2rem auto 3rem auto;
    border-bottom: 1px solid #CBE2FE;
}

.sep-black {
    margin: 2rem auto 3rem auto;
    border-bottom: 1px solid #363636;
}

.grid-row-gap {
    row-gap: 30px;
}

.m-0 {
    margin: 0rem !important;
}

.m-x-0 {
    margin-inline: 0rem !important;
}

.m-y-0 {
    margin-block: 0rem !important;
}

.m-t-0 {
    margin-top: 0rem !important;
}

.m-b-0 {
    margin-bottom: 0rem !important;
}

.m-l-0 {
    margin-left: 0rem !important;
}

.m-r-0 {
    margin-right: 0rem !important;
}

.p-0 {
    padding: 0rem !important;
}

.p-x-0 {
    padding-inline: 0rem !important;
}

.p-y-0 {
    padding-block: 0rem !important;
}

.p-t-0 {
    padding-top: 0rem !important;
}

.p-b-0 {
    padding-bottom: 0rem !important;
}

.p-l-0 {
    padding-left: 0rem !important;
}

.p-r-0 {
    padding-right: 0rem !important;
}

.m-1 {
    margin: 1rem !important;
}

.m-x-1 {
    margin-inline: 1rem !important;
}

.m-y-1 {
    margin-block: 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-x-1 {
    padding-inline: 1rem !important;
}

.p-y-1 {
    padding-block: 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.m-x-2 {
    margin-inline: 2rem !important;
}

.m-y-2 {
    margin-block: 2rem !important;
}

.m-t-2 {
    margin-top: 2rem !important;
}

.m-b-2 {
    margin-bottom: 2rem !important;
}

.m-l-2 {
    margin-left: 2rem !important;
}

.m-r-2 {
    margin-right: 2rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-x-2 {
    padding-inline: 2rem !important;
}

.p-y-2 {
    padding-block: 2rem !important;
}

.p-t-2 {
    padding-top: 2rem !important;
}

.p-b-2 {
    padding-bottom: 2rem !important;
}

.p-l-2 {
    padding-left: 2rem !important;
}

.p-r-2 {
    padding-right: 2rem !important;
}

.m-3 {
    margin: 3rem !important;
}

.m-x-3 {
    margin-inline: 3rem !important;
}

.m-y-3 {
    margin-block: 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-x-3 {
    padding-inline: 3rem !important;
}

.p-y-3 {
    padding-block: 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.m-x-4 {
    margin-inline: 4rem !important;
}

.m-y-4 {
    margin-block: 4rem !important;
}

.m-t-4 {
    margin-top: 4rem !important;
}

.m-b-4 {
    margin-bottom: 4rem !important;
}

.m-l-4 {
    margin-left: 4rem !important;
}

.m-r-4 {
    margin-right: 4rem !important;
}

.p-4 {
    padding: 4rem !important;
}

.p-x-4 {
    padding-inline: 4rem !important;
}

.p-y-4 {
    padding-block: 4rem !important;
}

.p-t-4 {
    padding-top: 4rem !important;
}

.p-b-4 {
    padding-bottom: 4rem !important;
}

.p-l-4 {
    padding-left: 4rem !important;
}

.p-r-4 {
    padding-right: 4rem !important;
}

.m-5 {
    margin: 5rem !important;
}

.m-x-5 {
    margin-inline: 5rem !important;
}

.m-y-5 {
    margin-block: 5rem !important;
}

.m-t-5 {
    margin-top: 5rem !important;
}

.m-b-5 {
    margin-bottom: 5rem !important;
}

.m-l-5 {
    margin-left: 5rem !important;
}

.m-r-5 {
    margin-right: 5rem !important;
}

.p-5 {
    padding: 5rem !important;
}

.p-x-5 {
    padding-inline: 5rem !important;
}

.p-y-5 {
    padding-block: 5rem !important;
}

.p-t-5 {
    padding-top: 5rem !important;
}

.p-b-5 {
    padding-bottom: 5rem !important;
}

.p-l-5 {
    padding-left: 5rem !important;
}

.p-r-5 {
    padding-right: 5rem !important;
}

.m-6 {
    margin: 6rem !important;
}

.m-x-6 {
    margin-inline: 6rem !important;
}

.m-y-6 {
    margin-block: 6rem !important;
}

.m-t-6 {
    margin-top: 6rem !important;
}

.m-b-6 {
    margin-bottom: 6rem !important;
}

.m-l-6 {
    margin-left: 6rem !important;
}

.m-r-6 {
    margin-right: 6rem !important;
}

.p-6 {
    padding: 6rem !important;
}

.p-x-6 {
    padding-inline: 6rem !important;
}

.p-y-6 {
    padding-block: 6rem !important;
}

.p-t-6 {
    padding-top: 6rem !important;
}

.p-b-6 {
    padding-bottom: 6rem !important;
}

.p-l-6 {
    padding-left: 6rem !important;
}

.p-r-6 {
    padding-right: 6rem !important;
}

.m-7 {
    margin: 7rem !important;
}

.m-x-7 {
    margin-inline: 7rem !important;
}

.m-y-7 {
    margin-block: 7rem !important;
}

.m-t-7 {
    margin-top: 7rem !important;
}

.m-b-7 {
    margin-bottom: 7rem !important;
}

.m-l-7 {
    margin-left: 7rem !important;
}

.m-r-7 {
    margin-right: 7rem !important;
}

.p-7 {
    padding: 7rem !important;
}

.p-x-7 {
    padding-inline: 7rem !important;
}

.p-y-7 {
    padding-block: 7rem !important;
}

.p-t-7 {
    padding-top: 7rem !important;
}

.p-b-7 {
    padding-bottom: 7rem !important;
}

.p-l-7 {
    padding-left: 7rem !important;
}

.p-r-7 {
    padding-right: 7rem !important;
}

.m-8 {
    margin: 8rem !important;
}

.m-x-8 {
    margin-inline: 8rem !important;
}

.m-y-8 {
    margin-block: 8rem !important;
}

.m-t-8 {
    margin-top: 8rem !important;
}

.m-b-8 {
    margin-bottom: 8rem !important;
}

.m-l-8 {
    margin-left: 8rem !important;
}

.m-r-8 {
    margin-right: 8rem !important;
}

.p-8 {
    padding: 8rem !important;
}

.p-x-8 {
    padding-inline: 8rem !important;
}

.p-y-8 {
    padding-block: 8rem !important;
}

.p-t-8 {
    padding-top: 8rem !important;
}

.p-b-8 {
    padding-bottom: 8rem !important;
}

.p-l-8 {
    padding-left: 8rem !important;
}

.p-r-8 {
    padding-right: 8rem !important;
}

.m-9 {
    margin: 9rem !important;
}

.m-x-9 {
    margin-inline: 9rem !important;
}

.m-y-9 {
    margin-block: 9rem !important;
}

.m-t-9 {
    margin-top: 9rem !important;
}

.m-b-9 {
    margin-bottom: 9rem !important;
}

.m-l-9 {
    margin-left: 9rem !important;
}

.m-r-9 {
    margin-right: 9rem !important;
}

.p-9 {
    padding: 9rem !important;
}

.p-x-9 {
    padding-inline: 9rem !important;
}

.p-y-9 {
    padding-block: 9rem !important;
}

.p-t-9 {
    padding-top: 9rem !important;
}

.p-b-9 {
    padding-bottom: 9rem !important;
}

.p-l-9 {
    padding-left: 9rem !important;
}

.p-r-9 {
    padding-right: 9rem !important;
}

.m-x-a {
    margin-inline: auto !important;
}

.m-y-a {
    margin-block: auto !important;
}

.p-x-a {
    padding-inline: auto !important;
}

.p-y-a {
    padding-block: auto !important;
}

.d-flex {
    display: flex !important;
}

.no-underline {
    text-decoration: none !important;
}

.mega-area-link {
    color: #3e789d !important;
    text-decoration: underline !important;
}

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

h1, h2, h3, h4, h5, h6, p, li, span, th, td, input, legend, cite, a, button, select, textarea, label, address, dt, dd, figcaption {
    font-family: "Verdana",Helvetica,fallback-font,sans-serif;
}

a {
    color: #324563;
}

address {
    font-style: normal;
}

.section-title, .localisationTitle {
    color: #384D70;
    font-size: clamp(1.8rem,3vw,2.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 2rem;
    position: relative;
    margin-left: 1rem;
}

    .section-title:before {
        content: "";
        position: absolute;
        left: -1rem;
        top: 0;
        height: 100%;
        border-left: 3px solid #28784E;
    }

.section-title--large {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
    margin-left: 1rem;
}

    .section-title--large:before {
        border-left: 4px solid #28784E;
    }

.section-title--plain {
    margin-left: 0;
}

    .section-title--plain:before {
        content: none;
    }

.section-title--underline {
    padding-bottom: 1rem;
    border-bottom: 1px solid #384D70;
}

.section-subtitle {
    color: #384D70;
    font-size: clamp(1.375rem,3vw,2rem);
    font-style: normal;
    font-weight: 600;
    line-height: 2.25rem;
    margin-bottom: 2rem;
}

.section-subtitle--sm {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.section-intro {
    margin-bottom: 2rem;
}

    .section-intro p {
        color: #384D70;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.25rem;
    }

.article-title {
    color: #384D70;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
    padding-right: 2rem;
}

.article-meta {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    color: #384D70;
}

.article-meta--blue {
    color: #384D70;
    font-weight: 700;
}

.txt-upper {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.directory-subtitle {
    display: inline-block;
    color: #384D70;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    text-decoration: underline;
    margin-bottom: 2rem;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

    .flex-container.flex-column {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    .flex-container.flex-column--h100 {
        height: 100%;
    }

    .flex-container.flex-between {
        justify-content: space-between;
    }

    .flex-container.flex-around {
        justify-content: space-around;
    }

    .flex-container.flex-evenly {
        justify-content: space-evenly;
    }

    .flex-container.flex-stretch {
        align-items: stretch;
    }

        .flex-container.flex-stretch > * {
            flex: 1;
        }

    .flex-container.flex-gap-10 {
        gap: 0.625rem;
    }

    .flex-container.flex-gap-15 {
        gap: 0.9375rem;
    }

    .flex-container.flex-gap-30 {
        gap: 1.875rem;
    }

.wrapper-footer {
    padding: 4rem 0 1rem 0;
    background-color: #01395C;
}

    .wrapper-footer .logo {
        display: inline-block;
    }

        .wrapper-footer .logo img {
            mix-blend-mode: screen;
            max-height: 118px;
            transition: opacity 0.3s;
            opacity: 1;
        }

            .wrapper-footer .logo img:hover, .wrapper-footer .logo img:focus {
                opacity: 0.8;
                border: 4px solid #FFD059;
            }

    .wrapper-footer a.logo:focus {
        color: #1C2126;
        border: 2px solid #1C2126;
        background-color: #FFD059;
        padding: 0.5rem;
    }

    .wrapper-footer .szicon-new-tab {
        margin-left: 0.25rem;
        color: #324563;
        font-weight: 500;
    }

        .wrapper-footer .szicon-new-tab.white {
            color: white;
        }

    .wrapper-footer .title {
        color: #fff;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 1.3rem;
    }

    .wrapper-footer ul.no-bullet li a {
        color: #fff;
        line-height: 1.8rem;
        display: inline-block;
        margin-bottom: 0.5rem;
        transition: border-bottom 0.3s ease-out;
        border-bottom: 1px solid transparent;
    }

        .wrapper-footer ul.no-bullet li a:hover {
            border-bottom: 1px solid #fff;
        }

        .wrapper-footer ul.no-bullet li a:focus {
            color: #1C2126;
            border: 2px solid #1C2126;
            background-color: #FFD059;
            padding: 0.5rem;
        }

    .wrapper-footer ul.no-bullet.social-links li a {
        display: inline-flex;
        align-items: center;
        line-height: 1.7rem;
        transition: opacity 0.3s ease-out;
    }

        .wrapper-footer ul.no-bullet.social-links li a .text {
            border-bottom: 1px solid transparent;
            transition: border-bottom 0.3s;
        }

        .wrapper-footer ul.no-bullet.social-links li a [class^=szicon-], .wrapper-footer ul.no-bullet.social-links li a [class*=" szicon-"], .wrapper-footer ul.no-bullet.social-links li a .iconPicker {
            width: 34px;
            height: 34px;
            display: inline-block;
            background-color: transparent;
            border: 1px solid #fff;
            color: #fff;
            margin-right: 0.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            transition: background-color 0.3s ease,color 0.3s ease;
        }

        .wrapper-footer ul.no-bullet.social-links li a:hover {
            border-bottom: 1px solid transparent;
        }

            .wrapper-footer ul.no-bullet.social-links li a:hover .text {
                border-bottom: 1px solid #fff;
            }

            .wrapper-footer ul.no-bullet.social-links li a:hover [class^=szicon-], .wrapper-footer ul.no-bullet.social-links li a:hover [class*=" szicon-"] {
                color: #384D70;
                background-color: #fff;
            }

        .wrapper-footer ul.no-bullet.social-links li a:focus {
            color: #1C2126;
            border: 2px solid #1C2126;
            background-color: #FFD059;
            padding: 0.5rem;
        }

            .wrapper-footer ul.no-bullet.social-links li a:focus [class^=szicon-], .wrapper-footer ul.no-bullet.social-links li a:focus [class*=" szicon-"] {
                border: 1px solid #1C2126;
                color: #1C2126;
            }

    .wrapper-footer hr {
        border-color: rgba(255,255,255,0.3);
    }

    .wrapper-footer .menu a, .wrapper-footer .menu p {
        color: #fff;
        display: block;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.125rem;
        padding: 0.25rem 0;
        display: inline-block;
    }

    .wrapper-footer .menu a {
        border-bottom: 1px solid transparent;
        margin-bottom: 0.5rem;
        transition: border-bottom 0.3s ease-out;
    }

        .wrapper-footer .menu a:focus {
            border-bottom: 1px solid #fff;
        }

        .wrapper-footer .menu a:focus, .wrapper-footer .menu a.active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .wrapper-footer .menu.align-right li a {
        border-bottom: 1px solid #fff;
    }

    .wrapper-footer .cta-large {
        border-radius: 0.5rem;
        background: #3E789D;
        display: block;
        transition: background-color 0.3s;
    }

        .wrapper-footer .cta-large .img {
            height: 100%;
        }

            .wrapper-footer .cta-large .img img {
                min-height: 115px;
                object-fit: cover;
                object-position: center;
                border-radius: 0.5rem 0 0 0.5rem;
                margin-right: 0.5rem;
            }

        .wrapper-footer .cta-large .content {
            padding: 5px 1rem;
        }

        .wrapper-footer .cta-large p {
            font-size: clamp(1rem,2vw,1.8rem);
            font-style: normal;
            font-weight: 600;
            color: #fff;
            margin-bottom: 5px;
            line-height: 1;
        }

        .wrapper-footer .cta-large .cta {
            color: #fff;
            font-weight: 500;
            display: inline-block;
            border-bottom: 1px solid transparent;
        }

            .wrapper-footer .cta-large .cta .szicon-arrow_right {
                font-size: 0.75rem;
                margin-left: 5px;
            }

        .wrapper-footer .cta-large a.cta:focus {
            color: #1C2126;
            border: 2px solid #1C2126;
            background-color: #FFD059;
            padding: 0.5rem;
        }

        .wrapper-footer .cta-large:hover {
            background: #3F7FF8;
        }

            .wrapper-footer .cta-large:hover p, .wrapper-footer .cta-large:hover .cta {
                color: #fff;
            }

            .wrapper-footer .cta-large:hover .cta {
                border-bottom: 1px solid #fff;
            }

.wrapper-utility {
    background-color: #01395C;
    padding: 0;
}

    .wrapper-utility li {
        margin-left: 0;
    }

@media (max-width:63em) {
    .wrapper-utility .medium-3 {
        width: 24%;
    }

    .wrapper-utility .medium-10 {
        width: 83%;
    }
}

.wrapper-utility .szicon-new-tab {
    color: white;
    opacity: 0.65;
}

.wrapper-utility .input-group {
    margin-bottom: 0;
}

    .wrapper-utility .input-group .input-group-field {
        height: 51px;
        box-shadow: none;
        border: 0;
        background-color: #3E78B8;
        font-weight: 400;
        padding-left: 1rem;
    }

@media screen and (min-width:1025px) {
    .wrapper-utility .input-group .input-group-field {
        width: 360px;
    }
}

.wrapper-utility .input-group .input-group-field::placeholder {
    color: #fff;
    text-overflow: ellipsis;
}

.wrapper-utility .input-group .input-group-field:focus {
    background-color: #FFD059;
    border-color: #1C2126;
    outline: 2px solid #1C2126;
}

    .wrapper-utility .input-group .input-group-field:focus::placeholder {
        color: #1C2126;
    }

.wrapper-utility .input-group .button {
    padding: 0.5rem 1rem;
    background: #3E78B8;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

    .wrapper-utility .input-group .button:hover {
        background: #fff;
        color: #01395C;
    }

    .wrapper-utility .input-group .button:focus {
        background: #FFD059;
        color: #1C2126;
    }

.wrapper-utility a {
    color: #fff;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    padding: 1rem 1rem;
    justify-content: center;
}

    .wrapper-utility a > span {
        position: relative;
    }

        .wrapper-utility a > span::after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 100%;
            border: 1px solid transparent;
            transition: border 0.3s ease-out;
        }

    .wrapper-utility a [class^=szicon-], .wrapper-utility a [class*=" szicon-"] {
        margin-right: 0.7rem;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
        opacity: 0.65;
    }

    .wrapper-utility a:hover > span::after {
        border: 1px solid #F1F9FF;
    }

    .wrapper-utility a:focus {
        background-color: #FFD059;
        color: #1C2126;
        border: 2px solid #1C2126;
    }

        .wrapper-utility a:focus > span {
            color: #1C2126;
        }

            .wrapper-utility a:focus > span [class^=szicon-], .wrapper-utility a:focus > span [class*=" szicon-"] {
                color: #1C2126;
                opacity: 1;
            }

    .wrapper-utility a.is-active {
        background-color: #fff;
        color: #01395C;
    }

        .wrapper-utility a.is-active [class^=szicon-], .wrapper-utility a.is-active [class*=" szicon-"] {
            color: #01395C;
            rotate: 180deg;
        }

        .wrapper-utility a.is-active > span::after {
            border: 1px solid #3E789D;
        }

.wrapper-nav {
    background-color: #fff;
    padding: 1.5rem 0;
    position: relative;
}

    .wrapper-nav .grid-container {
        position: relative;
    }

    .wrapper-nav .logo img {
        display: block;
        transition: opacity 0.3s;
        opacity: 1;
    }

        .wrapper-nav .logo img:hover, .wrapper-nav .logo img:focus {
            opacity: 0.8;
            border: 4px solid #FFD059;
        }

    .wrapper-nav .hanging-nav {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -68px;
        z-index: 100;
    }

        .wrapper-nav .hanging-nav ul {
            margin-right: 0.9375rem;
        }

            .wrapper-nav .hanging-nav ul li {
                border-top: 1px solid #f2f2f2;
                margin: 0;
                background-color: #fff;
                position: relative;
                box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
            }

                .wrapper-nav .hanging-nav ul li:after {
                    content: "";
                    position: absolute;
                    height: 25px;
                    right: 0;
                    top: 8px;
                }

                .wrapper-nav .hanging-nav ul li:nth-child(1):after, .wrapper-nav .hanging-nav ul li:nth-child(2):after, .wrapper-nav .hanging-nav ul li:nth-child(3):after {
                    border-left: 1px solid #384D70;
                }

                .wrapper-nav .hanging-nav ul li a {
                    padding: 0.8rem 3rem;
                    font-size: 1.125rem;
                    font-style: normal;
                    font-weight: 600;
                    position: relative;
                }

                    .wrapper-nav .hanging-nav ul li a::after {
                        content: "";
                        position: absolute;
                        bottom: 5px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        width: 40%;
                        border: 1px solid transparent;
                        transition: border 0.3s ease-out;
                    }

                    .wrapper-nav .hanging-nav ul li a:hover::after, .wrapper-nav .hanging-nav ul li a:focus::after {
                        border: 1px solid #384D70;
                    }

                    .wrapper-nav .hanging-nav ul li a.is-active::after {
                        border: 1px solid #384D70;
                    }

                    .wrapper-nav .hanging-nav ul li a:focus, .wrapper-nav .hanging-nav ul li a.active-touch {
                        color: #1C2126 !important;
                        background-color: #fd0 !important;
                        text-decoration: none;
                        outline: transparent;
                        opacity: 1;
                        border: 2px solid #1C2126;
                    }

                .wrapper-nav .hanging-nav ul li:first-child {
                    border-radius: 0 0 0 10px;
                }

                .wrapper-nav .hanging-nav ul li:last-child {
                    border-radius: 0 0 10px 0;
                }

                    .wrapper-nav .hanging-nav ul li:last-child:after {
                        content: none;
                    }

    .wrapper-nav .mobile-nav {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-end;
    }

        .wrapper-nav .mobile-nav li {
            margin-left: 0.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .wrapper-nav .mobile-nav .mobile-icon-link {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            margin: 0;
            line-height: 1;
            font-size: 1.8rem;
            border-radius: 50%;
            padding: 0.2rem;
            color: #324563;
        }

            .wrapper-nav .mobile-nav .mobile-icon-link.is-active {
                color: #324563;
                background-color: #CBE2FE;
            }

    .wrapper-nav .primary-nav {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }

        .wrapper-nav .primary-nav li {
            text-align: right;
            margin-left: 1.5rem;
        }

            .wrapper-nav .primary-nav li .main-button {
                color: #01395C;
                font-weight: 500;
                font-size: 1rem;
                transition: border-bottom 0.3s ease-out;
                position: relative;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                border-radius: 30px;
                border: 2px solid #bbb;
                transition: background-color 0.3s,color 0.3s;
            }

                .wrapper-nav .primary-nav li .main-button .badge {
                    position: absolute;
                    top: -8px;
                    left: 0;
                    background-color: #3E789D;
                    color: #fff;
                    font-size: 0.625rem;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    height: 16px;
                    width: 16px;
                    border-radius: 50%;
                }

                .wrapper-nav .primary-nav li .main-button [class^=szicon-], .wrapper-nav .primary-nav li .main-button [class*=" szicon-"] {
                    margin: 0 0.3rem;
                    font-size: 1rem;
                    color: #3E789D;
                    display: block;
                    transition: rotate 0.3s;
                }

                .wrapper-nav .primary-nav li .main-button .szicon-chevron_down {
                    font-size: 0.4rem;
                }

                .wrapper-nav .primary-nav li .main-button:hover {
                    background-color: #01395C;
                    color: #fff;
                    border: 2px solid #01395C;
                }

                    .wrapper-nav .primary-nav li .main-button:hover [class^=szicon-], .wrapper-nav .primary-nav li .main-button:hover [class*=" szicon-"] {
                        color: #fff;
                    }

                .wrapper-nav .primary-nav li .main-button:focus, .wrapper-nav .primary-nav li .main-button.active-touch {
                    color: #212529 !important;
                    background-color: #fd0 !important;
                    text-decoration: none;
                    outline: transparent;
                    opacity: 1;
                    border: 2px solid #1C2126;
                }

                    .wrapper-nav .primary-nav li .main-button:focus [class^=szicon-], .wrapper-nav .primary-nav li .main-button:focus [class*=" szicon-"], .wrapper-nav .primary-nav li .main-button.active-touch [class^=szicon-], .wrapper-nav .primary-nav li .main-button.active-touch [class*=" szicon-"] {
                        color: #212529;
                    }

                .wrapper-nav .primary-nav li .main-button.is-active {
                    background-color: #01395C;
                    color: #fff;
                    border: 2px solid #01395C;
                }

                    .wrapper-nav .primary-nav li .main-button.is-active [class^=szicon-]:not(.szicon-location2), .wrapper-nav .primary-nav li .main-button.is-active [class*=" szicon-"]:not(.szicon-location2) {
                        rotate: 180deg;
                        color: #fff;
                    }

            .wrapper-nav .primary-nav li .main-link {
                color: #01395C;
                font-weight: 600;
                font-size: 1.25rem;
                transition: border-bottom 0.3s ease-out;
                position: relative;
                display: inline-flex;
                align-items: center;
                padding: 0.7rem 0;
            }

                .wrapper-nav .primary-nav li .main-link::after {
                    content: "";
                    position: absolute;
                    bottom: 0px;
                    left: 0;
                    width: 100%;
                    border: 1px solid transparent;
                    transition: border 0.3s ease-out;
                }

                .wrapper-nav .primary-nav li .main-link [class^=szicon-], .wrapper-nav .primary-nav li .main-link [class*=" szicon-"] {
                    margin-left: 0.5rem;
                    font-size: 0.46rem;
                    color: #3E789D;
                    transition: rotate 0.3s ease-out;
                }

                .wrapper-nav .primary-nav li .main-link:hover::after, .wrapper-nav .primary-nav li .main-link:focus::after {
                    border: 1px solid #01395C;
                }

                .wrapper-nav .primary-nav li .main-link:focus, .wrapper-nav .primary-nav li .main-link.active-touch {
                    color: #212529 !important;
                    background-color: #fd0 !important;
                    text-decoration: none;
                    outline: transparent;
                    opacity: 1;
                    border: 2px solid #1C2126;
                }

                .wrapper-nav .primary-nav li .main-link.is-current::after {
                    border: 1px solid #01395C;
                }

                .wrapper-nav .primary-nav li .main-link.is-active::after {
                    border: 1px solid #01395C;
                }

                .wrapper-nav .primary-nav li .main-link.is-active [class^=szicon-], .wrapper-nav .primary-nav li .main-link.is-active [class*=" szicon-"] {
                    rotate: 180deg;
                }

.wrapper-mob-strip {
    background-color: #384D70;
}

    .wrapper-mob-strip .nav-tasks .cell:nth-child(odd) {
        border-right: 1px solid rgba(203,226,254,0.25);
    }

    .wrapper-mob-strip .nav-tasks a {
        display: block;
        padding: 1rem 1rem;
        color: #fff;
        position: relative;
        border-top: 1px solid rgba(203,226,254,0.25);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
    }

        .wrapper-mob-strip .nav-tasks a .szicon-arrow_right {
            position: absolute;
            right: 1rem;
            top: 1.4rem;
            font-size: 0.8rem;
        }

.mobile-primary-nav {
    border-bottom: 1px solid #fff;
}

    .mobile-primary-nav .cell {
        text-align: center;
    }

        .mobile-primary-nav .cell a {
            display: block;
            background-color: #384D70;
            color: #fff;
            padding: 1rem;
            border-right: 1px solid #fff;
            font-weight: 500;
        }

        .mobile-primary-nav .cell:last-child a {
            border-right: 0;
        }

#megamyArea.mega-menu {
    padding: 0;
}

    #megamyArea.mega-menu.is-open {
        height: 100%;
        z-index: 1;
    }

.mega-menu {
    background-color: #F1F9FF;
    width: 100%;
    position: absolute;
    top: 150px;
    box-shadow: inset 0 7px 19px -7px rgba(0,0,0,0.2);
    padding: 5rem 0 4rem 0;
    display: none;
    z-index: 100;
}

    .mega-menu .section-subtitle {
        text-decoration: underline;
    }

        .mega-menu .section-subtitle .szicon-arrow_right {
            color: #28784E;
            top: 2.3%;
            font-size: 1.5rem;
            position: absolute;
        }

        .mega-menu .section-subtitle .szicon-arrow_right--residents {
            left: 14.5%;
        }

        .mega-menu .section-subtitle .szicon-arrow_right--business {
            left: 13.5%;
        }

        .mega-menu .section-subtitle .szicon-arrow_right--council {
            left: 26%;
        }

.mega-menu--residents {
    background-color: #DAE9E1;
}

.mega-menu--business {
    background-color: #F1F9FF;
}

.mega-menu--council {
    background-color: #F6F3FF;
}

.mega-menu.is-open {
    display: block;
    animation: menuMobileOpen 0.3s linear forwards;
    z-index: 100;
}

.mega-menu .cell > a:not(.area-info-card a):not(.top-link):not(.mega-area-header-link) {
    font-size: clamp(1rem,2vw,1.25rem);
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 1rem 0 0.3rem 0;
    transition: color 0.3s,border-bottom 0.3s;
    border-bottom: 2px solid transparent;
    position: relative;
}

    .mega-menu .cell > a:not(.area-info-card a):not(.top-link):not(.mega-area-header-link):before {
        content: "\e924";
        font-family: "icomoon" !important;
        color: #384D70;
        font-weight: 300;
        font-size: 0.76rem;
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .mega-menu .cell > a:not(.area-info-card a):not(.top-link):not(.mega-area-header-link)::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        border: 1px solid transparent;
        transition: border 0.3s ease-out;
    }

    .mega-menu .cell > a:not(.area-info-card a):not(.top-link):not(.mega-area-header-link):hover {
        color: #384D70;
        border-bottom: 2px solid #384D70;
    }

    .mega-menu .cell > a:not(.area-info-card a):not(.top-link):not(.mega-area-header-link):focus {
        color: #384D70;
    }

.mega-menu .cell .szicon-arrow_right.business {
    left: 12rem;
}

.mega-menu .cell .szicon-arrow_right.council {
    left: 23rem;
}

.mega-menu .input-group {
    margin-bottom: 0;
}

    .mega-menu .input-group .input-group-field {
        height: auto;
        box-shadow: none;
        border: 1px solid #3E789D;
        background-color: #fff;
        color: #324563;
        font-weight: 400;
        padding-left: 1rem;
    }

@media screen and (min-width:64em) {
    .mega-menu .input-group .input-group-field {
        width: 380px;
    }
}

.mega-menu .input-group .input-group-field::placeholder {
    color: #324563;
}

.mega-menu .input-group .input-group-field:focus::placeholder {
    color: transparent;
}

.mega-menu .input-group .button {
    padding: 0.5rem 1rem;
    background: #3E789D;
    color: #fff;
    font-weight: 700;
}

    .mega-menu .input-group .button:hover, .mega-menu .input-group .button:focus {
        background: #fff;
        color: #01395C;
    }

.mega-menu .base-links {
    background-color: #384D70;
    padding: 0.5rem 0.875rem;
}

    .mega-menu .base-links ul {
        margin-bottom: 0;
    }

    .mega-menu .base-links li {
        border-bottom: 1px solid rgba(62,120,157,0.8);
    }

        .mega-menu .base-links li:last-child {
            border-bottom: 0;
        }

    .mega-menu .base-links a {
        color: #fff;
        display: flex;
        align-items: center;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 1rem 0;
    }

        .mega-menu .base-links a [class^=szicon-], .mega-menu .base-links a [class*=" szicon-"] {
            opacity: 0.65;
            display: inline-block;
            width: 30px;
        }

        .mega-menu .base-links a .szicon-util-translate {
            font-size: 0.675rem;
        }

    .mega-menu .base-links .szicon-new-tab {
        margin-left: 0.25rem;
        font-weight: 500;
    }

    .mega-menu .base-links.business {
        background-color: #28784E;
    }

.mega-menu .accordion {
    border-bottom: 0 solid #324563;
    margin-top: 0.5rem;
    padding: 0 0.875rem;
    margin-bottom: 1rem;
}

@media screen and (min-width:64em) {
    .mega-menu .accordion {
        margin-bottom: 2rem;
    }
}

.mega-menu .accordion .accordion-button {
    padding: 0.5rem 0 !important;
    border-top: 0 solid #324563 !important;
    font-size: clamp(1.2rem,2vw,1.6rem) !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(62,120,157,0.2) !important;
    display: block;
}

    .mega-menu .accordion .accordion-button.active, .mega-menu .accordion .accordion-button:focus, .mega-menu .accordion .accordion-button:active {
        background-color: transparent !important;
    }

.mega-menu .accordion .accordion-item:last-child .accordion-button {
    border-bottom: 0 !important;
}

.mega-menu .accordion .accordion-panel .inner-panel {
    padding-left: 0;
    max-height: 40vh;
    overflow-y: scroll;
    margin-bottom: 1rem;
}

.mega-menu .accordion .accordion-panel a {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem 0;
}

    .mega-menu .accordion .accordion-panel a .szicon-chevron_right {
        font-size: 0.875rem;
        margin-right: 0.5rem;
        margin-top: 8px;
    }

.mega-menu .accordion .accordion-panel ul {
    margin: 0 0 0 0;
}

.mega-area-header-link:hover {
    border-bottom: 1px solid #aaa;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #384D70;
}

.range-slider {
    background-color: #fff;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #D7E9DE;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

    .range-slider div {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .range-slider label, .range-slider p {
        margin-bottom: 0;
        font-size: 0.9rem;
    }

    .range-slider .map-range-slider {
        accent-color: #DAE9E1;
        margin-bottom: 0;
        width: 190px;
        -webkit-appearance: none;
        height: 15px;
        background: #DAE9E1;
        border-radius: 8px;
        border: 4px solid #28784E !important;
    }

    .range-slider .planning-app-msg {
        display: flex;
        flex-direction: row;
        gap: 0;
    }

#planning-app-total-count {
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.range-slider .map-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #DAE9E1;
    border: 3px solid #28784E;
    border-radius: 50%;
    cursor: pointer;
}

.range-slider .map-range-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: black;
    border: 3px solid yellow;
    border-radius: 50%;
    cursor: pointer;
}

.wrapper-hero {
    background-color: #CBE2FE;
    padding: 3rem 0 2rem 0;
}

.wrapper-title {
    padding: 2rem 0 4rem 0;
    background-color: #DAE9E1;
    position: relative;
}

    .wrapper-title:after {
        content: "";
        position: absolute;
        background-color: #fff;
        height: 40px;
        width: 100%;
        border-radius: 2rem 2rem 0 0;
        left: 0;
        bottom: 0;
    }

    .wrapper-title .title {
        margin-top: 3rem;
        margin-bottom: 3rem !important;
        font-weight: 700;
        font-size: clamp(2rem,3vw,2.75rem);
        color: #01395C;
        position: relative;
        line-height: 1;
        margin-left: 0.5rem;
        padding-left: 0.5rem;
    }

        .wrapper-title .title:before {
            content: "";
            position: absolute;
            left: -0.5rem;
            top: 0;
            height: 100%;
            border-left: 5px solid #28784E;
        }

        .wrapper-title .title:has(~ .intro) {
            margin-top: 2rem;
            margin-bottom: 1rem !important;
            margin-left: 1rem;
        }

    .wrapper-title .intro {
        width: 80%;
    }

        .wrapper-title .intro p {
            color: #324563;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 500;
            line-height: 2rem;
        }

    .wrapper-title .img {
        height: 300px;
        text-align: right;
        width: 100%;
        margin-bottom: 1rem;
    }

        .wrapper-title .img img {
            border-radius: 8px;
            height: 300px;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

.wrapper-title--business {
    background-color: #F1F9FF;
}

.wrapper-title--council {
    background-color: #F6F3FF;
}

.wrapper-main {
    padding: 6rem 0;
}

.wrapper-main--shallow {
    padding: 2rem 0 1rem 0;
}

.wrapper-main--blue {
    background-color: #F1F9FF;
}

.wrapper-main--accent {
    background-color: #DBECED;
}

.wrapper-main--shallow + .wrapper-main--shallow {
    padding: 0 0 5rem 0;
}

.wrapper-main--shallow--shallow {
    padding: 0 0 5rem 0;
}

.wrapper-main--area {
    padding: 6rem 0 8rem 0;
}

.wrapper-main--green {
    background-color: #DAE9E1;
}

    .wrapper-main--green .title {
        font-size: clamp(2rem,3vw,2.5rem);
        font-style: normal;
        color: #01395C;
        font-weight: 400;
        line-height: 140%;
        padding-left: 1rem;
        border-left: 5px solid #28784E;
    }

    .wrapper-main--green .hero-title {
        font-size: clamp(2rem,3vw,2.5rem);
        font-style: normal;
        color: #01395C;
        font-weight: 400;
        line-height: 140%;
        padding-left: 1rem;
        border-left: 5px solid #28784E;
    }

        .wrapper-main--green .hero-title strong {
            font-weight: 700;
            display: block;
        }

.wrapper-main--blue + .directory-strip {
    padding-top: 0;
}

    .wrapper-main--blue + .directory-strip .grid-container {
        padding-top: 2rem;
        border-top: 2px solid #384D70;
    }

.wrapper-image-hero {
    background-color: #324563;
    padding: 10rem 0 14rem 0;
    background-position: center;
    background-size: cover;
    position: relative;
}

    .wrapper-image-hero .bg-img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
    }

        .wrapper-image-hero .bg-img img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

@media screen and (max-width:39.9375em) {
    .wrapper-image-hero .bg-img img {
        height: 325px;
    }
}

.wrapper-image-hero .grid-container {
    position: relative;
}

.wrapper-image-hero .title {
    font-size: clamp(2rem,3vw,2.875rem);
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    margin-left: 1.3rem;
}

    .wrapper-image-hero .title:before {
        content: "";
        position: absolute;
        left: -1.3rem;
        top: 0;
        height: 100%;
        border-left: 4px solid #fff;
    }

.wrapper-image-hero .box-form {
    background-color: #DAE9E1;
    padding: 1.5rem;
    border-radius: 8px;
    margin-left: 0;
}

    .wrapper-image-hero .box-form p {
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.75rem;
        color: #324563;
    }

        .wrapper-image-hero .box-form p.title {
            font-size: 1.8rem !important;
            font-weight: 700 !important;
            margin-left: 0;
            margin-bottom: 0.5rem;
        }

            .wrapper-image-hero .box-form p.title::before {
                display: none;
            }

    .wrapper-image-hero .box-form .agree-check {
        display: flex;
        align-items: flex-start;
    }

        .wrapper-image-hero .box-form .agree-check label {
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.25rem;
        }

            .wrapper-image-hero .box-form .agree-check label a {
                text-decoration: underline;
                color: #384D70;
                transition: opacity 0.3s;
                opacity: 1;
            }

                .wrapper-image-hero .box-form .agree-check label a:hover, .wrapper-image-hero .box-form .agree-check label a:focus {
                    opacity: 0.8;
                    border: 4px solid #FFD059;
                }

                .wrapper-image-hero .box-form .agree-check label a:focus, .wrapper-image-hero .box-form .agree-check label a.active-touch {
                    color: #212529 !important;
                    background-color: #fd0 !important;
                    text-decoration: none;
                    outline: transparent;
                    opacity: 1;
                    border: 2px solid #1C2126;
                }

            .wrapper-image-hero .box-form .agree-check label span.black p {
                color: black;
                font-size: 0.875rem;
                font-weight: 400;
                line-height: 1.25;
            }

        .wrapper-image-hero .box-form .agree-check input {
            margin: 3px 0 0 0;
            accent-color: #28784E;
        }

    .wrapper-image-hero .box-form .input-group {
        margin-bottom: 1.2rem;
        border-radius: 0.5rem;
        border: 4px solid #BED6C9;
    }

        .wrapper-image-hero .box-form .input-group input {
            border-color: transparent;
            box-shadow: none;
            padding-left: 1rem;
        }

            .wrapper-image-hero .box-form .input-group input::placeholder {
                color: #808080;
            }

            .wrapper-image-hero .box-form .input-group input:focus {
                border-radius: 0.4rem 0 0 0.4rem;
                outline: 5px solid #fd0;
            }

                .wrapper-image-hero .box-form .input-group input:focus::placeholder {
                    color: transparent;
                }

        .wrapper-image-hero .box-form .input-group .button {
            border-radius: 0 0.4rem 0.4rem 0;
            background-color: #28784E;
            transition: outline 0.3s,background-color 0.3s;
        }

            .wrapper-image-hero .box-form .input-group .button .szicon-searcher {
                color: #FEFEFE;
            }

            .wrapper-image-hero .box-form .input-group .button:focus, .wrapper-image-hero .box-form .input-group .button:hover {
                outline: 5px solid #fd0;
                background-color: #1b5235;
            }

                .wrapper-image-hero .box-form .input-group .button:focus .szicon-searcher, .wrapper-image-hero .box-form .input-group .button:hover .szicon-searcher {
                    color: white;
                }

.wrapper-home-hero {
    background-color: #DAE9E1;
    padding: 6rem 0 1rem 0;
    background-position: center;
    background-size: cover;
    position: relative;
}

.wrapper-home-hero--business {
    background-color: #F1F9FF;
}

.wrapper-home-hero--council {
    background-color: #F6F3FF;
}

.wrapper-home-hero .grid-container {
    position: relative;
}

.wrapper-home-hero .title {
    font-size: clamp(2rem,3vw,2.5rem);
    font-style: normal;
    color: #01395C;
    font-weight: 400;
    line-height: 140%;
}

    .wrapper-home-hero .title strong {
        font-weight: 700;
        display: block;
    }

.wrapper-home-hero .img {
    width: 100%;
    height: 310px;
}

    .wrapper-home-hero .img img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        border-radius: 0.625rem;
    }

.wrapper-home-hero .box-form {
    background-color: #01395C;
    padding: 1.5rem;
    border-radius: 0.625rem;
    margin-left: 0;
}

    .wrapper-home-hero .box-form p {
        font-size: 1.0625rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.75rem;
        color: #fff;
    }

    .wrapper-home-hero .box-form .agree-check {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .wrapper-home-hero .box-form .agree-check label {
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.25rem;
            color: #fff;
        }

            .wrapper-home-hero .box-form .agree-check label a {
                text-decoration: underline;
                color: #fff;
                transition: opacity 0.3s;
                opacity: 1;
            }

                .wrapper-home-hero .box-form .agree-check label a:hover, .wrapper-home-hero .box-form .agree-check label a:focus {
                    opacity: 0.8;
                    border: 4px solid #FFD059;
                }

                .wrapper-home-hero .box-form .agree-check label a:focus, .wrapper-home-hero .box-form .agree-check label a.active-touch {
                    color: #212529 !important;
                    background-color: #fd0 !important;
                    text-decoration: none;
                    outline: transparent;
                    opacity: 1;
                    border: 2px solid #1C2126;
                }

        .wrapper-home-hero .box-form .agree-check input {
            margin: 3px 0 0 0;
            accent-color: #28784E;
        }

    .wrapper-home-hero .box-form .input-group {
        margin-bottom: 1.2rem;
        border-radius: 0.5rem;
        border: 4px solid #fff;
        transition: border 0.3s;
    }

        .wrapper-home-hero .box-form .input-group:has(input:focus), .wrapper-home-hero .box-form .input-group:has(button:focus) {
            border: 4px solid #fd0;
        }

        .wrapper-home-hero .box-form .input-group input {
            border-color: transparent;
            box-shadow: none;
            padding-left: 1rem;
            height: 44px;
        }

            .wrapper-home-hero .box-form .input-group input::placeholder {
                color: #5B5B5B;
            }

            .wrapper-home-hero .box-form .input-group input:focus::placeholder {
                color: transparent;
            }

        .wrapper-home-hero .box-form .input-group .button {
            border-radius: 0 0.4rem 0.4rem 0;
            background-color: #28784E;
            transition: outline 0.3s,background-color 0.3s;
            padding-left: 1.85rem;
            padding-right: 1.85rem;
            font-weight: 400;
        }

            .wrapper-home-hero .box-form .input-group .button:focus, .wrapper-home-hero .box-form .input-group .button:hover {
                background-color: #1b5235;
            }

            .wrapper-home-hero .box-form .input-group .button:focus {
                background-color: #fd0 !important;
                color: #000 !important;
            }

                .wrapper-home-hero .box-form .input-group .button:focus [class^=szicon] {
                    color: #000 !important;
                }

.wrapper-image-title {
    background-color: #324563;
    padding: 2.5rem 0 4rem 0;
    position: relative;
}

    .wrapper-image-title .intro {
        width: 80%;
    }

        .wrapper-image-title .intro p {
            color: white;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 500;
            line-height: 2rem;
            margin-bottom: 7rem;
        }

@media screen and (max-width:39.9375em) {
    .wrapper-image-title .intro p {
        margin-bottom: 3rem;
    }
}

.wrapper-image-title:after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    left: 0;
    bottom: -1px;
}

.wrapper-image-title .breadcrumbs li, .wrapper-image-title .breadcrumbs li a {
    color: #fff;
}

.wrapper-image-title .breadcrumbs a:hover {
    color: #fff;
    text-decoration: none;
}

.wrapper-image-title .connect-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    margin: 4rem 0;
}

    .wrapper-image-title .connect-content hr {
        border-color: rgba(62,120,157,0.2);
    }

    .wrapper-image-title .connect-content p {
        font-size: 1.25rem;
        color: #324563;
    }

        .wrapper-image-title .connect-content p:last-of-type {
            margin-bottom: 0;
        }

.wrapper-image-title .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #888;
}

    .wrapper-image-title .bg-img img {
        object-fit: cover;
        object-position: top center;
        height: 100%;
        width: 100%;
        mix-blend-mode: multiply;
    }

.wrapper-image-title .grid-container {
    position: relative;
}

.wrapper-image-title .title {
    margin: 9rem 0 !important;
    font-weight: 700;
    font-size: clamp(2rem,3vw,2.75rem);
    color: #fff;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1;
}

    .wrapper-image-title .title:before {
        content: "";
        position: absolute;
        left: -1rem;
        top: 0;
        height: 100%;
        border-left: 5px solid #B9D053;
    }

    .wrapper-image-title .title:has(~ .intro) {
        margin: 10rem auto 2rem auto !important;
        margin-left: 1rem !important;
    }

@media screen and (max-width:39.9375em) {
    .wrapper-image-title .title:has(~ .intro) {
        margin: 2rem auto 2rem auto !important;
    }
}

.umb-block-grid img {
    height: 22rem;
    width: 100%;
    transition: opacity 0.3s;
    margin-bottom: 0;
    border-radius: 0.5rem;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .spinner-overlay .spinner {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 14px solid;
        border-color: #01395C;
        border-right-color: #3E789D;
        animation: spin 1.4s infinite linear;
        position: absolute;
        top: 48%;
        left: 48%;
    }

    .spinner-overlay .loading-text {
        background-color: #3E789D;
        color: #fff;
        padding: 0.5rem;
        font-size: 18px;
        text-align: center;
        top: 55%;
        left: 37%;
        position: absolute;
        margin-top: 10px;
    }

    .spinner-overlay .loading-image {
        margin-top: 15px;
        width: 150px;
        height: auto;
        position: absolute;
        top: 53%;
        left: 45%;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width:768px) {
    .spinner-overlay .spinner {
        left: 42%;
    }

    .spinner-overlay .loading-text {
        top: 56%;
        left: 0%;
        margin: 0.25rem;
    }

    .spinner-overlay .loading-image {
        left: 36%;
    }
}

.accordion {
    border-bottom: 1px solid #324563;
    margin-bottom: 3rem;
}

    .accordion .accordion-item .accordion-button {
        cursor: pointer;
        position: relative;
        width: 100%;
        text-align: left;
        padding: 0.8rem 3rem 0.9rem 1rem;
        border-top: 1px solid #324563;
        transition: background-color 0.3s;
        color: #384D70;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2rem;
        display: flex;
        align-items: center;
    }

        .accordion .accordion-item .accordion-button:before {
            content: "\e93f";
            font-family: "icomoon";
            font-size: 0.56rem;
            position: absolute;
            right: 1rem;
            font-weight: 300;
            transition: transform 0.2s;
        }

        .accordion .accordion-item .accordion-button:hover, .accordion .accordion-item .accordion-button:active {
            background-color: #F4F4F4;
        }

        .accordion .accordion-item .accordion-button.active {
            border-bottom: 1px solid #324563;
            background-color: #F4F4F4;
        }

            .accordion .accordion-item .accordion-button.active:before {
                transform: rotate(180deg);
            }

    .accordion .accordion-item .accordion-panel {
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        transition-duration: 0.4s;
        transition-property: max-height,visibility;
    }

    .accordion .accordion-item .inner-panel {
        padding: 1rem;
    }

        .accordion .accordion-item .inner-panel.wysiwyg > :last-child {
            margin-bottom: 0 !important;
        }

        .accordion .accordion-item .inner-panel ul li {
            margin-bottom: 1rem;
            padding-bottom: 0.25rem;
        }

        .accordion .accordion-item .inner-panel ul.arrow-list li {
            margin-bottom: 1rem;
            padding-bottom: 0.25rem;
            border-bottom: 2px solid rgba(62,120,157,0.2);
        }

            .accordion .accordion-item .inner-panel ul.arrow-list li:before {
                content: "\e924";
                font-family: "icomoon" !important;
                color: #384D70;
                font-weight: 300;
                font-size: 0.76rem;
                background-color: transparent;
                width: 0;
                height: 0;
            }

    .accordion .accordion-panel.open {
        visibility: visible;
        max-height: initial;
        transition-duration: 0.4s;
        transition-property: max-height,visibility;
    }

.accordion--downloads .accordion-item .accordion-button {
    padding: 0.8rem 1rem 0.9rem 3rem;
}

    .accordion--downloads .accordion-item .accordion-button:before {
        content: "\e93d";
        font-size: 1.3rem;
        right: auto;
        left: 1rem;
    }

    .accordion--downloads .accordion-item .accordion-button.active:before {
        transform: rotate(0);
        content: "\e93e";
    }

.accordion--large {
    border-bottom: 0 solid #384D70;
}

    .accordion--large .accordion-item {
        margin-bottom: 1rem;
        border: 1px solid #E0E0E0;
        border-radius: 12px;
    }

        .accordion--large .accordion-item .accordion-button {
            padding: 1rem;
            border: 0 solid #E0E0E0;
            color: #212529;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            border-radius: 12px;
        }

            .accordion--large .accordion-item .accordion-button .img img {
                object-fit: cover;
                object-position: center;
                height: 100px;
                width: 166px;
                transition: opacity 0.3s;
                margin-bottom: 0;
                margin-right: 2rem;
            }

            .accordion--large .accordion-item .accordion-button .title {
                max-width: 450px;
            }

            .accordion--large .accordion-item .accordion-button:before {
                content: "\e93f";
                font-family: "icomoon";
                font-size: 0.66rem;
                position: absolute;
                right: 1rem;
                font-weight: 300;
                top: 50%;
                transform: translateY(-50%);
                transition: none;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                background-color: #384D70;
                color: #fff;
                border-radius: 0.25rem;
                width: 60px;
                height: 60px;
                transform-origin: 30px 15px;
            }

            .accordion--large .accordion-item .accordion-button:hover, .accordion--large .accordion-item .accordion-button:focus {
                background-color: #E9F1ED;
            }

            .accordion--large .accordion-item .accordion-button.active {
                background-color: #DAE9E1;
                border-bottom: 0 solid #384D70;
            }

                .accordion--large .accordion-item .accordion-button.active:before {
                    transform: rotate(180deg);
                }

        .accordion--large .accordion-item .inner-panel {
            padding: 2rem 2rem 1rem 2rem;
        }

.alert-strip {
    width: 100%;
    background-color: #FFD059;
    padding: 0.9rem 0;
}

    .alert-strip .alert-title {
        position: relative;
        font-family: "Verdana",Helvetica,fallback-font,sans-serif;
        font-size: 0.9rem;
        line-height: 1.2;
        text-transform: uppercase;
        padding-left: 1.5rem;
    }

    .alert-strip p {
        font-size: 0.88rem;
        margin-bottom: 0;
    }

    .alert-strip .cta-alert-info {
        display: inline-block;
        font-family: "Verdana",Helvetica,fallback-font,sans-serif;
        font-size: 0.85rem;
        color: #212529;
        border: 2px solid #212529;
        padding: 0.3rem 0.8rem;
        transition: 0.3s ease-out;
    }

        .alert-strip .cta-alert-info:hover, .alert-strip .cta-alert-info:focus {
            background-color: #212529;
            color: #FFD059;
        }

    .alert-strip .close-alert {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin-top: 0;
        transition: opacity 0.5s;
    }

        .alert-strip .close-alert:hover, .alert-strip .close-alert:focus {
            opacity: 0.7;
        }

button {
    cursor: pointer;
}

.skip-to-content-link {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #363636;
    color: #fff;
    font-family: "Verdana",Helvetica,fallback-font,sans-serif;
    line-height: 1;
    padding: 1.5rem 0.8rem;
    border-radius: 0;
}

    .skip-to-content-link:focus {
        display: flex;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        color: #1C2126;
        background: #FFD059;
        position: static;
        text-decoration: underline;
        font-weight: 600;
        font-size: 1.25rem;
        border: 3px solid #1C2126;
    }

.btn-main, .btn {
    transition: background-color 0.25s ease-out,color 0.25s ease-out,border 0.25s ease-out;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 0.25rem;
    cursor: pointer;
    padding: 1rem;
    border-radius: 0.75rem;
    line-height: normal;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    background-color: transparent;
    color: #384D70;
    border: 2px solid #384D70;
    vertical-align: middle;
    text-decoration: none !important;
}

    .btn-main [class^=szicon], .btn [class^=szicon] {
        color: #384D70;
        margin: 0;
        line-height: 1;
        font-weight: 300;
        font-size: 1rem;
    }

        .btn-main [class^=szicon].szicon--after, .btn [class^=szicon].szicon--after {
            margin-right: 0;
            margin-left: 3px;
        }

        .btn-main [class^=szicon].szicon-arrow_right, .btn [class^=szicon].szicon-arrow_right {
            font-size: 0.76rem;
        }

    .btn-main svg, .btn svg {
        height: 16px;
    }

    .btn-main.disabled, .btn-main .btn-main[disabled], .btn.disabled, .btn .btn-main[disabled] {
        opacity: 0.25;
        cursor: not-allowed;
    }

    .btn-main:hover, .btn-main:focus, .btn:hover, .btn:focus {
        background-color: #FFD059;
        color: #1C2126;
        border: 2px solid #1C2126;
    }

        .btn-main:hover [class^=szicon], .btn-main:focus [class^=szicon], .btn:hover [class^=szicon], .btn:focus [class^=szicon] {
            color: #1C2126;
        }

    .btn-main.is-active, .btn.is-active {
        background-color: #fff;
        color: #384D70;
    }

        .btn-main.is-active [class^=szicon], .btn.is-active [class^=szicon] {
            color: #384D70;
        }

        .btn-main.is-active .szicon-icon_expand_arrow, .btn.is-active .szicon-icon_expand_arrow {
            transform: rotate(180deg);
        }

.btn-main--secondary, .btn--secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

    .btn-main--secondary [class^=szicon], .btn--secondary [class^=szicon] {
        color: #fff;
    }

    .btn-main--secondary:hover, .btn-main--secondary:focus, .btn--secondary:hover, .btn--secondary:focus {
        color: #384D70;
        background-color: #fff;
    }

        .btn-main--secondary:hover [class^=szicon], .btn-main--secondary:focus [class^=szicon], .btn--secondary:hover [class^=szicon], .btn--secondary:focus [class^=szicon] {
            color: #384D70;
        }

.btn-main--tertiary, .btn--tertiary {
    background-color: #28784E;
    color: #fff;
    border: 2px solid #28784E;
}

    .btn-main--tertiary [class^=szicon], .btn--tertiary [class^=szicon] {
        color: #fff;
    }

    .btn-main--tertiary:hover, .btn-main--tertiary:focus, .btn--tertiary:hover, .btn--tertiary:focus {
        color: #1C2126;
        background-color: #FFD059;
        border: 2px solid #1C2126;
    }

        .btn-main--tertiary:hover [class^=szicon], .btn-main--tertiary:focus [class^=szicon], .btn--tertiary:hover [class^=szicon], .btn--tertiary:focus [class^=szicon] {
            color: #1C2126;
        }

.btn-main--solid, .btn--solid {
    background-color: #384D70;
    color: #fff;
    border: 2px solid #384D70;
}

    .btn-main--solid [class^=szicon], .btn--solid [class^=szicon] {
        color: #fff;
    }

    .btn-main--solid:hover, .btn-main--solid:focus, .btn--solid:hover, .btn--solid:focus {
        color: #384D70;
        background-color: transparent;
    }

        .btn-main--solid:hover [class^=szicon], .btn-main--solid:focus [class^=szicon], .btn--solid:hover [class^=szicon], .btn--solid:focus [class^=szicon] {
            color: #384D70;
        }

.btn-main--filter, .btn--filter {
    background-color: transparent;
    color: #28784E;
    border: 2px solid #28784E !important;
}

    .btn-main--filter:hover, .btn-main--filter:focus, .btn-main--filter.is-active, .btn--filter:hover, .btn--filter:focus, .btn--filter.is-active {
        color: #fff;
        background-color: #28784E;
    }

        .btn-main--filter:hover [class^=szicon], .btn-main--filter:focus [class^=szicon], .btn-main--filter.is-active [class^=szicon], .btn--filter:hover [class^=szicon], .btn--filter:focus [class^=szicon], .btn--filter.is-active [class^=szicon] {
            color: #fff;
        }

.btn-main--white, .btn--white {
    background-color: #fff;
    color: #01395C;
    border: 2px solid #01395C;
}

    .btn-main--white [class^=szicon], .btn--white [class^=szicon] {
        color: #01395C;
    }

    .btn-main--white:hover, .btn-main--white:focus, .btn--white:hover, .btn--white:focus {
        background-color: #01395C;
        color: #fff;
        border: 2px solid #01395C;
    }

        .btn-main--white:hover [class^=szicon], .btn-main--white:focus [class^=szicon], .btn--white:hover [class^=szicon], .btn--white:focus [class^=szicon] {
            color: #fff;
        }

.btn-main--square, .btn--square {
    border-radius: 4px;
    padding: 1rem 1rem;
}

    .btn-main--square [class^=szicon], .btn--square [class^=szicon] {
        font-size: 1rem;
        margin-right: 0;
        line-height: 1;
    }

    .btn-main--square:focus, .btn--square:focus {
        background-color: #384D70;
        color: #fff;
    }

        .btn-main--square:focus [class^=szicon], .btn--square:focus [class^=szicon] {
            color: #fff;
        }

.btn-main--extended, .btn--extended {
    display: block;
    text-align: center;
    width: 100%;
}

.btn-main--search-strip, .btn--search-strip {
    border-radius: 3px;
    padding: 0.8rem 1.5rem;
}

.btn-main + .btn-main {
    margin-top: 0.5rem;
}

.cta-arrow {
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease-out;
    color: #324563;
}

    .cta-arrow .szicon-arrow_right {
        font-size: 0.75rem;
        font-weight: 400;
        margin-left: 0.3rem;
        color: #28784E;
        display: inline-block;
        transition: transform 0.3s ease-out;
    }

    .cta-arrow:hover {
        color: #212529;
        border-bottom: 1px solid #324563;
    }

        .cta-arrow:hover .szicon-arrow_right {
            transform: translateX(5px);
        }

    .cta-arrow:focus, .cta-arrow.active-touch {
        color: #212529 !important;
        background-color: #fd0 !important;
        text-decoration: none;
        outline: transparent;
        opacity: 1;
        border: 2px solid #1C2126;
    }

.cta-main {
    color: #384D70;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0.5rem 0;
    border-bottom: 1px solid #384D70;
    transition: border-bottom 0.3s ease-out;
}

    .cta-main:hover {
        color: #212529;
        border-bottom: 1px solid #212529;
    }

    .cta-main:focus, .cta-main.active-touch {
        color: #212529 !important;
        background-color: #fd0 !important;
        text-decoration: none;
        outline: transparent;
        opacity: 1;
        border: 2px solid #1C2126;
    }

.btn-video {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    transition: opacity 0.3s;
}

    .btn-video:hover {
        opacity: 0.8;
    }

    .btn-video:focus {
        outline: 5px solid #fd0;
    }

    .btn-video:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23ffffff' d='M405.2,232.9L126.8,67.2c-3.4-2-6.9-3.2-10.9-3.2c-10.9,0-19.8,9-19.8,20H96v344h0.1c0,11,8.9,20,19.8,20 c4.1,0,7.5-1.4,11.2-3.4l278.1-165.5c6.6-5.5,10.8-13.8,10.8-23.1C416,246.7,411.8,238.5,405.2,232.9z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 90px auto;
        background-position: center;
        z-index: 10;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.2);
    }

    .btn-video img {
        position: relative;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 16/9;
        width: 100%;
        transition: opacity 0.3s;
        margin-bottom: 0 !important;
        z-index: 1;
    }

.cta-box {
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #28784E;
    color: #fff;
    border-radius: 0.25rem;
    font-size: clamp(1.15rem,3vw,1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 1rem;
}

    .cta-box .text {
        display: block;
        margin-bottom: 2rem;
        min-height: 44px;
    }

    .cta-box:hover {
        color: #1C2126;
        background-color: #FFD059;
        border: 2px solid #1C2126;
    }

        .cta-box:hover .text {
            text-decoration: underline;
        }

    .cta-box:focus, .cta-box.active-touch {
        color: #212529 !important;
        background-color: #fd0 !important;
        text-decoration: none;
        outline: transparent;
        opacity: 1;
        border: 2px solid #1C2126;
    }

.cta-feedback {
    background-color: #28784E;
    color: #fff;
    position: absolute;
    right: 0;
    top: 340px;
    transform: rotate(90deg);
    transform-origin: top right;
    padding: 0.625rem;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 0 0.5rem 0.5rem;
    transition: background-color 0.3s;
    z-index: 50;
}

    .cta-feedback:hover {
        background-color: #324563;
        color: #fff;
    }

.btn-load {
    font-weight: 600;
    display: inline-flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    color: #324563;
}

.tabs-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.825rem;
    margin-bottom: 4rem;
}

    .tabs-container .btn-main {
        margin: 0;
    }

@media screen and (min-width:64em) {
    .tabs-container .btn-main {
        font-size: 1.375rem;
        padding: 0.7rem 1.5rem;
    }
}

.tabs-container .btn-main.is-current {
    background-color: #324563;
    color: #fff;
}

.tab-panel {
    display: none;
}

    .tab-panel.is-active {
        display: flex;
    }

    .tab-panel .wysiwyg strong {
        color: #324563;
    }

.sample-card {
    background-color: #f4f4f4;
    margin: 1rem 0;
}

    .sample-card .img {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
    }

    .sample-card .content {
        padding: 1.5rem 2rem;
    }

.feature-card {
    position: relative;
    margin-bottom: 2rem;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-out;
}

    .feature-card .card-img {
        background-color: #000;
        display: block;
    }

        .feature-card .card-img img {
            object-fit: cover;
            object-position: center;
            height: 200px;
            width: 100%;
            transition: opacity 0.3s;
            margin-bottom: 0;
        }

    .feature-card .card-heading {
        padding: 1rem 1.5rem;
        background-color: #fff;
    }

        .feature-card .card-heading .text {
            font-weight: 600;
            font-size: 1.2rem;
            color: #363636;
            margin-bottom: 0;
            line-height: 1.4;
            display: block;
        }

        .feature-card .card-heading ~ .card-body {
            border-top: 1px solid #e4e4e4;
        }

    .feature-card .card-footer {
        padding: 1rem 1.5rem;
        background-color: #fff;
        border-top: 1px solid #e4e4e4;
    }

    .feature-card .card-button-group {
        padding: 1rem 1.5rem;
        background-color: #fff;
        border-top: 1px solid #e4e4e4;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-grow: 1;
    }

        .feature-card .card-button-group [class^=btn-] {
            margin-right: 2px;
            margin-bottom: 2px;
        }

        .feature-card .card-button-group.expanded {
            flex: 1 1 0px;
        }

            .feature-card .card-button-group.expanded [class^=btn-] {
                flex: 1 1 0px;
                margin-right: 2px;
            }

    .feature-card .card-body {
        padding: 1rem 1.5rem;
        background-color: #fcfcfc;
    }

        .feature-card .card-body .meta {
            color: #363636;
            font-weight: 600;
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }

        .feature-card .card-body .title {
            font-weight: 600;
            font-size: 1.2rem;
            color: #363636;
            margin-bottom: 0;
            line-height: 1.4;
            display: block;
        }

        .feature-card .card-body .teaser {
            color: #363636;
            font-size: 1rem;
            margin-bottom: 0;
        }

        .feature-card .card-body .title ~ .teaser {
            margin-top: 0.5rem;
        }

        .feature-card .card-body .cta {
            font-weight: 600;
            display: block;
            color: #363636;
            margin-bottom: 0;
        }

    .feature-card:hover, .feature-card:focus {
        transform: translateY(-3px);
    }

.card-view-grid a.icon-card {
    box-shadow: 15px 15px 5px #808080;
    transition: transform 0.3s;
    position: relative;
}

    .card-view-grid a.icon-card:after {
        content: "";
        position: absolute;
        bottom: -8px;
        width: 86%;
        height: 8px;
        background-color: transparent;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0 0 6px 6px;
        transition: height 0.3s ease-out,width 0.3s ease-out,background-color 0.3s ease-out;
    }

    .card-view-grid a.icon-card:hover, .card-view-grid a.icon-card:focus {
        box-shadow: none;
    }

        .card-view-grid a.icon-card:hover:after, .card-view-grid a.icon-card:focus:after {
            background-color: #28784E;
            width: 80%;
        }

.icon-card {
    display: block;
    background-color: #fff;
    padding: 1.5rem 8rem 3rem 1.5rem;
    border-radius: 8px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 3rem;
    min-height: 10rem;
    color: #212529;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    transition: color 0.3s ease-out;
    text-wrap: balance;
}

    .icon-card [class^=szicon-], .icon-card [class*=" szicon-"], .icon-card svg, .icon-card img {
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        font-size: 4rem;
        font-weight: 300;
        color: #384D70;
    }

    .icon-card svg, .icon-card img {
        max-height: 64px;
    }

        .icon-card svg path, .icon-card img path {
            fill: #384D70;
        }

    .icon-card:hover, .icon-card:focus {
        color: #384D70;
    }

        .icon-card:hover:after, .icon-card:focus:after {
            width: 90%;
        }

.icon-card--dark {
    padding: 1.5rem 1.5rem 7rem 1.5rem;
    background-color: #fff;
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    transition: background-color 0.3s;
    opacity: 1;
    min-height: 8rem;
    border: 1px solid rgba(50,69,99,0.16);
    box-shadow: 0px 0px 20px 0px rgba(223,231,236,0.75);
    border-left: 7px solid #28784E;
}

@media screen and (min-width:64em) {
    .icon-card--dark {
        min-height: 190px;
    }
}

.icon-card--dark [class^=szicon-], .icon-card--dark [class*=" szicon-"] {
    font-size: 1rem;
    color: #28784E;
}

.icon-card--dark:hover {
    background-color: #E9F1ED;
}

.icon-card--dark:focus, .icon-card--dark.active-touch {
    color: #212529 !important;
    background-color: #fd0 !important;
    text-decoration: none;
    outline: transparent;
    opacity: 1;
    border: 2px solid #1C2126;
}

.backed-card {
    padding: 2rem 2rem 2rem 2rem;
    margin-bottom: 1rem;
    background-color: #E9F1ED;
    border-radius: 0.75rem;
}

    .backed-card p {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem;
    }

    .backed-card .title {
        color: #324563;
        font-size: clamp(1.25rem,2vw,1.75rem);
        font-style: normal;
        font-weight: 700;
        line-height: clamp(2rem,2vw,2.5rem);
        padding: 0 5rem 2rem 0;
        margin-bottom: 2rem;
        position: relative;
        text-wrap: balance;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #000;
    }

    .backed-card .footer {
        margin-top: 2rem;
    }

    .backed-card ul {
        margin-bottom: 2rem;
    }

        .backed-card ul li {
            margin-bottom: 1rem;
            list-style: none;
            position: relative;
            color: #212529;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.625rem;
        }

            .backed-card ul li:before {
                content: "";
                position: absolute;
                top: 0.7rem;
                left: -1rem;
                background-color: #384D70;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                display: inline-block;
            }

            .backed-card ul li a {
                color: #384D70;
                font-size: 1.125rem;
                font-style: normal;
                font-weight: 600;
                line-height: 1.625rem;
                border-bottom: 1px solid transparent;
                transition: border-bottom 0.3s ease-out;
            }

                .backed-card ul li a:hover {
                    border-bottom: 1px solid #384D70;
                }

                .backed-card ul li a:focus, .backed-card ul li a.active-touch {
                    color: #212529 !important;
                    background-color: #fd0 !important;
                    text-decoration: none;
                    outline: transparent;
                    opacity: 1;
                    border: 2px solid #1C2126;
                }

        .backed-card ul.arrow-list li:before {
            content: "\e924";
            font-family: "icomoon" !important;
            position: absolute;
            left: -1.6rem;
            top: 1px;
            color: #384D70;
            font-weight: 300;
            font-size: 0.76rem;
            background-color: transparent;
            width: 0;
            height: 0;
        }

.link-card {
    padding: 2rem 2rem 2rem 2rem;
}

    .link-card p {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem;
    }

    .link-card .content {
        margin-bottom: 1.5rem;
    }

    .link-card .szicon-new-tab {
        margin-left: 0.25rem;
        color: #324563;
        font-weight: 500;
    }

        .link-card .szicon-new-tab.white {
            color: white;
        }

    .link-card h3.title {
        color: #324563;
        font-size: 1rem;
        padding: 0;
    }

    .link-card .title {
        color: #000;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
        text-wrap: balance;
        display: flex;
        align-items: center;
        padding: 0 5rem 0 0;
        min-height: 70px;
    }

        .link-card .title:is(a):hover, .link-card .title:is(a):focus {
            text-decoration: underline;
        }

        .link-card .title [class^=szicon-], .link-card .title [class*=" szicon-"], .link-card .title svg, .link-card .title img {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 3rem;
            font-weight: 300;
            color: #28784E;
            height: 40px;
        }

        .link-card .title svg, .link-card .title img {
            max-height: 45px;
        }

            .link-card .title svg::before, .link-card .title img::before {
                display: none;
            }

            .link-card .title svg path, .link-card .title img path {
                fill: #28784E;
            }

    .link-card ul li {
        margin-bottom: 1.5rem;
        list-style: none;
        position: relative;
        color: #212529;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.625rem;
    }

        .link-card ul li:before {
            content: "";
            position: absolute;
            top: 0.7rem;
            left: -1rem;
            background-color: #384D70;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            display: inline-block;
        }

        .link-card ul li a {
            color: #324563;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.625rem;
            border-bottom: 1px solid transparent;
            transition: border-bottom 0.3s ease-out;
        }

            .link-card ul li a:hover {
                color: #1468a0;
            }

            .link-card ul li a:focus, .link-card ul li a.active-touch {
                color: #212529 !important;
                background-color: #fd0 !important;
                text-decoration: none;
                outline: transparent;
                opacity: 1;
                border: 2px solid #1C2126;
            }

    .link-card ul.arrow-list li:before {
        content: "\e924";
        font-family: "icomoon" !important;
        position: absolute;
        left: -1.6rem;
        top: 1px;
        color: #384D70;
        font-weight: 300;
        font-size: 0.76rem;
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .link-card .footer a:not(.btn-main) {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        transition: color 0.3s ease-out;
    }

        .link-card .footer a:not(.btn-main) [class^=szicon-], .link-card .footer a:not(.btn-main) [class*=" szicon-"] {
            display: inline-block;
            margin-left: 0.5rem;
            color: #384D70;
            font-size: 1.2rem;
            font-weight: 400;
            transition: transform 0.3s ease-out;
        }

        .link-card .footer a:not(.btn-main):hover {
            color: #212529;
        }

            .link-card .footer a:not(.btn-main):hover [class^=szicon-], .link-card .footer a:not(.btn-main):hover [class*=" szicon-"] {
                color: #212529;
                transform: translateX(5px);
            }

        .link-card .footer a:not(.btn-main):focus, .link-card .footer a:not(.btn-main).active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .link-card:hover, .link-card:focus {
        color: #384D70;
    }

        .link-card:hover:after, .link-card:focus:after {
            width: 80%;
        }

.article-card {
    background-color: #fff;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(223,231,236,0.75);
    display: block;
}

    .article-card:after {
        content: "";
        position: absolute;
        bottom: -8px;
        width: 86%;
        height: 8px;
        background-color: transparent;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0 0 6px 6px;
        transition: height 0.3s ease-out,width 0.3s ease-out,background-color 0.3s ease-out;
    }

    .article-card .content {
        display: block;
        padding: 2rem 2rem 2rem 2rem;
    }

        .article-card .content:has(.cta) {
            padding-bottom: 2rem;
        }

        .article-card .content:has(> .szicon-arrow_right) .szicon-arrow_right {
            margin-top: 2rem;
            display: inline-block;
            color: #4AA0A3;
        }

    .article-card .card-img {
        background-color: #384D70;
        display: block;
        border-radius: 0.5rem 0.5rem 0 0;
    }

        .article-card .card-img img {
            object-fit: cover;
            object-position: center;
            height: 240px;
            width: 100%;
            transition: opacity 0.3s;
            margin-bottom: 0;
            border-radius: 0.5rem;
        }

    .article-card .meta {
        display: block;
        color: #28784E;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 1rem;
    }

    .article-card .title {
        color: #384D70;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
        text-wrap: balance;
        display: block;
    }

    .article-card p.title {
        margin-bottom: 0;
    }

    .article-card .teaser {
        margin: 1rem 0 0 0;
    }

        .article-card .teaser p {
            color: #384D70;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.625rem;
        }

        .article-card .teaser:has(+ .cta) {
            margin: 1rem 0 1rem 0;
        }

    .article-card .cta {
        color: #384D70;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.75rem;
        display: block;
        margin-top: 3rem;
    }

        .article-card .cta .szicon-arrow_right {
            font-weight: 400;
            font-size: 0.675rem;
            margin-left: 0.5rem;
            color: #28784E;
            transition: transform 0.3s ease-out;
            display: inline-block;
        }

    .article-card:not(.article-card--nohover):hover .card-img img, .article-card:not(.article-card--nohover):focus .card-img img {
        opacity: 0.8;
    }

    .article-card:not(.article-card--nohover):hover .title, .article-card:not(.article-card--nohover):focus .title {
        text-decoration: underline;
    }

    .article-card:not(.article-card--nohover):hover:after, .article-card:not(.article-card--nohover):focus:after {
        background-color: #384D70;
        width: 80%;
    }

    .article-card:not(.article-card--nohover):hover .cta .szicon-arrow_right, .article-card:not(.article-card--nohover):focus .cta .szicon-arrow_right {
        transform: translateX(5px);
    }

.article-card--nohover .title {
    font-weight: 400;
}

.article-card--nohover .card-img {
    margin-bottom: 1rem;
}

.article-card--nohover .content {
    margin-bottom: 0;
}

.article-card--large .card-img img {
    height: 340px;
}

.article-card--mini .meta {
    border-bottom: 1px solid #384D70;
    padding-bottom: 1rem;
}

.article-card--mini:after {
    background-color: #384D70;
}

.article-card--mini:hover:after, .article-card--mini:focus:after {
    width: 80%;
}

.info-box {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: #F1F9FF;
}

    .info-box p {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
    }

        .info-box p.title {
            font-weight: 700;
            padding-right: 3rem;
        }

        .info-box p:last-of-type {
            margin-bottom: 1.5rem;
            word-wrap: break-word;
        }

.info-box--green {
    background-color: #E9F1ED;
}

.info-box--dark-green {
    background-color: #28784E;
}

    .info-box--dark-green p {
        color: #fff;
    }

.info-box--navy {
    background-color: #324563;
}

    .info-box--navy p {
        color: #fff;
    }

.full-card-container {
    background-color: #ffffff;
    padding: 1rem 0.5rem 1rem 0.5rem;
    border-radius: 0.5rem;
}

.full-card-container--pulled {
    margin-top: -12rem;
}

.full-card-container .cell {
    border-top: 1px solid rgba(62,120,157,0.2);
    position: relative;
    padding-top: 1rem;
}

    .full-card-container .cell.fifth-cell:after, .full-card-container .cell.last-cell:after {
        border-right: 1px solid rgba(62,120,157,0.2);
        border-left: 0;
    }

    .full-card-container .cell .title a:focus {
        padding: 0.5rem;
    }

    .full-card-container .cell a {
        text-decoration: underline;
    }

        .full-card-container .cell a:focus {
            color: #1C2126;
            background-color: #FFD059;
            border: 2px solid #1C2126;
        }

    .full-card-container .cell:after {
        content: "";
        position: absolute;
        right: 0;
        top: 1.5rem;
        height: 90%;
        border-left: 1px solid rgba(62,120,157,0.2);
    }

@media (max-width:768px) {
    .full-card-container .cell.last-cell-mobile {
        border-bottom: 0 !important;
    }
}

@media (min-width:992px) {
    .full-card-container .cell:nth-child(5) {
        border-top: 0;
    }

    .full-card-container .cell.last-cell {
        border-top: 1px solid rgba(62,120,157,0.2);
    }
}

@media (min-width:992px) {
    .full-card-container .cell:nth-child(4n):after {
        content: "" !important;
    }
}

.card-previews {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px #E1EEF8;
    padding: 1.8rem;
    margin: 0;
    list-style: none;
}

    .card-previews a.content:focus {
        color: #1C2126;
        border: 2px solid #1C2126;
        background-color: #FFD059;
        padding: 0.5rem;
    }

        .card-previews a.content:focus .title, .card-previews a.content:focus .meta {
            color: #1C2126;
        }

    .card-previews li:not(:last-child) {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #CEDEEA;
    }

    .card-previews .img {
        display: block;
        transition: opacity 0.3s;
        opacity: 1;
    }

        .card-previews .img:hover, .card-previews .img:focus {
            opacity: 0.8;
            border: 4px solid #FFD059;
        }

        .card-previews .img img {
            object-position: center;
            height: 150px;
            width: 100%;
        }

    .card-previews .content {
        display: block;
    }

        .card-previews .content p {
            margin-bottom: 0;
        }

        .card-previews .content .meta {
            color: #28784E;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 500;
            line-height: 1.75rem;
        }

        .card-previews .content .title {
            color: #324563;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 700;
            line-height: 2rem;
            margin-bottom: 1.5rem;
            word-wrap: break-word;
        }

        .card-previews .content .cta {
            color: #324563;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.75rem;
        }

            .card-previews .content .cta .szicon-arrow_right {
                font-size: 0.76rem;
                color: #28784E;
                margin-left: 5px;
                font-weight: 400;
                display: inline-block;
                transition: transform 0.3s ease-out;
            }

        .card-previews .content:hover .title, .card-previews .content:hover .cta {
            text-decoration: underline;
        }

            .card-previews .content:hover .title .szicon-arrow_right, .card-previews .content:hover .cta .szicon-arrow_right {
                transform: translateX(5px);
            }

.event-card {
    border-radius: 0.25rem;
    background: #F0EDFA;
    display: block;
    transition: transform 0.3s;
    position: relative;
}

    .event-card:after {
        content: "";
        position: absolute;
        bottom: -8px;
        width: 86%;
        height: 8px;
        background-color: transparent;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0 0 6px 6px;
        transition: height 0.3s ease-out,width 0.3s ease-out,background-color 0.3s ease-out;
    }

    .event-card .body {
        padding: 1.5rem 1.5rem 0 1.5rem;
    }

    .event-card .month {
        display: block;
        color: #324563;
        font-size: clamp(1.1rem,2vw,1.25rem);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0.5rem;
    }

    .event-card .day {
        display: block;
        color: #324563;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0.5rem;
    }

    .event-card .title {
        color: #324563;
        font-size: clamp(1.25rem,2vw,1.5rem);
        font-style: normal;
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: 7rem;
    }

    .event-card .footer {
        border-top: 1px solid #DFDCE8;
        padding: 1.5rem;
    }

        .event-card .footer .cta {
            display: block;
            color: #324563;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.75rem;
        }

            .event-card .footer .cta .szicon-arrow_right {
                font-size: 0.76rem;
                color: #28784E;
                margin-left: 5px;
                transition: transform 0.3s ease-out;
                display: inline-block;
            }

@media screen and (max-width:39.9375em) {
    .event-card {
        margin-bottom: 2rem;
    }

        .event-card .title {
            margin-bottom: 2rem;
        }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .event-card .title {
        margin-bottom: 3rem;
    }
}

.event-card:hover {
    transform: translateY(-3px);
    color: #1C2126;
}

    .event-card:hover .title {
        text-decoration: underline;
    }

    .event-card:hover:after {
        background-color: #384D70;
        width: 80%;
    }

    .event-card:hover .cta .szicon-arrow_right {
        transform: translateX(5px);
    }

.event-card:focus {
    transform: translateY(-3px);
    color: #1C2126;
    background-color: #FFD059;
}

    .event-card:focus .title {
        text-decoration: underline;
    }

    .event-card:focus .month, .event-card:focus .day, .event-card:focus .title {
        color: #1C2126;
    }

    .event-card:focus .footer {
        border-top: 1px solid #1C2126;
    }

    .event-card:focus:after {
        background-color: #1C2126;
        width: 80%;
    }

    .event-card:focus .cta {
        color: #1C2126;
    }

        .event-card:focus .cta .szicon-arrow_right {
            transform: translateX(5px);
            color: #1C2126;
        }

.area-info-card {
    background-color: #fff;
    border-radius: 0.5rem;
}

    .area-info-card.collections {
        height: 100%;
    }

    .area-info-card.planning {
        height: 100%;
    }

    .area-info-card.councillor {
        height: 100%;
    }

    .area-info-card .title {
        background-color: #28784E;
        padding: 1rem;
        border-radius: 0.5rem 0.5rem 0 0;
        color: #fff;
        font-size: clamp(1rem,2vw,1.125rem);
        font-style: normal;
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: 0;
    }

    .area-info-card .content {
        padding: 1rem;
    }

        .area-info-card .content p {
            margin-bottom: 0.8rem;
        }

            .area-info-card .content p.planning-app-msg-count {
                margin-right: 0.5rem;
            }

            .area-info-card .content p a {
                font-weight: 700;
                text-decoration: underline;
            }

        .area-info-card .content .form-general {
            padding: 0 0.5rem;
        }

            .area-info-card .content .form-general label {
                font-size: 1.1rem;
                color: #324563;
            }

        .area-info-card .content .button-logo-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 0.625rem;
            padding-top: 0.3rem;
        }

            .area-info-card .content .button-logo-container .link-dc {
                display: flex;
                flex-direction: row;
                gap: 0.625rem;
                align-items: center;
            }

                .area-info-card .content .button-logo-container .link-dc img {
                    height: 45px;
                    width: 45px;
                }

                .area-info-card .content .button-logo-container .link-dc span {
                    color: #222;
                    border-bottom: 1px solid transparent;
                    transition: border-bottom 0.3s;
                }

                .area-info-card .content .button-logo-container .link-dc:hover span, .area-info-card .content .button-logo-container .link-dc:focus span {
                    color: #324563;
                    border-bottom: 1px solid #324563;
                }

        .area-info-card .content ul {
            list-style: none;
            margin: 0;
        }

            .area-info-card .content ul.custom-list li {
                padding: 1rem;
                display: flex;
                flex-direction: row;
                gap: 0.625rem;
                align-items: center;
            }

                .area-info-card .content ul.custom-list li a {
                    white-space: pre-line;
                    word-break: break-word;
                    overflow-wrap: break-word;
                }

                .area-info-card .content ul.custom-list li::before {
                    left: -12px;
                    top: 40%;
                    transform: translateY(-50%);
                    background-size: contain;
                    background-repeat: no-repeat;
                    width: var(--icon-size);
                    height: var(--icon-size);
                    background-size: var(--icon-size) var(--icon-size);
                    background-color: transparent;
                }

            .area-info-card .content ul.custom-list.street-list li {
                display: flex;
                align-items: center;
            }

                .area-info-card .content ul.custom-list.street-list li span {
                    font-size: 2rem;
                }

                    .area-info-card .content ul.custom-list.street-list li span.szicon-Litter-bin-version-1 {
                        margin-right: 0.5rem;
                        margin-left: 1rem;
                        font-size: 2.5rem;
                    }

            .area-info-card .content ul.custom-list.street-list p {
                margin-left: 0.5rem;
            }

            .area-info-card .content ul li {
                border-bottom: 1px solid #D7E9DE !important;
                padding: 0.8rem 0 0.8rem 2rem;
                position: relative;
            }

                .area-info-card .content ul li .rounded {
                    border-radius: 50%;
                    object-fit: cover;
                }

                .area-info-card .content ul li:before {
                    content: "";
                    position: absolute;
                    left: 5px;
                    top: 21px;
                    width: 8px;
                    height: 8px;
                    background-color: #28784E;
                }

                .area-info-card .content ul li a {
                    font-weight: 700;
                    text-decoration: underline;
                }

                    .area-info-card .content ul li a:hover {
                        text-decoration: underline;
                        color: #324563;
                    }

                    .area-info-card .content ul li a .szicon-arrow_right {
                        font-size: 0.675rem;
                        margin-left: 0.5rem;
                        color: #28784E;
                        display: inline-block;
                    }

                .area-info-card .content ul li:last-of-type {
                    border-bottom: 0;
                }

            .area-info-card .content ul:has(+ p) {
                border-bottom: 1px solid #D7E9DE;
                margin: 0 0 1rem 0;
            }

.consultation-feature-card {
    padding: 2rem 2rem 2rem 2rem;
    margin-bottom: 1rem;
    background-color: #E9F1ED;
    border-radius: 0.75rem;
    margin-bottom: 3rem;
}

    .consultation-feature-card p {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }

    .consultation-feature-card .status {
        margin-top: 1rem;
        padding-top: 0;
        border-top: 0;
    }

        .consultation-feature-card .status p {
            font-size: 1rem;
            margin-bottom: 0;
            color: #324563;
        }

    .consultation-feature-card .feature-progress-container {
        background-color: #fff;
        height: 10px;
        border-radius: 4px;
        border: 1px solid #324563;
    }

        .consultation-feature-card .feature-progress-container .feature-progress {
            height: 100%;
            background-color: #28784E;
            border-radius: 4px;
        }

    .consultation-feature-card .date {
        font-size: 1rem;
        color: #324563;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0.5rem;
        display: block;
    }

    .consultation-feature-card .title {
        color: #324563;
        font-size: clamp(1.25rem,2vw,1.75rem);
        font-style: normal;
        font-weight: 700;
        line-height: clamp(2rem,2vw,2.5rem);
        margin-bottom: 1rem;
        text-wrap: balance;
    }

        .consultation-feature-card .title a {
            border-bottom: 2px solid transparent;
            transition: border-bottom 0.3s;
        }

            .consultation-feature-card .title a:hover {
                color: #324563;
                border-bottom: 2px solid #324563;
            }

            .consultation-feature-card .title a:focus, .consultation-feature-card .title a.active-touch {
                color: #212529 !important;
                background-color: #fd0 !important;
                text-decoration: none;
                outline: transparent;
                opacity: 1;
                border: 2px solid #1C2126;
            }

    .consultation-feature-card .img {
        border-radius: 0.5rem;
        display: block;
        margin-bottom: 1rem;
        height: 260px;
        transition: opacity 0.3s;
        opacity: 1;
    }

        .consultation-feature-card .img:hover, .consultation-feature-card .img:focus {
            opacity: 0.8;
            border: 4px solid #FFD059;
        }

        .consultation-feature-card .img img {
            object-fit: cover;
            object-position: center;
            width: 100%;
            height: 100%;
            border-radius: 0.5rem;
        }

.info-card .title {
    background-color: #28784e;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 0;
}

.info-card .content {
    padding: 2rem;
    background-color: #f2f2f2;
}

.ios-device .icon-card--dark .cta-arrow:focus {
    background-color: rgb(255,221,0) !important;
    opacity: 1;
    color: rgb(33,37,41) !important;
    text-decoration: none;
    outline: transparent;
}

.directory-strip {
    background-color: #F1F9FF;
    padding: 2rem 0;
}

    .directory-strip .title {
        margin-bottom: 0;
        color: #384D70;
        font-size: 1.375rem;
        font-weight: 700;
        line-height: normal;
    }

    .directory-strip .list-alphabet {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .directory-strip .list-alphabet li {
            flex-grow: 1;
            flex-basis: 0;
        }

            .directory-strip .list-alphabet li a {
                color: #384D70;
                text-align: center;
                font-size: 1.3rem;
                font-weight: 500;
                line-height: normal;
                text-transform: uppercase;
                text-decoration: underline;
                display: block;
            }

                .directory-strip .list-alphabet li a:hover {
                    opacity: 0.8;
                }

                .directory-strip .list-alphabet li a:focus, .directory-strip .list-alphabet li a.active-touch {
                    color: #212529 !important;
                    background-color: #fd0 !important;
                    text-decoration: none;
                    outline: transparent;
                    opacity: 1;
                    border: 2px solid #1C2126;
                }

.directory-title {
    color: #01395C;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}

.directory-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

    .directory-list li {
        position: relative;
    }

        .directory-list li:before {
            content: "•";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.1rem;
        }

        .directory-list li a {
            display: inline-block;
            padding: 0 0 0 1.5rem;
            border-radius: 0;
            line-height: 1.3;
            position: relative;
            margin-bottom: 1rem;
            min-height: 0;
            color: #384D70;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration: underline;
        }

            .directory-list li a:hover {
                opacity: 0.8;
            }

            .directory-list li a:focus, .directory-list li a.active-touch {
                color: #212529 !important;
                background-color: #fd0 !important;
                text-decoration: none;
                outline: transparent;
                opacity: 1;
                border: 2px solid #1C2126;
            }

        .directory-list li.active strong {
            display: inline-block;
            padding: 0 0 0 1.5rem;
            border-radius: 0;
            line-height: 1.3;
            position: relative;
            margin-bottom: 0.5rem;
            min-height: 0;
            font-size: 1.25rem;
        }

.directory-list-container .directory-list {
    margin-right: 3rem;
    padding-bottom: 1rem;
}

.directory-list-letters {
    margin-bottom: 3rem;
}

    .directory-list-letters ul {
        list-style: none;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .directory-list-letters li {
        margin-right: 1rem;
    }

    .directory-list-letters a {
        color: #384D70;
        display: flex;
        justify-content: center;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background-color: #E9F1ED;
        padding: 1rem;
        width: 70px;
        margin-bottom: 1rem;
        transition: background-color 0.2s ease-in-out,color 0.2s ease-in-out;
    }

        .directory-list-letters a.is-active {
            background-color: #384D70;
            color: #F1F9FF;
        }

        .directory-list-letters a:hover, .directory-list-letters a:focus {
            background-color: #fd0;
            color: #212529;
        }

.election-strip-parties {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
}

    .election-strip-parties .party {
        text-align: center;
        padding: 1.5rem 0.5rem 1rem 0.5rem;
        background-color: #ddd;
        flex-basis: 100%;
    }

        .election-strip-parties .party .title {
            font-size: 1.2rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0;
            color: #000;
        }

        .election-strip-parties .party .count {
            text-spacing-trim: trim-start;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 0;
            color: #000;
        }

    .election-strip-parties .party--lib {
        background-color: #FAA61A;
    }

    .election-strip-parties .party--lab {
        background-color: #E4003B;
    }

        .election-strip-parties .party--lab .title, .election-strip-parties .party--lab .count {
            color: #fff;
        }

    .election-strip-parties .party--cons {
        background-color: #0087DC;
    }

        .election-strip-parties .party--cons .title, .election-strip-parties .party--cons .count {
            color: #fff;
        }

    .election-strip-parties .party--green {
        background-color: #008066;
    }

        .election-strip-parties .party--green .title, .election-strip-parties .party--green .count {
            color: #fff;
        }

.election .grid-container {
    max-width: 80rem;
}

.election-table thead {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}

    .election-table thead td, .election-table thead th {
        padding: 1rem;
        color: #324563;
        text-transform: uppercase;
        font-size: 1.25rem;
        border-right: 1px solid #E0E0E0;
        position: relative;
        vertical-align: middle;
    }

        .election-table thead td .szicon-caret-left, .election-table thead th .szicon-caret-left {
            margin-right: 0.625rem;
        }

        .election-table thead td:last-of-type, .election-table thead th:last-of-type {
            border-right: 1px solid #F2F2F2;
        }

        .election-table thead td .maj-line, .election-table thead th .maj-line {
            left: 0;
            top: 0;
            position: absolute;
            height: 100%;
            width: 1px;
            border-left: 2px dashed #01395C;
            display: inline-block;
            z-index: 1;
        }

.election-table tbody {
    border: 1px solid #E0E0E0;
}

    .election-table tbody th, .election-table tbody td {
        padding: 1rem;
        position: relative;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        font-size: 1.25rem;
    }

        .election-table tbody th:nth-child(3):has(.results-container), .election-table tbody td:nth-child(3):has(.results-container) {
            padding: 1rem 0.3rem 1rem 1rem;
        }

        .election-table tbody th:nth-child(4):has(.results-container), .election-table tbody td:nth-child(4):has(.results-container) {
            padding: 1rem 1rem 1rem 0.5rem;
        }

        .election-table tbody th strong, .election-table tbody td strong {
            text-transform: uppercase;
            font-size: 1.15rem;
        }

        .election-table tbody th em, .election-table tbody td em {
            font-style: normal;
            font-weight: 600;
        }

        .election-table tbody th a, .election-table tbody td a {
            text-decoration: underline;
        }

            .election-table tbody th a:focus, .election-table tbody th a.active-touch, .election-table tbody td a:focus, .election-table tbody td a.active-touch {
                color: #212529 !important;
                background-color: #fd0 !important;
                text-decoration: none;
                outline: transparent;
                opacity: 1;
                border: 2px solid #1C2126;
            }

        .election-table tbody th:first-of-type, .election-table tbody td:first-of-type {
            padding-left: 2rem;
        }

            .election-table tbody th:first-of-type:before, .election-table tbody td:first-of-type:before {
                content: "";
                position: absolute;
                width: 20px;
                height: 100%;
                top: 0;
                left: 0;
            }

    .election-table tbody tr:nth-child(even) {
        background-color: #fff;
    }

.election-table .results-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 3px;
}

    .election-table .results-container span {
        display: inline-block;
        height: 40px;
        width: 12px;
        background-color: #E0E0E0;
    }

.election-table .lib span.active, .election-table .libd span.active, .election-table .liberaldemocrats span.active {
    background-color: #FAA61A;
}

.election-table .lib td:first-of-type:before, .election-table .libd td:first-of-type:before, .election-table .liberaldemocrats td:first-of-type:before {
    background-color: #FAA61A;
}

.election-table .lab span.active, .election-table .labour span.active {
    background-color: #E4003B;
}

.election-table .lab td:first-of-type:before, .election-table .labour td:first-of-type:before {
    background-color: #E4003B;
}

.election-table .green span.active, .election-table .gp span.active, .election-table .greenparty span.active {
    background-color: #00a85a;
}

.election-table .green td:first-of-type:before, .election-table .gp td:first-of-type:before, .election-table .greenparty td:first-of-type:before {
    background-color: #00a85a;
}

.election-table .con span.active, .election-table .conservatives span.active {
    background-color: #0a3b7c;
}

.election-table .con td:first-of-type:before, .election-table .conservatives td:first-of-type:before {
    background-color: #0a3b7c;
}

.election-table .ind span.active, .election-table .independents span.active {
    background-color: #888888;
}

.election-table .ind td:first-of-type:before, .election-table .independents td:first-of-type:before {
    background-color: #888888;
}

.election-table .light-blue span.active {
    background-color: #33c4ff;
}

.election-table .light-blue td:first-of-type:before {
    background-color: #33c4ff;
}

.election-table .purple span.active {
    background-color: #9033ff;
}

.election-table .purple td:first-of-type:before {
    background-color: #9033ff;
}

.election-table .pink span.active {
    background-color: #ff339f;
}

.election-table .pink td:first-of-type:before {
    background-color: #ff339f;
}

.election-table .light-green span.active {
    background-color: #33ff93;
}

.election-table .light-green td:first-of-type:before {
    background-color: #33ff93;
}

.election-table .light-yellow span.active {
    background-color: #fff933;
}

.election-table .light-yellow td:first-of-type:before {
    background-color: #fff933;
}

.table-results {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem;
    margin-top: 1rem;
}

.nav-wards {
    margin-bottom: 0 !important;
    margin-left: 0;
    list-style: none;
}

    .nav-wards li {
        margin-bottom: 0;
        padding: 0.6rem 0;
        border-bottom: 1px solid #E0E0E0;
    }

    .nav-wards a {
        display: inline-block;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.25rem;
        color: #212529;
        position: relative;
        transition: border-left 0.3s;
        text-decoration: underline;
    }

        .nav-wards a:hover {
            color: #324563;
            text-decoration: none;
        }

        .nav-wards a.is-active {
            color: #324563;
            font-weight: 600;
        }

        .nav-wards a:focus, .nav-wards a.active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .nav-wards ul {
        margin-left: 0;
        list-style: none;
        background-color: rgba(40,120,78,0.05);
    }

    .nav-wards.is-open {
        display: block !important;
        margin-bottom: 2rem !important;
    }

.ward-map-container {
    background-color: #F2F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 1.5rem;
}

    .ward-map-container .map {
        text-align: center;
    }

    .ward-map-container .gmap {
        height: 700px;
        margin-bottom: 20px;
    }

    .ward-map-container .label {
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .ward-map-container hr {
        margin: 0.825rem auto 1.25rem auto;
    }

    .ward-map-container .items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
    }

    .ward-map-container .key-item {
        display: flex;
        flex-direction: row;
        gap: 0.825rem;
        align-items: center;
    }

        .ward-map-container .key-item span {
            width: 2rem;
            height: 2rem;
            background-color: #D9D9D9;
        }

            .ward-map-container .key-item span.active {
                background-color: #942C8E;
            }

        .ward-map-container .key-item p {
            text-transform: uppercase;
            margin-bottom: 0;
        }

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-family: sans-serif;
}

.election-grid-title {
    background-color: #f2f2f2;
    padding: 1rem;
}

@media (max-width:1024px) {
    .election-table tbody th:first-of-type:before, .election-table tbody td:first-of-type:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 100%;
        top: 0;
        left: 0;
    }

    .election-table tbody th:first-of-type, .election-table tbody td:first-of-type {
        padding-left: 20px;
    }

    .election-table tbody td strong, .election-table tbody td {
        text-transform: none;
        font-size: 1rem;
    }

    .election-table tbody td {
        padding: 1rem 10px;
    }

    .election-table--results thead tr, .election-table--results tbody tr {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .election-table--results thead th:nth-child(3), .election-table--results thead th:nth-child(4) {
        display: none;
    }

    .election-table--results tbody td:nth-child(1), .election-table--results tbody td:nth-child(3) {
        border-right: 2px dashed #01395C;
    }

    .election-table--results tbody tr td {
        padding: 0.6rem 10px 0.6rem 10px !important;
    }

        .election-table--results tbody tr td:first-of-type {
            padding: 0.6rem 10px 0.6rem 20px !important;
        }

        .election-table--results tbody tr td strong {
            font-size: 1rem;
            text-transform: none;
        }

    .election-table--results .results-container {
        gap: 2px;
    }

        .election-table--results .results-container span {
            width: 4px !important;
            height: 20px;
        }

        .election-table--results .results-container[aria-hidden=true] {
            pointer-events: none;
        }

    .election-table--candidates thead tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .election-table--candidates thead th:nth-child(2), .election-table--candidates thead th:nth-child(3) {
        display: none;
    }

    .election-table--candidates tbody tr {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .election-table--candidates td:nth-child(1) {
        grid-column: 1/-1;
    }

    .election-table--candidates td:nth-child(2), .election-table--candidates td:nth-child(3) {
        grid-column: span 1;
    }
}

@media screen and (min-width:40em) and (max-width:1366px) {
    .election-table--results .results-container {
        gap: 3px;
    }

        .election-table--results .results-container span {
            width: 8px !important;
            height: 40px;
        }
}

.filter-name {
    font-size: 1rem;
    font-weight: 600;
    color: #384D70;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.bin-filter-name {
    color: #1C2126;
    font-weight: 700;
    font-size: 1.25rem;
}

.quick-filter-block .filter-buttons {
    list-style: none;
    margin: 0;
}

    .quick-filter-block .filter-buttons li {
        display: inline-block;
        margin: 0 0.5rem 1rem 0;
    }

        .quick-filter-block .filter-buttons li a, .quick-filter-block .filter-buttons li button {
            display: inline-block;
            font-size: 0.925rem;
            font-weight: 500;
            line-height: 1;
            color: #384D70;
            border: 1px solid #384D70;
            border-radius: 4px;
            padding: 0.975rem 1.6rem;
            transition: 0.3s ease-out;
        }

            .quick-filter-block .filter-buttons li a:hover, .quick-filter-block .filter-buttons li a:focus, .quick-filter-block .filter-buttons li button:hover, .quick-filter-block .filter-buttons li button:focus {
                color: #fff;
                background-color: #384D70;
            }

            .quick-filter-block .filter-buttons li a.active, .quick-filter-block .filter-buttons li button.active {
                color: #fff;
                background-color: #384D70;
            }

            .quick-filter-block .filter-buttons li a.inactive, .quick-filter-block .filter-buttons li button.inactive {
                cursor: not-allowed;
                border: 1px solid #999;
                color: #666;
            }

                .quick-filter-block .filter-buttons li a.inactive:hover, .quick-filter-block .filter-buttons li a.inactive:focus, .quick-filter-block .filter-buttons li button.inactive:hover, .quick-filter-block .filter-buttons li button.inactive:focus {
                    color: #666;
                    background-color: transparent;
                }

.filter-dropdown select {
    height: 48px;
    border: 1px solid #384D70;
    border-radius: 4px;
    font-size: 0.925rem;
    font-weight: 500;
    color: #384D70;
    background-image: url("/img/layout/chevron_down.svg");
    background-size: 11px 8px;
    padding-right: 1.75rem;
    padding-left: 0.8rem;
    margin: 0;
}

.bin-filter-dropdown select {
    height: 50px;
    border: 2px solid #1C2126;
    border-radius: 4px;
    font-size: 1.25rem;
    color: #1C2126;
    background-size: 11px 8px;
    padding-right: 1.75rem;
    padding-left: 0.8rem;
    margin: 0;
}

.form-general, .umbraco-forms-page, .wpcf7 {
    margin-bottom: 1rem;
}

    .form-general > * + *, .umbraco-forms-page > * + *, .wpcf7 > * + * {
        margin-block-start: 1rem;
    }

    .form-general hr, .umbraco-forms-page hr, .wpcf7 hr {
        margin: 3rem auto;
        border-color: rgb(217,217,217);
    }

    .form-general label:not(.section-subtitle), .form-general legend:not(.section-subtitle), .umbraco-forms-page label:not(.section-subtitle), .umbraco-forms-page legend:not(.section-subtitle), .wpcf7 label:not(.section-subtitle), .wpcf7 legend:not(.section-subtitle) {
        color: #212529;
        font-weight: 700;
        font-size: 1.25rem;
        display: inline-block;
    }

        .form-general label:not(.section-subtitle).label-lrg, .form-general legend:not(.section-subtitle).label-lrg, .umbraco-forms-page label:not(.section-subtitle).label-lrg, .umbraco-forms-page legend:not(.section-subtitle).label-lrg, .wpcf7 label:not(.section-subtitle).label-lrg, .wpcf7 legend:not(.section-subtitle).label-lrg {
            font-size: 1.5rem;
            color: #384D70;
            font-weight: 700;
        }

    .form-general input:not(.btn-main):not(.btn), .form-general select, .umbraco-forms-page input:not(.btn-main):not(.btn), .umbraco-forms-page select, .wpcf7 input:not(.btn-main):not(.btn), .wpcf7 select {
        background-color: #fff;
        color: #212529;
        box-shadow: none;
        font-size: 1.25rem;
        border: 1px solid #212529;
        border-width: 2px;
        border-radius: 3px;
        height: 50px;
        padding-left: 1rem;
        margin-bottom: 0;
    }

        .form-general input:not(.btn-main):not(.btn).input-half, .form-general select.input-half, .umbraco-forms-page input:not(.btn-main):not(.btn).input-half, .umbraco-forms-page select.input-half, .wpcf7 input:not(.btn-main):not(.btn).input-half, .wpcf7 select.input-half {
            width: 50%;
        }

        .form-general input:not(.btn-main):not(.btn)::placeholder, .form-general select::placeholder, .umbraco-forms-page input:not(.btn-main):not(.btn)::placeholder, .umbraco-forms-page select::placeholder, .wpcf7 input:not(.btn-main):not(.btn)::placeholder, .wpcf7 select::placeholder {
            color: rgba(0,0,0,0.6);
        }

        .form-general input:not(.btn-main):not(.btn):focus, .form-general select:focus, .umbraco-forms-page input:not(.btn-main):not(.btn):focus, .umbraco-forms-page select:focus, .wpcf7 input:not(.btn-main):not(.btn):focus, .wpcf7 select:focus {
            outline: 5px solid #fd0;
        }

        .form-general input:not(.btn-main):not(.btn)[type=file], .form-general input:not(.btn-main):not(.btn)[type=checkbox], .form-general input:not(.btn-main):not(.btn)[type=radio], .form-general select[type=file], .form-general select[type=checkbox], .form-general select[type=radio], .umbraco-forms-page input:not(.btn-main):not(.btn)[type=file], .umbraco-forms-page input:not(.btn-main):not(.btn)[type=checkbox], .umbraco-forms-page input:not(.btn-main):not(.btn)[type=radio], .umbraco-forms-page select[type=file], .umbraco-forms-page select[type=checkbox], .umbraco-forms-page select[type=radio], .wpcf7 input:not(.btn-main):not(.btn)[type=file], .wpcf7 input:not(.btn-main):not(.btn)[type=checkbox], .wpcf7 input:not(.btn-main):not(.btn)[type=radio], .wpcf7 select[type=file], .wpcf7 select[type=checkbox], .wpcf7 select[type=radio] {
            box-shadow: none;
            accent-color: #384D70;
            height: auto;
        }

        .form-general input:not(.btn-main):not(.btn)[type=checkbox], .form-general input:not(.btn-main):not(.btn)[type=radio], .form-general select[type=checkbox], .form-general select[type=radio], .umbraco-forms-page input:not(.btn-main):not(.btn)[type=checkbox], .umbraco-forms-page input:not(.btn-main):not(.btn)[type=radio], .umbraco-forms-page select[type=checkbox], .umbraco-forms-page select[type=radio], .wpcf7 input:not(.btn-main):not(.btn)[type=checkbox], .wpcf7 input:not(.btn-main):not(.btn)[type=radio], .wpcf7 select[type=checkbox], .wpcf7 select[type=radio] {
            height: 20px;
            width: 20px;
            margin-bottom: 8px;
            margin-right: 0.5rem;
        }

        .form-general input:not(.btn-main):not(.btn):invalid, .form-general select:invalid, .umbraco-forms-page input:not(.btn-main):not(.btn):invalid, .umbraco-forms-page select:invalid, .wpcf7 input:not(.btn-main):not(.btn):invalid, .wpcf7 select:invalid {
            border: 2px solid #D70808;
        }

    .form-general .radio-check-item, .umbraco-forms-page .radio-check-item, .wpcf7 .radio-check-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .form-general .radio-check-item label, .umbraco-forms-page .radio-check-item label, .wpcf7 .radio-check-item label {
            font-weight: 400;
        }

        .form-general .radio-check-item input, .umbraco-forms-page .radio-check-item input, .wpcf7 .radio-check-item input {
            margin-top: 8px;
        }

    .form-general select, .umbraco-forms-page select, .wpcf7 select {
        background-color: #fff;
        padding-left: 1rem;
    }

    .form-general textarea, .umbraco-forms-page textarea, .wpcf7 textarea {
        background-color: #fff;
        color: #212529;
        box-shadow: none;
        height: 150px;
        font-size: 1.25rem;
        font-weight: 400;
        border: 1px solid #212529;
        border-width: 2px;
        border-radius: 3px;
        resize: vertical;
        margin-bottom: 0;
    }

        .form-general textarea:invalid, .umbraco-forms-page textarea:invalid, .wpcf7 textarea:invalid {
            border: 2px solid #D70808;
        }

        .form-general textarea:focus, .umbraco-forms-page textarea:focus, .wpcf7 textarea:focus {
            outline: 5px solid #fd0;
        }

    .form-general fieldset legend, .umbraco-forms-page fieldset legend, .wpcf7 fieldset legend {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    .form-general fieldset label, .umbraco-forms-page fieldset label, .wpcf7 fieldset label {
        color: #212529;
        font-weight: 400;
        font-size: 1.25rem;
        display: inline-block;
    }

    .form-general .checkbox-list, .umbraco-forms-page .checkbox-list, .wpcf7 .checkbox-list {
        background-color: #f3f3f3;
        padding: 0.8rem 1.2rem;
        border-radius: 3px;
        border: 1px solid #212529;
    }

        .form-general .checkbox-list label, .umbraco-forms-page .checkbox-list label, .wpcf7 .checkbox-list label {
            font-family: "Verdana",Helvetica,fallback-font,sans-serif;
            font-size: 0.98rem;
        }

        .form-general .checkbox-list input[type=checkbox], .form-general .checkbox-list input[type=radio], .umbraco-forms-page .checkbox-list input[type=checkbox], .umbraco-forms-page .checkbox-list input[type=radio], .wpcf7 .checkbox-list input[type=checkbox], .wpcf7 .checkbox-list input[type=radio] {
            margin-bottom: 0.6rem;
            margin-right: 0.3rem;
        }

    .form-general .error-field, .form-general .not-valid, .form-general .input-validation-error, .form-general .wpcf7-not-valid, .umbraco-forms-page .error-field, .umbraco-forms-page .not-valid, .umbraco-forms-page .input-validation-error, .umbraco-forms-page .wpcf7-not-valid, .wpcf7 .error-field, .wpcf7 .not-valid, .wpcf7 .input-validation-error, .wpcf7 .wpcf7-not-valid {
        border-color: #D70808 !important;
        background-color: rgba(215,8,8,0.1) !important;
    }

    .form-general .error-text, .form-general .field-validation-error, .form-general .wpcf7-not-valid-tip, .umbraco-forms-page .error-text, .umbraco-forms-page .field-validation-error, .umbraco-forms-page .wpcf7-not-valid-tip, .wpcf7 .error-text, .wpcf7 .field-validation-error, .wpcf7 .wpcf7-not-valid-tip {
        display: block;
        color: #be0707;
        font-size: 1.15rem;
        font-weight: 600;
    }

    .form-general .umbraco-forms-field-wrapper, .umbraco-forms-page .umbraco-forms-field-wrapper, .wpcf7 .umbraco-forms-field-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .form-general .umbraco-forms-field-wrapper .field-validation-error, .umbraco-forms-page .umbraco-forms-field-wrapper .field-validation-error, .wpcf7 .umbraco-forms-field-wrapper .field-validation-error {
            flex: 0 0 100%;
        }

        .form-general .umbraco-forms-field-wrapper input:not(.btn-main):not(.btn-ghost):not(.btn)[type=checkbox], .form-general .umbraco-forms-field-wrapper input:not(.btn-main):not(.btn-ghost):not(.btn)[type=radio], .umbraco-forms-page .umbraco-forms-field-wrapper input:not(.btn-main):not(.btn-ghost):not(.btn)[type=checkbox], .umbraco-forms-page .umbraco-forms-field-wrapper input:not(.btn-main):not(.btn-ghost):not(.btn)[type=radio], .wpcf7 .umbraco-forms-field-wrapper input:not(.btn-main):not(.btn-ghost):not(.btn)[type=checkbox], .wpcf7 .umbraco-forms-field-wrapper input:not(.btn-main):not(.btn-ghost):not(.btn)[type=radio] {
            box-shadow: none;
            margin-top: 5px;
            margin-bottom: 0;
            height: auto;
            margin-right: 1rem;
        }

        .form-general .umbraco-forms-field-wrapper .checkboxlist, .form-general .umbraco-forms-field-wrapper .radiobuttonlist, .umbraco-forms-page .umbraco-forms-field-wrapper .checkboxlist, .umbraco-forms-page .umbraco-forms-field-wrapper .radiobuttonlist, .wpcf7 .umbraco-forms-field-wrapper .checkboxlist, .wpcf7 .umbraco-forms-field-wrapper .radiobuttonlist {
            margin-bottom: 1rem;
            display: block;
        }

    .form-general .umbraco-forms-hidden, .umbraco-forms-page .umbraco-forms-hidden, .wpcf7 .umbraco-forms-hidden {
        display: none;
    }

    .form-general .ktc-checkbox, .umbraco-forms-page .ktc-checkbox, .wpcf7 .ktc-checkbox {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .form-general .ktc-checkbox .form-control, .umbraco-forms-page .ktc-checkbox .form-control, .wpcf7 .ktc-checkbox .form-control {
            margin-top: 6px;
            margin-right: 10px;
        }

    .form-general .explanation-text, .form-general .umbraco-forms-tooltip, .umbraco-forms-page .explanation-text, .umbraco-forms-page .umbraco-forms-tooltip, .wpcf7 .explanation-text, .wpcf7 .umbraco-forms-tooltip {
        display: block;
        font-style: italic;
        font-size: 0.92rem;
    }

.form-container {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 2rem;
}

.wpcf7 p {
    margin-bottom: 0;
}

    .wpcf7 p > label {
        width: 100%;
    }

.wpcf7 .wpcf7-list-item {
    padding-right: 1rem;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
}

    .wpcf7 .wpcf7-form-control-wrap > label {
        width: 100%;
    }

.msg-sent-ok, .mc4wp-success p {
    display: block;
    position: relative;
    padding: 1rem;
    margin: 0 0 0.8rem 0;
    border-left: 4px solid #60b676;
    font-family: "Verdana",Helvetica,fallback-font,sans-serif;
    font-size: 1.15rem;
    color: #212529;
    background-color: rgba(96,182,118,0.1);
    line-height: 1.2;
    border-radius: 2px;
}

.msg-validation-error, .mc4wp-error p {
    display: block;
    position: relative;
    padding: 1rem;
    margin: 0 0 0.8rem 0;
    border-left: 4px solid #D70808;
    font-family: "Verdana",Helvetica,fallback-font,sans-serif;
    font-size: 1.15rem;
    color: #212529;
    background-color: rgba(215,8,8,0.1);
    line-height: 1;
    border-radius: 2px;
}

.form-general--boxed {
    background-color: #F1F9FF;
    padding: 2.5rem 2rem 2rem 2rem;
    border-radius: 1.25rem;
    margin-bottom: 3rem;
    position: relative;
}

    .form-general--boxed:after {
        content: "";
        position: absolute;
        bottom: -8px;
        width: 90%;
        height: 8px;
        background-color: #384D70;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 0 0 6px 6px;
        transition: width 0.3s ease-out,background-color 0.3s ease-out;
    }

input::placeholder {
    color: rgba(0,0,0,0.6);
}

.generic-list-item {
    border-bottom: 2px solid #F1F9FF;
    padding: 2rem 0;
}

    .generic-list-item .img {
        display: block;
        min-height: 200px;
        height: 100%;
        max-height: 220px;
        background-position: center;
        background-size: cover;
        transition: opacity 0.5s;
    }

        .generic-list-item .img:hover {
            opacity: 0.9;
        }

    .generic-list-item .title {
        color: #384D70;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative;
        text-wrap: balance;
        margin-bottom: 1rem;
        display: inline-block;
        transition: opacity 0.5s,border-bottom 0.3s;
        border-bottom: 2px solid transparent;
    }

        .generic-list-item .title:hover {
            opacity: 0.8;
            border-bottom: 2px solid #384D70;
        }

        .generic-list-item .title:focus, .generic-list-item .title.active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .generic-list-item .category {
        display: block;
        font-size: 0.9rem;
        text-transform: uppercase;
        color: #363636;
    }

    .generic-list-item p {
        margin-bottom: 0;
        font-size: 1.1rem;
    }

    .generic-list-item .cta {
        display: block;
        color: #363636;
        margin-top: 1.5rem;
        position: relative;
        font-size: 0.9rem;
        transition: opacity 0.3s;
        opacity: 1;
    }

        .generic-list-item .cta:hover, .generic-list-item .cta:focus {
            opacity: 0.8;
            border: 4px solid #FFD059;
        }

.tick-list {
    list-style: none;
    margin: 0 0 3rem 0;
    border-top: 1px solid #E5E5E5;
}

    .tick-list li {
        padding: 1rem 0.5rem;
        font-size: 1.25rem;
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

        .tick-list li [class^=szicon-] {
            margin-right: 1rem;
            width: 40px;
            height: 40px;
        }

        .tick-list li div {
            display: inline-block;
            max-width: 88%;
        }

.grid-container .generic-list-item:last-of-type {
    border-bottom: 0;
}

.link-list ul {
    padding: 0 0 0 1.4rem;
    margin-bottom: 2rem;
    margin-left: 0;
    position: relative;
    list-style: none;
}

    .link-list ul li {
        padding: 5px 10px 5px 5px;
        font-size: 1.25rem;
        line-height: 1.5;
        position: relative;
    }

        .link-list ul li::before {
            content: "";
            position: absolute;
            top: 1rem;
            left: -1rem;
            background-color: #384D70;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            display: inline-block;
        }

.link-list a {
    transition: opacity 0.5s;
    font-weight: 400;
    word-break: break-word;
    border-bottom: 1px solid #324563;
    text-decoration: underline;
    border-bottom: 0;
}

    .link-list a:hover {
        opacity: 0.8;
    }

    .link-list a:focus, .link-list a.active-touch {
        color: #212529 !important;
        background-color: #fd0 !important;
        text-decoration: none;
        outline: transparent;
        opacity: 1;
        border: 2px solid #1C2126;
    }

@media screen and (min-width:64em) {
    .link-list {
        margin-bottom: 3rem;
    }

        .link-list ul {
            padding: 0 6rem 0 1.4rem;
        }
}

.unstyled-list {
    list-style: none !important;
}

.page-index {
    background: #fff;
    color: #363636;
    font-family: "Montserrat",sans-serif;
    padding-top: 2rem;
}

    .page-index img {
        margin: 0 auto 2rem auto;
        max-width: 150px;
    }

    .page-index ul li {
        margin-bottom: 1rem;
    }

    .page-index p {
        font-weight: 600;
        font-size: 1rem;
        font-family: "Montserrat",sans-serif;
    }

    .page-index hr {
        border-color: #e4e4e4;
    }

    .page-index .btn-index {
        font-family: "Montserrat",sans-serif;
        width: 100%;
        display: block;
        transition: background-color 0.3s,color 0.3s,border-color 0.3s;
        padding: 0.5rem 1.2rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 6px;
        color: #363636;
        background-color: #fff;
        border: 1px solid #e4e4e4;
        box-shadow: 0 2px 5px rgba(54,54,54,0.05);
    }

        .page-index .btn-index:hover, .page-index .btn-index:focus {
            color: #fff;
            background-color: #363636;
            border-color: #363636;
        }

        .page-index .btn-index:active {
            color: #666;
        }

.feature-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
}

    .feature-modal .modal-content {
        background-color: #fff;
        padding: 2rem;
        text-align: left;
        min-width: 650px;
        max-width: 650px;
        position: relative;
    }

    .feature-modal .btn-modal-close {
        overflow: visible;
        cursor: pointer;
        display: inline-block;
        z-index: 1046;
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: 0.65;
        padding: 0 0 18px 10px;
        font-style: normal;
        font-size: 28px;
        font-family: "Verdana",Helvetica,fallback-font,sans-serif;
        color: #333;
    }

    .feature-modal.is-open {
        display: flex;
        animation: fadeModal 0.3s linear forwards;
    }

    .feature-modal.is-closing {
        display: flex;
        animation: fadeOutModal 0.3s linear forwards;
    }

    .feature-modal.is-video .modal-content {
        padding: 0;
        width: 800px;
        max-width: none;
        position: relative;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
    }

    .feature-modal.is-video iframe {
        display: block;
        width: 800px;
        height: 450px;
        background: #000;
        position: relative;
        z-index: 2000;
    }

    .feature-modal.is-video .btn-modal-close {
        color: #fff;
        position: absolute;
        top: -40px;
    }

@keyframes fadeModal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOutModal {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width:39.9375em) {
    .feature-modal .modal-content {
        padding: 2rem 1rem;
        min-width: 300px;
        max-width: 100vw;
    }

    .feature-modal.is-video .modal-content {
        width: 100vw;
    }

        .feature-modal.is-video .modal-content iframe {
            width: 100vw;
            height: 225px;
        }
}

.breadcrumbs li {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    color: #384D70;
    font-weight: 600;
}

    .breadcrumbs li * {
        line-height: 1;
    }

    .breadcrumbs li:not(:last-child)::after {
        margin: 0 0.3rem;
    }

    .breadcrumbs li a {
        color: #384D70;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        text-decoration: underline;
    }

        .breadcrumbs li a:hover {
            color: #000;
        }

        .breadcrumbs li a:focus, .breadcrumbs li a.active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

.wrapper-breadcrumbs {
    padding: 1rem 0;
}

.mobile-menu {
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #F1F9FF;
    padding: 1rem;
    display: none;
    opacity: 0;
    z-index: 100;
}

.mobile-menu--search {
    position: static;
    width: 100%;
    height: auto;
    padding: 2rem 0.3rem 2rem 0.3rem !important;
    height: auto;
    display: none;
    opacity: 0;
    padding: 0 0 0 0;
    border-top: 1px solid rgba(203,226,254,0.25);
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
    top: 210px;
}

    .mobile-menu--search label {
        color: #384D70;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0.8rem;
    }

    .mobile-menu--search .button {
        font-weight: 700;
    }

.mobile-menu .btn-main {
    margin-bottom: 1rem;
    font-size: 0.86rem;
}

.mobile-menu .input-group-field {
    height: 45px;
    border-radius: 4px 0 0 4px;
}

    .mobile-menu .input-group-field::placeholder {
        color: rgba(0,0,0,0.6);
    }

.mobile-menu button {
    border-radius: 0px 4px 4px 0px !important;
    background-color: #3E789D;
    color: #fff;
    font-weight: 700;
}

    .mobile-menu button:hover, .mobile-menu button:focus {
        background-color: #fd0;
        color: #000;
    }

.mobile-menu .nav-mobile {
    list-style: none;
    margin: 0 0 2rem 0;
}

    .mobile-menu .nav-mobile li {
        padding: 0;
        border-bottom: 1px solid rgba(56,77,112,0.25);
    }

        .mobile-menu .nav-mobile li a {
            display: block;
            padding: 0.6rem 2rem 0.6rem 0.5rem;
            color: #384D70;
            font-weight: 600;
            font-size: 1.125rem;
            transition: border-bottom 0.3s ease-out;
            position: relative;
        }

            .mobile-menu .nav-mobile li a .szicon-arrow_right {
                position: absolute;
                right: 1rem;
                top: 1.2rem;
                font-size: 0.86rem;
            }

.is-open {
    display: block;
    animation: menuMobileOpen 0.3s linear forwards;
}

@keyframes menuMobileOpen {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hamburger {
    padding: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0.5rem 0;
    overflow: visible;
}

    .hamburger:hover .hamburger-title {
        color: #28784E;
    }

    .hamburger:hover .hamburger-inner {
        background-color: #28784E;
    }

        .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
            background-color: #28784E;
        }

.hamburger-title {
    margin-top: 5px;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    color: #01395C;
    display: block;
    text-align: center;
    width: 100%;
}

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 35px;
    height: 4px;
    background-color: #01395C;
    border-radius: 4px;
    position: absolute;
    transition: transform 0.15s ease,background-color 0.3s;
}

    .hamburger-inner::before, .hamburger-inner::after {
        width: 35px;
        height: 4px;
        background-color: #01395C;
        border-radius: 4px;
        position: absolute;
        transition: transform 0.15s ease;
    }

    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -10px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

.hamburger--elastic .hamburger-inner {
    top: 0;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68,-0.55,0.265,1.55);
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: 0.075s;
    background-color: #363636;
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
        background-color: #363636;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0,-20px,0) rotate(-270deg);
        transition-delay: 0.075s;
        background-color: #363636;
    }

.btn-mobile-search {
    color: #fff;
    font-size: 2rem;
    padding: 0.6rem 0.6rem 0.5rem 0.6rem;
    border-radius: 3px;
    margin-top: 0;
    margin-right: 1rem;
    font-weight: 700;
}

    .btn-mobile-search.is-active {
        background-color: #CBE2FE;
        color: #363663;
    }

.pagination {
    margin-bottom: 2rem;
}

    .pagination li {
        border-radius: 0;
    }

    .pagination a, .pagination button {
        border-radius: 0;
        padding: 0.1875rem 0.825rem;
        background-color: #fff;
        color: #01395C;
        font-size: 1.125rem;
        transition: color 0.3s,background-color 0.3s;
        border-radius: 4px;
        border: 1px solid #01395C;
        display: inline-flex;
        width: 40px;
        justify-content: center;
    }

        .pagination a.is-current, .pagination button.is-current {
            background-color: #01395C;
            color: #fff;
        }

        .pagination a:focus, .pagination button:focus {
            background-color: #fd0;
            color: #212529;
        }

        .pagination a.is-disabled, .pagination button.is-disabled {
            cursor: not-allowed;
            opacity: 0.5;
        }

.page-base-nav hr {
    border-color: rgb(217,217,217);
    margin: 1rem auto 2rem auto;
}

.page-base-nav p {
    color: #384D70;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.2rem;
    line-height: 2rem;
}

    .page-base-nav p [class^=szicon-], .page-base-nav p [class*=" szicon-"] {
        font-size: 1rem;
    }

.page-base-nav a {
    display: inline-block;
    color: #384D70;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    text-decoration-line: none;
    margin-bottom: 1rem;
}

    .page-base-nav a:hover {
        opacity: 0.8;
    }

    .page-base-nav a:focus, .page-base-nav a.active-touch {
        color: #212529 !important;
        background-color: #fd0 !important;
        text-decoration: none;
        outline: transparent;
        opacity: 1;
        border: 2px solid #1C2126;
    }

    .page-base-nav a > span {
        text-decoration-line: underline;
    }

.cta-nav-side {
    display: block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    width: 100%;
    text-transform: uppercase;
    transition: color 0.3s,background-color 0.3s;
    position: relative;
    background-color: #384D70;
    color: #fff;
    text-align: left;
}

    .cta-nav-side:hover, .cta-nav-side:focus {
        background-color: #212529;
        color: #fff;
    }

.nav-submenu {
    margin-bottom: 0 !important;
    margin-left: 0;
    list-style: none;
}

    .nav-submenu li {
        margin-bottom: 3px;
    }

    .nav-submenu a {
        display: block;
        padding: 0.8rem 2rem 0.8rem 0.5rem;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        color: #212529;
        position: relative;
        transition: border-left 0.3s;
        border-left: 4px solid transparent;
        border-radius: 0 5px 5px 0;
    }

        .nav-submenu a:hover {
            border-left: 4px solid #28784E;
            color: #324563;
        }

        .nav-submenu a.is-active {
            background-color: rgba(40,120,78,0.08);
            border-left: 4px solid #28784E;
        }

        .nav-submenu a:focus, .nav-submenu a.active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .nav-submenu ul {
        margin-left: 0;
        list-style: none;
        background-color: rgba(40,120,78,0.05);
    }

    .nav-submenu.is-open {
        display: block !important;
        margin-bottom: 2rem !important;
    }

.search-filter-block {
    padding: 2rem 2rem;
    background-color: #F1F9FF;
    clear: both;
    margin-bottom: 5rem;
    border-radius: 20px;
}

    .search-filter-block hr {
        border-color: #E1E1E1;
    }

    .search-filter-block .btn-main--filter:hover {
        background: #28784E !important;
        color: #fff !important;
    }

    .search-filter-block p {
        font-weight: 600;
        font-size: 1.25rem;
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .search-filter-block .filters div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
    }

        .search-filter-block .filters div .btn-main + .btn-main {
            margin-left: 0;
        }

        .search-filter-block .filters div .btn-main {
            margin-bottom: 0.5rem;
            margin-right: 0.5rem;
            font-size: 0.875rem;
            padding: 0.625rem 1.25rem;
            border-radius: 2.5rem;
        }

.self-service-buttons {
    padding: 0px 8rem;
}

    .self-service-buttons.single {
        padding: 0 18rem;
    }

    .self-service-buttons.collections {
        width: auto;
        margin: 0 0.25rem;
    }

        .self-service-buttons.collections .cta-box {
            flex-direction: row;
            line-height: 1.4rem;
        }

            .self-service-buttons.collections .cta-box .szicon-arrow_right {
                margin: 0.25rem 0.5rem;
            }

    .self-service-buttons > div {
        width: 100%;
    }

@media (min-width:640px) {
    .self-service-buttons > div {
        display: flex;
        gap: 0.75rem;
    }

        .self-service-buttons > div .cell {
            flex: 1 1 100%;
        }
}

.self-service-buttons a .szicon-new-tab {
    color: #FFF;
}

    .self-service-buttons a .szicon-new-tab:before {
        color: #FFF;
    }

@media (max-width:1176px) {
    .self-service-buttons {
        padding: 0 1rem !important;
    }

        .self-service-buttons a {
            height: 160px;
        }

        .self-service-buttons .cell {
            width: 100% !important;
        }

        .self-service-buttons.collections a {
            height: 95px;
            margin: 0 0.5rem;
            flex-direction: row;
        }
}

.split-block .block-img {
    background-color: #000;
    display: block;
    border-radius: 0.5rem;
    margin-right: 3rem;
}

    .split-block .block-img img {
        object-fit: cover;
        object-position: center;
        height: 22rem;
        width: 100%;
        transition: opacity 0.3s;
        margin-bottom: 0;
        border-radius: 0.5rem;
    }

.split-block .medium-6:last-child .block-img {
    margin-right: 0;
    margin-left: 3rem;
}

.message-bar {
    width: 100%;
    padding: 2rem 0;
}

    .message-bar .cell {
        position: relative;
    }

.message-bar--info {
    background-color: #FFD059;
}

.message-bar--issue {
    background-color: #f5ac62;
}

.message-bar--danger {
    background-color: #A81212;
}

    .message-bar--danger p, .message-bar--danger p a, .message-bar--danger li, .message-bar--danger h2 {
        color: #fff !important;
    }

    .message-bar--danger .szicon-new-tab.white {
        color: #fff;
    }

.message-bar .btn-close {
    float: right;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: transparent;
    border: 3px solid #324563;
    color: #324563;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}

    .message-bar .btn-close:focus {
        font-weight: 600;
        border: 4px solid #1C2126;
        color: #1C2126;
    }

.message-bar p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
}

    .message-bar p a {
        text-decoration: underline;
        font-weight: 700;
        color: #324563;
    }

        .message-bar p a:focus, .message-bar p a.active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .message-bar p, .message-bar p a, .message-bar li {
        color: #324563;
    }

.message-bar--takeover {
    background-color: #000;
}

    .message-bar--takeover p, .message-bar--takeover p a, .message-bar--takeover li {
        color: #fff;
    }

    .message-bar--takeover .btn-close {
        border: 3px solid #fff;
        color: #fff;
    }

.page-feedback_prompt {
    background-color: #28784E;
    padding: 1rem 1.5rem;
    border-radius: 0.25rem;
}

    .page-feedback_prompt .title {
        color: #fff;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 1.25rem;
    }

    .page-feedback_prompt .btn-main {
        border-radius: 0.25rem;
    }

.page-feedback_content {
    padding: 2rem;
    background-color: #F4F4F4;
    display: none;
}

    .page-feedback_content.is-open {
        display: block;
    }

    .page-feedback_content p {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
    }

    .page-feedback_content a:not(.btn-main):not(.cta-main):not(.btn-video) {
        transition: opacity 0.5s;
        font-weight: 400;
        word-break: break-word;
        border-bottom: 1px solid #324563;
        text-decoration: underline;
        border-bottom: 0;
    }

        .page-feedback_content a:not(.btn-main):not(.cta-main):not(.btn-video):hover {
            color: #324563;
            opacity: 0.8;
        }

        .page-feedback_content a:not(.btn-main):not(.cta-main):not(.btn-video):focus, .page-feedback_content a:not(.btn-main):not(.cta-main):not(.btn-video).active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .page-feedback_content label, .page-feedback_content legend, .page-feedback_content .error-text {
        font-weight: 700 !important;
        font-size: 1.25rem !important;
    }

    .page-feedback_content fieldset {
        margin-bottom: 0.5rem;
    }

        .page-feedback_content fieldset label {
            font-weight: 400 !important;
        }

.page-feedback .btn-main--solid, .page-feedback .btn--solid {
    background-color: #28784E;
    color: #fff;
    border: 2px solid #28784E;
    border-radius: 0.25rem;
}

    .page-feedback .btn-main--solid:hover, .page-feedback .btn--solid:hover {
        background-color: #01395C;
        border: 2px solid #01395C;
    }

        .page-feedback .btn-main--solid:hover *, .page-feedback .btn--solid:hover * {
            color: #fff;
        }

.cta-strip_prompt {
    background-color: #01395C;
    padding: 1rem 1.5rem;
    border-radius: 8px;
}

    .cta-strip_prompt .title {
        color: #fff;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 1.25rem;
    }

        .cta-strip_prompt .title em {
            font-weight: 300;
            font-style: normal;
        }

.page-feedback-container {
    margin-bottom: 1rem;
}

    .page-feedback-container .btn-main--solid, .page-feedback-container .btn--solid {
        background-color: #28784E;
        color: #fff;
        border: 2px solid #28784E;
        border-radius: 0.25rem;
    }

        .page-feedback-container .btn-main--solid:hover, .page-feedback-container .btn--solid:hover {
            background-color: #01395C;
            border: 2px solid #01395C;
        }

            .page-feedback-container .btn-main--solid:hover *, .page-feedback-container .btn--solid:hover * {
                color: #fff;
            }

.page-feedback-container {
    display: block;
}

.page-rating {
    background-color: #28784E;
    padding: 1rem 1.5rem;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

    .page-rating li {
        margin: 0 0.3rem;
    }

    .page-rating p {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2rem;
        margin-bottom: 0.5rem;
    }

    .page-rating [class^=szicon-], .page-rating [class*=" szicon-"] {
        color: #fff;
        font-size: 1.6rem;
    }

    .page-rating button.is-active .szicon-star-o:before {
        content: "\e920" !important;
    }

    .page-rating button:hover .szicon-star-o:before, .page-rating button:focus .szicon-star-o:before {
        content: "\e920" !important;
    }

.wizard-wrapper .wizard-heading {
    height: 100%;
    background-color: #F4F4F4;
    padding: 1.4rem 1rem;
    display: block;
    width: 100%;
    color: #324563;
    font-size: clamp(1rem,3vw,1.125rem);
    font-style: normal;
    font-weight: 700;
    text-transform: lowercase;
    text-align: left;
    transition: background-color 0.3s;
    cursor: default;
}

    .wizard-wrapper .wizard-heading:hover {
        background-color: #E9F1ED;
    }

    .wizard-wrapper .wizard-heading.is-active {
        background-color: #324563;
        color: #fff;
        position: relative;
    }

        .wizard-wrapper .wizard-heading.is-active:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #324563;
            left: 1rem;
            bottom: -10px;
        }

.wizard-wrapper .wizard-headings {
    margin-bottom: 2rem;
}

    .wizard-wrapper .wizard-headings .cell:first-child .wizard-heading {
        border-radius: 5px 0 0 5px;
    }

    .wizard-wrapper .wizard-headings .cell:last-child .wizard-heading {
        border-radius: 0 5px 5px 0;
    }

    .wizard-wrapper .wizard-headings .cell:nth-child(2) .wizard-heading {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

.wizard-wrapper .wizard-buttons {
    list-style: none;
    margin: 0;
    display: none;
    margin-bottom: 2rem;
}

    .wizard-wrapper .wizard-buttons.is-open {
        display: block;
    }

    .wizard-wrapper .wizard-buttons li {
        border-bottom: 1px solid #D9D9D9;
        color: #303030 !important;
    }

        .wizard-wrapper .wizard-buttons li button {
            padding: 1.4rem 1rem;
            font-size: clamp(1rem,3vw,1.125rem);
            font-style: normal;
            font-weight: 400;
            width: 100%;
            text-align: left;
            border-radius: 5px;
            transition: background-color 0.3s;
            -webkit-appearance: none !important;
            appearance: none !important;
        }

            .wizard-wrapper .wizard-buttons li button:hover {
                background-color: #E9F1ED;
            }

            .wizard-wrapper .wizard-buttons li button.is-active {
                background-color: #28784E;
                color: #fff;
                position: relative;
                font-weight: 700;
            }

.wizard-wrapper .result-content {
    display: none;
}

    .wizard-wrapper .result-content.is-open {
        display: block;
    }

.wizard-wrapper .wizard-result {
    display: none;
}

    .wizard-wrapper .wizard-result.is-open {
        display: block;
    }

.wysiwyg {
    color: #212529;
}

    .wysiwyg > * + * {
        margin-block-start: 1.5rem;
    }

    .wysiwyg > :last-child {
        margin-bottom: 2rem;
    }

    .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        font-weight: 700;
        text-align: left;
        color: #384D70;
        margin-bottom: 0;
    }

    .wysiwyg h1 {
        font-size: 2rem !important;
    }

    .wysiwyg h2 {
        font-size: 1.8625rem !important;
    }

    .wysiwyg h3 {
        font-size: 1.6625rem !important;
    }

    .wysiwyg h4 {
        font-size: 1.3625rem !important;
    }

    .wysiwyg h5 {
        font-size: 1.2625rem !important;
    }

    .wysiwyg h6 {
        font-size: 1rem !important;
    }

    .wysiwyg p {
        font-size: 1.25rem !important;
        line-height: 1.5;
        margin-bottom: 0;
        word-break: break-word;
    }

        .wysiwyg p.lead {
            font-size: 1.5rem !important;
            line-height: 2.25rem;
            font-weight: 400;
            position: relative;
            color: #384D70;
        }

    .wysiwyg .szicon-new-tab {
        margin-left: 0.25rem;
        color: #324563;
        font-weight: 500;
    }

        .wysiwyg .szicon-new-tab.white {
            color: white;
        }

    .wysiwyg .medium-up-2 .umb-block-list > .cell {
        width: 50%;
    }

    .wysiwyg a:not(.btn-main):not(.cta-main):not(.btn-video):not(.cta-box) {
        transition: opacity 0.5s;
        font-weight: 400;
        word-break: break-word;
        text-decoration: underline;
    }

        .wysiwyg a:not(.btn-main):not(.cta-main):not(.btn-video):not(.cta-box):hover {
            opacity: 0.8;
        }

        .wysiwyg a:not(.btn-main):not(.cta-main):not(.btn-video):not(.cta-box):focus, .wysiwyg a:not(.btn-main):not(.cta-main):not(.btn-video):not(.cta-box).active-touch {
            color: #212529 !important;
            background-color: #fd0 !important;
            text-decoration: none;
            outline: transparent;
            opacity: 1;
            border: 2px solid #1C2126;
        }

    .wysiwyg #address-list .list-unstyled.list-group {
        padding: 0 !important;
    }

    .wysiwyg ol, .wysiwyg ul:not(.wizard-buttons) {
        position: relative;
        margin-bottom: 0;
    }

        .wysiwyg ol li, .wysiwyg ul:not(.wizard-buttons) li {
            padding: 5px 10px 5px 5px;
            font-size: 1.25rem;
            line-height: 1.5;
            word-wrap: break-word;
        }

        .wysiwyg ol ul, .wysiwyg ol ol, .wysiwyg ul:not(.wizard-buttons) ul, .wysiwyg ul:not(.wizard-buttons) ol {
            margin-top: 5px;
            margin-bottom: 0rem;
        }

    .wysiwyg > ol:last-child, .wysiwyg > ul:last-child {
        margin-bottom: 2rem;
    }

    .wysiwyg ul:not(.inset-contact ul) {
        list-style: none;
    }

        .wysiwyg ul:not(.inset-contact ul) li {
            position: relative;
        }

            .wysiwyg ul:not(.inset-contact ul) li:not(.list-group-flush):not(.wizard-buttons li):not(.document-list li)::before {
                content: "";
                position: absolute;
                top: 1rem;
                left: -1rem;
                background-color: #28784E;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                display: inline-block;
            }

        .wysiwyg ul:not(.inset-contact ul).download-list {
            padding: 0;
        }

            .wysiwyg ul:not(.inset-contact ul).download-list li::before {
                content: none !important;
            }

            .wysiwyg ul:not(.inset-contact ul).download-list li span {
                margin-top: 2px;
                font-size: 1.2rem;
            }

            .wysiwyg ul:not(.inset-contact ul).download-list li details summary {
                display: inline-flex;
                flex-direction: row;
                gap: 0.825rem;
                color: #324563;
                font-weight: 600 !important;
                font-size: 1.1rem;
                cursor: pointer;
                transition: border-bottom 0.3s,color 0.3s;
                border-bottom: 2px solid transparent;
                padding-left: 1.8rem;
            }

                .wysiwyg ul:not(.inset-contact ul).download-list li details summary:before {
                    content: "\e93d"/"Closed folder";
                    position: absolute;
                    font-family: "icomoon" !important;
                    left: 6px;
                    font-weight: 400;
                }

                .wysiwyg ul:not(.inset-contact ul).download-list li details summary:hover, .wysiwyg ul:not(.inset-contact ul).download-list li details summary:focus {
                    color: #1C2126;
                    border-bottom: 2px solid #1C2126;
                }

            .wysiwyg ul:not(.inset-contact ul).download-list li details .content {
                padding: 1rem 0;
            }

            .wysiwyg ul:not(.inset-contact ul).download-list li details[open] summary:before {
                content: "\e93e"/"Opened folder";
            }

            .wysiwyg ul:not(.inset-contact ul).download-list li a, .wysiwyg ul:not(.inset-contact ul).download-list li p, .wysiwyg ul:not(.inset-contact ul).download-list li button {
                gap: 0.825rem;
                color: #324563;
                font-weight: 600 !important;
                font-size: 1.1rem;
            }

            .wysiwyg ul:not(.inset-contact ul).download-list li a, .wysiwyg ul:not(.inset-contact ul).download-list li button {
                text-decoration: none !important;
            }

                .wysiwyg ul:not(.inset-contact ul).download-list li a:hover, .wysiwyg ul:not(.inset-contact ul).download-list li button:hover {
                    color: #1C2126;
                }

    .wysiwyg dl {
        margin-bottom: 0;
    }

        .wysiwyg dl dt, .wysiwyg dl dd {
            font-size: 1.25rem;
        }

            .wysiwyg dl dt:not(:first-child) {
                margin-top: 1rem;
            }

    .wysiwyg img {
        width: auto;
    }

        .wysiwyg img.full {
            width: 100%;
        }

        .wysiwyg img.right {
            float: right;
            width: 40%;
            margin-left: 2rem;
        }

        .wysiwyg img.left {
            float: left;
            width: 40%;
            margin-right: 2rem;
        }

        .wysiwyg img[style*="float: left"] {
            margin: 2rem 2rem 2rem 0;
            width: 300px;
        }

        .wysiwyg img[style*="float: right"] {
            margin: 2rem 0 2rem 2rem;
            width: 300px;
        }

    .wysiwyg hr {
        margin: 2rem auto;
        border-color: rgb(217,217,217);
    }

    .wysiwyg table {
        width: auto;
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        border: 0;
        margin-bottom: 0;
    }

        .wysiwyg table p {
            font-weight: normal;
            word-break: normal !important;
        }

        .wysiwyg table caption {
            color: #000;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1rem;
            text-align: left;
            border-left: 2px solid #28784E;
            padding: 0 0 0 0.6rem;
            margin-bottom: 0.5rem;
            margin-top: 0.5rem;
            position: relative;
        }

        .wysiwyg table thead {
            background: #384D70;
            font-size: 1.0625rem;
            color: #fff !important;
            vertical-align: top;
        }

            .wysiwyg table thead th {
                font-size: 1.0625rem;
                color: #fff !important;
                padding: 1rem 1rem 1rem;
                vertical-align: top;
                border: none;
            }

        .wysiwyg table tfoot {
            background: #fff;
            border: none;
        }

            .wysiwyg table tfoot td {
                padding: 1rem 0 1rem;
                word-wrap: break-word;
            }

                .wysiwyg table tfoot td .caption {
                    background-color: #fff;
                    font-size: 0.875rem;
                    border: none;
                    padding-left: 0.6rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1.2rem;
                }

        .wysiwyg table tbody {
            border: none;
        }

            .wysiwyg table tbody tr {
                border: none;
                background-color: #fff;
            }

                .wysiwyg table tbody tr.bin-collection-changed {
                    color: #a31013 !important;
                }

                .wysiwyg table tbody tr:nth-child(even) {
                    background-color: rgba(224,224,224,0.3);
                }

            .wysiwyg table tbody td, .wysiwyg table tbody th {
                font-size: 1.0625rem;
                vertical-align: top;
                font-weight: 400;
                padding: 1rem 0.9rem 1rem;
                border: none;
            }

            .wysiwyg table tbody th {
                font-weight: 600;
                text-align: left;
            }

    .wysiwyg blockquote, .wysiwyg .blockquote {
        background: #DAE9E1;
        position: relative;
        padding: 2rem;
        border: 0;
        border-radius: 8px;
        border-left: 8px solid #28784e;
        margin-bottom: 0;
    }

        .wysiwyg blockquote p, .wysiwyg .blockquote p {
            position: relative;
            z-index: 1;
            font-size: clamp(1.15rem,3vw,1.25rem);
            line-height: 1.4;
            font-weight: 600;
            color: #212529;
            margin-bottom: 1rem;
        }

        .wysiwyg blockquote cite, .wysiwyg .blockquote cite {
            position: relative;
            z-index: 1;
            font-size: 1.15rem;
            color: #212529;
            font-style: normal;
            font-weight: 300;
        }

            .wysiwyg blockquote cite:before, .wysiwyg .blockquote cite:before {
                content: none;
            }

    .wysiwyg p.blockquote {
        position: relative;
        z-index: 1;
        font-size: clamp(1.15rem,3vw,1.25rem);
        line-height: 1.4;
        font-weight: 600;
        position: relative;
        color: #212529;
        margin-bottom: 1rem;
    }

    .wysiwyg .inset-text, .wysiwyg .highlight {
        padding: 1.5rem;
        border-left: 8px solid #28784E;
        background-color: #DAE9E1;
        clear: both;
        border-radius: 6px;
        margin-bottom: 0;
    }

    .wysiwyg .inset-text--warning, .wysiwyg .highlight--warning {
        border-left-color: #FFD059;
        background-color: #ffedbf;
    }

    .wysiwyg .inset-text--alert, .wysiwyg .highlight--alert {
        border-left-color: #D70808;
        background-color: #FFEEEE;
    }

    .wysiwyg .inset-text img, .wysiwyg .highlight img {
        margin-bottom: 0;
    }

    .wysiwyg .inset-text p, .wysiwyg .highlight p {
        position: relative;
        color: #212529;
        margin-bottom: 1rem;
    }

    .wysiwyg .inset-text ul, .wysiwyg .inset-text ol, .wysiwyg .highlight ul, .wysiwyg .highlight ol {
        margin-bottom: 1rem;
    }

    .wysiwyg .inset-text *:last-child, .wysiwyg .highlight *:last-child {
        margin-bottom: 0;
    }

    .wysiwyg figure {
        width: 100%;
        background-color: #fff;
        text-align: left;
        padding: 0;
        margin-bottom: 0;
    }

        .wysiwyg figure img {
            margin-bottom: 1rem;
        }

        .wysiwyg figure figcaption {
            background-color: #fff;
            font-size: 0.875rem;
            border-left: 2px solid #28784E;
            padding-left: 0.6rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.4rem;
        }

    .wysiwyg .fluid-width-video-wrapper {
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        border: none;
    }

    .wysiwyg .video-container {
        position: relative;
        aspect-ratio: 16/9;
        margin-bottom: 0;
    }

        .wysiwyg .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .wysiwyg .cta-box span:before {
        display: block;
        margin: 5px 0px 0px 5px;
    }

.inset-contact {
    padding: 1.5rem;
    border-left: 8px solid #28784E;
    background-color: #DAE9E1;
    clear: both;
    border-radius: 6px;
}

    .inset-contact .title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .inset-contact ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .inset-contact ul li:before {
            display: none;
        }

        .inset-contact ul a {
            position: relative;
            display: inline-block;
            margin-left: 2.4rem;
            text-decoration: underline;
            border-bottom: 0;
        }

            .inset-contact ul a [class^=szicon] {
                position: absolute;
                left: -2.4rem;
                top: 0;
                background-color: #384D70;
                color: #fff;
                padding: 0.3rem;
                border-radius: 3px;
                width: 27px;
                height: 27px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .inset-contact p {
        line-height: 1.4;
        font-weight: 600;
        position: relative;
        color: #212529;
        margin-bottom: 3rem;
    }

        .inset-contact p:last-child {
            margin-bottom: 0;
        }

.embed-responsive-map {
    height: 440px !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 1.25rem;
}

.map-parking {
    width: 100%;
    height: 490px;
    border-radius: 4px;
}

.map-parking--small {
    height: 378px;
    border-radius: 1.25rem;
}

.map-info {
    background-color: #F1F9FF;
    margin-bottom: 4rem;
    padding: 2rem;
    border-radius: 0px 0px 8px 8px;
}

    .map-info .medium-up-2 > .cell:first-child, .map-info .medium-up-2 > .cell:nth-child(2) {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e4e4e4;
    }

    .map-info .medium-up-2 > .cell p {
        font-weight: 400;
        color: #212529;
        margin-bottom: 0;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        font-size: 1.25rem;
    }

.pin-content {
    padding: 1rem;
}

    .pin-content p {
        line-height: 1.4;
        font-weight: 600;
        position: relative;
        color: #212529;
        margin-bottom: 0;
        font-size: 0.85rem;
        margin-bottom: 5px;
    }

        .pin-content p.title {
            font-size: 1rem;
            font-weight: 700;
        }

.table-content {
    width: 100%;
    margin-bottom: 2rem;
}

    .table-content table {
        margin-bottom: 0.5rem;
    }

.review-dates strong {
    color: #1C2126;
}

@media only screen and (max-width:992px) {
    div[data-content-element-type-alias=imageBlockGridComponent] {
        margin-bottom: 2rem;
    }
}

div[data-content-element-type-alias=richTextBlockGridComponent] *:not(span):not(li) {
    margin-bottom: 1rem !important;
}

.stats-item .summary {
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    color: #01395c;
    margin-bottom: 0;
}

.stats-item .val {
    font-size: 3.75rem !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #01395c;
}

@media screen and (min-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .section-title {
        margin-left: 0;
    }
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-ovh {
    overflow: hidden;
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

    div[data-content-element-type-alias=timelineBlockGridComponent] .tns-slider > .tns-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

    div[data-content-element-type-alias=timelineBlockGridComponent] .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-controls {
    text-align: right;
    margin-bottom: 10px;
}

    div[data-content-element-type-alias=timelineBlockGridComponent] .tns-controls [aria-controls] {
        font-size: 15px;
        margin: 0 5px;
        padding: 0 0.8rem;
        height: 3rem;
        color: #fff;
        background: #3f7f24;
        border-radius: 0;
        border: 1px solid #3f7f24;
        transition: background-color 0.3s;
    }

    div[data-content-element-type-alias=timelineBlockGridComponent] .tns-controls button:disabled {
        background: #fff;
        color: #3f7f24;
        cursor: not-allowed;
    }

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-nav {
    text-align: center;
    margin: 3rem 0 0 0;
}

@media screen and (max-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .tns-nav {
        display: none;
    }
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-nav > .tns-nav-active {
    background: rgba(1,57,92,0.5) !important;
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tns-nav > [aria-controls] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #01395c;
    border: 0;
    transition: background-color 0.3s;
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tl-container {
    font-size: 0px;
    border-top: 2px solid #3f7f24;
    padding-left: 3rem;
}

    div[data-content-element-type-alias=timelineBlockGridComponent] .tl-container > .tl-item {
        font-size: 1rem;
    }

@media screen and (max-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .tl-container {
        border-top: 0;
        padding-left: 1.5rem;
        margin-left: 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        border-left: 1px solid #3f7f24;
    }
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item {
    padding: 4rem 4rem 0 0;
    position: relative;
}

@media screen and (max-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item {
        padding: 0 0 0 0;
    }
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item .title {
    font-size: 1.75rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #01395c;
}

@media screen and (max-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item .title {
        font-size: 1.25rem !important;
        position: relative;
    }
}

@media screen and (max-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item .title::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background-color: #cfdfc8;
        border-radius: 50%;
        left: -1.95rem;
        top: 0.35rem;
    }
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item .summary {
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    color: #1c2126;
}

@media screen and (max-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item .summary {
        font-size: 1rem !important;
        width: 85%;
    }
}

div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 0;
    height: 45px;
    width: 1px;
    border-left: 2px solid #3f7f24;
}

@media screen and (max-width:39.9375em) {
    div[data-content-element-type-alias=timelineBlockGridComponent] .tl-item::before {
        content: none;
    }
}

.video {
    width: 65%;
    margin-inline: auto;
}

@media screen and (max-width:39.9375em) {
    .video {
        width: 100%;
    }
}

div[data-col-span="12"] .video {
    width: 65%;
}

div[data-col-span="6"] .video {
    width: 80%;
}

@media screen and (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        animation-duration: 0s !important;
        animation-delay: 0s !important;
    }

    .aos-init, .aos-animate {
        opacity: 1 !important;
        transform: none !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
        transition-property: none !important;
    }
}

html.access-anims-off * {
    animation: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
}

html.access-anims-off .aos-init, html.access-anims-off .aos-animate {
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    transition-property: none !important;
}

@media screen and (min-width:64em) {
    .searchBar {
        display: block !important;
    }

    .pad-left {
        padding-left: 2rem;
    }

    .pad-right {
        padding-right: 2rem;
    }

    .split-block .content {
        padding: 3rem;
    }

    .wrapper-footer .btn-main {
        display: block;
        width: 100%;
    }

    .wrapper-nav .input-group-field {
        max-width: 640px;
    }

    .wizard-wrapper .wizard-buttons li button.is-active:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid rgba(0,0,0,0);
        border-bottom: 10px solid rgba(0,0,0,0);
        border-left: 10px solid #28784E;
        right: -10px;
        top: 21px;
    }

    .full-card-container .cell:nth-child(4n):after {
        content: none;
    }

    .full-card-container .cell:nth-child(-n+4) {
        border-top: 0 solid transparent;
    }

    .article-card--large {
        margin-bottom: 0;
        height: 100%;
    }

    .consultation-feature-card p {
        font-size: 1.1rem;
    }

    .consultation-feature-card .status {
        padding-top: 0.5rem;
        margin-top: 1.5rem;
        border-top: 1px solid #28784E;
    }

    .consultation-feature-card .img {
        height: 100%;
        margin-bottom: 0;
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .link-card {
        padding: 2rem 1rem 2rem 1rem;
    }
}

#toggleTabletSearch, .searchBar {
    display: none;
}

@media screen and (min-width:786px) and (max-width:992px) {
    .mega-menu {
        top: 100px;
    }

    #toggleTabletSearch {
        display: block;
        margin-top: 0.7rem;
        margin-left: 0.7rem;
    }

        #toggleTabletSearch span {
            color: #fff;
            font-size: 1.5em;
        }

    .full-card-container .cell:nth-child(1), .full-card-container .cell:nth-child(2) {
        border-top: 0 solid transparent;
    }

    .full-card-container .cell:nth-child(2n)::after {
        content: none;
    }

    .wrapper-utility a {
        padding: 0.9rem 1.08rem !important;
    }
}

@media only screen and (max-device-width:768px) and (max-device-height:1024px) {
    #toggleTabletSearch {
        display: block;
        margin-top: 0.7rem;
        margin-left: 0.7rem;
    }

        #toggleTabletSearch span {
            color: #fff;
            font-size: 1.5em;
        }

    .mega-menu {
        top: 90px;
    }

    .wrapper-utility a {
        padding: 0.9rem 0.86rem !important;
    }
}

@media (min-device-width:810px) and (min-device-height:1080px) {
    .wrapper-utility a {
        padding: 0.9rem 1.08rem !important;
    }
}

@media (min-device-width:820px) and (min-device-height:1180px) {
    .wrapper-utility a {
        padding: 0.9rem 1.21rem !important;
    }
}

@media (min-device-width:834px) and (min-device-height:1194px) {
    .wrapper-utility a {
        padding: 0.9rem 1.36rem !important;
    }
}

@media (min-height:1366px) and (max-height:1368px) {
    .searchBar {
        display: block !important;
    }

    .wrapper-nav .primary-nav {
        display: flex !important;
    }

    #toggleMobileSearch, .wrapper-nav .mobile-nav {
        display: none !important;
    }

    wrapper-utility .utility-tabs {
        display: none !important;
    }

    .mega-menu {
        top: 100px;
    }

    #toggleTabletSearch {
        display: none;
    }

    .wrapper-utility .input-group .input-group-field {
        width: 215px;
    }

    .wrapper-utility a {
        padding: 0.9rem 1.1rem !important;
    }

    .link-card .title a {
        font-size: 1.05rem;
    }
}

@media (min-device-width:912px) and (min-height:1368px) {
    #toggleTabletSearch {
        display: block !important;
    }

    .searchBar {
        display: none !important;
    }

    a {
        padding: 0.9rem 1.36rem !important;
    }

    .mega-menu {
        top: 155px;
    }
}

@media (max-width:992px) and (orientation:landscape) {
    .searchBar {
        display: none !important;
    }
}

@media (max-width:1200px) and (orientation:landscape) {
    .searchBar {
        display: block;
    }

    .wrapper-utility .input-group .input-group-field {
        width: 235px;
    }

    .primary-nav {
        display: flex;
    }
}

@media screen and (min-width:51em) and (max-width:63.9375em) {
    .message-bar {
        padding: 4rem 0 2rem 0;
    }

    .wrapper-main {
        padding: 4rem 0;
    }

    .section-title, .localisationTitle {
        font-size: 2.25rem;
        line-height: 2.25rem;
    }

    .icon-card {
        font-size: 1.5rem;
    }

    .directory-strip .title {
        margin-bottom: 1rem;
    }

    .mobile-menu {
        top: 136px;
    }

    .wrapper-utility {
        overflow-x: hidden;
    }

        .wrapper-utility .grid-container {
            padding-left: 0;
            padding-right: 0;
        }

    .accordion--large .accordion-item .accordion-button .img img {
        height: 80x;
        width: 120px;
        margin-right: 1rem;
    }

    .accordion--large .accordion-item .accordion-button:before {
        width: 30px;
        height: 30px;
        transform-origin: 15px 7.5px;
    }

    .directory-list-letters a {
        font-size: 1.275rem;
        width: 64px;
    }

    .embed-responsive-map {
        margin-bottom: 2rem;
        height: 300px !important;
    }

    .wizard-columns .pad-right {
        padding-right: 1rem;
    }

    .mobile-primary-nav {
        display: block !important;
    }

    .mobile-menu--search {
        position: absolute;
        padding: 1rem 0 0;
    }

    .wrapper-title {
        padding: 4rem 0 4rem 0;
    }

        .wrapper-title .title {
            margin-left: 0.5rem;
        }

    .full-card-container .cell:nth-child(2n):after {
        content: none;
    }

    .full-card-container .cell:nth-child(-n+2) {
        border-top: 0 solid transparent;
    }

    .link-card {
        padding: 2rem 1rem 2rem 2rem;
    }

        .link-card .title a {
            font-size: 1.05rem;
        }

    .area-info-card {
        border-radius: 0.125rem;
    }

        .area-info-card .title {
            border-radius: 0.125rem;
            width: 100%;
            text-align: left;
            display: flex;
            align-items: center;
            position: relative;
            padding-right: 4rem;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.5rem;
            font-size: 0.875rem;
        }

            .area-info-card .title .szicon-chevron_right {
                position: absolute;
                right: 1rem;
                top: 18px;
                display: inline-block;
                transition: rotate 0.3s;
                rotate: 90deg;
            }

            .area-info-card .title.is-active .szicon-chevron_right {
                rotate: 270deg;
            }

        .area-info-card .content {
            border-radius: 0.125rem;
            display: none;
        }

            .area-info-card .content.is-open {
                display: block;
            }
}

@media only screen and (min-width:40.063em) and (max-width:1024px) and (orientation:landscape) {
    .wrapper-nav .primary-nav li {
        margin-left: 0.25rem;
    }

        .wrapper-nav .primary-nav li .main-button {
            border: 0;
        }

        .wrapper-nav .primary-nav li .main-link {
            font-size: 1.2rem;
            padding: 0.7rem 0.3rem;
        }

            .wrapper-nav .primary-nav li .main-link .szicon-profile {
                font-size: 1.5rem;
            }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait) {
    .wrapper-utility a {
        padding: 0.8rem 1.2rem;
        font-size: 0.875rem;
    }

    .wrapper-nav .primary-nav li .main-link {
        font-size: 1.1125rem;
    }

    .wrapper-nav .primary-nav li {
        margin-left: 1rem;
    }

    .wrapper-main {
        padding: 4rem 0;
    }

    .primary-nav {
        display: none;
    }

    .mobile-nav {
        display: flex !important;
    }

    .mega-menu {
        top: 115px;
    }

    .message-bar {
        padding: 4rem 0 2rem 0;
    }

    .wrapper-utility .menu.horizontal.show-for-large {
        display: none !important;
    }

    .wrapper-utility .utility-tabs {
        display: flex;
    }

    .wrapper-title {
        padding: 4rem 0 4rem 0;
    }

        .wrapper-title .title {
            margin-left: 0.5rem;
        }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1292px) {
    .wrapper-nav .primary-nav {
        justify-content: space-between;
    }

        .wrapper-nav .primary-nav li {
            margin-left: 0.25rem;
        }
}

@media screen and (max-width:345px) {
    .wrapper-utility .align-right, .wrapper-utility .menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .wrapper-utility li {
        flex: 1;
    }

    .wrapper-utility a {
        border-radius: 10px 10px 0 0;
        font-size: 0.85rem;
        padding: 0.7rem 1rem !important;
    }

    .wrapper-nav .hanging-nav ul li a {
        padding: 0.3rem 0.5rem !important;
    }
}

@media screen and (max-width:39.9375em) {
    .last-cell {
        border-bottom: none !important;
    }

    .sm-b-1 {
        margin-bottom: 1rem !important;
    }

    .sm-b-2 {
        margin-bottom: 2rem !important;
    }

    .wysiwyg img.right, .wysiwyg img.left {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .wysiwyg iframe {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .wysiwyg h2 {
        word-wrap: break-word;
    }

    .wrapper-utility .align-right, .wrapper-utility .menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .wrapper-utility li {
        flex: 1;
        margin-top: auto;
    }

    .wrapper-utility a {
        padding: 1rem 0.5rem 1rem 0.5rem;
        font-size: 0.875rem;
        width: 100%;
        border-radius: 0.25rem 0.25rem 0 0;
    }

    .mega-menu {
        top: 111px;
        height: 100vh;
        padding-top: 4rem;
        padding-bottom: 10rem;
    }

        .mega-menu .section-subtitle {
            margin-bottom: 0.5rem;
        }

        .mega-menu .section-title {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .mega-menu .scroll-mobile {
            overflow-y: scroll;
            height: calc(100vh - 250px);
        }

    .wrapper-nav .hanging-nav {
        bottom: -110px;
    }

        .wrapper-nav .hanging-nav ul {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            list-style: none;
            margin: 0;
        }

            .wrapper-nav .hanging-nav ul li {
                flex: 0 0 33.3333%;
                justify-content: center;
                border-radius: 0 !important;
                padding: 0.5rem 0;
            }

                .wrapper-nav .hanging-nav ul li:nth-child(2):after {
                    border-left: none;
                }

                .wrapper-nav .hanging-nav ul li a {
                    border: 0;
                    padding: 0.3rem 1rem;
                    display: block;
                }

    .mobile-menu--search {
        position: absolute;
        padding: 1rem 0 0;
    }

    .wrapper-footer .logo {
        display: block;
        margin-bottom: 2rem;
    }

    .wrapper-footer .menu {
        justify-content: center;
    }

        .wrapper-footer .menu li {
            display: flex;
            justify-content: center;
        }

    .hamburger {
        margin-top: 0;
        padding: 1rem 0.3rem 0.3rem;
        border-radius: 3px;
    }

        .hamburger.is-active {
            color: #363663;
        }

    .toggle-panel {
        display: none;
    }

    .directory-strip .title {
        margin-bottom: 1rem;
    }

    .directory-strip .list-alphabet {
        flex-wrap: wrap;
    }

        .directory-strip .list-alphabet li {
            flex-basis: auto;
            width: 14%;
        }

            .directory-strip .list-alphabet li a {
                display: block;
                padding: 0.5rem;
            }

    .split-block .block-img {
        margin: 0 0 2rem 0 !important;
    }

        .split-block .block-img img {
            height: 190px;
        }

    .subtitle-block .section-subtitle {
        margin-bottom: 1rem;
    }

    .link-card .title {
        color: #004880;
        font-size: 1.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0 3rem 2rem 0;
        margin-bottom: 1rem;
        position: relative;
        text-wrap: balance;
        display: block;
        transition: opacity 0.3s;
        opacity: 1;
    }

        .link-card .title h2:before {
            top: 32px;
        }

    .card-view-list.large-up-4 > .cell {
        width: 100%;
    }

    .pagination a, .pagination button {
        width: 110px;
    }

    .cta-strip_prompt .title, .page-feedback_prompt .title {
        margin-bottom: 1rem;
        text-align: center;
    }

    .search-filter-block {
        padding: 2rem 1rem;
    }

    .accordion--large .accordion-item .accordion-button .img img {
        height: 60px;
        width: 80px;
        margin-right: 1rem;
    }

    .accordion--large .accordion-item .accordion-button:before {
        width: 30px;
        height: 30px;
        transform-origin: 15px 7.5px;
    }

    .directory-list-letters a {
        font-size: 1.17rem;
        width: 52px;
    }

    .directory-list-container .directory-list {
        margin-right: 0;
        padding-bottom: 2rem;
        border-bottom: 1px solid #d9d9d9;
    }

    .article-title {
        font-size: 1.75rem;
    }

    .article-card .content {
        height: auto !important;
    }

    .tick-list li {
        align-items: flex-start;
    }

        .tick-list li [class^=szicon-] {
            margin-top: 0.3rem;
        }

        .tick-list li div {
            max-width: 78%;
        }

    .map-info .medium-up-2 > .cell:first-child, .map-info .medium-up-2 > .cell:nth-child(2), .map-info .medium-up-2 > .cell:nth-child(3) {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e4e4e4;
    }

    .map-info p {
        font-size: 1.1rem;
    }

    .split-block {
        padding: 0 0.625rem;
    }

        .split-block .block-img {
            margin-bottom: 0 !important;
            margin-right: 0;
        }

        .split-block .content {
            padding: 2rem 0;
            border-radius: 0 0 0.5rem 0.5rem;
        }

            .split-block .content .section-title {
                margin-left: 1.3rem;
            }

    .card-view-list .icon-card {
        height: auto !important;
    }

    .media-takeover .card-view-list .icon-card--dark {
        background-color: #fff;
    }

    .icon-card {
        font-size: 1.125rem;
        font-style: normal;
        line-height: 1.375rem;
        padding: 1.5rem 1.5rem;
    }

        .icon-card [class^=szicon-], .icon-card [class*=" szicon-"], .icon-card svg, .icon-card img {
            position: static;
            display: block;
            margin-bottom: 1rem;
        }

    .icon-card--dark {
        padding: 1.5rem 7rem 1.5rem 1.5rem;
        height: auto !important;
    }

        .icon-card--dark [class^=szicon-], .icon-card--dark [class*=" szicon-"] {
            position: absolute;
            display: block;
            margin-bottom: 0;
            margin-top: 0;
            right: 1.5rem;
            top: 1.6rem;
            left: auto;
        }

    .embed-responsive-map {
        margin-bottom: 2rem;
        height: 300px !important;
    }

    .wysiwyg .inset-text img {
        margin-bottom: 1rem;
    }

    .map-parking {
        height: 360px;
    }

    .map-parking--small {
        margin-bottom: 2rem;
    }

    .directory-list-letters li {
        margin-right: 0.8rem;
    }

    .form-general input:not(.btn-main):not(.btn).input-half, .form-general select.input-half, .umbraco-forms-page input:not(.btn-main):not(.btn).input-half, .umbraco-forms-page select.input-half, .wpcf7 input:not(.btn-main):not(.btn).input-half, .wpcf7 select.input-half {
        width: 100%;
    }

    .inset-contact {
        margin-bottom: 1rem;
    }

    .generic-list-item .img {
        margin-bottom: 3rem;
    }

    .wrapper-breadcrumbs + .wrapper-main {
        padding-top: 2rem;
    }

    .inset-contact ul a [class^=szicon] {
        width: 24px;
        height: 24px;
        top: 3px;
        font-size: 0.96rem;
    }

    .quick-filter-block .filter-buttons li a, .quick-filter-block .filter-buttons li button {
        padding: 0.79rem 1rem;
    }

    .filter-dropdown select {
        height: 42px;
    }

    .wrapper-title {
        padding: 4rem 0 0 0;
    }

        .wrapper-title:after {
            content: none;
        }

        .wrapper-title .title {
            margin-left: 0.5rem;
            word-wrap: break-word;
            font-size: 8vw;
        }

        .wrapper-title .intro {
            width: 100%;
        }

        .wrapper-title .img {
            height: 180px;
            margin-bottom: 2rem;
        }

            .wrapper-title .img img {
                height: 180px;
            }

    .wrapper-home-hero .img {
        height: 180px;
        margin-bottom: 2rem;
    }

        .wrapper-home-hero .img img {
            height: 180px;
        }

    .message-bar + .wrapper-title {
        padding-top: 2rem;
    }

    .section-title {
        margin-left: 1.2rem;
    }

    .section-title--plain {
        margin-left: 0;
    }

    .page-base-nav {
        padding: 0 1.5rem;
    }

    .message-bar .cell {
        padding-right: 4rem;
    }

    .message-bar .btn-close {
        margin-right: -1.5rem;
        margin-top: 0.5rem;
    }

    .message-bar p {
        margin-left: 1.2rem;
    }

    .full-card-container {
        margin-top: 0;
        padding: 0 0.5rem;
    }

        .full-card-container .cell {
            border-right: 0;
            border-top: 0;
            border-bottom: 1px solid rgba(62,120,157,0.2);
        }

            .full-card-container .cell .link-card {
                padding: 1rem;
                margin-bottom: 1rem;
            }

                .full-card-container .cell .link-card .content {
                    margin-bottom: 0;
                }

            .full-card-container .cell:after {
                content: none;
            }

            .full-card-container .cell:last-of-type {
                border-bottom: 0;
            }

    .icon-feature {
        padding: 1rem 1rem 1rem 1rem;
    }

    .wrapper-image-hero {
        padding: 20rem 0 0 0;
    }

        .wrapper-image-hero .cell {
            padding: 0;
        }

        .wrapper-image-hero .title {
            margin-left: 1.6rem;
            margin-bottom: 4rem;
            padding-right: 3rem;
        }

        .wrapper-image-hero .box-form {
            margin-left: 0;
            border-radius: 0;
        }

    .search-filter-block {
        border-radius: 0.75rem;
    }

        .search-filter-block .btn-main {
            border-radius: 0.5rem;
        }

    .accordion-item {
        overflow-y: scroll;
        scrollbar-gutter: stable;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

        .accordion-item::-webkit-scrollbar {
            width: 8px;
        }

        .accordion-item::-webkit-scrollbar-thumb {
            background: #01395C;
            border-radius: 4px;
        }

        .accordion-item::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

    .accordion--large .accordion-item {
        border-radius: 4px;
    }

        .accordion--large .accordion-item .accordion-button {
            border-radius: 4px;
        }

    .article-card--large .card-img img {
        height: 240px;
    }

    .card-previews .img {
        margin-bottom: 1rem;
    }

    .area-info-card {
        border-radius: 0.125rem;
    }

        .area-info-card .title {
            border-radius: 0.125rem;
            width: 100%;
            text-align: left;
            display: flex;
            align-items: center;
            position: relative;
            padding-right: 4rem;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.5rem;
        }

            .area-info-card .title .szicon-chevron_right {
                position: absolute;
                right: 1rem;
                top: 18px;
                display: inline-block;
                transition: rotate 0.3s;
                rotate: 90deg;
            }

            .area-info-card .title.is-active .szicon-chevron_right {
                rotate: 270deg;
            }

        .area-info-card .content {
            border-radius: 0.125rem;
            display: none;
            height: auto !important;
        }

            .area-info-card .content .button-logo-container {
                flex-direction: column;
            }

            .area-info-card .content.is-open {
                display: block;
            }

    .wizard-wrapper .wizard-buttons li button {
        color: #303030 !important;
        background-color: transparent !important;
        border: none !important;
    }
}

@media only screen and (min-device-width:640px) and (max-device-width:866px) {
    .szicon-profile {
        font-size: 1.5rem !important;
    }
}

.media-takeover a:not(.btn-main):not(.cta-main):not(.btn-video):not(footer a):not(header a):not(.mobile-menu a):not(.nav-tasks a):not(.skip-to-content-link), .media-takeover .cta-main {
    color: #303030;
}

.media-takeover .wysiwyg h1, .media-takeover .wysiwyg h2, .media-takeover .wysiwyg h3, .media-takeover .wysiwyg h4, .media-takeover .wysiwyg h5, .media-takeover .wysiwyg h6, .media-takeover .wysiwyg p, .media-takeover .wysiwyg li, .media-takeover .wysiwyg span, .media-takeover .wysiwyg th, .media-takeover .wysiwyg td, .media-takeover .wysiwyg input, .media-takeover .wysiwyg legend, .media-takeover .wysiwyg cite, .media-takeover .wysiwyg a, .media-takeover .wysiwyg button, .media-takeover .wysiwyg select, .media-takeover .wysiwyg textarea, .media-takeover .wysiwyg label, .media-takeover .wysiwyg address, .media-takeover .wysiwyg dt, .media-takeover .wysiwyg dd, .media-takeover .wysiwyg figcaption {
    color: #303030;
}

.media-takeover .wysiwyg table thead {
    background: #303030;
}

.media-takeover .wysiwyg .inset-text {
    border-left: 8px solid #303030;
    background-color: #e4e4e4;
}

.media-takeover .wysiwyg blockquote {
    background-color: #e4e4e4;
    border-left: 8px solid #303030;
}

.media-takeover .section-title, .media-takeover .section-subtitle, .media-takeover .section-intro p, .media-takeover .article-card .meta, .media-takeover .directory-title {
    color: #303030;
}

    .media-takeover .section-title:before, .media-takeover .section-subtitle:before, .media-takeover .section-intro p:before, .media-takeover .article-card .meta:before, .media-takeover .directory-title:before {
        border-color: #000;
    }

.media-takeover .mega-menu {
    background-color: #e4e4e4;
}

    .media-takeover .mega-menu a {
        color: #000 !important;
    }

    .media-takeover .mega-menu .base-links {
        background-color: #000;
    }

        .media-takeover .mega-menu .base-links a {
            color: #fff !important;
        }

.media-takeover .area-info-card .title {
    background-color: #000;
}

.media-takeover .area-info-card .content ul li:before {
    background-color: #000;
}

.media-takeover .wrapper-image-hero {
    background-color: #000;
    padding: 8rem 0 2rem 0;
}

    .media-takeover .wrapper-image-hero .wysiwyg {
        margin-bottom: 3rem;
    }

        .media-takeover .wrapper-image-hero .wysiwyg * {
            color: #fff;
        }

.media-takeover .wrapper-title {
    background-color: #D4D4D4;
}

    .media-takeover .wrapper-title .title {
        color: #000;
    }

        .media-takeover .wrapper-title .title:before {
            border-left: 5px solid #000;
        }

    .media-takeover .wrapper-title .intro p {
        color: #000;
    }

.media-takeover .page-feedback_prompt, .media-takeover .page-rating {
    background-color: #303030;
}

.media-takeover .highlight-card .content .title {
    color: #fff !important;
}

.media-takeover .article-card:hover:after, .media-takeover .article-card:focus:after {
    background-color: #303030;
}

.media-takeover .article-card--mini:after {
    background-color: #303030;
}

.media-takeover .mobile-menu {
    background-color: #444444;
}

    .media-takeover .mobile-menu button {
        border-radius: 0px 4px 4px 0px !important;
        background-color: #303030;
        color: #fff;
    }

.media-takeover .breadcrumbs li {
    color: #303030;
}

.media-takeover .wrapper-utility {
    background-color: #444444;
}

    .media-takeover .wrapper-utility a.is-active::after {
        border: 3px solid #fff;
    }

    .media-takeover .wrapper-utility a.is-active {
        color: #000;
    }

        .media-takeover .wrapper-utility a.is-active > span::after {
            border: 1px solid #000;
        }

    .media-takeover .wrapper-utility .input-group-field {
        background-color: #e4e4e4;
        color: #000;
    }

        .media-takeover .wrapper-utility .input-group-field::placeholder {
            color: #000;
        }

    .media-takeover .wrapper-utility .input-group-button .button {
        background: #e4e4e4;
        color: #000;
    }

        .media-takeover .wrapper-utility .input-group-button .button:before {
            border-right: 10px solid #e4e4e4;
        }

        .media-takeover .wrapper-utility .input-group-button .button:hover, .media-takeover .wrapper-utility .input-group-button .button:focus {
            background: #000;
            color: #fff;
        }

            .media-takeover .wrapper-utility .input-group-button .button:hover:before, .media-takeover .wrapper-utility .input-group-button .button:focus:before {
                border-right: 10px solid #000;
            }

.media-takeover .wrapper-mob-strip {
    background-color: #444444;
}

.media-takeover .wrapper-nav {
    background-color: #303030;
    background-color: #000;
    border-bottom: 1px solid #fff;
}

    .media-takeover .wrapper-nav .logo {
        background-color: #444444;
    }

        .media-takeover .wrapper-nav .logo img {
            filter: grayscale(100%);
        }

    .media-takeover .wrapper-nav .hanging-nav ul li a {
        color: #000;
    }

    .media-takeover .wrapper-nav .primary-nav li a {
        color: #fff;
    }

        .media-takeover .wrapper-nav .primary-nav li a [class^=szicon-], .media-takeover .wrapper-nav .primary-nav li a [class*=" szicon-"] {
            color: #fff;
        }

        .media-takeover .wrapper-nav .primary-nav li a:hover::after {
            border-color: #fff;
        }

        .media-takeover .wrapper-nav .primary-nav li a.is-current::after, .media-takeover .wrapper-nav .primary-nav li a.is-active::after {
            border-color: #fff;
        }

    .media-takeover .wrapper-nav .primary-nav li .main-button .badge {
        background-color: #fff !important;
        color: #000 !important;
    }

    .media-takeover .wrapper-nav .primary-nav li .main-button:hover {
        background-color: #fff;
        color: #000;
        border: 2px solid #000;
    }

        .media-takeover .wrapper-nav .primary-nav li .main-button:hover [class^=szicon-], .media-takeover .wrapper-nav .primary-nav li .main-button:hover [class*=" szicon-"] {
            color: #000;
        }

.media-takeover .article-card--large {
    background-color: #fff !important;
}

.media-takeover .wrapper-hero {
    background-color: #D4D4D4;
}

.media-takeover .wrapper-main--blue {
    background-color: #e4e4e4;
}

.media-takeover .wrapper-main--dark {
    background-color: #444444;
}

    .media-takeover .wrapper-main--dark .full-card-container {
        margin-top: -10rem;
    }

        .media-takeover .wrapper-main--dark .full-card-container .cell {
            border-top-color: black;
        }

            .media-takeover .wrapper-main--dark .full-card-container .cell:after {
                border-left-color: black;
            }

    .media-takeover .wrapper-main--dark .full-card-container, .media-takeover .wrapper-main--dark .link-card {
        background-color: #444444;
    }

        .media-takeover .wrapper-main--dark .full-card-container .title, .media-takeover .wrapper-main--dark .link-card .title {
            color: #fff !important;
        }

            .media-takeover .wrapper-main--dark .full-card-container .title a, .media-takeover .wrapper-main--dark .link-card .title a {
                color: #fff !important;
            }

            .media-takeover .wrapper-main--dark .full-card-container .title span, .media-takeover .wrapper-main--dark .link-card .title span {
                color: #fff !important;
            }

            .media-takeover .wrapper-main--dark .full-card-container .title svg, .media-takeover .wrapper-main--dark .link-card .title svg {
                color: #fff !important;
            }

                .media-takeover .wrapper-main--dark .full-card-container .title svg path, .media-takeover .wrapper-main--dark .link-card .title svg path {
                    fill: #fff !important;
                }

        .media-takeover .wrapper-main--dark .full-card-container .link-card .footer a, .media-takeover .wrapper-main--dark .link-card .link-card .footer a {
            color: #fff !important;
        }

            .media-takeover .wrapper-main--dark .full-card-container .link-card .footer a .szicon-circle-arrow, .media-takeover .wrapper-main--dark .link-card .link-card .footer a .szicon-circle-arrow {
                color: #fff;
            }

            .media-takeover .wrapper-main--dark .full-card-container .link-card .footer a:hover, .media-takeover .wrapper-main--dark .link-card .link-card .footer a:hover {
                color: #fff !important;
            }

                .media-takeover .wrapper-main--dark .full-card-container .link-card .footer a:hover .szicon-circle-arrow, .media-takeover .wrapper-main--dark .link-card .link-card .footer a:hover .szicon-circle-arrow {
                    color: #fff;
                }

            .media-takeover .wrapper-main--dark .full-card-container .link-card .footer a:focus, .media-takeover .wrapper-main--dark .link-card .link-card .footer a:focus {
                color: #000 !important;
            }

        .media-takeover .wrapper-main--dark .full-card-container .link-card ul li:before, .media-takeover .wrapper-main--dark .link-card .link-card ul li:before {
            color: #fff !important;
        }

        .media-takeover .wrapper-main--dark .full-card-container .link-card ul li a, .media-takeover .wrapper-main--dark .link-card .link-card ul li a {
            color: #fff !important;
        }

            .media-takeover .wrapper-main--dark .full-card-container .link-card ul li a:hover, .media-takeover .wrapper-main--dark .link-card .link-card ul li a:hover {
                border-color: #fff;
            }

            .media-takeover .wrapper-main--dark .full-card-container .link-card ul li a:focus, .media-takeover .wrapper-main--dark .link-card .link-card ul li a:focus {
                color: #000 !important;
            }

.media-takeover .pagination a.is-current, .media-takeover .pagination button.is-current {
    background-color: #000;
    color: #fff !important;
}

.media-takeover .wrapper-footer {
    background-color: #303030;
}

    .media-takeover .wrapper-footer .title {
        color: #fff;
    }

    .media-takeover .wrapper-footer ul.no-bullet.social-links li a [class^=szicon-], .media-takeover .wrapper-footer ul.no-bullet.social-links li a [class*=" szicon-"] {
        color: #fff;
    }

    .media-takeover .wrapper-footer ul.no-bullet.social-links li a:hover [class^=szicon-], .media-takeover .wrapper-footer ul.no-bullet.social-links li a:hover [class*=" szicon-"], .media-takeover .wrapper-footer ul.no-bullet.social-links li a:focus [class^=szicon-], .media-takeover .wrapper-footer ul.no-bullet.social-links li a:focus [class*=" szicon-"] {
        color: #000;
    }

.media-takeover .highlight-card .content {
    background-color: #444444;
}

.media-takeover .consultation-feature-card {
    background-color: #e4e4e4;
}

.media-takeover .article-card {
    background-color: #e4e4e4;
}

    .media-takeover .article-card .title, .media-takeover .article-card p, .media-takeover .article-card .cta {
        color: #000;
    }

.media-takeover .card-previews .meta, .media-takeover .card-previews .title, .media-takeover .card-previews .cta {
    color: #000;
}

.media-takeover .icon-card--dark {
    background-color: #e4e4e4;
    border-left: 7px solid #000;
}

    .media-takeover .icon-card--dark .szicon-arrow_right {
        color: #000;
    }

.media-takeover .directory-strip {
    background-color: #6B6B6B;
}

    .media-takeover .directory-strip .grid-container {
        border-top: 0;
    }

    .media-takeover .directory-strip .title, .media-takeover .directory-strip a {
        color: #fff !important;
    }

.media-takeover .message-bar {
    width: 100%;
    background-color: #000;
}

    .media-takeover .message-bar p, .media-takeover .message-bar a {
        color: #fff !important;
    }

    .media-takeover .message-bar .btn-close {
        background-color: #fff;
        color: #000 !important;
    }

.media-takeover .btn-main, .media-takeover .btn {
    background-color: transparent;
    color: #303030;
    border: 1px solid #303030;
}

    .media-takeover .btn-main [class^=szicon], .media-takeover .btn [class^=szicon] {
        color: #303030;
    }

    .media-takeover .btn-main:hover, .media-takeover .btn-main:focus, .media-takeover .btn:hover, .media-takeover .btn:focus {
        background-color: #303030;
        color: #fff;
    }

        .media-takeover .btn-main:hover [class^=szicon], .media-takeover .btn-main:focus [class^=szicon], .media-takeover .btn:hover [class^=szicon], .media-takeover .btn:focus [class^=szicon] {
            color: #fff;
        }

    .media-takeover .btn-main.is-active, .media-takeover .btn.is-active {
        background-color: #fff;
        color: #384D70;
    }

        .media-takeover .btn-main.is-active [class^=szicon], .media-takeover .btn.is-active [class^=szicon] {
            color: #384D70;
        }

.media-takeover .btn-main--secondary, .media-takeover .btn--secondary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

    .media-takeover .btn-main--secondary [class^=szicon], .media-takeover .btn--secondary [class^=szicon] {
        color: #fff;
    }

    .media-takeover .btn-main--secondary:hover, .media-takeover .btn-main--secondary:focus, .media-takeover .btn--secondary:hover, .media-takeover .btn--secondary:focus {
        color: #384D70;
        background-color: #fff;
    }

        .media-takeover .btn-main--secondary:hover [class^=szicon], .media-takeover .btn-main--secondary:focus [class^=szicon], .media-takeover .btn--secondary:hover [class^=szicon], .media-takeover .btn--secondary:focus [class^=szicon] {
            color: #384D70;
        }

.media-takeover .btn-main--tertiary, .media-takeover .btn--tertiary {
    color: #fff !important;
    border: 1px solid #fff;
}

    .media-takeover .btn-main--tertiary [class^=szicon], .media-takeover .btn--tertiary [class^=szicon] {
        color: #fff !important;
    }

    .media-takeover .btn-main--tertiary:hover, .media-takeover .btn-main--tertiary:focus, .media-takeover .btn--tertiary:hover, .media-takeover .btn--tertiary:focus {
        color: #fff;
        background-color: #444444;
    }

        .media-takeover .btn-main--tertiary:hover [class^=szicon], .media-takeover .btn-main--tertiary:focus [class^=szicon], .media-takeover .btn--tertiary:hover [class^=szicon], .media-takeover .btn--tertiary:focus [class^=szicon] {
            color: #fff;
        }

.media-takeover .btn-main--solid, .media-takeover .btn--solid {
    background-color: #303030;
    color: #fff;
    border: 1px solid #303030;
}

    .media-takeover .btn-main--solid [class^=szicon], .media-takeover .btn--solid [class^=szicon] {
        color: #fff;
    }

    .media-takeover .btn-main--solid:hover, .media-takeover .btn-main--solid:focus, .media-takeover .btn--solid:hover, .media-takeover .btn--solid:focus {
        color: #303030;
        background-color: transparent;
    }

        .media-takeover .btn-main--solid:hover [class^=szicon], .media-takeover .btn-main--solid:focus [class^=szicon], .media-takeover .btn--solid:hover [class^=szicon], .media-takeover .btn--solid:focus [class^=szicon] {
            color: #303030;
        }

.media-takeover .btn-main--square:focus, .media-takeover .btn--square:focus {
    background-color: #384D70;
    color: #fff;
}

    .media-takeover .btn-main--square:focus [class^=szicon], .media-takeover .btn--square:focus [class^=szicon] {
        color: #fff;
    }

.media-takeover .icon-rounded {
    color: #fff !important;
}

.media-takeover .search-filter-block {
    background-color: #e4e4e4;
}

.media-takeover .cta-box {
    background-color: #e4e4e4;
}

.media-takeover .backed-card {
    background-color: #e4e4e4;
}

.media-takeover .info-box--navy, .media-takeover .info-box--green, .media-takeover .info-box {
    background-color: #e4e4e4;
}

    .media-takeover .info-box--navy *, .media-takeover .info-box--green *, .media-takeover .info-box * {
        color: #000;
    }

    .media-takeover .info-box--navy .btn-main--solid, .media-takeover .info-box--green .btn-main--solid, .media-takeover .info-box .btn-main--solid {
        color: #fff !important;
    }

.media-takeover .wizard-wrapper .wizard-heading.is-active {
    background-color: #000;
}

    .media-takeover .wizard-wrapper .wizard-heading.is-active:after {
        border-top-color: #000;
    }

.media-takeover .wizard-wrapper .wizard-buttons li button.is-active {
    background-color: #000;
    color: #fff;
}

.media-takeover .directory-list-letters a {
    background-color: #e4e4e4;
}

    .media-takeover .directory-list-letters a.is-active {
        background-color: #000;
        color: #fff !important;
    }

.media-takeover .nav-submenu a:hover {
    border-left: 4px solid #000;
}

.media-takeover .nav-submenu a.is-active {
    background-color: #e4e4e4;
    border-left: 4px solid #000;
}

.media-takeover .accordion .accordion-item .accordion-button {
    border-top: 1px solid #000;
    color: #000;
}

.media-takeover .mobile-icon-link {
    color: #fff !important;
}

.media-takeover .hamburger-title {
    color: #fff;
}

.media-takeover .hamburger-inner {
    background-color: #fff !important;
}

    .media-takeover .hamburger-inner:before, .media-takeover .hamburger-inner:after {
        background-color: #fff !important;
    }

.media-takeover .quick-filter-block .filter-buttons li a, .media-takeover .quick-filter-block .filter-buttons li button {
    border: 1px solid #000 !important;
    color: #000 !important;
}

    .media-takeover .quick-filter-block .filter-buttons li a.active, .media-takeover .quick-filter-block .filter-buttons li button.active {
        background-color: #000 !important;
        color: #fff !important;
    }

    .media-takeover .quick-filter-block .filter-buttons li a:hover, .media-takeover .quick-filter-block .filter-buttons li a:focus, .media-takeover .quick-filter-block .filter-buttons li button:hover, .media-takeover .quick-filter-block .filter-buttons li button:focus {
        background-color: #000 !important;
        color: #fff !important;
    }

.media-takeover-condolence .wrapper-breadcrumbs {
    background-color: #545454;
}

    .media-takeover-condolence .wrapper-breadcrumbs li, .media-takeover-condolence .wrapper-breadcrumbs a {
        color: #fff;
    }

.media-takeover-condolence a:not(.btn-main):not(.cta-main):not(.btn-video):not(footer a):not(header a):not(.mobile-menu a):not(.nav-tasks a):not(.skip-to-content-link), .media-takeover-condolence .cta-main {
    color: #fff;
}

.media-takeover-condolence .wrapper-main--condolence {
    background-color: #000000;
}

    .media-takeover-condolence .wrapper-main--condolence h1, .media-takeover-condolence .wrapper-main--condolence h2, .media-takeover-condolence .wrapper-main--condolence h3, .media-takeover-condolence .wrapper-main--condolence h4, .media-takeover-condolence .wrapper-main--condolence h5, .media-takeover-condolence .wrapper-main--condolence h6, .media-takeover-condolence .wrapper-main--condolence p, .media-takeover-condolence .wrapper-main--condolence li, .media-takeover-condolence .wrapper-main--condolence span, .media-takeover-condolence .wrapper-main--condolence th, .media-takeover-condolence .wrapper-main--condolence td, .media-takeover-condolence .wrapper-main--condolence input, .media-takeover-condolence .wrapper-main--condolence legend, .media-takeover-condolence .wrapper-main--condolence cite, .media-takeover-condolence .wrapper-main--condolence a, .media-takeover-condolence .wrapper-main--condolence button, .media-takeover-condolence .wrapper-main--condolence select, .media-takeover-condolence .wrapper-main--condolence textarea, .media-takeover-condolence .wrapper-main--condolence label, .media-takeover-condolence .wrapper-main--condolence address, .media-takeover-condolence .wrapper-main--condolence dt, .media-takeover-condolence .wrapper-main--condolence dd, .media-takeover-condolence .wrapper-main--condolence figcaption {
        color: #fff;
    }

.media-takeover-condolence .message-bar {
    background-color: #f3f3f3;
    border: 3px solid #303030;
}

.media-takeover-condolence .section-title--large:before {
    border-left-color: #000;
}

.media-takeover-condolence .section-title--underline {
    border-bottom: 1px solid #000;
}

.media-takeover-condolence .directory-list li:before {
    border-bottom: 1px solid #fff;
}

.media-takeover-condolence .wysiwyg .inset-text {
    border-left: 8px solid #303030;
    background-color: #444444;
}

.media-takeover-condolence .wysiwyg a:not(.btn-main):not(.cta-main):not(.btn-video):not(footer a):not(header a):not(.mobile-menu a):not(.nav-tasks a):not(.skip-to-content-link), .media-takeover-condolence .wysiwyg .cta-main {
    color: #fff;
}

    .media-takeover-condolence .wysiwyg a:not(.btn-main):not(.cta-main):not(.btn-video):not(footer a):not(header a):not(.mobile-menu a):not(.nav-tasks a):not(.skip-to-content-link):focus, .media-takeover-condolence .wysiwyg .cta-main:focus {
        color: #fff;
    }

.media-takeover-condolence .wysiwyg blockquote {
    background-color: #444444;
}

.media-takeover-condolence .wysiwyg ul:not(.inset-contact ul) li::before {
    background-color: #fff;
}

.media-takeover-condolence .wysiwyg hr {
    border-color: #000;
}

.media-takeover-condolence .wysiwyg figure {
    background-color: transparent;
}

    .media-takeover-condolence .wysiwyg figure figcaption {
        background-color: transparent;
        border-left: 2px solid #fff;
        color: #fff;
    }

.media-takeover-condolence .inset-contact {
    border-left: 8px solid #303030;
    background-color: #444444;
}

    .media-takeover-condolence .inset-contact ul a [class^=szicon] {
        background-color: #303030;
    }

@media print {
    * {
        animation: none !important;
        animation-duration: 0s !important;
        animation-delay: 0s !important;
    }

    .aos-init, .aos-animate {
        opacity: 1 !important;
        transform: none !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
        transition-property: none !important;
    }

    .print-full {
        width: 100% !important;
        display: block;
    }

    body {
        margin: 0;
        padding: 0;
    }

    .wrapper-header, .wrapper-footer, .wrapper-utility, .wrapper-nav, .wrapper-breadcrumbs, .directory-strip, .breadcrumbs, .page-base-nav, .btn-video {
        display: none;
    }

    .cta-box, .inset-text {
        border: 1px solid #000;
    }

    .wrapper-title, .wrapper-main {
        padding: 0.25rem 0 !important;
    }

    .wysiwyg {
        max-height: 100vh;
    }

        .wysiwyg table {
            margin: 0;
        }

            .wysiwyg table thead th {
                color: #000 !important;
            }

    #binDates {
        margin-bottom: 0.25rem;
    }

    .binCalendarCollections {
        margin-top: 0rem !important;
        padding: 0 !important;
    }

        .binCalendarCollections th[scope=col] {
            color: white !important;
            background-color: #000 !important;
        }

        .binCalendarCollections #refuseCollectionInfo {
            margin-bottom: 0 !important;
        }

    .icon-rounded {
        border-radius: 50% !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 30px !important;
        height: 30px !important;
        color: #fff !important;
        font-size: 1.0625rem !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .icon-rounded--blue {
        background-color: #4D76FC !important;
    }

    .icon-rounded--green {
        background-color: #28784E !important;
    }

    .icon-rounded--white {
        background-color: #fff !important;
        border: 1px solid rgba(0,72,128,0.33) !important;
        color: #000 !important;
    }

    .icon-rounded--fg-blue {
        color: #4D76FC !important;
        -webkit-text-stroke-width: 1px !important;
        -webkit-text-stroke-color: black !important;
    }

    .icon-rounded--fg-red {
        color: #FC5849 !important;
        -webkit-text-stroke-width: 1px !important;
        -webkit-text-stroke-color: black !important;
    }

    .icon-rounded--fg-green {
        color: #00DD35 !important;
        -webkit-text-stroke-width: 1px !important;
        -webkit-text-stroke-color: black !important;
    }

    .icon-rounded--fg-yellow {
        color: #FCF24D !important;
        -webkit-text-stroke-width: 1px !important;
        -webkit-text-stroke-color: black !important;
    }
}

.title.waste-item-name {
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
