/** Breadcrumb & Addthis **/

.share {
    display: flex;
    justify-content: flex-end;
}

.share a {
    display: flex;
    color: #21475a;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Mundo Sans W01 Medium';
    text-transform: uppercase;
    align-items: center;
}

.share a .symbol {
    display: flex;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: #e4b771;
    color: #fff; 
    font-size: 10px;
}

.meetings .share a .symbol,
.sports .share a .symbol {
    background-color: #c41d37;
}
