#layerBall, #layerBall:before {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal
}

.clipMe, .ticker-content {
    white-space: nowrap;
    overflow: hidden
}

.clipMe, .ticker, .ticker-content, .transcript-box {
    overflow: hidden
}

body {
    background: #ddd;
    font-family: Merriweather,serif;
    font-size: 14px
}

.twitter-timeline {
    margin-bottom: 15px !important
}

.fm-bold {
    font-weight: 700 !important
}

.sponsors {
    background: #fff;
    text-align: center;
    margin-top: 30px
}

    .sponsors h4 {
        font-weight: 700;
        color: #1d1e20;
        margin: 0;
        padding-top: 30px
    }

.sponsor-carousel .item {
    padding: 20px 0;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.twitter-follow {
    border: 2px solid #1b95e0;
    color: #1b95e0;
    padding: 14px;
    line-height: 1.6;
    margin: 20px 0;
    font-size: 16px
}

.grey {
    color: #e8e8e8
}

.bggrey {
    background-color: #e8e8e8
}

.black {
    color: #1d1e20
}

.bgblack {
    background-color: #1d1e20
}

.blue {
    color: #804B99
}

.bgblue {
    background-color: #804B99
}

.lightgrey {
    color: #c8c8c8
}

.bglightgrey {
    background-color: #c8c8c8
}

.bglightergrey {
    background-color: #eee
}

.bgwhite {
    background-color: #fff
}

.navigator.stickytop {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%
}

.page_area.stickypadding {
    padding-top: 80px
}

.transcript-box {
    max-height: 120px;
    position: relative;
    background: #fff;
    padding: 20px;
    margin: 0 0 25px
}

    .transcript-box p {
        font-size: 14px !important;
        line-height: 1.4em !important
    }

    .transcript-box .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px 0 50px;
        background-image: linear-gradient(to bottom,transparent,#ddd)
    }

    .transcript-box .button {
        color: #fff
    }

        .transcript-box .button:hover {
            color: #fff;
            background: #333
        }

.searchresults .feature {
    margin-bottom: 3px !important
}

.searchresults .meta, .searchresults h3 {
    margin-bottom: 5px !important
}

.searchresults h3 {
    font-size: 20px !important
}

.searchresults .xsltsearch_result_description {
    margin: 0 !important
}

.middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.content_area ul li:before {
    content: '-';
    left: -20px;
    position: absolute;
    top: -1px
}

.content_area ul li {
    margin-left: 30px;
    position: relative;
    line-height: 1.5;
    letter-spacing: .25px;
    list-style: none;
    margin-bottom: .25rem;
    font-size: 16px
}

.authors {
    margin: 0;
    padding: 0
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

hr {
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0
}

a.btn, a.btnblue, a.btnwhite {
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif
}

a {
    color: #1d1e20
}

.navwrap .navitem {
    display: block
}

ul#navigate, ul#navigate li, ul.tags, ul.tags li {
    display: inline-block
}

a:focus, a:hover {
    color: #804B99;
    text-decoration: none
}

a.btn {
    color: #fff;
    background-color: #804B99
}

    a.btn:hover, a.btnwhite {
        color: #804B99;
        background-color: #fff
    }

.clear {
    clear: both
}

a.btnblue, a.btnblue:hover, a.btnwhite:hover {
    background-color: #804B99;
    color: #fff
}

ul#navigate, ul.tags {
    margin: 5px 0
}

    ul.tags li {
        font-size: 12px
    }

        ul.tags li a {
            background: #804B99;
            color: #fff;
            padding: 5px
        }

    ul#navigate a:hover, ul.tags a:hover {
        background: #121212
    }

    ul.tags a:hover {
        color: #fff;
        padding: 5px
    }

    ul#navigate li a {
        background: #804B99;
        color: #fff;
        padding: 8px
    }

@media only screen and (min-width :992px) {
    .vert {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .pull-down {
        display: flex;
        align-items: flex-end
    }
}

article.feature {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    position: relative
}

    article.feature .inner {
        padding: 20px
    }

        article.feature .inner p.sectiontitle {
            font-size: 18px;
            margin: 0;
            padding: 0;
            font-weight: 700
        }

        article.feature .inner p.sectionsubtitle {
            font-size: 14px;
            margin: 0;
            padding: 0;
            font-weight: 700
        }

        article.feature .inner h1 {
            font-size: 24px;
            margin: 0 0 10px;
            padding: 0;
            line-height: 1.3;
            font-weight: 700
        }

        article.feature .inner h2 {
            font-size: 19px;
            margin: 0;
            padding: 0;
            line-height: 1.4em;
            font-weight: 700;
            display: inline-block
        }

        article.feature .inner h3, article.feature .related h3 {
            font-size: 18px;
            margin: 0;
            padding: 0;
            font-weight: 700
        }

    article.feature .related h3 {
        padding: 20px 0
    }

    article.feature .image {
        padding: 0;
        margin: 0;
        position: relative
    }

    article.feature .tag {
        position: absolute;
        z-index: 20;
        color: #fff;
        background: #000;
        padding: 10px;
        bottom: 0;
        margin: 0
    }

article.subfeature {
    min-height: 280px
}

ul.stories {
    margin: 0;
    padding: 0
}

    ul.stories li {
        margin: 20px 0 0;
        padding: 0;
        list-style: none
    }

        ul.stories li:first-child {
            margin-top: 0
        }

        ul.stories li span.img {
            margin: 0;
            padding: 0;
            float: left;
            width: 48%
        }

        ul.stories li span.text {
            margin: 0;
            padding: 0;
            float: right;
            width: 48%
        }

        ul.stories li h4 {
            font-size: 13px;
            line-height: 1.5;
            margin: 0;
            padding: 0
        }

.custom-counter {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .custom-counter li {
        counter-increment: step-counter;
        margin-bottom: 10px
    }

        .custom-counter li::before {
            content: counter(step-counter);
            margin-right: 10px;
            font-size: 3.4em;
            padding: 0 15px;
            float: left;
            clear: both;
            text-align: left;
            color: #ccc;
            min-width: 55px
        }

article.signup, div.signup {
    background-color: #804B99;
    margin-bottom: 20px
}

    article.signup div.inner, div.signup div.inner {
        background-color: #804B99;
        padding: 0 15px 15px
    }

        article.signup div.inner p, div.signup div.inner p {
            color: #fff;
            text-align: center
        }

    article.signup form div.input-group input.form-control, div.signup form div.input-group input.form-control {
        margin-bottom: 10px
    }

    article.signup p.title, div.signup p.title {
        font-size: 14px;
        padding: 10px 20px 0;
        text-align: center;
        color: #fff
    }

    article.signup form div.input-group input.form-control:focus, div.signup form div.input-group input.form-control:focus {
        border: 1px solid #eee;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }

.form-control::-moz-placeholder {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #804B99
}

div.custom-search-input .form-control::-moz-placeholder {
    color: #ccc;
    text-align: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400
}

article.signup div.inner form input.btnwhite, div.signup div.inner form input.btnwhite {
    background-color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #000;
    border: 0
}

    article.signup div.inner form input.btnwhite:hover, div.signup div.inner form input.btnwhite:hover {
        color: #fff;
        background-color: #000;
        border: 0
    }

article.signup div.inner form input.btnblue, div.signup div.inner form input.btnblue {
    background-color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    color: #804B99;
    border: 0
}

    article.signup div.inner form input.btnblue:hover, div.signup div.inner form input.btnblue:hover {
        color: #fff;
        background-color: #000;
        border: 0
    }

article.feature.twitter {
    background: #37a7d7
}

    article.feature.twitter p {
        color: #fff;
        text-align: center
    }

article.feature.featured p.title {
    position: absolute;
    text-align: bottom;
    width: 90%;
    color: #fff;
    font-size: 20px;
    left: 20px;
    bottom: 10px
}

    article.feature.featured p.title a {
        color: #fff
    }

        article.feature.featured p.title a:hover {
            color: #ccc
        }

article.feature.featured p.tag {
    top: 0;
    bottom: auto
}

article.feature.media .item {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee
}

    article.feature.media .item iframe, article.feature.media .item img {
        float: left;
        margin-right: 10px;
        width: 40%
    }

article.feature.media div.item p.title a {
    float: left;
    font-size: 12px;
    display: inline;
    width: 60%;
    line-height: 1.4em
}

article.feature.blog div.inner h3 {
    float: left
}

article.feature.blog div.inner p.title {
    font-size: 16px;
    color: #ccc;
    margin: 0;
    padding: 0;
    width: 100%;
    float: right
}

article.feature.blog div.inner h4 {
    margin-bottom: 10px
}

article.feature.archives div.item div.inner p {
    font-size: 14px;
    color: #ccc;
    width: 100%;
    float: right;
    line-height: 1.4em
}

article.feature.tags ul {
    margin: 0;
    padding: 0
}

    article.feature.tags ul li {
        display: inline-block;
        margin: 2px;
        font-size: 12px
    }

        article.feature.tags ul li a {
            background: #804B99;
            color: #fff;
            padding: 5px
        }

            article.feature.tags ul li a:hover {
                background: #000
            }

article.feature.twitter div.inner h4 {
    color: #fff
}

article.feature.event div.date {
    width: 30%;
    float: left;
    background: #636363;
    padding: .9em
}

article.feature.eventitem div.bg-alt {
    background: #1b0762 !important
}

article.feature.event div.date p {
    line-height: .8em;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0
}

    article.feature.event div.date p span {
        color: #fff;
        text-align: center;
        font-size: 22px;
        display: block;
        margin: 0;
        padding: 0;
        font-weight: 400;
        text-transform: uppercase
    }

article.feature.event div.venue {
    width: 66%;
    float: right;
    padding: 1em .5em
}

    article.feature.event div.venue p {
        font-size: 18px;
        line-height: 1.2em;
        font-family: Merriweather,serif
    }

div.search {
    margin: 10px 0 15px
}

.input-group .form-control {
    border-radius: 0
}

span.input-group-btn button.btn.btn-danger {
    border-radius: 0;
    background: #804B99;
    border: 1px solid #804B99;
    margin-left: 5px
}

div.navwrap, footer, nav {
    background: #1d1e20
}

.no-gutter {
    padding-right: 0;
    padding-left: 0
}

.no-gutterleft {
    padding-left: 0;
    padding-right: 8px
}

.no-gutterright {
    padding-right: 0;
    padding-left: 8px
}

.container-fluid {
    padding: 0
}

header {
    background: #fff
}

    header .inner {
        min-height: 150px;
        padding-top: 25px
    }

        header .inner .logo {
            padding-right: 25px
        }

.mobile-logo {
    padding: 10px 0 0 10px;
    width: 130px
}

div.navwrap, footer h4 {
    padding: 0
}

body.blog nav.nav-collapse.nav-collapse-0.closed ul li a.blog, body.events nav.nav-collapse.nav-collapse-0.closed ul li a.events, body.features nav.nav-collapse.nav-collapse-0.closed ul li a.features, body.home nav.nav-collapse.nav-collapse-0.closed ul li a.home, body.jobs nav.nav-collapse.nav-collapse-0.closed ul li a.jobs, body.news nav.nav-collapse.nav-collapse-0.closed ul li a.news, body.newsletters nav.nav-collapse.nav-collapse-0.closed ul li a.newsletters, body.summit nav.nav-collapse.nav-collapse-0.closed ul li a.summit, body.suppliers nav.nav-collapse.nav-collapse-0.closed ul li a.suppliers, body.video nav.nav-collapse.nav-collapse-0.closed ul li a.video, li.on a {
    color: #804B99
}

footer {
    padding-top: 40px
}

    footer h4 {
        margin: 0 0 20px;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }

    footer p {
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

div.footerbottom {
    background: #0f0f11;
    border-top: 1px solid #464749;
    padding: 30px 0;
    margin-top: 30px
}

    div.footerbottom p {
        margin-bottom: 4px
    }

    div.footerbottom ul {
        color: #fff;
        margin: 10px 0;
        padding: 0
    }

        div.footerbottom ul li {
            display: inlin-block;
            font-size: 12px;
            margin-right: 10px;
            margin-left: 0;
            padding: 0
        }

            div.footerbottom ul li a {
                color: #ccc
            }

                div.footerbottom ul li a:hover {
                    color: #804B99;
                    text-decoration: none
                }

    div.footerbottom p a {
        color: #ccc;
        display: inline
    }

        div.footerbottom p a:hover {
            color: #804B99;
            text-decoration: none
        }

footer ul {
    margin: 0;
    padding: 0
}

    footer ul li {
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 5px
    }

div.footerbottom div.share {
    padding: 10px
}

section.maincontent {
    margin: 0;
    padding: 0 0 10px
}

    section.maincontent article p {
        font-size: 16px;
        color: #3a3a3a;
        font-weight: 400;
        line-height: 30px
    }

    section.maincontent article h1 {
        color: #3a3a3a;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2em;
        margin: 0 0 20px;
        padding: 0
    }

    section.maincontent article p a {
        font-size: 16px;
        color: #804B99;
        font-weight: 400
    }

        section.maincontent article p a:hover {
            font-size: 16px;
            color: #3a3a3a;
            font-weight: 400
        }

article p#author span, article.feature.category ul.author li span, article.videoitem ul li a, div.mailinglist h4, section.related h3 {
    font-weight: 700
}

section.maincontent article ul.breadcrumbs, ul.page-breadcrumbs {
    margin: 0 0 20px;
    padding: 0
}

    section.maincontent article ul.breadcrumbs li, ul.page-breadcrumbs li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block
    }

        section.maincontent article ul.breadcrumbs li a, ul.page-breadcrumbs li a {
            color: #999
        }

            section.maincontent article ul.breadcrumbs li a:hover, section.maincontent article ul.breadcrumbs li.active, ul.page-breadcrumbs li a:hover, ul.page-breadcrumbs li.active {
                color: #804B99
            }

section.maincontent ul.contact {
    margin: 0;
    padding: 0
}

    section.maincontent ul.contact li {
        display: block;
        font-size: 16px;
        line-height: 2em
    }

        section.maincontent ul.contact li a {
            display: inline;
            color: #804B99
        }

            section.maincontent ul.contact li a:hover {
                color: #3a3a3a
            }

article p#author, article p#stamp {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.6em
}

article p#caption {
    font-size: 12px;
    margin: 10px 0 30px;
    padding: 0;
    line-height: 1.6em
}

section.related {
    margin: 30px 0;
    padding: 0
}

    section.related h3 {
        margin: 0 0 30px;
        padding: 0 0 15px;
        border-bottom: 1px solid #ccc
    }

article.feature.news .newsitem div.inner {
    padding-top: 0;
    padding-bottom: 30px
}

    article.feature.news .newsitem div.inner h2 {
        margin-top: 15px
    }

    article.feature.news .newsitem div.inner p.time {
        margin: 15px 0
    }

    article.feature.news .newsitem div.inner p {
        font-size: 14px
    }

article.feature.news .newsitem div.item {
    margin: 0 15px 15px;
    border-bottom: 1px solid #eee;
    padding: 0
}

article.feature.news .newsitem div.itemleft {
    float: left;
    width: 40%
}

article.feature.news .newsitem div.itemright {
    float: right;
    width: 60%
}

    article.feature.news .newsitem div.itemright h3 {
        font-size: 13px;
        margin: 0 0 5px;
        line-height: 1.4em
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.videoitem {
    margin: 20px 0
}

div.videoitem h3 {
    margin-bottom: 15px !important;
    line-height: 1.3em
}

.input-group {
    margin: 0 auto;
    text-align: center;
    width: 100%
}

p.load a {
    font-size: 16px;
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #804B99;
    color: #fff
}

    p.load a:hover {
        background: #1d1e20;
        color: #fff
    }

article.feature.news h3 {
    line-height: 1.6em
}

article.feature.news p {
    line-height: 1.6em;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px
}

    article.feature.news p a {
        font-size: 12px;
        display: inline
    }

        article.feature.news p a:hover {
            font-size: 12px
        }

article.feature.news hr {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee
}

article.feature.news div.image {
    margin-bottom: 10px
}

article.feature.news div.related {
    margin-left: 0
}

article.feature.category h3 {
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 22px
}

article.feature.category p {
    font-size: 12px;
    line-height: 1.3em
}

article.feature.category ul.author {
    margin: 10px 0
}

    article.feature.category ul.author li {
        margin: 0;
        list-style: none;
        display: block;
        font-size: 12px
    }

        article.feature.category ul.author li a {
            color: #121212;
            display: inline;
            background: 0 0;
            margin: 0;
            padding: 0
        }

article.newsarticle hr, div.mailinglist {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

article.feature.category ul.author li a:hover {
    color: #804B99
}

article.newsarticle hr {
    border-top: 1px solid #dfdfdf
}

div.mailinglist {
    border-left: 10px solid #804B99;
    border-right: 10px solid #804B99;
    padding: 20px;
    background: #fff
}

    div.mailinglist h4 {
        font-size: 36px
    }

    div.mailinglist h5 {
        font-size: 16px
    }

    div.mailinglist input.btnblue {
        color: #fff;
        border: 0;
        border-radius: 0;
        background: #804B99;
        font-size: 16px;
        padding: 10px 25px;
        text-transform: uppercase;
        margin-top: 10px
    }

        div.mailinglist input.btnblue:hover {
            color: #804B99;
            background: #fff
        }

article.videoitem {
    margin-top: 0;
    margin-bottom: 30px
}

    article.videoitem ul {
        margin: 10px 0
    }

        article.videoitem ul li {
            list-style: none;
            display: inline-block;
            font-size: 12px
        }

            article.videoitem ul li a {
                display: inline-block
            }

p.message {
    font-size: 14px !important;
    display: block;
    border: 1px solid #804B99;
    padding: 10px;
    background: #804B99;
    color: #fff !important
}

article.feature.eventitem div.badge {
    position: absolute;
    z-index: 20;
    background: 0 0;
    right: 0;
    margin: 10px 15px 15px
}

article.feature.eventitem div.date {
    background: #804B99;
    float: left;
    padding: 2em 1em;
    width: 30%
}

    article.feature.eventitem div.date p {
        line-height: .8em;
        color: #fff;
        text-align: center;
        font-size: 34px;
        font-family: Roboto,sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 0
    }

        article.feature.eventitem div.date p span {
            color: #fff;
            text-align: center;
            font-size: 24px;
            display: block;
            margin: 0;
            padding: 0;
            font-weight: 400;
            text-transform: uppercase
        }

article.feature.eventitem div.venue {
    width: 66%;
    float: right
}

    article.feature.eventitem div.venue h3 {
        font-size: 18px;
        line-height: 1.2em;
        font-family: Merriweather,serif
    }

div#eventinfo {
    width: 40%;
    float: right
}

div#eventdate {
    background: #804B99;
    padding: 1em;
    width: 30%;
    float: right;
    margin-left: 10px
}

    div#eventdate p {
        color: #fff;
        font-family: Roboto,sans-serif;
        font-weight: 700;
        line-height: .8em;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 30px
    }

        div#eventdate p span {
            display: block;
            font-size: 22px;
            font-weight: 400;
            text-transform: uppercase
        }

div#eventbadge {
    float: right
}

body.events section.maincontent article h1 {
    width: 60%;
    float: left
}

section.archive {
    margin: 20px 0;
    display: block
}

    section.archive article.feature.eventitem div.inner div.venue h3 {
        font-size: 14px
    }

ul#supplierlist {
    margin: 20px 0 0;
    padding: 0
}

    ul#supplierlist li {
        background: #fff;
        border: 1px solid #c6c6c7;
        color: #804B99;
        display: block;
        font-size: 16px;
        padding: 12px 17px;
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 700
    }

        ul#supplierlist li span {
            display: block;
            font-size: 12px;
            margin-top: 5px
        }

div.supplier {
    background: #fafafa;
    border: 1px solid #804B99;
    display: block;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 10px
}

    div.supplier.pro {
        background: #e3ebee
    }

    div.supplier ul {
        margin: 10px 0 0;
        padding: 0
    }

        article.feature.categories ul, div.supplier ul li {
            margin: 0;
            padding: 0
        }

        div.supplier ul li {
            list-style: none;
            display: block;
            line-height: 1.6em;
            font-size: 13px
        }

            div.supplier ul li a {
                display: inline;
                color: #804B99
            }

                div.supplier ul li a:hover {
                    color: #1d1e20
                }

article.feature.categories ul li {
    margin: 0 0 12px;
    padding: 0;
    list-style: none
}

    article.feature.categories ul li a {
        line-height: 1.4em
    }

        article.feature.categories ul li a:hover {
            color: #804B99
        }

div.authorlist div.image {
    text-align: center
}

    div.authorlist div.image img {
        text-align: center;
        margin: 0 auto;
        border: 4px solid #fff
    }

div.authorlist h4 {
    font-size: 12px
}

div.authorimage {
    margin: 0 20px 20px 0;
    padding: 0
}

p.contactbutton a {
    color: #fff !important;
    background: #804B99;
    padding: 5px 10px;
    display: inline-block
}

    p.contactbutton a:hover {
        color: #fff !important;
        background: #000
    }

section.archive h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block
}

article.feature.articles h3 {
    font-size: 22px;
    margin: 0
}

article.feature.articles p {
    font-size: 12px;
    margin: 10px 0;
    padding: 0
}

    article.feature.articles p span {
        color: #fff;
        background: #000;
        padding: 5px
    }

body.generic section.maincontent article.newsarticle h3 {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 700
}

div#terms h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0
}

div#terms p {
    font-size: 12px
}

@media screen and (max-width:767px) {
    .container, .container-fluid {
        padding: 0
    }

    header div.navwrap.container-fluid div.container {
        background: #fff
    }

    .nav-collapse a {
        color: #fff;
        text-decoration: none;
        width: 100%;
        background: #804B99;
        padding: .7em 1em;
        text-transform: uppercase;
        border-bottom: 1px solid #5eb9de
    }

    .nav-toggle {
        display: block
    }

    .js .nav-collapse {
        overflow: hidden
    }

    nav.nav-collapse.nav-collapse-0.opened ul li a:hover {
        color: #fff;
        background: #2b86ab
    }

    div.navwrap {
        padding: 0;
        background: #1d1e20
    }
}

@media screen and (max-width:480px) {
    article.feature .inner h2 {
        font-size: 14px
    }

    article.feature div.image p.tag {
        font-size: 10px
    }
}

@media only screen and (min-width :320px) {
    div.footerbottom p, div.footerbottom ul, div.footerlogo {
        margin-left: 15px
    }

    article.feature.blog .item img, article.feature.media .item iframe, article.feature.media .item img {
        width: 30%;
        float: left
    }

    article.feature.blog div.inner p.title {
        margin-top: 10px
    }

    div.footerlogo {
        margin-bottom: 25px
    }

    article.feature.media {
        background: 0 0;
        border: none
    }

        article.feature.media .item {
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #d7d7d7
        }

        article.feature.media .inner {
            padding: 20px 0
        }

    article.feature.blog {
        background: 0 0;
        border: none
    }

        article.feature.blog .item {
            padding: 10px;
            margin-bottom: 15px;
            background: #fff;
            border: 1px solid #d7d7d7
        }

        article.feature.blog .inner {
            padding: 20px 0
        }

    article.feature.news .newsitem div.itemright {
        width: 100%
    }

    article.feature.news div.related {
        margin-left: 0
    }

    article.newsarticle ul#navigate, article.newsarticle ul.tags {
        float: left
    }

    div.authorimage {
        margin: 0 0 15px
    }

    section.related div.col-sm-4.no-gutterright {
        padding-right: 0;
        padding-left: 0
    }

    section.maincontent article h1 {
        font-size: 30px
    }

    body.events section.maincontent article h1 {
        float: left;
        width: 100%
    }

    body.events div#eventinfo {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

    div#eventdate {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        padding: 1em;
        width: auto
    }

    div#eventbadge {
        float: left
    }

    article.feature.eventitem div.date {
        padding: .5em;
        width: 100%
    }

        article.feature.eventitem div.date p {
            font-size: 24px
        }

            article.feature.eventitem div.date p span {
                font-size: 18px
            }

    article.feature.eventitem div.venue {
        width: 100%
    }
}

@media only screen and (min-width :480px) {
    article.feature.blog div.inner p.title {
        margin-top: 10px
    }

    div.footerlogo {
        margin-left: 15px;
        margin-bottom: 25px
    }

    article.feature.blog .inner, article.feature.media .inner {
        padding: 20px 0
    }

    article.feature.news .newsitem div.itemright {
        width: 100%
    }

    article.feature.news div.related {
        margin-left: 0
    }
}

@media only screen and (min-width :768px) {
    article.feature.blog div.inner p.title {
        margin-top: 10px
    }

    article.feature.featured div.image p.title {
        font-size: 12px;
        line-height: 1.4em
    }

    article.feature.signup div.image p.title, div.feature.signup div.image p.title {
        font-size: 12px
    }

    article.feature.event div.venue p {
        font-size: 14px
    }

    article.feature.event div.date p {
        font-size: 18px
    }

        article.feature.event div.date p span {
            font-size: 12px
        }

    article.feature.media .inner {
        padding: 20px
    }

    article.feature.media {
        background: #fff;
        border: 1px solid #d7d7d7
    }

        article.feature.media .item iframe, article.feature.media .item img {
            float: left;
            width: 100%
        }

        article.feature.media div.item p.title a {
            float: left;
            font-size: 12px;
            display: inline;
            width: 100%;
            margin-top: 10px;
            line-height: 1.4em
        }

        article.feature.media .item {
            padding: 20px;
            margin-bottom: 0;
            border: 0
        }

    article.feature.blog {
        background: #fff;
        border: 1px solid #d7d7d7
    }

        article.feature.blog .inner {
            padding: 20px
        }

        article.feature.blog .item {
            border: 0;
            padding: 20px
        }

    article.feature.news .newsitem div.itemright {
        width: 100%
    }

    article.feature.news div.related {
        margin-left: 0
    }

    article.newsarticle ul#navigate, article.newsarticle ul.tags {
        float: left
    }

    div.authorimage {
        margin: 0 0 15px
    }

    section.related div.col-sm-4.no-gutterright {
        padding-right: 0;
        padding-left: 8px
    }

    section.maincontent article h1 {
        font-size: 30px
    }

    body.events div#eventinfo, body.events section.maincontent article h1 {
        float: left;
        width: 100%
    }

    div#eventdate {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        padding: 1em;
        width: auto
    }

    div#eventbadge {
        float: left
    }

    ul.stories li span.img {
        display: none
    }

    ul.stories li span.text {
        width: 100%
    }

    article.feature.eventitem div.date {
        padding: 2em 1em;
        width: 30%
    }

        article.feature.eventitem div.date p {
            font-size: 34px
        }

            article.feature.eventitem div.date p span {
                font-size: 24px
            }

    article.feature.eventitem div.venue {
        width: 70%
    }
}

@media only screen and (min-width :992px) {
    article.feature.blog div.inner p.title {
        margin-top: 10px
    }

    article.feature.featured div.image p.title, article.feature.signup div.image p.title, div.feature.signup div.image p.title {
        font-size: 16px
    }

    article.feature.event div.venue p {
        font-size: 18px
    }

    article.feature.event div.date p {
        font-size: 30px
    }

        article.feature.event div.date p span {
            font-size: 22px
        }

    div.footerlogo {
        margin-left: 0;
        margin-bottom: 0
    }

    article.feature.media .inner {
        padding: 20px
    }

    article.feature.media {
        background: #fff;
        border: 1px solid #d7d7d7
    }

        article.feature.media .item iframe, article.feature.media .item img {
            float: left;
            margin-right: 10px;
            width: 45%
        }

        article.feature.media div.item p.title a {
            float: left;
            font-size: 12px;
            display: inline;
            width: 45%;
            margin-top: 0;
            line-height: 1.4em
        }

        article.feature.media .item {
            padding: 20px;
            margin-bottom: 0;
            border: 0
        }

    article.feature.blog {
        background: #fff;
        border: 1px solid #d7d7d7
    }

        article.feature.blog .inner {
            padding: 20px
        }

        article.feature.blog .item {
            border: 0;
            padding: 20px
        }

    article.feature.news .newsitem div.itemright {
        width: 100%
    }

    .footerbottom .left {
        float: left
    }

    .footerbottom .right, article.newsarticle ul#navigate {
        float: right
    }

    div.footerbottom div.share {
        padding: 0
    }

    article.feature.news div.related {
        margin-left: 15px
    }

    div.authorimage {
        margin: 0 15px 15px 0
    }

    section.related div.col-sm-4.no-gutterright {
        padding-right: 0;
        padding-left: 8px
    }

    section.maincontent article h1 {
        font-size: 40px
    }

    body.events section.maincontent article h1 {
        float: left;
        width: 60%
    }

    body.events div#eventinfo {
        float: right;
        width: 40%
    }

    div#eventdate {
        float: right;
        margin-left: 10px;
        padding: 1em;
        width: auto
    }

    div#eventbadge {
        float: right
    }

    ul.stories li span.img {
        width: 48%;
        display: block
    }

    ul.stories li span.text {
        width: 48%
    }

    article.feature.eventitem div.date {
        padding: 2em 1em;
        width: 30%
    }

        article.feature.eventitem div.date p {
            font-size: 34px
        }

            article.feature.eventitem div.date p span {
                font-size: 24px
            }

    article.feature.eventitem div.venue {
        width: 70%
    }
}

article.signup a.btn, div.signup a.btn {
    margin: 0;
    background: #fff;
    color: #2f8fb7;
    border: none
}

    article.signup a.btn:hover, div.signup a.btn:hover {
        background: #111;
        color: #fff
    }

@media only screen and (min-width :1200px) {
    article.feature.blog div.inner p.title, div.feature.blog div.inner p.title {
        float: right;
        width: auto;
        margin: 0
    }

    article.feature.featured div.image p.title, article.feature.signup div.image p.title, div.feature.featured div.image p.title, div.feature.signup div.image p.title {
        font-size: 20px
    }

    div.footerlogo {
        margin-left: 0;
        margin-bottom: 0
    }

    div.footerbottom p, div.footerbottom ul {
        margin-left: 0
    }

    article.feature.event div.venue p, div.feature.event div.venue p {
        font-size: 18px
    }

    article.feature.event div.date p, div.feature.event div.date p {
        font-size: 30px
    }

        article.feature.event div.date p span, div.feature.event div.date p span {
            font-size: 22px
        }

    article.feature.media .item img, div.feature.media .item img {
        float: left;
        margin-right: 10px;
        width: 30%
    }

    article.feature.media .item iframe, div.feature.media .item iframe {
        float: left;
        margin-right: 10px;
        width: 100%
    }

    article.feature.media div.item p.title a, div.feature.media div.item p.title a {
        float: left;
        font-size: 13px;
        display: inline;
        width: 60%;
        margin-top: 0
    }

    article.feature.media .item, div.feature.media .item {
        padding: 20px;
        margin-bottom: 0;
        border: 0
    }

    article.feature.blog, article.feature.media, div.feature.blog, div.feature.media {
        background: #fff;
        border: 1px solid #d7d7d7
    }

        article.feature.blog .inner, div.feature.blog .inner {
            padding: 20px
        }

        article.feature.blog .item, div.feature.blog .item {
            border: 0;
            padding: 20px
        }

    article.feature.news .newsitem div.itemright, div.feature.news .newsitem div.itemright {
        width: 60%
    }

    article.signup div.inner, div.signup div.inner {
        padding: 0 20px 20px
    }

    article.signup p.title, div.signup p.title {
        font-size: 17px;
        padding: 10px 20px 0
    }

    .footerbottom .left {
        float: left
    }

    .footerbottom .right, article.newsarticle ul#navigate {
        float: right
    }

    div.footerbottom div.share {
        padding: 0
    }

    article.feature.news div.related, div.feature.news div.related {
        margin-left: 15px
    }

    div.authorimage {
        margin: 0 15px 15px 0
    }

    section.related div.col-sm-4.no-gutterright {
        padding-right: 0;
        padding-left: 8px
    }

    section.maincontent article h1 {
        font-size: 40px
    }

    body.events section.maincontent article h1 {
        float: left;
        width: 60%
    }

    body.events div#eventinfo {
        float: right;
        width: 40%
    }

    div#eventdate {
        float: right;
        margin-left: 10px;
        padding: 1em;
        width: auto
    }

    div#eventbadge {
        float: right
    }

    ul.stories li span.img {
        width: 48%;
        display: block
    }

    ul.stories li span.text {
        width: 48%
    }

    article.feature.eventitem div.date, div.feature.eventitem div.date {
        padding: 2em 1em;
        width: 25%
    }

        article.feature.eventitem div.date p, div.feature.eventitem div.date p {
            font-size: 34px
        }

            article.feature.eventitem div.date p span, div.feature.eventitem div.date p span {
                font-size: 24px
            }

    article.feature.eventitem div.venue, div.feature.eventitem div.venue {
        width: 75%
    }

        article.feature.eventitem div.venue h3, div.feature.eventitem div.venue h3 {
            margin: 0 0 10px;
            padding: 0;
            line-height: 1.3;
            font-weight: 700
        }

        article.feature.eventitem div.venue p, div.feature.eventitem div.venue p {
            font-size: 14px;
            line-height: 1.4em
        }
}

.tag-headadvert {
    /* display: none */
}

#leaderboard img {
    float: right;
    width: 728px
}

.fm-margin-b-15 {
    margin-bottom: 15px
}

.fm-margin-b-20 {
    margin-bottom: 20px
}

.fm-margin-b-25 {
    margin-bottom: 25px
}

.fm-margin-r-10 {
    margin-right: 10px
}

.fm-margin-l-10 {
    margin-left: 10px
}

article.new-categories div.inner h3 {
    font-size: 24px;
    line-height: 1.3em
}

article.new-categories div.inner p {
    font-size: 14px;
    line-height: 1.4em
}

article.new-categories div.image {
    margin-bottom: 0 !important
}

article.new-categories div.related ul li:last-child {
    margin-bottom: 20px
}

article.feature div.inner p.view-more a, div.feature div.inner p.view-more a {
    font-size: 16px;
    margin: 0;
    padding: 0;
    float: right;
    display: inline;
    color: #5d5d5d
}

    article.feature div.inner p.view-more a:hover, div.feature div.inner p.view-more a:hover {
        color: #337ab7
    }

article.feature.media .item .arrow img, div.feature.media .item .arrow img {
    width: 17px;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute
}

.ticker-swipe {
    background: #e8e8e8
}

p.title {
    z-index: 100;
    position: relative
}

.pickgradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.65)),color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 )
}

@media only screen and (min-width:320px) {
    article.feature.blog .item:last-child, div.feature.blog .item:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1200px) {
    .nav-collapse a {
        padding: 1em 1.3em;
        font-size: 14px
    }
}

.container {
    max-width: 1366px;
    width: 100%
}

.nav-collapse.opened li.on a {
    color: #333
}

@media only screen and (max-width :480px) {
    .no-gutterright {
        padding-right: 8px;
        padding-left: 8px
    }

    #newsHome .featured-news-item:nth-child(even), #newsHome .featured-news-item:nth-child(odd) {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.pagination-tt {
    display: none
}

#xsltsearch .pagination-tt, .supplierscat .pagination-tt {
    display: block
}

#xsltsearch .pagination-tt {
    margin-top: 15px
}

article.twitter {
    background: #37a7d7;
    margin-bottom: 20px
}

    article.twitter p {
        color: #fff;
        text-align: left
    }

    article.twitter a {
        display: inline
    }

.topfooterlinks {
    font-size: 12px;
    color: #aaa;
    display: block;
    margin-bottom: 5px
}

    .topfooterlinks a {
        display: inline;
        color: #ccc
    }

        .topfooterlinks a:hover {
            color: #804B99
        }

.footer_last {
    border-top: 1px solid #4D4E4F;
    padding: 20px 40px;
    background: rgba(0,0,0,.5)
}

.topfooterlinks a:after {
    content: "/";
    padding: 0 .5em
}

.topfooterlinks a:last-child:after {
    content: "";
    padding: 0
}

.perfect-partners a {
    border: 3px solid #ccc;
    display: block
}

.tags a {
    font-size: 12px
}

article.feature.tags a, div.feature.tags a {
    background: #804B99;
    color: #fff;
    padding: 5px
}

    article.feature.tags a:hover, div.feature.tags a:hover {
        background: #000
    }

#newsHome .featured-news-item:nth-child(odd) {
    padding-left: 0px;
    padding-right: 8px
}

#newsHome .featured-news-item:nth-child(even) {
    padding-right: 0;
    padding-left: 8px
}

.load-more {
    font-size: 16px;
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #636363;
    color: #fff
}

    .load-more:hover {
        background: #804B99;
        color: #fff;
        cursor: pointer;
        cursor: hand
    }

article.feature {
    z-index: 3
}

    article.feature::after, article.feature::before {
        width: 100%;
        height: 100%;
        z-index: 3;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transition: .5s;
        pointer-events: none
    }

    article.feature::before {
        border-bottom: 1px solid #5d2d7d;
        border-left: 1px solid #5d2d7d;
        -webkit-transform-origin: 0 100%
    }

    article.feature::after {
        border-top: 1px solid #5d2d7d;
        border-right: 1px solid #5d2d7d;
        -webkit-transform-origin: 100% 0
    }

    article.feature:hover::after, article.feature:hover::before {
        -webkit-transform: scale(1)
    }

form.reports {
    max-width: 100%;
    margin: 10px auto;
    padding: 10px 20px;
    background: #f4f7f8;
    border-radius: 3px
}

    form.reports input[type=date], form.reports input[type=datetime], form.reports input[type=email], form.reports input[type=number], form.reports input[type=password], form.reports input[type=search], form.reports input[type=tel], form.reports input[type=text], form.reports input[type=time], form.reports input[type=url], form.reports select, form.reports textarea {
        background: rgba(255,255,255,.1);
        border: none;
        font-size: 16px;
        height: auto;
        margin: 0 0 30px;
        outline: 0;
        padding: 15px;
        width: 100%;
        background-color: #e8eeef;
        color: #8a97a0;
        box-shadow: 0 1px 0 rgba(0,0,0,.03) inset
    }

    form.reports input[type=checkbox], form.reports input[type=radio] {
        margin: 0 4px 8px 0
    }

    form.reports select {
        padding: 6px;
        height: 32px;
        border-radius: 2px
    }

    form.reports button {
        padding: 19px 39px 18px;
        color: #FFF;
        background-color: #4bc970;
        font-size: 18px;
        text-align: center;
        font-style: normal;
        border-radius: 1px;
        width: 100%;
        border: 1px solid #3ac162;
        border-width: 1px 1px 3px;
        box-shadow: 0 -1px 0 rgba(255,255,255,.1) inset;
        margin-bottom: 10px
    }

    form.reports fieldset {
        margin-bottom: 10px;
        border: none
    }

    form.reports legend {
        font-size: 1.4em;
        margin-bottom: 10px;
        padding: 15px 0
    }

    form.reports label {
        display: block;
        margin-bottom: 8px
    }

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        padding: 25px 25px 0
    }
}

form.newsletter-signup {
    max-width: 100%;
    background: #fff;
    border-radius: 3px
}

.newsletter-signup {
    padding: 20px;
}

form.newsletter-signup input[type=date], form.newsletter-signup input[type=datetime], form.newsletter-signup input[type=email], form.newsletter-signup input[type=number], form.newsletter-signup input[type=password], form.newsletter-signup input[type=search], form.newsletter-signup input[type=tel], form.newsletter-signup input[type=text], form.newsletter-signup input[type=time], form.newsletter-signup input[type=url], form.newsletter-signup select, form.newsletter-signup textarea {
    background: rgba(255,255,255,.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0 0 30px;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,.03) inset
}

form.newsletter-signup input[type=checkbox], form.newsletter-signup input[type=radio] {
    margin: 0 4px 8px 0
}

form.newsletter-signup select {
    padding: 6px;
    height: 32px;
    border-radius: 2px
}

form.newsletter-signup button {
    padding: 19px 39px 18px;
    color: #FFF;
    background-color: #804B99;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 1px;
    width: 100%;
    border: none;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255,255,255,.1) inset;
    margin-bottom: 10px
}

form.newsletter-signup fieldset {
    margin-bottom: 10px;
    border: none
}

form.newsletter-signup legend {
    font-size: 1.4em;
    margin-bottom: 10px;
    padding: 15px 0
}

form.newsletter-signup label {
    display: block;
    margin-bottom: 8px
}

label.light {
    font-weight: 300;
    display: inline
}

.number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: .8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    border-radius: 100%
}

.newsletterarchive .venue h3 {
    font-size: 16px;
    border: none
}

@media only screen and (min-width:1200px) {
    .newsletterarchive .date {
        padding: 1em .5em !important;
        width: 20% !important
    }

    .featherlight .featherlight-content {
        max-width: 50%
    }

    .newsletterarchive .venue {
        width: 80% !important
    }
}

.align-right {
    text-align: right
}

.featureSlick, .mb {
    margin-bottom: 20px !important
}

/*.item img {
    display: block;
    max-width: 100%;
    max-height: 222px;
    height: auto;
}*/

.slick-prev {
    position: absolute;
    right: 0;
    z-index: 1
}

.slick-next {
    position: absolute;
    right: 30px;
    top: 0
}

.r_content {
    position: absolute;
    bottom: 0;
    z-index: 99
}

    .r_content .r_title {
        color: #fff;
        width: 100%;
        display: inline-block;
        background: rgba(0,0,0,.39);
        margin: 4px 0 0
    }

#layerBall:after, .inner_f {
    background-color: #E84A4A;
    content: no-close-quote
}

.r_content .r_title a {
    display: block;
    padding: 15px 20px;
    color: #fff
}

.arrows {
    padding: 15px
}

    .arrows i {
        color: rgba(0,0,0,.59)
    }

        .arrows i:hover {
            color: #804B99;
            transition: 1s;
            cursor: pointer
        }

article.nextprevFeature {
    min-height: 52px;
    line-height: 4.5
}

.roundPhoto {
    border-radius: 50%
}

.ticker-wrapper.has-js {
    padding: 2px 0;
    width: 620px;
    height: 29px;
    display: block;
    float: left;
    font-size: 12px
}

.ticker {
    width: 710px;
    height: 23px;
    display: block;
    position: relative
}

.ticker-title {
    display: none !important;
    padding-top: 2px;
    color: #777;
    font-weight: 700;
    text-transform: uppercase
}

.ticker-content {
    left: 0 !important;
    margin: 0;
    padding-top: 8px;
    position: absolute;
    color: #4A4A4A;
    font-weight: 700;
    line-height: 1.2em
}

    .ticker-content a {
        text-decoration: none;
        color: #777
    }

.ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0;
    display: block;
    width: 800px;
    height: 23px
}

    .ticker-swipe span {
        margin-left: 1px;
        border-bottom: 1px solid #fff;
        height: 12px;
        width: 7px;
        display: block
    }

.ticker-controls {
    padding: 8px 0 0;
    list-style-type: none;
    float: left
}

    .ticker-controls li {
        padding: 0;
        margin-left: 5px;
        float: left;
        cursor: pointer;
        height: 16px;
        width: 16px;
        display: block
    }

.js-hidden, .thelightbox {
    display: none
}

.ticker-controls li.jnt-play-pause {
    background-image: url(../images/controls.png);
    background-position: 32px 16px
}

    .ticker-controls li.jnt-play-pause.over {
        background-position: 32px 32px
    }

    .ticker-controls li.jnt-play-pause.down {
        background-position: 32px 0
    }

    .ticker-controls li.jnt-play-pause.paused {
        background-image: url(../images/controls.png);
        background-position: 48px 16px
    }

        .ticker-controls li.jnt-play-pause.paused.over {
            background-position: 48px 32px
        }

        .ticker-controls li.jnt-play-pause.paused.down {
            background-position: 48px 0
        }

.ticker-controls li.jnt-prev {
    background-image: url(../images/controls.png);
    background-position: 0 16px
}

    .ticker-controls li.jnt-prev.over {
        background-position: 0 32px
    }

    .ticker-controls li.jnt-prev.down {
        background-position: 0 0
    }

.ticker-controls li.jnt-next {
    background-image: url(../images/controls.png);
    background-position: 16px 16px
}

    .ticker-controls li.jnt-next.over {
        background-position: 16px 32px
    }

    .ticker-controls li.jnt-next.down {
        background-position: 16px 0
    }

.no-js-news {
    padding: 10px 0 0 45px;
    color: #F8F0DB
}

.left .ticker, .left .ticker-content, .left .ticker-controls, .left .ticker-title {
    float: left
}

.left .ticker-controls {
    padding-left: 6px
}

.right .ticker, .right .ticker-content, .right .ticker-controls, .right .ticker-title {
    float: right
}

.right .ticker-controls {
    padding-right: 6px
}

.freq_out {
    float: left;
    margin: 12px;
    direction: ltr
}

.freq {
    position: relative;
    width: 10px;
    height: 10px;
    top: 1px
}

.inner_f {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 3px
}

#layerBall, #layerBall:after, #layerBall:before {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    z-index: 99
}

#layerBall {
    box-shadow: 0 0 1px #E84A4A;
    top: 0;
    left: 0;
    -webkit-animation-name: pulsee;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s
}

    #layerBall:before {
        box-shadow: 0 0 4px #E84A4A;
        content: no-close-quote;
        -webkit-animation-name: pulseee;
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@-webkit-keyframes pulsee {
    0%,100% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(1);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(3);
        opacity: 0
    }
}

@-webkit-keyframes pulseee {
    0%,100% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.5);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pulsee {
    0%,100% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(1);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(3);
        opacity: 0
    }
}

@keyframes pulseee {
    0%,100% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    10% {
        -webkit-transform: scale(.5);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

.sliderFullWidth {
    width: 100%
}



.clipMe {
    text-overflow: ellipsis;
    width: 400px
}

.partnerLogo {
    border-radius: 5px
}

.content_area img {
    max-width: 100%;
    height: auto !important
}

@media only screen and (min-width: 768px) {
    .navIcon {
        display: none;
    }
}

.navIcon {
    width: 30px;
    float: right;
    position: absolute;
    left: 87%;
    margin-top: 12px
}

.flip {
    transform: rotate(90deg);
    transition: transform .8s
}

.tag-headadvert {
    height: 90px !important;
}

.nav-collapse {
    display: none
}

.sideAdSlick {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    .sideAdSlick.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

.headerSlick {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    .headerSlick.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

div.signup a.btn:hover {
    color: white !important;
}

@media only screen and (max-width: 767px) {
    .hideHRsmall {
        display: none;
    }
}

@media only screen and (max-width: 845px) and (min-width: 767px) {
    .twitterContainer {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .zeroPadSmall {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {

    #newsHome .featured-news-item:nth-child(odd) {
        padding-left: 0px;
        padding-right: 0px
    }

    #newsHome .featured-news-item:nth-child(even) {
        padding-right: 0px;
        padding-left: 0px
    }
}


.spin {
    animation: spin 1s infinite linear;
}

.sideAdSlick .slick-slide img {
    display: block;
    width: 100%;
}
