.page-header {
  background: #0A4C4A;
  color: #6B0040;
}
#WidgetContainer {
  min-height: 800px;
}
.section-title::after, .page-header__title::after {
content: "";
display: block;
height: 2px;
width: 35px;
background: #6B0040;
margin: 0 auto;
margin-top: 10px;
height: 4px;
width: 140px
}
h2.partnerHeader {
  position: relative;
  margin-bottom: 40px;
}

h2::after {
  content: '';
  width: 60%;
  background: #2E98B3;
  height: 6px;
  display: block;
  position: absolute;
  top: 49%;
  right: 0px;
}

h2.long::after {
  width: 80%;
}
h2.center {text-align: center; }
h2.center::after {
  display: none;
}
@media (min-width: 768px) {
.gallery__item {  
  height: 402px;
  width: 50%;
  margin: auto;
  float: none;
}
  
}

.footer { background: #FFF; border-top: 2px solid #0A4C4A;}

.w10 img { max-width: 10%; }
.w15 img { max-width: 10%; }
.w20 img { max-width: 20%; }
.w25 img { max-width: 25%; }
.w30 img { max-width: 30%; }
.w35 img { max-width: 35%; }
.w40 img { max-width: 40%; }
.w45 img { max-width: 45%; }
.w50 img { max-width: 50%; }
.w55 img { max-width: 55%; }
.w60 img { max-width: 60%; }
.w65 img { max-width: 65%; }
.w70 img { max-width: 70%; }
.w75 img { max-width: 75%; }
.w80 img { max-width: 80%; }
.w85 img { max-width: 85%; }
.schedule__item--major .schedule__desc {
    border-left-color: transparent;
    color: #382DB3;
}
.schedule__time {
  color: #000;
}
.schedule__desc em {
  color: #6B0040;
}
.nav-tabs > li.active::before {
  background: #6B0040;
}