@CHARSET "UTF-8";
:root {
    --wp--style--global--content-size: 100% !important;
}
body {
    font-family: var(--font-family--default);
    font-size: var(--wp--preset--font-size--medium);
    line-height: var(--wp--custom--line-height);
}
::selection {
    background-color: var(--colour--selection);
    color: #FFF;
}
a {
    color: var(--wp--preset--color--link);
    text-decoration: none;
}
a:hover {
    color: var(--wp--preset--color--link);
    text-decoration: underline;
}
h1 {
    color: var(--wp--preset--color--azure-blue);
    font-size: var(--font-size--h1);
}
h2 {
    color: var(--wp--preset--color--azure-blue);
    font-size: var(--font-size--h2);
}
h3 {
    color: var(--wp--preset--color--azure-blue);
    font-size: var(--font-size--h3);
}
h4 {
    color: var(--wp--preset--color--azure-blue);
    font-size: var(--font-size--h4);
}
h5 {
    color: var(--wp--preset--color--azure-blue);
    font-size: var(--font-size--h5);
}
h6 {
    color: var(--wp--preset--color--azure-blue);
    font-size: var(--font-size--h6);
}
.has-dark-background-color :is(h1, h2, h3, h4, h5, h6) {
    color: #FFF !important;
}
/* Header */
header {
    background-color: var(--navbar--background-colour);
    height: var(--navbar--height);
}
header.fixed-top,
header.sticky {
    position: absolute;
    width: 100vw;
    z-index: 9999;
}
header.fixed-top + main,
header.sticky + main {
    margin-top: var(--navbar--height);
}
header.stuck {
    background-color: var(--navbar--background-colour);
    left: 0;
    position: fixed;
    right: 0;
    top: 0 !important;
    transition: top 0.5s ease;
    z-index: 1030;
}
.offcanvas {
    background-color: var(--navbar--background-colour);
}
.navbar-nav {
    margin-top: -12px;
}
.navbar-brand img {
    height: 125px;
    width: auto
}
.nav-link {
    color: var(--navbar--item--colour) !important;
    font-family: var(--navbar--item--font-family);
    font-size: 14px;
    font-weight: var(--font-weight--bold);
    text-transform: uppercase;
}
.dropdown-menu {
    background-color: var(--navbar--background-colour);
}
.dropdown-item {
    color: var(--navbar--dropdown-item--colour) !important;
    font-family: var(--navbar--item--font-family);
    font-size: 12px;
    font-weight: var(--font-weight--medium);
    text-transform: uppercase;
}
.dropdown-item.active {
    background-color: var(--navbar--background-colour) !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--navbar--background-colour);
}
.navbar__search {
    display: flex;
}
.navbar_nav__language_switcher > * {
    /* line-height: 4px; */
    padding: 0 !important;
}
.navbar_nav__language_switcher > *:not(:last-child):after {
    content: '|';
    margin: 0 5px;
}

.footer {
    background: var(--footer--background-colour);
    color: var(--footer--colour) !important;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: var(--footer--link--colour) !important;
}
.footer__logo {
    height: auto;
}
.footer .ejtn__social_media {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.footer .ejtn__social_media li {
    font-size: 23px;
    margin-right: 10px;
}

/* Custom styles */
.superblockslider.full-height {
    height: calc(100vh - var(--navbar--height)) !important;
}
.off-screen {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
.ejtn--2024--page-header > .wp-block-cover {
    height: 200px;
    min-height: 200px !important;
}
.ejtn--2024--page-header > .wp-block-cover h1 {
    margin-top: 0 !important;
}
.hide-mobile {
    display: none;
}

/* Accordion */
.ejtn--accordion--item {
    border-bottom: 1px solid #4a6e78;
    margin-top: 0;
}
.ejtn--accordion--item > :is(h1, h2, h3, h4, h5, h6) {
    line-height: 3;
    position: relative;
}
.ejtn--accordion--item > :is(h1, h2, h3, h4, h5, h6):hover {
    cursor: pointer;
}
.ejtn--accordion--item > :is(h1, h2, h3, h4, h5, h6)::after {
    border-bottom: 1px solid #4a6e78;
    border-right: 1px solid #4a6e78;
    content: " ";
    height: 12px;
    right: 10px;
    position: absolute;
    top: calc(50% - 6px);
    width: 12px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}
.ejtn--accordion--item.active > :is(h1, h2, h3, h4, h5, h6)::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.ejtn--accordion--item > .wp-block-group {
    display: none;
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 10px;
}
.highlights--calendar--2024 img {
    height: 265px !important;
    object-fit: cover;
}
.wp-block-superblockslider-slider .wp-block-group.container {
    padding: 1.25em 0 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* START: Change if changing expand point */
    .navbar, .navbar > .container {
        height: 100% !important;
        padding: 0;
    }
    .navbar-brand {
        margin-top: 24px;
    }
    #navbar-main {
        height: 100px !important;
    }
    .offcanvas-body {
        height: 100%;
    }
    .navbar-nav {
        justify-content: space-between;
        height: 100%;
        margin-left: 100px;
        margin-top: 0;
        padding-top: 14px;
    }
    .navbar-nav > li {
        align-items: center;
        display: flex;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        border: none;
        border-radius: 0;
        border-top: 5px solid #8C793B;
        top: 85.5px;
    }
    header.stuck .navbar-expand-md .navbar-nav .dropdown-menu {
        border: 1px solid #8C793B;
        border-top-width: 5px;
    }
    /* END: Change if changing expand point */

    .footer .row > *:not(:last-child) {
        border-right: 1px solid #FFF;
    }
    .footer .row > *:not(:first-child):not(:last-child) {
        padding: 0 3rem;
    }
    .footer .row > *:first-child {
        padding-right: 3rem;
    }
    .footer .row > *:last-child {
        padding-left: 3rem;
    }

    .ejtn--2024--page-header .wp-block-cover {
        height: 319px;
        min-height: 319px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    div:not(.navbar) .container {
        padding-left: 200px !important; 
        padding-right: 200px !important; 
    }

    .hide-desktop {
        display: none;
    }
    .hide-mobile {
        display: block;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* Extra xl large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* Publishing Bureau xxl large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {

}