.innerpage .col-content a {
    text-decoration: underline;
}

.site-footer .footer-nav li:first-child {
    margin-right: 0rem;
}

.site-footer .footer-nav li:first-child a {
    margin-right: 1rem;
}

.site-footer .footer-nav li:first-child:after {
    margin-right: .5rem;
}

.oe-lgtxt, .oe-lgtxt li {
	font-size: 18px;
}

.innerpage p a, .innerpage ul li a, .innerpage ol li a   {
    color: #173562 !important;
}

.innerpage p a:hover, .innerpage ul li a:hover, .innerpage ol li a:hover {
    text-decoration: none;
    font-weight: 500;
}


/*** ADA ***/
#skippy:active,
#skippy:focus {
  position: absolute;
  padding: .4rem 1rem;
  border: 2px solid #ff0000;
  border-radius: 8px;
  z-index: 1005;
  background-color: #FFA400;
}

#skippy:active .skiplink-text,
#skippy:focus .skiplink-text {
  color: black;
  font-weight: bold;
}


.usekeyboard a:focus:not(:link:active) {
  outline: #222 dashed 4px;
}

