/* Tabs */

.tabs-list {

    margin: 25px 0px;

}

.tabs-list .col {

    padding: 0px;

    height: 62px;

    border-right: 1px solid #979797;

    display: flex;

    align-items: center;

    justify-content: center;

}

.tabs-list .col:first-child {

    border-left: 1px solid #979797;

}

.tabs-list .current-item,

.tabs-list .col:hover {

    border-right: 1px solid #979797;

    border-top: 1px solid #979797;

    border-bottom: 1px solid #979797;

    color: #9B9B9B;

}

.tabs-list a {

    padding: 10px 25px;

    display: block;

    text-transform: uppercase;

    letter-spacing: 2.29px;

    font-size: 11px;

}

.tabs-list a:hover, .tabs-list .current-item a {

    color: #9B9B9B;

}

@media (max-width: 767px) {

    .tabs-list .col,

    .tabs-list .col:first-child {

        min-width: 100%;

        border: 0px;

    }

    .tabs-list .current-item,

    .tabs-list .col:hover {

        border: 1px solid #979797 !important;

        color: #9B9B9B;

    }

    /*.tabs-list .current-item a {

        display: inline-block;

        border-left: 1px solid #979797;

        border-right: 1px solid #979797;

    }*/

} 



/* IMAGE HOVER BOX */ 

.image-hover-box {

    padding: 0px;

    margin: 0px;

}

.image-hover-box img,

.image-hover-box .image-with-frame {

    width: 100%;

}

.image-hover-box .project-item {

    cursor: pointer;

    min-height: 350px;

}

.image-hover-box .description {

    padding: 50px;

    width: 100%;

    height: 100%;

    color: #fff;

    font-size: 14px;

    background: rgba(0, 0, 0, .85);

    opacity: 0;

    -webkit-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;

    -moz-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;

    -ms-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;

    -o-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;

    transition: visibility 0.5s linear, opacity 0.5s ease-in-out;

}

.image-hover-box .description a {

    color: #BF9B5D;

}

.image-hover-box .active .description {

    opacity: 1;

}

.image-hover-box .active:after {

    display: none;

}

.load-more-wrapper {

    padding: 30px 0px;

}

.load-more-wrapper a,

.load-more-wrapper span {

    padding: 15px 30px;

    display: inline-block;

    border-left: 1px solid #9B9B9B;

}



/* CAREERS */

.careers-box .description {

    font-size: 14px;

}

.careers-box .description h4, 
.careers-box .description p {

    margin-bottom: 2rem;
    color: #fff;

}

.careers-box .description h4 {
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: 0.44px;
    line-height: 24px;
    border-bottom: 1px solid #001722;
    padding: 30px 0px 20px;
}

.careers-box .careers-row {

    padding: 30px 0px 0px;

}
.careers-box .careers-row .section-title-box {
    margin: 0px;
}

.careers-box .career-link a {
    display: block;
    color: #FFFFFF;
    font-size: 9px;
    letter-spacing: 2.31px;
    line-height: 11px;
    text-align: center;
    padding: 10px 30px;
    background: #001722;
    margin: 30px 0px 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.careers-box .career-link a:hover {

    color: #fff;

}

.careers-box .load-more-wrapper {

    padding: 30px 15px;

}

.careers-box .career-info {
    padding:  20px 20px 80px;
    background: #BF9B5D;
    color:  #fff;
    position: relative;
}

@media (max-width: 767px) {

    .careers-box .careers-row {

        padding-bottom: 0px;

    }

    .careers-box .career-item {

        padding-bottom: 30px;

    }

} 



/* NEWS */

.news-box {

    padding: 0px;

}

.news-box .description {

    padding: 25px;

    height: 100%;

    color: #fff;

    min-height: 290px;

}

.news-box .description h4, .news-box .description p {

    margin-bottom: 2rem;

}

.news-box .description h4 {

    padding-right: 150px;

}

.news-box .video-post .description h4 {

    padding: 0px;

}

.news-box .description h4:last-child {

    margin-bottom: 0px;

}

.news-box .description h4 a {

    font-size: 1.5rem;

    font-weight: 300;

    color: #fff;

}

.news-box .post-row {

    padding-bottom: 0px;

    width: 100%;

}

.news-box .description a {

    color: #BF9B5D;

}

.news-box .career-link a:hover {

    color: #fff;

}

.news-box .video-post .description, .news-box .video-post .description a {

    color: #001722;

    text-align: center;

}

.news-box .description a.video-icon {

    display: block;

    height: 60px;

    width: 100px;

    border-radius: 50px;

    background: #001722;

    margin: 0px auto;

    color: #fff;

    font-size: 55px;

    line-height: 60px;

}

.video-wrapper {

    display: none;

}

.video-wrapper,

.video-wrapper iframe {

	position: absolute;

	top: 0;

    left: 15px;

    right: 15px;

	height: 100%;

}

.video-wrapper iframe {

	position: absolute;

	top: 0;

    left: 0px;

	width: 100%;

	height: 100%;

}

.news-box .paginator-row {

    width: 100%;

    padding: 0px 15px;

}

.news-box .load-more-wrapper {

    padding: 0px 0px 30px;

}

@media (max-width: 991px) {

    .news-box .description h4 {

        padding: 0px;

    }

} 

@media (max-width: 767px) {

    .news-box {

        margin-top: 30px;

    }

    .news-box .post-row {

        padding-bottom: 0px;

    }

    .news-box .post-item {

        margin-bottom: 30px;

    }

} 



/* VIDEOS BOX */

.video-box {

    padding: 0px;

}

.video-box > div {

    min-width: 100%;

}

.video-box .description {

    padding: 25px;

    height: 100%;

    color: #fff;

    min-height: 290px;

}

.video-box .description h4, .video-box .description p {

    margin-bottom: 2rem;

}

.video-box .description h4 {

    padding-right: 150px;

}

.video-box .video-post .description h4 {

    padding: 0px;

}

.video-box .description h4:last-child {

    margin-bottom: 0px;

}

.video-box .description h4 a {

    font-size: 1.5rem;

    font-weight: 300;

    color: #fff;

}

.video-box .post-row {

    padding-bottom: 30px;

    width: 100%;

}

.video-box .description a {

    color: #BF9B5D;

}

.video-box .career-link a:hover {

    color: #fff;

}

.video-box .video-post .description, .video-box .video-post .description a {

    color: #001722;

    text-align: center;

}

.video-box .description a.video-icon {

    display: block;

    height: 100px;

    width: 150px;

    border-radius: 50px;

    background: #001722;

    margin: 0px auto;

    color: #fff;

    font-size: 55px;

    line-height: 100px;

}

.video-box .paginator-row {

    width: 100%;

    padding: 0px 15px;

}

@media (max-width: 991px) {

    .video-box .description h4 {

        padding: 0px;

    }

} 

@media (max-width: 767px) {

    .video-box .post-row {

        padding-bottom: 0px;

    }

    .video-box .post-item {

        margin-bottom: 30px;

    }

} 



/* INSIGHTS CAROUSEL */

.insights-carousel-box .carousel {

    padding: 0px 60px;

}

.insights-carousel-box .description {

    padding: 25px;

    height: 100%;

    color: #fff;

    min-height: 290px;

}

.insights-carousel-box .description h4, .insights-carousel-box .description p {

    margin-bottom: 2rem;

}

.insights-carousel-box .description h4:last-child {

    margin-bottom: 0px;

}

.insights-carousel-box .description h4 a {

    font-size: 1.5rem;

    font-weight: 300;

    color: #fff;

}

.insights-carousel-box .post-row {

    padding-bottom: 0px;

    width: 100%;

    margin: 0px;

}

.insights-carousel-box .description a {

    color: #BF9B5D;

}

.insights-carousel-box .career-link a:hover {

    color: #fff;

}

.insights-carousel-box .video-post .description, 
.insights-carousel-box .video-post .description a, 
.featured-news-box .video-post .description a, 
.featured-posts-v2 .video-post .description a {

    color: #001722;

    text-align: center;

}

.featured-posts-v2 .video-post .description,
.featured-news-box .video-post .description {
    padding: 25px 0px;
    background-size: cover !important;
}

.featured-posts-v2 .description a.video-icon,
.featured-news-box .description a.video-icon,
.insights-carousel-box .description a.video-icon {

    display: block;

    height: 100px;

    width: 150px;

    border-radius: 50px;

    background: #001722;

    margin: 0px auto;

    color: #fff;

    font-size: 55px;

    line-height: 100px;
    text-decoration: none;

}

.insights-carousel-box .carousel-indicators {

    position: relative;

    padding: 30px 0px 0px; 

}

.carousel-indicators li {

    width: 12px;

    height: 12px;

    background: #fff;

    border: 1px solid #D8D8D8;

    border-radius: 50%;

    margin: 0px 5px;

}

.carousel-indicators li.active {

    background: #D8D8D8;

}

.carousel-control-next, .carousel-control-prev {

    bottom: 45px;

    width: 60px;

}

.carousel-control-prev-icon, .carousel-control-next-icon {

    background: transparent;

    color: #9B9B9B;

    font-size: 30px;

}



@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,

    .carousel-inner .carousel-item-next {

        transform: translateX(50%);

    }



    .carousel-inner .carousel-item-left.active, 

    .carousel-inner .carousel-item-prev {

        transform: translateX(-50%)

    }

    

    .carousel-inner .carousel-item-right,

    .carousel-inner .carousel-item-left{ 

        transform: translateX(0);

    }

}

@media (max-width: 767px) {

    .insights-carousel-box .carousel {

        padding: 0px;

    }

    .insights-carousel-box .post-row .post-item:last-child {

        display: none;

    }

    .insights-carousel-box .post-row .post-item:first-child {

        display: block;

        padding: 0px;

    }

}



/* ARTICLES */

.articles-box .articles-row {

    padding: 15px 0px;

}

.featured-news-box .articles-row {

    padding: 15px 0px 0px;

    width: 100%;

}

.articles-box .article-thumbnail,

.articles-box .article-thumbnail > div,

.featured-news-box .article-thumbnail,

.featured-news-box .article-thumbnail > div {

    width: 100%;

    min-height: 150px;
/*    padding-top: 56.25%;*/
    background-size: cover !important;

}

.articles-box .article-thumbnail > div,
.featured-news-box .article-thumbnail > div {
    padding-top: 56.25%;
}

.featured-news-box.v2 .article-thumbnail,
.featured-news-box.v2 .article-thumbnail > div,
.featured-news-box.v2 .video-post .description {

    height: 190px;

}
.featured-news-box.v2 .video-post .description {
    padding:  45px 0px;
}

.articles-box .article-link,

.featured-news-box .article-link {

    display: block;

    padding: 15px 0px;

}

.articles-box .article-link:after,

.featured-news-box .article-link:after {

    content: "";

    display: block;

    clear: both;

}

.articles-box .article-link .article-title,

.featured-news-box .article-link .article-title {

    width: 60%;

    float: left;

	font-weight: 500;

}

.articles-box .article-link .article-desc,

.featured-news-box .article-link .article-desc,
.featured-news-box.cpd-box .article-link .article-title {

    width: 100%;

    float: left;

}

.articles-box .article-link .article-date,

.featured-news-box .article-link .article-date {

    width: 40%;

    float: left;

    text-align: right;

}

.articles-box .load-more-wrapper,

.featured-news-box .load-more-wrapper {

    padding: 0px 0px 30px;

}



/* WEBINARS */

.webinars-box .article-link {

    display: block;

    padding: 15px 0px;

}

.webinars-box .article-link:after {

    content: "";

    display: block;

    clear: both;

}

.webinars-box .article-link .article-title {

    width: 60%;

    float: left;

}

.webinars-box .article-link .article-date {

    width: 40%;

    float: left;

    text-align: right;

}

.webinars-box .paginator-row {

    padding: 0px 15px 0px;

}

.paginator-row {

    width: 100%;

}

select#tags {

    text-transform: uppercase;

}

