.jcarousel-wrapper {
    margin: 0;
    position: relative;
    border-bottom: 0px solid #555;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;


    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;

}


.jcarousel.__initialized {
    opacity: 1;
}

.jcarousel .jcarousel-list {
    width: 10000em;
    position: relative;
    margin: 0;
    padding: 0;
}

.jcarousel .jcarousel-item {
    width: 900px;
    float: left;
    border: 0px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel .jcarousel-item .jcarousel-image {
    display: block;
    width: 100%;
    height: auto !important;
}

.jcarousel .jcarousel-item .jcarousel-video {
    display: block;
    width: 100%;
    /*height: 100%;*/
    height: auto;
}

.jcarousel .jcarousel-item .jcarousel-html {
    display: block;
    width: 100%;
    height: auto;
}

.jcarousel-html-icon {
    position: absolute;
    left: 3vw;
    top: 4vw;
    margin: 2vw 2.2vw;
    height: auto;
    width: 6vw;
}

.jcarousel-html-icon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.jcarousel-html-cover {
    position: absolute;
    left: 11vw;
    top: 4vw;
    margin: 2vw 2.2vw;
    width: 15vw;
    height: auto;
}

.jcarousel-html-cover img {
    display: block;
    max-width: 100%;
    height: auto;
}

.jcarousel-html-style-2-cover {
    position: absolute;
    left: 5.5vw;
    top: 0vw;
    width: 25.5vw;
    height: auto;
}

.jcarousel-html-style-2-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.jcarousel-html-box {
    position: absolute;
    left: 30vw;
    top: 5vw;
    padding: 1.8vw 2.1vw;
    background: rgb(250,250,250);
    background: linear-gradient(180deg, rgba(250,250,250,1) 10%, rgba(255,255,255,0.5) 70%);
    height: 24vw;
    width: 62vw;
    overflow: hidden;
}

.jcarousel-html-box.jcarousel-html-style-2-box {
    background: transparent;
    padding: 0;
    left: 34vw;
    height: 26vw;
}

.jcarousel-html-box h2 {
    padding:0;
    margin: 0;
    margin-bottom: 1vw;

}
.jcarousel-html-box h2 a {
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
}
.jcarousel-html-box p {
    padding:0;
    margin: 0;
    margin-bottom: 1vw;
}
.jcarousel-html-box button {

}
.jcarousel-html-box a {

}
.jcarousel-html-box a:hover {

}
.jcarousel-html-box a:visited {

}
.jcarousel-html-box-nyt2 .jcarousel-html-box p {
    width: 30vw;
    color: #ffffff;
    font-weight: 600;
}
.jcarousel-html-box p.white-text {
    color: #ffffff !important;
    font-weight: 600;
}
.jcarousel-html-box p.white-text a {
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: underline;
}

.jcarousel-html-box-nyt2 .jcarousel-html-box h2  a{
    color: #ffffff !important;
    width: 40vw;
}

/** html 3 **/

.jcarousel-html-style-3-cover {
    position: absolute;
    left: 45vw;
    top: 4vw;
    width: 15vw;
    height: auto;
}
.jcarousel-html-box.jcarousel-html-style-3-box {
    background: transparent;
    padding: 0;
    left: 5vw;
    height: 27vw;
    width: 35vw;
    top: 5vw;
}
.jcarousel-HTML_Style_3 .jcarousel-html-icon {
    position: absolute;
    margin: 0;
    right: 5vw;
    left: auto;
    top: 3vw;
    width: 7vw;
    height: 7vw;
    background-color: #ffffff;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2021/04/icon-c-featured-research.png);
    background-size: 55%;
    background-position: 56% 50%;
    background-repeat: no-repeat;
}
.jcarousel-HTML_Style_3 .jcarousel-html-logo {
    position: absolute;
    width:6.8vw;
    height:6vw;
    left: 5vw;
    top: 3vw;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    background: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #888888;
    text-decoration: none;
    opacity: 0.8;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 3px #666666;
    -moz-box-shadow: 0 0 3px #666666;
    box-shadow: 0 0 3px #666666;
    overflow: hidden;

    /*
        position: absolute;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        text-align: center;
        background: #4E443C;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 0 1px #000;
        font: 24px/27px Arial, sans-serif;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: 0 0 4px #F0EFE7;
        -moz-box-shadow: 0 0 4px #F0EFE7;
        box-shadow: 0 0 4px #F0EFE7;
        */
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0 0 2px #555555;
    -moz-box-shadow: 0 0 2px #555555;
    box-shadow: 0 0 2px #555555;
}


.jcarousel-control-prev:active,
.jcarousel-control-next:active {
    opacity: 1;
    -webkit-box-shadow: 0 0 1px #444444;
    -moz-box-shadow: 0 0 1px #444444;
    box-shadow: 0 0 1px #444444;
}

/*
.jcarousel-control-prev:before,
.jcarousel-control-next:before {
    border-width: 4px 4px 0 0;
    left: 0px;
    border-style: solid;
    content: '';
    display: inline-block;
    height: 10px;
    position: relative;
    top: 0px;
    transform: rotate(45deg);
    vertical-align: top;
    width: 10px;
}

.jcarousel-control-next:before {
    transform: rotate(-135deg);
}
*/


.jcarousel-control-prev {
    left: 10px;
}

.jcarousel-control-next {
    right: 10px;
}
@media (min-width: 415px) {
    .jcarousel-html-box h2 {
        font-size: 2.4vw;
    }
    .jcarousel-html-box p {
        font-size: 1.2vw;
    }
    .jcarousel-html-box.jcarousel-html-style-2-box h2 {
        width:40vw;
    }
    .jcarousel-html-box.jcarousel-html-style-2-box p {
        width:30vw;
    }
}
@media (max-width: 414px) {
    .jcarousel-html.jcarousel-HTML_Style_3 {
        background-image: none;
        background-color: #eeeeee;
    }
    .jcarousel-html-box.jcarousel-html-style-3-box {
        height: 49vw;
        width: 85vw;
        font-size: 3vw;
    }

    .jcarousel-html-style-3-cover {
        left: 30vw;
        top: 55vw;
        width: 40vw;
    }

    .jcarousel-HTML_Style_3 .jcarousel-html-icon {
        width: 10vw;
        height: 10vw;
    }

    .jcarousel-html-box h2 {
        font-size: 4vw;
    }

    .jcarousel-html-box p {
        font-size: 3vw;
    }
    .jcarousel-html-box.jcarousel-html-style-2-box {
        height: 102vw;
        font-min-size: 2vw;
    }
    .jcarousel-html-style-2-cover {
        top: 2vw;
    }
    .jcarousel-html-box.jcarousel-html-style-2-box h2 {
        width:60vw;
    }
    .jcarousel-html-box.jcarousel-html-style-2-box p {
        width:60vw;
    }
}