.sitemap-outlook{
 padding: 25px;
}
.sitemap {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

.sitemap a {
  position: relative;
    z-index: 10;
    display: inline-flex;
    flex-direction: column;
    padding: 5px 9px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    border-bottom-width: 3px;
    background: #e2f2ff;
    font-weight: 500;
    text-decoration: none;
    color: #595959;
    font-size: 13px;
    box-shadow: 3px 3px 2px #64785d;
}

.sitemap a:before {
 /* margin-bottom: 0.3em;
  content: attr(href);
  font-size: 0.8em;*/
  margin-bottom: 0.1em;
  /*content: attr(href);*/
  font-size: 0.8em;
  color: #aaa;
}

.flexing-dropdown li {
  display: inline-block;
  width: 15em;
  height: 0em;
  border: 2px solid #a5d2f7;
  border-right: none;
  border-top: none;
  content: "";
}
.flexing-dropdown li:before{
  border-color:#a5d2f7!important;

}
.sitemap-main ul{
      padding-bottom: 38px;
}

.flexing-dropdown li:last-child{
  border: none;
}


.sitemap-main {
  position: relative;
  flex: 1 1 100%;
  order: 3;
  margin-bottom: 1em;
}

.sitemap-main a {
  margin-bottom: 0.5em;
  margin-left: 0.2em;
}

.sitemap-main ul {
  position: relative;
  padding-left: 2em;
}

.sitemap-main > ul {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;*/
}

.sitemap-main > ul > li {
  flex: 1 1 auto;
}

.sitemap li {
  margin-right: 0em;
  list-style: none;
  margin-bottom: 9px;
}

/* Handle grid lines */
.sitemap-main li:before,
.sitemap-main li:after {
  display: inline-block;
  width: 1em;
  height: 2em;
  border: 2px solid #f2f2f2;
  border-right: none;
  border-top: none;
  content: "";
}

.sitemap-main li:after {
  position: absolute;
  left: 2em;
  bottom: 0;
  width: 2px;
  height: 100%;
}

.sitemap-main ul:before {
  position: absolute;
  left: 0;
  top: -2.75em;
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
}

.sitemap-main > ul:before {
  display: none;
}

.sitemap-main li:last-child:after {
  border-color: #fff;
  bottom: 0;
  height: 2.7em;
  /*margin-bottom: 48px;*/
  overflow: hidden;
}

.flexing-dropdown li:last-child:after{
margin-bottom: 48px;
}
.flexing-dropdown li a {
    width: 187px;
    text-align: center;
}

/* The home/top level link */
.sitemap-root {
  margin-bottom: 2em;
}

.sitemap-root > a {
  min-width: 8em;
  background: #17ce41;
  border-color: #aea28c;
  color: #fff;
  box-shadow: 3px 3px 2px #64785d;
}

.sitemap-root > a:before {
  color: #f2f2f2;
}

.sitemap-root > a:after {
  position: absolute;
 /* bottom: -2.6em;
  left: calc(2em - 1px);*/
  bottom: -2.7em;
  left: calc(2em - -6px);
  display: block;
  width: 2px;
  height: 2em;
  background: #f2f2f2;
  content: "";
}

.sitemap-main > ul > li > a {
  background: #e1ff98;
  border-color: #e4cfb8;
  box-shadow: 3px 3px 2px #64785d;

}

.sitemap-main ul ul ul a {
  background: #fff;
}

.sitemap-aux {
  order: 3;
  font-size: 0.9em;
}

.sitemap-aux ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.sitemap-aux li {
  margin: 0 0.5em 0.5em 0;
}

.sitemap-aux a {
  background: #FAF8D4;
  border-color: #f5f1a6;
}

@media (min-width: 420px) {
  .sitemap {
    justify-content: space-between;
  }

  .sitemap-aux ul {
    justify-content: flex-end;
  }
}
@media (min-width: 600px) {
  .sitemap-aux {
    order: 2;
  }
}
@media only screen and (max-width: 800px) {

 .flexing-dropdown {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.flexing-dropdown li {
    display: inline-block;
    width: 0em;
    height: 4em;
    border: 2px solid #a5d2f7;
    border-right: none;
    border-top: none;
    content: "";
}

}
.flexing-dropdown{
  display: flex;
}

.flexing-dropdown li:before{
  border-color: blue;
}
