.dlsa-nav a:hover,
.dlsa-nav__logo,
.dlsa-nav__logo:hover,
.example__tab-nav a {
    text-decoration: none
}

.dlsa-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.dlsa-main {
    margin-top: .5rem
}

.dlsa-content {
    padding-top: .5rem
}

.dlsa-content>:first-child {
    margin-top: 0
}

.dlsa-heading.dls-text--lg {
    color: #333;
    font-weight: 400;
    margin-bottom: 1rem
}

.dlsa-heading span {
    font-size: 1rem;
    padding-left: .5rem
}

.dlsa-page-heading {
    margin-top: 4.5rem
}

.dlsa-component-wrapper {
    border: 5rem solid #F5F5F5;
    margin-bottom: 1.5rem;
    border-left: none;
    border-right: none
}

@media (min-width:1240px) {
    .dlsa-main-container .container {
        transition: padding-right .5s ease;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

pre {
    margin-bottom: 0
}

.dlsa-scorecard table {
    width: 48%
}

@media (max-width:768px) {
    .dlsa-scorecard table {
        width: 100%
    }
}

.dlsa-scorecard table:nth-of-type(even) {
    margin-right: 0
}

.dlsa-highlighter {
    background: #F5F5F5;
    padding: .2rem
}

.dlsa-highlighter.-class {
    color: #07a
}

.dlsa-highlighter.-text {
    color: #111
}

.dlsa-highlighter.-element {
    color: #905
}

.dlsa-highlighter.-attr {
    color: #690
}

.dlsa-callout {
    border-left: 4px solid #a9a9a9;
    padding: 1rem 1.5rem;
    background: #F5F5F5;
    margin-bottom: 2rem
}

.dlsa-callout h4,
.dlsa-callout p:last-of-type {
    margin-bottom: 0
}

.dlsa-callout.-warning {
    border-left: 4px solid orange
}

.dlsa-callout.-info {
    border-left: 4px solid #00f
}

.dlsa-callout.-danger {
    border-left: 4px solid red
}

.dlsa-callout.-success {
    border-left: 4px solid #2e8b57
}

.dlsa-callout code {
    background: ivory
}

.dlsa-callout.-a11y {
    position: relative;
    border-left: 3rem solid #003F87
}

.dlsa-callout.-a11y .dls-icon {
    color: #FFF;
    position: absolute;
    top: .75rem;
    left: -2.5rem
}

.dlsa-examples {
    padding: 1rem;
    border: 4px solid #F5F5F5;
    border-bottom: 0
}

.dlsa-code {
    border-left: 4px dashed #a9a9a9;
    margin-bottom: 3rem;
    background: #F5F5F5
}

.dlsa-code pre[class*=language-] {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 1rem;
    margin: 0
}

.dlsa-callout.mb,
.dlsa-code.mb {
    margin-bottom: 2rem
}

.dlsa-callout.mb0,
.dlsa-code.mb0 {
    margin-bottom: 0
}

.dlsa-callout.mb1,
.dlsa-code.mb1 {
    margin-bottom: 1rem
}

.dlsa-callout.mb2,
.dlsa-code.mb2 {
    margin-bottom: 2rem
}

.dlsa-callout.mb3,
.dlsa-code.mb3 {
    margin-bottom: 3rem
}

.dlsa-callout.mb4,
.dlsa-code.mb4 {
    margin-bottom: 4rem
}

.dlsa-dl dt {
    float: left
}

.dlsa-dl dd {
    text-align: right
}

.dlsa-btn {
    margin-bottom: 1rem
}

.dlsa-blockquote {
    border-left: 4px solid #00f;
    padding: .5rem 1rem;
    font-size: 1rem;
    background: #F5F5F5;
    margin-bottom: 2rem
}

.dlsa-blockquote author {
    color: #00f
}

.dlsa-header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    height: 120px;
    align-items: center;
    position: relative;
    z-index: 1
}

.dlsa-header>.container {
    display: block;
    width: 100%
}

.dlsa-header__title {
    margin: 0;
    font-size: 2.25rem
}

.dlsa-nav__button {
    z-index: 99999;
    position: fixed;
    top: 0
}

.dlsa-nav {
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #2B3336;
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateX(-300px);
    line-height: normal;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

@media (min-width:1240px) {
    .dlsa-nav {
        width: 260px
    }
}

@media (min-width:1560px) {
    .dlsa-nav {
        width: 300px
    }
}

.dlsa-nav .dlsa-nav__main {
    text-transform: uppercase;
    background: #262D30;
    padding-left: 1.5rem
}

.dlsa-nav .dlsa-nav__sub li a {
    line-height: 1rem;
    padding: 1rem 1rem 1rem 2rem;
    transition: padding .2s ease
}

@media (max-height:1000px) {
    .dlsa-nav .dlsa-nav__sub li a {
        padding: .8rem 1rem
    }
}

.dlsa-nav h2 {
    color: #fff;
    font-weight: 800;
    padding: 2rem 1.5rem 1.6rem
}

.dlsa-nav--open .dlsa-nav {
    transform: translateX(0)
}

.dlsa-nav__logo {
    height: 120px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .05)
}

.dlsa-nav__title {
    color: #fff;
    font-size: 42px;
    font-weight: 700
}

.dlsa-nav__parent {
    padding-left: 0;
    margin: 3rem 0 0
}

.dlsa-nav li {
    list-style: none
}

.dlsa-nav li a {
    display: block;
    padding: .5em 32px
}

.dlsa-nav__sub,
.dlsa-nav__sub li {
    padding-left: 2rem
}

.dlsa-nav li a,
.dlsa-nav li a:visited {
    text-decoration: none;
    color: #fff
}

.dlsa-nav li a:focus,
.dlsa-nav li a:hover {
    background: #262D30
}

.dlsa-nav__sub {
    margin-bottom: 2rem;
    font-size: .875rem
}

.dlsa-nav__sub li a {
    padding-left: 3em
}

.dlsa-nav .dls-masthead__location {
    background-color: inherit;
    height: 4rem;
    margin-bottom: 5rem;
    transition: margin .2s
}

@media (max-height:1000px) {
    .dlsa-nav .dls-masthead__location {
        margin-bottom: 3rem
    }
}

.dlsa-options {
    padding: 0;
    position: absolute;
    z-index: 99999;
    line-height: 2.5rem;
    right: 0;
    top: -1px;
    margin-bottom: 0;
    transition: width .2s ease-out
}

.dlsa-nav--open .dlsa-options {
    width: 272px;
    border-top: 1px solid #303030
}

.dlsa-options li {
    list-style: none;
    width: 3rem;
    position: relative;
    display: inline-block;
    float: left
}

.dlsa-options li label:hover {
    cursor: pointer
}

.dlsa-options label,
.dlsa-options__inline-label {
    font-size: 12px;
    background: #FEC52E;
    display: inline-block;
    margin: 0 1px 0 0;
    width: 100%;
    text-align: center;
    border-right: 1px solid #fff;
    user-select: none;
    overflow: hidden
}

.dlsa-options label span,
.dlsa-options__inline-label span {
    display: none
}

.dlsa-options__inline-label {
    display: inline;
    width: auto;
    padding: .5rem .7rem;
    margin: 0 .2rem;
    border: none
}

.dlsa-options li:last-child label {
    border-right: none
}

.dlsa-options__checkbox {
    position: absolute;
    left: -100px;
    top: -100px
}

.dlsa-options__checkbox:checked+label {
    opacity: 1
}

.dlsa-footer,
.dlsa-header,
.dlsa-main {
    margin-left: 0;
    transition: margin-left .2s ease-out
}

.dlsa-nav--open .dlsa-footer,
.dlsa-nav--open .dlsa-header,
.dlsa-nav--open .dlsa-main {
    transition: all .2s;
    transform: translateX(0);
    margin-left: 300px
}

.dlsa-header {
    transition: all .2s ease-out
}

.dlsa-nav--open .dlsa-header {
    margin-top: 0;
    opacity: 1
}

.dlsa-demo.dlsa-vr--show,
.dlsa-vr--show .st-content-inner main {
    position: relative
}

.dlsa-demo.dlsa-vr--show:after,
.dlsa-vr--show .st-content-inner main:after {
    content: '';
    display: block;
    width: 100vw;
    min-height: calc(100% + 15rem);
    position: absolute;
    pointer-events: none;
    top: -10rem;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 170, 255, .3) 1px, transparent 1px);
    background-position: left -1px;
    background-repeat: repeat;
    background-size: .5rem .5rem;
    margin-top: 0;
    padding-top: .5rem;
    transition: background-image .2s ease-out;
    z-index: 9999
}

.dlsa-colour-palette__list li::before,
.dlsa-icons__list li::before {
    content: none
}

.dlsa-home {
    background: #2B3336;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000
}

.dlsa-home .st-container {
    width: 100%
}

.dlsa-home .st-content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0
}

.dlsa-home .container,
.dlsa-home .main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1
}

.dlsa-home .dlsa-nyan {
    color: #FFC600
}

.dlsa-home code,
.dlsa-home pre {
    border-color: #000
}

.dlsa-home hr {
    border: 0;
    border-bottom: 1px solid #3C4447
}

.dlsa-home__info {
    padding-top: 7rem
}

.dlsa-home__info h3,
.dlsa-home__info p,
.dlsa-home__info ul li {
    color: #000
}

.dlsa-home__headline {
    font-weight: 300;
    line-height: 1.3;
    margin-top: 2rem;
    max-width: 600px;
    transition: font-size .2s;
    font-size: 7rem
}

@media (max-height:880px) {
    .dlsa-home__headline {
        font-size: 5rem
    }
}

@media (max-height:400px) {
    .dlsa-home__headline {
        font-size: 4rem
    }
}

@media (max-width:640px) {
    .dlsa-home__headline {
        margin-top: 2rem;
        font-size: 4.5rem;
        line-height: 6rem
    }
}

@media (max-width:400px) {
    .dlsa-home__headline {
        margin-top: 2rem;
        font-size: 3.5rem;
        line-height: 4.5rem
    }
}

.dlsa-home__version {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 3rem
}

.dlsa-home__last-updated {
    color: #fff;
    font-size: .75rem;
    margin-top: auto;
    padding-top: 1.5rem
}

.dlsa-status,
code {
    font-size: .875rem
}

.dlsa-home .dls-masthead__logo {
    background-color: currentColor;
    color: #FFC600
}

.dlsa-home .dls-btn {
    color: #FFC600;
    border-color: currentColor
}

.dlsa-home .dls-btn,
.dlsa-home .dls-masthead__logo,
.dlsa-home .dlsa-nav__button .dlsa-btn,
.dlsa-home .dlsa-nyan,
.dlsa-home__headline,
.dlsa-home__version {
    animation-name: colour-crossfade;
    animation-duration: 180s;
    animation-timing-function: cubic-bezier(.965, .035, .06, .97);
    animation-iteration-count: infinite;
    animation-delay: 15s
}

.dlsa-home .dls-btn span {
    color: #fff
}

.dlsa-home .dls-masthead__logo,
.dlsa-home .dlsa-nav__button .dlsa-btn {
    border: none;
    animation-name: colour-crossfade-bg
}

.dlsa-home .dls-text.-headline-lg {
    line-height: 2.5rem;
    letter-spacing: .1rem
}

.dlsa-home .dlsa-page-heading {
    margin-top: 3rem
}

.dlsa-home .st-content,
.dlsa-home .st-content-inner {
    background: #2B3336;
    color: #FFC600
}

.dlsa-home .dlsa-options label {
    border-right: 1px solid #2B3336
}

.dlsa-home .dlsa-main {
    margin-top: 0;
    flex-grow: 1
}

.dlsa-home__copy {
    margin-top: 8vh
}

.dlsa-home__blocks {
    max-width: 860px;
    margin: 1rem 0 1.5rem -.4rem
}

.dlsa-home__blocks .-block {
    margin: .5rem;
    height: 3rem;
    width: auto;
    color: #fff
}

@media (max-width:400px) {
    .dlsa-home__blocks .-block {
        height: 2.5rem;
        margin: .5rem .25rem
    }
}

.dlsa-home__blocks .-principles {
    width: 114px;
    height: 125px
}

@media (max-width:991px),
(max-height:880px) {
    .dlsa-home__blocks .-principles {
        width: 57px;
        height: 62px
    }
}

@media (max-width:460px) {
    .dlsa-home__blocks .-principles {
        width: 38px;
        height: 42px
    }
}

.dlsa-home__blocks .-blueprint {
    width: 92px;
    height: 64px
}

@media (max-width:991px),
(max-height:880px) {
    .dlsa-home__blocks .-blueprint {
        width: 46px;
        height: 32px
    }
}

@media (max-width:460px) {
    .dlsa-home__blocks .-blueprint {
        width: 31px;
        height: 21px
    }
}

.dlsa-home__blocks .-material {
    width: 93px;
    height: 62px
}

@media (max-width:991px),
(max-height:880px) {
    .dlsa-home__blocks .-material {
        width: 46px;
        height: 31px
    }
}

@media (max-width:460px) {
    .dlsa-home__blocks .-material {
        width: 31px;
        height: 21px
    }
}

.dlsa-home__blocks .-room {
    width: 93px;
    height: 94px
}

@media (max-width:991px),
(max-height:880px) {
    .dlsa-home__blocks .-room {
        width: 46px;
        height: 47px
    }
}

@media (max-width:460px) {
    .dlsa-home__blocks .-room {
        width: 31px;
        height: 31px
    }
}

.dlsa-home__blocks .-apartment {
    width: 175px;
    height: 125px
}

@media (max-width:991px),
(max-height:880px) {
    .dlsa-home__blocks .-apartment {
        width: 87px;
        height: 62px
    }
}

@media (max-width:460px) {
    .dlsa-home__blocks .-apartment {
        width: 58px;
        height: 42px
    }
}

.dlsa-home__blocks .-building {
    width: 176px;
    height: 233px
}

@media (max-width:991px),
(max-height:880px) {
    .dlsa-home__blocks .-building {
        width: 88px;
        height: 116px
    }
}

@media (max-width:460px) {
    .dlsa-home__blocks .-building {
        width: 59px;
        height: 78px
    }
}

.dlsa-home__node-logo {
    width: 100px
}

.dlsa-home__built-with {
    margin-top: 8vh
}

.dlsa-home__built-with img,
.dlsa-home__built-with p {
    display: inline-block;
    vertical-align: middle
}

.dlsa-home .dlsa-options,
.example__panel {
    display: none
}

.dlsa-home__built-with p {
    margin-right: 1em;
    margin-bottom: 6px
}

@keyframes colour-crossfade {
    0% {
        color: #FFC600
    }
    20% {
        color: #007BC1
    }
    40% {
        color: #7a39f2
    }
    60% {
        color: #23DDD9
    }
    80% {
        color: #E63228
    }
}

@keyframes colour-crossfade-bg {
    0% {
        background-color: #FFC600;
        color: #000
    }
    20% {
        background-color: #007BC1;
        color: #fff
    }
    40% {
        background-color: #7a39f2;
        color: #fff
    }
    60% {
        background-color: #23DDD9;
        color: #fff
    }
    80% {
        background-color: #E63228;
        color: #fff
    }
}

.dlsa-page-footer {
    margin-top: 5rem;
    padding-top: 2rem;
    border-top: 1px solid #737373
}

code {
    padding: 2px 4px;
    color: #905;
    background-color: #f5f2f0;
    border-radius: 4px
}

p code {
    white-space: nowrap
}

.example {
    position: relative;
    width: 762px
}

.example__panel--active {
    display: block
}

.example__tab-nav {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.example__tab-nav a {
    display: block;
    padding: 13px 19px;
    opacity: 0;
    background-color: rgba(255, 0, 0, .2)
}

.dlsa-typography__link a.-jjj.-hover,
.dlsa-typography__link a.-jjj:hover,
.dlsa-typography__link a.-kids.-hover,
.dlsa-typography__link a.-kids:hover,
.dlsa-typography__link a.-master.-hover,
.dlsa-typography__link a.-master:hover,
.dlsa-typography__link a.-me.-hover,
.dlsa-typography__link a.-me:hover,
.dlsa-typography__link a.-news.-hover,
.dlsa-typography__link a.-news:hover,
.dlsa-typography__link a.-radio.-hover,
.dlsa-typography__link a.-radio:hover,
.dlsa-typography__link a.-tv.-hover,
.dlsa-typography__link a.-tv:hover {
    text-decoration: underline
}

.example__tab-nav li:nth-child(2n) a {
    background-color: rgba(0, 0, 255, .2)
}

.example__tab-nav li:last-child {
    margin-left: auto
}

.content-404 {
    max-width: 35rem
}

@media (max-width:600px) {
    .dlsa-footer,
    .dlsa-header,
    .dlsa-main {
        transition: all .2s ease-out
    }
    .dlsa-nav--open .dlsa-footer,
    .dlsa-nav--open .dlsa-header,
    .dlsa-nav--open .dlsa-main {
        margin-left: 0;
        transform: translateX(300px)
    }
}

@media (min-width:62em) {
    .dlsa-abc-now .dls-card:before {
        box-shadow: none
    }
    .dlsa-abc-now .dls-card.-feature {
        width: 100%
    }
}

.dlsa-leaderboard {
    position: relative;
    background-color: #000
}

.dlsa-leaderboard article {
    min-height: 370px;
    background-image: url(../images/ABC-NOW-web-banner.jpeg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain
}

.dlsa-leaderboard .dlsa-leaderboard-inner {
    width: 30%;
    position: relative
}

.dlsa-leaderboard .dlsa-leaderboard-inner h1 {
    color: #fff;
    padding-top: 50px
}

.dlsa-leaderboard .dlsa-leaderboard-inner .dls-card__status {
    right: inherit;
    left: 0
}

.dlsa-leaderboard .dls-card.-feature .dls-card__title {
    position: absolute;
    bottom: 0;
    margin: 0
}

.abc-now-banner .dls-card.-feature .dls-card__title {
    position: relative
}

.abc-now-sidebar article {
    background-color: #FFC600;
    padding: 10px;
    margin-bottom: 20px
}

.abc-now-sidebar .dls-text.-headline-sm {
    margin: 0 0 5px
}

.abc-now-form-contact .hide {
    display: none!important
}

.dls-masthead__category-core a {
    color: #000
}

.dlsa-status {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 3rem
}

.dlsa-status dd,
.dlsa-status dt {
    display: inline-block;
    padding-top: .3rem;
    padding-bottom: .1rem
}

.dlsa-status dd {
    font-weight: 600;
    background-color: #FFF;
    padding-left: .875rem;
    padding-right: .875rem;
    margin-left: .25rem;
    border-radius: .25rem;
    text-transform: capitalize
}

.dls-site-nav__ul a,
.dlsa-colour-palette .dls-dl.-vertical dt,
.dlsa-sassdoc-link {
    font-weight: 400
}

.dlsa-status dd a,
.dlsa-status dd a:visited {
    color: #FFF
}

.dlsa-status dd a:focus {
    background-color: transparent;
    box-shadow: none;
    outline: 0
}

.dlsa-grid__container-guide,
.dlsa-grid__row-guide {
    box-shadow: inset 1px 1px rgba(255, 99, 71, .2), inset -1px -1px rgba(255, 99, 71, .2)
}

.dlsa-status.-development dd {
    color: #FFF;
    background-color: #c9302c
}

.dlsa-status.-alpha dd {
    color: #FFF;
    background-color: #ec971f
}

.dlsa-status.-beta dd {
    color: #FFF;
    background-color: #31b0d5
}

.dlsa-status.-recommended dd {
    color: #FFF;
    background-color: #5cb85c
}

.dlsa-sassdoc-link {
    display: inline-block;
    float: right
}

.dlsa-sassdoc-link .dls-icon {
    width: 1rem;
    height: 1rem;
    margin: 1px 0 0 .5rem
}

.dls-custom table tr td svg,
.dls-table tr td svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #228b22;
    margin-bottom: -5px
}

.dls-custom table tr td svg.-fail,
.dls-table tr td svg.-fail {
    color: #FF4500
}

.dls-custom table tr td.-pass,
.dls-table tr td.-pass {
    color: #228b22
}

.dls-custom table tr td.-fail,
.dls-table tr td.-fail {
    color: #FF4500
}

.dlsa-screen-size {
    font-size: .75rem;
    height: 1.5rem;
    background-color: #39cccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px
}

.dlsa-screen-xs {
    max-width: 34rem;
    color: #fff;
    background-color: #1E88E5
}

.dlsa-screen-sm {
    max-width: 48rem;
    color: #fff;
    background-color: #42A5F5
}

.dlsa-screen-md {
    max-width: 62rem;
    color: #000;
    background-color: #64B5F6
}

.dlsa-screen-lg {
    max-width: 75rem;
    color: #000;
    background-color: #90CAF9
}

.dlsa-screen-xl {
    max-width: none;
    color: #000;
    background-color: #BBDEFB
}

.dlsa-screen-xxl {
    background-color: #E3F2FD
}

.dlsa-screen-sizes-fixed {
    font-size: 16px;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 0;
    height: 24px;
    margin-bottom: 0;
    display: none;
    transition: width .2s ease-out
}

.dlsa-bp--show .dlsa-screen-sizes-fixed {
    display: block;
    width: 100%;
    height: 24px
}

.dlsa-nav--open .dlsa-screen-sizes-fixed {
    height: 32px
}

.dlsa-screen-sizes-fixed .dlsa-screen-size {
    position: absolute;
    top: 0;
    width: 100%;
    height: 24px
}

.dlsa-nav--open .dlsa-screen-sizes-fixed .dlsa-screen-size {
    height: 32px
}

.dlsa-screen-sizes-fixed .dlsa-screen-xs span {
    margin-left: 140px
}

.dlsa-screen-sizes-fixed .dlsa-screen-sm span {
    margin-left: 34rem
}

.dlsa-screen-sizes-fixed .dlsa-screen-md span {
    margin-left: 48rem
}

.dlsa-screen-sizes-fixed .dlsa-screen-lg span {
    margin-left: 62rem
}

.dlsa-screen-sizes-fixed .dlsa-screen-xl span {
    margin-left: 75rem
}

.dlsa-breakpoints-table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #F5F5F5
}

.dlsa-breakpoints-table td {
    padding: .5rem 3rem .5rem 1rem;
    vertical-align: top
}

.dlsa-breakpoints-table td strong {
    margin-right: 1rem
}

.dlsa-breakpoints .st-content-inner {
    padding-bottom: 0
}

.dlsa-grid-example {
    margin-bottom: 1rem
}

.dlsa-grid-example .dls-col {
    background: rgba(152, 214, 245, .5);
    outline: rgba(152, 214, 245, .75) solid 1px
}

.dlsa-grid-example .dls-col span {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background: rgba(255, 255, 255, .5)
}

.dlsa-grid-example .dlsa-grid__nested,
.dlsa-grid__offset {
    background-color: rgba(230, 230, 250, .4);
    outline: #e6e6fa solid 1px
}

.dlsa-grid-example .dlsa-grid__nested {
    padding-top: 16px;
    padding-bottom: 16px
}

.dlsa-grid-example .dlsa-grid__nested .dls-row {
    margin-bottom: 0
}

.dlsa-grid__container-guide {
    display: block;
    text-align: center;
    background-color: #0ff
}

.dlsa-grid__row-guide {
    justify-content: center;
    background-color: rgba(255, 99, 71, .1)
}

.dlsa-modifier-list {
    max-width: 34rem;
    margin-bottom: 2rem
}

.dlsa-modifier-list dd:nth-child(2),
.dlsa-modifier-list dt:nth-child(1) {
    border-top: 1px solid #d5d5d5
}

.dlsa-modifier-list dd,
.dlsa-modifier-list dt {
    border-bottom: 1px solid #d5d5d5;
    padding: .4rem .4rem .3rem .2rem
}

.dlsa-modifier-list dd {
    margin-left: 0;
    padding-left: 1rem
}

.dlsa-modifier-list.-row-modifiers dt {
    flex-basis: 35%
}

.dlsa-modifier-list.-row-modifiers dd {
    flex-basis: calc(65% - 1rem)
}

.dlsa-modifier-list.-col-modifiers {
    max-width: 35rem
}

.dlsa-modifier-list.-col-modifiers dt {
    flex-basis: 15rem
}

.dlsa-modifier-list.-col-modifiers dd {
    flex-basis: calc(100% - 15rem)
}

.dlsa-grid .dls-row.-intro .dls-col {
    background: 0 0;
    outline: 0
}

.dlsa-demo-grid.-demo1,
.dlsa-demo-grid.-demo2 {
    margin-bottom: 3rem
}

.dlsa-demo-grid.-wrap .dls-col {
    flex-basis: calc(100%/4);
    max-width: calc(100%/4)
}

.dlsa-demo-grid-controls {
    margin-bottom: 1.5rem;
    text-align: center
}

.dlsa-grid .dls-row.-packery,
.dlsa-grid-example__divider {
    margin-bottom: 1rem
}

.dlsa-demo-grid-controls .dls-btn {
    display: inline-block;
    width: 100%;
    max-width: 10rem;
    margin-right: .5rem;
    padding: .55rem .6rem .35rem
}

.dlsa-demo-grid-controls.-demo2 .dls-btn {
    max-width: 16rem
}

.dlsa-demo-grid-controls [data-column=type][aria-pressed=true] span:first-child,
.dlsa-demo-grid-controls [data-column=type][aria-pressed=false] span:last-child,
.dlsa-demo-grid-controls [data-column=toggle][aria-pressed=true] .dls-toggle__text span {
    display: none
}

.dlsa-demo-grid-controls [data-column=toggle][aria-pressed=false] .dls-toggle__text span {
    display: inline
}

.dlsa-grid .dls-row.-packery>* {
    outline: 0
}

.dlsa-grid .dls-row.-packery>* span {
    min-height: 0;
    height: 60px
}

.dlsa-grid .dls-row.-packery>:nth-child(1) span {
    height: 100px;
    background: rgba(255, 255, 255, .5)
}

.dlsa-grid .dls-row.-packery>:nth-child(2) span {
    height: 80px;
    background: rgba(255, 255, 255, 0)
}

.dlsa-grid .dls-row.-packery>:nth-child(3) span {
    height: 60px;
    background: rgba(255, 255, 255, .7)
}

.dlsa-grid .dls-row.-packery>:nth-child(4) span {
    height: 80px;
    background: rgba(255, 255, 255, .5)
}

.dlsa-grid .dls-row.-packery>:nth-child(5) span {
    height: 60px;
    background: rgba(255, 255, 255, .8)
}

.dlsa-grid .dls-row.-packery>:nth-child(6) span {
    height: 90px;
    background: rgba(255, 255, 255, .4)
}

.dlsa-grid .dls-row.-packery>:nth-child(7) span {
    height: 90px;
    background: rgba(255, 255, 255, .2)
}

.dlsa-grid .dls-row.-packery>:nth-child(8) span {
    height: 50px;
    background: rgba(255, 255, 255, .1)
}

.dlsa-grid-example__divider span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: rgba(152, 214, 245, .5)
}

.dlsa-fixed-12col {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    pointer-events: none;
    width: 100%;
    opacity: 0;
    height: 0;
    transition: all .2s ease-out
}

.dlsa-fixed-12col .dls-row,
.dlsa-fixed-12col>.container {
    min-height: 100vh
}

.dlsa-fixed-12col .dls-col {
    flex-basis: 0
}

.dlsa-fixed-12col .dls-col span {
    display: flex;
    min-height: 100vh;
    background-color: rgba(255, 105, 180, .075)
}

.dlsa-grid .dlsa-fixed-12col .dls-row .dls-col {
    outline: 0;
    background: 0 0
}

.dlsa-grid .dlsa-fixed-12col .dls-row .dls-col span {
    min-height: 100vh;
    background-color: rgba(255, 105, 180, .075)
}

.dlsa-nav--open .dlsa-fixed-12col {
    width: calc(100% - 272px);
    margin-left: 272px
}

.dlsa-grid--show .dlsa-fixed-12col {
    opacity: 1;
    height: auto
}

@media (min-width:1240px) {
    .dlsa-fixed-12col {
        left: 260px;
        width: calc(100% - 260px)
    }
}

@media (min-width:1560px) {
    .dlsa-fixed-12col {
        left: 300px;
        width: calc(100% - 300px)
    }
}

.dlsa-text-sizes {
    list-style: none;
    padding-left: 0
}

.dlsa-text-sizes .row {
    margin-bottom: 1.5rem
}

.dlsa-text-sizes li {
    margin: 0
}

.dlsa-text-sizes h3 {
    margin-top: 0
}

.dlsa-text-sizes__highlight {
    background-color: rgba(255, 215, 0, .2)
}

.dlsa-examples .dls-btn {
    margin-bottom: 1.5rem
}

.dlsa-buttons .dlsa-examples {
    margin-bottom: -1.5rem
}

.dlsa-examples__login {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto
}

.dlsa-colour-palette__list {
    margin: -.5rem;
    display: flex;
    flex-wrap: wrap
}

.dlsa-colour-palette__list li {
    padding-left: 0;
    margin-bottom: 0
}

.dlsa-colour-palette .dls-colour {
    padding: 1rem;
    margin: .5rem .5rem 1rem;
    border: 1px solid #a9a9a9;
    flex-basis: calc(50% - 1rem);
    display: flex
}

.dlsa-colour-palette .dls-dl.-vertical,
.dlsa-colour-palette .dls-dl.-vertical dd:last-child {
    margin-bottom: 0
}

@media (max-width:61.9375em) {
    .dlsa-colour-palette .dls-colour {
        flex-direction: column
    }
}

@media (max-width:33.9375em) {
    .dlsa-colour-palette .dls-colour {
        flex-direction: row;
        flex-basis: 100%
    }
}

.dlsa-colour-palette .dls-colour .-master {
    color: #FFC600
}

.dlsa-colour-palette .dls-colour .-master.-bg {
    background-color: #FFC600
}

.dlsa-colour-palette .dls-colour .-news {
    color: #0F1010
}

.dlsa-colour-palette .dls-colour .-news.-bg {
    background-color: #0F1010
}

.dlsa-colour-palette .dls-colour .-tv {
    color: #23DDD9
}

.dlsa-colour-palette .dls-colour .-tv.-bg {
    background-color: #23DDD9
}

.dlsa-colour-palette .dls-colour .-radio {
    color: #5C0FE9
}

.dlsa-colour-palette .dls-colour .-radio.-bg {
    background-color: #5C0FE9
}

.dlsa-colour-palette .dls-colour .-jjj {
    color: #E63228
}

.dlsa-colour-palette .dls-colour .-jjj.-bg {
    background-color: #E63228
}

.dlsa-colour-palette .dls-colour .-kids {
    color: #007BC1
}

.dlsa-colour-palette .dls-colour .-kids.-bg {
    background-color: #007BC1
}

.dlsa-colour-palette .dls-colour .-me {
    color: #E6F300
}

.dlsa-colour-palette .dls-colour .-me.-bg {
    background-color: #E6F300
}

.dlsa-colour-palette .dls-colour .-accent-news {
    color: #00CFFF
}

.dlsa-colour-palette .dls-colour .-accent-news.-bg {
    background-color: #00CFFF
}

.dlsa-colour-palette .dls-colour .-accent-tv {
    color: #23DDD9
}

.dlsa-colour-palette .dls-colour .-accent-tv.-bg {
    background-color: #23DDD9
}

.dlsa-colour-palette .dls-colour .-accent-radio {
    color: #00CB99
}

.dlsa-colour-palette .dls-colour .-accent-radio.-bg {
    background-color: #00CB99
}

.dlsa-colour-palette .dls-colour .-accent-jjj {
    color: #EF4135
}

.dlsa-colour-palette .dls-colour .-accent-jjj.-bg {
    background-color: #EF4135
}

.dlsa-colour-palette .dls-colour .-accent-kids {
    color: #FFD503
}

.dlsa-colour-palette .dls-colour .-accent-kids.-bg {
    background-color: #FFD503
}

.dlsa-colour-palette .dls-colour .-accent-me {
    color: #25C4FF
}

.dlsa-colour-palette .dls-colour .-accent-me.-bg {
    background-color: #25C4FF
}

.dlsa-colour-palette .dls-colour .-link {
    color: #2A7AB0
}

.dlsa-colour-palette .dls-colour .-link.-bg {
    background-color: #2A7AB0
}

.dlsa-colour-palette .dls-colour .-visited {
    color: #551A8B
}

.dlsa-colour-palette .dls-colour .-visited.-bg {
    background-color: #551A8B
}

.dlsa-colour-palette .dls-colour .-link-news {
    color: #002AFF
}

.dlsa-colour-palette .dls-colour .-link-news.-bg {
    background-color: #002AFF
}

.dlsa-colour-palette .dls-colour .-link-tv {
    color: #008481
}

.dlsa-colour-palette .dls-colour .-link-tv.-bg {
    background-color: #008481
}

.dlsa-colour-palette .dls-colour .-link-radio {
    color: #5C0FE9
}

.dlsa-colour-palette .dls-colour .-link-radio.-bg {
    background-color: #5C0FE9
}

.dlsa-colour-palette .dls-colour .-link-jjj {
    color: #E03125
}

.dlsa-colour-palette .dls-colour .-link-jjj.-bg {
    background-color: #E03125
}

.dlsa-colour-palette .dls-colour .-link-kids {
    color: #007BC1
}

.dlsa-colour-palette .dls-colour .-link-kids.-bg {
    background-color: #007BC1
}

.dlsa-colour-palette .dls-colour .-link-me {
    color: #3455DB
}

.dlsa-colour-palette .dls-colour .-link-me.-bg {
    background-color: #3455DB
}

.dlsa-colour-palette .dls-colour .-black {
    color: #000
}

.dlsa-colour-palette .dls-colour .-black.-bg {
    background-color: #000
}

.dlsa-colour-palette .dls-colour .-white {
    color: #FFF
}

.dlsa-colour-palette .dls-colour .-white.-bg {
    background-color: #FFF
}

.dlsa-colour-palette .dls-colour .-medium-grey {
    color: #979797
}

.dlsa-colour-palette .dls-colour .-medium-grey.-bg {
    background-color: #979797
}

.dlsa-colour-palette .dls-colour .-light-grey {
    color: #F5F5F5
}

.dlsa-colour-palette .dls-colour .-light-grey.-bg {
    background-color: #F5F5F5
}

.dlsa-colour-palette .dls-colour .-hairline {
    color: #CBCBCB
}

.dlsa-colour-palette .dls-colour .-hairline.-bg {
    background-color: #CBCBCB
}

.dlsa-colour-palette .dls-colour .-aa {
    color: #737373
}

.dlsa-colour-palette .dls-colour .-aa.-bg {
    background-color: #737373
}

.dlsa-colour-palette .dls-colour .-charcoal {
    color: #2B3336
}

.dlsa-colour-palette .dls-colour .-charcoal.-bg {
    background-color: #2B3336
}

.dlsa-colour-palette .dls-colour .-light-charcoal {
    color: #3C4447
}

.dlsa-colour-palette .dls-colour .-light-charcoal.-bg {
    background-color: #3C4447
}

.dlsa-colour-palette .dls-colour .-error {
    color: #FF0017
}

.dlsa-colour-palette .dls-colour .-error.-bg {
    background-color: #FF0017
}

.dlsa-colour-palette .dls-colour .-valid {
    color: #6DC137
}

.dlsa-colour-palette .dls-colour .-valid.-bg {
    background-color: #6DC137
}

.dlsa-colour-palette .dls-colour .-facebook {
    color: #3B5998
}

.dlsa-colour-palette .dls-colour .-facebook.-bg {
    background-color: #3B5998
}

.dlsa-colour-palette .dls-colour .-twitter {
    color: #4099FF
}

.dlsa-colour-palette .dls-colour .-twitter.-bg {
    background-color: #4099FF
}

.dlsa-colour-palette .dls-colour .-google {
    color: #EA4335
}

.dlsa-colour-palette .dls-colour .-google.-bg {
    background-color: #EA4335
}

.dlsa-colour-palette .dlsa-scorecard__table {
    display: block
}

.dlsa-colour-palette .-swatch {
    flex-basis: 12.5rem;
    flex-shrink: 0
}

@media (max-width:30em) {
    .dlsa-colour-palette .-swatch {
        flex-basis: 33.3333%
    }
}

.dlsa-colour-palette .colour-properties {
    margin-left: 1rem
}

@media (min-width:33.9375em) and (max-width:61.9375em) {
    .dlsa-colour-palette .colour-properties {
        margin-top: 1rem;
        margin-left: 0
    }
}

.dlsa-colour-palette .dls-dl {
    color: #000
}

.dlsa-colour-palette .-hairline .-headline-sm,
.dlsa-colour-palette .-light-grey .-headline-sm,
.dlsa-colour-palette .-white .-headline-sm {
    color: #737373
}

.dlsa-forms main .container {
    position: relative
}

.dlsa-forms__section {
    position: relative;
    z-index: 2
}

.dls-text-input.-focus .dls-text-input__field,
.dls-text-input.-focus.-master .dls-text-input__field {
    border-color: #FFC600;
    border-left-width: .5rem;
    padding-left: 1rem
}

.dls-text-input.-focus.-news .dls-text-input__field {
    border-color: #0F1010;
    border-left-width: .5rem;
    padding-left: 1rem
}

.dls-text-input.-focus.-tv .dls-text-input__field {
    border-color: #23DDD9;
    border-left-width: .5rem;
    padding-left: 1rem
}

.dls-text-input.-focus.-radio .dls-text-input__field {
    border-color: #5C0FE9;
    border-left-width: .5rem;
    padding-left: 1rem
}

.dls-text-input.-focus.-jjj .dls-text-input__field {
    border-color: #E63228;
    border-left-width: .5rem;
    padding-left: 1rem
}

.dls-text-input.-focus.-kids .dls-text-input__field {
    border-color: #007BC1;
    border-left-width: .5rem;
    padding-left: 1rem
}

.dls-text-input.-focus.-me .dls-text-input__field {
    border-color: #E6F300;
    border-left-width: .5rem;
    padding-left: 1rem
}

.dlsa-text-inputs .-border {
    border: 2px solid #F5F5F5;
    padding: 1rem 1rem 0;
    margin-bottom: 1.5rem
}

.dlsa-checkboxes .-border,
.dlsa-radio-groups .-border {
    display: flex;
    border: 2px solid #F5F5F5;
    padding-top: 1rem;
    padding-left: 1rem
}

.dlsa-text-inputs .dls-text.-topic {
    margin-bottom: 0;
    color: #737373
}

.dlsa-checkboxes .dls-col {
    display: flex;
    flex-direction: column
}

.dlsa-checkboxes .-border {
    flex-grow: 1;
    padding-right: 2rem;
    margin-bottom: 1rem
}

.dlsa-checkboxes .dls-text.-topic,
.dlsa-radio-groups .dls-text.-topic {
    margin-bottom: 0;
    color: #737373
}

.dlsa-checkboxes .dls-col:nth-child(2) .dls-checkbox {
    max-width: 20rem
}

.dlsa-checkboxes ul {
    max-width: 30rem
}

.dlsa-radio-groups .-border {
    flex-grow: 1;
    margin-bottom: 1rem
}

.dlsa-select .-border,
.dlsa-textarea .-border {
    border: 2px solid #F5F5F5;
    padding: 1rem 1rem 0;
    display: flex
}

.dlsa-radio-groups .dls-radio__option {
    max-width: 20rem
}

.dlsa-radio-groups .dls-col {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.dlsa-select .dls-text.-topic {
    margin-bottom: 0;
    color: #737373
}

.dlsa-select .-border {
    flex-grow: 1;
    margin-bottom: 1rem
}

.dlsa-select .dls-col {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.dlsa-textarea .dls-text.-topic {
    margin-bottom: 0;
    color: #737373
}

.dlsa-textarea .-border {
    flex-grow: 1;
    margin-bottom: 1rem
}

.dlsa-textarea .dls-col {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.ref {
    position: absolute;
    left: 500px;
    top: 164px;
    z-index: 4;
    opacity: 1
}

.dlsa-icons__list {
    list-style: none;
    padding-left: 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap
}

.dlsa-icons__list li {
    display: flex;
    border: 1px solid #ddd;
    padding: 1rem .25rem 1rem 1rem;
    margin: .125rem;
    flex-grow: 1;
    flex-basis: 12rem
}

.dlsa-icons__list .icon-blank {
    border: none
}

.dlsa-icons__list .icon-name {
    display: flex;
    align-self: center;
    text-align: center
}

.dlsa-icons__list .icon-name code {
    font-size: .75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dlsa-icons__list.-icon-set svg {
    vertical-align: middle;
    width: 2rem;
    height: 2rem
}

.dlsa-icons__list.-icon-set .icon-name {
    margin-left: 1rem
}

.dlsa-icons__list.-logos li {
    flex-direction: column;
    flex-basis: 24rem;
    padding: 1rem
}

@media (max-width:61.9375em) {
    .dlsa-icons__list.-logos li {
        flex-basis: 12rem
    }
}

.dlsa-icons__list.-logos .icon-name {
    margin-top: 2rem
}

.dlsa-icons__list.-logos svg {
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem
}

@media (max-width:47.9375em) {
    .dlsa-fixed-12col .dls-col span,
    .dlsa-grid .dlsa-fixed-12col .dls-row .dls-col span {
        box-shadow: 0 0 0 .5px rgba(255, 105, 180, .2)
    }
    .dlsa-icons__list.-logos svg {
        width: 6rem
    }
}

@media (max-width:33.9375em) {
    .dlsa-icons__list.-logos svg {
        height: 6rem
    }
}

.dlsa-typography__link a.-master {
    color: #2A7AB0
}

.dlsa-typography__link a.-master.-visited,
.dlsa-typography__link a.-master:visited {
    color: #551A8B
}

.dlsa-typography__link a.-master.-default,
.dlsa-typography__link a.-master.-default:visited .dlsa-typography__link a.-master.-hover,
.dlsa-typography__link a.-master.-hover:visited,
.dlsa-typography__link a.-master:hover {
    color: #2A7AB0
}

.dlsa-typography__link a.-master.-focus,
.dlsa-typography__link a.-master.-focus:visited,
.dlsa-typography__link a.-master:focus {
    color: #FFF;
    background-color: #2A7AB0;
    box-shadow: 0 -1px 0 2px #2A7AB0
}

.dlsa-typography__link .-master.-swatch {
    background-color: #2A7AB0
}

.dlsa-typography__link a.-news {
    color: #002AFF
}

.dlsa-typography__link a.-news.-visited,
.dlsa-typography__link a.-news:visited {
    color: #551A8B
}

.dlsa-typography__link a.-news.-default,
.dlsa-typography__link a.-news.-default:visited .dlsa-typography__link a.-news.-hover,
.dlsa-typography__link a.-news.-hover:visited,
.dlsa-typography__link a.-news:hover {
    color: #002AFF
}

.dlsa-typography__link a.-news.-focus,
.dlsa-typography__link a.-news.-focus:visited,
.dlsa-typography__link a.-news:focus {
    color: #FFF;
    background-color: #002AFF;
    box-shadow: 0 -1px 0 2px #002AFF
}

.dlsa-typography__link .-news.-swatch {
    background-color: #002AFF
}

.dlsa-typography__link a.-tv {
    color: #008481
}

.dlsa-typography__link a.-tv.-visited,
.dlsa-typography__link a.-tv:visited {
    color: #551A8B
}

.dlsa-typography__link a.-tv.-default,
.dlsa-typography__link a.-tv.-default:visited .dlsa-typography__link a.-tv.-hover,
.dlsa-typography__link a.-tv.-hover:visited,
.dlsa-typography__link a.-tv:hover {
    color: #008481
}

.dlsa-typography__link a.-tv.-focus,
.dlsa-typography__link a.-tv.-focus:visited,
.dlsa-typography__link a.-tv:focus {
    color: #FFF;
    background-color: #008481;
    box-shadow: 0 -1px 0 2px #008481
}

.dlsa-typography__link .-tv.-swatch {
    background-color: #008481
}

.dlsa-typography__link a.-radio {
    color: #5C0FE9
}

.dlsa-typography__link a.-radio.-visited,
.dlsa-typography__link a.-radio:visited {
    color: #551A8B
}

.dlsa-typography__link a.-radio.-default,
.dlsa-typography__link a.-radio.-default:visited .dlsa-typography__link a.-radio.-hover,
.dlsa-typography__link a.-radio.-hover:visited,
.dlsa-typography__link a.-radio:hover {
    color: #5C0FE9
}

.dlsa-typography__link a.-radio.-focus,
.dlsa-typography__link a.-radio.-focus:visited,
.dlsa-typography__link a.-radio:focus {
    color: #FFF;
    background-color: #5C0FE9;
    box-shadow: 0 -1px 0 2px #5C0FE9
}

.dlsa-typography__link .-radio.-swatch {
    background-color: #5C0FE9
}

.dlsa-typography__link a.-jjj {
    color: #E03125
}

.dlsa-typography__link a.-jjj.-visited,
.dlsa-typography__link a.-jjj:visited {
    color: #551A8B
}

.dlsa-typography__link a.-jjj.-default,
.dlsa-typography__link a.-jjj.-default:visited .dlsa-typography__link a.-jjj.-hover,
.dlsa-typography__link a.-jjj.-hover:visited,
.dlsa-typography__link a.-jjj:hover {
    color: #E03125
}

.dlsa-typography__link a.-jjj.-focus,
.dlsa-typography__link a.-jjj.-focus:visited,
.dlsa-typography__link a.-jjj:focus {
    color: #FFF;
    background-color: #E03125;
    box-shadow: 0 -1px 0 2px #E03125
}

.dlsa-typography__link .-jjj.-swatch {
    background-color: #E03125
}

.dlsa-typography__link a.-kids {
    color: #007BC1
}

.dlsa-typography__link a.-kids.-visited,
.dlsa-typography__link a.-kids:visited {
    color: #551A8B
}

.dlsa-typography__link a.-kids.-default,
.dlsa-typography__link a.-kids.-default:visited .dlsa-typography__link a.-kids.-hover,
.dlsa-typography__link a.-kids.-hover:visited,
.dlsa-typography__link a.-kids:hover {
    color: #007BC1
}

.dlsa-typography__link a.-kids.-focus,
.dlsa-typography__link a.-kids.-focus:visited,
.dlsa-typography__link a.-kids:focus {
    color: #FFF;
    background-color: #007BC1;
    box-shadow: 0 -1px 0 2px #007BC1
}

.dlsa-typography__link .-kids.-swatch {
    background-color: #007BC1
}

.dlsa-typography__link a.-me {
    color: #3455DB
}

.dlsa-typography__link a.-me.-visited,
.dlsa-typography__link a.-me:visited {
    color: #551A8B
}

.dlsa-typography__link a.-me.-default,
.dlsa-typography__link a.-me.-default:visited .dlsa-typography__link a.-me.-hover,
.dlsa-typography__link a.-me.-hover:visited,
.dlsa-typography__link a.-me:hover {
    color: #3455DB
}

.dlsa-typography__link a.-me.-focus,
.dlsa-typography__link a.-me.-focus:visited,
.dlsa-typography__link a.-me:focus {
    color: #FFF;
    background-color: #3455DB;
    box-shadow: 0 -1px 0 2px #3455DB
}

.dlsa-typography__link .-me.-swatch {
    background-color: #3455DB
}

.dlsa-typography__baseline-vr {
    position: relative
}

.dlsa-typography__baseline-vr code {
    position: relative;
    z-index: 1;
    top: -1px
}

.dlsa-typography__baseline-vr:after {
    content: '';
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    pointer-events: none;
    top: -.5rem;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 107, 181, .4) 1px, transparent 1px);
    background-position: left -1px;
    background-repeat: repeat;
    background-size: .5rem .5rem;
    margin-top: 0;
    padding-top: .5rem;
    transition: background-image .2s ease-out
}

.dls-footer ul li::before,
.dls-site-nav__ul li::before,
.dls-tabs__tab-list li::before {
    content: none
}

.dlsa-typography__baseline-vr p {
    padding-bottom: .5rem
}

.dlsa-typography__weight {
    margin-bottom: 3rem
}

.dlsa-typography__weight>div:first-child p {
    margin-bottom: 0
}

.dlsa-typography__weight-name {
    font-weight: 400;
    margin-top: 1rem
}

@media (max-width:47.9375em) {
    .dlsa-typography__weight-header {
        display: flex;
        align-items: center
    }
    .dlsa-typography__weight-name {
        margin: 0
    }
    .dlsa-typography__weight-class {
        margin-left: auto;
        flex-shrink: 0
    }
}

.dlsa-typography__weight-class {
    display: block
}

.dlsa-typography__weight-sample {
    font-size: 2rem;
    line-height: 3rem;
    max-width: 100%
}

.dlsa-typography__weight-sample span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dlsa-typography__weight-sample .line-1 {
    font-size: 2rem
}

.dlsa-typography__weight-sample .line-2 {
    font-size: 1.5rem
}

.dlsa-typography__weight-sample .line-3 {
    font-size: 1.75rem
}

.dlsa-typography__weight-sample .line-3 a {
    color: #000
}

@media (max-width:47.9375em) {
    .dlsa-typography__weight-sample {
        margin-top: 1.5rem;
        font-size: .875rem
    }
    .dlsa-typography__style-class {
        position: relative;
        top: -1rem
    }
}

@media (min-width:48em) {
    .dlsa-typography__style {
        display: flex
    }
}

.dlsa-typography__style-heading {
    color: #737373;
    margin-bottom: 1rem
}

.dlsa-typography__style-heading span:nth-child(1) {
    text-transform: uppercase
}

.dlsa-typography__style-heading span:nth-child(2) {
    display: none
}

.dlsa-typography__style-variant {
    margin-bottom: 3rem
}

@media (min-width:48em) {
    .dlsa-typography__style-heading span:nth-child(2) {
        display: inline
    }
    .dlsa-typography__style-heading span:nth-child(3) {
        display: none
    }
    .dlsa-typography__style-class {
        display: block;
        margin-top: -2.5rem;
        margin-bottom: 1rem
    }
    .dlsa-typography__style-sample {
        margin-right: 2.5rem
    }
}

@media (max-width:47.9375em) {
    .dlsa-typography__style-sample {
        margin-bottom: 1.5rem
    }
}

.dlsa-typography__style-specs {
    flex-basis: 15.5rem;
    flex-shrink: 0;
    align-self: flex-start;
    margin-left: auto
}

.dlsa-typography__style-specs .dls-dl {
    background-color: #F5F5F5;
    padding: 1rem;
    font-family: monospace;
    margin-top: 0;
    margin-bottom: 0
}

.dlsa-typography__style-specs .dls-dl dd,
.dlsa-typography__style-specs .dls-dl dt {
    font-size: .875rem
}

.dlsa-typography__style-specs .dls-dl dt {
    flex-basis: 8.5rem;
    padding-right: 0
}

.dlsa-typography__style-specs .dls-dl dd {
    flex-basis: calc(100% - 8.5rem);
    margin-left: 0;
    margin-bottom: 0
}

.dlsa-typography__style-specs .dls-dl dd span:first-child {
    display: none
}

@media (min-width:48em) {
    .dlsa-typography__style-specs .dls-dl dd span:first-child {
        display: inline
    }
    .dlsa-typography__style-specs .dls-dl dd span:last-child {
        display: none
    }
}

.dlsa-typography__style-specs .dls-dl .-disabled {
    color: #737373
}

.dlsa-typography__link {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

@media (max-width:61.9375em) {
    .dlsa-typography__link {
        flex-wrap: wrap;
        align-items: flex-start
    }
}

.dlsa-typography__link-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 8rem
}

@media (max-width:61.9375em) {
    .dlsa-typography__link-header {
        flex-basis: 100%
    }
    .dlsa-typography__link-state {
        flex-basis: 10rem
    }
}

@media (min-width:62em) {
    .dlsa-typography__link-state {
        display: none
    }
    .dlsa-typography__link-sample {
        flex-basis: calc((100% - 8rem)/ 4);
        padding-left: 2rem
    }
}

@media (min-width:75em) {
    .dlsa-typography__link-sample {
        padding-left: 2.5rem
    }
}

.dlsa-typography__link-heading {
    margin-bottom: 0
}

.dlsa-typography__link-colour {
    color: #fff;
    font-size: 0;
    margin-left: auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%
}

@media (max-width:61.9375em) {
    .dlsa-typography__link-sample {
        flex-basis: calc(100% - 10rem)
    }
    .dlsa-typography__link-heading {
        flex-basis: 10rem
    }
    .dlsa-typography__link-colour {
        margin-left: -2px
    }
    .dlsa-typography__link-legend {
        display: none
    }
}

.dlsa-typography__link-legend span {
    display: block;
    flex-basis: calc((100% - 8rem)/ 4);
    padding-left: 2rem
}

@media (min-width:75em) {
    .dlsa-typography__link-legend span {
        padding-left: 2.5rem
    }
}

.dlsa-typography__link-legend .dlsa-typography__link-header {
    flex-basis: 8rem;
    padding-left: 0
}

.dlsa-typography__list-brand {
    margin-bottom: 2rem
}

.dlsa-typography__list-brand code {
    margin-bottom: 1rem;
    display: inline-block
}

.dlsa-typography__list-brand-heading {
    margin-bottom: 0
}

.dlsa-accordions .dls-accordion,
.dlsa-card__example-section {
    margin-bottom: 4rem
}

.dlsa-accordions-html,
.dlsa-accordions-html .st-container,
.dlsa-accordions-html .st-content,
.dlsa-accordions-html .st-pusher,
.dlsa-accordions-html body {
    height: auto
}

.dlsa-card__example-section .-headline-md span {
    margin-left: 6px
}

.dlsa-card__example-section .dls-card.-feature,
.dlsa-card__example-section .dls-card.-large,
.dlsa-card__example-section .dls-card.-medium,
.dlsa-card__example-section .dls-card.-small {
    width: 100%
}

.dlsa-card__example-heading {
    margin-top: 3rem
}

.dlsa-key-features {
    margin-bottom: 1.5rem
}

.dlsa-key-features>:last-child {
    margin-bottom: 0
}

.dlsa-card__example .dls-card__link:visited,
.dlsa-demo .dls-card__link:visited {
    color: #000
}

.dlsa-site-navigation .dlsa-component-wrapper {
    border: none;
    background-color: #F5F5F5;
    padding: 1rem 0 3rem
}

.dls-footer ul li,
.dls-site-nav__ul li,
.dls-tabs__tab-list li {
    padding-left: 0;
    margin-bottom: 0
}

.dls-footer .dls-footer__sitemap>li {
    padding-left: 1rem
}

.dls-footer .dls-footer__sitemap>li:first-child {
    padding-left: 0
}

.dlsa-gallery .dls-gallery__card,
.dlsa-gallery .dls-gallery__gallery-title,
.dlsa-gallery .dls-gallery__items {
    margin: 0 auto;
    max-width: 50em
}

.dlsa-gallery .dls-gallery__card.-embedded,
.dlsa-gallery .dls-gallery__card.-embedded~.dls-gallery__gallery-title,
.dlsa-gallery .dls-gallery__card.-related,
.dlsa-gallery .dls-gallery__gallery-title.-embedded,
.dlsa-gallery .dls-gallery__gallery-title.-embedded~.dls-gallery__gallery-title,
.dlsa-gallery .dls-gallery__gallery-title.-related,
.dlsa-gallery .dls-gallery__items.-embedded,
.dlsa-gallery .dls-gallery__items.-embedded~.dls-gallery__gallery-title,
.dlsa-gallery .dls-gallery__items.-related {
    max-width: 25em
}

.dlsa-gallery .dls-gallery__card.-embedded.-horizontal,
.dlsa-gallery .dls-gallery__card.-embedded.-horizontal~.dls-gallery__gallery-title,
.dlsa-gallery .dls-gallery__gallery-title.-embedded.-horizontal,
.dlsa-gallery .dls-gallery__gallery-title.-embedded.-horizontal~.dls-gallery__gallery-title,
.dlsa-gallery .dls-gallery__items.-embedded.-horizontal,
.dlsa-gallery .dls-gallery__items.-embedded.-horizontal~.dls-gallery__gallery-title {
    max-width: 50em
}

.dlsa-masthead .dlsa-component-wrapper {
    position: relative;
    overflow: hidden
}