
.bus-box box-img {
    float:left;
    display:flex;
}
.bus-box box-img .bus-logo {
    width:100%;
    height:auto;
}
box-copy {
    float:left;
    display:flex;
    padding-left:10px;
    box-sizing:border-box;
}
box-copy hdr {
    font-weight:700;
    font-size:18px;
    color:#002244;
}
.box-left {
    text-align:left;
}

.current-events-container {
    display:flex;
    text-decoration:none;
}
.current-events-container * {
    margin-top:auto;
    margin-bottom:auto;
}
.logo-ev {
    float:left;
}
.logo-ev img {
    width:150px;
    height:auto;
    padding:0 15px 20px 0;
}
.copy-r {
    float:left;
    width:100%;
    text-decoration:none;
}
.copy-r .e-name {
    font-size:18px;
    font-weight:700;
}
.today {
    background-color:#f5f5f5;
    padding:5px;
    font-weight:700;
    box-sizing:border-box;
    color:#7a0b12;
    font-size:18px;
    text-decoration:none;
}
.e-date {
    color:#000000;
    font-size:16px;
    text-decoration:none;
}
.e-loc {
    color:#666666;
}
.small-sub-copy {
    color:#000000;
    font-size:12px;
}

@media (max-width: 1920px) {  }
@media (max-width: 1440px) {  }
@media (min-width: 1023px) {
    .bus-box {
    }
}
@media (max-width: 768px) {
    .bus-box {
    }
}

@media (max-width: 468px) {  }
