﻿.box-hilite {
    box-shadow: 0 0 5px #ccc;
    display: table-cell;
    float: none;
    padding: 15px;
}

.text-hilite {
    font-size: 1.2em;
}

    .text-hilite > h4 {
        font-size: 1.2em;
    }

.slide {
    float: left;
    max-width: 1098px;
    width: 100%;
}

.table-hilite {
    display: table;
    border-spacing: 10px;
    margin: 0 -10px;
}

.table-row {
    display: table-row;
}

.see-more {
    text-align: right;
}

.slide-content-left {
    color: #fff;
    float: left;
    padding: 15px 40px 15px 45px;
    text-align: left;
    vertical-align: middle;
    width: 37%;
    font-size: 1.1em;
}

    .slide-content-left > h1 {
        color: #fff;
        font-size: 36pt;
        height: 100%;
    }

    .slide-content-left a:hover,
    .slide-content-left a:focus {
        text-decoration: none;
    }

.slide-content-right {
    float: right;
    width: 63%;
}

    .slide-content-right > img {
        float: right;
    }

#slides,
#slides > li,
#slides img {
    background-color: #273951;
    margin: 0;
    padding: 0;
}

    #slides > li:after {
        content: "";
        display: block;
        clear: both;
    }

    #slides > li > a:hover {
        text-decoration: none;
    }

@media only screen and (max-width: 1199px) {
    .slide-content-left {
        width: 33%;
    }

    .slide-content-right {
        width: 67%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    /*.table-hilite {
        margin: 0 -10px;
    }*/

    .box-hilite {
        display: block;
        width: 100% !important;
        margin: 10px 0;
    }

    .slide-content-left,
    .slide-content-right {
        display: block;
        float: none;
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

        .slide-content-left > h1 {
            font-size: 20pt;
        }

        .slide-content-right img {
            display: block;
            float: none;
            width: 100%;
        }
}