/*sitemap*/
.sitemap-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 35px 30px 35px !important;
}

.sitemap-list li{
  list-style: none;
}

.sitemap-list > div {
  padding: 0 7px 30px 7px;
  width: 210px;
}

.sitemap-title {
  line-height: 40px;
  padding: 0 8px;
  color: #ffffff !important;
  font-size: 18px;
  background: #78a303;
  text-align: center;
  display: block;
}

.sitemap-menu li {
  position: relative;
}

.sitemap-menu li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  background: #3ca9cd;
}

.sitemap-menu li a:hover {
  background: #133777;
}

.sitemap-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  z-index: 2;
}

.sitemap-menu li:hover > ul {
  display: block;
}

.sitemap-menu > li > a {
  text-align: center;
  font-size: 18px;
  color: #3d3d3d;
  border-bottom: 1px dotted #cccccc;
  background: none;
}

.sitemap-menu > li > a:hover {
  color: #3ca9cd;
  background: none;
}

.sitemap-layer1 li {
  position: relative;
}

.sitemap-layer1 li a {
  display: block;
  font-size: 16px;
  color: #78a303;
  line-height: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  background: #ffffff;
}

.sitemap-layer1 li a:hover {
  background: #ffffff;
  color: #d3e09a;
}

.sitemap-layer1 li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  z-index: 2;
  box-shadow: 2px 3px 5px rgb(136 136 136 / 50%);
}

.sitemap-layer1 li:hover > ul {
  display: block;
}

.sitemap-layer1 > li > a {
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  border-bottom: 1px dotted #cccccc;
  background: none;
}

.sitemap-layer1 > li > a:hover {
  color: #78a303;
  background: none;
}

@media only screen and (max-width: 980px) {
  .sitemap-list > div {padding: 0 7px 30px 7px; width: 100%;}
  .sitemap-title {text-align: left;}
  .sitemap-menu li > ul {position: relative; left: auto; top: auto; width: 100%; display: block; padding-left: 15px;}
  .sitemap-menu li a { color: #555;  border-bottom: 1px solid rgba(255,255,255,.5); background: none; }
  .sitemap-menu li a:before { font-family: "Font Awesome 5 Free";font-weight: 900; content: "\f0da"; position: absolute; left: 7px;}
  .sitemap-menu li a:hover { background: none; text-decoration: underline;}
  .sitemap-menu > li > a {text-align: left; border-color: #ccc;}
  .sitemap-menu > li > a:hover { text-decoration: none;}
  .sitemap-menu > li > a:before {display: none;}

  .sitemap-layer1 li > ul {position: relative; left: auto; top: auto; width: 100%; display: block; padding-left: 15px;}
  .sitemap-layer1 li a { color: #555;  border-bottom: 1px solid rgba(255,255,255,.5); background: none; }
  .sitemap-layer1 li a:before { content: ""; position: absolute; left: 0; top: 15px; background: url(icons/icon-arrow.svg) no-repeat; width: 10px; height: 10px; }
  .sitemap-layer1 li a:hover { background: none; text-decoration: underline;}
  .sitemap-layer1 > li > a {text-align: left; border-color: #ccc;}
  .sitemap-layer1 > li > a:hover { text-decoration: none;}
  .sitemap-layer1 > li > a:before {display: none;}
}
.sitemap-list ul{padding: 0;margin: 0;}