
/* OML UK DESIGN START */

:root {
    --oml-purple: #2a155a;
    --oml-purple-dark: #1d0d43;
    --oml-navy: #14213d;
    --oml-blue: #1d55c1;
    --oml-red: #e51c35;
    --oml-white: #ffffff;
    --oml-light: #f5f7fb;
    --oml-border: #e3e6ee;
    --oml-text: #252333;
}

/* General background */
body {
    background: var(--oml-light);
    color: var(--oml-text);
}

.body-innerwrapper {
    background: var(--oml-white);
}

/* ============================================
   TOP BRANDING AREA
   ============================================ */

#sp-top-bar {
    background: #ffffff !important;
    color: var(--oml-text) !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid var(--oml-border);
}

#sp-top-bar .container,
#sp-header .container {
    width: 100%;
    max-width: 1280px !important;
    margin-left: auto;
    margin-right: auto;
}

#sp-top-bar .row {
    align-items: center;
}

#sp-top-bar .sp-column {
    display: flex;
    align-items: center;
    min-height: 58px;
}

/* Logo */
#sp-logo {
    padding: 5px 0 !important;
}

#sp-logo .logo-image,
.logo-image {
    width: auto !important;
    max-height: 62px !important;
}

/* Main site title */
#sp-top-bar h1,
#sp-top-bar h2,
#sp-top-bar .custom h1,
#sp-top-bar .custom h2 {
    margin: 0 !important;
    color: #1c1629;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.15;
}

/* ============================================
   PURPLE NAVIGATION BAR
   ============================================ */

#sp-header {
    background: linear-gradient(
        90deg,
        var(--oml-purple-dark) 0%,
        var(--oml-purple) 55%,
        #351b73 100%
    ) !important;
    min-height: 58px !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: 0 7px 20px rgba(29, 13, 67, 0.18);
    z-index: 999;
}

#sp-header .container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
}

#sp-menu,
#sp-menu .sp-column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Prevent the desktop menu from breaking into another line */
.sp-megamenu-parent {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
}

.sp-megamenu-parent > li {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 58px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.1px;
    border-bottom: 3px solid transparent;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li > a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border-bottom-color: var(--oml-red);
}

/* Dropdown navigation */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff !important;
    padding: 10px !important;
    border-top: 4px solid var(--oml-red);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 15px 35px rgba(20, 15, 45, 0.2);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    display: block;
    padding: 10px 14px !important;
    color: #4b4560 !important;
    background: transparent;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 4px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: var(--oml-blue) !important;
    background: var(--oml-light);
}

/* ============================================
   LANGUAGE FLAGS
   ============================================ */

.mod-languages,
div.mod-languages {
    display: flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 35px;
}

.mod-languages ul.lang-inline,
div.mod-languages ul.lang-inline {
    display: flex !important;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.mod-languages ul.lang-inline li {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mod-languages img,
div.mod-languages img {
    display: block !important;
    width: 27px !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d9dce5;
    border-radius: 2px;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ============================================
   TOP CONTACT AND DONATE BUTTON
   ============================================ */

.sp-contact-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.sp-contact-info li {
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    white-space: nowrap;
}

.top-menu ul {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.top-menu ul li,
.top-menu ul li:first-child {
    margin: 0 !important;
}

#sppb-addon-1658996625667 .sppb-addon-content,
#sppb-addon-1658746432449 .sppb-addon-content {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
}

.btn-danger,
.sppb-btn-danger {
    color: #ffffff !important;
    background: var(--oml-red) !important;
    border-color: var(--oml-red) !important;
    border-radius: 5px;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 5px 14px rgba(229, 28, 53, 0.23);
}

.btn-danger:hover,
.sppb-btn-danger:hover {
    background: #bf1428 !important;
    border-color: #bf1428 !important;
}

/* Page heading */
.sp-page-title {
    background: linear-gradient(
        90deg,
        var(--oml-purple-dark),
        var(--oml-purple)
    ) !important;
    color: #ffffff;
}

/* ============================================
   MAIN CONTENT
   ============================================ */

#sp-main-body {
    background: #ffffff;
    padding-top: 38px;
    padding-bottom: 48px;
}

/* Hide article bookmarks */
.article-spbookmark {
    display: none;
}

/* Contact page borders */
#column-id-1575282610864,
#column-id-1658999523485 {
    padding-right: 0;
    border: 1px solid #dee2e9;
    box-shadow: none;
}

/* ============================================
   PROFESSIONAL FOOTER
   ============================================ */

#sp-bottom {
    background: #f0f3f8 !important;
    color: var(--oml-text);
    padding-top: 45px !important;
    padding-bottom: 32px !important;
    border-top: 4px solid var(--oml-purple);
}

#sp-bottom .sp-module {
    margin-bottom: 22px;
}

#sp-bottom .sp-module-title {
    margin-bottom: 16px;
    color: var(--oml-purple-dark);
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
}

#sp-bottom .sp-module-title::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 9px;
    background: var(--oml-red);
    border-radius: 4px;
}

#sp-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sp-bottom ul li {
    margin-bottom: 8px;
}

#sp-bottom a {
    color: #504667;
    text-decoration: none;
}

#sp-bottom a:hover {
    color: var(--oml-blue);
}

/* Social media buttons */
#sp-bottom .social-icons a,
#sp-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    margin-right: 7px;
    color: #ffffff !important;
    background: var(--oml-purple);
    border-radius: 50%;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

#sp-bottom .social-icons a:hover,
#sp-footer .social-icons a:hover {
    background: var(--oml-red);
    transform: translateY(-2px);
}

/* Copyright footer */
#sp-footer {
    background: linear-gradient(
        90deg,
        var(--oml-purple-dark),
        var(--oml-purple)
    ) !important;
    color: rgba(255, 255, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#sp-footer .container-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#sp-footer a {
    color: #ffffff;
}

#sp-footer a:hover {
    color: #ffb6c0;
}

/* Newsletter button */
#sp-bottom-top1 .sppb-optin-form .button-wrap button.sppb-btn {
    background: var(--oml-purple) !important;
}

/* ============================================
   SMALL DESKTOPS
   ============================================ */

@media (max-width: 1199px) {
    #sp-header .container {
        max-width: 100% !important;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 1050px) and (min-width: 992px) {
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        padding-left: 7px !important;
        padding-right: 7px !important;
        font-size: 12px !important;
    }
}

/* ============================================
   MOBILE
   ============================================ */

@media (max-width: 991.98px) {
    #sp-top-bar {
        padding: 6px 0 !important;
    }

    #sp-header {
        min-height: 60px !important;
    }

    #sp-logo .logo-image,
    .logo-image {
        max-height: 48px !important;
    }

    #offcanvas-toggler {
        color: #ffffff !important;
    }

    .burger-icon > span {
        background-color: #ffffff !important;
    }

    .offcanvas-menu {
        background: #ffffff;
    }

    .offcanvas-menu .offcanvas-inner ul.menu > li > a,
    .offcanvas-menu .offcanvas-inner ul.menu > li > span {
        display: block;
        padding: 12px 0;
        color: var(--oml-purple) !important;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        border-bottom: 1px solid var(--oml-border);
    }

    .offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
    .offcanvas-menu .offcanvas-inner ul.menu > li > a:hover {
        color: var(--oml-blue) !important;
    }

    #sp-main-body {
        padding-top: 25px;
    }

    #sp-bottom {
        padding-top: 35px !important;
        text-align: center;
    }

    #sp-bottom .sp-module-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    #sp-footer {
        text-align: center;
    }
}

/* OML UK DESIGN END */


/* OML MENU FINAL FIX START */

/*
 * Keep the logo, title, flag and Donate button
 * inside the white branding row.
 */
#sp-header {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-shadow: 0 4px 16px rgba(42, 21, 90, 0.08);
}

#sp-header .row {
    align-items: center !important;
    flex-wrap: wrap !important;
}

/*
 * The menu becomes a complete second row.
 */
#sp-menu {
    order: 100 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    isolation: isolate;
    overflow: visible !important;
    background: #2a155a !important;
}

/* Extend the purple background across the screen. */
#sp-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        #1d0d43 0%,
        #2a155a 55%,
        #351b73 100%
    );
}

#sp-menu > .sp-column,
#sp-menu .sp-megamenu-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    background: transparent !important;
}

/* Desktop navigation. */
@media (min-width: 992px) {
    .sp-megamenu-parent {
        float: none !important;
        display: flex !important;
        flex-flow: row wrap !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    .sp-megamenu-parent > li {
        display: block !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 58px !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        padding: 0 13px !important;
        color: #ffffff !important;
        background: transparent !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0.1px;
        opacity: 1 !important;
        visibility: visible !important;
        border-bottom: 3px solid transparent;
    }

    .sp-megamenu-parent > li.active > a,
    .sp-megamenu-parent > li:hover > a,
    .sp-megamenu-parent > li > a:hover {
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.13) !important;
        border-bottom-color: #ed1c35 !important;
    }

    .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
        padding: 10px !important;
        background: #ffffff !important;
        border-top: 4px solid #ed1c35;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 14px 34px rgba(30, 13, 67, 0.22);
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
        display: block !important;
        padding: 10px 14px !important;
        color: #4d4563 !important;
        background: transparent !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
        color: #1d55c1 !important;
        background: #f3f1f8 !important;
    }
}

/* Keep language flags visible. */
.mod-languages,
div.mod-languages,
.mod-languages ul.lang-inline,
div.mod-languages ul.lang-inline {
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mod-languages img,
div.mod-languages img {
    display: block !important;
    width: 25px !important;
    height: auto !important;
    margin: 0 3px !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 1px solid #d7d9df;
}

/* Mobile navigation bar. */
@media (max-width: 991.98px) {
    #sp-menu {
        min-height: 58px !important;
        margin-top: 6px !important;
    }

    #sp-menu > .sp-column {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        min-height: 58px !important;
    }

    .sp-megamenu-parent {
        display: none !important;
    }

    #offcanvas-toggler {
        display: inline-flex !important;
        align-items: center;
        color: #ffffff !important;
    }

    .burger-icon > span {
        background-color: #ffffff !important;
    }
}

/* OML MENU FINAL FIX END */

