.pkp_brand_footer {
	background: #0A441E;
	display: none;
}

.pkp_footer_content {
	background: #0A441E;
	color: #ffffff;
}

.pkp_footer_content a {
	text-decoration: none;
	color: #ffffff;
}

.pkp_footer_content a:hover {
	text-decoration: none;
	color: #F7921C;
}

.pkp_structure_footer_wrapper {
	background: #0A441E;
}

.pkp_structure_footer {
	background: #0A441E;
}

/**************************header*********************************/
.pkp_structure_head {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #15A22B;
	background-image: linear-gradient(to bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12);
	margin-bottom: .25em;
}

.pkp_structure_sidebar:before {
	border-left: 1px solid #ddd;
}

.pkp_block {
	padding: 0px 3px 5px 5px;
	font-size: 14px;
	line-height: 20px;
}

.block_make_submission {
	padding: 15px 3px 5px 5px;
}

.pkp_block .title {
	width: 100%;
	background-color: #15A22B;
	height: 30px;
	font-size: 13px;
	color: #ecececec;
	padding-top: 0.4em;
	margin-bottom: 0px;
	border: 0px;
	text-align: center;
}

.pkp_block .content {
	background-color: #ffffff;

}

.pkp_block .content ul li {
	padding: 0px 0;
	background-color: #f4f4f2;
}

.pkp_block li {
	border-radius: 0;
	position: relative;
	background-color: #f1f1f1;
	display: block;
}

.pkp_block ul>li {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.pkp_block ul>li a {
	color: #495464;
	padding: .75rem 1rem;
	display: flex;
}

.pkp_block ul>li a:hover {
	text-decoration: none;
	background-color: #bbbfca;
}

.pkp_block fa {
	border-right: 1px solid #e7e5e5;
	width: 35px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery {
	background: #EEE;
}

.gallery-cell {
	width: 90%;
	height: 100px;
	margin-right: 10px;
	background: #8C8;
}