html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cabin', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

.container.columnWrapper {
    width: 90%;
    max-width: none;
}

.ef159168254589149230 nav.B3-navbar.bootsnav ul.B3-nav > li.activeMenuItem > a,
.ef159168254589149230 nav.B3-navbar.bootsnav li.dropdown ul.dropdown-menu > li.activeMenuItem > a {
    color: #E40303 !important;
    font-weight: 700 !important;
}

div.ui-sortable-handle {
    -ms-touch-action: auto;
    touch-action: auto;
}

.wrapstickyHgt .wrap-sticky {
    height: auto !important;
}

div a:hover {
    text-decoration: none;
}

.btn-square {
    background-color: #e40404;
    color: #fff;
    border: 2px solid #e40404;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}

.btn-square:hover {
    background: #fff;
    border: 2px solid #e40404;
    color: #e40404;
}

.job_alerts a {
    color: #e40303;
    font-size: 18px;
}

.m-t-20 {
    margin-top: 20px;
}

.line-separator {
    border-bottom: 2px solid #000;
    width: 40px;
    display: block;
    margin: 20px 0 10px;
}

.customForm .form-control {
    border: 0;
    border-bottom: 1px solid #dee2e6 !important;
    border-radius: 0 !important;
    background-color: transparent;
}

/*career page*/
input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
    display: none;
}

.form-group input[type=checkbox] + label {
    width: auto;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
    display: inline-block;
}

.form-group input[type=checkbox]:checked + label {
    color: #515151;
}

.form-group input[type=checkbox] + label::after {
    display: none;
}

.form-group input[type=checkbox] + label::before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    bottom: auto;
    margin-top: 2px;
    border-radius: 2px;
    border: 2px solid #ddd;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-group input[type=checkbox]:checked + label::before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-color: #009e5e;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.d-edi-carousel-pri-img.item-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.afterBorder::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #e40303;
    transform: rotate(45deg);
    bottom: -18px;
    left: 49%;
    z-index: -1;
}

.afterBorder {
    position: relative;
    border-bottom: 5px solid #e40404;
    z-index: 1;
}

.pt-50 {
    padding-top: 50px;
}

.d-edi-carousel-content ul {
    padding: 0px;

}

.d-edi-carousel-content ul li {
    list-style: none;
    line-height: 30px;
}

.d-edi-carousel-content ul li i {
    font-size: 12px;
}

.ml-5 {
    margin-left: 5px;
}


@media (max-width:860px) {
    .d-edi-carousel-pri-img.item-image {
        height: 350px;

    }

}

@media (min-width:1024px) {
    .afterBorder .carousel-caption {
        bottom: 70px;
    }

}

.border-bottom {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

.bgf1f1f1 {
    background: #f1f1f1;
}

.big_sidebar {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.small_sidebar {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}



.job_end_border {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


#widget-ZU04W {
    float: left;
    margin-right: 30px;
}

#widget-ZU04W i {
    color: #e40303
}

.job_alerts {
    margin-top: 15px;
}

.job_alerts a {
    margin-right: 15px;
}

.modal {
    z-index: 999999;
    background: rgba(200, 216, 222, .50) !important;
}

.careersPage .small_sidebar,
.careersPage .big_sidebar {
    padding: 15px;
}

.careersPage .big_sidebar .line-separator {
    display: none;
}


@media only screen and (min-width: 1000px) {
    .big_sidebar {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .small_sidebar {
        background: #fff;
        margin-top: 10px;
    }
}

/*career page*/

/*jobdetails page*/

#btn-black {
    font-weight: 400;
    font-size: 15px;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    color: #ffffff;
    background-color: #000;
    border: 2px solid #1e1818;
}

#btn-black:hover {
    background: #fff;
    border: 2px solid #1e1818;
    color: #1e1818;
}

.jobDetails .customForm .form-group .control-label {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    cursor: text;
    display: block;
    color: #515151;
    margin: 0 auto;
    padding: 30px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

label[for="fileuploader"] {
    font-weight: 400;
    font-size: 15px;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    color: #ffffff;
    background-color: #000;
    border: 2px solid #f1f1f1;
}

label[for="fileuploader"] {
    background: #fff;
    border: 2px solid #f1f1f1;
    color: #1e1818;
}

.jobDetails .big_sidebar {
    border-right: 1px solid #f1f1f1;
    margin-right: 20px;
    padding-right: 15px;
}

.jobDetails .job_alerts a {
    margin-right: 35px;
}

.jobDetails .edi-icongroup-list {
    background-color: #ccc;
    display: flex;
    width: 100%;
    padding-left: 0;
}

.jobDetails .edi-icongroup-list li {
    list-style: none;
    flex-grow: 1;
    border-right: 1px solid #ddd;
}

.jobDetails .edi-icongroup-list li a {
    padding: 7px;
    display: block;
}

.jobDetails .edi-icongroup-list li:last-child {
    border-right: 0;
}

.jobDetails .edi-icongroup-list li:nth-child(1) a {
    color: #3cc0d8;
}

.jobDetails .edi-icongroup-list li:nth-child(2) a {
    color: #e71b22;
}

.jobDetails .edi-icongroup-list li:nth-child(3) a {
    color: #37465c;
}

.jobDetails .edi-icongroup-list li:nth-child(4) a {
    color: #0073b0;
}

.jobDetails .edi-icongroup-list li:nth-child(5) a {
    color: #1877f2;
}

.jobDetails .edi-icongroup-list li:nth-child(6) a {
    color: #262626;
}

.borderLine {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jobDetails .table-cell-vt ul {
    padding-left: 15px;
}

.group-span-filestyle.input-group-btn {
    z-index: 9;
    margin-top: -4px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media(max-width:767px) {
    .jobDetails .small_sidebar {
        margin-top: 25px;
    }

    .jobDetails .big_sidebar {
        border-right: 0 !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width:768px) and (max-width:960px) {
    .jobDetails .edi-icongroup-list li a {
        padding: 2px;
    }
}

/*jobdetails page*/

/*podcast list page*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    text-align: center;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.cssload-speeding-wheel {
    width: 31px;
    height: 31px;
    margin: 0 auto;
    border: 2px solid rgba(97, 100, 193, 0.98);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 425ms infinite linear;
    -o-animation: cssload-spin 425ms infinite linear;
    -ms-animation: cssload-spin 425ms infinite linear;
    -webkit-animation: cssload-spin 425ms infinite linear;
    -moz-animation: cssload-spin 425ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.input-box {
    width: 100%;
    padding: 4px 9px;
    border: 1px solid #343434;
    font-weight: 500;
    font-size: 14px;
}

.podcastimg {
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin: 0 auto;

}

.bannerBlist {
    background-size: cover;
}

.podTime span {
    font-weight: 500 !important
}

/*podcast list page*/

/*podcast detail page*/
.bannerBlist {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px #580200c7;
}

.pt-100 {
    padding-top: 100px;
}

/*podcast detail page*/

/*video list page*/
.videoList .PlayIcon,
.videoDetail .PlayIcon {
    position: absolute;
    height: 45px;
    width: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .3s;
}

.videoList .podCardImg:hover .PlayIcon,
.videoDetail .podCardImg:hover .PlayIcon {
    background: #e10033;
}

.videoList .podCardImg:hover path,
.videoDetail .podCardImg:hover path {
    fill: #ffffff;
}

.videoList svg,
.videoDetail svg {
    margin-left: 3px;
}

.videoList .podCardImg img,
.videoDetail .podCardImg img {
    max-width: 100%;
    /* object-fit: none; */
    width: unset;
    /* object-fit: cover; */
    max-height: 100%;
    height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoList .pagination-div {
    margin-top: 30px;
    text-align: right;
}

.videoList .pagination > li > a,
.videoList .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #222;
}

.videoList .pagination > li > a:focus,
.videoList .pagination > li > a:hover,
.videoList .pagination > li > span:focus,
.videoList .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #e40303;
    border: 1px solid #e40303;
}

.videoList .pagination > li:first-child > a,
.videoList .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.videoList .pagination > li:last-child > a,
.videoList .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*video list page*/

/*video detail page*/
.videoDetail iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.videoDetail .media-body,
.videoDetail .media-left,
.videoDetail .media-right {
    display: table-cell;
    vertical-align: middle;
}

.videoDetail .media-left {
    position: relative;
}

.videoDetail .posRel {
    padding: 25px 25px 28px 0;
}

.videoDetail .video-posRel {
    padding-left: 10px;
}

.videoDetail .media-left .PlayIcon {
    top: 25%;
    left: 30%;
    position: absolute;
    height: 32px;
    width: 32px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .3s;
}

.videoDetail .media-left:hover .PlayIcon {
    background: #e10033;
}

.videoDetail .media-left:hover path {
    fill: #ffffff;
}

.videoDetail .media-left img {
    border-radius: 5px;
}


.videoDetail .latest-video {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
}

.videoDetail .videoRel {
    padding: 10px 0;
}

/*video detail page*/

@media(min-width:1200px) {
    .ef159168254589931739 nav.B3-navbar.bootsnav ul.B3-nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}
