<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @charset "UTF-8";
/* CSS Document */

#feature{
    background: #000;
    background-color: rgba(0,0,0,.75);
    color: #fff;
}
#feature:after{
    content: "";
    background: url(/_resources/images/splash-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}   
#feature img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#feature .modal-header{
    border: none;
}
#feature .modal-dialog {
    max-width: none;
}
#feature .black-box{
    padding: 20px;
    background-color: #000; /* FF3.6-15 */
    background: #000;
background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#feature .modal-content{
    background-color: transparent;
}
#feature .black-box h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
#feature .black-box h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
#feature .btn{
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    max-width: 200px;
}
.home #feature .container {
    max-width: 1140px; 
}
#feature .close{
    background-color: #000;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    color: #fff;
    font-size: 40px;
}</pre></body></html>