:root {
    --oos_black: #000;
    --oos_white: #fff;
    --oos_yellow: #EDF134; /* #ffc200 */
    --oos_bright_violet: #D93dff; /* #ff0086 */
    --oos_pastel_violet: #E4D6E8;
    --oos_bright_teal: #00FFCF; /*  #00c9bd */
    --oos_pastel_teal: #DAECEB;
}

@font-face {
    font-family: "Morl";
    src: url('../fonts/Morl-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: "Morl";
    src: url('../fonts/Morl-ExtraLight.otf');
    font-weight: 200;
}


@font-face {
    font-family: "Morl";
    src: url('../fonts/Morl-Light.otf');
    font-weight: 300;
}

@font-face {
    font-family: "Morl";
    src: url('../fonts/Morl-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: "Morl";
    src: url('../fonts/Morl-Bold.otf');
    font-weight: 700;
}

@font-face {
    font-family: "Morl";
    src: url('../fonts/Morl-Black.otf');
    font-weight: 800;
}

@font-face {
    font-family: "Wingdings3";
    src: url('../fonts/Wingdings3.ttf');
    font-weight: 400;
}
body.no-scroll {
    overflow: hidden!important;
}
html.no-scroll {
    overflow: hidden!important;
}

.secondary-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

.navbar-wrapper {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.navbar-wrapper.open {
    z-index: 90;
}

.secondary-nav-wrapper .site-logo {
    height: 40px;
    width: auto;
    margin-right: 30px;
}

.logo-wrapper {
    padding: 0 20px;
}

.secondary-nav {
    padding-left: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 0;
    /*min-height: 63px;*/
}

.secondary-nav > li {
    background-color: #fff;
    cursor: pointer;
}

.secondary-nav > li:hover a {
    color: var(--oos_bright_violet);
}
.secondary-nav > li:first-child:hover a {
    color: #000;
}
.secondary-nav > li:first-child {
    background-color: var(--oos_bright_violet);

    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url('../images/btn-hover.png');
    text-decoration: none;
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
}

.secondary-nav > li:first-child:before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: var(--oos_bright_violet);
    z-index: -1;
    transition: .5s;
    opacity: 1;
}

.secondary-nav > li:first-child:hover:before {
    opacity: 0;
}

.secondary-nav > li a,
.secondary-nav > li span {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    text-transform: uppercase;
}

.secondary-nav > li a img,
.secondary-nav > li span img{
    height: 15px;
    margin-right: 10px;
}

.secondary-nav.secondary-nav-black > li {
    background-color: #000;
}

.secondary-nav.secondary-nav-black li span {
    color: #fff;
}

.secondary-nav > li  .elevent-username {
    font-size: 1em;
    padding: 0;
}

.secondary-nav.secondary-nav-black > li:hover a,
.secondary-nav.secondary-nav-black > li:hover span,
.secondary-nav > li:hover span{
    color: var(--oos_bright_violet);
}

.secondary-nav.secondary-nav-black > li:first-child {
    background-color: var(--oos_bright_violet);
}

.secondary-nav.secondary-nav-black > li:first-child:hover {
    background-color: #000;
    border-color: transparent;
}

.secondary-nav.secondary-nav-black > li:first-child:hover a {
    color: var(--oos_bright_violet);
}

.secondary-nav.secondary-nav-black > li:first-child:hover a,
.secondary-nav.secondary-nav-black > li:first-child a:hover {
    color: #000;
}

.secondary-nav.secondary-nav-black > li:first-child a{
    color: #000;
}


.secondary-nav.secondary-nav-black > li a {
    color: #fff;
}


.main-nav-wrapper,
.menu-main-menu-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-top: 20px;
}

.menu-main-menu-container {
    margin-top: 0;
}

.main-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 0;
    height: 100%;
    padding-left: 0;
}

.main-nav > li {
    padding: 0 20px;
    position: relative;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 58px;
}

.main-nav > li > a,
.main-nav > li > span{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 100%;
    text-align: center;
}

.main-nav-black .main-nav > li > a,
.main-nav-black .main-nav > li > span {
    color: #000;
}

.main-nav > li:hover > a,
.main-nav > li:hover > span,
.main-nav > li.active > a,
.main-nav > li.active > span{
    color: var(--oos_bright_violet);
    cursor: pointer;
}


.main-nav-wrapper ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    min-width: 200px;
    display: none;
    flex-direction: column;
    background-color: transparent;
    background-image: url('../images/profile-overlay-bg.png');
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
}

.main-nav-wrapper ul.submenu > li:hover:after {
    content: '';
    background-image: url('../images/icon-arrow-right-white.png');
    position: absolute;
    right: 20px;
    height: 9px;
    width: 16px;
    background-size: 100% 100%;
}

@keyframes zoom-bg {
    0%   {background-position: bottom left;}
    25%  {background-position: top left;}
    50%  {background-position: top right;}
    75%  {background-position: bottom right;}
    100% {background-position: bottom left;}
}

.main-nav-wrapper ul.submenu {
    top: 100%;
    z-index: 10;
}

.main-nav ul.submenu.inner-submenu {
    top: 0;
    right: 100%;
    left: unset;
}

.main-nav ul.submenu > li,
.submenu > li {
    padding: 0;
    transition: .2s;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.submenu > li {
    text-align: left;
}

.submenu > li a,
.submenu > li span{
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 40px 10px 20px;
    width: 100%;
}

.main-nav .submenu > li:hover {
    background-color: #000;
}




.sub-menu-trigger {
    width: 40px;
    height: 20px;
    z-index: 200;
    position: absolute;
    left: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
}

.sub-menu-trigger:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    position: relative;
    transform: rotate(45deg);
    width: 10px;
    transition: .2s;
    border-color: #fff;
    top: 12px;

}

.sub-menu-trigger.open:before {
    transform: rotate(135deg);
    top: 8px;
}

@media all and (min-width: 992px) {

    .main-nav li:hover > .submenu,
    .main-nav li:hover > ul.submenu {
        display: flex;
    }

    .navbar-wrapper.sticky-nav {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        /*min-height: 64px;*/
        position: fixed;
        background-color:#000;
    }

    .navbar-wrapper.navbar-dark.sticky-nav {
        background-color:#fff;
    }

    .navbar-wrapper.sticky-nav .secondary-nav-wrapper {
        padding-left: 0;
    }

    .navbar-wrapper.sticky-nav .logo-wrapper {
        display: none;
    }

    .navbar-wrapper.sticky-nav .main-nav-wrapper {
        /*width: calc(100% - 530px);*/
        background-color: #000;
        flex-grow: 1;
        width: unset;
    }

    .navbar-wrapper.sticky-nav .main-nav-wrapper,
    .navbar-wrapper.sticky-nav .main-nav-wrapper .main-nav{
        height: 100%;
        margin-top: 0;
    }

    .navbar-wrapper.sticky-nav .main-nav > li > a,
    .navbar-wrapper.sticky-nav .main-nav > li > span{
        color: #fff;
    }


    .navbar-wrapper.sticky-nav .main-nav-black .main-nav > li > a,
    .navbar-wrapper.sticky-nav .main-nav-black .main-nav > li > span {
        color: #000;
    }

    .navbar-wrapper.sticky-nav .main-nav-wrapper{
        border-bottom: 1px solid rgba(0,0,0,.1);
        min-height: 60px;
    }

    .navbar-wrapper.sticky-nav .main-nav-wrapper.main-nav-black  {
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .navbar-wrapper.sticky-nav .secondary-nav > li:first-child {
        border-bottom: 1px solid var(--oos_bright_violet);
    }

    .navbar-wrapper.sticky-nav .secondary-nav > li:first-child:hover {
        border-color: transparent;
    }

    .navbar-wrapper.sticky-nav .secondary-nav > li {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .navbar-wrapper.sticky-nav  .main-nav > li.active > span,
    .navbar-wrapper.sticky-nav  .main-nav > li > span:hover,
    .navbar-wrapper.sticky-nav  .main-nav > li.active > a,
    .navbar-wrapper.sticky-nav  .main-nav > li > a:hover{
        color: var(--oos_bright_violet);
    }
}

.banner-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 50px;
    margin-top: 50px;
}

.banner-date p {
    font-size: 1.5em;
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
}

.banner-item h1 {
    font-size: 70px !important;
}

.banner-date a {
    color: #fff;
    font-size: 1em;
}

.banner-date a:hover {
    /*color: var(--oos_bright_violet);*/
    text-decoration: none;
}

.banner-date a .fas {
    margin-left: 20px;
}

p {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    z-index: 20;
    opacity: .5;
    transition: .2s;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.oos-next {
    right: 0;
    width: 50px;
    height: 100px; /* as the half of the width */
    background-color: #000;
    border-top-left-radius: 100px;  /* 100px of height + 10px of border */
    border-bottom-left-radius: 100px; /* 100px of height + 10px of border */
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.slick-arrow.oos-next:hover {
    background-image: url('../images/profile-overlay-bg.png');
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
}

.slick-arrow.oos-next i {
    margin-left: 8px;
}

.slick-arrow.oos-prev {
    width: 50px;
    height: 100px; /* as the half of the width */
    background-color: #000;
    border-top-right-radius: 100px;  /* 100px of height + 10px of border */
    border-bottom-right-radius: 100px; /* 100px of height + 10px of border */
    border-bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    left: calc(-125px - 3%);
}

.events-slider .slick-arrow.oos-prev {
    left: calc(-60px - 3%);
}

.ois-slider .slick-arrow.oos-prev {
    left: calc(-125px - 3%);
}

.events-slider .slick-arrow.oos-prev,
.events-slider .slick-arrow.oos-next {
    background-color: #fff;
    color: #000;
    top: 20%;
}

.banner-slider .slick-arrow.oos-prev {
    left: 0;
}

.slick-arrow.oos-prev:hover {
    background-image: url('../images/profile-overlay-bg.png');
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
}

.slick-arrow.oos-prev i {
    margin-right: 8px;
}

.slick-arrow.oos-prev.hide-arrow {
    opacity: 0 !important;
}

.events-slider-v2 .slick-arrow.oos-prev,
.events-slider-v2 .slick-arrow.oos-next,
.mobile-info-slider .slick-arrow.oos-prev,
.mobile-info-slider .slick-arrow.oos-next{
    background-color: #fff;
    color: #000;
    top: 14%;
    opacity: 1;

}

.events-slider-v2 .slick-arrow.oos-prev i,
.events-slider-v2 .slick-arrow.oos-next i,
.mobile-info-slider .slick-arrow.oos-prev i,
.mobile-info-slider .slick-arrow.oos-next i{
    font-size: 1.2em;
    margin: 0;
}

.events-slider-v2 .slick-arrow.oos-next,
.mobile-info-slider .slick-arrow.oos-next{
    right: 0;
    width: 60px;
    height: 60px;
    background-color:  var(--oos_yellow);
    border-radius: 50%;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}

.events-slider-v2 .slick-arrow.oos-next:hover,
.mobile-info-slider .slick-arrow.oos-next:hover{
    background-image: unset;
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
}

.events-slider-v2 .slick-arrow.oos-prev,
.mobile-info-slider .slick-arrow.oos-prev {
    width: 60px;
    height: 60px;
    background-color:  var(--oos_yellow);
    border-radius: 50%;
    border-bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    left: 45px;
}

.events-slider-v2 .slick-arrow.oos-prev:hover,
.mobile-info-slider .slick-arrow.oos-prev:hover{
    background-image: unset;
}

.events-slider-v2 .slick-list {
    min-width: 100%;
    padding:0 10% 0 0;
    overflow: visible;
    clip-path: inset( -100vw -100vw -100vw 0 );
}

.events-slider-v2 .slick-slide.slick-active {
    opacity: 1;
}

.events-slider-v2 .slick-slide {
    opacity: .5;
    transition: .5s;
}

.events-slider-v2 .slick-dots {
    list-style: none;
    width: 100%;
    display: flex;
    background-color: transparent;
    padding: 0;
    margin: 0;
    /*position:absolute;*/
    top: 0;
    margin-left: 15px;
    align-items: center;
    min-height: 4px;
    margin-top: 25px;

}

.events-slider-v2 .slick-dots > li {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    transition: .5s;
}

.events-slider-v2 .slick-dots > li.slick-active {
    background-color: var(--oos_yellow);
    height: 4px;
    border-radius: 2px;
}

.events-slider-v2 .slick-dots button {
    display: none;
}


.cta-link {
    color: #000;
    font-size: 1em;
    padding-right: 40px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.cta-link.cta-link-white {
    color: #fff;
}

.cta-link:hover {
    color: #000;
    text-decoration: none;
}

.cta-link.cta-link-white:hover {
    color: #fff;
}

.cta-link .fas {
    position: absolute;
    right: 0;
    top: 4px;
    transition: .2s;
    font-size: .9em;
}

.cta-link:hover .fas {
    right: -10px;
}

.custom-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-heading h1 {
    font-weight: 300;
}

.custom-heading a.cta-link {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
}

.custom-heading-text-wrapper {
    display: table;
    margin-bottom: 20px;
}
.custom-heading h1{
    padding: 50% 0;
    height: 0;
    font-weight: 200;
    line-height: 1;
    max-width: 100px;
}

.custom-heading h1 span {
    display: block;
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%);
    margin-top: -50%;
    white-space: pre-line;
    text-align: right;
    line-height: 1;
}

.custom-heading {
    padding: 20px;
}

.news-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 0 50px 3%;
}

.news-container .max-width-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-slider-wrapper {
    width: calc(100% - 120px);
    position: relative;
}

.initiative-posts {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.initiative-posts > div {
    width: 50%;
    margin-bottom: 50px;
}

.news-item {
    text-decoration: none;
    color: #000;
    padding: 0 45px;
    border-right: 1px solid #000;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    min-height: 250px;
}

.news-item:hover {
    text-decoration: none;
    color: #000;
}

.news-item .ni-date {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

.news-item .ni-date p {
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.news-item .ni-date p span {
    font-weight: 700;
}

.news-item .ni-date .fas {
    position: absolute;
    transition: .2s;
    right: 0;
    bottom: 2px;
}

.news-item:hover .ni-date .fas {
    right: -10px;
}

.news-item:hover h5 {
    color: var(--oos_bright_violet);
}

.event-item {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 0 20px
}
.event-item:hover {
    color: #fff;
    text-decoration: none;
}


.event-item .event-image {
    padding-top: 56%;
    width: 100%;
    background-color: #ccc;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.ois-icon-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
}

.ois-locked {
    height: 35px;
    width: 35px;
    background-color: var(--oos_yellow);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ois-learning-tool {
    height: 35px;
    width: 35px;
    background-color: var(--oos_black);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ois-locked img {
    height: 60%;
}

.event-img-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

.ei-text {
    height: 50px;
    padding: 10px 20px;
    background-color: #1a1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size:.85em;
}

.ois-online {
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--oos_bright_teal);
}

.ois-online  img {
    height: 50%;
}

.event-item .event-image:before {
    z-index: 1;
}

.event-item .event-image:before,
.initiative-item .initiative-image:before,
.single-event .nu-image:before {
    background-image: url('../images/btn-hover.png');
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
    opacity: 0;
    transition: .8s;
}

.desktop-header {
    display: block;
}

.mobile-header {
    display:none;
}

.event-item:hover .event-image:before,
.initiative-item:hover .initiative-image:before,
.nu-image:before{
    opacity: .8;
}

.event-item h3 {
    margin-bottom: 20px;
    transition: .2s;
}

.event-item:hover h3 {
    color: var(--oos_bright_violet);
}

.event-item .event-info {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
    position: relative;
    min-height: 85px;

}

.event-item .event-info p {
    font-weight: 300;
}

.event-item .event-info p span {
    font-weight: 700;
}

.event-item .event-info .fas {
    right: 0;
    top: 22px;
    position: absolute;
    transition: .2s;
}

.event-item:hover .event-info .fas {
    right: -10px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
}

.menu-connect-container a {
    font-weight: 400;
}

.footer-container .connect-section {
    width: 55%;
}

.footer-container .support-section {
    width: 45%;
    padding-left: 3%;
}

.footer-container-2 {
    padding-left: 3%;
    padding-right: 3%;
}

.footer-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px 0;
    height: 100%;
    position: relative;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sm-container {
    width: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sm-container > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000000;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: .2s;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-image: url("../images/profile-overlay-bg.png");
    background-size: 120% 120%;
    animation-name:  zoom-bg;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.sm-container > a:before,
.p-circle-cta:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #000;
    z-index: -1;
    transition: .5s;
    opacity: 1;
}

.p-circle-cta:before {
    background-color: #fff;
}

.sm-container > a:hover:before,
.p-circle-cta:hover:before{
    opacity: 0;
}

.footer-text {
    width: 100%;
}

.footer-text.footer-text-with-sm {
    width: calc(100% - 100px);
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 40px 0;
}

.footer-content {
    padding: 0 50px;
    border-right: 1px solid #000;
}

.footer-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-nav > li {
    padding-right: 25px;
}

.footer-split {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-split p {
    margin-bottom: 0;
}

.footer-split > div {
    width: 50%;
}

@media all and (max-width: 1400px) {

    .footer-split > div:first-child {
        margin-bottom: 20px;
    }
    .footer-split > div {
        width: 100%;
    }
}


.footer-nav-2 {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}

.footer-nav-2 > li {
    margin-bottom: 20px;
}

.footer-nav-2 > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    min-width: 160px;
    min-height: 50px;
    border-radius: 25px;
    color: #fff;
    background-color: #000000;
    font-size: .8em;
    transition: .2s;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url('../images/btn-hover.png');
    text-decoration: none;
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
    padding: 10px 20px;
}

._v2 .footer-nav-2 > li a {
    padding: 15px 20px 10px;
}

.acc-header.gradient-bg {
    z-index: 1;
    background-image: url('../images/btn-hover.png');
    text-decoration: none;
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
}

.footer-nav-2 > li a:before,
.btn-cta:before,
.acc-header.collapsed.gradient-bg:before,
.elevent-add-to-cart-btn:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #000;
    z-index: -1;
    transition: .5s;
    opacity: 1;
}

.btn-cta,
.elevent-add-to-cart-btn{
    background-color: #000000;
    background-image: url('../images/btn-hover.png');
    z-index: 1;
    text-decoration: none;
    background-size: 130% 130%;
    animation-name:  zoom-bg;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background-position: bottom left;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    cursor: pointer;
}

.footer-nav-2 > li a:hover:before,
.btn-cta:hover:before,
.collapsed.gradient-bg:hover:before,
.elevent-add-to-cart-btn:hover:after{
    opacity: 0;
}

.collapsed.gradient-bg {
    opacity: 1;
}

.footer-content.fc-right {
    border-right: none;
}

.copyright-container {
    position: absolute;
    bottom: 50px;
}

.copyright-container p {
    margin-bottom: 0;
}

.logo-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*border-top: 1px solid #000;*/
    padding: 10px 5% 35px;
    align-items: center;
    justify-content: center;
    max-width: 2000px;
    margin: 0 auto;
}

.logo-container img {
    height: 60px;
    margin: 20px;
}
/*
.information-container {
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.information-container:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 0;
    opacity: 0;
    transition: .2s;
}
.information-container.ic-transition:before {
    opacity: 1;
}
.information-item {
    width: 100%;
    !*    min-height: 100vh;*!
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    position: relative;

}



.information-item:last-child {
    padding: 0 0 20%;
}

.information-item:first-child {
    padding: 20% 0 0;
}

.information-item > div {
    padding: 50px;
    width: 33.3%;
    min-height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;

}

.information-item.ii-right {
    justify-content: flex-end;
}

.information-item.ii-center {
    justify-content: center;
}*/

.oos-ticker h3 {
    padding: 20px 30px;
    min-width: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.oos-ticker h3 span {
    display: block;
    margin-right: 30px;
}

.oos-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.oos-header a {
    margin-top: 20px;
}

.oos-header h1,
.oos-header h2{
    transform-origin: top left;
    line-height: 1;
    margin: 0;
    font-weight: 200;
    white-space: pre-line;
    text-align: right;
    overflow: hidden;
}

.oos-header h1 span,
.oos-header h2 span{
    display: block;
}


.timeline {
    padding: 100px 5%;
    background-color: #000;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.timeline-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.timeline-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.timeline-item .timeline-date {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
}

.timeline-item img {
    width: 100%;
    margin-bottom: 25px;
}

.timeline-item .timeline-content {
    width: 50%;
    border-top: 1px solid #fff;
    padding-left: calc(80px + 5%);
    padding-top: 20px;
    margin-top: 50px;
}

.timeline-item .timeline-content p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}

.timeline-item.ti-left {
    justify-content: flex-start;
}

.timeline-item.ti-left .timeline-content {
    padding-left: 0;
    padding-right: calc(80px + 5%);
    padding-top: 20px;
    margin-top: 50px;
}

.timeline .oos-header h1 {
    color: #fff;
}

.timeline-item:last-child .timeline-arrow {
    display: none;
}

.timeline-arrow {
    position: absolute;
    top: calc(50% + 40px);
    right: calc(50% - 7px);
    color: #fff;
}

.artist-container {
    max-width: calc(1800px + 6%);
    margin: 0 auto;
}

.award-container {
    max-width: 2000px;
    margin: 0 auto;
}

.artist-filter {
    padding: 200px 3% 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.artist-filter-header {
    width: 33.3%;
    padding-left: 3%;
}

.artist-filter-header h1 {
    margin: 0;
    font-weight: 200;
    font-size: 100px;
}

.artist-filter-select {
    width: 66.6%;
    padding-left: 50px;
}

.artist-listing-section,
.award-listing,
.press-listing{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 25px 3%;
    position: relative;
}

.artist-listing-section > div {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.artist-listing-information {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 50px;
    width: 33.3%;
    padding: 0 50px;
    position: relative;
}

.artist-listing-information p {
    margin: 0;
    line-height: 1.2;
}

.artist-listing-information .al-name {
    font-weight: 700;
}

.artist-listing-information .al-role {
    font-weight: 200;
}

.artist-listing-information .al-film {
    font-weight: 200;
    font-style: italic;
}
.artist-listing-information .al-profile-image {
    background-size: cover;
    background-color: #ccc;
    padding-top: 56%;
    margin: 15px 0;
    width: 100%;
    position: relative;
}

.artist-listing-information .al-content {
    margin-bottom: 10px;
}

.artist-listing-information .al-content p {
    margin-bottom: 15px;
}

.artist-listing-information .al-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.artist-listing-information .al-social a:hover {
    color: var(--oos_bright_violet);
}

.artist-listing-information a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    line-height: 1.2;
}

.artist-listing-information .cta-link {
    width: 100%;
    cursor: pointer;
}

.artist-listing-information .al-divider,
.award-item .al-divider {
    margin: 15px 0;
    width: 100%;
    border-bottom: 1px solid #000;
}

.award-item .al-divider {
    margin: 25px 0;
}

.artist-listing-letter {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.award-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 50px;
    width: 33.3%;
    padding: 0 3%;
    position: relative;
}

.award-item .award-logo {
    margin-bottom: 35px;
    width: 80%;
    max-width: 230px;
}

.award-item .award-film-image {
    margin-bottom: 35px;
    width: 100%;
}

.award-item p {
    margin-bottom: 0;
}

.award-item p.award-description {
    margin-bottom: 25px;
}

.award-item p.award {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.award-item p.award-title {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}

.award-item p.award-winner-name {
    margin-bottom: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1;
}

.award-item p.award-winner-film {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1;
    font-style: italic;
    margin-bottom: 15px;
}

.award-item p.award-winner {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.award-item p.about-the-award {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.award-item p.award-event-winner {
    text-transform: uppercase;
    line-height: 1;
}

.main-news-update-container {
    padding: 150px 0 0;
}

.featured-article-container,
.news-update-listing-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    /*max-width: 1300px;*/
    margin: 0 auto;
}

.news-update-nav-wrapper {
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 auto;
}

.featured-article-container {
    padding-top: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.fa-wrapper {
    width: calc(100% - 80px);
    padding: 0 50px;
}

.single-event {
    color: #000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.single-event .nu-content {
    width: 100%;
}

.single-event.nu-no-image .nu-content {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.single-event.nu-no-image .nu-content h2 {
    max-width: 600px;
}

.single-event:hover {
    text-decoration: none;
    color: #000;
}

.single-event p {
    margin: 0;
}

.nu-image {
    margin-bottom: 30px;
    padding-top: 56%;
    width: 100%;
    background-size: cover;
    background-color: #e0e0e0;
    position: relative;
    margin-left: -1px;
}

.news-update-nav-wrapper ul {
    width: 100%;
    margin-top: 50px;
    padding: 50px 0 0;
    display: flex;align-items: flex-start;
    justify-content: center;
    border-top: 1px solid #000;
    list-style: none;
}

.news-update-nav-wrapper ul li {
    padding: 0 40px;
    font-size: 2.5em;
}

.news-update-nav-wrapper ul li a {
    color: #000;
    font-weight: 300;
}

.news-update-nav-wrapper ul li a:hover,
.news-update-nav-wrapper ul li.active a {
    color: var(--oos_bright_violet);
    text-decoration: none;
}

.news-update-listing {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 60px 0 30px;
}

.news-update-listing > div {
    padding-right: 5%;
    width: 33.3%;
    margin-bottom: 40px;
}

.news-update-listing > div .single-event {
    border-left: 1px solid #000;
}

.news-update-listing > div .single-event h2 {
    margin-bottom: 30px;
}

.news-update-listing > div .single-event .nu-content {
    padding-left: 30px;
}

.news-update-listing {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.nu-content .cta-link {
    width: 100%;
}

.news-update-listing .news-item {
    width: calc(33.3% - 50px);
    /*margin-bottom: 70px;*/
    border-right: 0;
    border-left: 1px solid #000;
    padding-left: 0;
    min-height: unset;
    margin: 0 25px 70px;
}

.news-update-listing .news-item > div {
    padding-left: 30px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.single-event:hover h2{
    color: var(--oos_bright_violet);
}

.single-event:hover .cta-link .fas {
    right: -10px;
}

.oos-ticker.oos-ticker-black {
    background-color: #000;
}

.oos-ticker.oos-ticker-black:hover {
    background-color: var(--oos_bright_violet);
}

.oos-ticker.oos-ticker-black h3 {
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.event-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    padding: 200px  3%;
    position: relative;
    background-color: rgba(0,0,0,.5);
    background-size: cover;
    background-position: center;
}

.event-header-wrapper-2 {
    flex-direction: column;
    padding: 0;
}

.event-header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    padding: 200px  3% 50px;
    position: relative;
}

.event-header-wrapper .share-container {
    padding-top: 0;
}

.event-header-wrapper > .event-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    max-width: unset;
    z-index: 0;
    backdrop-filter: blur(50px);
}

.event-header-wrapper > .event-bg:before {
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    opacity:.5;
}


.event-header-wrapper > div {
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    position: relative;
}

.event-header-wrapper .event-header-content {
    width: 100%;
}

.event-header-wrapper .event-header-content > div {
    width: 100%;
}

.event-header-wrapper .event-header-info {
    width: 33.3%;
    padding: 55px 3%;
}

.event-back {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
}

.event-back a {
    color: #fff;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.event-back a .fas {
    position: absolute;
    left: 0;
    transition: .2s;
}

.event-back a:hover {
    text-decoration: none;
    color: #fff;
}

.event-back a:hover .fas {
    left: -10px;
}

.event-header-wrapper .event-header-image {
    width: 66.6%;
    padding: 25px 3%;
}

.event-header-wrapper .event-header-image img {
    width: 100%;
    margin: 0 0 20px;
}

.event-header-wrapper .event-header-info h1 {
    color: #fff;
    line-height: 1;
    width: 100%;
    font-size: 45px;
}

.event-header-wrapper .event-header-info .event-alt-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: 'Noto Sans', sans-serif;
}


.event-header-wrapper .event-header-info p {
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}

.event-header-wrapper .event-header-info p span {
    font-weight: 700;
}

.information-container {
    background-color: #000;
}

.event-divider {
    width: 100%;
    margin: 40px 0;
    border-bottom: 1px solid #fff;
}

.event-info-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.film-catalogue-info {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.event-info-container >div:first-child {
    width: 60%;
}

.event-info-container >div:last-child {
    width: 40%;
}

.film-catalogue-info >div:first-child,
.film-catalogue-info >div:last-child{
    width: 50%;
}

.film-catalogue-info >div:first-child {
    padding-right: 10px;
}

.film-catalogue-info >div:last-child {
    padding-left: 10px;
}

.event-header-image-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.event-header-image-info p {
    color: #fff;
}

.event-header-image-info .share-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.event-header-image-info a {
    color: #fff;
}

.event-header-image-info .wpmem_loginout a {
    text-transform: uppercase;
}

.event-header-image-info .wpmem_loginout a:hover {
    color: var(--oos_bright_violet);
}

.event-header-image-info p.wpmem_loginout {
    min-height: 26px;
    margin-right: 20px;
    padding-top: 2px;
}

.event-header-image-info .wpmem_loginout a {
    padding: 0;
}

.event-header-image-info a:hover {
    color: #fff;
    text-decoration: none;
}

.p-trigger {
    color: var(--oos_bright_violet);
    cursor: pointer;
    font-size: 14px !important;
}

.p-trigger:hover {
    text-decoration: underline;
}

.ois.hide {
    display: none;
}

.event-content-wrapper {
    max-width: 1300px;
    margin: 50px auto;
    width: 100%;
}

.event-content-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /*margin: 0 -3%;*/
}

.event-content-information {
    width: 33.3%;
    padding: 35px 3%;
}

.event-content-description {
    width: 66.6%;
    padding: 35px 3%;
}

.event-content-description .ois-category-listing a {
    color: #000;
    transition: .2s;
    text-transform: uppercase;
}

.event-content-description .ois-category-listing a:hover {
    color: var(--oos_yellow);
    text-decoration: none;
}

.eci-info {
    margin-bottom: 25px;
}

.eci-info p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.3em;
    /*text-transform: uppercase;*/
}

.ai-container {
    margin-bottom: 25px;
}

.ai-container.ai-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.ai-link-wrapper {
    margin-bottom: 25px;
}

.ai-container img {
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 40px;
}

.program-event {
    padding-top: 35px;
    margin: 35px 0;
    border-top: 1px solid #000;
}

.program-event .program-image {
    width: 100%;
    margin-bottom: 10px;
}

.program-additional-images-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.event-content-wrapper .mejs-container,
.event-content-wrapper .wp-video{
    width: 100% !important;

}

.event-content-wrapper .mejs-container {
    margin-top: 10px;
}

.program-additional-images-container > img {
    width: calc(50% - 20px);
    /*padding: 5px;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;

    overflow: hidden;
    margin: 10px;
    min-height: 200px;
    max-height: 250px;
}

/*.program-event .program-additional-images-container img {
     width: 100%;
    position: absolute;
    object-fit: cover;
}*/

.program-event h5 {
    margin-bottom: 0;
    max-width: 600px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    padding-top:0;

}

.program-event-info {
    /*text-transform: uppercase;*/
}

.event-divider-black {
    width: 100%;
    border-bottom: 1px solid #000;
    margin: 35px 0;
}

.partner-container {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.partner-container p,
.partner-container a{
    font-weight: 400;
    margin: 0 0 5px;
    font-size: .9em;
}

.related-events-wrapper {
    background-color: #000;
    padding: 0 3%;
}

.related-events-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 100px 0 50px;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;

}

.related-events {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 25px;
    width: 100%;
    flex-wrap: wrap;
}

.related-events-container h2,
.related-events-container h3,
.related-events-container p {
    color: #fff;
}

.related-events .event-item {
    width: 50%;
    margin-bottom: 15px;
}

.modal #wpmem_login fieldset,
.modal #wpmem_reg fieldset {
    margin-top: 0;
}

.modal #wpmem_login fieldset > div,
.modal #wpmem_reg fieldset > div{
    width: 100%;
}

.modal #wpmem_login fieldset legend,
.modal #wpmem_reg fieldset legend {
    display: none;
}

.modal #wpmem_login fieldset label,
.modal #wpmem_reg fieldset label{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.modal #wpmem_login .req,
.modal #wpmem_reg .req {
    color: var(--oos_bright_violet);
}

.modal #wpmem_login input[type=submit],
.modal #wpmem_reg input[type=submit] {
    border: none;
    padding: 10px 35px;
    color: #fff;
    background-color: #000;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    transition: .5s;
}

#wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
    font-size: 12px;
}

#wpmem_login,
#wpmem_reg {
    font-family: 'Morl', sans-serif !important;
    max-width: 800px;
}

.modal #wpmem_login input[type=submit]:hover,
.modal #wpmem_reg input[type=submit]:hover {
    background-color: var(--oos_bright_violet);
}

.btn-cta.wpmem_loginout {
    padding: 0;
}

.wpmem_loginout a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.wpmem_loginout a:hover {
    color: #fff;
    text-decoration: none;
}

.event-header-image iframe {
    width: 100%;
}

body.profile-open  .modal-backdrop{
    background-color: unset;
    opacity: .8;
    background-image: url("../images/profile-overlay-bg.png");
    background-size: cover;
    background-position: center;
}

.page-content > .wp-block-ugb-container:first-child {
    padding-top: 150px !important;
}

.page-content > .oos-custom-header-section:first-child,
.page-content > .programme-container:first-child{
    padding-top: 200px !important;
}

.page-content > .programme-container:first-child {
    padding-top: 120px !important;
}



.sm-container > a:hover {
    color: #fff;
}

.sm-container > a img {
    z-index: 10;
    width: 36%;
}

.news-page {
    padding: 200px 0 0;
    position: relative;
}

.news-page .news-wrapper {
    max-width: calc(1300px + 6%);
    /*padding: 0 3%;*/
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    overflow: unset;
}

.news-info {
    width: 40%;
    padding: 35px 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.news-info h1 {
}

.news-info h1, .news-info p {
    line-height: 1.1;
    margin: 0;
}

p.news-date,
p.author-name{
    font-weight: 700;
}
.n-divider {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 35px 0;
}

.news-content {
    width: 60%;
    padding: 35px 5%;
}

.news-content .feature-image {
    width: 100%;
    margin-bottom: 50px;
}

.tag-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
}

.tag-container a {
    margin-bottom: 10px;
}

.share-container {
    padding: 20px 0 10px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.share-container p {
    margin-bottom: 0;
}

.share-container p span.share-arrow {
    font-family: 'Wingdings3', 'Morl',sans-serif;
    margin-left: 10px;
}


.share-container .fa-share {
    margin-left: 10px;
}

.share-container .addtoany_shortcode {
    display: none;
    position: absolute;
    padding-top: 5px;
    left: -10px;
    top: 100%;
    align-items: flex-start;
    justify-content: flex-start;

}

.share-container.show .addtoany_shortcode {
    display: flex;
    min-width: 200px;
}

.share-container:hover p,
.share-container.show p{
    color: var(--oos_bright_violet);
}

.event-header-image-info .share-container .a2a_kit > a path {
    fill: #fff;
}

.a2a_menu {
    border-radius: 0 !important;
}

.a2a_menu svg path {
    fill: #2b2727 !important;
}

.a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more,
.a2a_menu a span,
.a2a_menu a.a2a_i,
.a2a_menu a{
    color: #2b2727 !important;
}
.a2a_menu .a2a_i:hover svg path,
.a2a_menu a:hover,
.a2a_svg:hover svg path,
.a2a_more:hover{
    fill: var(--oos_bright_violet) !important;
    color:var(--oos_bright_violet) !important;
}


.a2a_menu a.a2a_i:hover {
    text-decoration: underline;
}

.related-articles-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 80px 0 0;
    width: 100%;
}

.news-wrapper .related-articles-container {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 50px;
}

.related-articles {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 25px;
    width: 100%;
    flex-wrap: wrap;
}

.related-articles .news-item {
    width: 33.3%;
    margin-bottom: 15px;
}

.news-item h5 {
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 15px;
    padding-top: 0;
}

.related-articles .news-item {
    border-right: unset;
    border-left: 1px solid #000;
    min-height: 250px;
}

.lh_1 {
    line-height: 1;
}

.lh_1_1 {
    line-height: 1.1;
}

.lh_1_2 {
    line-height: 1.2;
}

.press-listing .press-item {
    width: 33.3%;
    padding: 25px 3%;
}

.press-item .press-image {
    padding-top: 56%;
    width: 100%;
    background-color: #ccc;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.press-listing-filter {
    width: 33.3%;
    padding: 25px 3%;
}

.press-filter-header {
    width: 100%;
    margin-bottom: 40px;
}

.artist-filter-select.press-filter-select {
    width: 100%;
    padding: 0;

}

.press-filter-select .custom-select.artist-select {
    height: 80px;
}

.press-filter-select .artist-select .select-selected {
    font-size: 30px;
    align-items: flex-start;

}

.press-filter-select .artist-select .select-selected:before {
    top: calc( 50% + 10px);
}

.press-item > div {

    /*padding-top: 35px;*/
}

.press-item .press-image {
    padding-top: 56%;
    width: 100%;
    background-color: #ccc;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
    background-position: center;
    border-bottom: none;
}

.press-item h3 {
    margin-bottom: 25px;
    transition: .2s;
    min-height: 100px;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.press-item {
    text-decoration: none;
}

.press-item:hover {
    text-decoration: none;

}

.press-item:hover h3 {
    color: var(--oos_bright_violet);
}

.press-item:hover .fas {
    right: -10px;
}

.press-item .cta-link {
    width: 100%;
    display: flex;
    align-items: flex-start;justify-content: space-between;
}

.press-publication-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.press-publication-info .ppi-press {
    font-weight: 700;
}

.initiative-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.initiative-logos h4 {
    margin-bottom: 25px;
}

.initiative-logos img {
    height: 70px;
    margin-bottom: 25px;
}

.initiative-ai {
    margin-bottom: 25px;
}

.initiative-ai p {
    line-height: 1.5;
    margin-bottom: 15px;
}

.initiative-item {
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 0 20px
}
.initiative-item:hover {
    color: #000;
    text-decoration: none;
}


.initiative-item .initiative-image {
    padding-top: 56%;
    width: 100%;
    background-color: #ccc;
    margin-bottom: 20px;
    background-size: cover;
    position: relative;
}

.initiative-item h3 {
    margin-bottom: 30px;
    transition: .2s;
}

.initiative-item:hover h3 {
    color: var(--oos_bright_violet);
}

.initiative-item .initiative-info {
    padding-top: 30px;
    border-top: 1px solid #000;
    width: 100%;
}

.initiative-item .initiative-arrow {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 20px;
    position: relative;
    min-height: 85px;

}

.initiative-item .initiative-arrow p {
    font-weight: 700;
}

.initiative-item .initiative-arrow .fas {
    right: 0;
    top: 22px;
    position: absolute;
    transition: .2s;
}

.initiative-item:hover .initiative-arrow .fas {
    right: -10px;
}

.slick-track {
    min-width: 100%;
}

.dark-slider-container {
    background-color: #000;
    padding-top: 150px;
}

.dark-slider-container h2,
.dark-slider-container a,
.dark-slider-container p,
.dark-slider-container h3,
.dark-slider-container a:hover{
    color: #fff;
}

.dark-slider-container .initiative-info {
    border-color: #fff;
}

.dark-slider-container .slick-arrow.oos-next,
.dark-slider-container .slick-arrow.oos-prev{
    background-color: #fff;
    color: #000;
}

.initiative-posts-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 15px 0 0;
}

.initiative-posts-container > div {
    width: 50%;
    padding: 0 2% 35px;
}

.programme-container {
    padding: 50px 0;
    background-color: #000;
    width: 100%;
}

.programme-container p,
.programme-container h3,
.programme-container h2,
.programme-container a {
    color: #fff;
}

.programme-container h1,
.programme-container p {
    color: #fff;
}

.programme-container h1 {
    line-height: 1.2;
    width: 100%;
    margin-bottom: 45px;
    font-size: 4em;
}

.text-justify {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.btn-programme {
    padding: 15px 35px;
    min-height: 60px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: transparent;
    margin-left: 10px;
    transition: .2s;
    text-decoration: none;
    font-size:.8em;
    display: flex;align-items: center;justify-content: center;
}

.btn-programme:hover {
   background-color: var(--oos_yellow);
    border-color: var(--oos_yellow);
    color: #000;
    text-decoration: none;
}

.btn-programme-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.btn-programme-circle img {
    height: 16px;
}

.btn-programme-circle:hover {
    background-color: var(--oos_yellow);
    border-color: var(--oos_yellow);
}

.programme-cta-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.programme-view-toggle {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 31px;
    border: 2px solid #fff;
    margin-right: 10px;
}

.programme-view-toggle > div {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 28px;
    color: #fff;
    font-size: .8em;
    transition: .2s;
    z-index: 1;
    cursor: pointer;
}

.programme-view-toggle > div.active {
    background-color: var(--oos_yellow);
    color: #000;
}

.programme-view-toggle > div:first-child {
    /*margin-right: -15px;*/
    z-index: 0;
}

.programme-view-toggle > div:last-child {
    margin-left: -15px;
    z-index: 0;
}

.programme-wrapper {
    padding: 50px 3%;
}

.programme-content {
    padding-top: 10px;
}

.programme-divider {
    background-color: rgba(255,255,255, 0.4);
    height: 1px;
    width: 100%;
}

.programme-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.programme-filter-cta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /*width: 400px;*/
}


.p-circle-cta {
    background-color: #fff;
    min-height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-right: 15px;
    cursor: pointer;
    transition: .2s;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-image: url("../images/sm-hover-bg.png");
    background-size: 120% 120%;
    animation-name:  zoom-bg;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    padding: 5px 15px;
    text-transform: uppercase;
}

.p-circle-cta span {
    max-width: 0;
    transition: .2s;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    color: #fff;
    font-size: .8em;
}

@media all and (min-width: 992px) {
    .p-circle-cta:hover span {
        max-width: 130px;
        padding-left: 15px;
        padding-right: 25px;
    }
}



/*.p-circle-cta:hover,
.cta-btn.p-btn-cta:hover{
    background-color: var(--oos_bright_violet);
}*/

.p-circle-cta img{
    width: 20px;
    position: relative;
    transition: .2s;
}

.p-circle-cta:hover img.toggle-n {
    display: none;
}

.p-circle-cta img.toggle-n {
    display: block;
}

.p-circle-cta img.toggle-h {
    display: none;
}

.p-circle-cta:hover img.toggle-h {
    display: block;
}


.btn-cta.p-btn-cta {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.btn-cta.p-btn-cta:before {
    background-color: #fff;
}

.programme-filter,
.programme-search{
    width: 350px;
    position: fixed;
    height: 100vh;
    overflow: auto;
    background-color: #ffffff;
    right: 0;
    top: 0;
    z-index: 100;
    transition: .5s;
}

.programme-filter.closed,
.programme-search.closed{
    right: -350px;
}

.programme-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 25px 10px;

}

.filter-close {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter-close:before,
.filter-close:after {
    width: 100%;
    height: 1px;
    background-color: #000;
    content: '';
    position: absolute;

}

.filter-close:after {
    transform: rotate(90deg);
}

.filter-radio input[type="radio"] {
    display: none;
}

.filter-radio {
    width: 50%;
}

.filter-radio label {
    background-color: #000;
    padding: 4px 11px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    margin: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    font-weight: 700;
}

.apply-container .btn-cta {
    font-size: 16px;
    font-weight: 700;
}

.filter-radio input[type="radio"]:checked+label {
    background-color: var(--oos_yellow);
    color: #000;
}

.programme-filter-listing {
    padding: 0 25px 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #000;
}

.program-filter-checkbox-listing {
    padding:  0;
    border-bottom: 1px solid #000;
    width: 100%;
}

.program-filter-input-listing {


    border-bottom: 1px solid #000;
}

.program-filter-input-listing input {
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0 25px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.program-filter-checkbox-options {
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}

.program-filter-checkbox-header.open + .program-filter-checkbox-options {
    max-height: 2000px;
}

.program-filter-checkbox-header {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.program-filter-checkbox-header h4 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.filter-checkbox {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

.filter-checkbox label {
    background-color: #fff;
    cursor: pointer;
    color: #000;
    margin: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: .5s;
    padding: 0 25px;
    font-weight: 300;
    font-size: 1em;
}

.filter-checkbox input[type="checkbox"]:checked+label {
    background-color: var(--oos_yellow);
    color: #000;
}

.filter-close.checkbox-close {
    position: absolute;
    right: 25px;
    width: 20px;
    height: 20px;
}

.filter-close.checkbox-close:before,
.filter-close.checkbox-close:after {
    background-color: #fff;
}

.filter-checkbox.is-checked .filter-close.checkbox-close:before,
.filter-checkbox.is-checked .filter-close.checkbox-close:after {
    background-color: #000;
}

.filter-arrow::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    position: relative;
    transform: rotate(-45deg);
    width: 15px;
    top: 8px;
    transition: .5s;
}

.program-filter-checkbox-header.open .filter-arrow::before {
    transform: rotate(135deg);
    top: 0;
}

.checkbox-counter {
    color: #000;
    padding: 0;
    background-color: var(--oos_yellow);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 1em;

}

.program-filter-learning-tool {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.program-filter-learning-tool h4 {
    margin: 0;
    font-size: 1em;
    padding: 0;
}

.filter-toggle-wrapper {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 50px;
}

/* Hide default HTML checkbox */
.filter-toggle-wrapper input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.filter-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;

}

.filter-toggle:before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 40% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/icon-book-white.svg');
    content: '';
    height: 50px;
    width: 50px;
    left: 0;
    bottom: 0;

    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .filter-toggle {

}

input:focus + .filter-toggle {

}

input:checked + .filter-toggle:before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    background-color: var(--oos_black);
    background-image: url('../images/icon-book-yellow.svg');

}

.filter-toggle {

}

.filter-toggle:before {

}

.toggle-filter {
    cursor: pointer;
}

.apply-container {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    padding: 0 25px;
    flex-direction: column;
}

.apply-container p {
    margin-top: 10px;
}

.apply-container .btn-cta{
    border-radius: 0;
    outline: none;
    width: 100%;
    height: 60px;
}

.programme-filter-wrapper {
    height: calc(100vh - 225px);
    overflow: auto;
}

.programme-filter-wrapper.film-catalogue-filter-wrapper {
    border-top: 1px solid #000;
}

.events-slider-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 35px;
    min-height: 200px;
}

.events-slider-container-v2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.events-slider-container .oos-header h2 {
    width: 220px;
}

.events-slider-container-v2 .events-slider-wrapper {
    margin-left: -15px;
}

.events-slider-container-v2 .oos-header-v2 {
    margin-bottom: 20px;
}

.events-slider-container-v2 .oos-header-v2 h2 {
    width: unset;
}


.film-catalogue-content .events-slider-container .oos-header h2 {
    width: 320px;
    height: 120px;
}


.events-slider-wrapper {
    width: calc(100% - 60px);
}

.film-catalogue-content .events-slider-wrapper {
    width: calc(100% - 120px);
}

.programme-wrapper.no-pr {
    padding-right: 0;
}

.events-listing {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;flex-wrap: wrap;
}

.events-listing > div {
    width: 25%;
    padding: 25px;
}

.clear_filters.clear_filters_hidden {
    display: none;
}

.clear_filters {
    cursor: pointer;
    transition: .2s;
}

.clear_filters:hover {
    color: var(--oos_bright_violet);
}

.filter-list-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 40px;
}

.programme-listing-slider .filter-list-wrapper {
    padding-left: 80px;
}


.filter-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.filter-list-wrapper > span {
    margin-right: 30px;
    color: #fff;
    font-weight: 300;
    padding: 5px;
}

.filter-list > div {
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
}

.filter-list > div:hover {
    color: var(--oos_bright_violet);
}

.fi-close {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    bottom: 1.5px;
}

.fi-close:before,
.fi-close:after {
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: '';
    position: absolute;
}

.filter-list > div:hover .fi-close:before,
.filter-list > div:hover .fi-close:after {
    background-color: var(--oos_bright_violet);
}

.fi-close:after {
    transform: rotate(90deg);
}

.page-divider {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
    height: 1px;
    position: relative;
}

.page-divider:after {
    content: '';
    height: 1px;
    background-color: #000;
    width: 100%;
    display: block;
}

.date-picker {
    position: relative;
}
.date-picker-clear {
    position: absolute;
    height: 28px;
    width: 28px;
    top: 16px;
    right: 80px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    cursor: pointer;
}

.date-picker-clear:hover:before,
.date-picker-clear:hover:after {
    background-color: var(--oos_bright_violet);
}

.date-picker-clear:before,
.date-picker-clear:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;position: absolute;
    transition: .2s;

}

.date-picker-clear:after {
    transform: rotate(90deg);
}

.programme-filter .ui-datepicker-inline {
    width: 100%;
    border:none !important;
    border-radius: 0;
}

.programme-filter .ui-datepicker td a,
.programme-filter .ui-datepicker td span{
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: none !important;

}

.programme-filter .ui-datepicker th,
.programme-filter .ui-datepicker td a,
.programme-filter .ui-datepicker td span{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Morl', sans-serif;
}

.programme-filter .ui-datepicker th {
    font-weight: 700;
}

.programme-filter .ui-datepicker td a.ui-state-default.ui-state-active {
    background-color: var(--oos_bright_violet) !important;
    color: #fff !important;
}

.programme-filter .ui-widget-header {
    background-color: #fff;
    border: none;
}

.programme-filter .ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
}



.programme-filter .ui-datepicker-title {
    margin: 0;
    padding-left: 5px;
}

.programme-filter .ui-datepicker-title span {
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Morl', sans-serif;
}

.programme-filter .ui-widget-content .ui-icon {
    display: none;
}

.programme-filter .ui-datepicker-next,
.programme-filter .ui-datepicker-prev{
    border: none !important;
    background-color: #fff !important;
    top: 15px;
}

.programme-filter .ui-datepicker-next:hover::before,
.programme-filter .ui-datepicker-prev:hover::before{
    border-color: var(--oos_bright_violet);
}

.programme-filter .ui-datepicker-next::before,
.programme-filter .ui-datepicker-prev::before{
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    position: relative;
    transform: rotate(45deg);
    width: 15px;
    top: 0;
    transition: .5s;
}

.programme-filter .ui-datepicker-prev::before {
    transform: rotate(-135deg);
}

.programme-filter .ui-datepicker .ui-datepicker-prev {
    left: unset;
    right: 30px;
}

#filter-datepicker {
    border-bottom: 1px solid #000;
}

.programme-filter-wrapper::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 3px;
    background-color: #fff;
}

.programme-filter-wrapper::-webkit-scrollbar
{
    width: 6px;
    background-color: #fff
}

.programme-filter-wrapper::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #000;
    width: 2px;
    border: 1px solid rgba(0, 0, 0, 1);
}

.year-round-event-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.year-round-event-container .event-item {
 width: 50%;
}

.year-round-event-container .event-item .event-info,
.year-round-event-featured .event-item .event-info{
    border-top: 1px solid #000;
    color: #000;
}

.year-round-event-featured {
    margin-bottom: 30px;
}

.mobile-menu {
    display: none;
}

.main-dropdown.homepage {
    display: none !important;
}

@media all and (max-width: 1400px) {
    .events-listing > div {
        width: 33.3%;
    }

}

.programme-circle-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media all and (max-width: 992px) {

    .programme-view-toggle {
        margin-right: 10px;
    }

    .programme-cta-container {
        flex-wrap: wrap;
    }

    .btn-programme,
    .btn-programme-circle{
        margin: 10px 10px 10px 0;
    }

    .main-dropdown.homepage {
        display: flex !important;
    }

    .navbar-wrapper {
        position: fixed !important;
    }
    .logo-wrapper {
        display: none;
    }

    .mobile-menu  {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        padding: 10px;
        flex-wrap: wrap;
        position: relative;
    }

    .mobile-menu:before,
    .mobile-menu:after {
        content: '';
        width: 15px;
        height: 2px;
        margin: 1px 0;
        background-color: #fff;
        transition: .2s;
        transform-origin: center;
    }

/*    .mobile-menu:before {
        margin-bottom: 5px;
    }

    .mobile-menu:after {
        margin-top: 5px;
    }*/

    .open .mobile-menu:before {
        transform: rotate(-45deg);
        position: absolute;
        margin-bottom: 3px;
    }
    .open .mobile-menu:after {
        transform: rotate(45deg);
        position: absolute;
        margin-top: 0;
    }

    .secondary-nav-wrapper {
        padding: 0;
    }

    .secondary-nav-inner {
        width: calc(100% - 35px);

    }

    .secondary-nav {
        width:100%;
        min-height: unset;
        background-color: #fff;
    }

    .secondary-nav > li a,
    .secondary-nav > li span{
        padding: 10px;
        font-size: 8px;
        min-height: 35px;
    }

    .secondary-nav > li {
        flex-grow: 1;
    }

    .secondary-nav > li.icon-link a {
        padding: 10px 5px;
    }

    .main-nav-wrapper {
        display: none;
        margin-top: 0;
    }

    .secondary-nav > li a img,
    .secondary-nav > li  span img{
        height: 10px;
    }

    .open .main-nav-wrapper {
        display: flex;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        overflow: auto;

    }

    .main-nav {
        display: flex;align-items: flex-start;
        justify-content: flex-start;flex-direction: column;
        padding-top: 40px;
        padding-bottom: 20px;
        overflow: auto;
    }

    .main-nav > li {
        width: 100%;
        min-height: unset;
        height: unset;
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }

    .main-nav > li > a,
    .main-nav > li > span{
        margin-bottom: 10px;
        text-align: left;
    }

    .open .main-nav-wrapper ul.submenu {
        position: relative;
        top: unset;
    }

    .main-nav-black .main-nav > li > a, .main-nav-black .main-nav > li > span,
    .main-nav-black .main-nav > li > a, .main-nav-black .main-nav > li > a{
        color: #fff !important;
        width: calc(100% - 140px);
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .main-nav > li > a,
    .main-nav > li > span {
        color: #fff !important;
        width: calc(100% - 140px);
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

/*    .main-nav > li:hover > a,
    .main-nav > li:hover > span,
    .main-nav > li.active > a,
    .main-nav > li.active > span {
        color: var(--oos_bright_violet);
    }*/

    .main-nav > li {

    }

    .sub-menu-trigger {
        display: flex;
    }

    .sub-menu-trigger.open + .submenu {
        display: flex !important;
    }

    .menu-main-menu-container {
        background-image: url('../images/profile-overlay-bg.png');
        background-size: 130% 130%;
        animation-name:  zoom-bg;
        animation-duration: 5s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        background-position: bottom left;
    }

    .main-nav > li.open {
        background-color: #000;
    }

    .main-nav-wrapper ul.submenu {
        background: unset;
    }

    .main-nav ul.submenu > li.current-menu-item {
        background-color: var(--oos_bright_violet);
    }

    .main-nav ul.submenu > li, .submenu > li {
        padding-left: 70px;
    }

    .main-nav-wrapper ul.submenu > li.current-menu-item:after {
        content: '';
        background-image: url('../images/icon-arrow-right-white.png');
        position: absolute;
        right: 20px;
        height: 9px;
        width: 16px;
        background-size: 100% 100%;
    }
}

@media all and (max-width: 1200px) {
    .banner-item h1 {
        font-size: 60px !important;
    }

    .banner-date p {
        font-size: 1.2em;
    }
}

.banner-item {
    min-height: 600px !important;
}

@media all and (max-width: 992px) {

    .page-content > .wp-block-ugb-container:first-child {
        padding-top: 50px !important;
    }

    .page-content > .oos-custom-header-section:first-child {
        padding-top: 100px !important;
    }

    .video-bg-wrapper {
        display: none;
    }



    .banner-item h1 {
        font-size: 40px !important;
    }

    .banner-date p {
        font-size: 1.2em;
    }

    h2 {
        font-size: 40px;
    }
    .footer-content-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .oos-header {
        width: 100%;
        margin-bottom: 25px;
    }

    .oos-header h2 {
        height: unset !important;
        width: 100% !important;
    }

    .cta-link {
        padding-right: 25px;
        line-height: 1.2;
    }

    .oos-header span {
        transform: rotate(0) !important;
        height: auto !important;
        white-space: normal;
    }

    .banner-date {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-date p {
        line-height: 1.2;
    }

    .banner-date p:first-child {
        margin-bottom: 15px;
    }

    .cta-link .fas {
        top: 2px;
    }

    .footer-content {
        padding: 0;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .sm-container {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 0 0 30px;
    }

    .sm-container > a {
        margin: 5px;
        height: 50px;
        width: 50px;
        font-size: .9em;
    }

    .footer-container .connect-section {
        width: 100%;
    }

    .footer-container .support-section {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #000
    }

    .footer-content {
        border:none;
    }

    .oos-header h1, .oos-header h2 {
        text-align: left;
    }

    .footer-text.footer-text-with-sm {
        width: 100%;
    }

    .copyright-container {
        position: relative;
        bottom: unset;
        margin-top: 30px;
    }

    .footer-content-wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

    .news-container {
        flex-direction: column;
        padding: 25px 5%;
    }

    .news-slider-wrapper {
        width: 100%;
        margin: 20px 0;
    }

    .news-slider-wrapper .slick-arrow.oos-prev {
        left: -6%;
    }

    .news-slider-wrapper .slick-arrow.oos-next {
        right: -6%;
    }

    .initiative-posts-container > div {
        width: 100%;
    }

    .timeline {
        flex-wrap: wrap;
        padding: 50px 5%;
    }

    .timeline .oos-header h1 {
        width: 100% !important;
        height: unset !important;
    }

    .timeline-wrapper {
        padding-top: 20px;
    }

    .timeline-item .timeline-content,
    .timeline-item.ti-left .timeline-content{
        width: 100%;
        padding: 75px 0 50px;
    }

    .event-item,
    .year-round-event-container .event-item{
        padding: 20px 0;
        width: 100%;
    }

    .featured-article-container {
        flex-wrap: wrap;
        padding: 60px 5% 30px;
    }

    .featured-article-container > div {
        width: 100%;
        padding: 0;
    }

    .news-update-listing .news-item {
        width: 100%;
        margin: 0 0 35px;
    }

    .featured-article-container, .news-update-listing-wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

    .news-update-nav-wrapper ul li {
        font-size: 1.2em;
        padding: 10px 2%;
    }

    .news-update-nav-wrapper ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news-page {
        padding: 60px 0 0;
    }

    .news-page .news-wrapper{
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
    }

    .news-page .related-articles-container {
        padding-top: 35px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .related-articles {
        padding: 0;
    }
    .news-wrapper > div {
        width: 100%;
        padding: 0 5%;
    }

    .related-articles .news-item {
        width: 100%;
        padding: 0 5%;
        margin-bottom: 50px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        margin-bottom: 30px;
    }

    .initiatives-page .news-wrapper {
        flex-direction: column-reverse;
    }

    .initiatives-page {
        padding-bottom: 30px;
    }
    .initiatives-page +
    .page-divider {
        margin-bottom: 0;
        padding: 0;
    }

    .event-header-wrapper {
        padding: 50px 5%;
    }

    .event-header-wrapper {
        flex-wrap: wrap;
    }

    .event-header-wrapper > div,
    .event-info-container{
        width: 100%;
        flex-wrap: wrap;
    }

    .event-header-wrapper .event-header-info,
    .event-header-wrapper .event-header-image,
    .event-info-container >div:first-child,
    .event-info-container >div:last-child
    {
        width: 100%;
    }

    .event-header-wrapper .event-header-info h1 {
        font-size: 2.5em;
    }

    .event-info-container >div:first-child {
        margin-bottom: 15px;
    }

    .event-content-container {
        flex-direction: column;
    }

    .event-content-container > div {
        width: 100%;
        padding: 35px 0;
    }

    .related-events-wrapper {
        padding: 0 5%;
    }

    .related-events-container {
        flex-wrap: wrap;
    }

    .related-events {
        padding: 0;
    }
    .related-events .event-item {
        width: 100%;
    }

    .programme-container {
        padding: 50px 0;
    }

    .programme-header {
        flex-direction: column;
        justify-content: flex-start;
    }

    .programme-container h1 {
        margin-bottom: 45px;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 2.6em;
    }

    .filter-list-wrapper {
        padding-left: 0;
    }

    .programme-filter-cta {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .programme-filter,
    .programme-search{
        width: 100%;
    }

    .programme-filter.closed,
    .programme-search.closed{
        right: -100%;
    }

    .events-slider-container {
        flex-wrap: wrap;
    }

    .events-slider-container > div {
        width: 100%;
    }

    .events-slider .slick-arrow.oos-prev {
        left: -6%;
    }

    .events-slider .slick-arrow.oos-next {
        right: -6%;
    }

    .programme-wrapper {
        padding: 50px 5% !important;
    }

    .events-listing > div {
        width: 100%;
        padding: 25px 0;
    }



}


.archive-festival-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.archive-festival-container .archive-festival-year {
    width: 33.3%;
    padding: 25px 3% 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-archive {
    padding: 15px 35px;
    min-height: 60px;
    border-radius: 30px;
    border: 1px solid #000;
    background-color: transparent;
    margin-left: 10px;
    transition: .2s;
    text-decoration: none;
    font-size:.8em;
    color: #000;
    display: flex;align-items: center;justify-content: center;
}

.btn-archive:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}

.festival-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    margin-bottom: 35px;
}

.archive-festival-year img.festival-image {
    height: 350px;
    margin: 0 auto;
}

.archive-festival-year h2 {
    margin-bottom: 25px;
    color: #212529;
    text-decoration: none;
    transition: .2s;
}

.archive-festival-year a:hover {
    text-decoration: none;
}

.archive-festival-year a:hover h2  {

    color: var(--oos_bright_violet);
}

/*.archive-festival-year:hover h2 {
    color: var(--oos_bright_violet);
}*/

.archive-festival-year .cta-link  {
    font-weight: 400;
}

.archive-festival-year:hover .cta-link .fas {
    right: -10px;
}

.archive-festival-year .festival-img {
    padding-top: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 35px;
}

@media all and (max-width: 992px) {
    .archive-festival-container .archive-festival-year {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
}

.login-button-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.login-button-wrapper .btn-cta {
    display: inline-flex;
}

.cta-link .login_button {
    padding: 0;
    color: #000;
    font-weight: 400;
}

.cta-link .login_button:hover {
    text-decoration: none !important;
    color: #000;
}

    /* Search */

.secondary-nav-inner {
    position: relative;
}

.search-container.show {
    display: block;
}

.search-container {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 300;
    display: none;
}

.sticky-nav .search-container {
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.search-container form {
    position: relative;
width: 100%;
    height: 100%;
    /*margin: 10px auto;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-container form input {
    width: 100%;
    height: 50px;
    padding: 0 55px;
    display: flex;align-items: center;
    justify-content: flex-start;
    border-radius: 25px;
    border: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    font-size: 1em;
    font-weight: 300;
}

.search-container button {
    box-shadow: none;
    border: none;
/*    height: 15px;
    width: 15px;*/
    outline: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    left: 20px;
    color:  var(--oos_bright_violet);
}

.search-container button img{
    height: 15px;
}

.search.show:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0b348f;
    position: absolute; top: 100%;
    z-index: 4001;
}

.search-close {
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    cursor: pointer;
}

.search-close:before,
.search-close:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
}

.search-close:hover:before,
.search-close:hover:after {
    background-color: var(--oos_bright_violet);
}

.search-close:after {
    transform: rotate(90deg);
}

.autocomplete-suggestions {
    background-color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border:none;
    box-shadow: none;
    max-height: calc(100vh - 202px);
}


.autocomplete-suggestions.search-programme,
.autocomplete-suggestions.search-archive,
.autocomplete-suggestions.search-film-catalogue{
    background-color: #fff;
}

.autocomplete-suggestions > div {
    max-width: 1300px;
    width: 100%;
    padding: 10px 55px;
}

.autocomplete-suggestions.search-programme > div,
.autocomplete-suggestions.search-archive > div,
.autocomplete-suggestions.search-film-catalogue > div{
    padding: 10px 25px;
}

.autocomplete-suggestions > div a {
    color: #fff;
}

.autocomplete-suggestions.search-programme > div a,
.autocomplete-suggestions.search-archive > div a,
.autocomplete-suggestions.search-film-catalogue > div a{
    color: #000;
}

.autocomplete-suggestions > div a:hover {
    color: var(--oos_bright_violet);
}

.search-results {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:  flex-start;
    margin-top: 50px;
}

.search-results > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:  flex-start;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.search-results > div a {
    color: #373737;
}



.search-results > div a:hover {
    color: var(--oos_bright_violet);
}

.search-results > div p {
    margin-top: 15px;
    margin-bottom: 0;
}

.button-margin{
    margin-bottom: 50px;
}

.search-results-container {
    padding: 200px 5% 50px;
}

.search-results-container-header,
.search-results-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.main-page-divider {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 35px 0;
}

.oos-header-newsletter h2{
    transform-origin: top left;
    line-height: 1;
    margin: 0;
    font-weight: 200;
    white-space: pre-line;
    text-align: right;
    overflow: hidden;
    width: 140px;
    height: 300px;
    color: var(--oos_bright_violet);
}

.oos-header-newsletter h2 span{
    display: block;
    transform: rotate(-90deg);
    width: 300px;
    height: 300px;
}

.newsletter-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsletter-wrapper p {
    color: #fff;
}

.newsletter-wrapper .newsletter-body {
    width: calc(100% - 180px);
}

.newsletter-modal .modal-content {
    border-radius: 0;
    padding: 50px;
    position: relative;
    border: none;
    background-color: #000;
}

.newsletter-modal {
    color: #fff;
}

.newsletter-modal .modal-close-trigger {
    background-color: #fff;
}

.newsletter-modal .modal-close-trigger:hover {
    background-color: var(--oos_bright_violet);
}

.newsletter-modal .modal-close-trigger > div:before,
.newsletter-modal .modal-close-trigger > div:after {
    background-color: #000;
}

.modal-header p {
    margin: 0;
}

.newsletter-modal .modal-dialog {
    max-width: 900px;
    overflow: visible;
}

.newsletter-modal .modal-dialog,
.newsletter-modal .modal-content {
    overflow: visible;
}

.newsletter-modal .modal-body {
    padding: 0;
}

.mc-field-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.mc-field-group label {
    text-transform: uppercase;
    margin: 0;
    color: #8c8c8c;
}

.mc-field-group input {
    width: 100%;
    padding: 5px 10px;
    background-color: #1a1a1a;
    color: #fff;
    box-shadow: none;
    border: none;
    outline: none;
}

.mc-field-group input:focus {
    background-color: #fff;
    color: #1a1a1a;
}

.datefield {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.datefield > span {
    width: calc(50% - 15px);
}

.datefield > span:first-child {
    margin-right: 15px;
}

.datefield > span:last-child {
    margin-left: 15px;
}

.newsletter-wrapper-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 140px;
}



.checkbox-wrapper {
    padding: 15px;
    background-color: #1a1a1a;
    width: 100%;
    margin-bottom: 3px;
}

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #101010;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 12px;
    top: 3px;
    width: 12px;
    height: 22px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newsletter-submit-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 0;
}

.newsletter-submit-container p {
    max-width: calc(100% - 150px);
    font-size: 12px;
    padding-right: 5%;
}

.newsletter-submit-container button {
    height: 50px; width: 140px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
    transition: .2s;
    text-transform: uppercase;
    font-size: .8em;
}

.newsletter-submit-container button:hover {
    background-color: var(--oos_bright_violet);
}

.mce_inline_error {
    width: 100%;
    font-size: .8em;
}

.indicates-required {
    margin-bottom: 20px;
}

@media all and (max-width: 992px) {

    .newsletter-modal .modal-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-right: 50px;
    }

    .newsletter-wrapper > div {
        width: 100% !important;
    }

    .newsletter-wrapper-header {
        max-width: calc(100% - 50px);
        margin-bottom: 30px;
    }

    .newsletter-modal .modal-content {
        padding: 15px 5%;
    }

    .oos-header-newsletter h2 {
        width: 100%;
        height: auto;
        text-align: left;
        margin-bottom: 30px;
    }

    .oos-header-newsletter h2 span{
        display: block;
        transform: rotate(0);
        width: auto;
        height: auto;
    }

    .newsletter-submit-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .newsletter-submit-container p {
        max-width: 100%;
    }

    .profile-modal .modal-dialog {
        margin: 0;
    }

    .autocomplete-suggestions.search-site {
        width: 100vw !important;
        left: 0 !important;
        min-height: calc(100vh - 45px);
    }
}

a,
a:hover{
    color: var(--oos_bright_violet);
}

.sm-container > a:hover {
    color: #fff;
}

.ugb-main-block .ugb-inner-block, div[class^=wp-block-ugb-] {
    max-width:1300px !important;
    width: 100%;
}

.ugb-count-up.ugb-countup--v4 .ugb-countup__counter {
    font-weight: 200;
    font-size: 60px !important;
    font-family: 'Morl', sans-serif !important;
}

.cta-block-wrapper h2 {
    white-space:pre-line;
}

.ugb-container.ugb-container--v2 .ugb-main-block.alignfull.wp-block-ugb-count-up {
    width: 100% !important;
    padding: 0;
}

.ugb-container.ugb-container--v2 .ugb-main-block.alignfull.wp-block-ugb-count-up .ugb-inner-block {
    padding: 0;
}



h4,h5 {
    padding-top: 15px;
}

ul {
    padding-left: 15px;
}

hr {
    margin-top: 2em;
}
/*
elevent-extra-button-widget {
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.elevent-modal-box {
	border-radius: 0;
}

#elevent-cart-success-modal .elevent-bg-success {
	padding: 10px;
	text-transform: uppercase;
	background-color: #00c9bd !important;

}

#elevent-cart-success-modal .elevent-bg-success  p {
	font-weight: 400;
	color: #fff !important;
	font-size: 1.3em;
}*/

elevent-pass-button-widget .btn-cta {
    margin-bottom: 15px;
}

.book-a-presentation {
    max-width: 600px;
}

.book-a-presentation > div {
    width: 100%;
    margin-bottom: 20px;
}

.book-a-presentation > div label {
    font-size: 1.5em;
    font-weight: 700;
}

.book-a-presentation > div input,.book-a-presentation > div textarea {
    padding: 5px 10px;
    width: 100%;
    resize: none;
}


.book-a-presentation > div select {
    padding: 5px 10px;
    width: 100%;
}

.book-a-presentation > div input[type=checkbox] {
    width: 30px;
    height: 30px
}

.wpcf7-checkbox label {
    display: flex;
    align-items: center;
}

.wpcf7-checkbox label span {
    margin-left: 20px;
}


.book-a-presentation > div .wpcf7-checkbox label {
    font-size: 1.2em;
    font-weight: 400;
}

.wpcf7-checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column
}

.wpcf7-checkbox > span {
    margin-left: 0;
}

@media all and (max-width: 992px) {
    .mobile-menu {
        width: 55px;
        height: 45px;
    }

    .mobile-menu:before, .mobile-menu:after {
        width:25px;
    }

    .secondary-nav > li a, .secondary-nav > li span {
        padding: 10px 2px;
        font-size: 14px;
        min-height:45px;
    }

    .secondary-nav > li a img, .secondary-nav > li span img {
        height: 15px;
    }

    .acc-body > p:last-child {
        margin-bottom: 25px;
    }

    .initiative-item {
        padding: 20px 0;
    }

    .initiative-posts-container > div {
        padding: 0 0 35px;
    }

    .oos-custom-header-section {
        padding: 75px 5%;
    }

    .wp-block-spacer.mobile-spacer {
        height: 15px !important;
    }

    .cta-block-link-wrapper {
        margin-bottom: 20px;margin-top: 10px;
    }

    .wp-block-ugb-count-up .ugb-inner-block {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline-arrow {
        display: none;
    }

    .wp-block-columns.no-spacing-col
    {
        margin-bottom: 0;
    }

    .wp-block-columns.no-spacing-col .wp-block-column {
        padding: 0;
        margin-bottom: 0;
    }

    .news-container .max-width-container {
        flex-direction: column;
    }

    .news-container.dark-slider-container {
        padding: 50px 5%;
    }

    .initiative-posts > div {
        width: 100%;
        margin-bottom: 0;
    }

    .news-item {
        border: none;
        padding: 0;
    }

    .slick-arrow {
        opacity: .25;
    }

    .film-catalogue-content .events-slider-wrapper {
        width: 100%;
    }
}

@media all and (max-width:500px) {
    .mobile-menu {
        width: 55px;
        height: 45px;
    }

    .mobile-menu:before, .mobile-menu:after {
        width:25px;
    }

    .secondary-nav > li a, .secondary-nav > li span {
        padding: 10px 2px;
        font-size: 12px;
        min-height:45px;
    }

    .secondary-nav > li a img, .secondary-nav > li span img {
        height: 13px;
    }


}

.ois-profile-divider{
    margin: 50px 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

#wpmem_login .div_text, #wpmem_reg .div_checkbox, #wpmem_reg .div_date, #wpmem_reg .div_file, #wpmem_reg .div_image, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_number, #wpmem_reg .div_radio, #wpmem_reg .div_select, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_url,
#wpmem_login .button_div, #wpmem_reg .button_div,
.wpmem_msg{
    width: 100% !important;
}

#wpmem_login legend, #wpmem_reg legend {
    margin-bottom: 40px !important;
}

.page-not-found-wrapper > div {
    max-width: 1300px;
    margin: 0 auto;

}

.page-not-found-wrapper.page-not-found-header-wrapper {
    padding-top: 200px;
    background-color: #000;
}

.page-not-found-wrapper.page-not-found-header-wrapper > div h1 {
    color: #fff;
}

.page-not-found-wrapper > div {
    padding: 50px 3%;
}

.page-not-found-body > div {
    margin-bottom: 35px;
}

.loader {
    background: url('../images/search-spinner.gif');
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position:  95% center;
}

.search-autocomplete.loader {
    background-position:  92% center;
}

.hsds-beacon .sc-crzoAE {
    right: 40px !important;
    bottom: 40px !important;
}


/* NOTICE CONTAINER */

.notice-container {
    width: 100%;
    z-index: 5;
    position: fixed;
    bottom: -100%;
    left: 0;
    background-image:-webkit-linear-gradient(left,#000 0%, #000 50%, transparent 90% );
    display: block;
    padding: 0 10%;
    transition: 1s;
}

.notice-container.show {
    bottom: 0;
}

.notice-container > div {
    max-width: 1500px;
    min-height: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 25px;
    background-color: #000000;
    position: relative;
}

.notice-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.notice-wrapper .notice-content{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.notice-wrapper .notice-content > div:first-child {
    width: 30%;
}

.notice-wrapper .notice-content > div:last-child {
    width: 70%;
}

.notice-wrapper .notice-content h1 {
    font-weight: 200;
    color: var(--oos_bright_violet);
}


.notice-container > div p,
.notice-container > div h5{
    color: #fff;
    font-size: 1em;
    width: 90%;
}

.notice-container > div a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

.notice-container > div a:hover {
    text-decoration: none;
    color: #fff;
}

.notice-container .close-trigger {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    transform: rotate(45deg);
    cursor: pointer;
}

.close-trigger-wrapper {
    position: absolute;
    right: -25px;
    top: 10px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    transition: .2s;
}

.notice-container .close-trigger > div {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #000000;
    transition: .2s;
}

.close-trigger-wrapper:hover {
    background-color: var(--oos_bright_violet);
}
.close-trigger-wrapper:hover .close-trigger > div {
    background-color: #ffffff;
}

.notice-container .close-trigger > div:first-child {
    transform: rotate(90deg);
}

@media all and (max-width: 992px) {

    .notice-wrapper .notice-content > div:first-child {
        width: 100%;
    }

    .notice-wrapper .notice-content > div:last-child {
        width: 100%;
    }
}

.bo-header h2 {
/*    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 140px;*/
    padding: 30px 8% 0;
    max-width: calc(100% - 120px);
}

/*
.textFitted {
    white-space: pre-line;
}*/
.slabtexted .slabtext
{
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap;
}
.slabtextinactive .slabtext
{
    display: inline;
    white-space: normal;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    word-spacing: inherit !important;
    *letter-spacing: normal !important;
    *word-spacing: normal !important;
}
.slabtextdone .slabtext
{
    display: inline-block;
}

.event-tab-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.e-tab-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.e-tab-nav-item {
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #000;
}

.e-tab-nav-item h4 {
    margin-bottom: 0;
    padding-top: 0;
}

.e-tab-nav-item.active {

    background-color: #000;
}

.ticket-modal .e-tab-nav-item {
    /*margin-right: 10px;*/
    background-color: #fff;

}

.ticket-modal .e-tab-nav-item.active {

    background-color: #000;
}

.ticket-modal .e-tab-nav-item h4 {
    color: #000;
}

.e-tab-nav-item.active h4 {
    color: #fff;
}

.e-tab-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.e-tab-content-item {
    width: 100%;
    padding: 25px 0;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.e-tab-content-item.active {
    display: flex;
}

.vqff-date-container p {
    margin-bottom: 0;
}

.ticket-membership-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ticket-modal .tick-headers {
    font-size: 1.5em;
}

.password-protected-wrapper {
    padding-top: 150px;
}

.password-protected-wrapper > div {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
}

.pw-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pw-input-wrapper > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
}

.pw-input-wrapper > div label {
    margin: 0;
}

.pw-input-wrapper > div input {
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: none;
    outline: none;
}

.pw-input-wrapper button {
    color: #fff;
}

.event-header-wrapper > div.event-header-additional-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    bottom: 0;
    left: 0;
    max-width: unset;
    background-color: rgba(0,0,0,.4);
}

.event-header-additional-info-wrapper {
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#press_listing {
    position: absolute;
    top: -100px;
    visibility: hidden;
}

.event-header-additional-info .ehai-premiere {
    width: 33.3%;
    padding: 35px 3%;
}

.event-header-additional-info .ehai-content {
    padding: 35px 3%;
    width: 66.6%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
}

.event-header-additional-info p {
    color: #fff;
    margin-bottom: 0;
}

.einfo-header {
    margin-bottom: 0;
}

.ehai-item {
    flex: 1;
    padding: 5px;
}

.einfo-header {
    font-weight: 700;
}

.ehai-premiere p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.2;
    max-width: 250px;
}

.ehai-premiere.ehai-grade p {
    text-transform: capitalize;
    color: var(--oos_bright_violet);
    line-height: 1.4;
}

.ehai-premiere.ehai-grade p.einfo-header {
    color: var(--oos_white);
}

.event-artist-bio-container {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.event-artist-bio {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.event-artist-bio-profile {
    width: 200px;
    height: 200px;
    background-position: center;
    background-color: #ccc;
    background-size: cover;
}

.event-artist-bio-content {
    width: calc(100% - 200px);
    padding: 0 15px 0 25px;
}

.event-artist-bio {
    margin-bottom: 25px;
}

h5.event-artist-bio-header {
    margin-bottom: 30px;
    padding-top: 0;
    font-weight: 700;
}

.event-artist-bio h5 {
    padding-top: 0;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
}

.event-credits-container {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

h5.event-credits-header {
    margin-bottom: 30px;
    padding-top: 0;
    font-weight: 700;
}

h5.event-partners-header {
    font-weight: 700;
    padding-top: 0;
}

.event-credits-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.event-credits-content > div {
    width: 50%;
}

.event-credit-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.event-credit-item > div {
    width: 50%;
}

.event-credit-item-role {
    font-weight: 700;
}

.ai-container-header {
    border-top: 4px solid #000;
    padding-top: 20px;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.1;
}

.ai-container.ai-icons p {
    width: 100%;

}

.ai-container.ai-icons ul {

}

.event-shorts-content-container .ai-container-header {
    border-top: 1px solid #000;
    margin-top: 20px;
    font-size: 1em;
    margin-bottom: 0 !important;
}

.event-shorts-content-container .ai-container {
    margin-bottom: 0 !important;
}
.event-shorts-content-container .ai-container p {
    margin-bottom: 0;
}

.ai-event-runtime {
    font-weight: 400;
    font-size: .9em;
}

.event-content-information .ai-container:first-child {
    border-top: none;
    padding-top: 0;
}

.shorts-info-title {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}


.shorts-info-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.program-event-premiere {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 25px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.shorts-info-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.shorts-info-content > div {
    width: 50%;
    margin-bottom: 10px;
    line-height: 1.1;
    padding-right: 25px;
}
.shorts-info-content > div span {
    font-weight: 700;
    line-height: 1.1;
}

.event-content-description .program-event {
    border-top: none;
    margin-top: 0;
}

.event-content-header {
    width: calc(100% - 6%);
    border-top: 4px solid #000;
    margin: 0 auto;
}

.event-content-header span {
    margin-top: 15px;
    font-weight: 700;
    display: block;
}

.post-screening-qa-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 50px 3%;
}

.post-screening-qa-item {
    width: 33.3%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 25px;
    margin-bottom: 20px;
}

.post-screening-qa-profile {
    width: 220px;
    height: 220px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
}

.post-screening-qa-content {
    width: 100%;
    padding: 25px 0;
}

.post-screening-qa-item h5 {
    padding: 0;
    margin: 0;
    line-height: 1.1;
    font-weight: 700;
}

.selling-fast-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: var(--oos_black);
    background-color: var(--oos_yellow);
    font-weight: 700;
}

.artist-select.news-select .select-selected:before {
    content: 'CATEGORY';
}

.mobile-event-image {
    display: none;
}
.mobile-content-show {
    display: none;
}

.event-content-description .wp-video {
    margin-bottom: 50px;
}

.ai-container.ai-container-header,
.partner-container .event-partners-header{
    margin-bottom: 10px;
    line-height: 1.1;
}

.news-filter-section {
    width: 33.3%;
    padding: 25px;
}

.news-filter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}

.news-filter .press-filter-header {
    margin-bottom: 0;
}



@media all and (min-width: 992px) {
    .desktop-hidden {
        display: none;
    }
}

@media all and (max-width: 992px) {

    .mobile-hidden {
        display: none;
    }

    .mobile-content-show {
        display: block;
        margin-top: 25px;
    }

    .mobile-content-show > div:first-child {
        border-top: none;
    }

    .event-header-additional-info .ehai-premiere,
    .event-header-additional-info .ehai-content{
        width: 100%;
    }

    .event-header-wrapper .event-header-info,
    .event-header-wrapper .event-header-image{
        padding: 55px 25px;
    }

    .event-header-wrapper {
        padding: 50px 0 0;
    }

    .event-header-wrapper > div.event-header-additional-info {
        position: relative !important;

    }

    .event-content-container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .ehai-premiere p {
        font-size: 1em;
    }

    .event-header-additional-info-wrapper {
        flex-wrap: wrap;
    }

    .event-header-additional-info .ehai-content {
        flex-wrap: wrap;
        padding: 35px 5%;
    }

    .event-content-header {
    width: calc(100% - 10%);
    }

    .event-header-additional-info .ehai-premiere {
        padding: 35px 5% 0;
    }

    .event-content-container.event-shorts-content-container {
        flex-direction: column;
    }

    .event-content-container.event-shorts-content-container .event-content-information {
        padding-bottom: 0;
    }

    .event-content-container.event-shorts-content-container .event-content-description {
        padding-top: 0;
    }

    .event-shorts-content-container .program-event {
        padding-top: 10px;
    }

    .program-additional-images-container > img {
        width: 100%;
    }

    .ehai-item {
        width: 50%;
        flex: unset;
        padding: 0 15px 15px 0;
    }

    .event-artist-bio-profile,
    .post-screening-qa-profile{
        padding-top: 100%;
        width: 100%;
        margin-bottom: 25px;
    }

    .event-artist-bio-content,
    .post-screening-qa-content{
        width: 100%;
        padding: 0;
    }

    .post-screening-qa-container {
        padding: 0 !important;
    }

    .event-credit-item > div {
        width: 100%;
    }


    .mobile-info-slider {
        margin-top: 40px;
    }
    .mobile-info-slider .slick-list {
        min-width: 100%;
        padding:0 10% 0 0;
        overflow: visible;
        clip-path: inset( -100vw -100vw -100vw 0 );
    }

    .mobile-info-slider .slick-slide {
        padding-right: 35px;
        opacity: .5;
        transition: opacity 1s;
    }

    .mobile-info-slider .slick-slide.slick-active {
        opacity: 1;
    }

    .mobile-info-slider .slick-arrow.oos-next {
        top: -70px;
        height: 50px;
        width: 50px;
    }

    .mobile-info-slider .slick-arrow.oos-prev {
        left: unset;
        top: -70px;
        right: 60px;
        height: 50px;
        width: 50px;
    }

    .mobile-event-image {
        display: block;
        width: 100%;
        margin: 35px 0;
    }

    .event-credits-content > div {
        width: 100%;
    }

    .news-filter{
        margin-top: 0;
    }

    .news-filter-section {
        width: 100%;
        padding: 15px 0;
    }

    .press-listing-filter {
        width: 100%;
    }

    .events-slider-v2 .slick-slide {
        padding-left: 20px;
        padding-right: 5px;
    }

    .events-slider-v2 .slick-arrow.oos-next {
        right: -25px;
        top: 15%;
    }

    .events-slider-v2 .slick-arrow.oos-prev {
        left: 5px;
        top: 15%;
    }

}