.blockText p{
    padding-bottom: 0.6em!important;
}
/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Sitewide Banner */

.blockWrap_cba26d2d7dbf45b188b8929a97c18766 {
background-color: #ed1c24;
color: #ffffff; 
text-align: center;
padding: 0px;
padding-top: 5px;
a:link { color: #ffffff; font-weight: bold; text-decoration: underline; }
a:visited { color: #ffffff; font-weight: bold; text-decoration: underline; }
a:hover { color: #ffffff; font-weight: bold; text-decoration: underline;}
a:active { color: #ffffff; font-weight: bold; text-decoration: underline; }
}

.headerAndNavContainer{
padding-top: 0px !important;
}


/* code for main menu Default (mobile/tablet): no special nav styles */

@media (min-width: 1024px) {
  .navContainer {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    padding-right: 200px !important; /* adds breathing room on right */
  }

  .navContainer ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; /* keeps items aligned left */
  }

  .navContainer ul li {
    flex-shrink: 0;
    margin: 0 4px; /* space between items */
  }
}