p{
	text-align: justify;
}

/*Header Section Styles*/
.header{background-color: #344a66;}
.upper-header{margin-bottom: 20px;}

/*Archives Page Styles*/
.current_page_title, .issue_summary_description{
	display: none;
}

.issue_item{
	margin-bottom: 0px !important;
}

.obj_issue_summary{
	margin-right:50px !important;
	margin-left:0px !important;
}

.issue_summary_title{
	background-color: #2e3192;
	color: #fff !important;
	font-weight: bold;
	padding-left: 10px;
}

.cover{
	min-height: 290px;
	border-bottom:none;
	box-shadow:none;
	background-color: #dcdddf;
}

a.cover:hover{
	background-color: #dcdddf !important;
}

a.issue_summary_title:hover{
	background-color: #dcdddf;
	color: #2e3192 !important;
	text-decoration: none;
	padding-left: 10px;
}

.issue_title{
	text-align: justify;
}

.summary_title{
	text-align: justify;
	min-height: 75px;
	display: block;	
}

.article_summary{
	border: 1px solid #e3e5e9;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px !important;
}

.section_title{
	font-size: 28px !important;
	padding-bottom: 20px !important;
}

.issue_heading{
	padding-top: 20px !important;
}

.cmp_breadcrumbs{
	margin: 0px !important;
}

.cover_image{
	max-width: 400px !important;
}

.container-page{
	padding-bottom: 40px !important;
}

/* Footer */

.pkpbrand-wrapper{
	display: none;
}

/*Footer Section Styles*/
.site-footer{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #344a66;
}

.user-page-footer p, .user-page-footer p a{
	color: #fff;
}

.user-page-footer p a:hover{
	color: #ffd120;

}

.btn-secondary {display: none;}