.news_view {

}

.news_view .heading{
    background-image: url(../img/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70px;
    height: 250px;
    margin-bottom: 25px;
}

.news_view .date {
    color: #004e59;
    font-weight: 300;
    background-image: url(../img/news_date.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
    text-align: left;
}

.news_view .date_desktop {
    display: none;
}

.news_view h3{
    text-transform: uppercase;
}

.news_view .news_intro {

}

.news_view .news_intro p{
    font-size: 14pt;
    line-height: 20pt;
}

.news_view a.show {
    display: block;
    height: 30px;
    padding-right: 22px;
    padding-top: 7px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../img/news-show.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;

}

.news_view a.show.active {
    background-image: url(../img/news-hide.svg);
}

.news_view .news_content {
    background-color: #FFFFFF;
    padding: 10px 15px;
    display: none;
    margin-top: 10px;
}

.news_view .news_content p{
    font-size: 12pt;
}

.news_view hr {
    margin: 30px 0px;
}

/* News module */
.news_module {
    padding-top: 20px;
}

.news_module .box{
    padding-bottom: 20px;
    background-image: url(../img/news_date.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 25px;
}

.news_module a{
    font-size: 14pt;
    color: #004e59;
    text-decoration: none;
}

.news_module a:hover{
    text-decoration: underline;
}

.news_module h3{
    font-size: 14pt;
    color: #004e59;
}

.news_module .news_intro{

}

/* Mobile large */
@media only screen and (min-width: 380px) {

}

/* Tablets */
@media only screen and (min-width: 585px) {

}

/* Desktop */
@media only screen and (min-width: 770px) {
    .news_view .heading{
        height: 370px;
        margin-bottom: 50px;
    }

    .news_view .col_left {
        width: 15%;
    }

    .news_view .col_right {
        width: 75%;
    }

    .news_view a.show {

    }

    .news_view .date {
        height: 43px;
        background-size: 39px 43px;
        background-repeat: no-repeat;
        padding-left: 45px;
        margin-bottom: 5px;
        text-align: left;
    }

    .news_view .date_desktop{
        display: inline;
    }

    .news_view .date_desktop.month{
        color: #A2840A;
    }

    .news_view .date_desktop.year {

    }

    .news_view .date_mobile {
        display: none;
    }

    .news_module {
        padding-top: 0px;
    }

    .news_module .box{
        padding-bottom: 20px;
        background-image: url(../img/news_date.svg);
        background-size: 39px 43px;
        background-repeat: no-repeat;
        padding-left: 65px;
    }

}








