  .smcm-section-title {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 2rem;
    color: #00205C;
    font-weight: 600;
    text-transform: uppercase;
}

.smcm-section-title strong {
    font-weight: 800;
}

@media (max-width: 1024px) {
    .smcm-section-title {
        font-size: 4rem;
    }
}

@media (max-width: 600px) {
    .smcm-section-title {
        font-size: 3rem;
    }
}

.smcm-gold-buttons ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
}
.smcm-gold-buttons ul li {
    display: flex;
    width: 100%;
}
.smcm-gold-buttons ul .smcm-gb-item {
    flex: 1 1 30%;
    list-style-type: none !important;
    margin: 0.5em;
}

.smcm-gold-buttons ul div:hover {
    filter: brightness(110%);
}

.smcm-gold-buttons ul li i {
    padding-inline: 8px;
}

.smcm-gold-buttons ul li a {
    position: relative;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    color: #00205c;
    background: #f3c10d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 1em;
    text-decoration: none;
}
.smcm-gold-buttons ul div a .smcm-gb-label-wrapper {
    padding: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 3em;
}

.smcm-gold-buttons .smcm-gb-icon-wrapper {
    padding-block: 0.65em;
    padding-inline: 0.2em;
    margin: 0;
    background-color: #ffd128;
    color: #00205C;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smcm-gold-buttons .smcm-gb-icon-wrapper i {
    width: 2em;
}
@media only screen and (max-width: 600px) {
    .smcm-gold-buttons ul .smcm-gb-item {
        flex: 1 1 100%;
        margin: 1.25% 0;
    }

    .smcm-gold-buttons ul li a {
        font-size: 2.25rem;
    }
    .smcm-gold-buttons ul li {
        flex-direction: column;
    }
}

.smcm-cta-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.smcm-cta-button {
    display: block;
    padding: 1.75rem;
    padding-inline: 1.85em;
    margin: 0;
    font-size: 2rem;
    max-width: 70%;
    line-height: 1;
    text-align: center;
    background-color: #D0343A;
    color: white !important;
    text-transform: uppercase;
}
a.smcm-cta-button {
    font-weight: 600;
    text-decoration: none;
}
.smcm-cta-button:hover {
    filter: brightness(110%);
}

.smcm-cta-button i {
    padding-inline: 8px;
}

.smcm-cta-button.navy {
    color: white !important;
    background-color: #00205C;
}

.smcm-cta-button.grey {
    color: black !important;
    background-color: #e9e9e9;
}
.smcm-fact-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    font-size: 1.4em;
    padding: 0.5em;
}
.smcm-fact-card a {
    color: #00205C;
    text-decoration: underline;
}
.smcm-fact-card .number {
    font-size: 3em;
    font-weight: 800;
    margin: 0;
    margin-top: 1em;
}
.smcm-fact-card.red {
    background-color: #D0343A;
    color: white;
}
.smcm-fact-card.red a {
    color: white;
    text-decoration: underline;
}
.smcm-fact-card.lightblue {
    background-color: #59B2E7;
    color: #00205C;
}
.smcm-fact-card.navy {
    background-color: #00205C;
    color: #f3c10d;
}
.smcm-fact-card.navy a {
    color: #f3c10d;
    text-decoration: underline;
}
.smcm-fact-card.yellow {
    background-color: #f3c10d;
    color: #00205C;
}
.smcm-highlight-card {
    padding: 1em;
    font-size: 1.2em;
    font-weight: 500;
    border: 12px solid #00205C;
}
.smcm-highlight-card h3 {
    margin: 0;
    margin-block: 0.25em;
    font-weight: 700;
}
.smcm-highlight-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.smcm-highlight-card a {
    font-weight: 800;
    /* color: #00205C; */
    text-decoration: underline;
}
.smcm-highlight-card a:hover {
    filter: brightness(1.15);
}
.smcm-highlight-card.red {
    border: 12px solid #D0343A;
}
.smcm-highlight-card.red a, .smcm-highlight-card.red h3 {
    color: #D0343A;
}
.smcm-highlight-card.lightblue {
    border: 12px solid #59B2E7;
}
.smcm-highlight-card.lightblue a, .smcm-highlight-card.lightblue h3 {
    color: #00205C;
}
.smcm-highlight-card.navy {
    border: 12px solid #00205C;
}
.smcm-highlight-card.navy a, .smcm-highlight-card.navy h3 {
    color: #00205C;
}
.smcm-highlight-card.yellow {
    border: 12px solid #f3c10d;
}
.smcm-highlight-card.yellow a, .smcm-highlight-card.yellow h3 {
    color: #00205C;
}
/* Accordion Widget */
.smcm-accordion {
    color: white;
    background-color: #00205C;
    transition: 0.4s;
    border: solid #00205C 0.6em;
}
.smcm-accordion:hover {
    filter: brightness(115%);
}
.smcm-accordion.visible:hover {
    filter: unset;
}
.smcm-accordion .title-container {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    cursor: pointer;
}
.smcm-accordion .title-container h3 {
    color: white;
    padding: 0.5em;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    font-size: 1.5em;
}
.smcm-accordion h3 i {
    margin-right: 0.5em;
}
.smcm-accordion .open-close {
    padding-right: 0.75em;
    font-size: 1.4em;
    margin-top: 0.7em;
}
.smcm-accordion.visible .open-close:before, .smcm-accordion.default-open .open-close:before {
    content: "\f068";
}
.smcm-accordion-content {
    background: #f9f9f9;
    color: black;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0px;
}
.smcm-accordion.default-open .smcm-accordion-content {
    max-height: unset;
}
.smcm-ac-content-wrapper {
    border-top: solid #00205C 0.6em;
    padding-top: 1em;
    padding: 1em;
}
.smcm-accordion a {
    color: #00205C;
    font-weight: 400;
    text-decoration: underline;
}