/* @font-face {
    font-family: 'BISansNEXT-Bold';
    src: url('../fonts/BISansNEXT-Bold.woff') format("woff");
    font-display: swap
} */

@font-face {
    font-family: 'BISans-Regular';
    src: url('../fonts/BISans-Regular.woff') format("woff");
    font-display: swap
}

@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/roboto-medium.woff') format("woff");
    font-display: swap
}

.speaker-details .disp-flex img {
    display: block !important;
}

.emporium-wrapper .emporium-banner {
    position: relative;
}

.emporium-wrapper .emporium-banner img {
    max-width: 100%;
}

.emporium-wrapper .emporium-banner .emporium-btn {
    position: absolute;
    width: 430px;
    bottom: 24%;
    left: 50%;
    transform: translateX(-50%);
}

.emporium-wrapper .emporium-banner .emporium-btn a {
    display: block;
    background-color: #ff4800;
    text-align: center;
    padding: 20px 0;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    font-family: 'BISansNEXT_Bd';
}

/* emporium episodes */
.emp-episodes-wrapper .episode-banner img,
.emp-speaker-wrapper .speaker-banner img,
.emporium-wrapper .emporium-banner img {
    width: 100%;
}

.emp-episodes-wrapper .emporium-episodes {
    /* padding: 42px 75px 40px; */
    padding: 42px 0 40px;
    background-color: #242322;
}

.emp-episodes-wrapper .emporium-episodes .row {
    display: flex;
    flex-wrap: wrap;
}

.emp-episodes-wrapper .emporium-episodes h1 {
    font-size: 44px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 32px;
    font-family: 'BISansNEXT_Bd';
}

.emp-episodes-wrapper .emporium-episodes .card,
.emp-speaker-wrapper .episodes .card,
.emp-video-wrapper .episodes .card {
    border-radius: 4px;
    background-color: #fff;
    border: 4px solid #ffb800;
    box-shadow: 0 14px 23px 4px rgba(0, 0, 0, 0.03);
    height: 100%;
}


.emp-episodes-wrapper .emporium-episodes .card a,
.emp-speaker-wrapper .episodes .card a,
.emp-video-wrapper .episodes .card a {
    display: block;
}

.emp-episodes-wrapper .emporium-episodes .card .card-body {
    margin: 16px 24px 29px;
}

.emp-episodes-wrapper .emporium-episodes .card .card-title,
.emp-speaker-wrapper .episodes .card .card-title {
    margin-bottom: 21px;
    color: #004d99;
    font-family: 'BISansNEXT_Bd';
    font-size: 22px;
    line-height: 28px;
    display: block;
}

.emp-episodes-wrapper .emporium-episodes .card .card-footer {
    color: #2c333a;
    font-size: 14px;
    line-height: 20px;
    font-family: 'BISans-Regular';
}

.emp-episodes-wrapper .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px !important;
}

.emp-episodes-wrapper .emporium-episodes .load-more {
    max-width: 160px;
    margin: auto;
    background-color: #ffb800;
    border-radius: 50px;
}

.emp-episodes-wrapper .emporium-episodes .load-more a {
    font-family: 'BISansNEXT_Bd';
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: center;
    padding: 13px 0;
}

.emp-episodes-wrapper .emporium-episodes .disp-flex,
.emp-speaker-wrapper .emp-info-wrapper .disp-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.emp-episodes-wrapper .emporium-episodes .disp-flex a,
.emp-speaker-wrapper .emp-info-wrapper .disp-flex a {
    display: inline-block;
}

.emp-episodes-wrapper .emporium-episodes .disp-flex img,
.emp-speaker-wrapper .emp-info-wrapper .disp-flex img {
    width: 40px;
}

/* end of emporium episodes */
/* emporium speakers */
.emp-speaker-wrapper .emp-info-wrapper {
    padding: 42px 0px 72px;
    background-color: #242322;
}

.emp-speaker-wrapper .speaker-details .row {
    display: flex;
}

.emp-speaker-wrapper h1 {
    font-size: 44px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 32px;
    font-family: 'BISansNEXT_Bd';
    margin-top: 18px;
}

.emp-speaker-wrapper .speaker-details .card {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    border: solid 2px #ffb800;
    height: 100%;
}

.emp-speaker-wrapper .speaker-details .card::before {
    content: "";
    position: absolute;
    height: 138px;
    width: 100%;
    background-image: url('../images/Speaker-bg-image.png');
    border-radius: 4px 4px 0 0;
    top: 0;
    background-size: cover;
}

.emp-speaker-wrapper .speaker-details .card-content {
    text-align: center;
    position: relative;
    padding: 0 17px;
    margin-top: 64px;
}

.emp-speaker-wrapper .speaker-details .speaker-info .profession {
    font-size: 14px;
    line-height: 16px;
    color: #004d99;
    font-family: 'BISansNEXT_Bd';
    margin: 10px 0 8px;
}

.emp-speaker-wrapper .speaker-details .speaker-info .name {
    font-size: 22px;
    line-height: 28px;
    color: #2c333a;
    font-family: 'BISansNEXT_Bd';
    margin-bottom: 8px;
}

.emp-speaker-wrapper .speaker-details .speaker-info .department {
    font-size: 16px;
    line-height: 24px;
    color: #2c333a;
    font-family: 'BISans-Regular';
    margin-bottom: 15px;
}

.emp-speaker-wrapper .speaker-details .row {
    display: flex;
    flex-wrap: wrap;
}

.emp-speaker-wrapper .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px !important;
}

.emp-speaker-wrapper .episodes .card .card-body {
    margin: 16px 24px 24px;
}

.emp-speaker-wrapper .emp-info-wrapper .episodes .card .card-title {
    margin-bottom: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.emp-speaker-wrapper .episodes .card .card-footer {
    color: #2c333a;
    font-size: 16px;
    font-family: 'BISans-Regular';
}

.emp-speaker-wrapper .carousel-inner {
    overflow: visible;
}

.emp-speaker-wrapper .carousel-control.left {
    background: none;
    left: -55px;
}

.emp-speaker-wrapper .carousel-control.right {
    background: none;
    right: -55px;
}

.emp-speaker-wrapper .carousel-control {
    bottom: initial;
    top: 20%;
    opacity: 1;
    width: initial;
}

.emp-slick .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    background-size: 55px !important;
    border-radius: 50%;
    z-index: 9999;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url('/themes/custom/boehringerone/images/slider-left-arrow.png') !important;
    position: absolute;
}

.emp-slick .slick-prev,
.emp-slick .slick-next {
    top: 30%;
}

.emp-slick .slick-prev:before,
.emp-slick .slick-next:before {
    content: " ";
}

.emp-slick .slick-prev {
    background-image: url('/themes/custom/boehringerone/images/slider-left-arrow.png') !important;
    left: -50px !important;
}

.emp-slick .slick-next {
    background-image: url('/themes/custom/boehringerone/images/slider-right-arrow.png') !important;
    right: -50px !important;
}

.emp-slick .slick-slide img {
    display: initial;
}

.emp-slick .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.emp-slick .slick-slider .slick-dots {
    display: none !important;
}

.emp-slick a:focus,
.emp-slick a:hover {
    text-decoration: none;
}

.emp-slick .slick-track {
    display: flex !important;
}

.emp-slick .slick-slide {
    margin: 0 16px;
    height: inherit !important;
}

/* .emp-slick .slick-slide {
    margin: 0 16px;
} */

.emp-slick .slick-list {
    margin: 0 -16px;
}

.emp-slick .slick-arrow {
    text-indent: -9999px;
}

/* end of emporium speakers */
/* emp video css */
.emp-video-wrapper .video-js .vjs-big-play-button {
    left: 50%;
    border-radius: 50%;
    margin-left: -1em;
    margin-top: -1em;
}

.emp-video-wrapper .EmpPlaylist .home {
    display: block;
    text-align: right;
}

.emp-video-wrapper .EmpPlaylist .home img {
    width: 40px;
    margin-bottom: 30px;
}

.emp-video-wrapper {
    background: #242322;
    padding: 42px 0 72px;
}

.emp-video-wrapper .EmpPlaylist {
    margin-bottom: 42px;
}

.emp-video-wrapper .EmpPlaylist .synopsis {
    background: #403933;
    padding: 24px 19px;
}

.emp-video-wrapper .EmpPlaylist .synopsis .title {
    font-size: 22px;
    letter-spacing: -0.12px;
    font-family: 'BISansNEXT_Bd';
    color: #fff;
}

.emp-video-wrapper .EmpPlaylist .synopsis .timeline {
    text-align: right;
    font-size: 12px;
    letter-spacing: -0.07px;
    color: #fff;
    font-family: 'BISansNEXT_Bd';
}

.emp-video-wrapper .EmpPlaylist .synopsis .row {
    display: flex;
    align-items: center;
}

.emp-video-wrapper .EmpPlaylist .disp-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-left: 10px;
}

.emp-video-wrapper .EmpPlaylist .disp-flex .next {
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    font-family: 'BISansNEXT_Bd';
}

.emp-video-wrapper .EmpPlaylist .disp-flex .switch {
    font-size: 13px;
    letter-spacing: -0.07px;
    color: #d7d7d7;
    font-family: 'BISansNEXT_Bd';
}

.emp-video-wrapper .videoRight .switch label {
    cursor: pointer;
    text-transform: uppercase;
}

.emp-video-wrapper .videoRight .switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.emp-video-wrapper .videoRight .switch label input[type=checkbox]:checked+.lever {
    background-color: #f0b41d;
}

.emp-video-wrapper .videoRight .switch label .lever {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 14px;
    background-color: #f0f0f0;
    border-radius: 15px;
    vertical-align: middle;
    margin: 0 10px;
}

.emp-video-wrapper .videoRight .switch label .lever:before {
    background-color: #ffb800;
}

.emp-video-wrapper .videoRight .switch label input[type=checkbox]:checked+.lever:before,
.emp-video-wrapper .videoRight .switch label input[type=checkbox]:checked+.lever:after {
    left: 20px;
}

.emp-video-wrapper .videoRight .switch label .lever:before,.emp-video-wrapper .videoRight .switch label .lever:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -10px;
    top: -3px;
    transition: left 0.3s ease;
}

.emp-video-wrapper .playlistRight .title {
    font-size: 14px !important;
    letter-spacing: 0;
    color: #fff !important;
    font-family: 'BISansNEXT_Bd' !important;
    margin-bottom: 8px;
    display: -webkit-box;
}

.emp-video-wrapper .playlistRight .desc {
    font-size: 12px;
    letter-spacing: 0;
    color: #d7d7d7;
    font-family: 'roboto-medium';
    margin-bottom: 12px;
}

.emp-video-wrapper .playlistRight .timeline {
    font-size: 11px;
    letter-spacing: 0;
    color: #d7d7d7;
    font-family: 'BISansNEXT_Bd';
}

.emp-video-wrapper .videoRight #toggleBtn {
    margin-left: 10px;
}

.emp-video-wrapper .videoRight #playlistWrapper .videoTime,
.emp-video-wrapper .pos-rel .videoTime {
    position: absolute;
    bottom: 6px;
    right: 11px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #d7d7d7;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    border-radius: 1.4px;
    font-family: 'BISansNEXT_Bd';
}

.emp-video-wrapper .videoRight #playlistWrapper .videoArrow {
    top: 40%;
    left: 40%;
    box-sizing: border-box;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.emp-video-wrapper .videoRight #playlistWrapper .playlistItem .imageContainer {
    position: relative;
    border: 2px solid transparent;
}

.emp-video-wrapper .videoRight #playlistWrapper .playlistItem {
    margin-top: 12px;
}

/* .emp-video-wrapper .videoRight #playlistWrapper .playlistItem .playlistRight {
    margin-left: 0px;
} */

.emp-video-wrapper .videoRight #playlistWrapper .playlistItem:first-child {
    margin-top: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 17px;
}

.emp-video-wrapper .videoRight #playlistWrapper {
    overflow-y: scroll;
    padding-right: 10px;
    overflow-x: hidden;
}

.emp-video-wrapper ::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

.emp-video-wrapper ::-webkit-scrollbar-track {
    background: #d8d8d8;
    border-radius: 10px;
}

.emp-video-wrapper ::-webkit-scrollbar-thumb {
    border: 3px solid #d8d8d8;
    background-clip: padding-box;
    background-color: #666666;
    opacity: 0.51;
    border-radius: 10px;
}

.emp-video-wrapper .videoRight #playlistWrapper .videoArrow::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 9px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid;
    top: 8px;
    left: 11px;
}

.emp-video-wrapper .episodes .card .card-body {
    margin: 14px 12px 16px;
}

.emp-video-wrapper .episodes .card .card-title {
    margin-bottom: 16px;
    color: #004d99;
    font-family: 'BISansNEXT_Bd';
    font-size: 18px;
    display: block;
}

.emp-video-wrapper .episodes .card .card-footer {
    color: #000;
    font-size: 14px;
    font-family: 'BISans-Regular';
}

.emp-video-wrapper .episodes h3 {
    margin-bottom: 34px;
    font-size: 22px;
    letter-spacing: -0.12px;
    color: #fff;
    font-family: 'BISansNEXT_Bd';
}

.emp-video-wrapper .videoRight #playlistWrapper .playlistItem .imageContainer img.playlistItemThumbnail {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}

.emp-video-wrapper .pos-rel {
    position: relative;
}

@media(max-width:1023px) {
    .emporium-wrapper .emporium-banner .emporium-btn {
        bottom: 12%;
    }
}

@media(max-width:767px) {
    .emporium-wrapper .emporium-banner .emporium-btn {
        width: initial;
        bottom: 20% !important;
    }

    .emporium-wrapper .emporium-banner .emporium-btn a {
        padding: 8px 55px;
        font-size: 16px;
        line-height: 20px;
    }

    /* emporium episodes */
    .emp-episodes-wrapper .emporium-episodes {
        padding: 24px 16px 40px;
    }

    .emp-episodes-wrapper .emporium-episodes h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .emp-episodes-wrapper .emporium-episodes .card {
        margin-bottom: 24px;
    }

    .emp-episodes-wrapper .col-xs-12 {
        padding-left: initial;
        padding-right: initial;
    }

    .emp-speaker-wrapper .speaker-details .row {
        display: initial;
    }

    .emp-speaker-wrapper .emp-info-wrapper {
        padding: 24px 6px 72px;
    }

    .emp-speaker-wrapper h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
        margin-top: 0;
    }

    .emp-speaker-wrapper .speaker-details .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 24px;
    }

    .emp-video-wrapper .EmpPlaylist .videoLeft .synopsis .title {
        font-size: 16px;
    }

    .emp-video-wrapper .EmpPlaylist .videoLeft .synopsis {
        padding: 13px 8px;
    }

    /* .emp-video-wrapper .videoRight .playlistItem .playlistLeft .imageContainer img{
height:76px;
} */
    .emp-video-wrapper .playlistItem .playlistRight .title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .emp-video-wrapper .playlistItem .playlistRight .desc {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .emp-video-wrapper .playlistItem .playlistRight .timeline {
        font-size: 10px;
    }

    .emp-video-wrapper .videoRight #playlistWrapper .playlistItem {
        margin-top: 14px;
    }

    .emp-video-wrapper .container .EmpPlaylist {
        margin-bottom: 32px;
    }

    .emp-video-wrapper .container .episodes h3 {
        margin-bottom: 24px;
        font-size: 20px;
        letter-spacing: 0;
    }

    .emp-video-wrapper .EmpPlaylist .videoRight #playlistWrapper .videoArrow {
        width: 20px;
        height: 20px;
        line-height: 16px;
        top: 40%;
        left: 40%;
    }

    .emp-video-wrapper .EmpPlaylist .videoRight #playlistWrapper .videoArrow::before {
        height: 10px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid;
        top: 4px;
        left: 6px;
    }

    .emp-slick .sliderCounter {
        margin-top: 30px;
        display: inline-block !important;
        padding: 2px 15px;
        border: 2px solid #ffb800;
        border-radius: 50px;
        color: #000;
        background-color: #fff;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'BISans-Regular';
    }

    /* new */
    .emp-speaker-wrapper .cardsSection .slideSections .slick-next,
    .emp-video-wrapper .cardsSection .slideSections .slick-next {
        background-size: 40px !important;
    }

    .emp-speaker-wrapper .cardsSection .slideSections .slick-prev,
    .emp-video-wrapper .cardsSection .slideSections .slick-prev {
        background-size: 40px !important;
    }

    .emp-speaker-wrapper .cardsSection,
    .emp-video-wrapper .cardsSection {
        padding: initial;
    }
}

@media(max-width:1024px) {
    /* .emp-slick .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 55px;
    } */

    .emp-slick .slideSections .slick-prev {
        left: -12px !important;
    }

    .emp-slick .slideSections .slick-next {
        right: -12px !important;
    }

}

@media(max-width:1023px) {
    .emp-video-wrapper .EmpPlaylist .videoRight #playlistWrapper {
        overflow-y: hidden !important;
        padding-right: initial;
    }

    .emp-video-wrapper .videoRight {
        margin-top: 20px !important;
    }

    .emp-speaker-wrapper .cardsSection .slideSections .slick-arrow,
    .emp-video-wrapper .cardsSection .slideSections .slick-arrow {
        width: 30px !important;
        height: 30px !important;
    }
}

@media (min-width: 1024px) {
    .emp-video-wrapper .videoRight #playlistWrapper {
        max-height: 557px;
    }
}

/* new */

.emp-speaker-wrapper .cardsSection,
.emp-video-wrapper .cardsSection {
    padding: initial;
}

.emp-speaker-wrapper .cardsSection .slideSections .slick-list,
.emp-video-wrapper .cardsSection .slideSections .slick-list {
    padding: initial;
}

.emp-speaker-wrapper .cardsSection .card,
.emp-video-wrapper .cardsSection .card {
    padding: initial;
}

.emp-speaker-wrapper .cardsSection .card img,
.emp-video-wrapper .cardsSection .card img {
    border-radius: initial;
}

.emp-video-wrapper .videoRight>div {
    background-color: initial;
}

.emp-video-wrapper .videoRight #playlistWrapper .playlistItem .playlistLeft {
    padding-right: initial;
}

.emp-video-wrapper .videoRight #playlistWrapper .playlistItem a.title {
    line-height: initial;
}

.emp-speaker-wrapper .cardsSection .slideSections .slick-arrow,
.emp-video-wrapper .cardsSection .slideSections .slick-arrow {
    border: initial;
    background: initial;
}

.emp-speaker-wrapper .cardsSection .slideSections .slick-prev,
.emp-video-wrapper .cardsSection .slideSections .slick-prev {
    background-image: url('/themes/custom/boehringerone/images/slider-left-arrow.png') !important;
}

.emp-speaker-wrapper .cardsSection .slideSections .slick-next,
.emp-video-wrapper .cardsSection .slideSections .slick-next {
    background-image: url('/themes/custom/boehringerone/images/slider-right-arrow.png') !important;
}

.emp-video-wrapper .videoRight .switch {
    text-align: initial;
    padding-bottom: initial;
    background-color: initial;
}

.emp-video-wrapper .videoRight #playlistWrapper {
    padding: 0px 15px 10px 10px; 
}