/*Icon Bucket links hover color*/
.icon-buckets-wrap .icon-buckets-container .icon-bucket-content a:hover {
    color: rgb(1, 103, 76);
    transition: color 0.3s ease;
    text-decoration: underline;
}