/* For the NCUA report and report aggregation pages */

#Subheader {
    background-color: #8F9194;

}

#Subheader img {
    width: 100%;
    display: block;
}

.field_links a {
    background-color: #E5E5E5;
    display: block;
    margin-bottom: 1rem;
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 1.1rem;
}



/* @media (min-width: 900px) {
    #MainWrapper.node-id-6447 #Main .centerRegion > div,
    html.node-ncua_report #Main .centerRegion > div {
        padding-left: 27%;
    }
} */

/* Aggregation page - basic */

.aggregate-pages h2 {
    border-bottom: 0.5rem solid var(--blue);
    font-size: 1.25rem;
    color: black;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

.aggregate-pages .inner {
    background-color: var(--light-gray);
    padding: 1rem;
    margin-bottom: 2rem;
}

.aggregate-pages .rows {
    margin-bottom: 2rem;
}

.aggregate-pages .rows .group-list {
    background-color: white;
    margin-bottom: 1rem;
    padding: 1rem;

    -webkit-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.18);
    box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.18);
}

.aggregate-pages .rows .group-list > h3 {
    float: left;
    width: 25%;
    clear: left;
    margin: 0;
}

.aggregate-pages .rows .group-list > ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 75%;
}

.aggregate-pages .rows .group-list > ul > li {
    list-style: none;
    width: 33.3%;
    display: block;
    float: left;
    margin-bottom: 0.5rem;
}

.aggregate-pages.ncua-report .rows .group-list > ul > li {
    width: 100%;
}

.aggregate-pages.numbered .rows .group-list > ul > li > div {
    list-style: decimal;
    display: list-item;
    margin-left: 2rem;
}

.aggregate-pages.bulleted .rows .group-list > ul > li > div {
    list-style: disc;
    display: list-item;
    margin-left: 2rem;
}

.aggregate-pages .inner p:last-of-type { margin-bottom: 0; }

@media (max-width: 640px) {
    .aggregate-pages .rows .group-list > h3,
    .aggregate-pages .rows .group-list > ul,
    .aggregate-pages .rows .group-list > ul > li {
        float: none;
        width: 100%;
    }

    .aggregate-pages .rows .group-list > h3 {
        margin-bottom: 0.75rem;
    }
}

.aggregate-pages .year-selector {
    border-top: 0.5rem solid var(--blue);
    border-bottom: 0.0625rem solid var(--blue);
    padding: 0.5rem 0;
}

.aggregate-pages .year-selector span {
    font-weight: bold;
}

.aggregate-pages .year-selector span a {
    margin-left: 0.5rem;
}

/* Monthly Activity */




/* basic news-template */

.aggregate-pages.aggregate-news .inner {
    background-color: white;
    padding: 0;
}

.aggregate-pages.aggregate-news .inner .views-row {
    margin: 0.5rem;
    padding: 0.5rem 0;
}

.aggregate-pages.aggregate-news .inner .views-row:nth-child(even) {
    background-color: var(--light-gray);
}

.aggregate-pages.aggregate-news .inner .views-row .views-field {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.aggregate-pages.aggregate-news .inner .views-row .views-field:first-child {
    width: 5rem;
}

.aggregate-pages.aggregate-news .pager {
    text-align: center;

}
.aggregate-pages.aggregate-news .pager li {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.aggregate-pages.aggregate-news .pager li a {
    display: inline-block;
    padding: 0.25rem 0.5rem;
}



/* basic news-template page */


.aggregate-pages.aggregate-news-recent .inner {
    background-color: white;
    padding: 0;
}

.aggregate-pages.aggregate-news-recent .inner .views-row {
    margin: 0.5rem 0;
    padding: 0.5rem 0.5rem;
}

.aggregate-pages.aggregate-news-recent .inner .clearfix:nth-child(even),
.aggregate-pages.aggregate-news-recent .inner .views-row:nth-child(even) {
    background-color: var(--light-gray);
}

.aggregate-pages.aggregate-news-recent .pager {
    text-align: center;

}
.aggregate-pages.aggregate-news-recent .pager li {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.aggregate-pages.aggregate-news-recent .pager li a {
    display: inline-block;
    padding: 0.25rem 0.5rem;
}