
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px
}

h1 {
    font: 42px/1.2 'Zoho_Puvi_Bold'
}

h1.center {
    font-size: 50px
}

.h2,
h2 {
    font: 34px/1.25 'Zoho_Puvi_SemiBold'
}

.h3,
h3 {
    font: 28px/1.3 'Zoho_Puvi_SemiBold'
}

.h4,
h4 {
    font: 24px/1.4 'Zoho_Puvi_SemiBold'
}

.h5,
h5 {
    font: 18px/1.4 'Zoho_Puvi_SemiBold'
}

.h6,
h6 {
    font-size: 16px
}

p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px
}
.whats-new-section {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.header-section {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 60px;
    background: #04a9f5;
    padding: 100px 0px;
    overflow: hidden;
}
.header-section:before {
    content: '';
    background: url(../newsletter/images/ems-nl-banner-bg.png) no-repeat;
    background-size: 85% auto;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    top: 0;
}
.header-section-wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: block;
    padding: 0 20px;
}
.header-section-wrap h1 {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    font: 42px/1.2 'Zoho_Puvi_Bold'
}
.tabs-section {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
}
.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;
    position: relative;
    z-index: 3;
}
.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: 680px;
    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: 10%;
    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: 10px;
    color: #03a9f5;
}
.year-series p {
    color: #000;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
    line-height: normal;
}
.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;
    padding: 15px 15px;
}
.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: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.year-series p.open:before {
    right: 0;
    top: 4px;
    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: 20px 0px;
    margin-left: 60px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    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;
    margin: 0px 0px 0px 20px;
}
.event-category p {
    clear: both;
    color: #000;
    margin-bottom: 15px;
}
.event-category .read-more {
    text-transform: capitalize;
    margin-top: 5px;
    display: inline-block;
}
.tag {
    padding: 2px 10px;
    font-size: 12px;
    color: #03a9f5;
    border: 1px solid #03a9f5;
    font-weight: 700;
}
.event-category-wrap {
    position: relative;
}
.event-category-year-wrap:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #f2f2f2;
    left: 20px;
    top: 20px;
}
.event-category-year-wrap .event-category-wrap:last-child .event-category:last-child {
    position: relative;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.event-category-year-wrap .event-category-wrap:last-child .event-category:last-child:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #5d7ce2;
    border-radius: 100%;
    bottom: -25px;
    left: -45px;
    background: #5d7ce2;
    z-index: 1;
}
.event-category-wrap>h3 {
    position: absolute;
    left: -69px;
    top: 15px;
    width: 52px;
    font-family: 'Zoho_Puvi_Bold'
}
.event-category-wrap>h3:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #617edc;
    border-radius: 100%;
    top: 15px;
    right: -42px;
    background: #fff;
    z-index: 1
}
.event-category-year-wrap > h2 {
    margin-left: -90px;
    font-family: 'Zoho_Puvi_Bold'
}
.event-category-year-wrap {
    position: relative;
    margin-bottom: 150px;
}
.event-category-year-wrap:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #617edc;
    border-radius: 100%;
    top: 15px;
    left: 15px;
    background: #617edc;
    z-index: 1;
}
.event-series.sticky {
    position: fixed;
    top: 0px;
    margin-top: 120px;
}
.head {
    display: block;
    width: 100%;
}
.head h4 {
    max-width: 85%;
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Zoho_Puvi_Bold';
    line-height: normal;
}
.mobile-wrap {
    display: none;
}
.tabs-section.sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    max-width: 100%;
    margin-top: 52px;
    background: #fff;
    display: block;
}
.tabs-section.sticky .filter-tab {
    margin-bottom: 0;
    padding-top: 8px;
}
.tabs-section.sticky+.whats-new-section {
    margin-top: 140px;
}
.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%;
}
.event-series.no-filter-need-top.sticky {
    margin-top: 120px;
}
.whats-update .tabs-section.sticky + .whats-new-section {
    margin-top: 60px;
}
.accordian-wrap.ac-open {
    background: #fafafa;
    padding: 15px;
}
.new .tag.new {
    color: #e25e5a;
    border-color: #e25e5a;
}
.head h4 {
    max-width: 100%;
    display: inline-block
}
.event-category .tag {
    float: none;
    display: inline-block;
    background: #fff59d;
    color: #f0483e;
    position: relative;
    border-width: 0px;
    padding: 1px 10px 1px 5px;
    top: -3px;
    margin: 0px 0px 0px 22px;
    display: none;
}
.enhancement.event-category .tag {
    background: #dcfaee;
    color: #23986b
}
.event-category .tag:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #fff59d;
    position: absolute;
    left: -13px;
    top: 0
}
.event-category.enhancement .tag:before {
    border-right: 13px solid #dcfaee;
}
.heading-menu{
    display:none;
}
#commonHeader {
    min-height: 90px;
}
.container{
    padding:0;
}
a.dclogosvg {
    font-size: 26px;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    margin-top:7px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.flex {
    display: flex;
}

.flex-inner {
    margin: 15px;
}

.whatsnew-desc a {
    display: block;
    box-shadow: 0 4px 2px 0px #0004;
    width: 200px;
    max-height: 235px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.whatsnew-desc a img{
    max-width:100%;
    height:auto;
}
.whatsnew-desc a:hover img {
    opacity: .4;
}
.whatsnew-desc a:hover:after {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    content: 'Click here';
    background-color: #40d0ad;
    text-decoration: none !important;
    line-height: normal;
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 5px;
    width:100px;
    height:20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 1279px) {
.whats-new-section {
    max-width: 1060px;
    padding: 0px 20px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
}
.tabs-section.sticky {
    margin-top: 52px;
    left: 0;
    right: 0;
    max-width: 100%;
}
.whats-new-section h1:before,  .whats-new-section h1:after {
    display: none
}
.timeline-block {
    width: 70%;
}
.tabs-section.sticky+.whats-new-section {
    margin-top: 70px;
}
.whats-update .tabs-section.sticky + .whats-new-section {
    margin-top: 0px;
}
}

@media screen and (max-width: 1199px) {
.event-series {
    width: 270px;
}
.tabs-section.sticky {
    margin-top: 49px;
    width: 100%;
    padding: 0px;
}
.header-section {
    margin-bottom: 10px;
}
}

@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;
}
.event-category-year-wrap > h2 {
    margin-left: 60px;
}
.event-category-wrap>h3 {
    position: relative;
    margin-left: 60px;
    left: auto;
}
.timeline-block {
    padding-left: 0;
}
.event-category-wrap>h3:after {
    top: 10px;
    right: 86px;
}
.whats-update .event-series.no-filter-need-top.sticky {
    margin-top: 50px;
}
}

@media screen and (max-width: 991px) {
.event-series {
    width: 240px;
}
.event-series {
    float: left;
    width: 30%;
    padding-right: 20px;
}
.event-category .tag {
    float: none;
    display: inline-block;
    margin: 0px 0px 15px 20px;
    font-size: 12px;
}
.event-category h3+.tag {
    display: none;
}
.timeline-section {
    padding-bottom: 0
}
.accordian-wrap {
    padding-bottom: 10px;
    margin: 0;
}
.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) {
.header-section {
    background: #5d7ce2;
    margin-bottom: 0;
}
    .event-category .tag{
        position: absolute;
        left: 0px;
        margin-left: 0px;
        padding: 1px 10px;
        top: 4px;
    }
    .head{
        position: relative;
        padding-top: 30px;
    }
    .event-category .tag:before{
        display: none;
    }
    
/*.header-section:before{
        display: none;
    }*/
.tabs-section {
    margin-top: 20px;
    padding: 0px;
}
.tabs-section.sticky {
    width: 100%;
    margin-top: 50px;
}
.tabs-section.sticky .filter-tab {
    margin-bottom: 0px;
}
.tabs-section.sticky .moblie-year-tab {
    display: inline-block;
    float: left;
    width: 100%;
}
.event-category-year-wrap > h2 {
    display: none;
}
.timeline-block {
    width: 100%;
    padding-left: 0;
}
.event-category-wrap>h3:after, .event-category-wrap:after, .event-category-year-wrap:after, .event-category-year-wrap:before {
    display: none;
}
.event-category-wrap>h3 {
    position: initial;
    width: auto;
    margin-bottom: 0;
    font-size: 32px;
    margin-left: 0;
}
.tabs-section.sticky+.whats-new-section {
    margin-top: 70px;
}
.event-category h3 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.event-series.sticky, .event-series {
    position: initial;
    display: none;
}
.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;
    margin-left: 10px;
    margin-right: 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: 0px;
    padding: 15px 0px;
}
.event-category-wrap {
    margin-bottom: 50px;
}
.event-category .read-more {
    margin-top: 0px;
}
.event-category-year-wrap {
    position: relative;
    margin-bottom: 0px;
}
.timeline-section {
    padding-bottom: 0px;
}
}
@media(max-width:600px){
.headerinner .prdLogo{
    width:100%;
}
a.dclogosvg{
    font-size:22px;
    margin:10px 0 0 0;
}
#header-topsec {
    min-height: 43px;
}
}