/* Screen widths */
/* OIC Colors */
#utility-nav ul li a {
  text-decoration: underline;
  color: #337728 !important;
  font-size: 1.6rem;
}
#utility-nav ul li a:after {
  display: none;
}
#utility-nav ul li a:hover,
#utility-nav ul li a:focus {
  background-color: transparent;
  color: #007b5f !important;
}
#utility-nav ul li a:visited {
  color: #151381 !important;
}
#utility-nav ul li a .material-icons {
  font-size: 1.6rem;
  position: relative;
  line-height: 0;
  top: 4px;
}
#utility-nav ul li:last-child a {
  padding-right: 0 !important;
}
#header {
  border-top: 0;
}
#header #pmenu-toggle {
  border: 0;
  background-color: #0368c0;
  height: 100%;
  color: #FFF;
  padding: 0 1.6rem;
  position: relative;
  right: -12px;
}
@media (max-width: 991px) {
  #header .hrside {
    position: absolute;
    right: 0;
    height: 100%;
  }
}
.horizontal-menu a {
  color: #005A8B;
  font-weight: 600;
  font-size: 1.6rem;
}
.horizontal-menu a:hover {
  background-color: #005A8B;
  color: #FCFEFF;
}
.horizontal-menu a:hover:after {
  color: #FCFEFF;
}
.horizontal-menu > li.menu-item.sfHover a {
  background-color: #005A8B;
  color: #FCFEFF;
}
.horizontal-menu > li > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #005A8B;
  margin-left: 1.2rem;
  line-height: 0;
  vertical-align: middle;
}
.horizontal-menu .sub-nav {
  background-color: #005A8B;
}
.horizontal-menu .sub-nav a {
  color: #FCFEFF;
}
.horizontal-menu .sub-nav a:hover {
  text-decoration: underline!important;
}
.horizontal-menu .sub-nav li {
  margin-bottom: 15px;
}
#block-searchapipagesearchblockform button.btn {
  background-color: #fff !important;
  padding: 1rem;
  color: #337728 !important;
  border: 1px solid #ccc;
  border-left: 0;
}
#block-searchapipagesearchblockform button.btn .material-icons {
  padding-top: 2px;
}
.banner-header-text {
  font-family: 'Public Sans', sans-serif;
  font-size: 1.3rem;
}
.banner button.accordion-button {
  font-family: 'Public Sans', sans-serif;
  color: #0C3D67;
  box-shadow: none;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .banner button.accordion-button {
    margin-left: 2.2rem;
  }
}
/** Sidebar navigation **/
.sidebar .border-end {
  border-color: #0368c0 !important;
}
@media (max-width: 768px) {
  .sidebar .border-end {
    border-right: 0 !important;
  }
}
.sidebar nav#sidenavigation-menu .nav-item {
  border-left: 2px solid transparent;
}
.sidebar nav#sidenavigation-menu .nav-item.active {
  border-left-color: #0388A6;
}
.sidebar nav#sidenavigation-menu .nav-item:hover {
  border-left-color: #0388A6;
}
@media (min-width: 768px) {
  .sidebar nav#sidenavigation-menu .accordion .accordion-item {
    margin-top: 0;
  }
  .sidebar nav#sidenavigation-menu .accordion .accordion-item .accordion-header {
    display: none;
  }
  .sidebar nav#sidenavigation-menu .accordion .accordion-item .accordion-collapse {
    display: block;
    border: 0;
    padding: 0;
  }
}
#sidenavigation-menu li.highlight {
  border-left: 4px solid #0368c0;
  background-color: #0368c0;
}
#sidenavigation-menu li.highlight a {
  font-weight: 700;
  color: #FCFEFF !important;
}
#sidenavigation-menu li a {
  text-decoration: none;
  color: #082f52;
}
#sidenavigation-menu li a:hover {
  color: #124e80;
  font-weight: 700;
  text-decoration: none !important;
}
body {
  /* Breadcrumb Navigation */
}
body .breadcrumb-nav {
  border: 2px solid #E9E9E9;
}
body .breadcrumb {
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-top: 0;
  margin-right: 1.5rem;
  padding: 0;
  font-size: 1.4rem;
}
body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: #0098DB;
}
body .breadcrumb a {
  color: #005A8B;
}
body .breadcrumb a:hover {
  text-decoration: underline;
}
.nav-border-top {
  background: #0368c0;
  display: block;
  width: 100%;
  height: 2px;
}
/* Footer Navigation */
#footernav,
footer.site-footer a {
  text-decoration: underline;
  color: #000;
}
#footernav:hover,
footer.site-footer a:hover {
  text-decoration: none;
}
footer.site-footer {
  background: #082f52 !important;
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer-top {
    margin-top: 1rem;
  }
}
footer.site-footer ul {
  list-style: none;
  padding-left: 0 !important;
}
footer.site-footer h2 {
  color: #FCFEFF !important;
}
@media screen and (max-width: 767px) {
  footer.site-footer h2 {
    margin: 1.4rem 0 1.2rem 0;
  }
}
footer.site-footer .content {
  font-size: 1.6rem;
}
footer.site-footer .wrapper-footer-bottom .content {
  color: #000;
}
footer.site-footer .block {
  margin: 0;
  padding: 0 1rem;
}
body footer.site-footer .wrapper-footer-bottom p {
  text-align: inherit;
}
body footer.site-footer .wrapper-footer-bottom ul {
  margin: auto;
  width: fit-content;
}
body footer.site-footer .wrapper-footer-bottom ul li {
  float: left;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  body footer.site-footer .wrapper-footer-bottom ul li {
    float: none;
    width: auto;
  }
}
.site-footer .content a,
.site-footer .content a.is-active {
  color: #FCFEFF !important;
}
.wrapper-footer-bottom .region-footer-bottom .content a,
.wrapper-footer-bottom .region-footer-bottom .content a.is-active {
  color: #000 !important;
  text-decoration: underline;
}
.wrapper-footer-bottom .region-footer-bottom .content a:hover,
.wrapper-footer-bottom .region-footer-bottom .content a.is-active:hover,
.wrapper-footer-bottom .region-footer-bottom .content a:focus,
.wrapper-footer-bottom .region-footer-bottom .content a.is-active:focus {
  color: #000 !important;
  text-decoration: none;
}
.contextual a {
  color: black!important;
}
