  /* 1st level menu */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a > span{
text-transform: uppercase;
font-size: 20px;
}

/* hide chevron in sub menus */
.WaGadgetMenuHorizontal.menuStyle003 .menuInner ul ul li.dir>.item>a:after {
display: none;
}

/* 2nd level menu */
.WaGadgetMenuHorizontal.menuStyle003 .menuInner ul.secondLevel > li > .item > a {
font-size: 16px;
background: #ffffff;
} 
/* Events Summary Header, etc */
.gadgetStyleNone .gadgetStyleTitle h4 {
    font-size: 24px;
    color: #254290;
    font-weight: 700;
}
/* Events page header, list and reg button*/
.WaGadgetEventsStateList h3.sectionTitle {
    font-size: 28px;
    color: #254290;
}
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    font-size: 28px;
    color: #254290;
}
.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton {
    background: #254290;
}
/* Login button */
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton {
    background: #254290;
    color: white;
}
.WaGadgetAuthorizationRequired .loginPageTable #idSubmitBox #idLoginButtonBox span input.loginButton:hover {
    background: gray; 
}
/* Submit button */
.navigationOuterContainer .navigationContainer .right input.nextButton, .navigationOuterContainer .navigationContainer .right input.typeButton, .navigationOuterContainer .navigationContainer .right input[type=submit] {
    background: #254290;
    color: #ffffff;
}

/* Directory */
.genericListTable tbody td .memberValue, .membersTable tbody td .memberValue {
    font-size: 15px;
}

/* List lines */
.genericListTable tbody td, .membersTable tbody td,th {
    border-bottom: 2px solid #b2aad3;
}

/* For mobile, remove neaders and reduce lines*/
@media only screen and (max-width: 616px){
  .genericListTable thead th:first-child, .membersTable thead {
      display: none;
  }
  .genericListTable tbody td, .membersTable tbody td,th {
    border-bottom: 1px solid #cfc9e3;
  }} 