.se-sf-footer-info {
 text-align: center
}

.se-sf-footer-info li {
 list-style: none;
 padding-bottom: 8px;
}

.se-sf-footer-info ul {
 padding-inline-start: 0;
}

.sePage .sePageLayout .se-sf-footer-info h4 {
 color: #ffffff;
 padding-top: 8px;
}

.bcw-footer-signup-input {
 display: flex;
 width: 100%;
 align-items: center;
 padding: 8px 0;
}

.bcw-footer-signup-input h3 {
 margin: 0 15px 0 0;
}

#mc_embed_signup {
 display: flex;
 flex-grow: 1;
}

#mc_embed_signup_scroll input.email {
 height: 36px;
 padding: 7px;
 border: 0;
 color: black;
}

#mc_embed_signup_scroll input.button {
 height: 36px;
 background: #aa1d22;
 border: 0;
 padding: 7px;
}

#mc_embed_signup_scroll input.button:hover {
 background: #c29a55;
}

@media only screen and (max-width: 767px) {
 .bcw-footer-signup-input {
 flex-direction: column;
 }
 #mc_embed_signup {
 margin-top: 8px;
 }
}

@media only screen and (min-width: 768px) {
 #mc_embed_signup {
 justify-content: flex-end;
 }
}

/* ACCESSIBLE FOOTER H2 */
.sePage .sePageLayout .sePageFooter h2 {
 font-size: 25px;
}
