﻿.bgImage {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -10;
    top: 50px;
    left: 0;
    right: 0;
}

.info-section {
    margin: 5% 0 7% 0;
    display: inline-block;
    width: 100%;
}

    .info-section .menu-title {
        width: 30%;
        float: left;
        margin: 6% 5%;
    }

    .info-section h1 {
        font-size: 4em;
    }

.newsTitle {
    color: #fff;
    position: relative;
    padding: 20px;
    font-size: 2em;
    text-transform: uppercase;
    height: 67px;
    margin: 0 auto;
    text-align: center;
    zoom: 1;
}

.main-div-news {
    height: 100%;
    display: block;
}

/*
.news-text {
    float: left;
    margin-top: 1%;
    width: 100%;
    margin-bottom: 1.5%;
}
  */  
    .news-text h4 {
        font-size: 3em;
        margin-bottom: .5em;
        border-bottom: 5px #0081C8 solid;
        line-height: 1.25;
        padding-top: 0.6%;
    }
    
    .news-text ul li {
        line-height: 35px;
        list-style-type: square;
        margin-left: 10px;
        font-size: 1.3em;
        font-weight: 600;
        color: #D0D0D0;
        border-bottom: 2px solid #017cb8;
    }

        .news-text ul li a {
            padding: 5px;
            margin: 0;
        }

.news-body h1 {
    font-size: 3em;
    border-bottom: 2px solid #017cb8;
}

.news-body {
    line-height: 1.42857143;
    font-size: 1.1em;
}


@media only screen and (max-width:940px) {
    .info-section {
        margin: 20% 0 7% 0;
    }

    img.bgImage {
        display: none;
    }
}
