.program-headtitle, .program-title {
    font-weight: 700;
    color: #8a0927;
}

.program-description {
    display: none;
}
.program-description.active {
    display: block;
}

.sponsors {
    margin-bottom: 1rem;
}

.sponsor:not(:last-child) {
    margin-bottom: 1rem;
}
.sponsor a {
    display: flex;
}
.sponsor img {
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 100px;
    height: 100%;
    flex-shrink: 0;
}

.lightgray-program-background {
    background-color: #F0F0F0;
    margin-top: .9375rem;
    margin-bottom: .9375rem;
}

.button-wrapper .button {
    margin-bottom: 0;
}

.button {
    background-color: #8a0927 !important;
    color: #FFFFFF !important;
}


