﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.headerFooterList {
    text-align: right;
    margin-top: 30px;
    font-size: 10px;
    list-style-type: none;
    /*padding-right:10px;*/
}

@media(min-width:316px) {

    .headerFooterList {
        font-size: 11px;
       
    }
}

@media(min-width:376px) {

    .headerFooterList {
        font-size: 15px;
       
    }
}

    .floatLeft50Percent {
        float: left;
        width: 50%;
    }

    @media(max-width:640px) {

        .floatLeft50Percent {
            float: none;
            width: 80%;
            margin-top: 10px;
        }
    }


    .riverFestivalProgrammeComingSoon {
        background-color: #000;
        font-size: 150%;
        color: #ffffff;
        padding: 10px;
        line-height: 2.4;
        box-shadow: 5px 10px #888888;
    }

    h1 {
        font-size: 2.5em
    }

    h2 {
        font-size: 2em
    }

    @media (max-width: 480px) {

        .container {
            min-width: 280px;
        }
    }
    /*  Start Breaking News styles */

    #breaking {
        font-size: 25px;
        font-weight: bold;
        padding: 5px;
        background: red;
        /* background: #0078C9; */
        color: #000;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: block;
    }

    #breaking,
    #newsTicker {
        border: 1px solid #000;
    }

    #newsTicker {
        position: fixed;
        width: 100%;
        background-color: #fff;
        color: #000;
        box-shadow: 0px 0px 8px 2px #000000;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 998;
        bottom: 0;
    }


    .story {
        margin-right: 20px;
    }

    #newsTicker p {
        margin: 0;
        display: inline-block;
        font-size: 25px;
        padding-left: 100%;
        animation: tickerTape 15s linear infinite;
    }

    @keyframes tickerTape {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-100%, 0);
        }
    }

    /* End Breaking News styles */


    /*  Festival Circle list styles */

    ul.BRFnumbered-list {
        counter-reset: li;
        list-style-type: none;
        font-size: 115%;
        line-height: 1.2em;
        padding-left: 10px;
    }

        ul.BRFnumbered-list li {
            position: relative;
            padding: 5px 0 20px 30px;
            margin-bottom: 3vh;
            border-bottom: 1px dotted #0078C9;
        }

            ul.BRFnumbered-list li:before {
                content: counter(li);
                counter-increment: li;
                height: 22px;
                width: 22px;
                border: 1px solid #4a4a4a;
                border-radius: 50%;
                color: #ffffff;
                text-align: center;
                position: absolute;
                left: 0;
                top: 4px;
                /*background-color: #662964; */
                background-color: #0078C9;
            }

    /*  End Circle List styles */


    /*  Styling Wave SVG Background */

    #wavesvg {
        margin-bottom: -3.5%;
        margin-top: -20px;
    }


    /*  IE10+ Correction for Wave SVG*/

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        #wavesvg {
            display: none;
        }
    }




    /*  Update Universal Navbar to make Festival Menu prominent */

    .navbar.navbar-inverse.navbar-static-top, .navbar.navbar-top.navbar-static-top {
        position: absolute;
        /* opacity: 0.90;*/
    }





    /*****  Corect Council Services Menu Overlay for iPads to ensure it is displayed as on other divices ***/

    @media (max-width: 992px) and (min-width: 768px) {
        .navbar-inverse .navbar-nav > .open > a[title="Council Services"] + .dropdown-menu, .navbar-inverse .navbar-nav > .show > a[title="Council Services"] + .dropdown-menu {
            width: calc(200% + 200%) !important;
            margin-left: -280% !important;
        }
    }


    @media (max-width: 480px) {
        body {
            padding-top: 125px;
        }
    }

    @media (min-width: 481px) and (max-width: 992px) {
        .navbar.navbar-inverse.navbar-static-top {
            top: 80px;
        }
    }

    @media (max-width: 736px) and (min-width: 414px) and (orientation : portrait) {

        .LandingBanner {
            /*   margin-top: -5% !Important;*/
        }
    }


    /*@media (max-width: 480px) {
    li.search + li.weblink, li.search + li.weblink + li.weblink {
        width: 43%;
    }
}*/
    @media (max-width: 350px) {
        li.search + li.weblink, li.search + li.weblink + li.weblink {
            /*width: 43%;*/
            width: 38%;
        }
    }

    @media (max-width: 313px) {
        li.search + li.weblink, li.search + li.weblink + li.weblink {
            width: 38%;
        }
    }


    /******* Start Festival Menu fixed navbar ********/

    @keyframes BRFMenuBtnAnimation {
        0% {
            transform: rotate(xx);
            opacity: 0.1;
        }

        50% {
            transform: rotate(xx);
            opacity: 0.3;
        }

        100% {
            opacity: 1;
        }
    }



    #FestivalNavBar {
        width: 100%;
        height: 60px;
        background-color: rgba(0,0,0,.7);
        /*background-color: #0078C9;*/
        /*opacity: 0.7;*/
        /* position:absolute;*/
        display: block;
        z-index: 999999;
        border-top: 2px solid #0078C9;
        animation: BRFMenuBtnAnimation 2s 1 0s ease-in-out;
    }



    .FestivalNavBarsticky {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgba(200,200,200,.9);
    }

        .FestivalNavBarsticky + .container {
            padding-top: 160px;
        }


    /* Correcting nav bar on mobiles */

    /*PW Added - 17/08/2021 */
    @media (max-width: 767px) {
        .navbar-top div.search .searchbtn {
            position: absolute;
            /*  background-color: red;*/
            top: -70px;
        }

        #nav, .navbar-top div.search {
            position: absolute;
        }
    }


    @media (max-width: 991px) and (min-width: 768px) {

        .navbar.navbar-inverse.navbar-static-top > .container {
            max-width: none;
        }
    }


    /*PW END - 17/08/2021 */

    @media (max-width: 480px) {
        #nav {
            position: absolute;
        }
    }

    /*PW Removed - 17/08/2021 */
    /* @media (max-width: 767px) and (min-width: 481px) {
    #nav, .navbar-top div.search {
        position: absolute;
    }
} */
    /*PW END - 17/08/2021 */


    @media (max-width: 359px) {
        /*Fix for the Countdown overides classes in dscountdown2.css*/
        .ds-red .ds-element-value {
            font-size: 1em;
        }
    }




    /*  Start Stage Programme styles */

    .stageschedule {
        display: inline-block;
        width: 100%;
        min-height: 100px;
        height: auto;
        padding-bottom: 20px;
        clear: both;
    }

    .cf:before,
    .cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    /*Zurb Grid*/
    /*
Some basic resets, fixes and useful styles
*/
    *,
    *:before,
    *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*img,*/
    object,
    embed {
        max-width: 100%;
        height: auto;
    }

    object,
    embed {
        height: 100%;
    }

    img {
        -ms-interpolation-mode: bicubic;
    }

    .clearfix {
        *zoom: 1;
    }

        .clearfix:before, .clearfix:after {
            content: " ";
            display: table;
        }

        .clearfix:after {
            clear: both;
        }

    .hide {
        display: none;
    }

    img {
        display: inline-block;
        vertical-align: middle;
    }

    .box {
        background: #ccc;
        height: 45px;
    }

    ul.main {
        list-style: none;
        margin: 10px auto;
    }

    h3 {
       /* padding: 0;
        margin: 0;*/
    }

    .date {
        width: 17%;
        padding: 10% 1% 0 0;
        float: left;
        margin-right: 10px;
        text-decoration: none;
    }

        .date h3 {
            font-size: 1.4em;
        }

        .date p {
            font-size: .8em;
        }

    .events {
        float: left;
        width: 80%;
        border-left: 1px solid #0078C9;
        margin-top: 10%;
        padding-top: 3%;
    }

    .events-detail {
        max-width: 550px;
    }

        .events-detail li {
            padding: 10px;
            border-bottom: 1px dashed #0078C9;
            line-height: 22px;
            transition: ease .4s all;
        }

            .events-detail li:hover {
                background: #e9e9e9;
            }

    .event-time {
        font-weight: 900;
        display: block;
    }

    .events-detail li a {
        text-decoration: none;
        font-weight: 400;
        color: #4a4a4a;
        display: block;
    }

        .events-detail li a:hover {
            text-decoration: underline;
        }

        .events-detail li a:after {
            content: "";
            font-family: fontawesome;
            margin-left: 5px;
            color: #c783c8;
            position: absolute;
        }

        .events-detail li a:hover:after {
            color: #955592;
        }

    .event-location {
        font-size: .8em;
        color: tomato;
    }
    /*@media all and (max-width: 641px) {*/
    @media all and (max-width: 1200px) {
        .date {
            width: 100%;
            border-bottom: 1px solid #ccc;
            margin-bottom: 10px;
        }

        .events {
            /*border: none;*/
            width: 100%;
            margin-top: 0;
        }

        .events-detail {
            /*padding: 0;*/
        }

        li.date p {
            margin: 0;
        }
    }

    @media all and (max-width: 600px) {

        .events {
            border: none;
        }

        .events-detail {
            padding: 0;
        }
    }


    /*  End Stage Programme styles */







    /*  Correct Navbar for Mobiles */


    .navbar-inverse .navbar-nav > .dropdown > a, .navbar-inverse .navbar-nav > .dropdown > a:focus, .navbar-inverse .navbar-nav > .dropdown > a:hover {
        font-size: 0.8em;
    }


    /* Landing Banner styles */

    .LandingBanner {
        font-size: 100%;
        width: 100%;
        min-height: 95vh;
        background-color: #662964;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;
        border-top: 0px solid #bbbbbb;
        background-image: url('../Images/Banners/FunfairBanner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        /* background-attachment: fixed; */
        background-position: center;
    }

    @media only screen and (orientation: landscape) {

        .LandingBanner {
            min-height: 120vh; /*ensures the teaser does not push the chevron down leaving whitespace between the image and the chevron*/
        }
    }

    /*  @media only screen and (max-width: 400px) {

        .LandingBanner {
            margin-top: -3vh;
        }
    }
*/

    /*  Start New scrolling Logo Styles  */


    .logoslider {
        box-shadow: rgba(0, 0, 0, 0.125) 0px 10px 20px -5px;
        height: 120px;
        position: relative;
        background: white;
        margin: auto;
        overflow: hidden;
    }

        .logoslider::before, .logoslider::after {
            background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
            content: "";
            height: 100px;
            position: absolute;
            /* width: 100px; */
            width: 50px;
            z-index: 2;
        }

        .logoslider::after {
            right: 0;
            top: 0;
            -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
        }

        .logoslider::before {
            left: 0;
            top: 0;
        }


        .logoslider .logoslide-track {
            display: flex;
            /*width: 2500px; */
            width: 4000px;
            /*animation: 40s linear 0s infinite normal none running scroll;*/
        }


        .logoslider .clientlogo {
            height: 100px;
            width: 250px;
        }

    .originalDiv {
        width: 100px;
        height: 100px;
        background: red;
        position: relative;
        -webkit-animation: mymove 15s; /* Safari 4.0 - 8.0 */
        -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
        animation: mymove 15s linear infinite reverse;
        animation-play-state: running;
    }

    .clientlogo {
        width: 250px;
        height: 100px;
        line-height: 100px;
        /*background: red;*/
        /*margin-right: 8%; */
        margin-right: 0.8%;
        position: relative;
        -webkit-animation: mymove 20s; /* Safari 4.0 - 8.0 */
        -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
        animation: mymove 20s linear infinite alternate;
        animation-play-state: running;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes mymove {
        from {
            left: 250px;
        }

        to {
            left: -1300px;
        }
    }

    /*@keyframes mymove {
        from {
            left: 250px;
        }

        to {
            left: -1300px;
        }
    }*/

@keyframes mymove {
    from {
        left: 250px;
    }

    to {
        left: -3500px; 
    }
}


    /*  END New scrolling Logo Styles  */











    /** Initial slider Scroll styles **/

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
        }
    }

    @keyframes scroll {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
        }
    }



    .slider {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        /* width: 960px;*/
        width: 100%;
    }

        .slider::before, .slider::after {
            background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
            content: "";
            height: 100px;
            position: absolute;
            /* width: 200px; */
            width: 50px;
            z-index: 2;
        }

        .slider::after {
            right: 0;
            top: 0;
            -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
        }

        .slider::before {
            left: 0;
            top: 0;
        }

        .slider .slide-track {
            -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
            display: flex;
            /* width: 2500px; */
            width: 4000px;
        }

        .slider .slide {
            height: 100px;
            width: 250px;
        }







    /** HS End styles for sponsor logos area */










    /*  Extend caption so that text displays correctly on Samsung */

    @media (max-width: 480px) {
        #newsCarousel .carousel-caption {
            bottom: 30px;
        }
    }





    /*  Responsive declaration  */

    .responsive {
        width: 100%;
        height: auto;
    }



    /** Start River Festival logo Homepage styles  */

    .BRFhomeLogoWrapper {
        width: 50%;
        /*height: 100%;*/
        Position: absolute;
        top: 20%;
        Margin-left: 25%;
        Margin-right: 25%;
        /* border: red solid 1px;*/
    }

    .BRFhomeLogo {
        max-width: 320px;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        Margin-top: 4%;
        Margin-bottom: 2%;
        display: block;
        /* z-index: 20; hidden to ensure logo is behind menu overlay */
        padding-top: 1%;
    }

    /*Testing */
    /*.carousel-indicators, .carousel-inner, .carousel-caption {
    border: solid 1px purple;
    
}*/

    #newsCarousel .carousel-indicators {
        bottom: 27%;
    }

    @media (min-width: 641px) and (max-width: 767px) {
        #newsCarousel .carousel-indicators {
            bottom: 30%;
        }

        .BRFhomeLogo {
            top: 20%;
        }
    }


    @media (min-width: 481px) and (max-width: 640px) {
        #newsCarousel .carousel-indicators {
            bottom: 50%;
        }
    }

    /*  IE10+ Correction */ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .BRFhomeLogoWrapper {
            width: 50%;
        }

        .BRFhomeLogo {
            Margin-top: 20px;
            max-width: 52vh;
        }

        .number-circle-list--primary-color .number-circle-list--list-item:before {
            background-color: #662964;
            color: #662964;
        }
    }

    @media screen and (min-width: 1366px) and (max-width: 1390px) {

        .BRFhomeLogoWrapper {
            top: 15%;
        }

        .BRFhomeLogo {
            max-width: 320px;
            padding-top: 10px;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1365px) {

        .BRFhomeLogoWrapper {
            top: 10%;
        }

        .BRFhomeLogo {
            max-width: 320px;
            padding-top: 10px;
        }
    }

    @media screen and (min-width: 1024px) and (max-height: 800px) {

        .BRFhomeLogoWrapper {
            /* top: 145px;*/
            top: 120px;
        }

        .BRFhomeLogo {
            max-width: 320px;
            padding-top: 10px;
        }
    }

    @media screen and (min-width: 823px) and (max-width: 1023px) {

        .BRFhomeLogoWrapper {
            top: 30%;
        }

        .BRFhomeLogo {
            width: 60%;
        }
    }

    @media screen and (min-width: 771px) and (max-width: 822px) {

        .BRFhomeLogoWrapper {
            top: 10vh;
        }

        .BRFhomeLogo {
            max-width: 320px;
            top: -10px;
        }
    }

    @media screen and (min-width: 731px) and (max-width: 767px) {

        .BRFhomeLogoWrapper {
            top: 40%;
        }

        .BRFhomeLogo {
            width: 65%;
            max-width: 320px;
            padding-top: 6%;
        }
    }

    @media screen and (min-width: 720px) and (max-width: 730px) {

        .BRFhomeLogoWrapper {
            top: 20%;
        }

        .BRFhomeLogo {
            width: 65%;
            max-width: 320px;
            padding-top: 6%;
        }
    }

    @media screen and (min-width: 540px) and (max-width: 719px) {

        .BRFhomeLogoWrapper {
            top: 20%;
        }

        .BRFhomeLogo {
            width: 65%;
            max-width: 320px;
            padding-top: 6%;
        }
    }

    @media screen and (min-width: 452px) and (max-width: 539px) {

        .BRFhomeLogoWrapper {
            top: 30%;
        }

        .BRFhomeLogo {
            width: 65%;
            max-width: 320px;
            padding-top: 6%;
        }
    }


    @media screen and (min-width: 768px) and (max-width: 770px) {

        .BRFhomeLogoWrapper {
            top: 20%;
        }

        .BRFhomeLogo {
            width: 65%;
            max-width: 320px;
            padding-top: 6%;
        }
    }




    @media only screen and (max-width: 800px) {

        .carousel {
            position: relative;
            min-height: 52vh;
            /* border: 1px solid yellow;*/
        }

        #newsCarousel .carousel-inner .item img {
            display: block;
            max-width: 100%;
            height: auto;
            min-height: 40vh;
        }

        #newsCarousel .carousel-inner {
            min-height: 50vh;
        }

        .BRFhomeLogo {
            padding-top: 1vh;
            max-width: 40vh;
        }
    }

    @media only screen and (max-width: 320px) {

        .BRFhomeLogoWrapper {
            top: 25%;
        }

        .BRFhomeLogo {
        }
    }

    @media screen and ( max-height: 400px ) {

        .BRFhomeLogoWrapper {
            top: 35%;
        }

        .BRFhomeLogo {
            max-width: 40vh;
            padding-top: 1px;
        }
    }

    @media screen and ( max-height: 325px ) {

        .BRFhomeLogoWrapper {
            top: 40%;
        }

        .BRFhomeLogo {
            max-width: 40vh;
            padding-top: 1px;
        }
    }

    /*iphone 4 Portrait*/
    /*@media screen and ( min-height: 480px ) and (max-width: 320px) {

    .BRFhomeLogoWrapper {
        top: 24.5%;
    }

    .BRFhomeLogo {
        max-width: 40vh;
        padding-top: 1px;
    }

    #newsCarousel .carousel-indicators {
        bottom: 70px;
    }
}*/

    /*iphone 4 Landscape*/
    /*@media screen and ( min-height: 320px ) and (max-width: 480px) {

    .BRFhomeLogoWrapper {
        top: 42%;
    }

    .BRFhomeLogo {
        max-width: 40vh;
        padding-top: 1px;
    }

    #newsCarousel .carousel-indicators {
        bottom: 70px;
    }
}


@media screen and ( min-height: 1280px ) {

    .BRFhomeLogoWrapper {
        top: 9%;
    }

    .BRFhomeLogo {
        width: 70%;
    }*/

    /* #newsCarousel .carousel-indicators {
        bottom: 70px;
    }*/
    /*}*/



    /** Start River Festival Content pages logo styles  */
    .BRFlogoWrapper {
        height: 100%;
        /*width: 40%; */
        width: 100%;
        /*float:right; */
        /*padding-top:10vh; */
        margin-top: auto;
        margin-bottom: auto;
        /*margin-right:0.5%;*/
        vertical-align: middle;
        z-index: 999;
    }


    /*  Start Animation of BRFLogo **/

    @keyframes BRFLogoAnimation {
        0% {
            transform: translateY(-65%);
            opacity: 0.1;
        }

        100% {
            transform: translateY(0%);
            opacity: 1;
        }
    }


    .BRFlogo {
        /*max-width: 200px; */
        /*max-width: 400px; */
        /* max-width: 290px; */
        max-width: 42vh;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        /* z-index: 20; hidden to ensure logo is behind menu overlay */
        /* padding-top: 1%; */
        padding-top: 5vw;
        animation: BRFLogoAnimation 2.5s forwards 0s Ease-In-Out;
    }
}







@media screen and (min-width: 771px) and (max-width: 1030px) {

    .BRFlogo {
        max-width: 42vh;
        padding-top: 2%;
    }
}





@media screen and (min-width: 452px) and (max-width: 770px) {



    .BRFlogo {
        clear: both;
        max-width: 32vh;
        padding-top: 1%;
    }

    .LandingTeaser {
        /* margin-top: 60vh; HS updated in Phase 2 to address possitioning issue on mobile devices when in Landscape mode*/
        margin-top: 18vh;
    }
}


@media only screen and (max-width: 450px) {

    .BRFlogo {
        padding-top: 1vh;
        max-width: 25vh;
    }
}


@media screen and ( max-height: 400px ) {

    .BRFlogo {
        max-width: 40vh;
        padding-top: 1vh;
    }
}



/**  *** Start Homepage styles **/


.slantbinder {
    width: 100%;
    margin-bottom: -6vh;
    /* margin-top: -11vh;*/
    margin-top: -7%;
    height: 120px;
    /* background-color: #ecece8; Updated to reflect addition of Sponsors area */
    background-color: #ffffff;
}

@media only screen and (max-width: 1100px) {
    .slantbinder {
        height: 120px;
        margin-top: -8vh;
        margin-bottom: -5vh;
    }
}


@media only screen and (max-width: 700px) {
    .slantbinder {
        height: 120px;
        margin-top: -8vh;
        margin-bottom: -8vh;
    }
}

@media only screen and (max-width: 400px) {
    .slantbinder {
        height: 50px;
        margin-bottom: -6vh;
    }
}




/**  Shape styles **/





.btmTriangle2 {
    width: 100%;
    margin-top: -2%;
}


@media only screen and (max-width: 800px) {
    .btmTriangle2 {
        margin-top: -2.2%;
    }
}


@media only screen and (max-width: 500px) {
    .btmTriangle2 {
        margin-top: -4%;
    }
}

/** -- End shape styles **/









/**  HS Style for sponsor logos area **/



.mainsponsor {
    width: 50%;
    padding: 10px;
    margin-bottom: 50px;
}



/* Create two equal columns that floats next to each other */



.equalcolumn {
    float: left;
    width: 50%;
    padding: 10px;
    min-height: 300px;
   /* height: auto; *//* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.equalcolumnrow:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .equalcolumn {
        width: 100%;
    }
}

.equalcolumnbutton {
    text-align: center;
    /* min-width: 300px;
    width: 30%;
    float: right;*/
}

.equalcolumnbutton p {
    width: 80%;
    float: right;
}

@media screen and (max-width: 600px) {

    .equalcolumnbutton p {
        width: 100%;
        float:unset;
    }

}

    /*@media screen and (max-width: 600px) {
.equalcolumnbutton {
    text-align:center;
    min-width:auto;
    width:auto;
    float:unset;
}
}*/

    /** Sponsors columns */
    .sponsorcolumn {
        float: left;
        /*width: 50%;*/
        padding: 10px;
    }


        /* Clear floats after the columns */
        .sponsorcolumn:after {
            content: "";
            display: table;
            clear: both;
        }


    .leftcolumn {
        width: 30%;
    }

    .rightcolumn {
        width: 70%;
    }

    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */


    @media screen and (max-width: 800px) {

        .leftcolumn {
            width: 50%;
        }

        .rightcolumn {
            width: 50%;
        }
    }


    @media screen and (max-width: 600px) {
        .sponsorcolumn {
            width: 100%;
        }

        .leftcolumn {
            width: 100%;
        }

        .rightcolumn {
            width: 100%;
        }
    }



















    hr {
        margin-top: 21px;
        margin-bottom: 21px;
        border: 0;
        border-top: 1px solid #ddd;
    }

    .panel-wrapper a:link {
        text-decoration: none
    }

    .panel-wrapper a {
        text-decoration: none
    }

    .panel-wrapper h2 a:link {
        text-decoration: none
    }

    .title a:link {
        text-decoration: none
    }

    .title h2 a:link {
        text-decoration: none
    }

    h2.title {
        display: none;
    }

    .forecast-highlight {
        border: 1px solid #6c276a;
        background: #d5c6d5;
        padding: 1%;
        margin-bottom: 2%;
    }

    .r-tabs .r-tabs-nav .r-tabs-anchor {
        background: #6c276a;
        /* background: #00a5e3; */
        margin-bottom: 3px;
        padding: 10px 12px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }


    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #6c276a /*{borderColorHighlight}*/;
        background: #d5c6d5 /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
        color: #363636 /*{fcHighlight}*/;
        width: 730px;
    }


    .circle {
        width: 50%;
        margin: auto;
        border-radius: 50%;
        text-align: center;
        font-size: 200%;
        padding: 25% 0;
        line-height: 0;
        position: relative;
        /* Just making text pretty */
        @shadow: rgba(0, 0, 0, .1);
        @shadow-length: 4px;
        -webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
        box-shadow: 0 @shadow-length 0 0 @shadow;
        text-shadow: 0 @shadow-length 0 @shadow;
        /* background: rgba(74,74,74,1); */
        background: #662964;
        color: white;
        font-family: Helvetica, Arial Black, sans;
    }




    .floating-box {
        display: inline-block;
        width: 22.5%;
        height: 160px;
        margin: 10px;
        border: 1px solid #cccccc;
        background: #eeeeee;
    }

        .floating-box h3 {
            font-weight: 300;
            margin-bottom: 30px;
            color: #999;
            text-align: center;
            font-size: 150%;
        }

        .floating-box span {
            font-size: 250%;
            color: #555;
            /* margin-bottom: 50px; */
            margin-bottom: 5px;
            margin-left: 3%;
            display: inline-block;
            font-weight: 600;
            text-align: center;
            /* color: #fff; */
            color: #283675;
            padding-top: 5%;
        }



    @media only screen and (max-width: 1024px) {
        .floating-box span {
            font-size: 33px;
            /*margin-bottom: 200px;*/
            margin-bottom: 5px;
        }
    }

    @media only screen and (max-width: 800px) {
        .floating-box span {
            font-size: 14px;
            display: block;
            width: 100% !important;
            /* margin-bottom: 100px;*/
            margin-bottom: 5px;
        }

        .floating-box span {
            font-size: 20px;
        }

        code {
            margin-bottom: 100px;
        }
    }












    /* Carousel mobile customisation */

    @media only screen and (max-width: 400px) {

        div.page_section.section-landing, section.page_section.section-landing {
            margin-bottom: 20px;
            margin-top: -4.9%;
        }
    }






    .zoominheader {
        background-size: auto;
        background-attachment: fixed;
        background-repeat: repeat;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-animation: zoomin 20s ease-in infinite;
        animation: zoomin 20s ease-in infinite;
        transition: all .9s ease-in-out;
        overflow: hidden;
    }

    /* The innermost element*/
    .zoomoutheader {
        background: none;
        -webkit-animation: zoomout 10s ease-in infinite;
        animation: zoomout 10s ease-in infinite;
        transition: all .5s ease-in-out;
        overflow: hidden;
    }



    /* Zoom in Keyframes */
    @-webkit-keyframes zoomin {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes zoomin {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }
    /*End of Zoom in Keyframes */

    /* Zoom out Keyframes */
    @-webkit-keyframes zoomout {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.67);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes zoomout {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.67);
        }

        100% {
            transform: scale(1);
        }
    }
    /*End of Zoom out Keyframes */














    /*  ****End Initial Homepage styles  **/




    hr {
        margin-top: 21px;
        margin-bottom: 21px;
        border: 0;
        border-top: 1px solid #ddd;
    }

    .panel-wrapper a:link {
        text-decoration: none
    }

    .panel-wrapper a {
        text-decoration: none
    }

    .panel-wrapper h2 a:link {
        text-decoration: none
    }

    .title a:link {
        text-decoration: none
    }

    .title h2 a:link {
        text-decoration: none
    }

    h2.title {
        display: none;
    }

    .forecast-highlight {
        border: 1px solid #6c276a;
        background: #d5c6d5;
        padding: 1%;
        margin-bottom: 2%;
    }

    .r-tabs .r-tabs-nav .r-tabs-anchor {
        background: #6c276a;
        /* background: #00a5e3; */
        margin-bottom: 3px;
        padding: 10px 12px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }


    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #6c276a /*{borderColorHighlight}*/;
        background: #d5c6d5 /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
        color: #363636 /*{fcHighlight}*/;
        width: 730px;
    }


    .circle {
        width: 50%;
        margin: auto;
        border-radius: 50%;
        text-align: center;
        font-size: 200%;
        padding: 25% 0;
        line-height: 0;
        position: relative;
        /* Just making text pretty */
        @shadow: rgba(0, 0, 0, .1);
        @shadow-length: 4px;
        -webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
        box-shadow: 0 @shadow-length 0 0 @shadow;
        text-shadow: 0 @shadow-length 0 @shadow;
        /* background: rgba(74,74,74,1); */
        background: #662964;
        color: white;
        font-family: Helvetica, Arial Black, sans;
    }

    /*  Styling In this section boxes **/


    .tombstone-wrapper > a, .tombstone-wrapper > span {
        background-color: #662964;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #fff;
        transition: all 150ms ease-in-out;
        text-align: left;
        text-transform: unset;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }

    .BTMspan {
        background-color: #662964;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #fff;
        transition: all 150ms ease-in-out;
        text-align: center;
        text-transform: unset;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        margin-top: -4%;
    }


    @media only screen and (max-width: 400px) {
        .BTMspan {
            background-color: #662964;
            display: block;
            padding: 10px 10px 10px 25px;
            color: #fff;
            transition: all 150ms ease-in-out;
            text-align: center;
            text-transform: unset;
            border-bottom-right-radius: 25px;
            border-bottom-left-radius: 25px;
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
            margin-top: -8%;
        }
    }



    .bbc-items-more {
        background-color: #dddcd5;
        float: left;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .tombstone-wrapper > ul {
        margin: 0;
        list-style: none;
        padding: 0 0 0 5%;
        float: left;
        border: solid #ecece8;
        border-width: 0 1px;
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        transition: all .3s ease;
    }

    /** End styling in this section boxes */




    .floating-box {
        display: inline-block;
        width: 22.5%;
        height: 160px;
        margin: 10px;
        border: 1px solid #cccccc;
        background: #eeeeee;
    }

        .floating-box h3 {
            font-weight: 300;
            margin-bottom: 30px;
            color: #999;
            text-align: center;
            font-size: 150%;
        }

        .floating-box span {
            font-size: 250%;
            color: #555;
            /* margin-bottom: 50px; */
            margin-bottom: 5px;
            margin-left: 3%;
            display: inline-block;
            font-weight: 600;
            text-align: center;
            /* color: #fff; */
            color: #283675;
            padding-top: 5%;
        }

    @media only screen and (max-width: 1024px) {
        .floating-box span {
            font-size: 33px;
            /*margin-bottom: 200px;*/
            margin-bottom: 5px;
        }
    }

    @media only screen and (max-width: 800px) {
        .floating-box span {
            font-size: 14px;
            display: block;
            width: 100% !important;
            /* margin-bottom: 100px;*/
            margin-bottom: 5px;
        }

        .floating-box span {
            font-size: 20px;
        }

        code {
            margin-bottom: 100px;
        }
    }


    /* HS Menu overlay styles */

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        /* z-index: 1;  Updated to overlay over section menu */
        z-index: 10;
        top: 0;
        left: 0;
        background-color: rgb(102,41,100);
        background-color: rgb(102,41,100, 0.9);
        overflow-x: hidden;
        overflow-y: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 15%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10vh; /*  Added to make it clear where menu has eneded on mobiles */
    }


    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .overlay a:hover, .overlay a:focus {
            /* color: #f1f1f1; */
           /* color: #662964;*/
           color:black;
        }

    .overlay .closebtn {
        position: absolute;
        /* top: 50px; */
        /*top: 70px; */
        top: 20vh; /* Position targeted at Desktop */
        z-index: 11; /* Targeted and placing close botton above overlay */
        /* right: 5px; */
        right: 2%; /* Targted at Desktop */
        /* font-size: 60px;*/
        font-size: 70px;
        color: #dddddd;
        /*  border: 1px solid yellow;*/
    }


    #navMenu {
        min-height: 100vh;
        box-sizing: border-box;
        padding-top: 10vh;
        font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
        font-weight: 300;
        line-height: 1.5;
        /* max-width: 60rem;*/
        margin: 0 auto;
        font-size: 112%;
    }

    @media (max-width:1500px) and (orientation: landscape) {
        .overlay-content {
            top: 40%;
        }

        .overlay .closebtn {
            top: 35%;
        }

        #navMenu {
            font-size: 100%;
        }
    }

    @media (max-width:720px) and (orientation: landscape) {
        .overlay-content {
            /*     top: 30%;*/
        }

        .overlay .closebtn {
            top: 33vh;
        }
    }




    .festivalNavBarInner {
        float: right;
        margin-right: 4%;
        margin-top: 0.3vw;
        margin-bottom: -15%;
        position: relative;
        z-index: 5;
    }

    @media (max-width: 1000px) {

        .festivalNavBarInner {
            float: none;
            margin-right: 0%;
        }
    }

    @media (max-width: 499px) {

        .festivalNavBarInner {
            margin-top: 0.5vw;
        }
    }




    /*  Overlay button styles */
    @keyframes shadow-pulse {
        0% {
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
        }

        100% {
            box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
        }
    }

    @keyframes shadow-pulse-big {
        0% {
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
        }

        100% {
            box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
        }
    }


    a.overlaybutton {
        /*background-color: #662964;*/
        /*background-color: #3BBFF2; */
        background-color: #A00312;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        cursor: pointer;
        display: block;
        font-weight: 300;
        height: 50px;
        padding: 15px;
        text-align: center;
        border-radius: 6px;
        /* margin: 40px auto; */
        margin: 0px auto;
        max-width: 200px;
        opacity: 1;
        /*color: #333;*/
        color: #ffffff;
        font-size: 120%;
        text-decoration: none;
        transition: 0.3s box-shadow ease;
        -webkit-transition: 0.3s box-shadow ease;
        transform: translateY(0px);
        text-shadow: 0 0 0;
        animation: shadow-pulse 1s infinite;
        /* animation: shadow-pulse 1s 12;*/
    }

        a.overlaybutton:hover {
            box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
        }










    /*  Overlay list styles styles */

    /* Overwrite the default to keep the scrollbar always visible on menu tab */

    .tab ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .tab ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

    .overlay ol {
        margin-top: 4%;
        width: 90%;
        margin-left: auto;
        margin-righ: auto;
        display: block;
        padding: 0 0 0 26px;
        list-style: none;
        background: #fff;
        /*overflow: hidden;*/
        height: 250px; /*  HS Can be removed to avoid height limits */
        overflow: auto;
        counter-reset: numList;
    }

        .overlay ol li {
            /* width: 176px; */
            /*width: 40%;*/
            width: 400px;
            /*margin-right: 44px;*/
            margin-right: 9%;
            margin-bottom: 2%;
            float: left;
            position: relative;
        }

            .overlay ol li a {
                font-size: 25px;
                text-align: left;
                margin-top: -3%;
            }

            .overlay ol li:before {
                counter-increment: numList;
                content: counter(numList);
                float: left;
                position: absolute;
                left: -26px;
                font: bold 12px sans-serif;
                text-align: center;
                color: #fff;
                line-height: 28px;
                width: 28px;
                height: 28px;
                background: #662964;
                -moz-border-radius: 999px;
                border-radius: 999px
            }





    @media screen and (min-width: 705px) and (max-width: 1000px) {

        a.overlaybutton {
            margin-right: -15px;
            font-size: 100%;
            font-weight: 200;
        }

        .overlay a {
            font-size: 60px;
        }

        /*.overlay .closebtn {
        font-size: 60px;*/
        /*top: 15px;*/
        /*top: 30px; */
        /* top: 20vh; Updated for portrait view on mobile */
        /*top: 18vh;
        right: 5px;
    }*/



        .overlay ol li {
            /* width: 176px; */
            /*width: 40%;*/
            width: 99%;
            padding-top: 2%;
        }


        .overlay {
            overflow-y: auto;
        }



        .overlay-content {
            /*top: 20vh;*/
            width: 100%;
        }






        a.overlaybutton {
            max-width: 500px;
            width: 300px;
            /*width: 310px;*/
            /* margin-top: 18%;*/
            margin-right: 180px;
            /* margin-right: -10px; */
            /* margin-left: 10px; */
            /* display: block; */
            margin-bottom: 25%;
            padding: 7px;
            font-size: 150%;
        }
    }




    @media screen and (min-width: 455px) and (max-width: 700px) {

        a.overlaybutton {
            margin-right: -15px;
            font-size: 100%;
            font-weight: 200;
        }

        .overlay a {
            font-size: 60px;
        }

        /*.overlay .closebtn {
        font-size: 60px;*/
        /*top: 15px;*/
        /*top: 30px; */
        /* top: 20vh; Updated for portrait view on mobile */
        /*top: 28vh;
        right: 5px;
    }*/



        .overlay ol li {
            /* width: 176px; */
            /*width: 40%;*/
            width: 99%;
            padding-top: 2%;
        }


        .overlay {
            overflow-y: auto;
        }



        /* .overlay-content {
        top: 30vh;
        width: 100%;
    }*/






        a.overlaybutton {
            max-width: 500px;
            width: 300px;
            /*width: 310px;*/
            /*margin-top: 18%;*/
            margin-right: 180px;
            /* margin-right: -10px; */
            /* margin-left: 10px; */
            /* display: block; */
            margin-bottom: 25%;
            padding: 7px;
            font-size: 150%;
        }
    }


    @media (max-width: 1000px) {
        a.overlaybutton {
            margin-right: auto;
            margin-left: auto;
        }
    }


    @media only screen and (max-width: 480px) {
        /*450px*/


        .overlay ol li {
            /* width: 176px; */
            /*width: 40%;*/
            width: 99%;
            padding-top: 2%;
        }


        .overlay {
            overflow-y: auto;
        }


        a.overlaybutton {
            max-width: 100%;
            width: 310px;
            /*margin-top: 18%;*/
            /* margin-right: 20px; */
            margin-bottom: 15%;
            padding: 7px;
            font-size: 150%;
        }


        .overlay .closebtn {
            font-size: 60px;
            /*top: 15px;*/
            /*top: 30px; */
            /*  top: 17vh;*/
            right: 5px;
        }
    }


    @media (min-width: 481px) and (max-width:700px) {

        .overlay-content {
            margin-top: 50px;
        }
    }

    @media (max-height:480px) and (orientation: Portrait) {

        .overlay-content {
            top: 20%;
        }
    }




    @media only screen and (max-width: 380px) {

        a.overlaybutton {
            /* margin-right: 25px; */
        }
    }







    /* END Overlay menu styles */





    /*  Start Circled ordered list styles */

    .number-circle-list {
        list-style: none;
        /*padding-left: 1rem; Removed to align list witin container */
        counter-reset: circle-counter;
    }

    .number-circle-list--list-item {
        counter-increment: circle-counter;
        margin-bottom: 3.25rem;
    }

        .number-circle-list--list-item:before {
            content: counter(circle-counter);
            background-color: #e1e1e1;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            display: inline-block;
            font-size: 1.75rem;
            line-height: 2.3rem;
            color: black;
            text-align: center;
            margin-right: 1.0rem;
            position: relative;
            top: -2px;
            top: -5px; /* HS New attribute */
            left: -7%; /* HS New attribute */
            display: block; /* HS New attribute */
            margin-bottom: -6%; /* HS New attribute */
            padding-left: 0px; /* HS New attribute */
        }

        .number-circle-list--list-item:last-child {
            margin-bottom: 0;
        }

        .number-circle-list--list-item .number-circle-list--list-item {
            margin-left: 0.25rem;
        }

    .number-circle-list--primary-color .number-circle-list--list-item:before {
        background-color: #662964;
        color: white;
    }

    @media only screen and (max-width: 450px) {
        .number-circle-list--list-item:before {
            top: 15px; /* HS New attribute */
            left: -15%; /* HS New attribute */
        }
    }


    /* End circled ordered list styles */










    /* Pure CSS tabs for menu  */

    /**
 * Tabs
 */
    .tabs {
        display: flex;
        flex-wrap: wrap;
        /* make sure it wraps min-width: 310px; */
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

        .tabs label {
            order: 1;
            /* Put the labels first display: block; */
            padding: 1rem 2rem;
            margin-right: 0.2rem;
            cursor: pointer;
            background: #90caf9;
            font-weight: bold;
            transition: background ease 0.2s;
        }

    .tabshomelink {
        order: 1;
        /*Put the labels first display: block;*/
        padding: 1rem 2rem;
        margin-top: -1%;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #90caf9;
        font-weight: bold;
        transition: background ease 0.2s;
        height: 30px;
        font-size: 100% !important;
        color: #4a4a4a !important;
    }

    @media (min-width:721px) {

        .tabshomelink {
            margin-top: -10%;
        }
    }

    .tabshomelink a:hover {
        text-decoration: none;
    }



    .tabs .tab {
        order: 99;
        /* Put the tabs last flex-grow: 1; */
        width: 100%;
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .tabs input[type="radio"] {
        display: none;
    }

        .tabs input[type="radio"]:checked + label {
            background: #fff;
        }

            .tabs input[type="radio"]:checked + label + .tab {
                display: block;
            }

    @media (max-width: 45em) {
        .tabs .tab,
        .tabs label {
            order: initial;
        }

        .tabs label {
            width: 100%;
            margin-right: 0;
            margin-top: 0.2rem;
        }
    }

    /* correcting hometab on mobiles */

    @media only screen and (max-width: 700px) {

        .tabshomelink {
            margin-top: -1%;
        }
    }








    /*  Pure CSS Map tabs */


    /**
 * Tabs
 */
    .maptabs {
        display: flex;
        flex-wrap: wrap;
        /* make sure it wraps min-width: 310px; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .maptabs label {
            order: 1;
            /* Put the labels first display: block; */
            padding: 1rem 2rem;
            margin-right: 0.2rem;
            cursor: pointer;
            /* background: #90caf9; */
            background: #3BBFF2;
            font-weight: bold;
            transition: background ease 0.2s;
        }

    .maptabshomelink {
        order: 1;
        /* Put the labels first display: block;*/
        padding: 1rem 2rem;
        margin-top: -10%;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #90caf9;
        font-weight: bold;
        transition: background ease 0.2s;
        height: 30px;
        font-size: 100% !important;
        color: #4a4a4a !important;
    }

        .maptabshomelink a:hover {
            text-decoration: none;
        }



    .maptabs .maptab {
        order: 99;
        /*Put the tabs last flex-grow: 1;*/
        width: 100%;
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .maptabs input[type="radio"] {
        display: none;
    }

        .maptabs input[type="radio"]:checked + label {
            background: #fff;
            /* background: red;*/
        }

            .maptabs input[type="radio"]:checked + label + .tab {
                display: block;
            }

    @media (max-width: 45em) {
        .maptabs .maptab,
        .maptabs label {
            order: initial;
        }

        .maptabs label {
            width: 100%;
            margin-right: 0;
            margin-top: 0.2rem;
        }
    }

    /* correcting hometab on mobiles */

    @media only screen and (max-width: 700px) {

        .maptabshomelink {
            margin-top: -1%;
        }
    }





    /***** END Pure Map tabs  **/






    /* zooming styles */

    .zoominheader {
        background-size: auto;
        background-attachment: fixed;
        background-repeat: repeat;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-animation: zoomin 20s ease-in infinite;
        animation: zoomin 20s ease-in infinite;
        transition: all .9s ease-in-out;
        overflow: hidden;
    }

    /* The innermost element zooming styles*/
    .zoomoutheader {
        background: none;
        -webkit-animation: zoomout 10s ease-in infinite;
        animation: zoomout 10s ease-in infinite;
        transition: all .5s ease-in-out;
        overflow: hidden;
    }



    /* Zoom in Keyframes */
    @-webkit-keyframes zoomin {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes zoomin {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }
    /*End of Zoom in Keyframes */

    /* Zoom out Keyframes */
    @-webkit-keyframes zoomout {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.67);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes zoomout {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.67);
        }

        100% {
            transform: scale(1);
        }
    }
    /*End of Zoom out Keyframes */






    /* content page banner styles */

    .brfbanner {
        display: block;
        width: 100%;
        /* height: 250px; */
        height: 45vh;
        background-color: #662964;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;
        border-top: 0px solid #bbbbbb;
        /* background-image:url('../Images/Events-4.jpg'); */
        background-size: cover;
    }

    @media only screen and (max-width: 800px) {
        .brfbanner {
            margin-top: -0.5%;
        }
    }

    @media only screen and (max-width: 450px) {
        .brfbanner {
            margin-top: -5.5%;
        }
    }







    /**** Fireworks for river festival banners on tablets and mobiles */

    @media only screen and (max-width: 800px) {

        .pyro > .before, .pyro > .after {
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
            -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
            -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
            -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
            -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
            animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        }

        .pyro > .after {
            -moz-animation-delay: 1.25s, 1.25s, 1.25s;
            -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
            -o-animation-delay: 1.25s, 1.25s, 1.25s;
            -ms-animation-delay: 1.25s, 1.25s, 1.25s;
            animation-delay: 1.25s, 1.25s, 1.25s;
            -moz-animation-duration: 1.25s, 1.25s, 6.25s;
            -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
            -o-animation-duration: 1.25s, 1.25s, 6.25s;
            -ms-animation-duration: 1.25s, 1.25s, 6.25s;
            animation-duration: 1.25s, 1.25s, 6.25s;
        }

        @-webkit-keyframes bang {
            from {
                box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
            }
        }

        @-moz-keyframes bang {
            from {
                box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
            }
        }

        @-o-keyframes bang {
            from {
                box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
            }
        }

        @-ms-keyframes bang {
            from {
                box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
            }
        }

        @keyframes bang {
            from {
                box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
            }
        }

        @-webkit-keyframes gravity {
            to {
                transform: translateY(200px);
                -moz-transform: translateY(200px);
                -webkit-transform: translateY(200px);
                -o-transform: translateY(200px);
                -ms-transform: translateY(200px);
                opacity: 0;
            }
        }

        @-moz-keyframes gravity {
            to {
                transform: translateY(200px);
                -moz-transform: translateY(200px);
                -webkit-transform: translateY(200px);
                -o-transform: translateY(200px);
                -ms-transform: translateY(200px);
                opacity: 0;
            }
        }

        @-o-keyframes gravity {
            to {
                transform: translateY(200px);
                -moz-transform: translateY(200px);
                -webkit-transform: translateY(200px);
                -o-transform: translateY(200px);
                -ms-transform: translateY(200px);
                opacity: 0;
            }
        }

        @-ms-keyframes gravity {
            to {
                transform: translateY(200px);
                -moz-transform: translateY(200px);
                -webkit-transform: translateY(200px);
                -o-transform: translateY(200px);
                -ms-transform: translateY(200px);
                opacity: 0;
            }
        }

        @keyframes gravity {
            to {
                transform: translateY(200px);
                -moz-transform: translateY(200px);
                -webkit-transform: translateY(200px);
                -o-transform: translateY(200px);
                -ms-transform: translateY(200px);
                opacity: 0;
            }
        }

        @-webkit-keyframes position {
            0%, 19.9% {
                margin-top: 10%;
                margin-left: 40%;
            }

            20%, 39.9% {
                margin-top: 40%;
                margin-left: 30%;
            }

            40%, 59.9% {
                margin-top: 20%;
                margin-left: 70%;
            }

            60%, 79.9% {
                margin-top: 30%;
                margin-left: 20%;
            }

            80%, 99.9% {
                margin-top: 30%;
                margin-left: 80%;
            }
        }

        @-moz-keyframes position {
            0%, 19.9% {
                margin-top: 10%;
                margin-left: 40%;
            }

            20%, 39.9% {
                margin-top: 40%;
                margin-left: 30%;
            }

            40%, 59.9% {
                margin-top: 20%;
                margin-left: 70%;
            }

            60%, 79.9% {
                margin-top: 30%;
                margin-left: 20%;
            }

            80%, 99.9% {
                margin-top: 30%;
                margin-left: 80%;
            }
        }

        @-o-keyframes position {
            0%, 19.9% {
                margin-top: 10%;
                margin-left: 40%;
            }

            20%, 39.9% {
                margin-top: 40%;
                margin-left: 30%;
            }

            40%, 59.9% {
                margin-top: 20%;
                margin-left: 70%;
            }

            60%, 79.9% {
                margin-top: 30%;
                margin-left: 20%;
            }

            80%, 99.9% {
                margin-top: 30%;
                margin-left: 80%;
            }
        }

        @-ms-keyframes position {
            0%, 19.9% {
                margin-top: 10%;
                margin-left: 40%;
            }

            20%, 39.9% {
                margin-top: 40%;
                margin-left: 30%;
            }

            40%, 59.9% {
                margin-top: 20%;
                margin-left: 70%;
            }

            60%, 79.9% {
                margin-top: 30%;
                margin-left: 20%;
            }

            80%, 99.9% {
                margin-top: 30%;
                margin-left: 80%;
            }
        }

        @keyframes position {
            0%, 19.9% {
                margin-top: 10%;
                margin-left: 40%;
            }

            20%, 39.9% {
                margin-top: 40%;
                margin-left: 30%;
            }

            40%, 59.9% {
                margin-top: 20%;
                margin-left: 70%;
            }

            60%, 79.9% {
                margin-top: 30%;
                margin-left: 20%;
            }

            80%, 99.9% {
                margin-top: 30%;
                margin-left: 80%;
            }
        }
    }






    /**** Shapes CSS **/

    #curveUpColor {
        fill: #ecece8;
        margin-bottom: -0.5%;
        /*stroke:#cccccc;*/
    }


    @media only screen and (max-width: 990px) {
        #curveUpColor {
            margin-bottom: -3.5%;
            border-bottom: none;
        }
    }

    @media only screen and (max-width: 450px) {
        #curveUpColor {
            margin-bottom: -7.5%;
            border-bottom: none;
        }
    }



    #curveDownColor {
        fill: #662964;
        margin-bottom: -0.5%;
        /*stroke:#cccccc;*/
    }







    /*** Timeline Styles  **/


    .demo {
        background-color: #0B3E41;
    }

    .main-timeline {
        font-family: 'Oxygen', sans-serif;
        position: relative;
    }

        .main-timeline:before {
            content: '';
            height: 100%;
            width: 1px;
            border-left: 3px dashed #fff;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            top: 0;
        }

        .main-timeline .timeline {
            padding-left: 52px;
            display: inline-block;
            position: relative;
            z-index: 1;
            width: 100% /*  Needed to ensure bullet points stay on the line */
        }

            .main-timeline .timeline:before,
            .main-timeline .timeline:after {
                content: '';
                height: 25px;
                width: 25px;
                background-color: #FFAC3A;
                border-radius: 50%;
                border: 5px solid #FEC93F;
                transform: translateX(-50%) translateY(-50%);
                position: absolute;
                left: 50%;
                top: 50%;
                z-index: -1;
            }

            .main-timeline .timeline:after {
                background-color: #fff;
                height: 35px;
                width: 35px;
                border: none;
                border-radius: 0;
                transform: translateX(0) translateY(-50%) rotate(45deg);
                left: 40.5%;
            }

        .main-timeline .timeline-content {
            color: #000;
            background-color: #fff;
            width: 40%;
            border-radius: 10px;
            display: block;
            position: relative;
        }

            .main-timeline .timeline-content:hover {
                text-decoration: none;
            }

        .main-timeline .title {
            color: #0C3F42;
            background-color: #FEC93F;
            font-size: 25px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 10px 10px;
            margin: 0;
            border-radius: 10px 10px 0 0;
        }

        .main-timeline .description {
            font-size: 15px;
            letter-spacing: 1px;
            padding: 10px 20px 15px 50px;
            margin: 0;
        }

        .main-timeline .timeline-icon {
            color: #0C3F42;
            background-color: #FFC83F;
            font-size: 40px;
            text-align: center;
            line-height: 70px;
            height: 70px;
            width: 70px;
            border-radius: 50%;
            display: inline-block;
            transform: translateY(-50%);
            position: absolute;
            left: -35px;
            top: 63%;
        }

        .main-timeline .timeline:nth-child(even) {
            padding-left: 0;
            padding-right: 52px;
        }

            .main-timeline .timeline:nth-child(even):after {
                left: auto;
                right: 40.5%;
            }

            .main-timeline .timeline:nth-child(even) .timeline-content {
                float: right;
            }

            .main-timeline .timeline:nth-child(even) .timeline-icon {
                left: auto;
                right: -35px;
            }

            .main-timeline .timeline:nth-child(even) .description {
                padding: 10px 50px 15px 20px;
            }

        .main-timeline .timeline:nth-child(4n+2):before {
            background-color: #2980b9;
            border: 5px solid #55b0ed;
        }

        .main-timeline .timeline:nth-child(4n+2) .title,
        .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
            background-color: #55b0ed;
        }

        .main-timeline .timeline:nth-child(4n+3):before {
            background-color: #c0392b;
            border: 5px solid #ff665b;
        }

        .main-timeline .timeline:nth-child(4n+3) .title,
        .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
            background-color: #ff665b;
        }

        .main-timeline .timeline:nth-child(4n+4):before {
            background-color: #16964b;
            border: 5px solid #2ecc71;
        }

        .main-timeline .timeline:nth-child(4n+4) .title,
        .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
            background-color: #2ecc71;
        }

    @media screen and (max-width:990px) {
        .main-timeline .timeline:after {
            left: 40%;
        }

        .main-timeline .timeline:nth-child(even):after {
            right: 40%;
        }

        .main-timeline .timeline:nth-child(even) .timeline-content,
        .main-timeline .timeline-content {
            width: 39%;
        }
    }

    @media screen and (max-width:767px) {
        .main-timeline:before {
            transform: translateX(0);
            left: 0;
        }

        .main-timeline .timeline:nth-child(even),
        .main-timeline .timeline {
            padding: 40px 30px 0;
            margin-bottom: 30px;
        }

            .main-timeline .timeline:before {
                transform: translateX(0) translateY(-50%);
                left: -11px;
            }

            .main-timeline .timeline:nth-child(even):after,
            .main-timeline .timeline:after {
                left: 28px;
            }

            .main-timeline .timeline:nth-child(even) .timeline-content,
            .main-timeline .timeline-content {
                width: 100%;
            }

            .main-timeline .timeline:nth-child(even) .timeline-icon,
            .main-timeline .timeline-icon {
                font-size: 30px;
                line-height: 50px;
                height: 50px;
                width: 50px;
                transform: translateY(0);
                left: auto;
                right: -20px;
                top: -35px;
            }

        .main-timeline .title {
            font-size: 20px;
        }

        .main-timeline .timeline:nth-child(even) .description,
        .main-timeline .description {
            padding: 15px 15px 15px 15px;
        }
    }




    /* Ensure breadcrumbs wrap before section button */

    .breadcrumb {
        width: 85%;
    }


    /*  Hide Breadcrumbs on Mobiles landscape and potrait */


    @media only screen and (max-width: 700px) {
        .breadcrumb {
            display: none;
        }
    }


    /*  End Hide Breadcrumbs on Mobiles landscape and potrait */



    /*  Apply Riverfestival Blue to navigation items  */


    #newsCarousel .carousel-caption {
        background-color: #0078C9;
    }

    .carousel-caption span.ctitle {
        font-weight: 400;
        color: #FFFFFF;
    }


    .carousel-caption {
        color: #FFFFFF;
        text-shadow: 0 0px 0px rgba(0,0,0,.0);
    }



    .circle {
        background: #0078C9;
        color: #FFFFFF;
    }


    .btn, .btn.upload-button-label {
        background-color: #0078C9;
        color: #FFFFFF;
        border-color: #fff;
    }



    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.9);
    }






    .tombstone-wrapper > a, .tombstone-wrapper > span {
        background-color: #0078C9;
    }



    .BTMspan {
        background-color: #0078C9;
    }






    /*  IE10+ Correction for Bullet point list*/

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {



        .number-circle-list--primary-color .number-circle-list--list-item:before {
            background-color: #662964;
            color: #662964;
        }
    }


    /***********************************  Visitors custom styles ******************************/

    .brfbanner_HighStreet {
        height: 75vh;
        background-image: url(../Images/Banners/HighStreet.JPG);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }

    .brfbanner_DragonBoats {
        height: 75vh;
        background-image: url(../Images/Banners/DragonBoats.JPG);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }

    .brfbanner_CastleMound {
        height: 75vh;
        background-image: url(../Images/Banners/FunfairBanner.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }


    .brfbanner_SportsActivities {
        height: 75vh;
        background-image: url(../Images/banners/SportsVillageBanner1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }



    .brfbanner_RiverActivities {
        height: 75vh;
        background-image: url(../Images/banners/RiverActivitiesBanner.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }



    .brfbanner_Embankment {
        height: 75vh;
        background-image: url(../Images/Banners/Embankment.JPG);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }


    .brfbanner_MillMeadow {
        height: 75vh;
        background-image: url(../Images/banners/Mill_Meadow.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }



    .brfbanner_stMarys {
        height: 75vh;
        background-image: url(../Images/banners/StMarysStage.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }


    .brfbanner_RussPark {
        height: 75vh;
        background-image: url(../Images/Banners/RussellParkStageBanner.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-size: cover;
    }

    .h2RussPark {
        display: table;
        width: 100%;
        margin-bottom: 30px;
        /*background-color:#000; */
        line-height: 100px;
        height: 100px;
        background-image: url(../Images/Harpur_Logo_CMYK.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 139px 100px;
        vertical-align: middle;
    }

    .brfbanner_Visitors {
        height: 75vh;
        background-image: url(../Images/Banners/Visitors.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }


    #BRFlogo_Visitors {
        max-width: 15vw;
        padding-top: 2%;
    }



    @media only screen and (max-width : 1024px) {
        #BRFlogo_Visitors {
            max-width: 20vw;
            padding-top: 2%;
        }
    }



    @media only screen and (max-width : 450px) {
        #BRFlogo_Visitors {
            max-width: 50vw;
            padding-top: 2%;
        }
    }




    /*** New Down Link arrow ***/

    .arrow a {
        color: #ff0000;
        text-decoration: none;
    }

    .arrow {
        position: absolute;
        right: 10px;
        bottom: 10px;
        text-align: center;
        /* margin: 24vh 2vw; */
        /* margin: 8% 0; */
    }



    .LandingTeaser {
        position: absolute;
        color: #fff !important;
        bottom: 0;
        max-width: 450px;
        width: 85%;
        margin-bottom: 20px;
        /* min-height: 120px; */
        height: auto;
        background-color: rgba(0,0,0,.7);
        text-align: center;
        /* Padding: 10px; */
        padding-bottom: 1%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

        .LandingTeaser p {
            text-align: left;
            padding: 10px 10px 10px 10px;
        }
        /*.LandingTeaserDescription {
            text-align: left;
            padding: 10px 10px 10px 10px;
        }*/


        /*  Start Teaser text style and Animation */

        .LandingTeaser H1 {
            Color: #fff;
            font-size: 2.0em;
            padding-top: 0.3em;
        }


    :root {
        --delay: 1000ms;
        --duration: 1400ms;
        --iterations: 1;
    }
    /* •·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•·•· */


    .reveal-text,
    .reveal-text::after {
        -webkit-animation-delay: var(--animation-delay, 3s);
        animation-delay: var(--animation-delay, 3s);
        -webkit-animation-iteration-count: var(--iterations, 1);
        animation-iteration-count: var(--iterations, 1);
        -webkit-animation-duration: var(--duration, 1400ms);
        animation-duration: var(--duration, 1400ms);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, .5);
        animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, .5);
    }

    .reveal-text {
        --animation-delay: var(--delay, 0);
        --animation-duration: var(--duration, 1400ms);
        --animation-iterations: var(--iterations, 1);
        position: relative;
        font-size: 200%;
        -webkit-animation-name: clip-text;
        animation-name: clip-text;
        color: #FFF;
        /*white-space: nowrap; */
        cursor: default
    }

        .reveal-text::after {
            content: "";
            position: absolute;
            z-index: 999;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #0078C9;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
            pointer-events: none;
            -webkit-animation-name: text-revealer;
            animation-name: text-revealer;
        }


    @-webkit-keyframes clip-text {
        from {
            -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
        }

        to {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
        }
    }


    @keyframes clip-text {
        from {
            -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
        }

        to {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
        }
    }


    @-webkit-keyframes text-revealer {

        0%, 50% {
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        60%, 100% {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
        }


        60% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        100% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
    }


    @keyframes text-revealer {

        0%, 50% {
            -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        60%, 100% {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
        }


        60% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        100% {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
    }

    /*  End Teaser text style and Animation */



    /*  End Teaser text style and Animation */




    /*  Start Scroll Down and Animation */
    .bounce {
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        background-color: rgba(0,0,0,.5);
        float: right;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding-top: 20px;
    }

    @-webkit-keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        40% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        60% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        40% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        60% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
        }
    }


    /*  End Scroll Down and Animation */




    /* Landing Page Video styles **/

    /*.videoContainer {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 20%;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: block;
        overflow: hidden;
    }

        .videoContainer Video {
            width: 100vw;
            height: auto;
        }

    @media (min-aspect-ratio: 16/9) {
        .videoContainer {
            width: 100%;
            height: auto;
        }
    }


    @media (max-aspect-ratio: 16/9) {
        .videoContainer {
            width: auto;
            height: auto;
        }
    }
*/

    /* iPad media Queiry styling */

    /* Ipad Lanscape */

   /* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

        .videoContainer {
            display: flex;
        }


        .brfbanner_Visitors {
            height: 71.5vh;
        }
    }*/



    /* iPad Portrait */





    /*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

        .videoContainer {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 10%;
            left: 0;
            bottom: 0;
            right: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            display: block;
            overflow: hidden;
        }


        .brfbanner_Visitors {
            height: 38.9vh;
        }

        .LandingTeaser {
            Bottom: 39.0vh;
        }

        .arrow {
            Bottom: 41.5vh
        }
    }



    @media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {

        .LandingTeaser {
            margin-top: 20vh;
            Bottom: 9.0vh;
        }

        .BRFlogo {
            width: 32vh;
        }
    }
*/



    /*@media only screen and (max-width: 700px) {

        .videoContainer {
            display: none;
        }*/


       /* .brfbanner_Visitors {
            background-image: url(../Images/RF2020_Poster_990x350v1.jpg);
        }*/
    /*}*/



    /*  End Landing Page Video styles */


/*Table CSS*/
:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif
}

th {
    text-align: left
}

.dcf-txt-center {
    text-align: center !important
}

.dcf-txt-left {
    text-align: left !important
}

.dcf-txt-right {
    text-align: right !important
}

.dcf-table caption {
    color: var(--caption);
    font-size: 1.13em;
    font-weight: 700;
    padding-bottom: .56rem
}

.dcf-table thead {
    /*font-size: .84em*/
}

.dcf-table tbody {
    border-bottom: 1px solid var(--b-table);
    border-top: 1px solid var(--b-table);
    /*font-size: .84em*/
}

.dcf-table tfoot {
    /*font-size: .84em*/
}

.dcf-table td, .dcf-table th {
    padding-right: 1.78em
}

.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
    border: 1px solid var(--b-table)
}

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
        padding-left: 1em;
        padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
        border-bottom: 1px solid var(--b-table)
    }

.dcf-table-striped tbody tr:nth-of-type(2n) {
    background-color: var(--bg-table-stripe)
}

.dcf-table thead td, .dcf-table thead th {
    padding-bottom: .75em;
    vertical-align: bottom
}

.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
    padding-top: .75em;
    vertical-align: top
}

.dcf-table tbody td, .dcf-table tbody th {
    padding-bottom: .75em
}

.dcf-table-bordered thead th {
    padding-top: 1.33em
}

.dcf-wrapper-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 1em;
    position: relative;
    right: 50%;
    width: 100vw
}

@media only screen and (max-width:42.09em) {
    .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
    }

    .dcf-table-responsive tr {
        display: block
    }

    .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left !important
    }

    .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
    }

        .dcf-table-responsive.dcf-table-bordered tbody td {
            border-top-width: 0
        }

    .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
    }

    .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
    }

    .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
    }

    .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
    }

    .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
    }
}

.dcf-overflow-x-auto {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch
}

.dcf-w-100\% {
    width: 100% !important;
}
/*End Table CSS*/















