.pkp_brand_footer a {
  display: none;
}



/* #navigationPrimary a:hover,
#navigationPrimary a:focus {
  color: #fdfcfc;
  background-color: #006600;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  border-bottom: 0;
  height: 40px;
} */

#navigationPrimary a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  text-decoration: none;
}

#navigationPrimary a:hover,
#navigationPrimary a:focus {
  color: #fdfcfc;
  background-color: #006600;
}


.pkp_navigation_primary > li > a {
  margin: 0;
  padding: 0.357rem 0.5em calc(0.714rem - 2px);
  border-bottom: 0;
  color: #fff;
  text-decoration: none;
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
  width: 1160px;
}

.pkp_navigation_primary > li:first-child a {
  margin-left: 0;
}

.pkp_page_index .homepage_image {
  margin-top: 0;
}

.pkp_structure_head {
  background: linear-gradient(to right, #113301, #457f2a);
  border-bottom: 1px solid #ddd;
}

body {
  background: #ddd;
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_row {
  padding-left: 0;
  padding-right: 0;
}

#navigationPrimary a {
  color: #006600;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

#navigationPrimary .dropdown-menu a {
  color: #006600;
  background-color: white;
}

#navigationPrimary .dropdown-menu a:hover,
#navigationPrimary .dropdown-menu a:focus {
  color: white;
  background-color: #006600;
}

.pkp_navigation_primary_row {
  background-color: white;
}

.pkp_structure_footer_wrapper {
  background: white;
  height: 210px;
}

.pkp_footer_content {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}

.pkp_structure_footer {
  text-align: center;
}

a {
  color: inherit;
  text-decoration: inherit;
  transition: color 0.3s ease;
}

a:hover {
  color: #006600;
}

.pkp_structure_sidebar {
  background: white;
  margin: 0px;
  width: 250px;
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-bottom: 30px;
  }
}

.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* 
@media (min-width: 1200px) {
  .pkp_structure_sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    border-left: 0px solid white;
  }

  .pkp_structure_sidebar > * {
    position: relative;
  }
} */

.pkp_structure_content {
  padding-top: 0;
  background: white;
}

.pkp_page_index .homepage_image img {
  display: none;
  width: 0%;
  height: 0%;
}

hr {
  height: 1px;
  background-color: black;
  border: 0;
}

.pkp_block {
  padding: 0px 0px;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .pkp_block {
    padding: 0px;
  }
}

.pkp_page_index .homepage_image img {
  display: block;
  width: 50%;
  height: auto;
}

.pkp_page_index .additional_content {
  padding-top: 0px;
  padding-left: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  left: 30%;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

.pkp_navigation_search_wrapper a {
  color: #006600;
}

.pkp_navigation_search_wrapper a:hover {
  color: #113503;
}
