.header-inner__title-wrapper .header-inner__title {
    text-indent: -9999px;
}
.header-inner__title-wrapper .header-inner__title:before {
    content: "Past events";
    text-indent:0px;
    float: left;
}

h2.event-heading {
    font-weight: 700;
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 20px;
}
h2.event-heading-h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #000000;
    margin-bottom: 20px;
}
h3.event-heading-h3 {
    color: #000000;
    font-size: 1.75rem;;
}
.blue-bar {
    background: #28698C;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

hr {
    background: transparent;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
a.go-back {
    color: #ffffff;
    background: #28698C;
    padding: 15px;
}

.online-row.online-row-blue {
    background: #28698C;
    color: #ffffff;
    padding: 0.5em;
    font-size: 18px;
    font-weight: 700;
    line-height:30px;
}

.event-lable span {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    line-height: 2;
}

@media (max-width: 768px){
    img.event-icon {
        display: block;
        margin-bottom: 0px;
        float: left;
        margin-right: 15px;
        margin-top: 5px;
    }
    
    h2.event-heading {
        font-size: 2rem;
        line-height: 2.5rem;
   }
}



@media (min-width:993px) {
    
    .brightcove-desktop {
        display:block;
    }
    
    .brightcove-mobile {
        display:none;
    }
    
}

@media (max-width:992px) {
    
    .brightcove-desktop {
        display:none;
    }
    
    .brightcove-mobile {
        display:block;
    }
    
}