.smcm-info-grid-row h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3em;
    text-align: center;
}

.smcm-info-grid-row h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
}

.smcm-info-grid-row a,
.smcm-info-grid-row a>span {
    text-decoration: underline;
    font-weight: 600 !important;
}

.smcm-info-grid-row .sectionIntro p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 400;
}

.smcm-info-grid-row p {
    font-size: 2.2rem;
    line-height: 1.5;
}

.smcm-info-grid-row .sectionIconContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    font-size: 1.5em;
}

.smcm-info-grid-row .sectionIconContainer .sectionIconBK {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    border-radius: 50%;
    height: 85px;
    width: 85px;
}

/* Info Grid Navy */
.smcm-info-grid-row {
    padding-top: 2em;
    padding-bottom: 2em;
}

.smcm-info-grid-row.navy {
    color: white;
    background-color: #00205C;
}

.smcm-info-grid-row.navy h2,
.smcm-info-grid-row.navy h3 {
    color: #F3C10D;
}

.smcm-info-grid-row.navy .sectionIconBK {
    background-color: #F3C10D;
    color: #00205C;
}

.smcm-info-grid-row.navy a,
.smcm-info-grid-row.navy a:hover,
.smcm-info-grid-row.navy a>span {
    color: white
}

/* Info grid white */
.smcm-info-grid-row.white {
    color: #00205C;
    background-color: white;
}

.smcm-info-grid-row.white h2,
.smcm-info-grid-row.white h3 {
    color: #00205C;
}

.smcm-info-grid-row.white .sectionIconBK {
    background-color: #00205C;
    color: white;
}

.smcm-info-grid-row.white a,
.smcm-info-grid-row.white a:hover,
.smcm-info-grid-row.white a>span {
    color: #00205C
}

/* Info grid gray */
.smcm-info-grid-row.gray {
    color: #00205C;
    background-color: #D6D1CA;
}

.smcm-info-grid-row.gray h2,
.smcm-info-grid-row.gray h3 {
    color: #00205C;
}

.smcm-info-grid-row.gray .sectionIconBK {
    background-color: #00205C;
    color: #D6D1CA;
}

.smcm-info-grid-row.gray a,
.smcm-info-grid-row.gray a:hover,
.smcm-info-grid-row.gray a>span {
    color: #00205C
}

.smcm-intro-section h1 {
    font-weight: 800;
    color: #00205C;
    font-size: 3em;
    text-transform: uppercase;
}
.smcm-intro-section h2 {
    font-family: Baskerville, serif;
    color: #00205c;
    font-style: italic;
    font-weight: 600;
    font-size: 2.5em;
    }
.smcm-intro-section span {
    font-family: Baskerville, serif;
    color: #00205c;
    font-style: italic;
    font-weight: 800;
    font-size: 1.5em;
}
.smcm-date-box {
    flex-direction: column;
    display: flex;
    align-items: center;
    background-color: #e9e9e9;
    color: #00205C;
    width: 65px;
    height: 65px;
    font-size: 0.7em;
    aspect-ratio: 1;
}
/* Date box and Date box rows */
.smcm-date-box span {
    margin-top: 0;
}

.smcm-date-box span.month {
    background-color: #F3C10D;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.smcm-date-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 0.75em;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    padding-left: 0.2em;
}

.smcm-date-row p {
    margin: 0;
    margin-bottom: 0 !important;
    line-height: 1.25em;
}
/* Gold date box */
.smcm-date-row.gold {
    color: #F3C10D;
}
.smcm-date-row.gold .smcm-date-box {
    border: 3px solid #F3C10D;
}
.smcm-date-row.gold .smcm-date-box span.month {
    background-color: #F3C10D;
}
/* Red date box */
.smcm-date-row.red {
    color: #D0343A
}
.smcm-date-row.red .smcm-date-box {
    border: 3px solid #D0343A;
}
.smcm-date-row.red .smcm-date-box span.month {
    background-color: #D0343A;
    color: white;
}
/* Gray date box */
.smcm-date-row.gray {
    color: white;
}
.smcm-date-row.gray .smcm-date-box {
    border: 3px solid #D6D1CA;
    color: #00205C;
}
.smcm-date-row.gray .smcm-date-box span.month {
    background-color: #D6D1CA;
    color: #00205C;
}
/* Light blue date box */
.smcm-date-row.lightBlue {
    color: #59B2E7
}
.smcm-date-row.lightBlue .smcm-date-box {
    border: 3px solid #59B2E7;
}
.smcm-date-row.lightBlue .smcm-date-box span.month {
    background-color: #59B2E7;
    color: #00205C;
}
.hStackMobileVStack {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.vStack {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.hStack {
    display: flex;
    justify-content: center;
    gap: 16px;
}
@media (max-width: 800px) {
    .hStackMobileVStack {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}