@CHARSET "UTF-8";
body {
    font-family: 'Spartan', sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    overflow-x: hidden;
}
::selection {
    background-color: #F7D602;
    color: #2A2A2A;
}
a {
    color: #265A9B;
}
a:hover {
    color: #4286C6;
}
.button {
    background: linear-gradient(90deg, rgba(0,90,160,1) 0%, rgba(0,90,160,1) 50%, rgba(25,135,203,1) 50%, rgba(25,135,203,1) 100%);
    background-size: 200%;
    background-position: 100%;
    border-left: 6px solid #005AA0;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 16px 6px 10px;
    transition: ease-out all 0.3s;
}
.button-100 {
    text-align: center;
    width: 100%;
}
.button-yellow {
    border-color: #F7D600;
}
.button:hover {
    background-position: 0%;
    color: #FFF;
    text-decoration: none;
}
.light {
    font-weight: 300 !important;
}
.regular {
    font-weight: 400 !important;
}
.medium {
    font-weight: 500 !important;
}
.bold {
    font-weight: 700 !important;
}
.robot-slab {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
h1 {
    border-bottom: 4px solid #F7D600;
    color: #4286C6;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 25px;
}
h2 {
    color: #4286C6;
    font-size: 42px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 25px;
}
h2.bordered {
    border-bottom: 4px solid #F7D600;
    display: inline-block;
}
h3 {
    color: #265A9B;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 25px;
}
h4 {
    color: #075989;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}
h5 {
    color: #181A20;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
}
h6 {
    color: #181A20;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
hr {
    border: 1px solid #265A9B;
    margin: 3.5rem 0;
}
.img-fluid, .wp-block-image.size-large img {
    height: auto !important;
    width: 100% !important;
}
.container-bg-dark-blue {
    background-color: #005AA0;
    color: #FFF;
    padding: 30px;
}
.container-bg-light-blue {
    background-color: #1987CB;
    color: #FFF;
    padding: 30px;
}
.container-bg-gradient-blue {
    background: transparent linear-gradient(360deg, #4286C6 0%, #265A9B 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    padding: 30px;
}
.container-bg-dark-blue h2,
.container-bg-dark-blue h3,
.container-bg-dark-blue h4,
.container-bg-dark-blue h5,
.container-bg-dark-blue h6,
.container-bg-light-blue h2,
.container-bg-light-blue h3,
.container-bg-light-blue h4,
.container-bg-light-blue h5,
.container-bg-light-blue h6,
.container-bg-gradient-blue h2,
.container-bg-gradient-blue h3,
.container-bg-gradient-blue h4,
.container-bg-gradient-blue h5,
.container-bg-gradient-blue h6 {
    color: #FFF !important;
}
.container-bg-dark-blue h2, .container-bg-light-blue h2, .container-bg-gradient-blue h2 {
    border-bottom: 4px solid #F7D600;
    display: inline-block;
    font-size: 26px;
    line-height: 34px;
}
.stats-box {
    background-color: #FFF;
    border-left: 4px solid #F7D600;
    color: #265A9B;
    text-align: center;
    padding: 15px 15px 0;
}
.stats-box .wp-block-column p:first-child {
    font-size: 15px;
    font-weight: bold;
    color: #181A20;
}
.stats-box .wp-block-column p:nth-child(2) {
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    font-weight: bold;
}
/* For object-fit, the container (or image) needs to have width/height */
img.img-contain, .img-contain img {
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
}
img.img-cover, .img-cover img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}
input[type="text"], input[type="email"], textarea, input[type="submit"] {

}
.email_back {
    /* Honeypot -- hidden form element */
    display: none !important;
}
/* ul {
    list-style: none;
    padding-left: 0;
}
ul:not(.navbar-nav):not(.dropdown-menu) li::before {
    content: "•";
    padding-right: 10px;
}
ul li:not(.nav-item) {
    margin-left: 20px;
    text-indent: -16px;
} */
.video_wrapper {
    position: relative;
    margin-top: 45px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_wrapper >  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Navbar */
.navbar {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 4px solid #F7D602;
    min-height: 102px;
    -webkit-transition:padding 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-left: 0;
    padding-right: 0;
}
.navbar-social {
    display: none;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    height: 56px;
    margin: 0 20px;
    width: 156px;
}
/* Menu */
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.dropdown-menu {
    background-color: grey;
    border: none;
    border-radius: 0;
    padding: 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-bottom: 0;
}
.navigation_menu {
    background-color: #FFF;
    box-shadow: 0px 5px 5px 0px #888;
    padding-bottom: 15px;
    z-index: 999;
}
.navigation_menu > div {
    margin-left: 20px;
}
.navigation_menu .navbar-nav a {
    /* Menu items style */
    color: black;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
}
.navigation_menu > ul > li > a:hover {
    /* First level menu items style when hovered */
    color: #0057A3;
}
.navigation_menu > ul > li.show > a {
    /* First level menu items with sub-menu style when active*/
    color: red;
}
.navigation_menu > ul > li > ul.dropdown-menu > li > a:hover {
    /* Second level menu items style when hovered */
    background-color: black;
    color: orange;
}
.navigation_menu > ul > li > ul.dropdown-menu > li.show > a {
    /* Second level menu items with sub-menu  style when hovered */
    color: blue;
}
.navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a {
    padding-left: 3rem;
}
.navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a:hover {
    /* Third level menu items with sub-menu style when active*/
    background-color: black;
    color: purple;
}
.navigation_menu > ul > li > ul.dropdown-menu {
    /* Remove margin of dropdown menu so it can remain open on hover */
    margin-top: 0;
}
.navigation_menu > ul li.nav-item.dropdown:hover > .dropdown-menu {
    /* Open sub menu when menu item is hovered */
    display: block;
}
.navigation_menu > ul li.nav-item.dropdown > .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
}
.navigation_menu > ul li.nav-item.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    /* Open second sub menu when sub menu item is hovered */
    display: block;
}
footer {
    background-color: #1987CB;
    border-top: 8px solid #F7D600;
}
footer a {
    color: #FFF !important;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}

main {
}

.default_page h1 {
    border-bottom: 4px solid #F7D600;
    display: inline-block;
    font-size: 42px;
}

/* Events map Shortcode */
#events__map__container {
    height: 90vh;
    overflow: hidden;
    position: relative;
}
#events__map {
    height: 100%;
    position: absolute;
    transition: ease all 0.5s;
    width: 10%;
}
#events__map__container.legend_hidden #events__map {
    width: calc(100% - 65px);
}
#events__legend {
    background-color: #F5F9FC;
    box-shadow: 0 2px 10px #888;
    box-shadow: -2px 2px 10px 0px #888;
    display: flex;
    height: 100%;
    padding: 25px;
    position: absolute;
    right: 0;
    transition: ease all 0.5s;
    width: 90%;
    z-index: 2;
}
.events__legend__content {
    height: 100vh;
    overflow: scroll;
}
#events__map__container.legend_hidden #events__legend {
    right: calc(-90% + 65px);
}
.events__legend__heading h3 {
    border-bottom: 4px solid #F7D600;
    padding-bottom: 15px;
}
.events__legend__heading__toggle i {
    margin-right: 15px;
    margin-top: 7px;
    transition: transform .5s;
}
#events__legend > .container-fluid {
    margin-bottom: 30px;
    margin-top: 15px;
}
#events__legend > .container-fluid > .row {
    margin-left: 15px;
    /* margin-right: 30px; */
}
.events__legend__markers {
    font-size: 16px;
}
.events__legend__country_list__country {
    align-content: center;
    color: #2A2A2A;
    display: flex;
    font-size: 12px;
    margin-bottom: 15px;
}
.events__legend__year_list__year a {
    color: #2A2A2A;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
}

#events__reset {
    left: 20px;
    position: absolute;
    top: 20px;
}
#events__zoom_out {
    bottom: 20px;
    left: 20px;
    position: absolute;
}
#map__info__window {
    background-color: #065AA0;
    box-shadow: 0 2px 10px #888;
    color: #FFF;
    display: none;
    max-width: 300px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    transform: translate(-50%,calc(-100% - 10px));
    z-index: 1002;
}
#map__info__window.orange {
    background-color: #F58549;
}
#map__info__window.yellow {
    background-color: #CEB303;
}
#map__info__window::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #065AA0;
    content: '';
    font-weight: 300 !important;
    left: calc(50% - 8px);
    position: absolute;
    top: 100%;
}
#map__info__window.orange::after {
    border-top: 10px solid #F58549 !important;
}
#map__info__window.yellow::after {
    border-top: 10px solid #CEB303 !important;
}
#map__info__window h3 {
    color: #FFF !important;
    font-family: 'Spartan', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}
#map__info__window h4 {
    color: #FFF;
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.map__info__window__location {
    font-size: 14px;
    font-weight: 300;
}
.map__info__window__more {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    margin-top: 8px;
}
.events__map__list_container__event {
    font-size: 12px;
}
.events__map__list_container__event h3 {
    color: #181A20;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
.events__map__list_container__event__date {
    color: #005AA0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
}

/* Upcoming events Shortcode */
.upcoming_events__event {
    margin-bottom: 15px;
}
.upcoming_events__event > div {
    background-color: #FFF;
    color: #181A20;
    height: 100%;
}
.upcoming_events__event__image {
    border-bottom: 4px solid #F7D600;
}
.upcoming_events__event__details {
    padding: 5px 15px 15px;
    display: flex;
    flex-direction: column;
}
.upcoming_events__event h3 {
    color: #181A20 !important;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.upcoming_events__event__details__read_more {
    margin-top: auto;
}

/* Homepage */
.home_page .wp-block-cover {
    height: calc(100vh - 102px);
}
.home_page .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
    width: 704px;
}
.home_page .wp-block-cover__inner-container h1 {
    border: none;
    font-size: 42px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
.home_page .wp-block-cover__inner-container h2 {
    background-color: rgba(247, 214, 2, 0.75);
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 15px;
    padding: 6px 20px;
    text-align: center;
    width: 80%;
}
.home_page .wp-block-cover__inner-container h3 {
    background-color: rgba(25, 135, 204, 0.75);
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 15px;
    padding: 6px 20px;
    text-align: center;
    width: 40%;
}

/* Event page */
.event_page__header {
    background: transparent linear-gradient(360deg, #4286C6 0%, #265A9B 100%) 0% 0% no-repeat padding-box;
    padding: 30px 0 15px;
}
.event_page__header h1 {
    border-bottom: none;
    color: #FFF;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}
.event_page__header h2 {
    background-color: #F7D600;
    display: inline-block;
    color: #003249;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    min-width: 280px;
    padding: 7px 15px;
}
.event_page__header h3 {
    background-color: #FFF;
    color: #005AA0;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    min-width: 280px;
    padding: 7px 15px;
}

/* Partners / Organisers */
.partners__partner, .organisers__organiser {
    margin-bottom: 30px;
}
.partners__partner__logo, .organisers__organiser__logo {
    align-items: center;
    border: 2px solid #265A9B;
    height: 60vw;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    display: flex;
}
.partners__partner__logo img, .organisers__organiser__logo img {
    object-fit: cover;
}
.partners__partner__logo__title, .organisers__organiser__logo__title {
    align-items: center;
    display: flex;
    justify-content: center;
}
.partners__partner__logo h6, .organisers__organiser__logo h6 {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.partner_page__header {
    background: transparent linear-gradient(360deg, #4286C6 0%, #265A9B 100%) 0% 0% no-repeat padding-box;
}
.partner_page__header__content h1 {
    border-bottom: none;
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin: 15px auto;
    text-align: center;
    width: 80%;
}
.partner_page__header__content a {
    padding-bottom: 0 !important;
}
.partner_page__header__content img {
    display: block;
    height: auto;
    margin: 0 auto 15px;
    width: 80%;
}
.partner_page__contact {
    background-color: #1987CB;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
}
.partner_page__contact h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.partner_page__contact a {
    color: #FFF;
}
.partner_page__social {
    background-color: #005AA0;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    line-height: 30px;
}
.partner_page__social a {
    color: #FFF;
    font-size: 30px;
}
.partner_page__social a:only-child {
    flex: 1;
    text-align: center;
}

/* Media */
.media_page__publication img {
    border: 1px solid #265A9B;
    margin-bottom: 15px;
}
.media_page__publication h2 {
    color: #181A20;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
}
.media_page__publication p {
    font-size: 18px;
    line-height: 22px;
}

/* Contact us */
#contact_form label {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
#contact_form input, #contact_form textarea, #search_form input {
    border: 1px solid #265A9B;
    border-radius: 0;
}
#contact_form .button, #search_form .button {
    border-bottom: none;
    border-radius: 0 !important;
    border-top: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .navbar-brand {
        margin-left: 20px;
    }
    .navbar-brand img {
        margin: 0 10px;
        height: 36px;
        width: 100px;
    }
    .navigation_menu {
        box-shadow: none;
    }
    .navigation_menu > div {
        margin-left: 0;
        width: calc(50vw - 60px);
    }
    .navigation_menu .nav-item {
        padding: 0;
    }
    .navigation_menu .navbar-nav a {
        /* Menu items style */
        font-size: 12px;
    }

    .partners__partner__logo, .organisers__organiser__logo {
        height: 300px;
        width: 510px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-social {
        display: block;
        position: absolute;
        right: 30px;
        top: 15px;
        z-index: 1000;
    }
    .navbar-social a {
        color: #1987CA;
        margin-left: 10px;
    }
    .navbar-brand img {
        margin: 0 10px;
        height: 56px;
        width: 150px;
    }
    .navigation_menu > div:first-child > ul {
        float: right;
    }
    .navigation_menu > div {
        width: calc(50vw - 85px);
    }
    .navigation_menu .nav-item {
        padding: 0;
    }
    .navigation_menu .navbar-nav a {
        /* Menu items style */
        font-size: 12px;
    }
    .footer-border-left {
        border-left: 1px solid #FFF;
    }

    #events__map {
        width: 50%;
    }
    #events__legend {
        width: 50%;
    }
    #events__map__container.legend_hidden #events__legend {
        right: calc(-50% + 65px);
    }
    .events__legend__country_list__country {
        font-size: 10px;
    }

    .upcoming_events__event > div {
        display: flex;
        flex-direction: column;
    }
    .upcoming_events__event__image {
        height: 258px;
        overflow: hidden;
    }
    .upcoming_events__event__details {
        flex: 1;
    }

    .partners__partner__logo, .organisers__organiser__logo {
        height: 160px;
        width: 270px;
    }
    .partners__partner__logo__title h6, .organisers__organiser__logo__title h6 {
        font-size: 22px;
        line-height: 30px;
    }

    .partner_page__header__content > div {
        align-items: center;
        display: flex;
        height: 220px;
    }
    .partner_page__header__content h1 {
        text-align: left;
    }
    .partner_page__header__content img {
        display: block;
        margin: 15px 0;
        width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navigation_menu .nav-item {
        padding: 0 5px;
    }
    .navigation_menu > div {
        width: calc(50vw - 104px);
    }
    .navigation_menu .navbar-nav a {
        /* Menu items style */
        font-size: 14px;
    }

    .upcoming_events__event__image {
        height: 316px;
        overflow: hidden;
    }

    .home_page .wp-block-cover__inner-container h1 {
        font-size: 58px;
        line-height: 62px;
    }
    .home_page .wp-block-cover__inner-container h2 {
        font-size: 42px;
    }
    .home_page .wp-block-cover__inner-container h3 {
        font-size: 40px;
    }

    .partners__partner__logo, .organisers__organiser__logo {
        height: 120px;
        width: 170px;
    }
    .partners__partner__logo__title h6, .organisers__organiser__logo h6 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .events__legend__country_list__country {
        font-size: 12px;
    }

    .partners__partner__logo, .organisers__organiser__logo {
        height: 130px;
        width: 208px;
    }
    .partners__partner__logo__title h6, .organisers__organiser__logo h6 {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Touch screen, no mouse */
@media (hover: none) {
}

/* Hamburger button animation */
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.navbar-toggler .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.bg-dark .navbar-toggler .icon-bar {
    background-color: #FFF;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    width: 0;
    transition: ease all .2s;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}
