/* ==========================================================================
   THEME FIXES: SITE-WIDE TYPOGRAPHY, HERO LAYOUTS, ASSETS & RESPONSIVENESS
   ========================================================================== */

/* 1. Icon Font Rendering */
[class^="pe-7s-"], [class*=" pe-7s-"] {
    display: inline-block !important;
    font-family: 'Pe-icon-7-stroke' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 2. Homepage Hero: Layout for Desktop & Mobile (2014 Edition) */
body.home #hero,
body.parent-home-page #hero,
#page-home #hero {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    background: #d54427 !important;
    overflow: hidden !important;
}

body.home #hero .video-wrap,
body.parent-home-page #hero .video-wrap,
#page-home #hero .video-wrap {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

body.home #hero .video-wrap video,
body.parent-home-page #hero .video-wrap video,
#page-home #hero .video-wrap video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Desktop Split View: 2 Partitions (Left: Headings, Right: Text & Action) */
@media (min-width: 901px) {
    body.home #hero,
    body.parent-home-page #hero,
    #page-home #hero {
        display: block !important;
        height: 100vh !important;
    }

    body.home #hero .fullscreen-content,
    body.parent-home-page #hero .fullscreen-content,
    #page-home #hero .fullscreen-content {
        height: 100vh !important;
        min-height: 600px !important;
        width: 100% !important;
        display: block !important;
        position: relative !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    body.home #hero .row,
    body.parent-home-page #hero .row,
    #page-home #hero .row {
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 100vh !important;
        z-index: 10 !important;
        width: 92% !important;
        max-width: 1350px !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 80px 20px 20px 20px !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }

    /* Left Partition: Better Growth / Better Climate (Center-Center on Left Side) */
    body.home #hero .left,
    body.home #hero .seven.left,
    body.parent-home-page #hero .left,
    body.parent-home-page #hero .seven.left,
    #page-home #hero .left,
    #page-home #hero .seven.left {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        top: auto !important;
        right: auto !important;
        width: 50% !important;
        max-width: 650px !important;
        margin: 0 !important;
        padding: 0 35px 0 0 !important;
        text-align: left !important;
        float: none !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    body.home #hero h1,
    body.parent-home-page #hero h1,
    #page-home #hero h1,
    body.home #hero .seven.left h1,
    #page-home #hero .seven.left h1 {
        font-family: "montserrat-bold", "Helvetica Neue", Arial, sans-serif !important;
        font-size: clamp(34px, 4.4vw, 70px) !important;
        line-height: 0.9 !important;
        margin: 0 0 6px 0 !important;
        margin-left: -6px !important;
        padding: 0 !important;
        letter-spacing: 1px !important;
        color: #ffffff !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        text-align: left !important;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3) !important;
        white-space: nowrap !important;
    }

    body.home #hero h1.bigger,
    body.parent-home-page #hero h1.bigger,
    #page-home #hero h1.bigger {
        font-family: "montserrat-bold", "Helvetica Neue", Arial, sans-serif !important;
        font-weight: 800 !important;
        margin-bottom: 6px !important;
    }

    /* Right Partition: A new pathway for... & Narrative (Center-Center on Right Side) */
    body.home #hero .right,
    body.home #hero .five.right,
    body.parent-home-page #hero .right,
    body.parent-home-page #hero .five.right,
    #page-home #hero .right,
    #page-home #hero .five.right {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        top: auto !important;
        right: auto !important;
        width: 48% !important;
        max-width: 520px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        float: none !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    body.home #hero .hero-text,
    body.parent-home-page #hero .hero-text,
    #page-home #hero .hero-text {
        margin: 0 !important;
        text-align: left !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.home #hero .hero-text h2.responsive-headline,
    body.parent-home-page #hero .hero-text h2.responsive-headline,
    #page-home #hero .hero-text h2.responsive-headline {
        font-family: "opensans-light", sans-serif !important;
        font-size: clamp(20px, 2vw, 28px) !important;
        line-height: 1.25 !important;
        color: #ffffff !important;
        margin: 0 0 14px 0 !important;
        font-weight: 300 !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
        text-align: left !important;
    }

    body.home #hero .hero-text p,
    body.parent-home-page #hero .hero-text p,
    #page-home #hero .hero-text p {
        font-family: "opensans-regular", sans-serif !important;
        font-size: 14.5px !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.95) !important;
        margin: 0 0 12px 0 !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
        text-align: left !important;
    }

    body.home #hero .hero-text p a,
    body.parent-home-page #hero .hero-text p a,
    #page-home #hero .hero-text p a {
        color: #ffffff !important;
        text-decoration: underline !important;
        font-weight: 600 !important;
    }

    body.home #hero .centered,
    body.parent-home-page #hero .centered,
    #page-home #hero .centered {
        text-align: left !important;
    }

    body.home #hero #explore-summary,
    body.home a.button#explore-summary,
    body.parent-home-page #hero #explore-summary,
    #page-home #hero #explore-summary {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        background: rgba(40, 20, 15, 0.45) !important;
        color: #ffffff !important;
        padding: 12px 24px !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        text-transform: none !important;
        text-decoration: none !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
        transition: all 0.2s ease !important;
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    body.home #hero #explore-summary:hover,
    body.parent-home-page #hero #explore-summary:hover,
    #page-home #hero #explore-summary:hover {
        background: rgba(30, 15, 10, 0.7) !important;
        border-color: rgba(255, 255, 255, 0.5) !important;
        transform: translateY(-2px) !important;
    }
}

@media (max-width: 900px) {
    header {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 110px !important;
        z-index: 200 !important;
        pointer-events: none !important;
    }

    header .logo,
    header .search-wrap,
    #menu_trigger {
        pointer-events: auto !important;
    }

    header .logo {
        position: absolute !important;
        top: 15px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        width: 130px !important;
        height: auto !important;
        max-height: 75px !important;
    }

    header .logo a img {
        width: 100% !important;
        height: auto !important;
        max-height: 75px !important;
    }

    header .search-wrap {
        top: 15px !important;
        right: 15px !important;
        height: 48px !important;
        width: 48px !important;
    }

    header .search-wrap .search-btn {
        width: 48px !important;
        height: 48px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(40, 20, 15, 0.5) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 6px !important;
    }

    #menu_trigger {
        top: 15px !important;
        left: 15px !important;
        width: 48px !important;
        height: 48px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(40, 20, 15, 0.5) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 6px !important;
    }

    body.home #hero,
    body.parent-home-page #hero,
    #page-home #hero {
        min-height: 100vh !important;
        height: auto !important;
        padding-bottom: 50px !important;
        display: block !important;
        background: #b53820 !important;
    }

    body.home #hero .fullscreen-content,
    body.parent-home-page #hero .fullscreen-content,
    #page-home #hero .fullscreen-content {
        min-height: 100vh !important;
        height: auto !important;
        padding: 105px 18px 40px 18px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        box-sizing: border-box !important;
    }

    body.home #hero .row,
    body.parent-home-page #hero .row,
    #page-home #hero .row {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 500px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        gap: 20px !important;
    }

    body.home #hero .left,
    body.home #hero .seven.left,
    body.parent-home-page #hero .left,
    body.parent-home-page #hero .seven.left,
    #page-home #hero .left,
    #page-home #hero .seven.left {
        position: static !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    body.home #hero h1,
    body.parent-home-page #hero h1,
    #page-home #hero h1 {
        font-family: "montserrat-bold", "Helvetica Neue", Arial, sans-serif !important;
        font-size: clamp(24px, 7.2vw, 36px) !important;
        line-height: 0.88 !important;
        text-align: center !important;
        letter-spacing: 1.5px !important;
        margin: 0 0 2px 0 !important;
        margin-left: 0 !important;
        color: #ffffff !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45) !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    body.home #hero h1.bigger,
    body.parent-home-page #hero h1.bigger,
    #page-home #hero h1.bigger {
        margin-bottom: 2px !important;
    }

    body.home #hero .right,
    body.home #hero .five.right,
    body.parent-home-page #hero .right,
    body.parent-home-page #hero .five.right,
    #page-home #hero .right,
    #page-home #hero .five.right {
        position: static !important;
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 1 auto !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    body.home #hero .hero-text,
    body.parent-home-page #hero .hero-text,
    #page-home #hero .hero-text {
        background: rgba(30, 14, 10, 0.65) !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
        border: 1px solid rgba(255, 255, 255, 0.22) !important;
        border-radius: 12px !important;
        padding: 24px 20px !important;
        box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4) !important;
        text-align: left !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 auto !important;
    }

    body.home #hero .hero-text h2.responsive-headline,
    body.parent-home-page #hero .hero-text h2.responsive-headline,
    #page-home #hero .hero-text h2.responsive-headline {
        font-family: "opensans-light", "Lato", sans-serif !important;
        font-size: clamp(18px, 4.6vw, 22px) !important;
        line-height: 1.35 !important;
        color: #ffffff !important;
        margin: 0 0 14px 0 !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
    }

    body.home #hero .hero-text .rotate,
    body.parent-home-page #hero .hero-text .rotate,
    #page-home #hero .hero-text .rotate {
        color: #ffa491 !important;
        font-weight: 700 !important;
    }

    body.home #hero .hero-text p,
    body.parent-home-page #hero .hero-text p,
    #page-home #hero .hero-text p {
        font-family: "opensans-regular", sans-serif !important;
        font-size: 14.5px !important;
        line-height: 1.65 !important;
        color: rgba(255, 255, 255, 0.95) !important;
        margin: 0 0 14px 0 !important;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25) !important;
    }

    body.home #hero .hero-text p a,
    body.parent-home-page #hero .hero-text p a,
    #page-home #hero .hero-text p a {
        color: #ffffff !important;
        text-decoration: underline !important;
        text-underline-offset: 3px !important;
        font-weight: 600 !important;
        font-size: inherit !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        border-bottom: none !important;
        white-space: normal !important;
        display: inline !important;
        transform: none !important;
    }

    body.home #hero .hero-text p a:before,
    body.parent-home-page #hero .hero-text p a:before,
    #page-home #hero .hero-text p a:before {
        display: none !important;
    }

    body.home #hero #explore-summary,
    body.home a.button#explore-summary,
    body.parent-home-page #hero #explore-summary,
    #page-home #hero #explore-summary {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 18px auto 0 auto !important;
        padding: 13px 22px !important;
        background: #d54427 !important;
        border: 1px solid rgba(255, 255, 255, 0.35) !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35) !important;
        transition: all 0.2s ease !important;
        text-decoration: none !important;
    }
}

/* 2B. 2018 Edition Homepage Layout & Hero Styling */
body.site-2018 #page-home #hero,
body.site-2018 #hero {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    height: auto !important;
    background: #46261a !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.site-2018 #hero .fullscreen-content {
    min-height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding: 130px 20px 50px 20px !important;
    box-sizing: border-box !important;
}

body.site-2018 #hero .video-wrap {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    overflow: hidden !important;
    background-color: #56616f !important;
}

body.site-2018 #hero .video_background {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0.25 !important;
}

body.site-2018 #hero .row.fullwidth.flex {
    position: relative !important;
    z-index: 10 !important;
    width: 92% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body.site-2018 #hero .hero-title {
    flex: 1 1 auto !important;
    max-width: 68% !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

body.site-2018 #hero h1 {
    font-family: "Lato", sans-serif !important;
    font-size: clamp(28px, 3.8vw, 54px) !important;
    line-height: 1.18 !important;
    color: #e2dbd2 !important;
    font-weight: 300 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 0 0 16px 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
}

body.site-2018 #hero h1 mark {
    display: inline-block !important;
    background-color: rgba(56, 62, 70, 0.75) !important;
    color: #ffffff !important;
    padding: 0.05em 0.35em !important;
    margin: 0 6px 0 0 !important;
    font-family: "montserrat-bold", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
}

body.site-2018 #hero h2 {
    font-family: "Lato", sans-serif !important;
    font-size: clamp(18px, 2vw, 26px) !important;
    line-height: 1.35 !important;
    color: #e2dbd2 !important;
    font-weight: 300 !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3) !important;
    text-transform: none !important;
}

body.site-2018 #hero .hero-text {
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 !important;
}

body.site-2018 #hero .hero-text p {
    font-family: "Lato", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: rgba(226, 219, 210, 0.95) !important;
    margin: 0 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
}

body.site-2018 #hero .hero-text p a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

body.site-2018 #hero #hero-menu {
    flex: 0 0 300px !important;
    max-width: 320px !important;
    box-sizing: border-box !important;
    z-index: 20 !important;
}

body.site-2018 #hero #hero-menu h5 {
    font-family: "montserrat-regular", "Lato", sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #e2dbd2 !important;
    margin: 0 0 10px 0 !important;
    font-weight: 600 !important;
}

body.site-2018 #hero #hero-menu .jump-menu {
    background: rgba(45, 52, 60, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 6px !important;
    padding: 16px 20px !important;
    list-style: none !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35) !important;
    margin: 0 !important;
}

body.site-2018 #hero #hero-menu .jump-menu > li {
    list-style: none !important;
    margin-bottom: 12px !important;
}

body.site-2018 #hero #hero-menu .jump-menu > li:last-child {
    margin-bottom: 0 !important;
}

body.site-2018 #hero #hero-menu .jump-head {
    color: #e85338 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
}

body.site-2018 #hero #hero-menu .jump-menu ul {
    list-style: none !important;
    padding: 0 0 0 14px !important;
    margin: 0 !important;
}

body.site-2018 #hero #hero-menu .jump-menu ul li {
    list-style: none !important;
    margin-bottom: 4px !important;
}

body.site-2018 #hero #hero-menu .jump-menu ul li a {
    color: rgba(226, 219, 210, 0.9) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

body.site-2018 #hero #hero-menu .jump-menu ul li a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

body.site-2018 #hero #explore-summary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: rgba(213, 68, 39, 0.9) !important;
    color: #ffffff !important;
    padding: 12px 28px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin: 30px auto 0 auto !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

body.site-2018 #hero #explore-summary:hover {
    background: #e85338 !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 900px) {
    body.site-2018 #page-home #hero,
    body.site-2018 #hero {
        min-height: 100vh !important;
        height: auto !important;
        padding-bottom: 30px !important;
    }

    body.site-2018 #hero .fullscreen-content {
        min-height: auto !important;
        height: auto !important;
        padding: 100px 16px 30px 16px !important;
        justify-content: flex-start !important;
    }

    body.site-2018 #hero .row.fullwidth.flex {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 20px !important;
    }

    body.site-2018 #hero .hero-title {
        max-width: 100% !important;
        width: 100% !important;
        padding-right: 0 !important;
        text-align: left !important;
    }

    body.site-2018 #hero h1 {
        font-size: clamp(24px, 5.5vw, 36px) !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
    }

    body.site-2018 #hero h2 {
        font-size: clamp(16px, 3.8vw, 20px) !important;
        line-height: 1.35 !important;
        margin-bottom: 16px !important;
    }

    body.site-2018 #hero .hero-text p {
        font-size: 14.5px !important;
        line-height: 1.55 !important;
    }

    body.site-2018 #hero #hero-menu {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 8px !important;
    }

    body.site-2018 #hero #hero-menu .jump-menu {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        padding: 14px 16px !important;
    }

    body.site-2018 #hero #hero-menu .jump-menu > li {
        margin-bottom: 0 !important;
    }

    body.site-2018 #hero #hero-menu .jump-menu ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px 10px !important;
        padding-left: 0 !important;
    }

    body.site-2018 #hero #hero-menu .jump-menu ul li {
        margin-bottom: 0 !important;
    }

    body.site-2018 #hero #hero-menu .jump-menu ul li a {
        font-size: 12.5px !important;
        display: inline-block !important;
        background: rgba(255, 255, 255, 0.08) !important;
        padding: 4px 10px !important;
        border-radius: 4px !important;
    }

    body.site-2018 #hero #explore-summary {
        margin: 20px auto 0 auto !important;
        padding: 10px 22px !important;
        font-size: 14px !important;
    }
}

/* 3. Subpage / Chapter Hero Section Layout - Center-Center & Vertical Stack */
body#page-subpage #hero,
body.subpage #hero,
body.page-template-chapter #hero,
body.page-template-chapter-php #hero,
body.page-template-default:not(.home) #hero,
#page-subpage #hero {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #3b3f4d !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

body#page-subpage #hero .fullscreen-content,
body.subpage #hero .fullscreen-content,
body.page-template-chapter #hero .fullscreen-content,
body.page-template-chapter-php #hero .fullscreen-content,
body.page-template-default:not(.home) #hero .fullscreen-content,
#page-subpage #hero .fullscreen-content {
    min-height: 100vh !important;
    height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 130px 20px 40px 20px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

body#page-subpage #hero .row,
body.subpage #hero .row,
body.page-template-chapter #hero .row,
body.page-template-chapter-php #hero .row,
body.page-template-default:not(.home) #hero .row,
#page-subpage #hero .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 10 !important;
    box-sizing: border-box !important;
}

body#page-subpage #hero .header-intro,
body.subpage #hero .header-intro,
body.page-template-chapter #hero .header-intro,
body.page-template-chapter-php #hero .header-intro,
#page-subpage #hero .header-intro,
#page-subpage .header-intro {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    text-align: center !important;
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

body#page-subpage #hero h4.chapterheading,
body.subpage #hero h4.chapterheading,
body.page-template-chapter #hero h4.chapterheading,
body.page-template-chapter-php #hero h4.chapterheading,
#page-subpage #hero h4.chapterheading,
#page-subpage .header-intro h4.chapterheading {
    font-size: clamp(13px, 1.6vw, 17px) !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 0 14px 0 !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}

body#page-subpage #hero h1,
body.subpage #hero h1,
body.page-template-chapter #hero h1,
body.page-template-chapter-php #hero h1,
#page-subpage #hero h1,
#page-subpage .header-intro h1 {
    font-size: clamp(28px, 4.2vw, 54px) !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    margin: 0 0 24px 0 !important;
    text-align: center !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5) !important;
    font-family: "montserrat-bold", "Helvetica Neue", Arial, sans-serif !important;
}

body#page-subpage #hero .download-button,
#page-subpage a.button.download-button,
#page-subpage .header-intro a.button.download-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(20, 20, 25, 0.6) !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 12px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border-radius: 4px !important;
    margin: 0 0 20px 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.2s ease !important;
}

body#page-subpage #hero .download-button:hover,
#page-subpage a.button.download-button:hover {
    background: #ffffff !important;
    color: #222222 !important;
    transform: translateY(-2px) !important;
}

body#page-subpage #hero .arrow,
#page-subpage #hero .arrow,
#page-subpage .header-intro .arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: transform 0.2s ease !important;
    clear: both !important;
}

body#page-subpage #hero .arrow:hover,
#page-subpage #hero .arrow:hover,
#page-subpage .header-intro .arrow:hover {
    transform: translateY(4px) !important;
}

body#page-subpage #hero .arrow i,
#page-subpage #hero .arrow i,
#page-subpage .header-intro .arrow i {
    color: #ffffff !important;
    opacity: 0.85 !important;
    display: block !important;
    line-height: 1 !important;
}

/* 3B. 2018 Edition Subpage / Chapter Hero Section Layout */
.site-2018 #page-subpage #hero,
.site-2018 #hero {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #383e46 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.site-2018 #hero .section-container {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 130px 20px 40px 20px !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
}

.site-2018 #hero .section-content.header-intro,
.site-2018 #hero .header-intro {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    width: 100% !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.site-2018 #hero .row {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.site-2018 #hero .eight.columns.centered {
    float: none !important;
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.site-2018 #hero h4.chapterheading {
    font-family: "montserrat-regular", "Lato", sans-serif !important;
    font-size: clamp(13px, 1.6vw, 18px) !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    color: #d54427 !important;
    margin: 0 0 14px 0 !important;
    font-weight: 600 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

.site-2018 #hero h2,
.site-2018 #page-subpage #hero h2 {
    font-family: "montserrat-bold", "Lato", sans-serif !important;
    font-size: clamp(34px, 5.5vw, 68px) !important;
    line-height: 1.12 !important;
    color: #e2dbd2 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin: 0 0 24px 0 !important;
    text-align: center !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.6) !important;
}

.site-2018 #hero .download-button,
.site-2018 #hero a.button.download-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(45, 52, 60, 0.8) !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 12px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border-radius: 4px !important;
    margin: 0 0 20px 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.2s ease !important;
}

.site-2018 #hero .download-button:hover,
.site-2018 #hero a.button.download-button:hover {
    background: #ffffff !important;
    color: #222222 !important;
    transform: translateY(-2px) !important;
}

.site-2018 #hero .explore-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    text-align: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: transform 0.2s ease !important;
    clear: both !important;
}

.site-2018 #hero .explore-link:hover {
    transform: translateY(4px) !important;
}

.site-2018 #hero .explore-link i {
    color: #ffffff !important;
    opacity: 0.85 !important;
    display: block !important;
    line-height: 1 !important;
}

/* 4. Section Banner Typography (.newchapterbegins) - Fix Text Collisions */
.newchapterbegins {
    position: relative !important;
    width: 100% !important;
    min-height: 380px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
}

.newchapterbegins h1,
#page-subpage .newchapterbegins h1 {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 96% !important;
    max-width: 1280px !important;
    margin: 0 auto 10px auto !important;
    padding: 20px 20px !important;
    font-size: clamp(32px, 5.8vw, 84px) !important;
    line-height: 0.95 !important; /* Fixes overlapping lines! */
    font-family: "montserrat-bold", "Helvetica Neue", Arial, sans-serif !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    opacity: 0.95 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4) !important;
}

.newchapterbegins h1 .textFitted {
    line-height: 0.95 !important;
    display: block !important;
    position: relative !important;
    bottom: auto !important;
}

/* 5. Main Findings Slider Fixes */
#mainfindings {
    background: #353030 !important;
    color: #ffffff !important;
    position: relative !important;
    padding: 40px 0 !important;
}

#mainfindings h2 {
    text-align: center !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    font-size: clamp(24px, 3vw, 36px) !important;
    font-weight: 700 !important;
}

#mainfindings-slider .slide {
    min-height: 360px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 50px 30px !important;
    box-sizing: border-box !important;
}

#mainfindings-slider .slide .row {
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

#mainfindings-slider .slide p {
    font-size: clamp(16px, 1.8vw, 22px) !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
    margin: 0 auto !important;
    text-align: center !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
}

/* 6. Search Button & Form */
.search-wrap {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    height: 70px !important;
    width: 70px !important;
    z-index: 1000 !important;
}

.search-wrap .search-btn {
    background: rgba(54, 49, 49, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 70px !important;
    width: 70px !important;
    color: #ffffff !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
}

.search-wrap .search-btn:hover {
    color: #ffa492 !important;
    background: rgba(213, 68, 39, 0.9) !important;
}

.search-wrap .search-btn i {
    font-size: 28px !important;
    line-height: 1 !important;
}

.search-form {
    background: #eee !important;
    position: absolute !important;
    top: 0 !important;
    right: 70px !important;
    height: 70px !important;
    width: 0;
    overflow: hidden !important;
    transition: width 0.3s ease-in-out !important;
}

.search-form.active,
.search-form.on {
    width: 200px !important;
}

.search-form input.search-field {
    background: transparent !important;
    width: 180px !important;
    height: 50px !important;
    margin: 10px !important;
    padding: 0 10px !important;
    color: #353030 !important;
    font: 15px / 22px "opensans-regular", sans-serif !important;
    border: none !important;
    outline: none !important;
}

/* 7. Header, Navigation and Logo Positioning */
/* Left-nav-only elements (sidebar close button and duplicate sidebar search) should NEVER display inside header */
header .left-nav-only,
header#page-nav .left-nav-only,
#page-nav .left-nav-only,
#nav-wrap .left-nav-only,
header #nav .left-nav-only,
header #nav.nav-left .left-nav-only,
.left-nav-only {
    display: none !important;
}

/* Only display left-nav-only elements when inside the slide-out drawer #pageslide */
#pageslide .left-nav-only,
#pageslide #nav .left-nav-only,
#pageslide ul.nav.nav-left .left-nav-only {
    display: block !important;
}

@media (min-width: 901px) {
    header#page-nav .logo,
    header .logo {
        display: block !important;
        position: absolute !important;
        top: 20px !important;
        left: 50% !important;
        width: 144px !important;
        height: 110px !important;
        margin: 0 0 0 -72px !important;
        z-index: 99 !important;
        transform: none !important;
        overflow: hidden !important;
    }

    header#page-nav .logo a,
    header .logo a {
        display: block !important;
        width: 144px !important;
        height: 110px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border: none !important;
        outline: none !important;
        font-size: 0 !important;
        line-height: 0 !important;
        color: transparent !important;
    }

    header#page-nav .logo a img,
    header .logo a img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        display: block !important;
    }
}

/* 8. Slide-out Mobile Navigation Drawer & Overlays */
#pageslide {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 320px !important;
    max-width: 85vw !important;
    background: #2b2828 !important;
    color: #ffffff !important;
    z-index: 999999 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: 4px 0 25px rgba(0, 0, 0, 0.5) !important;
    box-sizing: border-box !important;
    display: none;
}

#pageslide #nav,
#pageslide ul.nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#pageslide #close-menu,
#pageslide .left-nav-only#close-menu {
    display: block !important;
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 100 !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pageslide #close-menu a,
#pageslide .left-nav-only#close-menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: background 0.2s ease !important;
}

#pageslide #close-menu a:hover {
    background: #d54427 !important;
    border-color: #d54427 !important;
}

#pageslide #searchmenu,
#pageslide .left-nav-only.search-wrap,
#pageslide .search-wrap {
    display: block !important;
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 100 !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pageslide .search-wrap .search-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    padding: 0 !important;
}

#pageslide .search-wrap .search-btn:hover {
    background: #d54427 !important;
    border-color: #d54427 !important;
}

#pageslide .left-nav-only#home-link {
    display: block !important;
    margin-top: 75px !important;
    text-align: center !important;
}

#pageslide .left-nav-only#home-link a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #ffffff !important;
    font-family: "montserrat-bold", sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
}

#pageslide li {
    list-style: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pageslide li a {
    display: block !important;
    padding: 12px 24px !important;
    color: #eeeeee !important;
    font-family: "montserrat-regular", "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.2s ease !important;
}

#pageslide li a:hover,
#pageslide li a.active {
    background: rgba(213, 68, 39, 0.2) !important;
    color: #ffa491 !important;
}

#pageslide .accordion-button {
    cursor: pointer !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#pageslide .accordion-button:after {
    content: '+' !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffa491 !important;
    margin-left: 10px !important;
    transition: transform 0.2s ease !important;
}

#pageslide .accordion-button.active:after {
    content: '−' !important;
}

#pageslide .accordion-content {
    background: rgba(0, 0, 0, 0.25) !important;
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    display: none;
}

#pageslide .accordion-content.open,
#pageslide .accordion-content.active {
    display: block !important;
}

#pageslide .accordion-content li a {
    padding: 10px 20px 10px 36px !important;
    font-size: 12px !important;
    text-transform: none !important;
    color: #cccccc !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

#pageslide .accordion-content li a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

#orange {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    z-index: 999990 !important;
    display: none;
}

/* 8B. Responsive Adjustments across Devices */
@media (max-width: 900px) {
    header#page-nav .logo,
    header .logo {
        display: block !important;
        position: absolute !important;
        top: 12px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        width: 110px !important;
        height: auto !important;
        max-height: 55px !important;
        z-index: 99 !important;
    }

    header#page-nav .logo a,
    header .logo a {
        display: block !important;
        width: 110px !important;
        height: 55px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    header#page-nav .logo a img,
    header .logo a img {
        width: 100% !important;
        height: auto !important;
        max-height: 55px !important;
        object-fit: contain !important;
    }

    body.home #hero .fullscreen-content,
    body.parent-home-page #hero .fullscreen-content,
    #page-home #hero .fullscreen-content {
        min-height: 100vh !important;
        height: auto !important;
        padding: 105px 18px 40px 18px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        box-sizing: border-box !important;
    }

    #page-subpage #hero .fullscreen-content,
    body.subpage #hero .fullscreen-content {
        padding: 120px 16px 40px 16px !important;
    }

    .newchapterbegins h1,
    #page-subpage .newchapterbegins h1 {
        font-size: clamp(26px, 5.5vw, 54px) !important;
        padding: 15px 15px !important;
    }
}

/* 9. Downloads Page Ajax Tabs & Tables Styling */
#ajax-tabs {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

#ajax-tabs #tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 2px solid #ddd !important;
}

#ajax-tabs #tabs li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f0f0f0 !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    border-radius: 6px 6px 0 0 !important;
    transition: all 0.2s ease !important;
}

#ajax-tabs #tabs li a {
    display: block !important;
    padding: 12px 20px !important;
    color: #555555 !important;
    font-family: "montserrat-regular", "Open Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

#ajax-tabs #tabs li:hover,
#ajax-tabs #tabs li.ui-state-active,
#ajax-tabs #tabs li.active {
    background: #ffffff !important;
    border-color: #ccc !important;
}

#ajax-tabs #tabs li.ui-state-active a,
#ajax-tabs #tabs li.active a {
    color: #e85338 !important;
}

.downloads-table {
    background: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    padding: 20px 24px !important;
    margin-bottom: 30px !important;
    border: 1px solid #e8e8e8 !important;
}

.downloads-table .table-head {
    border-bottom: 2px solid #e0e0e0 !important;
    padding-bottom: 10px !important;
    margin-bottom: 14px !important;
}

.downloads-table .table-head h5 {
    font-family: "montserrat-bold", sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #888888 !important;
    margin: 0 !important;
}

.downloads-table .row:not(.table-head) {
    padding: 12px 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    display: flex !important;
    align-items: center !important;
    font-size: 14px !important;
    color: #333333 !important;
}

.downloads-table .row:last-child {
    border-bottom: none !important;
}

.downloads-table a {
    color: #e85338 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.downloads-table a:hover {
    text-decoration: underline !important;
}

.downloads .simple-header {
    background: #46261a !important;
    padding: 120px 20px 50px 20px !important;
    text-align: center !important;
    color: #ffffff !important;
}

.downloads .simple-header h1 {
    color: #ffffff !important;
    font-size: clamp(28px, 4vw, 48px) !important;
    margin: 10px 0 0 0 !important;
}

.downloads .simple-header h5 {
    color: #e85338 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 0 !important;
}