﻿/* Industry News */
.industry-news-module{
    padding:28px 28px 20px;
}

.industry-news-module h3{
    font-size: 1.75em; 
    line-height: 1.25em;
    width:100%;
    text-align:left;
    letter-spacing: 0px;
    padding-right:30px;
}
.industry-news-module p{
    margin:7px 0px 10px;
    font-family: "GothamBookMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.industry-news-module .row{
    margin-top:24px;
}
.industry-news-module .news-item{
    font-size: .88em;
    line-height: 1.42em;
}
.industry-news-module .date{
    font-size: 12px;
    line-height: 14px;
}
.industry-news-module .news-item {
    margin:auto 0;
    margin-bottom: 21px;
}
.industry-news-module  .img-container{
    display:table;
    width:100%;
}
.industry-news-module .img-container img{
    float:right;
    height:11px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Extra Small and below */
@media (max-width: 767px) {
    .industry-news-module h4{
        margin-bottom:34px;
    }
    .industry-news-module .news-item{
        margin-top:23px;
    }
}/* print styles */
@media print {
     .industry-news-module .match-height  { height: auto !important; }
}