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

/* Header */
.header-background {
    background: #4c9bc2 url("/public/20250805140923oe_/https://www.vanderbilt.edu/usac/images/vuheader-bg-1x.jpg") top center no-repeat;
	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: #669999;
		background-image: url("/public/20250805140923oe_/https://www.vanderbilt.edu/usac/images/vuheader-bg-2x.jpg");
        background-size: cover;
        text-shadow: 1px 1px 6px #111;
    }
}

/* Custom */
.next-meeting-sidebar {
	background-color: #d8ab4c;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px 15px;
}

/* Misc overrides */
.panel {
	border-radius: 5px;
}
.sidebar {
	padding-top: 0;
}
.sidebar h3 {
	padding-left: 0;
}
.sidebar #searchreps small {
	margin-top: 5px;
}
.btn-primary {
	font-family: "Arial, Helvetica, "sans-serif" !important;
}
.primary-content a:link, .primary-content a:visited {
	border-bottom: 0 none;
}

/* Resources */
#filter-wrapper {
    margin: 15px 0;
}
#filter-wrapper p.instructions,
#filter-wrapper input {
	line-height: 30px;
}
#filter-wrapper input {
    margin: 0 0 0 5px;
	padding: 0 15px;
}
#filter-wrapper .hide-count {
	display: none;
}
#content-wrapper li {
	display: none;
}
#content-wrapper li.visible {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.4em;
}
#content-wrapper span.hidden-keywords {
	display: none;
}

/* Care Stories */
.care-story {
	font-size: 1.25em;
	line-height: 1.25em;
	font-style: italic;
}

/* AddThis */
.addthis_sharing_toolbox {
    margin-top: 2em;
}

/* Images */
article img {
	max-width: 100%;
	height: auto;
}
