/*BISS*/

:root {
	--color-01: #0f2753;
	--color-02: #2e4c82;
	--color-03: #191930;
	--color-das_m_h: var(--color-01);
}

.breadcrumb a.active.past, .breadcrumb a.active, .breadcrumb a.active:hover, .breadcrumb a.active:after {
	background: var(--color-01);
}
.breadcrumb a.past {
	border-bottom: 4px solid var(--color-01);
}

body.journal_63{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}
.journal_63 #button {
	-webkit-justify-content: flex-end;	justify-content: flex-end;
	height: auto;	
	padding-bottom: 8px;
}
.journal_63 .constrained .wrapper {
	padding-right: 8px;
	-webkit-justify-content: flex-end;	justify-content: flex-end;
}
.journal_63 .homepage .header-content .constrained .wrapper {
	width: 44%;
}
.journal_63 #button>a {
	margin: 6px 0px 0 0;
}
.journal_63 #button button.abs {
	margin-bottom: 8px;
}
.journal_63 .PaperType {
	background-color: var(--color-01);
}
.journal_63 #TopSider .leftSiderBlock{
	background: var(--color-01);
}
.journal_63.aboutPage .contentWrapper{
	padding-top: 218px;
}
.journal_63.aboutPage #leftSider .leftSiderBlock.about {
	top: 185px;
}
.journal_63.aboutPage .storyRowTitle h1 {
	line-height: 1.55em;
}
.journal_63 #TopSider .content_menu_horizontal li:hover{
	background: var(--color-02);
}
.journal_63 .article_title_with_sort,
.journal_63 .issue_title_identifier, 
.journal_63 .storyRowTitle h1 {
	background: var(--color-03);
}
.journal_63 .siderBlockLinksHolder .topLevelMenu.active > .title a, 
.journal_63 .siderBlockLinksHolder .subLevelMenu .title a.active {
	border-color: var(--color-01);
}
.journal_63 .mostVisited{
	background: var(--color-01);
}
.journal_63 .mostVisited_icon{
	background: var(--color-01) url('../../../i/most_view_icon.svg') no-repeat center;
}
.journal_63 .mostAccessed_icon{
	background: var(--color-01) url('../../../i/most_view_icon_period.svg') no-repeat center;
}
.journal_63 .mostVisited_icon_ed{
	background: var(--color-01) url('../../../i/most_productive_editors.svg') no-repeat center;	
}
.journal_63 .mostVisited_icon_rev{
	background: var(--color-01) url('../../../i/most_productive_reviewers.svg') no-repeat center;	
}
.journal_63 .mostVisited_icon_aut{
	background: var(--color-01) url('../../../i/most_productive_authors.svg') no-repeat center;	
}

.journal_63 .article_type {
    background: var(--color-01);
}
.journal_63 .article .control:hover input:not([disabled]):checked ~ .control__indicator,
.journal_63 .article .control input:checked:focus ~ .control__indicator,
.journal_63 .article .control input:checked ~ .control__indicator{
	background: var(--color-01);
}
.journal_63 .apc-text-3{
	font-weight: bold; 
	text-align: center;
	color: #B42741!important;
}



a.cover_photo {
    min-width: 100%;
    min-height: 100%;
    display: block;
    padding: 290px 0;
}

#collections_menu{
	display: none;
}


.journal_63 .art_list .issue_title_identifier.no_up_down_padding.article_title_with_sort.collection_documents_sort{
	display: none;
}