
.leader-entry .text-underline {
    position: relative;
    padding-bottom: 10px;
}
.leader-entry .text-underline::after {
      content: '';
      position: absolute;
      bottom: 0;
      border-bottom: 2px solid #c9161d;
      display: block;
      width: 40px;
      height: auto;
}

.leader-entry .text-underline::before {
    display: none;
}
.leader-entry .bio-name{
    color: #212121;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem;
}
.leader-entry .bio-position{
    color: #b21e16;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
}
.bio-position{
    line-height: 20px;
    padding-top: 5px;
}
.leader-accordion #page-title:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 130px;
    margin-right: 5px;
    background: #e9e9e8;
}
.leader-accordion .uk-accordion-title{
    padding: 0;
}
.leader-accordion .text-underline{
    padding-bottom: 0;
}
.uk-open>.uk-accordion-title::after{
    background-image: url('/site/templates/img/minus.svg');
    margin-top: -36px;
}
.uk-accordion-title::after {
    background-image: url('/site/templates/img/plus.svg');
    margin-top: -36px;
}
.bio-container{
    max-width: 250px;
    margin: 0 auto;
}
.leader-accordion .uk-accordion-content{
    margin-top: 50px;
}
.leader-accordion #page-title p{
    margin-top: 30px;
}

.uk-button-red {
  background: #c9161d;
  border: 1px solid #c9161d;
  border-radius: 0;
  color: white !important;
  text-shadow: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size:16px;
  line-height: 1;
  padding: 20px;
}

.uk-button-red:hover {
  color: #c9161d !important;
  border: 1px solid #c9161d;
  border-radius: 0;
  background: transparent;
}

.dividend-highlights{margin-top: 0px;}

@media only screen and (max-width: 900px) {
    .bio-list .bio-item {
      padding: 10px 10px 10px 30px;
    }
    .box {min-height: 250px;}
}
@media (min-width: 480px) and (max-width: 639px){
    .leader-accordion #page-title:before {
        height: 100px;
    }
    .box {min-height: 250px;}
    .dividend-highlights{margin-top: 20px;}
}
@media only screen and (max-width: 480px) {
    .box {min-height: 200px;}
    .dividend-highlights{margin-top: 20px;}
}
