
.csu h2 {
    font-size: 30px !important;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.csu .btn-default {
    background-color: #cc0b2a;
    color: #fff;
    border: 2px solid #cc0b2a;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 6px 15px;
}

.grey-box {
    background-color: #f6f6f6;
    text-align: center;
    padding: 25px 25px 45px 25px;
}

/* removes white line at footer */
.single {
    border-bottom: none !important;
}

#about-the-csu {
    background-image: url("/csu-system/chancellor/chancellor-search/PublishingImages/about-the-csu-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


/* MOBILE */
@media screen and (max-width: 767px) {
    #grey-boxes,
    #title,
    #schedule-of-open-forums,
    #live-stream {
        width: 100% !important;
    }

    #about-the-csu > div,
    #dek {
        width: 80% !important;
    }

    #feedback > div {
        width: 90% !important;
    }

    #grey-boxes > div.box-1 {
        margin-bottom: 20px !important;
    }

    #about-the-csu > a {
        margin: 10px auto !important;
        width: 80% !important;
    }
}

/* TABLETS */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #grey-boxes,
    #live-stream {
        width: 95% !important;
    }

    #schedule-of-open-forums {
        width: 100% !important;
    }

    #about-the-csu > div,
    #dek {
        width: 80% !important;
    }

    #feedback > div {
        width: 90% !important;
    }

    #about-the-csu > a {
        margin: 10px auto !important;
        width: 40% !important;
    }
}
