@media(min-width: 992px) and (max-width: 1999px) {
    .wic-first-col{
        padding: 0 !important;
    }
    .wic-second-col{
        padding-right: 0px;
    }
    .wic-sub-first-col
    {
        padding-left: 0;
    }
    .wic-sub-intermediate-col{
        padding-left: 0 !important;
    }
    .wic-sub-last-col{
        padding-left: 0 !important;
    }
    .wic-content-header-text strong
    {
        border-left: 5px solid #960002 !important;
    }
}
@media(min-width: 1200px)
{
    .ciw-index-pg-header{
        margin-bottom: 0 !important;
    }
    .ciw-epicNhline-container
    {
        margin-top: -20px !important;
    }
    .wic-first-col{
        padding: 0 !important;
        float: left;
        clear: left;
    }
    .wic-second-col{
        padding-right: 0px;
        float: left;
        clear: right;
    }
    .wic-sub-first-col
    {
        padding-left: 0;
        float: left;
        clear: left;
    }
    .wic-sub-intermediate-col{
        padding-left: 0 !important;
        float: left;
    }
    .wic-sub-last-col
    {
        padding-left: 0 !important;
        float: left;
        clear: right;
    }
    .wic-content-header-text strong
    {
        border-left: 5px solid #960002 !important;
    }
}

.carousel-caption
{
    margin-bottom: -20px;
    right: 0%;
    left: 0%;
    opacity: 0.8;
    height: 80px;
    overflow: hidden;
    background-color: rgb(230,230,230);
}

.wic-news-highlight-container{
    background-color: #fff !important;
    border-color: transparent;
    color: #000;
    font-size: larger;
    padding: 0;
}