.program-headtitle, .program-title {
    font-weight: 700;
    color: #1b455c;
}

div.ccm-page .program-wrapper .button {
    padding: 0 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.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;
}


