/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet
University Web Communications (web.vanderbilt.edu)
SHARED STYLES OVERRIDES
----------------------------------------------------------------------- */

.header-background {
    background-color: #000;
}

	/* GRID PAGE */
.anchordown-grid {
    clear: both !important;
}

.anchordown-block a,
.anchordown-blockwide a {
    height: 350px;
    box-sizing: border-box;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
}

.anchordown-block a {
    width: 33.33333333%;
}

.anchordown-blockwide a {
    width: 66.66666666%;
}

.anchordown-block span,
.anchordown-blockwide span {
    margin: 0;
    background: #000;
    opacity: 0.8;
    display: block;
    padding: 12px 20px;
    position: relative;
    top: 150px;
    font-size: 2.2em;
    font-weight: 200;
    line-height: 1em;
    color: #FFF;
}

.anchordown-block strong,
.anchordown-blockwide strong {
    font-weight: 700;
}

.anchordown-block em,
.anchordown-blockwide em {
    display: block;
    font-size: 0.55em;
    font-weight: 100 !important;
    font-style: normal;
    color: #d8ab4c;
}

.anchordown-block:hover,
.anchordown-blockwide:hover {
    opacity: .6; /* css standard */
    filter: alpha(opacity=60); /* internet explorer */
}

@media only screen and (max-width: 750px) {
    .anchordown-block,
    .anchordown-blockwide {
        font-size: 1em !important;
    }

    .anchordown-block a {
        width: 50% !important;
    }

    .anchordown-blockwide a {
        width: 100% !important;
    }
}