.rp-template {
    position: relative;
    background: #f1f1f1;
}

.rp-att-hide {
    display: none;
}

.rp-att-show {
    display: block;
}

.fl-post-grid-post {
    border: solid 1px #d1d1d1;
}


.rp-resource-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}


.rp-resource-image {
    width: 100%;
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.rp-resource-text {
    padding: 10px;
    font-family: 'Poppins';
}

.rp-resource-text h3 {
    font-size: 20px;
    line-height: 1.25em;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 600;
}

.rp-resource-date {
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 15px 0;
    font-weight: 100;
}

.rp-resource-short {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
}

.rp-resource-link {
}

.rp-resource-att {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.rp-resource-att .rp-att-link,
.rp-resource-att .rp-att-link:hover,
.rp-resource-text a,
.rp-resource-text:hover a:hover,
.rp-resource-link,
.rp-resource-link:hover
{
    text-decoration: none;
}

.rp-resource-link,
.rp-resource-link:hover {
    color: #004a77;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
    display: inline-block;
}




.rp-resource-att .rp-att-link .dashicons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #aaa;
}