.top-notification {
    background: #F4AC1A;
    display: none;
}
.top-notification .top-notification__inner .top-notification__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.top-notification .top-notification__close {
    background: none;
    border: none;
    padding-top: 2rem;
}
.top-notification .top-notification__close svg {
    width: 22px;
    height: 22px;
}

.report2021-landing {
    background-size: cover;
    background-position: center;
    height: 800px;
    display: flex;
    align-items: center;
}

.report2021-landing.corporate {
    height: 455px;
}

.report2021-landing.corporate .heading {
    padding: 1rem 3rem;
}

.report2021-landing .heading {
    background-color: white;
    padding: 1rem;
}

.report2022-landing {
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
}

.report2022-landing .container-fluid,
.report2022-landing .row,
.report2022-landing .heading {
    height: 100%;
}

.report2022-landing .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 21%;
}

@media (max-width: 2400px) {
    .report2022-landing {
        background-size: auto;
    }

    .report2022-landing .heading h1 {
        display: inline-block;
        background-color: white;
    }

    .report2022-landing .heading h4 {
        display: inline-block;
        background-color: white;
    }
}

@media (max-width: 2400px) and (min-width: 1440px) {
    .report2022-landing .heading-wrapper {
        width: 50%;
    }
}

@media (max-width: 1440px) {
    .report2022-landing .heading {
        display: block;
        margin-left: 0;
    }
    
    .report2022-landing .heading-wrapper {
        position: absolute;
        top: 25%;
        margin-left: 21%;
    }


}

@media (max-width: 1200px) {
    .report2022-landing .heading-wrapper {
        margin-left: 0;
    }
}


.report2021-chapter {
    background-size: cover;
    background-position: center;
    height: 360px;
    display: flex;
    align-items: center;
}

.report2021-chapter > .container {
    display: flex;
    align-items: center;
}

.report2021-chapter .chapter-heading {
    background-color: white;
    padding: 1rem;
}

.report2021-chapter .chapter-heading .subtitle {
    font-size: 24px;
    font-weight: 700;
    padding-left: 2rem;
}

.chapter-content {
    padding-top: 0 !important;
}

.quick-links {
    display: flex;
    position: relative;
    background-color: #FAFAFA;
    text-align: center;
}

.quick-links:after {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    content: '';
    margin-left: -50vw;
    top: 0;
    left: 50%;
    background-color: #FAFAFA;
}

.quick-links .quick-link {
    display: inline-flex;
    align-items: center;
    padding: 1rem;
    color: #0D252C;
    width: 12.5%;
    height: 110px;
    font-size: 14px;
    border-bottom: 5px solid transparent;
}

.quick-link.active,
.quick-link:hover {
    background-color: #E5E8EC;
    border-bottom: 5px solid #0D252C;
}

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

.chapter-mark-link {
    display: inline-block;
    padding: 2rem 4rem;
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
}

.chapter-mark-link img {
    width: 32px;
    height: auto;
    margin-bottom: 1rem;
    filter: brightness(0%);
}

.chapter-mark-link:hover {
    background-color: white !important;
}

.chapter-mark-link.colour-blue {
    background-color: #35AFC7;
}

.chapter-mark-link.colour-red {
    background-color: #DE4326;
}

.chapter-mark-link.colour-green {
    background-color: #84C98F;
}

.chapter-mark-link.colour-yellow {
    background-color: #F1AC1E;
}

.endnotes a {
    word-break: break-word;
}

.data .data-link p {
    padding: 0 1rem;
}

@media (min-width: 769px) {
    .not-mobile {
        display: block;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .quick-links {
        flex-wrap: wrap;
    }

    .quick-links .quick-link {
        width: 100% !important;
        height: auto !important;
        padding: 2rem 1rem !important;
    }

    .data .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .data .data-link {
        width: 160px !important;
        height: 160px !important;
        margin-bottom: 1rem;
    }

    .data .data-link img {
        width: 50px;
    }

    .not-mobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .ik-banner h1 {
        background-color: transparent !important;
        color: white;
    }

    .page-node-73317 div.title {
        background-position: bottom right !important;
        height: 200px !important;
        background-size: cover !important;
    }
}

@media only screen and (max-width: 576px) {
    .report2021-chapter > .container {
        display: block !important;
    }

    .report2021-chapter {
        height: 420px !important;
    }

    .chapter-mark {
        text-align: center;
        margin-top: 2rem;
    }

    .report2022-landing .heading .second-btn {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 410px) {
    .data .data-link {
        width: 140px !important;
        height: 140px !important;
    }

    .data .data-link img {
        width: 30px;
    }
}

.ip-designer,
.ik-banner {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 400px;
    z-index: -2;
}

.ik-banner {
    background-size: contain;
    background-position: right;
    background-color: #1C252C !important;
}

.ip-designer > .container,
.ik-banner > .container {
    padding-top: 0 !important;
}

.ip-designer h1,
.ik-banner h1 {
    position: relative;
    margin: 0;
    padding: 2rem 0;
    background-color: white;
}

.ip-designer h1:after,
.ik-banner h1:after {
     position: absolute;
     z-index: -1;
     width: 100vw;
     height: 100%;
     content: '';
     margin-left: -50vw;
     top: 0;
     left: 50%;
     background-color: inherit;
 }

.ipdesigner-heading {
    padding: 3rem 3rem 3rem 0;
    margin-bottom: 3rem;
}

.ik-mobile-banner {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.ik-heading {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ik-heading h4 {
    margin-bottom: 2rem;
}

.ik-heading h4,
.ik-heading p {
    color: white;
}

.page-node-73317 div.title {
    background: url("../images/ik-banner.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-color: #1C252C !important;
}

.page-node-73317 .webform-progressbar {
    display: none;
}

.quicklinks-wrapper .container {
    padding: 0 !important;
}

.corporate-plan-footer {
    background-size: cover;
    background-position: top;
    height: 360px;
}

.corporate-plan-footer.environment {
    height: 600px;
}

.corporate-plan-footer.cooperation {
    height: 500px;
}