@media (max-width: 767px) {
    .theme-table-type .theme-table__row {
        display: flex;
        flex-direction: column-reverse;
    }

    .theme-table-type--secondary .theme-table__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .theme-table-type--accordion .theme-table__row {
        position: relative;
        display: block;
    }

    .theme-table-type--accordion .theme-table__row:before {
        content: "\f0d7";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -8px;
        font: 16px fontawesome;
        color: #007CC2;
        transition: all 0.3s ease;
    }

    .theme-table-type--accordion .theme-table__row::after {
        display: none;
    }

    .theme-table-type--accordion .theme-table__row[aria-expanded=true] {
        background-color: #F6FBFF;
    }

    .theme-table-type--accordion .theme-table__row[aria-expanded=true]::before {
        transform: rotate(-180deg);
    }

    .theme-table-type--accordion .theme-table__collapse-content-row {
        position: relative;
        visibility: visible;
    }

    .theme-table-type--accordion .theme-table__collapse-content-row::after {
        content: "";
        position: absolute;
        right: 20px;
        bottom: 0;
        left: 20px;
        width: auto;
        border-bottom: 1px solid #EAEAEA;
    }

    .theme-table-type--accordion .theme-table__collapse-content {
        padding: 0px 20px 20px;
        background-color: #F6FBFF;
    }
}

@media (min-width: 768px) {
    .theme-table-type--accordion .theme-table__collapse-content-row {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .primary-tables .theme-table__row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.research .theme-table__row th:last-child,
.enews .theme-table__row th:last-child {
    width: 65%;
}

.annual-report__image-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 135px;
}

.annual-report__image-container>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.annual-report__image-container:before {
    content: "";
    display: block;
    padding-top: 137.037037037%;
}

.annual-report__image-container {
    background-color: #F0EEEF;
}

@media (max-width: 767px) {
    .annual-report__filter-text-wrapper {
        display: none;
    }

    .annual-report__search-wrapper {
        width: 60%;
    }

    .annual-report__download-button {
        margin-left: 6px;
    }
}

.research .research-title {
    width: 70%;
}

@media (max-width: 767px) {
    .research__filter-text-wrapper {
        display: none;
    }

    .research__search-wrapper {
        width: 60%;
    }
}

/*# sourceMappingURL=publication-reference.css.map*/