.pressRelHome .nutriTitle{
    color: #009cde;
    margin-left: -2px;
}
.leftCont-press > div {
    background: #FFF;
}
.newsitem .pub-date {
    font-family: Arial;
    font-size: 0.875em;
    margin-bottom: 10px;
    display: inline-block;
    color: #63666a;
}

.newsitem p {
 font-family:'BrandonGrotesqueMedium';
 font-size: 1.125em;
/* border-bottom: solid 1px #CCC;
padding-bottom: 10px;*/
line-height: 1.3em;
margin-bottom: 10px;
}
.newsitem p a,.newsitem p a:hover, .newsitem p a:focus{
 color: #009cde;   
}
.newsitem .news-desc {
    font-family: Georgia;
    font-size: 0.875em;
    line-height: 1.3em;
    /*color: #2a2b33;*/
    color: #222731;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #CCC;
    padding-bottom: 20px;
}
.newsFilter {
    margin-bottom: 50px;
    width: 100%;
    float: left;
    margin-right: 20px;
}
.newsFilter:last-of-type {
    margin-bottom: 15px;
    margin-right: 0;
}
.newsFilter li:hover{
    /*background: #ededed;    */
    background-color: #f4f4f4; /*changed*/
}
.newsFilter li:hover a{
    color: #3d566e;
}
.newsFilter li {
    background: #63666a;
    /*font-size: 1.125em;*/
    font-size: 0.875em; /*changed*/
    font-family:'BrandonGrotesqueBold';
    margin-bottom: 10px;
    /*padding: 10px 10px 6px;*/
    padding: 7px 0 1px 13px;
}
.newsFilter li a {
    color: #FFF;
    text-decoration: none;
    display: block;
}
.leftCont-press, .rightCnt {
    float: left;
    width: 100%;
} 
.pressRelHome .leftCnt > div:nth-child(odd) {
    margin-bottom: 0;
    margin-right: 0;
}
.pressRelHome .leftCnt > div.newsitem {
    padding-top: 20px;
}
#page{
    max-width: 1440px;
}
.pressRelHome .newsitem:hover {
    /*background-color: #EEE;*/
    cursor: pointer;
    background-color: #f4f4f4; /*changed*/
}
.pressRelHome .pagingCnt {
    margin-top: 44px;
}
@media (min-width:768px) {
    .newsFilter li {
        font-size: 0.875em;
    }
    .pressRelHome .nutriTitle {
        font-size: 40px;
    }
    .leftCont-press > div {
        width: 100%;
    }
    .newsFilter {
        width: 48.6%;
    }
    .pressRelHome .leftCnt > div.newsitem {
        /*margin-bottom: 30px;*/
    }
    .pressRelHome .nrWrapper,.pr-detail .nrWrapper{
        /*padding-bottom: 70px;*/
    }
}
@media (min-width:1024px) {
    .newsFilter {
        margin-bottom: 48px;
    }
    .pressRelHome .rightCnt {
        float: right;
        margin-left: 0;
    }
    .pressRelHome .newsFilter {
        width: 100%;
        margin-right: 0;
    }
    .leftCont-press {
        width: 65%;
        margin-right: 65px;
    }
    .pressRelHome .rightCnt {
        width: 28%;
    }
    .pressRelHome .nrContainer {
        /*width: 94%;*/
        /*padding: 0;*/
        width: 100%;
        padding: 0px 40px;
    }
    .pressRelHome .nutriTitle {
        /*margin-left: 0;*/
        margin-left: -3px;
    }
    .newsFilter li {
        /*font-size: 1.125em;*/
    }
}
@media (min-width:1440px) {
    .newsFilter {
        margin-bottom: 50px;
    }
}