#post-47 header {
    display: none;
}

#post-49 header {
    display: none;
}

#post-51 header {
    display: none;
}

#post-56 header {
    display: none;
}

#post-75 header {
    display: none;
}

#post-77 header {
    display: none;
}

#post-79 header {
    display: none;
}

#post-95 header {
    display: none;
}

#post-119 header {
    display: none;
}

#post-129 header {
    display: none;
}

#post-131 header {
    display: none;
}

#post-143 header {
    display: none;
}

#post-155 header {
    display: none;
}

#post-173 header {
    display: none;
}

#post-254 header {
    display: none;
}

#post-288 header {
    display: none;
}

.eap-post-accordion-meta {
	display: none;
}

.sp-eap-container {
	width: 100%;	
}

.sbf-container {
    display: flex;
    display: -webkit-flex;
    padding: 44px 140px;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-self: stretch;
}

.sbf-sub-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    gap: 14px;
    flex: 1 0 0;
}

.sbf-content {
    color: var(--Black, #1D1D1B);
    font-family: Verdana;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.sbf-bold-content {
    color: var(--Black, #1D1D1B);
    font-family: Verdana;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.sbf-sub-title {
    color: var(--Primary_Dark, #172c3c);
    font-family: Verdana;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sbf-title {
    color: var(--Primary_Darkest, #4b6a81);
    font-family: Verdana;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sbf-accordion-image-container {
    max-width: 100%;
    height: auto;
}

.sbf-accordion-image {
    width: 100%;
    height: auto;
}

.uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
    .sbf-container {
        padding: 44px 64px;
    }
}

@media screen and (max-width: 600px) {
    .sbf-container {
        padding: 44px 24px;
    }
}