#esop-ns {
  /* scroll to top button */
}
#esop-ns .header-vid {
  position: relative;
}
#esop-ns .header-vid .video-background-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 400px;
}
#esop-ns .header-vid .video-background {
  width: 100%;
}
#esop-ns #nav a {
  color: #0b787a;
}
#esop-ns #nav li.active > a,
#esop-ns #nav .nav-pills > li.active > a:hover,
#esop-ns #nav .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0b787a;
}
#esop-ns #nav li > a:hover {
  background: #eae9db;
}
#esop-ns #nav .nav.five > li {
  margin: 4px .2% 0 0 !important;
  width: 17% !important;
  left: -18px !important;
}
#esop-ns #nav.affix .esop-logo {
  display: block;
}
#esop-ns #nav .esop-logo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: none;
  left: 10px;
  text-align: center;
  float: left;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#esop-ns #nav .esop-logo:before {
  cursor: pointer;
}
#esop-ns #nav .esop-logo:hover {
  background: transparent;
  border-color: transparent;
}
#esop-ns .esop-vid {
  background: #676163;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}
#esop-ns .esop-vid h1 {
  margin-top: 0px;
}
#esop-ns #about {
  padding: 0px 30px 50px 30px;
}
#esop-ns #about img.dhlogo {
  max-width: 130px;
  margin-right: 30px;
}
#esop-ns #about .margintop {
  margin-top: 40px;
}
#esop-ns #about .Recognition {
  border: 2px solid #0b787a;
  margin-top: 30px;
  padding: 10px 20px 20px 20px;
  background: #ffffff;
}
#esop-ns #whatisESOP {
  padding: 0px 20px 20px 0px;
  color: #ffffff;
  background: #0b787a;
  background-size: 300px;
  background-position-x: -30px;
  background-position-y: -20px;
}
#esop-ns #whatisESOP img {
  width: 40%;
  left: -308px;
  position: absolute;
  margin-top: -100px;
}
#esop-ns #messages {
  padding-top: 50px;
}
#esop-ns #messages .coowner {
  margin: 10px 15px;
  width: 30%;
}
#esop-ns #messages .coowner p:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  color: #0b787a;
  content: '\f10d';
  position: absolute;
  left: 0px;
  top: 0px;
  speak: none;
}
#esop-ns #messages .coowner p:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  color: #0b787a;
  content: '\f10e';
  position: absolute;
  bottom: 35px;
  margin-left: 5px;
  speak: none;
}
#esop-ns #messages .coowner p.h6 {
  font-style: italic;
}
#esop-ns #messages .coowner p.h6:before,
#esop-ns #messages .coowner p.h6:after {
  content: '' !important;
}
#esop-ns #DHMission {
  padding-top: 30px;
  background: #0b787a;
  color: #ffffff;
}
#esop-ns #DHMission .col-xs-6 {
  padding-left: 220px;
  margin-top: 50px;
  padding-right: 60px;
  padding-bottom: 50px;
}
#esop-ns #DHMission .col-xs-6 img {
  width: 37%;
  left: -2px;
  top: -40px;
  position: absolute;
}
#esop-ns #DHMission .mission-box {
  background-size: 180px;
  background-position-x: -5px;
}
#esop-ns #DHMission .vision-box {
  background-size: 180px;
  background-position-x: 0px;
}
