﻿img.link-out {
    height: .85em;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

.button.as-link, a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

.acc-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
    font-size: 0
}

:root {
    --ssw-theme-color-black: #000;
    --ssw-theme-color-white: #fff;
    --ssw-theme-color-bold-blue: #0275d5;
    --ssw-theme-color-fresh-blue: #a8d1e6;
    --ssw-theme-color-bold-green: #098480;
    --ssw-theme-color-fresh-green: #acd7c8;
    --ssw-theme-color-bold-grey: #696969;
    --ssw-theme-color-bolder-grey: #707070;
    --ssw-theme-color-grey: #cdcdcd;
    --ssw-theme-color-light-grey: #f0f0f0;
    --ssw-theme-color-lightest-grey: #f6f6f6;
    --ssw-theme-color-fresh-purple: #bac1e3;
    --ssw-theme-color-bold-purple: #8967ae;
    --ssw-theme-color-negative: #dc211f
}

    :root path path {
        fill: inherit
    }

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font-family: "DM Sans",sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100%
}

body, html {
    overflow-x: hidden
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.3125;
    min-height: 100%;
}

    body .mainLayoutGridContainer {
        display: -ms-grid;
        display: grid;
        grid-gap: 0 1.5em;
        grid-template-areas: "header" "main" "footer";
        -ms-grid-rows: 6.875rem 0 1fr 0 minmax(5rem,max-content);
        grid-template-rows: 6.875rem 1fr minmax(5rem,-webkit-max-content);
        grid-template-rows: 6.875rem 1fr minmax(5rem,max-content);
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-left: 1.5em;
        padding-right: 1.5em
    }

@media screen and (min-width:48em) {
    body .mainLayoutGridContainer {
        grid-gap: 0 2em;
        padding-left: 2em;
        padding-right: 2em
    }
}

@media screen and (min-width:64em) {
    body .mainLayoutGridContainer {
        -ms-grid-rows: 9rem 0 1fr 0 minmax(5rem,-webkit-max-content);
        -ms-grid-rows: 9rem 0 1fr 0 minmax(5rem,max-content);
        grid-template-rows: 9rem 1fr minmax(5rem,-webkit-max-content);
        grid-template-rows: 9rem 1fr minmax(5rem,max-content)
    }
}

@media screen and (min-width:75em) {
    body .mainLayoutGridContainer {
        grid-gap: 0 2em;
        -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: ". header ." "main main main" ". footer .";
        -ms-grid-columns: 1fr 2em 67em 2em 1fr;
        grid-template-columns: 1fr 67em 1fr;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:87.5em) {
    body .mainLayoutGridContainer {
        -ms-grid-columns: 1fr 2em 82em 2em 1fr;
        grid-template-columns: 1fr 82em 1fr
    }
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

svg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle
}

main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: main;
    position: relative;
    min-width: 0;
    margin-left: -1.5em;
    margin-right: -1.5em
}

@media screen and (min-width:48em) {
    main {
        margin-left: -2em;
        margin-right: -2em
    }
}

@media screen and (min-width:75em) {
    main {
        margin-left: 0;
        margin-right: 0
    }
}

footer {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: footer;
    position: relative;
    z-index: 11;
    background: #fff;
}

.page-content {
    max-width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em
}

@media screen and (min-width:48em) {
    .page-content {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media screen and (min-width:75em) {
    .page-content {
        width: 1072px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:87.5em) {
    .page-content {
        width: 1312px
    }
}

.page-content > * {
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .page-content > * {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

.page-content > :first-child {
    margin-top: 0
}

.scp-full-bleed-grey {
    grid-column-start: 1;
    grid-column-end: -1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23;
    background-color: var(--ssw-theme-color-lightest-grey);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -1.5em;
    padding: 4em 1.5em;
    position: relative
}

@media screen and (min-width:48em) {
    .scp-full-bleed-grey {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.scp-full-bleed-grey:after, .scp-full-bleed-grey:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.scp-full-bleed-grey:before {
    right: 100%
}

.scp-full-bleed-grey:after {
    left: 100%
}

@media screen and (min-width:48em) {
    .scp-full-bleed-grey {
        margin-left: auto;
        margin-right: auto;
        max-width: 57.5rem
    }
}

@media screen and (min-width:75em) {
    .scp-full-bleed-grey {
        padding-top: 6em;
        padding-bottom: 6em
    }
}

.button {
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    font-family: "DM Sans",sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    padding: .875em 1.5em;
    text-decoration: none;
    display: inline-block
}

    .button:disabled {
        cursor: not-allowed
    }

    .button svg {
        width: 1em;
        height: 1em;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-left: .625rem;
        -webkit-transition: fill .15s ease-in-out;
        transition: fill .15s ease-in-out
    }

    .button.primary {
        background-color: var(--ssw-theme-color-black);
        border: 2px solid var(--ssw-theme-color-black);
        color: var(--ssw-theme-color-white);
        text-align: center
    }

        .button.primary:focus, .button.primary:hover {
            background-color: var(--ssw-theme-color-bold-grey);
            border-color: var(--ssw-theme-color-bold-grey);
            color: var(--ssw-theme-color-white)
        }

    .button.secondary {
        border: 2px solid var(--ssw-theme-color-black);
        color: var(--ssw-theme-color-black);
        text-align: center
    }

        .button.secondary:focus, .button.secondary:hover {
            border-color: var(--ssw-theme-color-bold-grey);
            color: var(--ssw-theme-color-bold-grey)
        }

    .button.as-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        border: 0;
        padding: .25em 0
    }

        .button.as-link:focus svg, .button.as-link:hover svg {
            fill: var(--ssw-theme-color-bold-grey)
        }

        .button.as-link:disabled {
            color: var(--ssw-theme-color-bold-grey)
        }

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
    font-size: 16px;
    font-size: 1rem;
    /*display: block;
    width: 100%;*/
    font-weight: 300;
    color: inherit;
    background-color: var(--ssw-theme-color-white);
    background-image: none;
    border: 1px solid var(--ssw-theme-color-black);
    border-radius: 0;
    -webkit-appearance: none
}

    fieldset[disabled] input[type=date], fieldset[disabled] input[type=email], fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=search], fieldset[disabled] input[type=tel], fieldset[disabled] input[type=text], fieldset[disabled] textarea, input[type=date][disabled], input[type=date][readonly], input[type=email][disabled], input[type=email][readonly], input[type=number][disabled], input[type=number][readonly], input[type=password][disabled], input[type=password][readonly], input[type=search][disabled], input[type=search][readonly], input[type=tel][disabled], input[type=tel][readonly], input[type=text][disabled], input[type=text][readonly], textarea[disabled], textarea[readonly] {
        background-color: var(--ssw-theme-color-grey);
        border-color: var(--ssw-theme-color-grey);
        opacity: 1
    }

    fieldset[disabled] input[type=date], fieldset[disabled] input[type=email], fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=search], fieldset[disabled] input[type=tel], fieldset[disabled] input[type=text], fieldset[disabled] textarea, input[type=date][disabled], input[type=email][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], textarea[disabled] {
        cursor: not-allowed
    }

    input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
        border-color: var(--ssw-theme-color-black);
        outline: 1px solid var(--ssw-theme-color-black);
        -webkit-box-shadow: none;
        box-shadow: none
    }

        input[type=date]:focus.invalid, input[type=email]:focus.invalid, input[type=number]:focus.invalid, input[type=password]:focus.invalid, input[type=search]:focus.invalid, input[type=tel]:focus.invalid, input[type=text]:focus.invalid, textarea:focus.invalid {
            border-color: var(--ssw-theme-color-negative);
            outline: 1px solid var(--ssw-theme-color-negative)
        }

    input[type=date]:hover:not(:focus), input[type=email]:hover:not(:focus), input[type=number]:hover:not(:focus), input[type=password]:hover:not(:focus), input[type=search]:hover:not(:focus), input[type=tel]:hover:not(:focus), input[type=text]:hover:not(:focus), textarea:hover:not(:focus) {
        border-color: var(--ssw-theme-color-bold-grey);
        outline: 1px solid var(--ssw-theme-color-bold-grey)
    }

    input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: var(--ssw-theme-color-black)
    }

    input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
        color: var(--ssw-theme-color-black);
        opacity: 1
    }

    input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: var(--ssw-theme-color-black)
    }

figure {
    margin: 0
}

img {
    max-width: 100%
}

.button.as-link, a {
    color: #000;
    color: var(--ssw-theme-color-black);
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

    .button.as-link:focus, .button.as-link:hover, a:focus, a:hover {
        text-decoration: none;
        color: #696969;
        color: var(--ssw-theme-color-bold-grey)
    }

ol, ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

    ol li:not(:last-child), ul li:not(:last-child) {
        margin-bottom: .625rem
    }

table {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    border-collapse: collapse;
    margin: 0 auto 2rem
}

@media screen and (min-width:48em) {
    table {
        display: table;
        width: auto;
        max-width: 100%;
        white-space: normal
    }
}

tbody {
    display: block;
    overflow: hidden;
    overflow-x: scroll
}

@media screen and (min-width:48em) {
    tbody {
        display: table-row-group
    }
}

td {
    padding: .5rem;
    border: 1px solid var(--ssw-theme-color-grey)
}

@media screen and (min-width:48em) {
    td {
        padding: 1.5rem 1rem
    }
}

.h1, h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem
}

@media screen and (min-width:48em) {
    .h1, h1 {
        font-size: 3.5rem;
        line-height: 4.25rem
    }
}

.h2, h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.28571
}

@media screen and (min-width:48em) {
    .h2, h2 {
        font-size: 2rem;
        line-height: 1.25
    }
}

.h3, h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.25rem
}

@media screen and (min-width:48em) {
    .h3, h3 {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

.h4, h4 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem
}

.h4, h4, p {
    margin-top: 0
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: break-all;
    word-break: break-word
}

    p.bold-body-text {
        font-weight: 700
    }

    p.small-body-text {
        font-size: .9375rem;
        line-height: 1.5rem
    }

    .large-body-text > p, p.large-body-text {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

.accordion {
    margin: 2rem 0
}

.accordion-row {
    border-top: 1px solid var(--ssw-theme-color-grey)
}

    .accordion-row:last-of-type {
        border-bottom: 1px solid var(--ssw-theme-color-grey)
    }

.accordion-heading {
    margin-top: 0
}

.accordion-heading-centered {
    margin-bottom: .66667em;
    margin-top: 0
}

@media screen and (min-width:48em) {
    .accordion-heading-centered {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 3rem;
        text-align: center
    }
}

@media screen and (min-width:75em) {
    .accordion-heading-centered {
        margin-bottom: 4rem
    }
}

.accordion-heading-centered + .accordion {
    margin-top: 0
}

.accordion-panel {
    padding: 1em 0
}

    .accordion-panel p {
        margin-top: 0;
        margin-bottom: .625em
    }

        .accordion-panel p:last-of-type {
            margin-bottom: 0
        }

        .accordion-panel p:only-child {
            margin: 0
        }

    .accordion-panel .button {
        margin-top: 1rem
    }

@media screen and (min-width:48em) {
    .accordion-panel {
        padding: 1.5em 0
    }
}

.accordion-title {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.accordion-icon {
    position: relative;
    width: 1.125em;
    height: 1.125em
}

    .accordion-icon:after, .accordion-icon:before {
        content: "";
        position: absolute;
        background-color: var(--ssw-theme-color-black);
        -webkit-transition: -webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out,-webkit-transform .25s ease-out
    }

    .accordion-icon:before {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px
    }

    .accordion-icon:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px
    }

.accordion-trigger {
    border: 0;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.125em 0;
    text-align: left;
    width: 100%
}

@media screen and (min-width:48em) {
    .accordion-trigger {
        padding: 1.5625em 0
    }
}

.accordion-trigger[aria-expanded=true] {
    border-bottom: 0
}

    .accordion-trigger[aria-expanded=true] .accordion-icon:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .accordion-trigger[aria-expanded=true] .accordion-icon:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .accordion-trigger[aria-expanded=true] + .accordion-panel {
        padding-top: 0
    }

.accordion-trigger span {
    pointer-events: none
}

.ssw-property-documents {
    list-style-type: none;
    margin: 0 0 1rem;
    padding: 0
}

    .ssw-property-documents h2 {
        margin-bottom: .41667em
    }

@media screen and (min-width:48em) {
    .ssw-property-documents h2 {
        margin-bottom: .35714em
    }
}

.ssw-property-documents ul {
    list-style-type: inherit;
    margin: inherit;
    padding: inherit
}

.ssw-property-documents li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .ssw-property-documents li:not(:last-child) {
        margin-bottom: 1.625em
    }

    .ssw-property-documents li svg {
        margin-right: .25em;
        width: 2em;
        height: 2em
    }

    .ssw-property-documents li .button.as-link, .ssw-property-documents li a {
        margin-left: .25em
    }

.f-upper-content {
    grid-area: footer-content;
    background-color: var(--ssw-theme-color-black);
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: 4rem 1.5em;
    position: relative;
    color: var(--ssw-theme-color-white)
}

@media screen and (min-width:48em) {
    .f-upper-content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.f-upper-content:after, .f-upper-content:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.f-upper-content:before {
    right: 100%
}

.f-upper-content:after {
    left: 100%
}

@media screen and (min-width:48em) {
    .f-upper-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5.25rem 0
    }
}

.f-logo-wrapper {
    margin-bottom: 5.25rem;
    color: var(--ssw-theme-color-grey)
}

@media screen and (min-width:48em) {
    .f-logo-wrapper {
        max-width: 25%;
        margin-bottom: 0
    }
}

.f-logo {
    display: inline-block;
    width: 136px;
    margin-bottom: 2.75rem
}

.f-navigation {
    list-style-type: none;
    margin: 0 0 1rem;
    padding: 0;
    color: var(--ssw-theme-color-white)
}

    .f-navigation ul {
        list-style-type: inherit;
        margin: inherit;
        padding: inherit;
        font-size: 1.03rem;
    }

@media screen and (min-width:48em) {
    .f-navigation {
        margin-left: 3.75rem;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 3.75rem 1fr 3.75rem 1fr 3.75rem 1fr;
        grid-template-columns: repeat(4,1fr);
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 3.75rem
    }

        .f-navigation > :first-child {
            -ms-grid-row: 1;
            -ms-grid-column: 1
        }

        .f-navigation > :nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3
        }

        .f-navigation > :nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5
        }

        .f-navigation > :nth-child(4) {
            -ms-grid-row: 1;
            -ms-grid-column: 7
        }
}

.f-navigation-column {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1rem;
    margin-bottom: 2rem
}

    .f-navigation-column:last-child {
        margin-bottom: 0
    }

@media screen and (min-width:48em) {
    .f-navigation-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 20% 0 80%;
        grid-template-rows: 20% 80%;
        grid-row-gap: 0;
        margin-bottom: 0
    }

        .f-navigation-column > :first-child {
            -ms-grid-row: 1;
            -ms-grid-column: 1
        }

        .f-navigation-column > :nth-child(2) {
            -ms-grid-row: 3;
            -ms-grid-column: 1
        }

    .f-lower-content .button.as-link, .f-lower-content .button.tertiary, .f-lower-content a {
        margin: 0 2rem 0 0;
    }
}

.f-header {
    font-weight: 700;
    margin-bottom: 0
}

.f-link-wrapper {
    margin-bottom: .625rem
}

    .f-link-wrapper:last-child {
        margin-bottom: 0
    }

.f-link {
    text-decoration: none;
    color: var(--ssw-theme-color-grey)
}

    .f-link:hover {
        text-decoration: underline
    }

    .f-link:focus, 
    .f-link:hover,
    .f-link:visited,
    .f-link:active {
        color: var(--ssw-theme-color-white);
    }

.f-lower-content {
    padding: 2.5rem 0
}

    .f-lower-content .button.as-link, .f-lower-content .button.tertiary, .f-lower-content a {
        display: inline-block;
        text-decoration: none;
        margin-bottom: 1rem;
    }

@media screen and (min-width:48em) {
    .f-lower-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 0;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.f-accreditation-logo {
    display: block;
    margin-bottom: 1rem
}

@media screen and (min-width:48em) {
    .f-accreditation-logo {
        margin: 0 2rem 0 0
    }
}

.f-copyright p {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .scp-full-width-feature {
        display: -ms-flexbox;
        display: flex
    }

        .scp-full-width-feature.scp-full-width-feature-image-left {
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
        }
}

@media screen and (min-width:48em) {
    .scp-full-width-feature-image {
        width: 45%
    }

    .scp-full-width-feature-1-3-split .scp-full-width-feature-image {
        width: 33.333%
    }
}

.scp-full-width-feature-image img {
    width: 100%;
    display: block
}

@media screen and (min-width:48em) {
    .scp-full-width-feature-image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.scp-full-width-feature-content {
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .scp-full-width-feature-content {
        -ms-flex: 1;
        flex: 1;
        padding-right: 2rem;
        margin-bottom: 0
    }

    .scp-full-width-feature-image-left .scp-full-width-feature-content {
        padding-right: 0;
        padding-left: 2rem
    }
}

.scp-full-width-feature-content ul {
    list-style: none;
    padding-left: 1.5em
}

    .scp-full-width-feature-content ul li {
        line-height: 1.5rem;
        position: relative
    }

        .scp-full-width-feature-content ul li:before {
            content: "";
            position: absolute;
            top: .5rem;
            left: -1.5rem;
            width: .5rem;
            height: .5rem;
            background-color: var(--ssw-theme-color-black)
        }

        .scp-full-width-feature-content ol li:not(:last-child), .scp-full-width-feature-content ul li:not(:last-child) {
            margin-bottom: 1.5rem
        }

.a11y-tools {
    width: auto
}

@media screen and (min-width:48em) {
    .a11y-tools {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.js-button-a11y-tools {
    font-size: .875rem
}

.header-upper {
    width: 100%;
    background-color: var(--ssw-theme-color-light-grey);
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: .375rem 1.5em;
    position: relative
}

@media screen and (min-width:48em) {
    .header-upper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.header-upper:after, .header-upper:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.header-upper:before {
    right: 100%
}

.header-upper:after {
    left: 100%
}

@media (min-width:1025px) {
    .header-upper {
        padding: .4375rem 0
    }
}

.header-upper-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2rem;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .header-upper-inner .scp-btn-as-link {
        font-size: .875rem
    }

.header-upper-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-upper-search {
    width: 19rem;
    position: relative;
    display: none
}

@media (min-width:1025px) {
    .header-upper-search {
        display: block
    }
}

.header-upper-search input[type=search], .header-upper-search input[type=text] {
    width: 100%;
    border: 1px solid var(--ssw-theme-color-bold-grey);
    background-color: var(--ssw-theme-color-white);
    padding: .6875rem 2.5rem .6875rem .75rem
}

.header-upper-search-icon {
    width: 2rem;
    height: 2rem
}

.header-upper-search button, .header-upper-search input[type=submit] {
    --webkit-appearace: none;
    --moz-appearace: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    position: absolute;
    top: .3125rem;
    right: .5rem;
    padding: 0
}

.header-lower {
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-align: center;
    align-items: center;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .875rem 0
}

main {
    margin-top: 25px;
}

@media (min-width:1025px) {
    .header-lower {
        padding: 1.125rem 0
    }
}

.portal-header .header-upper {
    width: auto;
    height: 2.75rem;
    background-color: var(--ssw-theme-color-lightest-grey);
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative
}

@media screen and (min-width:48em) {
    .portal-header .header-upper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.portal-header .header-upper:after, .portal-header .header-upper:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.portal-header .header-upper:before {
    right: 100%
}

.portal-header .header-upper:after {
    left: 100%
}

@media screen and (min-width:64em) {
    .portal-header .header-upper {
        height: 3.6875rem
    }
}

.portal-header .header-upper-inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.portal-header .header-upper-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.portal-header .header-upper-navigation {
    height: 100%
}

    .portal-header .header-upper-navigation ul {
        margin: 0;
        padding: 0;
        display: -ms-grid;
        display: grid;
        -ms-flex-align: center;
        align-items: center;
        gap: .75rem;
        -ms-grid-columns: auto .75rem auto .75rem auto;
        grid-template-columns: repeat(3,auto);
        height: 100%;
        list-style-type: none
    }

@media (max-width:320px) {
    .portal-header .header-upper-navigation {
        gap: .5rem
    }
}

@media screen and (min-width:64em) {
    .portal-header .header-upper-navigation {
        gap: 1rem
    }
}

.portal-header .header-upper-navigation li {
    min-width: 34px;
    height: 100%;
    margin-bottom: 0
}

    .portal-header .header-upper-navigation li:first-child {
        -ms-grid-column: 1
    }

    .portal-header .header-upper-navigation li:nth-child(2) {
        -ms-grid-column: 2
    }

    .portal-header .header-upper-navigation li:nth-child(3) {
        -ms-grid-column: 3;
        height: auto
    }

@media screen and (min-width:64em) {
    .portal-header .header-upper-navigation .sub-menu {
        right: -1rem;
        top: 100%;
        background-color: grey;
        border-top: 2px solid #fff;
        z-index: 991;
        width: 9.75rem;
        height: 3rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width:64em) {
    .portal-header .header-upper-navigation > li:hover .sub-menu {
        position: absolute;
        margin: auto;
        overflow: unset;
        clip: unset
    }
}

.portal-header .header-upper-navigation .button.as-link, .portal-header .header-upper-navigation a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    height: 100%
}

    .portal-header .header-upper-navigation .scp-btn-as-link.button.as-link, .portal-header .header-upper-navigation a.scp-btn-as-link {
        padding: 0
    }

.portal-header .header-upper-navigation [class*=icon-] {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem
}

    .portal-header .header-upper-navigation [class*=icon-] svg {
        width: 2rem
    }

    .portal-header .header-upper-navigation [class*=icon-] + span {
        padding-left: .25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

@media screen and (min-width:75em) {
    .portal-header .header-upper-navigation [class*=icon-] + span {
        padding-left: .5rem
    }
}

.portal-header .header-upper-navigation [class*=button] {
    font-weight: 700;
    padding: .375rem .875rem
}

@media screen and (min-width:64em) {
    .portal-header .header-upper-navigation [class*=button] {
        padding: .4375rem 1.375rem
    }
}

.portal-header .header-upper-navigation .button.as-link, .portal-header .header-upper-navigation a, .portal-header .header-upper [class*=button] {
    font-size: .875rem
}

@media screen and (min-width:64em) {
    .portal-header .header-upper-navigation .button.as-link, .portal-header .header-upper-navigation a, .portal-header .header-upper [class*=button] {
        font-size: 1rem
    }
}

.portal-header .main-navigation ul.mn-menu li {
    margin-bottom: 0
}

.portal-header .main-navigation .button.as-link, .portal-header .main-navigation a {
    font-weight: 400
}

@media screen and (min-width:64em) {
    .portal-header .main-navigation .button.as-link, .portal-header .main-navigation a {
        font-weight: 700
    }
}

.portal-header .main-nav-mobile-actions {
    margin-top: 2rem
}

@media screen and (min-width:64em) {
    .portal-header .main-nav-mobile-actions {
        display: none
    }
}

.portal-header .main-nav-mobile-actions .button.as-link, .portal-header .main-nav-mobile-actions a {
    display: inline-block;
    font-weight: 700
}

header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header
}

@media screen and (min-width:75em) {
    main {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5
    }

    footer {
        -ms-grid-row: 5
    }

    footer, header {
        -ms-grid-column: 3
    }

    header {
        -ms-grid-row: 1
    }
}

.header-logo {
    display: block;
    width: 8.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (min-width:75em) {
    .header-logo {
        width: 10.4375rem
    }
}

.header-logo img {
    width: 100%;
    height: 2.375rem
}

@media screen and (min-width:75em) {
    .header-logo img {
        height: 3.125rem
    }
}

.main-navigation {
    background-color: var(--ssw-theme-color-white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    padding: 4.5em 1em 1em;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(200vw);
    transform: translateX(200vw);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    width: 100vw;
    z-index: 990
}

    .main-navigation.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@media screen and (min-width:48em) {
    .main-navigation {
        padding: 4.5em 2em 1em
    }
}

@media (min-width:1025px) {
    .main-navigation {
        margin-top: 0;
        position: relative;
        width: auto;
        height: auto;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 0 0 1rem;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: transparent;
        overflow: visible;
        overflow: initial
    }
}

.main-navigation .header-upper-search {
    display: block !important;
    margin: 0 0 1.5em;
    width: 100%
}

@media (min-width:1025px) {
    .main-navigation .header-upper-search {
        display: none !important
    }
}

.main-navigation .button.as-link, .main-navigation a {
    display: block;
    font-weight: 700;
    text-decoration: none;
    padding-top: .9375em;
    padding-bottom: .9375em
}

.main-navigation ul {
    list-style: none
}

.main-navigation li ul {
    display: none
}

.main-nav-trigger {
    background-color: var(--ssw-theme-color-white) !important
}

@media (min-width:1025px) {
    .main-nav-trigger {
        display: none !important
    }
}

.main-nav-trigger.is-active {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.burger-menu {
    padding: 0;
    border: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 2rem;
    height: 2rem;
    position: relative;
    display: inline-block;
    overflow: visible;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-filter,-webkit-transform;
    transition-property: opacity,-webkit-filter,-webkit-transform;
    transition-property: opacity,filter,transform;
    transition-property: opacity,filter,transform,-webkit-filter,-webkit-transform;
    text-transform: none;
    color: var(--ssw-theme-color-black);
    z-index: 999
}

.burger-menu-inner {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms
}

    .burger-menu-inner, .burger-menu-inner:after, .burger-menu-inner:before {
        position: absolute;
        width: 1.4375em;
        height: .125em;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        background-color: var(--ssw-theme-color-black)
    }

        .burger-menu-inner:after, .burger-menu-inner:before {
            display: block;
            content: ""
        }

        .burger-menu-inner:before {
            -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
            transition: top 75ms ease .12s,opacity 75ms ease;
            top: -.5em
        }

        .burger-menu-inner:after {
            bottom: -.5em;
            -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
            transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
            transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
            transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)
        }

.burger-menu.is-active .burger-menu-inner {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

    .burger-menu.is-active .burger-menu-inner:before {
        top: 0;
        -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
        transition: top 75ms ease,opacity 75ms ease .12s;
        opacity: 0
    }

    .burger-menu.is-active .burger-menu-inner:after {
        bottom: 0;
        -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.mn-menu {
    padding: 0;
    margin: 0
}

@media (min-width:1025px) {
    .mn-menu {
        display: -ms-flexbox;
        display: flex
    }
}

.mn-menu-item {
    cursor: default;
    border-top: 1px solid var(--ssw-theme-color-grey)
}

    .mn-menu-item[aria-haspopup=true] > .button.as-link, .mn-menu-item[aria-haspopup=true] > a {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mn-menu-item:last-child {
        border-bottom: 1px solid var(--ssw-theme-color-grey)
    }

    .mn-menu-item.expanded ul {
        display: block
    }

@media (min-width:1025px) {
    .mn-menu-item {
        border: 0;
        margin-right: 1.5em;
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

        .mn-menu-item:last-child {
            border: 0;
            margin-right: 0
        }

            .mn-menu-item:last-child .mn-child-menu {
                left: auto;
                right: 0
            }

        .mn-menu-item:hover:before {
            content: "";
            height: 3.1875em;
            left: 0;
            position: absolute;
            top: 100%;
            width: 100%
        }

        .mn-menu-item:hover ul {
            display: block
        }

        .mn-menu-item:hover .mn-item-sub-indicator svg {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }
}

.mn-child-menu {
    margin: 0;
    padding: 0
}

@media (min-width:1025px) {
    .mn-child-menu {
        background-color: var(--ssw-theme-color-white);
        right: 0;
        position: absolute;
        top: 3.9375em;
        width: 16.25em
    }
}

.mn-child-menu-item {
    border-top: 1px solid var(--ssw-theme-color-grey)
}

    .mn-child-menu-item:last-child {
        padding-bottom: 0
    }

@media (min-width:1025px) {
    .mn-child-menu-item:first-child {
        border-top: 0
    }
}

.mn-child-menu-item-link {
    padding: 0 1.5em
}

@media (min-width:1025px) {
    .mn-child-menu-item-link {
        padding: 0 .75em
    }
}

.mn-menu-item-tap-area-expander {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 2.875em;
    margin-top: -.9375em;
    margin-bottom: -.9375em;
    width: 3em
}

@media (min-width:1025px) {
    .mn-menu-item-tap-area-expander {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        width: auto
    }
}

.mn-item-sub-indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 1em;
    width: 1em
}

    .mn-item-sub-indicator:after, .mn-item-sub-indicator:before {
        content: "";
        position: absolute;
        background-color: var(--ssw-theme-color-black);
        -webkit-transition: -webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out,-webkit-transform .25s ease-out
    }

    .mn-item-sub-indicator:before {
        top: 0;
        left: 50%;
        width: .125em;
        height: 100%;
        margin-left: -.0625em
    }

    .mn-item-sub-indicator:after {
        top: 50%;
        left: 0;
        width: 100%;
        height: .125em;
        margin-top: -.0625em
    }

    .mn-item-sub-indicator svg {
        display: none;
        height: .875em;
        -webkit-transition: -webkit-transform .25s linear;
        transition: -webkit-transform .25s linear;
        transition: transform .25s linear;
        transition: transform .25s linear,-webkit-transform .25s linear;
        width: .875em
    }

[aria-expanded=true] .mn-item-sub-indicator:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

[aria-expanded=true] .mn-item-sub-indicator:after, [aria-expanded=true] .mn-item-sub-indicator svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width:1025px) {
    .mn-item-sub-indicator {
        margin-left: .5em
    }

        .mn-item-sub-indicator:after, .mn-item-sub-indicator:before {
            display: none
        }

        .mn-item-sub-indicator svg {
            display: inline-block
        }
}

.mnt-inner, .mnt-inner:after, .mnt-inner:before {
    position: absolute;
    width: 1.25em;
    height: .125em;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    background-color: var(--ssw-theme-color-black)
}

.hero-banner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .hero-banner {
        margin-bottom: 4rem;
        height: 41rem
    }
}

.hero-banner.black {
    background: #000
}

.hero-banner.white {
    background: #fff
}

.hero-banner.bold-blue {
    background: #0275d5
}

.hero-banner.fresh-blue {
    background: #a8d1e6
}

.hero-banner.bold-green {
    background: #098480
}

.hero-banner.fresh-green {
    background: #acd7c8
}

.hero-banner.bold-grey {
    background: #696969
}

.hero-banner.bolder-grey {
    background: #707070
}

.hero-banner.grey {
    background: #cdcdcd
}

.hero-banner.light-grey {
    background: #f0f0f0
}

.hero-banner.lightest-grey {
    background: #f6f6f6
}

.hero-banner.fresh-purple {
    background: #bac1e3
}

.hero-banner.bold-purple {
    background: #8967ae
}

.hero-banner.negative {
    background: #dc211f
}

.hb-background {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-color: var(--ssw-theme-color-black)
}

    .hb-background.hb-mobile-image {
        display: block
    }

@media screen and (min-width:48em) {
    .hb-background.hb-mobile-image {
        display: none
    }
}

.hb-background.hb-mobile-image + .hb-desktop-image {
    display: none
}

@media screen and (min-width:48em) {
    .hb-background.hb-mobile-image + .hb-desktop-image {
        display: block
    }
}

.hb-content {
    z-index: 1;
    min-height: 16rem;
    max-width: 100%;
    padding: 4rem 1.5em 2rem
}

@media screen and (min-width:48em) {
    .hb-content {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media screen and (min-width:75em) {
    .hb-content {
        width: 1072px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:87.5em) {
    .hb-content {
        width: 1312px
    }
}

@media screen and (min-width:48em) {
    .hb-content {
        padding-bottom: 5rem
    }
}

.text-fragment {
    padding: .625rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-bottom: .5rem
}

.black .text-fragment {
    background: #000
}

.white .text-fragment {
    background: #fff
}

.bold-blue .text-fragment {
    background: #0275d5
}

.fresh-blue .text-fragment {
    background: #a8d1e6
}

.bold-green .text-fragment {
    background: #098480
}

.fresh-green .text-fragment {
    background: #acd7c8
}

.bold-grey .text-fragment {
    background: #696969
}

.bolder-grey .text-fragment {
    background: #707070
}

.grey .text-fragment {
    background: #cdcdcd
}

.light-grey .text-fragment {
    background: #f0f0f0
}

.lightest-grey .text-fragment {
    background: #f6f6f6
}

.fresh-purple .text-fragment {
    background: #bac1e3
}

.bold-purple .text-fragment {
    background: #8967ae
}

.negative .text-fragment {
    background: #dc211f
}

@media screen and (min-width:48em) {
    .text-fragment {
        padding: .625rem 1rem
    }
}

.text-fragment:last-child {
    margin-bottom: 0
}

.hb-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1.5rem
}

    .hb-title.black .text-fragment {
        color: var(--ssw-theme-color-white)
    }

.hb-cta-container {
    background: var(--ssw-theme-color-white);
    padding: 2rem;
    width: 541px;
    max-width: 100%
}

    .hb-cta-container > * {
        margin-bottom: 1.5625rem
    }

    .hb-cta-container > :last-child {
        margin-bottom: 0
    }

.hb-description {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.hero-banner-narrow {
    height: auto;
    min-height: auto;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative
}

@media screen and (min-width:48em) {
    .hero-banner-narrow {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.hero-banner-narrow:after, .hero-banner-narrow:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.hero-banner-narrow:before {
    right: 100%
}

.hero-banner-narrow:after {
    left: 100%
}

.hero-banner-narrow h1 {
    margin: 0
}

.hero-banner-narrow .hb-content {
    padding: 4rem 0 3.5rem
}

@media screen and (min-width:48em) {
    .hero-banner-narrow .hb-content {
        padding: 6rem 0 4rem
    }
}

.information-panel {
    min-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.ip-image {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 63.50365%
}

.ip-text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.5rem 1.5rem 2.25rem
}

    .ip-text-wrapper.black {
        background-color: #000
    }

    .ip-text-wrapper.white {
        background-color: #fff
    }

    .ip-text-wrapper.bold-blue {
        background-color: #0275d5
    }

    .ip-text-wrapper.fresh-blue {
        background-color: #a8d1e6
    }

    .ip-text-wrapper.bold-green {
        background-color: #098480
    }

    .ip-text-wrapper.fresh-green {
        background-color: #acd7c8
    }

    .ip-text-wrapper.bold-grey {
        background-color: #696969
    }

    .ip-text-wrapper.bolder-grey {
        background-color: #707070
    }

    .ip-text-wrapper.grey {
        background-color: #cdcdcd
    }

    .ip-text-wrapper.light-grey {
        background-color: #f0f0f0
    }

    .ip-text-wrapper.lightest-grey {
        background-color: #f6f6f6
    }

    .ip-text-wrapper.fresh-purple {
        background-color: #bac1e3
    }

    .ip-text-wrapper.bold-purple {
        background-color: #8967ae
    }

    .ip-text-wrapper.negative {
        background-color: #dc211f
    }

.ip-heading {
    margin-bottom: 1rem
}

.ip-category {
    font-weight: 700
}

    .ip-category.blog {
        color: var(--ssw-theme-color-fresh-purple)
    }

    .ip-category.press-release {
        color: var(--ssw-theme-color-bold-green)
    }

.ip-body-copy {
    margin-bottom: auto;
    max-width: 100%
}

    .ip-body-copy > :last-child {
        margin-bottom: 0
    }

.ip-button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 2.5rem
}

.information-panel-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: 5rem 1.5em 2.5rem;
    position: relative;
    background-color: var(--ssw-theme-color-white)
}

@media screen and (min-width:48em) {
    .information-panel-group {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.information-panel-group:after, .information-panel-group:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.information-panel-group:before {
    right: 100%
}

.information-panel-group:after {
    left: 100%
}

.information-panel-group.black {
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.white {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.bold-blue {
    background-color: #0275d5;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.fresh-blue {
    background-color: #a8d1e6;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.bold-green {
    background-color: #098480;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.fresh-green {
    background-color: #acd7c8;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.bold-grey {
    background-color: #696969;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.bolder-grey {
    background-color: #707070;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.grey {
    background-color: #cdcdcd;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.light-grey {
    background-color: #f0f0f0;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.lightest-grey {
    background-color: #f6f6f6;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.fresh-purple {
    background-color: #bac1e3;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.bold-purple {
    background-color: #8967ae;
    margin-top: 0;
    margin-bottom: 0
}

.information-panel-group.negative {
    background-color: #dc211f;
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .information-panel-group {
        padding-left: 0;
        padding-right: 0;
        margin-left: -1em;
        margin-right: -1em
    }
}

.ipg-item-wrapper {
    margin-bottom: 2.5rem;
    width: 100%
}

@media screen and (min-width:48em) {
    .ipg-item-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding: 0 1em;
        max-width: 33.33333%
    }
}

.ipg-description, .ipg-title {
    text-align: center;
    width: 100%
}

@media screen and (min-width:48em) {
    .ipg-description, .ipg-title {
        margin-left: 25%;
        margin-right: 25%
    }
}

.ipg-title {
    margin-bottom: 2rem
}

.ipg-description {
    margin-bottom: 2.875rem
}

@media screen and (min-width:48em) {
    .ipg-description {
        margin-bottom: 2.25rem
    }
}

.main-news-article {
    overflow: auto
}

    .main-news-article.black {
        background: #000
    }

    .main-news-article.white {
        background: #fff
    }

    .main-news-article.bold-blue {
        background: #0275d5
    }

    .main-news-article.fresh-blue {
        background: #a8d1e6
    }

    .main-news-article.bold-green {
        background: #098480
    }

    .main-news-article.fresh-green {
        background: #acd7c8
    }

    .main-news-article.bold-grey {
        background: #696969
    }

    .main-news-article.bolder-grey {
        background: #707070
    }

    .main-news-article.grey {
        background: #cdcdcd
    }

    .main-news-article.light-grey {
        background: #f0f0f0
    }

    .main-news-article.lightest-grey {
        background: #f6f6f6
    }

    .main-news-article.fresh-purple {
        background: #bac1e3
    }

    .main-news-article.bold-purple {
        background: #8967ae
    }

    .main-news-article.negative {
        background: #dc211f
    }

@media screen and (min-width:48em) {
    .main-news-article {
        display: -ms-grid;
        display: grid;
        grid-gap: 2em;
        grid-template-columns: repeat(12,1fr);
        -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr
    }
}

.mna-text-container {
    background: var(--ssw-theme-color-black);
    color: var(--ssw-theme-color-white);
    padding: 2.625rem 1rem 1rem
}

.feature-box-layout .mna-text-container {
    background: transparent;
    color: var(--ssw-theme-color-black);
    padding-top: 1.25rem
}

@media screen and (min-width:48em) {
    .mna-text-container {
        padding: 0;
        -ms-grid-row: 1;
        grid-row: 1;
        display: -ms-grid;
        display: grid;
        grid-gap: 2em;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
        -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr
    }

    .feature-box-layout .mna-text-container {
        padding-top: 0
    }

    .image-right .mna-text-container {
        grid-column: 1/span 6;
        -ms-grid-column: 1;
        -ms-grid-column-span: 11
    }

    .image-left .mna-text-container {
        grid-column: 7/span 6;
        -ms-grid-column: 13;
        -ms-grid-column-span: 11
    }

    .image-right.feature-box-layout .mna-text-container {
        grid-column: 1/span 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 7
    }

    .image-left.feature-box-layout .mna-text-container {
        grid-column: 9/span 4;
        -ms-grid-column: 17;
        -ms-grid-column-span: 7
    }
}

.mna-title {
    margin-bottom: 1rem
}

@media screen and (min-width:48em) {
    .mna-title {
        margin-bottom: 1rem
    }
}

.mna-text > :last-child {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .mna-text {
        grid-row: 2;
        -ms-grid-row: 2;
        padding: 2.5rem
    }

    .image-right .mna-text {
        grid-column: 1/span 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        padding-right: 0
    }

    .image-left .mna-text {
        grid-column: 2/span 5;
        -ms-grid-column: 3;
        -ms-grid-column-span: 9;
        padding-left: 0
    }

    .feature-box-layout .mna-text {
        padding: 1rem 0;
        grid-column: 1/span 6;
        -ms-grid-column: 1;
        -ms-grid-column-span: 11
    }
}

.mna-image-container {
    margin: 1rem 1rem -1rem;
    overflow: hidden;
    height: 216px;
    position: relative
}

.feature-box-layout .mna-image-container {
    margin: 0
}

@media screen and (min-width:48em) {
    .mna-image-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: 1rem;
        height: 480px;
        z-index: 1
    }

    .image-right .mna-image-container {
        grid-column: 6/span 7;
        -ms-grid-column: 11;
        -ms-grid-column-span: 13;
        margin-left: 0
    }

    .image-left .mna-image-container {
        grid-column: 1/span 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 13;
        margin-right: 0
    }

    .image-right.feature-box-layout .mna-image-container {
        grid-column: 5/span 8;
        -ms-grid-column: 9;
        -ms-grid-column-span: 15
    }

    .image-left.feature-box-layout .mna-image-container {
        grid-column: 1/span 8;
        -ms-grid-column: 1;
        -ms-grid-column-span: 15
    }
}

.mna-image {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.mna-button {
    background-color: var(--ssw-theme-color-white)
}

.feature-box-layout .mna-button {
    background: transparent
}

.ql-heading {
    font-size: 1.625rem;
    margin-bottom: 1.75rem
}

.ql-list {
    list-style-type: none;
    margin: 0 0 1rem;
    padding: 0
}

    .ql-list ul {
        list-style-type: inherit;
        margin: inherit;
        padding: inherit
    }

.ql-wrapper:not(:last-child) {
    margin-bottom: 1.625rem
}

.ql-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-decoration: none
}

    .ql-link svg {
        color: currentColor;
        display: inline-block;
        width: .875rem;
        height: .875rem;
        margin-left: .625rem
    }

        .ql-link svg .ql-link-icon-line {
            fill: none;
            stroke: currentColor;
            stroke-width: .125rem
        }

.quote-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 3rem
}

    .quote-card.black {
        background: #000
    }

    .quote-card.white {
        background: #fff
    }

    .quote-card.bold-blue {
        background: #0275d5
    }

    .quote-card.fresh-blue {
        background: #a8d1e6
    }

    .quote-card.bold-green {
        background: #098480
    }

    .quote-card.fresh-green {
        background: #acd7c8
    }

    .quote-card.bold-grey {
        background: #696969
    }

    .quote-card.bolder-grey {
        background: #707070
    }

    .quote-card.grey {
        background: #cdcdcd
    }

    .quote-card.light-grey {
        background: #f0f0f0
    }

    .quote-card.lightest-grey {
        background: #f6f6f6
    }

    .quote-card.fresh-purple {
        background: #bac1e3
    }

    .quote-card.bold-purple {
        background: #8967ae
    }

    .quote-card.negative {
        background: #dc211f
    }

@media screen and (min-width:48em) {
    .quote-card {
        max-width: 453px;
        margin: 0 auto
    }
}

.qc-image-wrapper {
    width: calc(100% - 1.5rem);
    position: relative;
    height: 12.5rem;
    overflow: hidden;
    margin: -.8rem auto 0
}

@media screen and (min-width:75em) {
    .qc-image-wrapper {
        width: calc(100% - 2rem);
        margin: -1rem auto 0;
        height: 16rem
    }
}

.qc-image {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.qc-content-wrapper {
    padding: 1.5rem 3rem 2.5rem
}

    .qc-content-wrapper > :last-child {
        margin-bottom: 0
    }

@media screen and (min-width:48em) {
    .qc-content-wrapper {
        padding: 2.25rem 1.5rem 3rem;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.qc-blockquote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.16667;
    margin: 0 0 2rem
}

@media screen and (min-width:87.5em) {
    .qc-blockquote {
        font-size: 1.75rem;
        line-height: 1.28571
    }
}

.qc-quote-icon {
    font-size: 5rem;
    line-height: .575;
    font-family: Helvetica,Arial,sans-serif;
    position: relative;
    top: .17143em
}

@media screen and (min-width:48em) {
    .qc-quote-icon {
        font-size: 5.625rem;
        top: .13333em;
        line-height: .66667
    }
}

.qc-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5em
}

.qc-role {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    margin-top: .25rem
}

.qc-button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (min-width:48em) {
    .qc-button {
        margin-top: auto
    }
}

.embed-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 100%
}

@media screen and (min-width:48em) {
    .embed-container {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 52.05607%
    }
}

.embed-container iframe {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.embed-container-open-spotify-com {
    margin: 2rem 0;
    height: auto !important;
    padding: 0 !important
}

    .embed-container-open-spotify-com iframe {
        position: static
    }

.signpost-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: 2.5rem 1.5em
}

@media screen and (min-width:48em) {
    .signpost-group {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.signpost-group:after, .signpost-group:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.signpost-group:before {
    right: 100%
}

.signpost-group:after {
    left: 100%
}

.signpost-group.black {
    background: #000
}

.signpost-group.black, .signpost-group.white {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0;
    margin-bottom: 0
}

.signpost-group.white {
    background: #fff
}

.signpost-group.bold-blue {
    background: #0275d5
}

.signpost-group.bold-blue, .signpost-group.fresh-blue {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0;
    margin-bottom: 0
}

.signpost-group.fresh-blue {
    background: #a8d1e6
}

.signpost-group.bold-green {
    background: #098480
}

.signpost-group.bold-green, .signpost-group.fresh-green {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0;
    margin-bottom: 0
}

.signpost-group.fresh-green {
    background: #acd7c8
}

.signpost-group.bold-grey {
    background: #696969
}

.signpost-group.bold-grey, .signpost-group.bolder-grey {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0;
    margin-bottom: 0
}

.signpost-group.bolder-grey {
    background: #707070
}

.signpost-group.grey {
    background: #cdcdcd
}

.signpost-group.grey, .signpost-group.light-grey {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0;
    margin-bottom: 0
}

.signpost-group.light-grey {
    background: #f0f0f0
}

.signpost-group.lightest-grey {
    background: #f6f6f6
}

.signpost-group.fresh-purple, .signpost-group.lightest-grey {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0;
    margin-bottom: 0
}

.signpost-group.fresh-purple {
    background: #bac1e3
}

.signpost-group.bold-purple {
    background: #8967ae
}

.signpost-group.bold-purple, .signpost-group.negative {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 0;
    margin-bottom: 0
}

.signpost-group.negative {
    background: #dc211f
}

@media screen and (min-width:48em) {
    .signpost-group {
        padding-left: 0;
        padding-right: 0;
        margin-left: -1em;
        margin-right: -1em
    }
}

.sg-item-wrapper {
    margin-bottom: 2.5rem
}

    .sg-item-wrapper:nth-last-of-type(-n+3) {
        margin-bottom: 0
    }

@media screen and (min-width:48em) {
    .sg-item-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding: 0 1em;
        max-width: 33.33333%
    }
}

.sg-item-wrapper .sign-post {
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (min-width:48em) {
    .sg-item-wrapper .sign-post {
        padding: 0
    }
}

.sg-description, .sg-title {
    text-align: center;
    width: 100%
}

@media screen and (min-width:48em) {
    .sg-description, .sg-title {
        margin-left: 25%;
        margin-right: 25%
    }
}

.sg-title {
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .sg-title {
        margin-bottom: 3rem
    }
}

.sg-description {
    margin-bottom: 2.875rem
}

@media screen and (min-width:48em) {
    .sg-description {
        margin-bottom: 2.25rem
    }
}

.sg-cta {
    margin-top: 1.25rem
}

@media screen and (min-width:48em) {
    .sg-cta {
        margin-top: 2.5rem
    }
}

.sign-post {
    min-width: 100%;
    padding: 3.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

    .sign-post.black {
        background: #000
    }

    .sign-post.white {
        background: #fff
    }

    .sign-post.bold-blue {
        background: #0275d5
    }

    .sign-post.fresh-blue {
        background: #a8d1e6
    }

    .sign-post.bold-green {
        background: #098480
    }

    .sign-post.fresh-green {
        background: #acd7c8
    }

    .sign-post.bold-grey {
        background: #696969
    }

    .sign-post.bolder-grey {
        background: #707070
    }

    .sign-post.grey {
        background: #cdcdcd
    }

    .sign-post.light-grey {
        background: #f0f0f0
    }

    .sign-post.lightest-grey {
        background: #f6f6f6
    }

    .sign-post.fresh-purple {
        background: #bac1e3
    }

    .sign-post.bold-purple {
        background: #8967ae
    }

    .sign-post.negative {
        background: #dc211f
    }

@media screen and (min-width:87.5em) {
    .sign-post {
        padding: 3.5rem 2.5rem
    }
}

.sign-post.basic, .sign-post.basic-with-cta {
    margin-left: -1.5em;
    margin-right: -1.5em;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media screen and (min-width:48em) {
    .sign-post.basic, .sign-post.basic-with-cta {
        margin-left: 0;
        margin-right: 0
    }
}

.signpost-group .sign-post.basic, .signpost-group .sign-post.basic-with-cta {
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.sign-post.detailed {
    padding: 0;
    background-color: transparent
}

.sp-image {
    background-position: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.detailed .sp-image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 63.50365%;
    margin-bottom: 2rem
}

.basic-with-cta .sp-image, .basic .sp-image {
    margin-bottom: 1rem;
    width: 98px;
    height: 98px
}

.sp-heading {
    width: 100%;
    margin-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 2rem
}

.detailed .sp-heading {
    margin-bottom: 1rem
}

.sp-body-copy {
    margin-bottom: 1.75rem;
    max-width: 100%
}

.basic-with-cta .sp-body-copy, .basic .sp-body-copy {
    max-width: 75%
}

@media screen and (min-width:48em) {
    .basic-with-cta .sp-body-copy, .basic .sp-body-copy {
        max-width: 100%
    }
}

.basic .sp-body-copy {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .sp-button {
        margin-top: auto
    }
}

.statistics-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-top: 4.5rem
}

@media screen and (min-width:48em) {
    .statistics-bar {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -5.625rem
    }

        .statistics-bar + .information-panel-group {
            padding-top: 10rem
        }
}

.sb-title {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem
}

@media screen and (min-width:48em) {
    .sb-title {
        margin-bottom: 3rem
    }
}

.sb-badge-container {
    overflow: hidden;
    margin-bottom: 1.5rem
}

@media screen and (min-width:48em) {
    .sb-badge-container {
        margin: 0 auto
    }
}

@media screen and (min-width:75em) {
    .sb-badge-container {
        margin: 0 3.125rem
    }
}

.sb-badge-mask {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 11.375rem;
    height: 13rem;
    position: relative;
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg)
}

@media screen and (min-width:48em) {
    .sb-badge-mask {
        width: 14.375rem;
        height: 16.4375rem
    }
}

.sb-badge {
    text-align: center;
    width: 11.1875rem;
    height: 13rem;
    border-radius: 8.125rem 7.3125rem 7.5625rem 6.5625rem;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .sb-badge.black {
        background: #000
    }

    .sb-badge.white {
        background: #fff
    }

    .sb-badge.bold-blue {
        background: #0275d5
    }

    .sb-badge.fresh-blue {
        background: #a8d1e6
    }

    .sb-badge.bold-green {
        background: #098480
    }

    .sb-badge.fresh-green {
        background: #acd7c8
    }

    .sb-badge.bold-grey {
        background: #696969
    }

    .sb-badge.bolder-grey {
        background: #707070
    }

    .sb-badge.grey {
        background: #cdcdcd
    }

    .sb-badge.light-grey {
        background: #f0f0f0
    }

    .sb-badge.lightest-grey {
        background: #f6f6f6
    }

    .sb-badge.fresh-purple {
        background: #bac1e3
    }

    .sb-badge.bold-purple {
        background: #8967ae
    }

    .sb-badge.negative {
        background: #dc211f
    }

@media screen and (min-width:48em) {
    .sb-badge {
        height: 16.4375rem;
        width: 14.125rem
    }
}

.sb-statistic {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .sb-statistic.h2 {
        font-size: 2.5rem
    }
}

.articles-listing-wrapper {
    max-width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em
}

@media screen and (min-width:48em) {
    .articles-listing-wrapper {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media screen and (min-width:75em) {
    .articles-listing-wrapper {
        width: 1072px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:87.5em) {
    .articles-listing-wrapper {
        width: 1312px
    }
}

.articles-listing-wrapper > * {
    grid-column-start: 1;
    grid-column-end: -1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 23
}

.articles-listing-wrapper > h2 {
    margin-bottom: 0;
    text-align: center
}

.articles-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1.5em;
    margin-right: -1.5em;
    padding: 5rem 1.5em;
    position: relative;
    background-color: var(--ssw-theme-color-white)
}

@media screen and (min-width:48em) {
    .articles-listing {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.articles-listing:after, .articles-listing:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw
}

.articles-listing:before {
    right: 100%
}

.articles-listing:after {
    left: 100%
}

@media screen and (min-width:48em) {
    .articles-listing {
        padding-left: 0;
        padding-right: 0;
        margin-left: -1em;
        margin-right: -1em
    }
}

.al-item-wrapper {
    margin-bottom: 2.5rem;
    width: 100%
}

    .al-item-wrapper:last-child {
        margin-bottom: 0
    }

@media screen and (min-width:48em) {
    .al-item-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        padding: 0 1em;
        max-width: 33.33333%
    }

        .al-item-wrapper:nth-last-of-type(-n+3) {
            margin-bottom: 0
        }
}

.al-metadata {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem
}

    .al-metadata img {
        border-radius: 50%;
        height: 3rem;
        margin-right: 1rem;
        -o-object-fit: contain;
        object-fit: contain;
        width: 3rem
    }

    .al-metadata strong {
        margin-bottom: .25rem
    }

.al-m-wrapped {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.al-m-timestamp {
    color: #626262
}

.article {
    min-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.article-image {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 63.50365%
}

.article-text-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.5rem 1.5rem 2.25rem
}

    .article-text-wrapper .button {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 2.5rem
    }

.article-heading {
    margin-bottom: 1rem
}

.article-category {
    font-weight: 700
}

    .article-category.blog {
        color: var(--ssw-theme-color-fresh-purple)
    }

    .article-category.press-release {
        color: var(--ssw-theme-color-bold-green)
    }

.article-summary {
    margin-bottom: auto;
    max-width: 100%
}

    .article-summary > :last-child {
        margin-bottom: 0
    }

.pagination-nav {
    margin: 2.8rem 0
}

    .pagination-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end
    }

.pagination-nav-item {
    margin: 0 !important
}

.pagination-nav-item-button, .pagination-nav-item-link {
    display: block
}

.pagination-nav-item-link {
    position: relative;
    font-weight: 700;
    text-decoration: none;
    margin: 0 .125rem;
    padding: .6875rem .875rem
}

@media screen and (min-width:23.75rem/16pxem) {
    .pagination-nav-item-link {
        padding: .6875rem .9375rem
    }
}

@media screen and (min-width:30em) {
    .pagination-nav-item-link {
        padding: .75rem 1rem
    }
}

.pagination-nav-item-link:after {
    content: "";
    display: block;
    height: .125rem;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ssw-theme-color-black);
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out
}

.pagination-nav-item-link.pagination-nav-item-link-current {
    color: var(--ssw-theme-color-bolder-grey)
}

    .pagination-nav-item-link.pagination-nav-item-link-current:after {
        width: 100%
    }

.pagination-nav-item-link:hover {
    border-bottom-color: var(--ssw-theme-color-bold-grey)
}

    .pagination-nav-item-link:hover:after {
        width: 100%;
        background: var(--ssw-theme-color-bold-grey)
    }

.pagination-nav-item-button {
    color: var(--ssw-theme-color-black);
    padding: .5rem;
    border: .125rem solid var(--ssw-theme-color-black)
}

@media screen and (min-width:30em) {
    .pagination-nav-item-button {
        padding: .625rem
    }
}

.pagination-nav-item-button svg {
    color: currentColor
}

    .pagination-nav-item-button svg use {
        fill: currentColor
    }

.pagination-nav-item-button.pagination-nav-item-button-prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width:21.875rem) {
    .pagination-nav-item-button.pagination-nav-item-button-prev {
        display: none
    }
}

.pagination-nav-item-button:hover {
    color: var(--ssw-theme-color-white);
    background: var(--ssw-theme-color-black)
}

.search-results-error {
    color: var(--ssw-theme-color-negative)
}

.search-results-item {
    display: block;
    padding: 2rem 0;
    text-decoration: none;
    border-bottom: .0625rem solid var(--ssw-theme-color-black)
}

.search-results-item-title {
    margin-bottom: 1.5rem
}

.search-results-item:hover .search-results-item-title {
    text-decoration: underline
}

.search-results-item-description {
    font-size: 1.125rem;
    margin: 0;
    color: var(--ssw-theme-color-bolder-grey);
    max-width: 56.25rem
}

@media screen and (min-width:30em) {
    .search-results-item-description {
        font-size: 1.25rem
    }
}

@media screen and (min-width:48em) {
    .feature-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1em;
        margin-right: -1em
    }
}

.feature-row .fr-item-wrapper {
    margin-bottom: 2.5rem
}

@media screen and (min-width:48em) {
    .feature-row .fr-item-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 0 1em;
        max-width: 50%;
        margin-bottom: 0
    }

        .feature-row .fr-item-wrapper:not(:first-child):not(:nth-child(2)) {
            margin-top: 4rem
        }
}

.hp-intro-text {
    text-align: center
}

@media screen and (min-width:48em) {
    .hp-intro-text {
        margin-left: auto;
        margin-right: auto;
        width: 50%
    }
}

@media screen and (min-width:48em) {
    .hp-intro-text h2 {
        font-size: 2.5rem;
        max-width: 21.25rem;
        margin: 0 auto 1.5rem
    }
}

@media screen and (min-width:48em) {
    .standard-content-page {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 2em;
        grid-template-columns: repeat(12,1fr);
        -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr
    }
}

.scp-main-content {
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .scp-main-content {
        margin-bottom: 0;
        grid-column: span 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 13
    }
}

.scp-main-content:only-child {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .scp-main-content:only-child {
        grid-column: span 12;
        -ms-grid-column: 1;
        -ms-grid-column-span: 23
    }
}

.scp-main-content .al-metadata, .scp-main-content figure {
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .scp-main-content .al-metadata {
        margin-bottom: 2.5rem
    }
}

@media screen and (min-width:48em) {
    .scp-sidebar {
        grid-column: 9/span 4;
        -ms-grid-column: 17;
        -ms-grid-column-span: 7
    }
}

.scp-sidebar > * {
    margin-bottom: 2rem
}

.scp-sidebar > :last-child {
    margin-bottom: 0
}

@media screen and (min-width:64em) {
    .scp-sidebar .quotes-widget {
        margin-top: 3rem
    }
}

@media screen and (min-width:75em) {
    .scp-sidebar .quotes-widget {
        margin-top: 4rem
    }
}

.scp-sidebar .quotes-widget .quote-card {
    margin-top: 2rem
}

@media screen and (min-width:87.5em) {
    .scp-sidebar .quotes-widget .quote-card {
        margin-top: 3rem
    }
}

@media screen and (min-width:48em) {
    .standard-landing-page {
        display: -ms-grid;
        display: grid;
        grid-gap: 2em;
        grid-template-columns: repeat(12,1fr);
        -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr
    }
}

.slp-main-content {
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .slp-main-content {
        margin-bottom: 0;
        grid-column: span 7;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 13
    }
}

.slp-main-content:only-child {
    margin-bottom: 0
}

@media screen and (min-width:48em) {
    .slp-main-content:only-child {
        grid-column: span 12;
        -ms-grid-column: 1;
        -ms-grid-column-span: 23
    }
}

.slp-full-width-main-content > * {
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    .slp-full-width-main-content > * {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

@media screen and (min-width:48em) {
    .slp-full-width-main-content {
        grid-column: span 12;
        -ms-grid-row: 2;
        grid-row: 2;
        margin-top: 2em;
        -ms-grid-column: 1;
        -ms-grid-column-span: 23
    }
}

@media screen and (min-width:48em) {
    .slp-sidebar {
        grid-column: 9/span 4;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 17;
        -ms-grid-column-span: 7
    }
}

.slp-sidebar > * {
    margin-bottom: 2rem
}

.slp-sidebar > :last-child {
    margin-bottom: 0
}

#top-of-content {
    display: none;
}

.a11y-tools button img {
    height: 2.5em;
}
