.pkp_structure_head {
    background-color: #0a6e61;
}
.pkp_site_name_wrapper {
        height: auto;
        padding: 8px 0 14px 0;
    }

.pkp_nav_list ul a {
        color: #02574c;
    }
	
a {
    color: #00695b;
}

a:hover, a:focus {
    color: #25c7b3;
}

.pkp_site_nav_menu {
    background: #ffffff;
}

.pkp_navigation_primary>li>a {
    color: #332c2b;
}

.pkp_navigation_primary>li>a:hover {
        color: #fff;
        outline: 0;
        border-color: none;
        background-color: #269587;
        border-radius: 4px;
    }
.pkp_navigation_primary>li>a:focus {
    background: #0a6e61;
    color: #ffffff;
}
	
.pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #0a6e61;
        color: #20dbc4;
        background-color: #0a6e61;
        margin: 0;
    }

.pkp_navigation_search_wrapper {
    display: none;
}

.pkp_structure_footer_wrapper {
    background: #269587;
}

.pkp_brand_footer {
    display: none;
}

@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        margin-top: 0;
    }
.pkp_head_wrapper {
    padding-top: 0;
    }
.pkp_structure_main {
        width: 100%;
}
.pkp_structure_main:before, .pkp_structure_main:after {
        width: 0px;
}
.pkp_page_index .homepage_image img {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
}
