body {
    background: #ccc;
}

.responsive-container {
    background: #fff;
}

@media only screen and (min-width: 960px) {
    .responsive-container {
        background: #ccc;
    }
}

div.navWrap, .logo-container, #footer {
    display: none;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    background: #fff;
}

.son-ar-flex-parent {
    align-items: center;
}

@media only screen and (min-width: 1024px) {
    .son-ar-flex-parent {
        display: flex;
    }
}

.son-ar-flex-child {
    /* width: 50%; */
    flex: 1;
    min-height: 580px;
    padding: 50px;
}

@media only screen and (max-width: 450px) {
    .son-ar-flex-child {
        min-height: 380px;
    }
}

@media only screen and (min-width: 560px) and (max-width: 850px) {
    .son-ar-flex-child {
        min-height: 780px;
    }
}

@media only screen and (min-width: 851px) and (max-width: 1023px) {
    .son-ar-flex-child {
        min-height: 980px;
    }
}

/* .son-ar-blurb-rankings .son-ar-blurb-rankings-child {

} */
.son-ar-blurb-rankings div:first-child {
    background: #900;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #fff;
}

.son-ar-blurb-rankings p {
    font-size: 24px;
    line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
    .son-ar-blurb-rankings p {
    line-height: 1.7;
}
}

.son-ar-blurb-rankings div:last-child {
    background: #ECEBE9;
}

.son-ar-blurb-rankings .son-ar-blurb-rankings-child:nth-child(2) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-1.png");
    background-position: center top;
    background-size: cover;
}

/* Scholarships */
.son-ar-scholarships {
    flex-flow: wrap;
    display: flex;
}

.son-ar-scholarships-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 90%;
    padding: 20px 0;
    border: 1px solid #000;
    margin: 48px auto 0;
    font-size: 26px !important;
}

.son-ar-scholarships-end {
    text-align: center;
    font-weight: bold;
    display: block;
    width: 90%;
    padding: 20px 0;
    border: 1px solid #000;
    margin: 0 auto 48px;
    font-size: 20px !important;
}

.son-ar-scholarships-end span {
    color: #900;
    font-size: 26px !important;
}

.son-ar-scholarships img {
    width: 90%;
    margin: 30px auto;
    /* text-align: center; */
}

/* Donors */
.son-ar-donors .son-ar-donors-child:nth-child(1) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-3.jpg");
    background-position: center top;
    background-size: cover;
}

.son-ar-donors .son-ar-donors-child:nth-child(2) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-4.png");
    background-position: center top;
    background-size: cover;
}

/* Enrollment */
.son-ar-enrollment .son-ar-enrollment-child:nth-child(1) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-5.png");
    background-position: center top;
    background-size: cover;
}

.son-ar-enrollment .son-ar-enrollment-child:nth-child(2) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-6.jpg");
    background-position: center top;
    background-size: cover;
}

/* Ethnicity */
.son-ar-ethnicity .son-ar-ethnicity-child:nth-child(1) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-7.jpg");
    background-position: center top;
    background-size: cover;
}

.son-ar-ethnicity .son-ar-ethnicity-child:nth-child(2) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-8.png");
    background-position: center top;
    background-size: cover;
}

/* Faculty */
.son-ar-faculty .son-ar-faculty-child:nth-child(1) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-9.png");
    background-position: center top;
    background-size: cover;
}

.son-ar-faculty .son-ar-faculty-child:nth-child(2) {
    background-image: url("https://www.stonybrook.edu/commcms/landing/son-annual-report/_images/infographic-pieces-10.jpg");
    background-position: center top;
    background-size: cover;
}
