/**
 *    Custom Module - Research Areas Event Feed Parser CSS
 */

/*
.view-priority-areas-of-research-focus-block .views-field-field-pra-aof .item-list > ul > li {
  border: 3px solid green !important;
}

.view-priority-areas-of-research-focus-block li {
*/

.view-priority-areas-of-research-focus-block a.btn-aof-feed {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;  
  color: #D73F09;
  width: 100%;
  text-align: left;
  border: none !important;
  padding-left: 0;
  padding-right: 0;
}

.view-priority-areas-of-research-focus-block a.btn-aof-feed:active,
.view-priority-areas-of-research-focus-block a.btn-aof-feed:focus, 
.view-priority-areas-of-research-focus-block a.btn-aof-feed:active {
  text-decoration: none;
  border: none;
}

.view-priority-areas-of-research-focus-block a.btn-aof-feed:hover {
  text-decoration: underline !important;
}

.view-priority-areas-of-research-focus-block a.btn-aof-feed h3 {
  margin-top: 0;
  margin-bottom:0;
}

.view-priority-areas-of-research-focus-block .views-field-field-pra-aof .item-list > ul > li {
  border: 1px solid #ddd;
  padding: 10px 20px !important;
  list-style: none;
  margin-bottom: 20px !important;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  box-shadow: -0.5rem 0.5rem 0.5rem rgba(0,0,0,0.15);
}

.view-priority-areas-of-research-focus-block .col-researcher-list {
  background-color: #e9e5e4;
  padding-top: 20px;
}

.view-priority-areas-of-research-focus-block .col-research-programs {
  padding-top: 20px;
  border-top: 1px solid #e9e5e4;
}

.view-priority-areas-of-research-focus-block .col-research-programs .research-program-item {
  margin-top: 30px;
}

.view-priority-areas-of-research-focus-block .col-research-programs .research-program-title {
  font-size: 1.5rem;
  font-family: 'Stratum2Web', sans-serif;
  display: block;
  width: 100%;
  padding: 0 5px;
  border-bottom: 1px solid #e9e5e4;
  background-color: #e9e5e4;
}

.view-priority-areas-of-research-focus-block .views-field-title {
  font-size: 1.5rem;
  font-family: 'Stratum2Web', sans-serif;
  display: block;
  width: 100%;
  padding: 0 5px;
  border-bottom: 1px solid #e9e5e4;
  background-color: #e9e5e4;
}

@media only screen and (max-width: 992px) {
  .view-priority-areas-of-research-focus-block .col-researcher-list ul li.list-item {
    display: inline-block;
    margin-right:10px;
    margin-left:10px;
    min-width:200px;
  }
}