.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.25);
    border-radius: 10px;
    background-color: white;
    color: #333;
}

/*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;
}