﻿.a {
    cursor: pointer !important;
}

.filtered-cards {
    min-height: 340px;
}

.subCatMainDiv {
    padding: 2px !important;
}

.custom-slider-topleft {
    position: relative;
}

.slider-topleft {
    width: 100%;
    height: auto;
    max-height: 600px;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
}

.custom-slider-topleft .slideCaption {
    position: absolute;
}

.custom-slider-subcat {
    width: 100%;
    height: auto;
    position: relative;
}

    .custom-slider-subcat .slideCaption {
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 0;
        background: #ffffffd6;
        width: 100%;
    }

.slider-control-subcat {
    float: right;
}

.slick-prev {
    right: 40px;
    left: unset !important;
}

.slick-next {
    left: unset !important;
    right: 10px;
}

.slick-dots {
    bottom: 10px !important;
}

.slick-next:before, .slick-prev:before {
    font-size: 40px !important;
}

.slick-next:after, .slick-prev:after {
    font-size: 40px !important;
}

.slick-next:before, .slick-prev:before {
    color: #656b77 !important;
}

./AsButton {
    color: #333;
}

.slick-slide {
    margin: 0 10px; /* padding-left: 50px !important; */
    background-color: white;
}

li.slick-active {
    background-color: #429ffd !important;
    border-radius: 25px;
    font-weight: bolder;
}

    li.slick-active a {
        color: #fff !important;
        padding-left: 0px;
        line-height: 0 !important;
    }

.slick-dots li a {
    line-height: 0 !important;
    width: 25px;
    font-size: 15px;
}

.slick-dots li {
    height: 30px !important;
    width: 30px !important;
}

.slick-next::before, .slick-prev::before {
    content: '' !important;
}

.slick-dots {
    display: none !important;
}


.custom-slider .slick-active {
    z-index: 2;
    display: block;
}

footer li {
    margin-bottom: 5px;
}

.rptLandingPages_latestPost p {
    font-size: 10px !important;
}

hr {
    margin: 0 !important;
}

.submenu ul li {
    margin-bottom: 5px !important;
}

.header-nav li {
    padding-right: unset !important;
    margin-top: 10px !important;
}


@media (min-width: 768px) {

    a.AddedFavourites {
        float: right;
        position: absolute;
        color: red;
        z-index: 99;
        top: 7px;
        right: 10px;
    }

    .custom-slider-webinar a.AddedWebinarFavourites {
        position: absolute;
        top: 0;
        right: 0;
        color: red;
        z-index: 3;
        margin-right: 10px;
    }

    .submenu {
        min-width: 400px;
    }

    .custom-slider-topleft .img-fluid, .carousel .img-fluid, .custom-slider-webinar .img-fluid {
        width: 300px !important;
        height: 150px !important;
    }

    .filtered-cards {
        background-size: 300px 330px !important;
    }

    .custom-slider-topleft .slick-next, .custom-slider-topleft .slick-prev {
        z-index: 3;
        bottom: 33% !important;
        top: unset !important;
    }

    .custom-slider-topleft .slick-prev {
        right: 70px !important;
    }

    .custom-slider-topleft .slick-next {
        right: 40px !important;
    }

    .slick-next, .slick-prev {
        top: -10% !important;
    }

    .custom-slider.row, .custom-slider-subcat.row {
        margin: 0 !important;
    }
}

#loginPopup {
    max-width: 25%;
}

.rptLandingPages_latestPost .col-4 {
    padding: 0;
}

.rptLandingPages_latestPost .col-8 {
    padding: 0 0 0 15px;
}

.rptLandingPages_latestPost p {
    padding: 0;
    margin: 0;
}

.ViewWhitePaper {
    top: 50%;
    left: 46%;
    position: absolute;
    z-index: 11;
}

    .ViewWhitePaper a {
        color: black !important;
    }

.favourites-Subscribe {
    width: 100%;
    height: 60px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 11;
    cursor: pointer;
    position: absolute;
    color: white !important;
    cursor: pointer;
    white-space: nowrap;
}

    .favourites-Subscribe a {
        color: white !important;
    }

.filtered-cards .favourites-Subscribe {
    right: 20% !important;
}

.filtered-cards .overlay-slide {
    top: 3% !important;
    height: 97% !important;
}

.overlay-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}

.custom-slider-webinar .AddedFavourites, .custom-slider-webinar .favourites {
    margin-top: unset !important;
}

.overlay-slide:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.TopRight .row {
    margin: unset;
}

.BottomLeft {
    position: relative;
}

.tags-topics .filter {
    padding: unset !important;
    border: unset !important;
}

/* Whitepapers */

.type {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 100px;
    width: inherit;
}

    .type small {
        color: #ffffff;
        display: inline-block;
        float: left;
    }

.ViewAllButton {
    font-size: 15px;
}

.hovereffect {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 98;
    }

        .hovereffect .overlay a.Subscribe {
            color: white !important;
            padding-right: 5px;
            padding-top: 2px;
        }

        .hovereffect .overlay a.lnkViewWhitepaper {
            color: white !important;
        }

    .hovereffect img {
        display: block;
        position: relative;
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.desc h5 {
    margin-bottom: 0 !important;
    height: 65px;
}

.desc p {
    margin-bottom: 0 !important;
}

.whitepaper-main {
    background-color: white !important;
    /*border-color: rgba(0, 0, 0, 0.24);*/
}

.whitepaper-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*padding-bottom: 30px;*/
}

    .whitepaper-card h4 {
        padding: 20px;
    }

    .whitepaper-card a {
        margin-left: unset !important;
    }

    .whitepaper-card .desc {
        padding-bottom: 0 !important;
    }

.form-devider {
    padding-bottom: 10px;
}

.custom-slider-webinar .img-fluid {
    width: 100% !important;
    height: 220px !important;
}

.custom-slider-webinar .type {
    bottom: 18px;
    width: 100%;
    float: right;
    position: inherit !important;
}

.custom-slider-webinar .desc {
    padding: 0 !important;
}

.desc h5 {
    margin-bottom: unset !important;
}

.custom-slider-webinar .play-icon {
    position: absolute !important;
    top: 26%;
    cursor: pointer;
    z-index: 3;
    left: 40%;
    transition: all 300ms ease-in-out;
}

.custom-slider-webinar .whitepaper-card:hover .play-icon {
    transform: scale(1.2);
}

.custom-slider-webinar .hovereffect .overlay {
    z-index: 1;
}

a.favourites {
    color: white !important;
    float: right;
    cursor: pointer;
    margin-top: -39%;
    margin-right: 10px;
}

.whitepaper-card {
    padding-bottom: unset !important;
}

.sidebar-search {
    padding-left: 20%;
    text-align: left;
}

.post_search {
    margin-bottom: -95px;
    margin-left: 20px;
    position: relative;
}

.signUpForm {
    display: unset !important;
}






.inner-page-banner {
    padding: 150px 0 0 0 !important;
}

    .inner-page-banner .page-intro p {
        padding-top: 50px !important;
        color: white !important;
    }

.whitepaper-Category-title {
    padding-top: 5px;
    font-weight: bolder;
    color: black;
}

.fa.fa-file-text, .fa.fa-clock-o {
    padding-left: 10px;
}

.card-caption h4 {
    margin-top: unset;
}

.date-subcat {
    padding-bottom: 0.5rem !important;
    margin-bottom: unset !important;
}

    .date-subcat .fa.fa-clock-o {
        padding-left: unset !important;
    }

.card-caption, .slideCaption {
    background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 49%, rgba(0,212,255,0) 100%) !important;
}

.item-category {
    font-size: 12px;
    padding: 5px 15px;
}

.custom-slider {
    min-height: unset !important;
}

.fs-14 {
    font-size: 14px !important;
}

.inner-page-banner {
    padding: 60px 0 !important;
}

.whitepaper-main h4 {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.whitepaper-main .slideCaption {
    background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 49%, rgba(0,212,255,0) 100%) !important;
}

.BottomLeft h4 {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
}

.BottomLeft .slideCaption {
    background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 49%, rgba(0,212,255,0) 100%) !important;
}

.smallCardImage {
    height: 200px;
    width: 100%;
}

.custom-slider-webinar .desc h4 {
    padding-bottom: 0 !important;
}

.Webinarfavourites {
    float: right;
    margin-right: 10px;
    color: white;
}

.custom-slider-webinar desc {
    text-align: left;
}

.custom-slider-webinar h4 {
    font-size: 14px;
    min-height: 90px;
    text-align: left;
}

.date-subcat {
    font-size: 12px !important;
}

.banner-cards-right {
    position: relative;
}

.header-nav li {
    margin-right: unset;
    margin-left: 30px;
}

.whitepaper-card img {
    max-width: 100%;
}

.account-link li {
    margin-left: 0 !important;
}

.submenu {
    right: 0;
}

.favourites-Subscribe a {
    color: #000 !important;
    background: #fff;
    padding: 10px 20px;
}

    .favourites-Subscribe a:hover {
        color: #fff !important;
        background: #000;
        padding: 10px 20px;
    }

.text-red {
    color: red;
}

#subCatPopup {
    background: white;
    padding: 30px;
    min-height: 200px;
    border-radius: 10px;
    margin-top: 5%;
    height: 80%;
}

.tags-topics-subcat {
    overflow: auto;
    height: 400px;
    padding: 10px;
}

#whitepaperPopup {
    text-align: unset !important;
}

    #whitepaperPopup .whitepaperPopupTitle {
        text-align: center !important;
    }

    #whitepaperPopup li {
        color: unset !important;
        list-style: unset !important;
    }

#whitepaperPopupDesc {
    max-height: 250px;
    overflow-y: auto;
}

.acceptance-popup {
    width: 350px;
    min-height: 150px;
    background-color: #000;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 15px;
    z-index: 99999;
}

    .acceptance-popup h2, .acceptance-popup p, .acceptance-popup a, .acceptance-popup input, .acceptance-popup span, .acceptance-popup label, .acceptance-popup li, .acceptance-popup h5 {
        color: #fff;
    }

    .acceptance-popup h5 {
        font-size: 16px;
    }

    .acceptance-popup h2, .acceptance-popup a {
        font-size: 18px;
        color: white;
    }

    .acceptance-popup p, .acceptance-popup a {
        font-size: 12px;
    }



#btnAcceptCookies {
    font-size: 14px;
    background-color: green;
    color: #fff;
}

#btnCustomiseCookies {
    font-size: 14px;
    background-color: #fff;
    color: #000;
}

.close-acceptance-popup img {
    width: 10px;
    float: right;
    cursor: pointer;
}

label {
    font-size: 14px;
}
#CookieMessage_More li {
    list-style: none;
    display: block;
}


ul.webinarfilters .filter{
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #e6e6e6;
    font-size: 16px;
    margin:2px;
    border-radius: 50px;
}
