/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet [2020 Digital Strategies]
www.vanderbilt.edu OVERRIDES
----------------------------------------------------------------------- */
.header-background {
                background: url("/public/20250802044718oe_/https://hr.vanderbilt.edu/images/hr-bg1x.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-image: url("/public/20250802044718oe_/https://hr.vanderbilt.edu/images/hr-bg2x.jpg");
                    background-size: cover;
                }
            }

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;  }


.workatvu { margin: 20px 0px 35px 0px; text-align: center; font-size: 1.4em; }
.workatvu strong { color: #FFF; padding-right: 20px; }
.workatvu a { padding: 13px 20px; border-radius: 10px; border:0; }
.workatvu a:link, .workatvu a:visited { background: #333; color: #FC6 !important;  }
.workatvu a:hover { background: #FC6; color: #333 !important; }

@media (min-width: 320px) and (max-width: 767px) {
	.workatvu a { display: block;  }
}

.sidebar__left hr {
    display: none;
}
.sidebar__left a:hover {
    color: #d8ab4c;
	text-decoration: none;
}