.ts-box.es-head {
  text-align: center;
  padding-bottom: 25px;
}

.es-head {
  background-image: url(../data/head.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

  .es-head h1 {
    border: none;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
  }

  .es-head hr {
    border-color: #f0ce84;
  }

  .es-head a:hover {
    text-decoration: none;
  }

.es-content {
  border-left: 1px solid #efb22d;
}

  .es-content h1, .es-content h2, .es-content h3 {
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 15px;
    padding-top: 25px;
  }

  .es-content h2.es-h-clear {
    padding-bottom: 0px;
  }

.es-nav a {
  display: block;
  /* background-image: linear-gradient(to right, #eeeeee, #eeeeee 75%, #dddddd); */
  padding: 5px 5px;
  font-weight: bold;
  color: black;
  border-right: 8px solid #dddddd;
  /* background-color: #dddddd; */
  margin-bottom: 1px;
}


  .es-nav a:hover {
    border-right:8px solid #efb22d;
  }


  .es-nav a[href=""] {
    color: gray;
    cursor: auto;
  }

  .es-nav a[href=""] {
    border-right: 8px solid #dddddd;
  }

  .es-nav a.es-lvl-1 {
    font-style: italic;
    font-size: 0.9em;
    padding-left: 10px;
  }

  .es-nav a.es-lvl-2 {
    font-style: italic;
    font-size: 0.9em;
    padding-left: 30px;
  }

.es-logo {
  clear: both;
  display: block;
  padding-top:10px;
}

  .es-logo>img {
    width: 120px;
    height: 60px;
    float: left;
    margin-right: 5px;
  }
