
/* Page type background colors */
[data-document-type="1"].layout-1,
[data-document-type="56"],
[data-document-type="77"],
[data-document-type="64"],
[data-document-type="66"] {
    background-color: var(--root-color-background--support);
}

/* Header background gradients*/
.page-header {
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,#fff),color-stop(20%,#eac049),to(#eac049));
    background: linear-gradient(90deg,#fff,#fff 50%,#eac049 0,#eac049);
}

.page-header__container{
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(20%,#fff),color-stop(20%,#eac049),to(#eac049));
    background: linear-gradient(90deg,#fff,#fff 20%,#eac049 0,#eac049);
}

@media (max-width: 29.999rem) {
    .page-header__logo img {
        height: var(--root-page-header-height);
    }
}

@media (min-width: 30rem) {
    .page-header__logo {
        --width: 23.313rem
    }
}

/* Thin gradient lines */
.page-footer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.125rem;
    height: 0.5rem;
    background: -webkit-gradient(linear,left top,right top,from(#b1ca34),color-stop(25%,#b1ca34),color-stop(25%,#009ee0),color-stop(50%,#009ee0),color-stop(50%,#f5ca1f),color-stop(75%,#f5ca1f),color-stop(75%,#d43146),to(#d43146));
    background: linear-gradient(90deg,#b1ca34,#b1ca34 25%,#009ee0 0,#009ee0 50%,#f5ca1f 0,#f5ca1f 75%,#d43146 0,#d43146);
}

@media (min-width: 960px) {
    .top-tasks-header:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.25rem;
        height: 0.5rem;
        background: -webkit-gradient(linear, left top, right top, from(#b1ca34), color-stop(25%, #b1ca34), color-stop(25%, #009ee0), color-stop(50%, #009ee0), color-stop(50%, #f5ca1f), color-stop(75%, #f5ca1f), color-stop(75%, #d43146), to(#d43146));
        background: linear-gradient(90deg, #b1ca34, #b1ca34 25%, #009ee0 0, #009ee0 50%, #f5ca1f 0, #f5ca1f 75%, #d43146 0, #d43146);
        z-index: 1;
    }
}

/* Top task bottom border */
.top-tasks-tile--normal {
    border-bottom: 0.25rem solid var(--root-color--primary);
}

.card:not(.card--image-none):not(.card--color) .card__link,
.card__no-link,
.section.section--color .card:not(.card--color) .card__link {
    border-bottom-color: var(--root-color--secondary);
    border-bottom-style: solid;
    border-bottom-width: 0.25rem;
}

.card.card--button,
.card.card--color .card__link {
    border-bottom-color: var(--root-color--secondary);
    border-bottom-style: solid;
    border-bottom-width: 0.25rem;
}

/* Footer social media links */
.page-footer__columns .footer__element--icons .footer__link .link .icon {
    --color-icon: var(--root-color--white);
}
