<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************
 * FEATURE CAROUSEL *
 ********************/
.featureCarousel {
    background-color:transparent;
    position:relative;
}
.featureCarousel img {
    border:0;
}
.featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
.featureCarousel .feature &gt; div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
.featureCarousel .feature &gt; div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:#ffcc49;
    text-align: center;
}
.featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:60px;
    top:35px;
    padding:0;
    margin:0;
}
.featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:#f98906;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
.featureCarousel .blipsContainer .blipSelected {
    color:#3175bb;
    font-weight:bold;
    background-color:#f98906;
}</pre></body></html>