h2{
  margin-bottom:15px;
}
.article-title h1 {
    font-size: 30px;
    color:rgb(0, 31, 96);
}
.article-header.outside-min-tb {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}

.about .rowlayout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.leadership h2{
  font-weight:bold;
  margin-bottom:15px;
  margin-top:40px;
  color:#001F5F;
  font-size:18px;
}
.leadership h2 small{
  font-weight:normal;
  color:#999;
}
.leadership p{
  line-height:150%;
  color:#555;
  font-size: 14px !important;
}
.leadership .leader:after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #E7E9F5;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1;
}
.leadership .row.outside-tb.inside-tb{
  display:flex;
  flex-wrap:wrap;
}
.col-xs-12.outside-tb.leader:hover:after {
    box-shadow: 2px 2px 6px #ccc;
}
.aboutdj h2 {
    padding: 20px 40px;
    display: inline-block;
    background:#701318;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 30px;
}
.aboutdj ul {
    border-left: 1px solid #CCC;
    margin-left: 20px;
    padding-left: 5px;
    margin-top: 0px;
}
.aboutdj li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    border-bottom: 1px solid #CCC;
    left: -25px;
    top: 30px;
}

.aboutdj li {
    list-style: none;
    padding: 20px;
    background: #FCFAF9;
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
}
ul.xyevents {
    margin-top: 40px;
    border-left: 1px solid #ECECEC;
    padding-left: 15px;
    margin-left: 160px;
}

ul.xyevents li {
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
ul.xyevents li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 1px solid #ECECEC;
    background: #FFF;
    border-radius: 100%;
    left: -21px;
    top: 7px;
}
ul.xyevents li strong {
    position: absolute;
    left: -155px;
    display: inline-block;
    width: 130px;
    text-align: right;
}
.saaorg {
    padding: 20px;
}
.saaorg li{
  list-style:none;
  margin-top:10px;
  padding-left:20px;
  position:relative;
}
.saaorg li:before{
    border-bottom: 1px solid #555;
    position: absolute;
    left: -16px;
    height: 1px;
    width: 36px;
    content: "";
    bottom: 20px;
    z-index: 0;
}
.saaorg li span{
  display:inline-block;
  padding:10px 20px;
  background: midnightblue;
  color:#FFF;
      max-width: 200px;
    line-height: 150%;
}
.saaorg li span a{
  display:block;
  color:#FFF;
}
.saaorg .orgtop {
    text-align: center;
}
.saaorg .orgtop h2,.saaorg h3 {
    display: inline-block;
    padding: 20px 40px;
    background: midnightblue;
    color: #FFF;
    position:relative;
    z-index:2;
}
.saaorg  h3:after {
    height: 1px;
    border-bottom: 1px solid #555;
    content: "";
    position: absolute;
    top: -21px;
}
.saaorg .org01 h3:after {
    width: 120%;
    left: 50px;
}
.saaorg .org02 h3:after {
    width: calc(100% + 120px);
    left: -60px;
}
.saaorg .org03 h3:after {
    width:120%;
    right: 50px;
}
.saaorg h3:before {
    height: 20px;
    width: 1px;
    border-left: 1px solid #555;
    position: absolute;
    content: "";
    top: -20px;
    left: 50px;
}
.saaorg .org02 h3:before{
  height:35px;
  top:-35px;
}
.saaorg .org03 h3:before{
  left:auto;
  right:50px;
}
.org01,.org02,.org03{
  float:left;
  margin-top:20px;
}
.orgmid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.orgmid ul{
  position:relative;
}
.orgmid ul:after{
  border-left: 1px solid #555;
    position: absolute;
    left: 5px;
    height: 100%;
    width: 1px;
    content: "";
    top: -20px;
    z-index: 0;
}
@media (min-width:1140px){
 .leadership .leader img {
    width: 300px;
    height: 15vw;
    object-fit: cover;
    object-position: top;
    max-height:230px;
} 
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
     overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    margin-bottom: 15px;
}

.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li {
margin: 2px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 25px 20px;
    background: #7cbfea; 
    color: #FFF;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-size:20px;
    font-weight:bold;
    cursor: default;
    border-bottom-color: transparent;
    padding: 30px;
    background: #0081cc;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.wh-people h4 {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.wh-people h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}
.clearboth {
    clear: both;
}
.wh-people img {
    float: right;
    padding: 20px;
    max-width:260px;
    height:auto;
}
.frontevents {
    display: flex;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.frontevents .posttime span.day {
    font-size: 44px;
    font-weight: bold;
    color: #7729CD;
}

.frontevents .posttime span {
    display: block;
    color: #999;
    margin-bottom: 5px;
    line-height: 1;
}
.frontevents .posttime {
    width: 100px;
    border: 1px solid #CCC;
    padding: 20px 15px 25px;
    float: left;
    text-align: right;
    position:relative;
    height: max-content;
}
.frontevents .posttime::before {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      top: -2px;
      left: -2px;
      border-top: 4px solid #2C318A;
      border-left: 4px solid #2C318A;
    }
.frontevents .posttime::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      bottom: -2px;
      right: -2px;
      border-bottom: 4px solid #2C318A;
      border-right: 4px solid #2C318A;
    }

.eventinfo h3 a {
    color: #000;
}
.eventinfo h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
}
.eventinfo {
    width: calc(100% - 120px);
    float: left;
    margin-left: 20px;
}
