﻿
.news-list ul, li{
    margin-left:0 !important;
    padding-left:0 !important;
}

.news-list li{
    padding-bottom:0px !important;
    padding-top:15px !important;

    border-style:solid;
    border-width: 2px 0 0 0;
    border-color:#005696;
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}

.news-list .sfsummary{
    padding-bottom:15px;
}

.news-list .sfnewsListTitleDateSummary .sfnewsMetaInfo {
    margin-bottom: 13px;
    font-size: 11px;
}

.block-journalists{
    background:#4D7F29;
    padding:18px;
    padding-bottom:8px;
    color:white;
    border-radius:8px;
    margin-top:10px;

}

.block-journalists h2{
    color:white !important;
}

.block-journalists a{
    color:white;
}



.block-journalists input{
    margin-bottom:8px;
}

.block-journalists input:last-child{
    margin-bottom:0px;
}

.block-journalists input[type=text]{
    width:200px;
    margin-right: 8px;
    border-radius:4px;
    padding-left:5px;
    color:#444444;
}

.row1{
    margin-bottom:25px;
    position:relative;
}

.row2{
    margin-bottom:20px;
    position:relative;
}

.row2 .col:first-child, .row2 div{
    position:relative;
}

.row2 .view-all{
    position:absolute;
    right:0px;
    top:-2px;
}

.row3{
    margin-bottom:20px;
    position:relative;
}

.row.row3 {
    margin-left: -2px;
    margin-right: -2px;
}

.row3 div{
    position:relative;
}

.row3 .sfimageWrp, .row3 img{
    width:100% !important;
}

.row3 .col-lg-3{
    padding-right:2px;
    padding-left:2px;
}

.photo-bar-button{
    position:absolute !important;
    bottom:0px;
    left:0px;
    right:0px;
    padding:7px;
    text-align:center;
    color:white;
    background:rgba(255,255,255,.87);
    font-size:16px;
}

.photo-bar-button .fa{
    margin-right:8px;
    position:relative;
    top:1px;
}

.photo-bar-button a{
    color:#005696;
    font-weight:bold;
}

.row1 h2{
    font-weight:normal !important;
    position:relative;
    left:-2px;
}

.row1 .search-box-holder, .search-box-holder .sf-search-input-wrapper, .search-box-holder input{
    position:relative;
    display:block;
    width:100% !important;
}


.row1 input{
    padding-left:5px;
    padding-right:30px;
    border-style:solid;
    border-width:1px;
    border-color:#bbbbbb;
    width:100%;

}


.row1 button {
    padding-left: 0px;
    width: 30px;
    height: calc(1.5em + .75rem + 2px);
    background: none;
    border-style: none;
    color: #bbbbbb;
    zoom: 1;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 8px;
    box-shadow: none;
}

.row1 button:before{
        font-family:FontAwesome !important;
        content: "\f002" !important;
        display:block;
        font-size:22px;
        margin-left:5px;
        margin-top:-2px;
}





.row1 h1, .row2 h1, .row3 h1, .row4 h1{
    font-size:16px !important;
    color:black !important;
    padding-left:3px;
}

.matrix-container{
    margin-bottom:20px;
}

.staff-photos .sfimageWrp{
    margin-bottom:10px !important;
    width:100%;
}

.staff-photos img{
    width:100% !important;
}

.staff-photos .sfContentBlock {
    padding-left:3px !important;
    font-size:12px;
}

.staff-photos h2{
    color:#005696 !important;
    font-size:14px;
}

.twitter-timeline{
    height:650px !important;
    max-height:650px !important;
}

.staff-photos.threecolumn .sf_colsOut {
    width: 33.3% !important;
}

/*media queries*/
@media (max-width: 919px) {

    .staff-photos .sfContentBlock {
    text-align:center;
    margin-bottom:30px;
}

    .staff-photos.threecolumn .sf_colsOut {
        width: 100% !important;
        
    }
}

