/*
 Theme Name:     #ANCHORDOWN Child - Student Resource Hub
 Description:    Student Resource Hub
 Author:         Vanderbilt Digital Strategies
 Author URI:     http://web.vanderbilt.edu
 Template:       ANCHORDOWN-Vanderbilt
 Version:        1.0.0
*/

.storytags a {
  text-decoration: none;
  font-weight: normal;
  padding: 5px;
  background: #fff !important;
  color: #666;
  border: 0 !important;
}
.resourceblock .panel {
  min-height: 220px;
  background-color: #eee;
}
.resourceblock .panel-body p {font-size: .92em;}
.resourceblock .hidden-keywords {
  display: none;
}
.resourceblock.showresource {
  /* display: block; */
}
.resourceblock.hideresource {
  /* display: none; */
}
ul#filter {
  margin: 10px 0px 30px 20px;
}
.nav-pills a {
  background: #EEE;
  margin: 0 5px 5px 0;
  padding: 3px 7px !important;
  font-size: 0.8em;
  border: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}
li.showonly label {
  background: none;
  font-weight: 700;
  padding: 3px 7px;
  font-size: 0.85em;
  margin: 0 5px 5px 0;
}
h1.archivetitle {
  border-bottom: none;
}


.anchordown-block a { border-bottom: 0 !important; }
			
.jumbotron {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #d8ab4c;
}
.jumbotron h1.archivetitle {
  flex: 1 0 100%;
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}
.jumbotron .jumbotron_image {
  flex: 0 0 25%;
  margin-right: 5%;
}
.jumbotron .jumbotron_image img {
  max-width: 100%;
  height: auto;
}
.jumbotron .jumbotron_text {
  flex: 0 0 70%;
}

.filter {display: none;}

@media SCREEN and (max-width: 420px) {
  .jumbotron section {
    flex: 0 0 100% !important;
  }
}

.panel-info > .panel-heading {
  background-color: #d8ab4c;
  color: #000;
}

.resourceblock a:link, .resourceblock a:visited {color: #000;}
.resourceblock a.btn {border-color: #ccc;}

#block a:link, #block a:visited {
  width: 300px;
  float: left;
  padding: 10px;
  background-image: none;
  background-repeat: repeat;
  color: #fff;
  margin: 20px 25px 25px 25px;
  border-radius: 8px;
  border: 0;
  text-align: center;
}
#block a:hover {
  background: #997F3D;
  background-image: none;
  background-repeat: repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.homepage-button h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0;
}
.oscc-button {
  background: #7578b8;
}
.csw-button {
  background: #5f6f62;
}
.ucc-button {
  background: #5e86a0;
}
.shc-button {
  background: #c2983f;
}
.welltrack-button {
  background: #bd99c7;
}
ul.nav-pills li::before {
  content: none;
}	

				

