  /* OVERALL STYLES */
.dashed-hr {
    border: .5px dashed #888B8D;
}
.grid-icons img {
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 5px;
}
.grid-icons a.grid-link {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
}
.grid-icons .grid-link span {
    display: block;
    line-height: 1.25;
}
.grid-icons .col-md-4,
.grid-icons .col-md-3 {
    background-color: #c8102e;
    text-align: center;
    padding: 0;
    transition: background-color .25s ease;
}
.grid-icons .col-sm-6:hover {
    background-color: #960c22;
}
.grid-icons .col-md-4 {
  border: 1rem solid #fff;
}
.grid-icons .col-md-3 {
  border: .75rem solid #fff;
  transition: background-color .25s ease;
}
.grid-icons a {
    padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .grid-icons .col-md-4,
  .grid-icons .col-md-3 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
#grid-icon-block {
    padding-bottom: 30px;
}
#grid-icon-block .dashed-hr {
    margin-top: 0;
}
#grid-icon-block .grid-icons {
    padding-left: 10px;
    padding-right: 10px;
}

/*Styles for delegated access actions grid */

.delegate-actions {
        text-align: center;
        margin-top: 5px;
    }
    
#delegate-actions-container {
    margin-bottom:30px;
}