/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet
Digital Strategies (web.vanderbilt.edu)
SHARED STYLES OVERRIDES
----------------------------------------------------------------------- */

.header-background {
  background: #333 url("../images/vubanner-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: #333;
    background-image: url("../images/vubanner-2x.jpg");
    background-size: cover;
    text-shadow: 1px 1px 6px #111;
  }
}
#department h2 {
  font-weight: 300 !important;
  text-transform: uppercase;
  line-height: 1em;
}
.vu-slider__caption {
  left: 15px !important;
  right: 15px !important;
  padding: 10px 20px 30px 20px;
}
.carousel-indicators {
  opacity: 0.3;
}
.vu-slider__caption h3 {
  font-weight: 200;
  line-height: 1.6em;
  font-size: 1.2em;
}
.vu-slider__caption h3 span {
  font-weight: 500;
  font-color: #FC6 !important;
}
/* dropdown in right col on styleguide */
#sidebar__right ul.dropdown-menu {
  background: #FFF;
}
#sidebar__right ul.dropdown-menu li a {
  background: #FFF;
  color: #444;
}
/* DIRECTORY STYLES */
.divcommdir {
  padding-top: 10px;
}
.divcommdir p {
  color: #999;
  font-size: 0.9em;
  letter-spacing: 2px;
}
.directory-list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 20px 0;
}
.directory-list li {
  display: table-cell;
  width: 1%;
}
.directory-list li a {
  display: block;
  margin-right: 3px;
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
  background: #006682;
  color: #FFF !important;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.directory-list li a:hover {
  background: #ff6c60;
  color: #fff;
}
.directory-list li.active a {
  background: #D8AB4C !important;
  color: #000 !important;
}
.directory-info-row {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.directory-info-row .media {
  background: #FFF;
  border-radius: 5px;
}
.directory-info-row .thumb {
  height: auto;
  width: 200px;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
  .directory-info-row .thumb {
    width: 120px;
  }
}
.divcommdir select {
  display: none;
}
@media (max-width: 600px) {
  .divcommdir ul, .divcommdir p {
    display: none;
  }
  .divcommdir select {
    display: inline-block;
  }
}
/* Projects */
.tinytweet {
  font-size: 0.85em;
  line-height: 1.5em;
  font-style: italic;
  color: #666;
}
.tinytweet i {
  color: #006682 !important;
  font-size: 1.2em;
}
i.fa-birthday-cake {
  color: #47C0A8 !important;
  font-size: 1.1em;
}
i.fa-phone-square {
  color: #D8AB4C !important;
  font-size: 1.2em;
}
a i.fa-envelope {
  color: #85134b !important;
  font-size: 1.1em;
}
.media-body a:link, .media-body a:visited {
  border: 0 !important;
  text-decoration: none !important;
}
.directory-info-row .media {
  margin-bottom: 20px;
}
.directory-info-row h4 {
  color: #006682 !important;
  font-size: 1.4em !important;
  font-weight: 500 !important;
}
.directory-info-row h4 .text-muted {
  font-weight: 300 !important;
}
/* Brand */
.download-logos {
	text-align: center;
}
.download-logos img {
	max-width: 100%;
	height: auto;
}
.download-logos p {
    margin: 5px 0 30px 0;
}

/* social links at bottom */

.get-social__list li a {
    color: #fff;
    display: block;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    background-image: url('https://social.vanderbilt.edu/images/social-icons-2021.png');
    border-radius: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    text-decoration: none;
}

.get-social__list .socialtiktok a {
    background-position: 0 -2092px;
}