.xxx {
  flex-direction: row;
}
.xxx li {
  max-width: 16%;
  padding: 0 .5rem;
}
.xxx img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(117, 115.7282608695652, 115.7282608695652, 0.5);
  max-width: 80%;
}
.xxx a {
    border:none;
}
#t4-header .container {
padding-top: 0rem;
padding-bottom: 0rem;
}
#t4-header {
  border-style: none;
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

#t4-top-bar {
  background: #2b3380;
  height: 41px;
}

:target::before {
  content: "";
  display: block;
  height: 140px; /* fixed header height*/
  margin: -140px 0 0; /* negative fixed header height */
}

.t4-navbar {

}


.t4-footnav .container {
padding-top: 1rem;
padding-bottom: 1rem;
}
#t4-site-bar {
  /*background: #eeeeee; */
  height: 65px;
}
#t4-site-bar .navbar {
  padding: 6px 0 0 0;
}
.t4-masthead-inner {
  padding: 2rem 0;
}

.subscribe-button, .smart-search2, .connect2, .tagline {
  margin: 4px 0 0 0;
}
input .search-query .input-medium {
  height: 35px;
  radius: 6px;
}
.subscribe-button {
}
.tagline {
  color: #60329a;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1rem;
}

h1, .title, .componentheading h2,
.page-header h2, .t4-masthead-inner h2,
.module-title, .t4-footnav .t4-module .module-title {
color: #2a3185;
/*text-shadow: 1px 1px 0 #ffffff; */
border-bottom: 1px solid #d1d1d1;
border-top: 1px solid #d1d1d1;
padding-bottom: 0px;
padding-top: 2px;
  letter-spacing: normal;
  font-weight: 600;
}
.topleft3 a{
  padding: 2px;
  margin: 4px 2px 0 2px;
}
.t4-footnav .t4-module .module-title span {
  letter-spacing: normal;
  font-weight: 700;
}
.t4-footnav .t4-module .module-title span::last-word {
  color: #e39d37;
}

.page-header h2 a {
  color: #2a3185;
}
.last-word {
color: #ed9a02;
}
h1, h2, h3 {
/*text-transform: uppercase; 
font-family: 'futura-pt-condensed', Arial, Helvetica, sans-serif; 
font-weight: inherit;
  letter-spacing: normal;
  color: #2a3185;
  line-height: normal;*/
}
h2 a {
color: #2a3185;
}
img.logo-img {
  max-width: 175px;
}

.display-logged-in-member-name---neon {
    padding: 1rem 0;
}

.smaller-text {
  font-size: .8em;
    line-height: .9em;
}

.nwsmyinfo h4, .nwsmyinfo p {
  margin: 0;
}

#Mod121 h3 {
    line-height: .6em;
}

.module-title {
    font-size: 24px;
}

.sidebar-a {
    font-size: .8rem;
}
.sidebar-a ul {
    padding-inline-start: 10px;
}

@media (min-width: 768px){
.nav-breakpoint-md .header-block-2 .navbar-brand {
flex: 0 0 25%;
max-width: 25%;
padding-left: 10px;
padding-right: 10px;
display: flex;
align-items: center;
}}

@media (min-width: 768px) {
.nav-breakpoint-md .header-block-2 .t4-navbar {
flex: 0 0 75%;
max-width: 75%;
padding-left: 10px;
padding-right: 10px;
}}

form #adminform{
  place-content: center;
  min-height: 100vh;
  display: grid;
}

.form-control, .inputbox {
    height: auto;
    max-width: none;
}
label {
    margin-right: 1rem;
}

.form-control {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: inline-grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
.t4-body-top-2 {
    margin: .5rem 0;
}

.t4-megamenu .dropdown-menu {
    background-color: #e0e7ff;
}