.whats-new-section {
            max-width: 1170px;
            margin: 0 auto;
            margin-top: 120px;
            margin-bottom: 100px;
            position: relative;
            text-align: center;
        }
.whats-new-section h1:before, .whats-new-section h1:after {
    content: '';
    background: url(/sites/default/files/whats-new-bg.png) no-repeat;
    background-size: 600px auto;
    width: 300px;
    height: 150px;
    display: inline-block;
    position: absolute;
}
.whats-new-section h1:before {
    left: -330px;
    top: -50px;
}
.whats-new-section h1:after {
    right: -350px;
    top: -60px;
    background-position: -300px 0px;
}
.whats-new-section h1 {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 3;
    max-width: 640px;
}

        .tabs-section {
                margin-top: 80px;
                display: inline-block;
                width: 100%;
        }
        .tabs-section .moblie-year-tab {
            display: none;
            height: 50px;
            z-index: 99;
            border-bottom: 1px solid #f2f2f2;
        }
        .tabs-section .moblie-year-tab h3 {
             padding: 12px 20px;
        }

        .filter-tab {
            display: block;
            float: right;
            border-bottom: 1px solid #f2f2f2;
            width: 100%;
            text-align: right;
            margin-bottom: 40px;
            padding-bottom: 8px;
            background: #fff;
        }

        .filter-tab li a.active {
            color: #40d0ad;
            border-bottom: 2px solid #40d0ad;
            padding-bottom: 10px;
        }

        .filter-tab li a {
            color: #a1a1a1;
        }

        .filter-tab li {
            margin-right: 20px;
            font-size: 16px;
            cursor: pointer;
            display: inline-block;
        }

        .timeline-section {
            clear: both;
            float: left;
            width: 100%;
            padding-bottom: 100px;
            margin-top: 30px;
        }

        .event-series {
            float: left;
            position: relative;
            width: 250px;
            padding-right: 25px;
            box-sizing: border-box;
            text-align:left;
            max-height: 600px;
            overflow-y: auto;
            overflow-x: hidden;
        }
        .event-series.disabled:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgba(255,255,255,0.8);
            z-index: 999;
        }

        .event-series-block {
            float: left;
            width: 290px;
            padding-right: 25px;
            box-sizing: border-box;
        }

        .timeline-block {
            box-sizing: border-box;
            float: right;
            width: 77%;
            padding-left: 5%;
            text-align:left;
        }

        .footer-wrapper {
            clear: both;
        }

        .event-series h5 {
            text-transform: uppercase;
        }

        .event-series h5 {
            text-transform: uppercase;
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 10px;
            margin-bottom: 20px;
            color: #03a9f5;
        }

        .year-series p {
            color: #000;
            position: relative;
            cursor: pointer;
            margin: 0;
        }

        .year-series p:last-child {
            margin-bottom: 0;
        }

        .list-dropdown li {
            margin-bottom: 10px;
            font-size: 16px;
            position: relative;
        }
        .list-dropdown li a{
            color: #000;
        }
        .list-dropdown li a.active {
            color: #40d0ad;
        }
        .list-dropdown li a.active:before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 10px;
            background: #40d0ad;
            position: absolute;
            top: 7px;
            left: -13px;
        }
        .list-dropdown {
            padding-left: 15px;
            margin-top: 15px;
        }

        .accordian-wrap {
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 15px;
            margin: 0 0 15px;
            padding-right: 25px;
        }

        .year-series p.open {
            color: #03a9f5;
            margin: 0;
        }

        .year-series p:before {
            content: "";
            border: solid #536d7a;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3.5px;
            position: absolute;
            right: 0;
            top: 9px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transition: all 0.3s ease;
        }

        .year-series p.open:before {
            right: 0;
            top: 10px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            border: solid #03a9f5;
            border-width: 0 2px 2px 0;
        }
        .list-dropdown .list-active{
            list-style-type: disc;
            color: #01a765;
        }
        .list-dropdown li.list-active a {
            color: #01a765;
        }

        .event-category {
            padding: 25px 40px;
            margin-left: 8%;
            border-bottom: 1px solid #f2f2f2;
            margin-bottom: 40px;
            transition: ease all 0.5s;
        }

        .event-category:hover {
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .05);
            border-bottom: 1px solid transparent;
            transition: ease all 0.5s;
        }

        .event-category h3 {
            float: left;
            width: 90%;
            margin-bottom: 25px;
        }

        .event-category .tag {
            float: right;
        }

        .event-category p {
            clear: both;
            color: #000;
        }

        .event-category .read-more {
            text-transform: capitalize;
            margin-top: 5px;
            display: inline-block;
        }

        .tag {
            padding: 2px 10px;
            font-size: 14px;
            color: #03a9f5;
            border: 1px solid #03a9f5;
            font-weight: 700;
        }

        .event-category-wrap {
            position: relative;
            margin-bottom: 150px;
        }

        .event-category-wrap:before {
            content: '';
            position: absolute;
            height: 100%;
            width: 1px;
            top: 0px;
            background: #f2f2f2;
            left: 20px;
            top: 70px;
        }

        .event-category-wrap:after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            border: 1px solid #dadada;
            border-radius: 100%;
            bottom: -70px;
            left: 15px;
            background: #fff;
        }

        .event-category-wrap>h3 {
            position: relative;
        }

        .event-category-wrap>h3:after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            border: 1px solid #dadada;
            border-radius: 100%;
            top: 60px;
            left: 15px;
            background: #fff;
        }

        .event-series.sticky {
            position: fixed;
            top: 0px;
            margin-top: 120px;
            transition: ease all 0.5s;
            -webkit-transition: ease all 0.5s;
            -moz-transition: ease all 0.5s;
        }

        .head {
            display: block;
            width: 100%;
        }
        .head h4 {
            max-width: 85%;
        }
        .mobile-wrap{
            display: none;
        }
        .tabs-section.sticky {
            position: fixed;
            top: 0;
            z-index: 10;
            max-width: 1170px;
            margin-top: 52px;
            background: #fff;
            display: block;
        }
        .tabs-section.sticky .filter-tab{
            margin-bottom: 0;
            padding-top: 8px;
        }
.tabs-section.sticky+.timeline-section {
    margin-top: 200px;
}
.event-category.blog .head {
    margin-bottom: 10px;
}
.download-apps a {
    margin-top: 0px;
}
.whatsnew-desc li {
    background: url(/sites/default/files/list-tick-blue.png) left 5px top 5px no-repeat;
    background-size: 16px auto;
    padding-left: 30px;
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.whatsnew-desc li > p {
    margin-bottom: 0;
}
iframe {
    width: 100%;
}
        @media screen and (max-width: 1279px){
            .whats-new-section {
                max-width: 1060px;
                padding: 0px 20px;
                margin-top: 50px;
            }
            .timeline-block{
                width: 70%;
            }
            .tabs-section.sticky{
                margin-top: 52px;
                left: 0;
                right: 0;
                max-width: 100%;
            }
            .tabs-section{
                left: 0;
                right: 0;
            }
            .whats-new-section h1:before, .whats-new-section h1:after{display:none}
        }
        @media screen and (max-width: 1199px){
            .timeline-section{
                margin-top: 100px;
            }
            .tabs-section{
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                margin-top: 90px;
                width: 95%;
                padding: 0px 20px;
                box-sizing: border-box;
            }
            .event-series{
                width: 270px;
            }
            .tabs-section.sticky{
                margin-top: 49px;
                width: 100%;
                padding: 0px;
            }

        }
        @media screen and (max-width: 1140px){
            .tabs-section.sticky{
                margin-top: 0px;
            }
            .event-series.sticky{
                margin-top: 80px;
            }
            .tabs-section.sticky .filter-tab{
                padding-right: 10px;
                padding-left: 10px;
                box-sizing: border-box;
            }
        }
        @media screen and (max-width: 991px){
            .event-series{
                width: 240px;
            }
            .timeline-block{
                padding-left: 1%;
            }
            .event-series {
                float: left;
                width: 30%;
                padding-right: 20px;
            }
            .event-category .tag{
                float: none;
                display: inline-block;
                margin-bottom: 15px;
                font-size: 12px;
            }
            .event-category h3 + .tag{
                display: none;
            }
            .whats-new-section {
                margin-top: 50px;
                margin-bottom: 50px;
            }
            .accordian-wrap{
                padding-bottom: 10px;
                margin: 0 0 10px;
            }
            .filter-tab{
                margin-bottom: 40px;
            }
            .head h4 {
               max-width: 100%;
            }
            .event-series {
               max-height: inherit;
               overflow-y: inherit;
               overflow-x: inherit;
            }
        }
        @media screen and (max-width: 767px){
            .tabs-section.sticky .filter-tab {
                margin-bottom: 0px;
            }
            .tabs-section.sticky .moblie-year-tab {
                display: inline-block;
                   float: left;
            }
            .whats-new-section {
                margin-top: 70px;
            }
            .timeline-block {
                width: 100%;
                padding-left: 0%;
            }
            .event-category h3 {
                float: left;
                width: 100%;
                margin-bottom: 15px;
            }
            .event-series.sticky{
                position: initial;
            }
            .event-series {
                background: #fff;
                padding: 10px;
                position: fixed;
            }
            .event-series {
                background: #fff;
                padding: 10px;
                position: fixed;
                width: 250px;
                border: 1px solid #f2f2f2;
                z-index: 2;
                left: -250px;
                transition: ease all 0.5s;
                -webkit-transition: ease all 0.5s;
                -moz-transition: ease all 0.5s;
                display: none;
            }
            .event-series.mobile-toggle{
                left: 0px;  
            }
            .event-series h5 {
                text-align: center;
            }
            .mobile-wrap {
                display: none;
                position: absolute;
                background: #fff;
                width: 50px;
                height: 50px;
                right: -52px;
                top: 0;
                border: 1px solid #f2f2f2;
                cursor: pointer;
            }
            .mobile-wrap:before {
                content: '+';
                position: absolute;
                left: 17px;
                right: 0;
                top: 6px;
                display: inline-block;
                font-size: 25px;
                margin: auto;
            }
            .event-series.mobile-toggle .mobile-wrap:before {
                content: '-';
                left: 20px;
                top: 1px;
                font-size: 30px;
            }
            .filter-tab{
                text-align: center;
            }
            .filter-tab li{
                margin-bottom: 10px;
            }
            .filter-tab li a.active{
                padding-bottom: 5px;
            }
            .event-category-wrap:before{
                left: 0
            }
            .event-category-wrap>h3:after, .event-category-wrap:after{
                left: -5px;
            }
            .event-category{
                margin-left: 10px;
                padding: 25px 25px;
            }
            .event-category-wrap {
                margin-bottom: 120px;
            }
            .event-category .read-more {
                margin-top: 0px;
            }
            .tabs-section.sticky{
                width: 100%;
                margin-top: 50px;
            }
        }