@charset "utf-8";
/* CSS Document */

#main-content #MCEnd h2, #main-content #MCEnd h4 {
    font-family: var(--ffOpenSans) !important;
}
#main-content #MCEnd h5 {
    font-family: var(--ffOpenSans) !important;
    font-weight: 500;
    font-size: 18px;
}
.heavy {
    font-weight:500;
} 
#MCEnd hr {
    height: 1px;
    border: none !important;
    width: 75%;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #004785));
    margin-top: 40px;
    margin-bottom: 40px;
}

