/*sitemap*/
.sitemap-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 70px;
    min-height: 1450px;
}

.sitemap-list > div {
    padding: 0px 0px 5px 0px;
    width: 400px;
}

.sitemap-list > div:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-left: solid 6px #0EB391; */
  /* border-top: solid 6px transparent; */
  /* border-bottom: solid 6px transparent; */
  position: relative;
  top: 25px;
  left: 25px;
  width: 10px;
  height: 10px;
  background: #f8f8f8;
  border-radius: 50%;
  transform: skewX(15deg);
}




.sitemap-title {
    line-height: 40px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 18px;
    background: linear-gradient(45deg, #333333 0%, #7e7e7e 100%);
    text-align: center;
    display: block;
    border-radius: 50px;
}

.sitemap-menu li {
    position: relative;
    list-style: none;
 
}

.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;
  border-radius: 0px;
}

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

.sitemap-layer1 li {
    position: relative;
    list-style: none;
}

.sitemap-layer1 > li:nth-child(1), .sitemap-layer1 > li:nth-child(2),.sitemap-layer1 >  li:nth-child(3),.sitemap-layer1 > li:nth-child(4),.sitemap-layer1 > li:nth-child(5),.sitemap-layer1 > li:nth-child(6),.sitemap-layer1 > li:nth-child(7),.sitemap-layer1 > li:nth-child(8),.sitemap-layer1 > li:nth-child(9),.sitemap-layer1 > li:nth-child(10){
  background: url(../images/arrow-r.png) no-repeat scroll 370px 12px;
}


.sitemap-layer1 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: #804e3b;
}

.sitemap-layer1 li a:hover {
  background: #6b6b6b;
}

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

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

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

.sitemap-layer1 > li > a:hover {
    color: #3ca9cd;
    background: none;
}
.sitemap-layer1 li ul.sitemap-layer2 li a{color:white;background: linear-gradient(45deg, #333333 0%, #7e7e7e 100%);}

.sitemap-layer1 li ul.sitemap-layer2 {border-top: 1px black solid;color:black;border-bottom: 1px black solid;color:black;}


.sitemap-layer1 li ul.sitemap-layer2 li a:hover{color:black;background:white;}

@media only screen and (max-width: 980px) {
    .sitemap-list > div {padding: 0 7px 30px 7px; width: 100%;}
    .sitemap-title {    text-align: center;}
    .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;
      border-bottom: 1px black solid;
      border-radius: 0px;}
    .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 { font-family: "Font Awesome 5 Free";font-weight: 900; content: "\f0da"; position: absolute; left: 7px;}
    .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-layer1 > li:nth-child(1), .sitemap-layer1 > li:nth-child(2), .sitemap-layer1 > li:nth-child(3), .sitemap-layer1 > li:nth-child(4), .sitemap-layer1 > li:nth-child(5), .sitemap-layer1 > li:nth-child(6), .sitemap-layer1 > li:nth-child(7), .sitemap-layer1 > li:nth-child(8), .sitemap-layer1 > li:nth-child(9), .sitemap-layer1 > li:nth-child(10) {
      background: none;
  }
  .sitemap-list{padding: 0px 10px 0px 10px;}

}
@media only screen and (min-width: 981px) {
.sitemap-layer1 li ul.sitemap-layer2 li ul.sitemap-layer3{border-top: 1px black solid;color:black;border-bottom: 1px black solid;color:black;}}