.smcm-feed-promo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}
.smcm-feed-promo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    flex-direction: column;
    background-color: #00205C;
    color: white;
    padding: 1em;
}
.smcm-feed-promo-row h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    text-align: center;
    padding-top: 1em;
}
.smcm-feed-promo-row a, .smcm-feed-promo-row a:hover {
    background-color: #d0343a;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    width: 100%;
    color: white;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.smcm-feed-promo-row img {
    height: 250px;
    object-fit: contain;
}

.smcm-feed-horizontal-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-block: 1em;
}
.smcm-feed-horizontal-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    max-width: 600px;
    flex-direction: column;
    background-color: #00205C;
    color: white;
    padding: 1em;
}
.smcm-feed-horizontal-row.hp_events {
    background-color: white;
    color: #00205C;
}
.smcm-feed-horizontal-row.hp_events h3 {
    color: #00205C;
}
.smcm-feed-horizontal-row:hover  {
    scale: 1.005;
}
.smcm-feed-horizontal-row div {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
.smcm-feed-horizontal-row img {
    max-height: 95%;
    max-width: 100%;
    object-fit: contain;
    padding-block: 0.5em;
}
.smcm-feed-horizontal-row a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
 }
.smcm-feed-horizontal-row h3 {
    font-weight: 600;
    font-size: 1.25em;
    color: white;
    padding-top: 1em;
    flex-shrink: 99;
}
.smcm-feed-horizontal-row h4 {
    color: white;
    font-weight: 400;
    margin-block: 0.5em;
}
.smcm-feed-horizontal-row.smcm-story {
    background-color: #F3C10D;
    color: #00205C;
}
.smcm-feed-horizontal-row.smcm-story h3 {
    color: #00205C;
    font-weight: 700;
}
.smcm-feed-horizontal-row.smcm-story {
    width: 100% !important;
}
.smcm-feed-horizontal-row.smcm-story div {
    height: 300px;

}
.smcm-feed-horizontal-row.smcm-story iframe {
    height: 300px;
    margin: 1em;
}
.smcm-feed-event-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.smcm-feed-event-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #d6d1ca4c;
    padding: 1em;
}
.smcm-feed-event-row h2 {
    margin-bottom: 0;
    color: black;
    font-size: 1.5em;
}
.smcm-feed-event-row p {
    margin-bottom: 0.5em;
}
.smcm-feed-event-row img {
    width: 800px;
    padding: 1em;
}
.smcm-feed-event-row .regRequired {
    color: black;
    font-weight: 400;
    font-style: italic;
    margin-top: 0em;
    margin-bottom: 0em;
}
.smcm-feed-event-row .paidEvent {
    color: black;
    font-weight: 400;
    font-style: italic;
    margin-top: 0em;
    margin-bottom: 0em;
}
.smcm-feed-dh-wrapper {
    display: flex;
    justify-content: center;
}
.smcm-feed-dh-container {
    background-color: #00205C;
    color: white;
    padding: 2em;
    display: inline-block;
}
.smcm-feed-dh-container h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.5em;
}
.smcm-feed-dh-items {
    padding-block: 1em;
    display: flex;
    justify-content: left;
    flex-direction: row;
    gap: 2em;
}
.smcm-feed-dh-container img {
    max-width: 150px;
    border-radius: 1.5em;
}
.smcm-feed-dh-row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 500px;
}
.smcm-feed-dh-row .smcm-dh-label-container {
    padding: 1em;
}
.smcm-feed-dh-container p {
    margin-bottom: 0;
}
.smcm-feed-dh-row .smcm-dh-name {
    font-size: 1.5em;
    font-weight: 600;
}
.smcm-feed-dh-row .smcm-dh-email {
    color: white;
    font-weight: 400;
    margin-block: 0em;
    margin-bottom: 0.65em;
    padding: 0.1em;
    font-size: 1.25em;
    background-color: unset;
}
.smcm-feed-dh-row .smcm-dh-email:hover {
    color: white;
}
.smcm-feed-dh-row a {
    font-weight: 600;
    font-size: 1.25em;
    text-decoration: underline;
    color: white;
}
.smcm-feed-dh-row a:hover {
    color: white;
}
.smcm-dh-info {
    padding-bottom: 0.75em;
}
.smcm-ac-buttons {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 16px;
}
.smcm-ac-buttons a, .smcm-ac-buttons .smcm-accordion {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 800px) {
    .smcm-feed-horizontal-container, .smcm-feed-promo-container {
        flex-direction: column;
        align-items: center;
    }
    .smcm-feed-horizontal-row, .smcm-feed-promo-row {
        width: 95% !important;
        padding: 0;
    }
    .smcm-feed-horizontal-row > a > div {
        height: 200px;
        width: 45%;
        flex-grow: 3;
    }
    .smcm-feed-event-container .smcm-feed-event-row {
        flex-direction: column;
    }
    .smcm-feed-dh-items {
        flex-direction: column;
    }
    .smcm-feed-horizontal-row a {
        flex-direction: row;
        gap: 1.5em;
        margin-inline: 1.0em;
    }
    .smcm-feed-dh-container img {
        max-width: 150px;
        min-width: 85px;
        width: 100%;
        border-radius: 8px;
    }
    .smcm-feed-dh-container .smcm-dh-label-container {
        font-size: 0.85em;
    }
}