.sitemaps { 
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .125);
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: .2rem;
    padding: 1.5rem 3rem;
  }

  .border {
      box-shadow: 0 0 0 5px rgba(0, 0, 0, .25);
     }
     .utilityNav {
        float: right;
        max-width: 50%;
        margin-right: 10px;
      }
      .utilityNav li {
        float: left;
        margin-bottom: 10px;
      }
      .utilityNav li a {
        margin: 0 10px 0 0;
        padding: 5px 10px;
        display: block; 
        border: 2px solid #e3ca4b;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: black;
        background: #fff7aa url('https://dl.dropboxusercontent.com/u/70953/codepen/images/sitemap/white-highlight.png') top left repeat-x;
         -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
        -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */  
      }
      .utilityNav li a:hover {
        background-color: #fffce5;
        border-color: #d1b62c;
      }
      .utilityNav li a:link:before,
      .utilityNav li a:visited:before {
        color: #ccae14;
        font-size: 9px;
        margin-bottom: 3px;
      }
ul,
li {
  margin: 0;
  padding: 0;
}
.sitemap{
    padding-left: 40px;
}
.sitemap > li > ul {
  margin-top: 1.5rem;
  
}

ul {
  list-style: none;
}
ul li {
  line-height: 1.5rem;
  vertical-align: top;
  position: relative;
}
ul li a {
  text-decoration: none;
  color: #0c39ed;
  display: inline-block;
}
ul ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
ul ul li {
  position: relative;
}
ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100%;
  border-left: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
ul ul li::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  border-bottom: 1px #ccc solid;
  position: absolute;
  top: -0.75rem;
}
ul ul li a {
  margin-left: 3.75rem;
}
.sitemap {
  margin: 0 0 40px 0;
  float: left;
  width: 100%;
  border: 3px solid rgb(77, 75, 75);
}
h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 5px 0;
}
h2 {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 10px;
  color: #335046;
  font-weight: bold;
  /* text-shadow: 1px 1px #792048; */

  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style: none;
}







