/* EVENTS
-------------------------------------------------------------*/
.section-events {
    background: transparent;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
    text-align: center;
}

.section-events h3 {
    font-size: 1.6rem;
}
.section-events h4 {
    font-size: 1.2rem;
}
.section-events h5 {
    font-size: 1.0rem;
}
.outside-link a {
    color: #273b48;
    float: right;
    font-family: bold-font;
}


