.td-header-style-1 .td-header-top-menu-full {
    background: 0 0 !important;
    margin-top: -1px
}

.banner-reveal-advert {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.reveal-advert {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center
}

.banner-header-advert {
    text-align: center;
    background-color: #efefef;
    -webkit-box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, .2);
    position: relative
}

.tdc-content-wrap, .td-theme-wrap, .td-main-content-wrap .tdc_zone {
    background-color: #fff;
}

.sponsor-details {
    border-top: 1px solid #efefef;
    display: block;
    list-style: none;
    margin: 2rem 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
    width: 100%
}

.sponsor-details .sponsor-meta {
    display: block;
    width: 100%
}

.sponsor-details .sponsor-meta:after {
    content: "";
    display: table;
    clear: both
}

.sponsor-details .sponsor-meta .headline {
    width: 30%;
    display: block;
    font-weight: 700;
    letter-spacing: .14em;
    margin: 0 0 1.6rem;
    text-transform: uppercase;
    float: left
}

.sponsor-details .sponsor-meta .meta {
    width: 70%;
    float: left
}

.sponsor-list {
    border-top: 1px solid #efefef;
}

.sponsor-list .sponsors::after {
    content: "";
    display: block;
    border-bottom: 3px solid #efefef;
    width: 25%;
    position: relative;
    bottom: -6px;
    left: 50%;
    margin-left: -15%;
}

.sponsor-image {
    width: 200px;
}

.sponsor-list .sponsors:last-child:after {
    border: none;
}

.speaker-url {
    color: #000000;
    border-bottom: 1px solid #efefef;
}

.sponsor-headline {
    height: 90px;
    padding-top: 40px;
}

.sponsor-image-block {
    display: block;
    position: relative;
    float: left;
    height: 90px;
    width: 100px;
    margin-bottom: 15px;
}

.sponsor-image-block .sponsor-image {
    width: 100%;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.clarion-iframe {
    border: none
}

.td-category-description, body.category-events .page-nav, body.category-events-listings .page-nav, body.category-partners .page-nav {
    display: none
}

.az-custom-block, .btn.btn-cta {
    position: relative;
    box-sizing: border-box
}

.btn.btn-cta {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    margin: 0 10px 0 0
}

.btn.btn-cta.btn-cta-primary {
    background: #008da9;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 1px solid #008da9
}

.btn.btn-cta.btn-cta-primary:hover {
    color: #008da9;
    background: #fff
}

.btn.btn-cta.btn-cta-secondary {
    background: #1a1f2b;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 1px solid #1a1f2b
}

.btn.btn-cta.btn-cta-secondary:hover {
    color: #1a1f2b;
    background: #fff
}

.az-main-grid {
    width: 100%;
    position: relative
}

.az-main-grid .az-col {
    float: left;
    position: relative;
    overflow: hidden
}

.az-main-grid .az-col.az-col-1 {
    width: 8.33333333%
}

.az-main-grid .az-col.az-col-2 {
    width: 16.66666667%
}

.az-main-grid .az-col.az-col-3 {
    width: 25%
}

.az-main-grid .az-col.az-col-4 {
    width: 33.33333333%;
    padding-right: 20px;
    margin-bottom: 20px
}

.az-main-grid .az-col.az-col-5 {
    width: 41.66666667%
}

.az-main-grid .az-col.az-col-6 {
    width: 50%
}

.az-main-grid .az-col.az-col-7 {
    width: 58.33333333%
}

.az-main-grid .az-col.az-col-8 {
    width: 66.66666667%
}

.az-main-grid .az-col.az-col-9 {
    width: 75%
}

.az-main-grid .az-col.az-col-10 {
    width: 83.33333333%
}

.az-main-grid .az-col.az-col-11 {
    width: 91.66666667%
}

.az-main-grid .az-col.az-col-12 {
    width: 100%
}

.az-custom-block {
    width: 100%;
    overflow: hidden
}

.az-custom-block a.img-link {
    overflow: hidden;
    display: block
}

.az-custom-block a.text-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 5px;
    transition: all .3s ease-in-out
}

.az-custom-block a.text-link:hover {
    background: #fff;
    padding-left: 10px
}

.az-custom-block img {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 3px
}

@media (max-width: 767px) {
    .az-custom-block img {
        max-height: 120px;
        width: auto
    }

    .az-main-grid .az-col.az-col-4 {
        width: 50%
    }

    .az-custom-block a.img-link {
        height: 120px
    }
}

@media (min-width: 768px) {
    .az-custom-block a.img-link {
        height: 250px
    }
}

.magazine-issue-wrapper {
    clear: both;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px
}

.magazine-issue-wrapper > * {
    float: left;
    position: relative
}

.magazine-issue-wrapper .img-wrap {
    margin-right: 20px
}

@media (min-width: 1020px) {
    .magazine-issue-wrapper .img-wrap a, .magazine-issue-wrapper .img-wrap img {
        display: block;
        width: 212px;
        height: 300px
    }
}

.magazine-issue-wrapper .img-wrap img {
    display: block;
    width: auto
}

.magazine-issue-wrapper .issue-details {
    display: flex;
    flex-direction: column
}

.magazine-issue-wrapper .issue-details h3 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 20px
}

.magazine-issue-wrapper .issue-details .td-excerpt {
    padding-top: 0
}

.magazine-issue-wrapper .issue-details .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px
}

@media (max-width: 459px) {
    .magazine-issue-wrapper {
        flex-direction: column
    }

    .magazine-issue-wrapper .img-wrap {
        display: block;
        clear: both;
        width: 100%
    }

    .magazine-issue-wrapper .td-excerpt {
        display: none !important
    }

    .magazine-issue-wrapper .issue-details .btn-wrap {
        position: relative
    }
}

@media (max-width: 1018px) {
    .magazine-issue-wrapper .td-excerpt {
        display: none
    }

    .magazine-issue-wrapper .td-excerpt.excerpt-small {
        display: block
    }
}

@media (min-width: 1019px) {
    .magazine-issue-wrapper .issue-details .td-excerpt.excerpt-small {
        display: none
    }
}

body .cleanlogin-container {
    margin: 0
}

body .cleanlogin-field-remember {
    float: left;
    text-align: left
}

body .cleanlogin-notification {
    padding: 10px;
    width: 300px
}

body .cleanlogin-notification p {
    margin-bottom: 0
}

.breaking-news .td-module-image .td-module-thumb a.post-link {
    line-height: 0;
    display: block
}

.ft-video-play-ico {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.td-module-comments, .td-post-comments {
    display: none
}

.td-post-date:after {
    display: none
}

header .td-post-author-name a {
    margin-right: 0;
}

.no-results {
    display: none;
}

.td-header-desktop-wrap {
    background-color: #fff;
}

@media(min-width: 768px) {

    .clarion-leaderboard-row {

        min-height: 90px !important;
    }
}

@media(max-width: 767px) {

    .clarion-leaderboard-row {

        min-height: 50px !important;
    }
}
