.pkp_structure_footer {
    text-align: center;
    background-color: white;
}

.pkp_structure_footer_wrapper {
    background: #fff;
    border-top: 1px solid #ddd;

}

.pkp_footer_content {
    padding: 1.143rem;
    text-align: center;
}
.pkp_brand_footer {
    padding: 1.143rem;
}

.pkp_brand_footer img {
    max-width: 70%;
    width: auto;
    height: auto;
}
.pkp_structure_head {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.pkp_navigation_primary_wrapper {
    width: auto;
    background-color: white;
}
.pkp_navigation_primary>li>a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #326898;
    text-decoration: none;
}
.pkp_navigation_primary>li>a:hover {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: gray;
    text-decoration: none;
}
.pkp_page_index .additional_content {
    padding: 0rem 0.714rem 0 0.714rem;
    border-top: 0px solid #fff;
}
.pkp_site_name .is_img img {
    max-height: 80%;
	align-content: center;
	align-items: center;
}
.pkp_navigation_user_wrapper {

    background-color: #becfd4;
}
.pkp_navigation_user.pkp_navigation_user {
    margin: 0;
    padding: 2px;
    border: none;
}
.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    float: left;
    width: 95%;
}
.pkp_page_index .cmp_announcements .more {
    float: right;
    width: 0%;
    padding-top: 1.43rem;
    padding-bottom: 1.43rem;
}


.pkp_navigation_search_wrapper a {
    color: #114a54;
    text-decoration: none;
}
.pkp_navigation_search_wrapper a:hover {
    color: #114a54;
    text-decoration: underline;
}