/**handles:programs**/
.program-selection-column {
    margin-bottom: 35px;
}

.programs-class-schedule-block .bw-widget button.bw-widget__cta, .bw-widget a.bw-widget__cta {
    display: none !important;
}

.button-row {
    display: flex;
    position: relative;
    justify-content: space-between;
    background: white;
    margin: 0;
    border-bottom: 2px dashed #ed1c24;
    padding-bottom: 35px 20px;
    z-index: 99;
}

    .button-row:first-of-type {
        border-top: 2px solid white;
    }

    .button-row:last-of-type {
        border-bottom: 2px solid white;
    }

.program-selection-column h3 {
    font-weight: 1000;
    color: white;
}

.program-selection-column .class-info-button {
    background: black !important;
    border: 3px solid white !important;
}

.program-selection-column .class-info-button:hover {
    background: rgb(42,42,42) !important;
    border: 3px solid white !important;
}

.button-row .col-md-8 {
    position: relative;
    padding: 25px;
}

    .button-row .col-md-8 p {
        padding: 0;
        margin-bottom: 5px;
    }

.button-row .col-md-4 {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    border-right: 2px dashed white;
    background: #ed1c24;
    transform: scale(1);
    transition: all 0.3s ease-in-out !important;
}

.button-row .healcode-link {
    background: transparent !important;
    color: white !important;
    font-weight: bolder !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}

    .button-row .healcode-link:hover {
        color: white !important;
        text-decoration: underline;
    }

@media (max-width: 980px) {
    .button-row:first-of-type {
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .program-selection-column h3 {
        color: black;
    }

    .button-row:last-of-type {
        border: none;
    }

    .button-row .col-md-8 {
        padding: 10px;
    }

    .button-row .col-md-4 {
        border-right: none;
    }
}