@media (min-width: 992px)
{
.col-sm-12.col-md-9.region-right {
    width: 100%;
}}
.field.field-attachments {
    padding: 0;
    background: none;
    line-height: 180%;
    border-radius: 5px;
    border: 0px solid #C5D8C5;
}

.field.field-attachments .field-item{
  background-color:#F8F8F8;
  padding:20px 30px;
  margin-bottom:10px;
  font-size:16px;
  border:0;
}
.field.field-attachments .field-item:hover{
   background-color: #0a7da4;
}
.field.field-attachments .field-item:hover a{
  color:#FFF;
}