@media(max-width: 767px) {
    .no-scroll {
        overflow: hidden;
    }
}

.wrapper > .container {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

@media (min-width: 768px) {
    .slds-col.slds-medium-align-right {
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .slds-col.slds-large-align-right {
        text-align: right;
    }
}

.heading lightning-formatted-rich-text {
    line-height: 1;
}

.references h3 {
    font-size: 0.688rem;
    font-weight: 400;
    color: rgba(77, 77, 79, 0.6);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.references li {
    margin-bottom: .2rem;
    font-size: 0.688rem;
    color: rgba(77, 77, 79, 0.6);
    font-weight: 400;
}

.references li span.break {
    line-break: anywhere;
}

.references li em {
    font-style: italic;
}

/* Page specific */

@media (max-width: 767px) {
    main[data-page="home"] c-ded-banner[data-component-id="dedBanner-1e56"] .wrapper {
        background-position: 70% bottom;
    }

    main[data-page="home"] c-ded-banner[data-component-id="dedBanner-1e56"] .heading {
        max-width: 80%;
    }

    main[data-page="home"] c-ded-banner[data-component-id="dedBanner-1e56"] .subheading {
        max-width: 70%;
    }

    main[data-page="home"] c-ded-section[data-component-id="dedSection-e37c"] .wrapper {
        background-position: 28% top;
    }
}

main[data-page="error"] .error-page {
    font-size: 0.938rem;
}

@media (min-width: 768px) {
    main[data-page="error"] .error-page {
        min-height: calc(100vh - 731px);
    }
}

main[data-page="error"] .error-page p {
    margin-bottom: 1rem;
}

main[data-page="error"] .error-page ul {
    margin: 1rem 2rem;
}

main[data-page="error"] .error-page a {
    font-style: italic;
    text-decoration: underline;
    --dxp-c-link-text-decoration: underline;
    --dxp-s-link-text-decoration: underline;
}

main[data-page="error"] .error-page a:hover {
    text-decoration: underline;
    --dxp-c-link-text-decoration: underline;
    --dxp-s-link-text-decoration: underline;
    --dxp-s-link-text-color: #4d4d4f;
    --dxp-c-link-text-color-hover: #4d4d4f;
    --dxp-c-link-text-color-focus: #4d4d4f;
}

@media (min-width: 768px) {
    main[data-page="error"] .error-page {
        font-size: 1.563rem;
    }
}