/* DV: change right arrow color to #000000 around the image in EDN list event box*/
.eds_news_Triumph.eds_subCollection_news .EDN_article.EDN_simpleArticle .EDN_image-container .EDN_arrow::before {
    border-color: rgba(255, 255, 255, 0) #000000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}


/* Added by MPIF */
.list-group-item-primary {
color:#004085 !important;
background-color:#a21f4b  !important;
}

.bd-callout-mpif {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border-right: 1px solid #eee;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
border-left: 2px solid #A21F4B;
border-left-width: .25rem;
border-radius: .25rem;
}

.list-group-item-primary:hover {
background-color:#efefef;
}

.myaccordion {
  max-width: 500px;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #cdcdcd;
  background: #efefef;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #a21f4b !important;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.text-white {
 background-color:#171717 !important; 
}

/* Awards Navigation*/

.list-group-item-danger {
    color: #000000 !important;
    background-color: #efefef !important;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #A21F4B !important;
}






