.report ul.files {
    list-style: none;
    padding: 0;
}

.air-reports.archive .item {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: solid 1px #eee;
}

.air-reports .reports.grid label {
    font-size: 80%;
}

.air-reports .reports.grid .nav-tabs {
    display: none;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .air-reports .reports.grid .nav-tabs {
        display: flex;
    }
    .air-reports .reports.grid .card {
        border: none;
    }
    .air-reports .reports.grid .card .card-header {
        display: none;
    }
    .air-reports .reports.grid .card .card-body {
        padding: 0;
    }
    .air-reports .reports.grid .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .air-reports .reports.grid .tab-content .tab-pane {
        display: block;
        opacity: 1;
    }
}

.air-reports .reports.grid .row.annual .body, .air-reports .reports.grid .row.interim .body {
    padding-bottom: 1em;
}

.air-reports .reports.grid .row.annual h5 a, .air-reports .reports.grid .row.interim h5 a {
    text-transform: capitalize;
}

.air-reports .reports.grid .file a:before {
    margin-right: 3px;
    content: "\f1c1";
    font-family: FontAwesome;
}

.air-reports .reports.grid #rtcMore .report:not(:last-child) {
    border-bottom: solid 1px #dee2e6;
    margin-bottom: 1em;
}

.component-type--news-list .card{
    border: 0;
}

.reports .nav-tabs {
    display: flex;
    border-bottom-color: #111111;
    height: 60px;
    border-width: 0;
    justify-content: space-between;
    padding: 0;
}

.reports .tab-content{
    display: block;
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.reports .nav-item {
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    transition: 180ms ease;
    min-width: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    cursor: pointer;
    border: 2px solid;
    min-height: 54px;
    height: 60px;
    font-family: "Papyrus Sans SemiBold";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    flex: 1;
    justify-content: center;
    border-left: 1px;
    border-color: #DADADA;
}

.reports .nav-item:has( .nav-link.active) {
    background-color: #273A5B;
}

.reports .nav-item:first-of-type {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-left: 2px solid #DADADA;
}
.reports .nav-item:last-of-type {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.reports .nav-item button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    color: #111111;
    margin: 0;
    cursor: pointer;
}

.reports .nav-item button.active {
    color: #fff;
    background: #273A5B;
}

@media (max-width: 767px) {
    .reports .nav-tabs{
        height: 50px;
    }
    .reports .nav-item{
        min-width: auto;
        font-size: 14px;
        height: 40px;
        min-height: 50px;
    }
}