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

.header-background {
    background: #000 url("/public/20250520015331oe_/https://finance.vanderbilt.edu/images/vuheader-bg-1x.jpg") top center;  background-size: cover;
}

.orgchart-wrap { padding: 0 !important; }
.orgchart { margin-bottom: 0; text-align: center; width: 100%; }
.entry-row { display: inline-table; text-align: center; }
.entry { text-align: left; }
.level-1 { border: 4px groove #333; }
.level-2 { border: 2px groove #ccc; float: left; 
padding: 8px; margin: 2px; width: 45%; height: 120px;}
.level-2 a{font-size: 11.5px; }
.header-background .livetextheader {font-size: 5.59em; font-weight: 700;}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .header-background {
        background-color: #000;
		background-image: url("/public/20250520015331oe_/https://finance.vanderbilt.edu/images/vuheader-bg-2x.jpg");
        background-size: cover;
        text-shadow: 1px 1px 6px #111;
    }
}