@media only screen and (min-width: 40.063em) {

/*** TOP BAR - FOUNDATION OVER-RIDES FOR MEDIUM BP ***/
  .top-bar {
    background: #575756;}
    .top-bar.expanded {
      background: #333333; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #575756; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        color: #009ee2;
        background: #575756; }
      .top-bar-section .dropdown li a {
        color: white;
        background: #575756; }
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: white;
        background: #575756; }
.top-bar-section ul li {
    border-top: none;
    }

    .panelWatermark {
        background-image: url(/images/ui/watermark.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 210px;
        /*max-height: 322px;*/
        margin: 1.75rem 0;
    }
    
    .pageIntro ul {
        list-style-type:disc;
    }

    .footerNav__item {
        display: inline;
        margin: 0 .25rem;
    }
}
