@import url("../Agile-Web24/styles.css");
:root {
--epg-backcolor: white;
--epg-textcolor: black;
--epg-color1: #0065a0;
--epg-color1text: white;
--epg-color2: #1b6cb3;
--epg-color2text: white;
--epg-color3: #7db0df;
--epg-color3text: black;
}


.agl-intro, .agl-footer { background-color: transparent; box-shadow: none; position: relative; }
.EpgHeaderLogo { filter: none; width: 260px; height: 73px; margin-top: 35px; margin-left: 63px; }
#secondaryMenu { height: 50px; justify-items: flex-end; }
#lowerMenu { display: flex; list-style-type: none; gap: 20px; }
.lowerMI a { display: block; padding: 10px; text-decoration: none; color: white; font-size: 18px; font-weight: 600; font-family: Urbanist; }
.lowerMI ul { display: none; }
.lowerMI:hover { text-decoration: underline !important; }
.lowerMI:hover > ul { display: flex; flex-direction: column; background-color: white; color: black; position: absolute; width: 154px; }
.agl-container { padding-top: 0; }
.agl-header { max-width: calc(100vw - 10px); }

/***/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.site-header ul,.site-header li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.site-header a {
    text-decoration: none
}

.site-header__container {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    transition: .3s
}

.site-header__container::before,.site-header__container::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.site-header__container::after {
    clear: both
}

.is-stuck .site-header__container {
    background: #040707;
    -webkit-box-shadow: 0 5px 9px 0 rgba(255,255,255,.06);
    box-shadow: 0 5px 9px 0 rgba(255,255,255,.06)
}

.is-fully-stuck .site-header__container {
    border-bottom: 2px solid #040707;
    margin-top: -60px
}

@media print,screen and (max-width: 74.99875em) {
    .is-fully-stuck .site-header__container {
        margin-top:-55px
    }
}

.is-fully-stuck.scrolled-up .site-header__container {
    border-bottom-width: 0;
    margin-top: 0
}

main,picture {
    display: block
}

.banner {
    height: 336px;
    position: relative;
    background: #1d2635;
    z-index: 0
}

@media print,screen and (max-width: 74.99875em) {
    .banner {
        height:204px
    }
}

@media print,screen and (max-width: 47.99875em) {
    .banner {
        height:177px
    }
}

.banner .grid-container {
    position: relative
}

.banner .grid-x {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner picture {
    position: relative;
    z-index: 1
}

.banner__content {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2
}

@media print,screen and (max-width: 74.99875em) {
    .banner__content {
        bottom:30px
    }
}

@media print,screen and (max-width: 47.99875em) {
    .banner__content {
        bottom:20px
    }
}

.banner__content h1 {
    margin: 0;
    float: left
}

@media print,screen and (max-width: 47.99875em) {
    .banner__content h1 {
        position:relative;
        float: none;
        padding-right: 5px;
        padding-bottom: 10px;
        background-color: #1d2635;
        z-index: 1
    }
}

.banner--image picture:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(4,7,7,.4);
    background-image: linear-gradient(182.39deg,rgba(20,35,55,.71) 0%,transparent 50%,transparent 100%),linear-gradient(21.92deg,rgba(10,32,62,.53) 0%,transparent 50%,transparent 100%);
    z-index: 1;
}


@media print,screen and (min-width: 75em) {
    .banner--whats-on .banner__content {
        bottom:75px
    }
}

@media print,screen and (min-width: 48em) and (max-width:74.99875em) {
    .banner--whats-on .banner__content {
        bottom:45px
    }
}

.banner--whats-on .banner__credit {
    bottom: 60px
}

.banner--has-sidebar .banner__credit {
    bottom: 60px
}

.banner--agile {
    height: 150px
}

@media print,screen and (min-width: 75em) {
    .banner--image {
        height:506px
    }
}

.banner--image picture {
    position: relative;
    height: 100%;
    width: 100%
}

@media print,screen and (max-width: 74.99875em) {
    .banner--image picture {
        display:none
    }
}

.banner--image picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"
}

.banner--image picture:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(4,7,7,.4);
    background-image: linear-gradient(182.39deg,rgba(20,35,55,.71) 0%,transparent 50%,transparent 100%),linear-gradient(21.92deg,rgba(10,32,62,.53) 0%,transparent 50%,transparent 100%);
    z-index: 1
}
