.pdsvision_cpt_puff .wrapper {
    border-bottom: solid 1px rgb(180, 58, 141);
    margin: 0!important;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #494c50!important;
}

.pdsvision_cpt_puff .wrapper:hover {
    cursor: pointer;
    background-color: rgba(180, 58, 141, 1);
    color: #FFF!important;
}

.pdsvision_cpt_puff .wrapper .date {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.pdsvision_cpt_puff .wrapper .title {
    font-size: 15px;
    line-height: 16px;
}

.facelift .pdsvision_cpt_puff {
    height: 100%;
}

.facelift .pdsvision_cpt_puff>div {
    display: flex;
    flex-direction: column;
}

.facelift .pdsvision_cpt_puff>div>div {
    margin-top: auto;
}

.facelift .pdsvision_cpt_puff .wrapper {
    border-bottom: none;
    margin-top: 0 !important;
    padding: 5px;
    color: #575756!important;
    display: flex;
}

.facelift .pdsvision_cpt_puff.events_puff .wrapper:hover {
    background-color: rgba(87, 116, 145, 1);
    color: #FFF!important;
}

.facelift .pdsvision_cpt_puff.blog_puff .wrapper:hover {
    background-color: rgba(23, 94, 85, 1);
    color: #FFF!important;
}

.facelift .pdsvision_cpt_puff h2 {
    color: #575756!important;
}

.facelift .pdsvision_cpt_puff .wrapper>div {
    line-height: 19px;
}

.facelift .pdsvision_cpt_puff .pds-button-small {
    border-radius: 35px;
    color: #FFF!important;
    line-height: 42px;
    margin-top: 25px!important;
}

.facelift .pdsvision_cpt_puff.events_puff .pds-button-small {
    border-color: rgba(87, 116, 145, 1);
    background-color: rgba(87, 116, 145, 1);
}

.facelift .pdsvision_cpt_puff.events_puff .pds-button-small:hover {
    color: rgba(87, 116, 145, 1)!important;
}

.facelift .pdsvision_cpt_puff.blog_puff .pds-button-small {
    border-color: rgba(23, 94, 85, 1);
    background-color: rgba(23, 94, 85, 1);
}

.facelift .pdsvision_cpt_puff.blog_puff .pds-button-small:hover {
    color: rgba(23, 94, 85, 1)!important;
}

.frontpage-puffs .pdsvision_cpt_puff, .frontpage-puffs>div>.uk-panel>div {
    height: 100%;
}

.frontpage-puffs .pdsvision_cpt_puff>div {
    display: flex;
    flex-direction: column;
}

.frontpage-puffs .pdsvision_cpt_puff>div>div {
    margin-top: auto;
    margin-bottom: 25px;
}

.uk-grid.new-puffs {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 20px;
}

.events_puff {
    padding-right: 10px;
}

.uk-grid-collapse>.blog_puff {
    padding-left: 10px;
}

@media(max-width: 600px) {
    .pdsvision_cpt_puff h2 {
        font-size: 25px !important;
        line-height: 27px !important;
        margin-bottom: 12.5px !important;
    }
    .pdsvision_cpt_puff .uk-button {
        line-height: 16px !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
        padding: 10px 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        display: block;
    }
}

@media(max-width: 479px) {
    .events_puff {
        padding-right: 0;
    }
    .uk-grid-collapse>.blog_puff {
        padding-left: 0;
        margin-top: 40px;
    }
}