/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet
Digital Strategies (web.vanderbilt.edu)
SHARED STYLES OVERRIDES
----------------------------------------------------------------------- */
.header-background {
    background: #3f3a40 url("/public/20250801004118oe_/https://www.vanderbilt.edu/communications/images/vuheader-bg-1x.jpg") top center; background-size: cover;
}

@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: #3f3a40;
		background-image: url("/public/20250801004118oe_/https://www.vanderbilt.edu/communications/images/vuheader-bg-2x.jpg");
        background-size: cover;
        text-shadow: 1px 1px 6px #111;
    }
}

h1.livetextheader  { line-height: 0.5em; padding-top: 5px !important;  } 
h1.livetextheader small { color: #EEE; text-transform: uppercase; font-size: 0.275em; letter-spacing: 4px; opacity: .75; font-weight: 200 !important;  }


.anchordown-block span { top: 70px;    }
.anchordown-block a {height: 250px !important; float: left; border-bottom: 0px !important;  }

/* Quick exit button per client request */
a.quick-exit {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    margin: 0;
    background: #FF0000;
    color: #fff;
    font-size: 1.5rem !important;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    border-radius: 0 4px 0 0;
    width: auto;
}
a.quick-exit:hover {
	background: #D8AB4C;
}