/* Add here all your CSS customizations */
.testimonial-div{
   width:500px!important;
   white-space: pre-wrap;
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   word-wrap: break-word;
    text-align:left;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding:10px;
}


@media (max-width: 991px) {
    .testimonial-header{
        margin-top:30px;
    }
}

@media (max-width: 1200px) {
  .testimonial-header{
      margin-top:30px;
  }
}

@media (max-width: 1200px) {
  .img-20-year {
    display:none;
  }
}

.capability-hover{
    padding:3px;
    border-radius: 15px;
}

.capability-hover a{
    text-decoration: none;
}
.capability-hover:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: rgba(251, 255, 209, 0.52);

}

.alternate-color{
    background-color: #292538;
}


.errorlist{
    color: #c60f15;
}

.errorForm {
    background-color: #e4a7a9;
}

.errorLabel {
    color: #c60f15;
    font-weight: bold;
}

.grid-label{
    font-weight:bold;
}



.link-hover:hover{
    background-color: #efefef;
    cursor: pointer;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.affiliations{
  display: flex;
  justify-content: center;
}