.archiveHeader {
    background: #888b8d;
}
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    background: #222f38;
    border-top-color: #222f38;
    color: #fff;
}
.cmp_button:hover, .cmp_button:focus, .page_search .submit button:hover, .page_search .submit button:focus {
    box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.1);
}
.cmp_button:hover, .cmp_button:focus, .page_search .submit button:hover, .page_search .submit button:focus {
    background: #fff;
    border: 1px solid #222f38;
    color: #222f38;
}
button, input, optgroup, select, textarea {
    line-height: 1.75;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    line-height: calc(2.143rem - 3px);
    padding: 0 1em;
}
a {
  	color: #54585a;
}
a:hover, a:focus {
  	color: #c8102e;
}
.pkp_site_name_wrapper {
        height: 5rem;
    }

@media (min-width: 992px) {
    .pkp_site_name_wrapper {
		height: auto;
	}
	.pkp_site_name .is_img img {
        max-height: 100px;
    }
	.pkp_nav_list ul a {
		color: #c8102e;
	}
	.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    	color: #c8102e;
  	}
	.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    	border-color: #c8102e;
  	}
	.pkp_navigation_primary > li:last-child a {
    	margin-right: 0;
  	}
}
@media (max-width: 991px) {
    .pkp_site_name .is_img img {
        max-height: 60px;
    }
}