/**
 * plugins/themes/chass/css/chass.css
 *
 * Copyright (c) 2014 NCSU CHASS
 *
 * CHASS Common theme.
 *
 */

.obj_galley_link {
	color: #000;
	border: 1.0px solid #000;
}

.obj_galley_link:hover {
	background-color: #000;
	border: 1.0px solid #000;
}

.obj_article_summary .title {
	font-weight: initial;
}

div.obj_issue_toc div.sections div.section h2 {
	position: relative;
	padding: 0;
	left: 0;
	display: inline-block;
}

/*
.pkp_structure_main:after {
	left: initial;
	right: 0;
}

.pkp_structure_main {
	width: 100%;
}

.page_index_journal {
	width: 100%;
}

.has_sidebar .pkp_structure_main:after {
	left: 860px;
	right: initial;
}

.has_sidebar .pkp_structure_main {
	width: 860px;
}

.has_sidebar .page_index_journal {
	width: 860px;
}
*/

.pkp_navigation_user_wrapper {
	top: 30px;
}

.pkp_navigation_user_wrapper ul {
	text-align: left;
	left: 145px;
}

.pkp_navigation_user li.profile ul {
	display: none;
}

.pkp_navigation_user li.profile a .task_count {
	background-color: #ccc;
	color: #cc0000;
}

.pkp_navigation_user li.profile:hover ul {
	display: block;
}

.ncstate-utility-bar .ncstate-utility-bar-search-field {
	box-sizing: border-box;
}

.list-unstyled li {
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
}

.pkp_site_name {
        text-align: center;
}

@media(min-wdith:992px) {
        .pkp_site_name > a {
                margin-left: 187px;
                margin-right: 187px;
        }
}

.pkp_site_name .is_text {
	color: #c00;
	font-family: UniversCondensed;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.3;
}

.pkp_site_name .is_img img {
	max-height: unset;
	max-width: unset;
	width: 100%;
	height: unset;
}

.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
        position: static;
}

.pkp_structure_head {
	background-color: #fff;
	text-align: center;
}

#pkp_content_nav {
	background: #fff;
}

.has-fixed-nav nav#pkp_content_nav {
	max-width: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 300;
}

.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus {
        color: #cc0000;
        outline: 0;
        border-color: transparent;
}

.pkp_nav_list [aria-haspopup] > a:after {
        display: none;
}

.pkp_nav_list [aria-expanded="true"]:before {
        color: #333;
        margin: -10px auto 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
}

.pkp_nav_list [aria-expanded="true"] ul {
        background-color: #333;
        padding: 1.5rem 0;
}

.pkp_nav_list [aria-expanded="true"] ul > li > a {
        padding: 0.5em 1.85em;
        color: #fff;
}

.pkp_navigation_user [aria-expanded="true"] ul > li > a {
        padding: 0.5em .85em;
}

.pkp_nav_list [aria-expanded="true"] ul > li > a:hover {
        opacity: 0.7;
        background-color: transparent;
        border-color: transparent;
        cursor: pointer;
}

.footer {
	font-size: 0.9em;
	font-family: UniversLight;
}

.block-as-small {               
        display: block;         
        line-height: 2rem;      
}                               

.footer-address {
	text-align: left;
}

.footer-main .college {
	font-size: 1.6rem;
	font-family: UniversLightCondensed;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.pkp_structure_footer_wrapper {
	background: #fff;
}

.copyright p {
	margin: 0 0 11px;
}

.pkp_structure_footer_wrapper ul { 
	width: auto;
}

.footer-links ul { 
	width: 50%;
}

a {
	text-decoration: none;
}

.footer-links ul li { 
	list-style-image: none;
	list-style-type: none;
	font-size:0.9rem;
	margin: 1.2em 0px 1.2em 1rem;
}

.footer-links ul li::before { 
	content: 'i';
	font-family: ncsu-icons;
	font-size:0.6rem;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	padding-right: 1em;
	margin-left: -2em;
}

h5 {
	text-transform: uppercase;
	text-align: left;
}

.pkp_structure_footer_wrapper ul li  {
	text-align: left;
}

/**
 * PDF View
 **/
.pkp_op_view .header_view {
        background-color: #fff;
}

.pkp_op_view .header_view .return, .pkp_op_view .header_view .title, .pkp_op_view .header_view .download {
        color: #c00;
}

.pkp_op_view .header_view .return:hover, .pkp_op_view .header_view .title:hover, .pkp_op_view .header_view .download:hover {
        background-color: #fff;
        color: #900;
}
