.protocols-list .card-info h3 {
    font-family: 'Avenir LT Std 55 Roman';
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
    color: #414141;
 /* display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 68px; */
}

.protocols-list .card-item {
	background: #f7f7f7;
}

.protocols-list .card-item .card-img {
	height: auto;
	padding: 20px 20px 0;
}

.protocol-content img {
    border-radius: 4px;
}

.protocol-content h1 {
    font-family: 'Avenir LT Std 65';
    font-weight: 900;
    font-size: 32px;
    line-height: 1.5;
    color: #14328C;
}

.protocol-content a {
    background: #273b89;
    padding: 12px 32px 15px 23px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Avenir LT Std 55 Roman';
    font-weight: bold;
    font-size: 16px;
}

.logged-in .protocols .entry-content .wp-block-ugb-button,
.logged-in .practitioner-resources .entry-content .wp-block-ugb-button {
    display: none;
}

@media (max-width: 1200px) {
    .protocols .paged-nav .wp-pagenavi,
    .practitioner-resources .paged-nav .wp-pagenavi {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .protocol-content {
        text-align: center;
    }
    .protocol-content img {
        margin-bottom: 30px;
    }
    .protocol-content a > img {
        margin-bottom: 0;
    }
}

@media (max-width: 383px) {
    .practitioner-resources .ugb-button span::before {
        top: 8px;
    }
}

@media (max-width: 344px) {
    .protocols .ugb-button span::before {
        top: 8px;
    }
}

.dl-materials .card-item {
    text-align: center;
    background: #ffffff;
}

.dl-materials .card-item .card-img {
    padding: 0;
}

.dl-materials .post-categories a {
    font-family: "arialbold", sans-serif;
    color: #0073AE;
    font-size: 18px;
    background: transparent;
}

.dl-materials .card-info h3 {
    color: #414141;
}

.dl-materials .card-info a, 
.dl-materials .card-info a h3,
.dl-materials .card-info h3 {
    font-family: "arialbold", sans-serif;
    font-size: 20px;
    text-decoration: none;
}
