body {
  font-size: 14px;
}

.masthead-biodata {
  height: 360px !important;
  text-align: center;
  color: white;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}

.brand-logo-full {
  height: 48px;
}

ul.ullink {
    padding-left: 20px;
    margin-top: 0px;
}

ul.ullink li {
    padding-left: 10px;
    list-style: none;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.4em;
}

ul.ullink li:before {
    content: "";
    position: absolute;
    left: -16px;
    border-left: 2px solid #eee;
    height: 100%;
    width: 2px;
    top: 10px;

}

ul.ullink li:after {
    content: url(../img/bullet.png);
    position: absolute;
    left: -25px;
    top: 4px;
}

ul.ullink li:last-child:before {
    height: 6px;
}