.buckets .itp-overlay, .itp-bucket .itp-overlay {
    background: rgba(23, 69, 119, 0.9);
    color: #FFF;
    padding: 1rem;
    margin: .5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buckets .bucket, .itp-bucket {
    text-align: center;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
}
.buckets .bucket img, .itp-bucket img {
    max-width: 80px;
    max-height: 60px;
    margin-bottom: 2rem;
}
#bottom .button, .buckets .bucket .button, body.marketing main article div.itp-bucket .button {
    background: #174577 !important;
    border: solid 3px #FFF;
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    margin: .5rem 0;
    box-shadow: none;
}