 div.resources-container {
     border: 1px solid #cce6f8;
     border-bottom: 0;
     border-radius: 10px;
     box-shadow: 0 0 20px rgba(1,129,221,.1);
     margin-top: 22px;
     margin-bottom: 24px;
     width: 100%;
}
 div.resources-header {
     border-radius: 10px;
     background-color: #f6fbff;
     padding: 12px;
}
 div.resources-header h4 {
     font-size: 16px;
     color: #0f4cc0;
     font-weight: 600;
     margin: 0;
}
 .ul-resources {
     border-top: 1px solid #cce6f8;
     font-size: 14px;
     font-weight: 400;
     list-style: none;
     margin: 0;
     padding: 0;
}
 .ul-resources li {
     border-bottom: 1px solid rgba(1,129,221,.2);
}
 .ul-resources li:last-child {
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}
 .ul-resources li > a {
     color: #0181dd;
     padding: 12px;
     text-decoration: none;
     display: inline-block;
     width: 100%;
}
 .ul-resources li:hover {
     background-color: #0181dd;
}
 .ul-resources li:hover a {
     color: white;
}
 