/*
*   Categories List Style
*/
.categories_view{
    padding-top: 10px; 
    padding-left: 10px;
}
/*
* Category Blog Styling
*/
.category_blog_view{
    padding: 0;
}
/*
* Category List Styling
*/
.category_list_view{
    padding: 0;
}
/* Articles */
.category_blog_view .items-column, .category_blog_view .items-column .item { /*overwrite default css*/
    margin-bottom: 0 !important;
    padding: 0 !important;
    position:relative;
    overflow:hidden;
}
.category_blog_view h1 {
    color:#222222;
    margin:0 auto 25px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}
.category_blog_view .items-leading {
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #dddddd;*/
    overflow: hidden;
}
.category_blog_view .items-more {
    margin: 0;
    padding-bottom: 5px;
}
.category_blog_view .items-more h3 {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #595959;
    padding: 10px 0;
}
/**start-if change any of these, must change pagination css on style.css**/
.category_blog_view .pagination ul li{
    background: transparent !important;
    list-style-type: none !important;
    margin-right: 5px !important;
    padding: 0 !important;
}
.category_blog_view .pagination li > span.pagenav {
    background: #c2c2c2;
    border: none;
    color: #222;
    display: block;
    font-weight: normal;
    padding: 3px 6px;
    border-radius: 4px;
}
.category_blog_view .pagination a:link, .category_blog_view .pagination a:visited {
    background: #999999;
    color: #fff !important;
    display: block;
    text-decoration: none;
    border-radius: 4px;
}
.category_blog_view .pagination a:hover{
    background: #222;
    border: none;
}
.category_blog_view .pagination a {
    border: none;
    margin: 0 !important;
    color: #fff !important;
}
.category_blog_view .pagination p.counter {
    margin: 0 !important;
}
/**end**/
/*
* Article Styling
*/
.article-content {
    overflow: hidden;
    clear:both;
}
.item-separator {
    display: block;
    visibility: visible !important;
    height:1px;
    margin:25px 0 35px;
    border-bottom: 4px double #dddddd;
}
.articles_view{
    
}
.article_title ul {
    display:none; /*removes default height when print, author, and/or published date is disabled */
    margin: 0 !important;
    padding: 0 !important;
}
.article-navigation {
    height: auto !important;
    margin: 30px 0 0;
    overflow: hidden !important;
}
.nav-next,
.nav-prev{
    background:#c2c2c2;
    padding:6px 15px 8px;
    border-radius: 4px;
}
.nav-next:hover,
.nav-prev:hover{
    background:#383838;
    border-radius: 4px;
}
.nav-next a.nav,
.nav-prev a.nav {
    color:#383838 !important; /*to overwrite style.css coz this content.css is secondary to style.css.*/
    font-weight: 700;
    text-decoration: none !important; /*to overwrite style.css coz this content.css is secondary to style.css.*/
    display: block;
}
.nav-next:hover a.nav:hover,
.nav-prev:hover a.nav:hover{
    color:#c2c2c2 !important; /*to overwrite style.css coz this content.css is secondary to style.css.*/
}
.nav-next:active,
.nav-prev:active{
    position: relative;
    top: 1px;
}
/*
* Title
*/
.article_title { /*if this change, remember to change widget.css; .widget h2*/
    width:100%;
    border-bottom: 1px solid #dddddd;   
    margin: 0 0 25px !important;
    padding: 0;
}
#home_feature_left .article_title { /*specially for frontpage*/
    margin: 0 0 20px !important;
    padding-bottom: 5px !important;
}
.article_title_area{
    background-color: transparent !important;
}
.articles_view h2 a, .articles_view h2 a:hover{
    color:#595959 !important; /*to overwrite style.css coz this content.css is secondary to style.css.*/
    text-decoration: none !important; /*to overwrite style.css coz this content.css is secondary to style.css.*/
    cursor: text;
}
.articles_view h3 a, .articles_view h3 a:hover{
    text-decoration: none !important; /*to overwrite style.css coz this content.css is secondary to style.css.*/
    cursor: text;
}
.article_title h4{ /*if this change, remember to change widget.css; .widget h2. same as h1*/
    color: #222222 !important;
    font-size:30px !important;   
    padding-bottom: 5px; 
}
.category_blog_view .article_title h4, .position{ /*if this change, remember to change widget.css; .widget h2. same as h1*/
    color: #222222 !important;
    font-size:20px !important;   
    padding-bottom: 5px; 
}
.category_blog_view .item h4{
    margin-bottom: 20px;
}
.category_blog_view .pagination {
    border-top: 4px double #dddddd;
    margin: 0;
    padding-top: 10px;
}
/*
* Table CSS
*/
table.two_cols_table {
    width:100%;
    border: none;
    border-collapse: collapse;
}
table.two_cols_table td{
    vertical-align: top;
    text-align: left;
}
table.two_cols_table > tbody > tr:first-child > td {
    color: #222222;
    font-size: 120%;
    font-weight: bold;
    padding: 12px 15px;
    background: #e8e8e8; 
}
table.two_cols_table > tbody > tr:first-child:hover > td {
    background: #e8e8e8 !important;
}
table.two_cols_table > tbody > tr > td {
    font-weight: normal;
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
}
table.two_cols_table > tbody > tr:hover {
    background: #f4f4f4;
}
/*
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}
#component .icons ul li{
    background: transparent;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 0;
}
.print-icon{
    
}
/*
* Article Info
*/
dl.article-info{
    float: left;    
}

dl.article-info dd{
    margin:0;
    padding:0;
}

/*
*   Widget Title

.widget h3 span{
    color:#555565;
    font-size: 15px;
    font-weight: bold;
}

/*
*   Search Form
*/
.search_form ul{
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}
.search {
    margin: 0!important;
}
/*
*   Search results page
*/
div.search_results{
    margin-bottom: 5px;
    padding: 20px;
    background-color: #f5f5f5;
}
.careers {
    float: left;
    width: 48%;
}
.careers:nth-of-type(even){
    margin-left: 2%;
}