<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    width:1200px;
    height: auto;
    margin: 0 auto;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    /* border:3px solid white; */
    cursor:pointer;
}
#featureCarousel .feature a img{
    width: 771px;
    height: 500px;
}
#featureCarousel .feature &gt; div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:#e65d02;
    width:100%;
    height: 500px;
    border-radius: 20px;
    text-align: center;
}
#featureCarousel .feature &gt; div p{
    color: #FFFFFF;
    letter-spacing: 7px;
}
#featureCarousel .feature &gt; div p img{
    width: 200%;
    height: 200%;
}
#featureCarousel .feature &gt; div p:nth-child(1) {
    width: 80px;
    height: 66px;
    margin-left: 50%;
    transform: translate(-100%,0);
    padding-top: 70px;
}
#featureCarousel .feature &gt; div p:nth-child(2) {
    font-size: 44px;
    font-weight: bold;
    margin-top: 90px;
}
#featureCarousel .feature &gt; div p:nth-child(3) {
    width: 740px;
    height: auto;
    margin: 0 auto;
    font-size: 30px;
    line-height: 45px;
    margin-top: 7px;
}









/* #featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
} */</pre></body></html>