<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heroWidget .button {
    text-align: center;
}

.heroWidget {
    position: relative;
}

.heroWidget h1 {
    margin: 0px;
    margin-right: 35px;
}

.heroWidget .container-fluid {
    padding:inherit;
}

.heroWidget .floatBottom {
    display: block;
    width: 100%;
    position: relative;
    bottom:0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 10px;
    z-index: 200;
}


.heroWidget .blurbArea {
    background: none repeat scroll 0 0 #0c5b97;
    color: #ffffff;
    z-index: 100;
}


.heroWidget img.img-responsive {
    position: relative;
    top:0px;
    width: 100%;
}


.heroWidget img.flip-corner {
    position: absolute;
    z-index: 150;
    right:0px;
    top:0px;
    width:25px;
}


.heroWidget .flipArea {
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #FFF;
    z-index: 100;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.84375em;
}

.heroWidget .flipArea h1 {
    font-size: 1.6875em;
}

.heroWidget .flipArea a.button {
    position: absolute;
    bottom:15px;
    left:10px;
    right:10px;
    width: auto;
}


/*Flipping Cards */

.cardWrapper{
    width:100%;
    height:300px;  /*from js*/
    position:relative;
    /*background-color:#333;*/
    float:left;
    margin-right:10px;
    -webkit-font-smoothing:antialiased;
}

.cardWrapper a{
    cursor:pointer;
}

.cardWrapper .card .cardFace.front {
    backface-visibility: initial !important;
}

.cardFace{
    position:absolute;
    width:100%;

    overflow:hidden;
}

.cardFace img {
    width:100%;
    height: auto;
}

.cardFace .detail-btn-area {
    position: absolute;
    display:block;
    bottom:0px;
    left:0px;
    right:0px;
    padding:15px;
}





.cardFace .button {
    position:relative;
    text-align:center;
}

.front{
    background-color:#FFF;
}

.back{
    background-color:#FFF;
    padding:15px;
}

.front .front-title {
    position:absolute;
    bottom:0px;
    background:#0c5b97;
    color:#FFF;
    width:100%;
    padding:0px 15px 5px 15px;
}

.front .front-title h1 {
    font-size:1.3em;
}
</pre></body></html>