/*********************************************Top Bar****************************************************/
.verticals-menu {
    display: inline-block !important;
    top: 50px;
}

.top_menu{
    position:absolute;
    display: inline-block;
    top: 7%;
    left: 875px !important ;
}

.top_menu .newsletter-widget{
    display:inline-block;
}

.top_menu .embed_link{
    width: 171px;
}

.top_menu .donate_link{
    width: 130px;
}

.top_menu .donate_link .label{
    border-right: 0px solid #676566;
    text-align:center;
    padding-left:28px;
}

.top_menu h2.date{
    font-size:.6em;
    float:right;
}

/********************************************************* Middle Column ****************************************************************/
/********************* date header *********************************/

/*.date-header {
    border-bottom: 0px solid #000000 !important;
}*/

/*.list-style {
    position: inherit !important;
    float: right;
    top: 10px;
    bottom:0px !important;
}*/

/**************** Middle Column Articles ***************************/
.articles{
	clear:both;
}

.main_art_post{
    max-width:49%;
    float:left;
    margin-right:10px;
    margin-bottom: 10px;
}

.middle_col_articles{
    max-width:49%;
    float:left;
    margin-bottom: 10px;
}

.main_art_img{	
    display: inline-block;
    width: 100%;
    height: 150px;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow:hidden;
    top:-100%;
}

.art_img{
	width: 50%;
    height: 75px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    float: right;
}

.alpha .articles .title a {
    font-weight: bold;
}

.alpha .articles .byline{
	font-weight: bold;
}

.alpha .articles .main_title{
    font-size:1.2em;
}

.with_border{
    margin-bottom:10px;
    border-bottom: 2px solid #EBEBEB;
}

.art_excerpt{
    margin-bottom:10px;
}

.art_excerpt_sidebar p{
    word-break: break-all;
}

/*********************************************************Sidebar CSS****************************************************************/
.rci_gamma{
    background-color: white !important;
} 


/**************** Sidebar Articles CSS ***************************/
.art_img_sidebar {
    width: 50px;
    height: 73px;
	border-radius:5px;
    background-position: top center;
    background-size: cover;
    display: inline-block;
    float: right;
    margin-left: 5px;
}
.art_img_sidebar.featured-author{
    width: 80px !important;
    height: 112px !important;
}

.article_img{
    width: 112px !important;
    height: 60px !important;
    border-radius: 0px !important;
}

.art_post .title_sidebar, .art_post .byline_sidebar{
    font-weight:bold;
}

.art_post .title_sidebar { line-height:1.2em; margin-bottom:3px; }

.art_post .byline_sidebar {font-size:0.8em; padding:3px 0;}


.art_excerpt_sidebar {
    font-family: "Domine",sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    margin-bottom: 10px;
    word-wrap: break-word;
    text-align: left;
}

.sidebar_articles {
    margin-top: 12px;
    padding-left: 8px;
    padding-right: 4px;
}

/**************** Sidebar Data Downloads CSS ***************************/
.sidebar_data{
    padding-left: 8px;
    padding-right: 4px;
    padding-bottom: 10px;
}

.sidebar_data h5, .sidebar_data h4{
    margin-top:10px;
    margin-bottom:5px;
}

.sidebar_data ul {
    padding-left: 2px !important;
    list-style: none !important;
}

.sidebar_data ul li{
    border-bottom: 0px solid #e4e4e4 !important;
    padding: 1px 1px 1px 10px !important;
    font-size:.8em !important;
    background: transparent url(/asset/img/square-bullet.gif) no-repeat scroll 3px 9px;
}

.sidebar_data ul li a{
    background: none;
    float: none;
    font-weight: normal;
    line-height: 1.42em;
    padding: 0;
    font-size: 1em;
    margin-right: 8px;
    display: block;
}

@media only screen and ( max-width : 767px ){
    .sidebar_articles {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/*NEW HOMEPAGE STYLES ADDED 07/25/17 FOR NEW MODULE*/
@media only screen and ( min-width : 768px ){
    body.home div.section-top{
        margin-bottom: 10px;
    }


    body.home .section-top .section-title-wrapper{
        width:100%;
        display: flex;
    }

    body.home .section-top div.section-title{
      width:70%;
      float:left;
      margin-left:10px;
    }

    body.home .section-top div.photo img {
      width: 12%;
      float:left;
    }

    body.home .section-top .section-title-wrapper .section-title h2{
      font-size: 1.45em;
    }

    body.home .section-top .photo{
      margin-right: 20px;
      width: 100%;
    }

    body.home div.pop-wrapper .pop-item:nth-of-type(1n+4) {
      display: none;
    }

    body.home div.pop-wrapper .pop-item{
      width:26.5%;
    }

    body.home div.pop-wrapper .pop-item .title{
      padding: 15px 0px 0px 0px
    }

    body.home .pop-item .photo a.video-image{
      height:160px;
    }

    /*ADDED 07/25/17 FOR SPECIAL ARTICLES*/
    body.home .section-top .photo{
      height: 89px;
      width: 89px;
      float:left;
      background-size: cover !important;
    }
    
    body.home .section-top .photo img{
      display:none;
    }

    body.home .section-top .photo{
      margin-right:0px;
    }

    .section-title .byline{
      display:inline !important;
    }

    body.home .section-top .section-title-wrapper .section-title h2{
      margin-bottom: 0px;
      line-height: 1.2em;
    }
}

@media only screen and ( max-width : 767px ){

    body.home .section-top .section-title-wrapper{
      width:100%;
    }

    body.home .section-top div.section-title{
      width:100%;
      float:left;
      margin-left: 0px;
    }

    body.home .section-top .section-title-wrapper .section-title h2{
      font-size: 1.1em !important;
      font-weight: bold;
    }

    body.home .section-top .photo{
      display:none;
    }

    body.home div.pop-wrapper .pop-item:nth-of-type(1n+3) {
      display: none;
    }

    body.home .section-top .section-title-wrapper .byline{
        display: inline-block !important;
    }


    /*ADDED 07/25/17 FOR SPECIAL ARTICLES*/
    body.home .section-top .photo{
        height: 60px;
        width: 60px;
        float:left;
        background-size: cover !important;
        display: block;
    }


    body.home .section-top .photo img{
        display:none;
    }

    body.home .section-top .photo{
        margin-right: 10px;
    }

    body.home .section-top div.section-title{
        float:none;
    }

    body.home .section-top .section-title-wrapper .section-title h2{
        margin-bottom: 1px;
        line-height: 1.2em;
    }

    body.home .section-title .byline{
        display:inline !important;
    }

    body.home .alpha .section-top .byline {
        width: initial;
        word-break: break-word;
        overflow-wrap: break-word;
        word-wrap: break-word;
        max-width: 75%;
    }
}

body.home .section-top{
    padding-bottom: 5px;
}

