/* Reduce height of the Pre-Request brochure banner */
section[data-section-id="13273000023704300"] {
    min-height: 260px !important;
    height: 260px !important;
}

/* Keep background within the reduced banner height */
section[data-section-id="13273000023704300"] > .background-layer {
    min-height: 260px !important;
    height: 260px !important;
}

/* Center the content vertically and horizontally */
section[data-section-id="13273000023704300"] > .foreground-layer {
    min-height: 260px !important;
    height: 260px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Remove unwanted spacing from banner widget/content */
section[data-section-id="13273000023704300"] .banner-widget {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

section[data-section-id="13273000023704300"] .banner-content {
    width: 100% !important;
    text-align: center !important;
    padding: 0 20px !important;
    margin: 0 !important;
}

/* Heading alignment */
section[data-section-id="13273000023704300"] .section-head {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

section[data-section-id="13273000023704300"] .section-head p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

div#ember8 {
    max-width: 300px !important;
}
.bs-main-menu .item.logo .logo.bs-image, .bs-main-menu .item.logo .logo.file-upload{
    height: auto !important;
}

/* Mobile */
@media (max-width: 767px) {

    section[data-section-id="13273000023704300"],
    section[data-section-id="13273000023704300"] > .background-layer,
    section[data-section-id="13273000023704300"] > .foreground-layer {
        height: 220px !important;
        min-height: 220px !important;
    }

    section[data-section-id="13273000023704300"] .section-head p {
        line-height: 1.25 !important;
    }
}