/* ========================================
  REWORK ME!
   ======================================== */
 .main-nav-wrap {
     border-bottom:0px;
 }  
 .top-bar.primary ul.quick-links {
     position: relative;
     top:0;
     right:0;
 }
  .top-bar.primary ul.quick-links li {
      border:0;
          border-left: 1px solid #265bf7;
          border-radius:0;
  }
   .top-bar.primary ul.quick-links li a {
       height:auto;
   }
  .top-bar.primary ul.quick-links li {
      background-color:transparent;
  }
   .page-content .hero-image {
    margin: 0 0 1rem 0;
}
.header .inner {
    position: relative;
    top:0;
}
.header {
    top:0;
}
   @media (min-width: 62rem) {
  .header {
    height: auto;
    background-color: transparent;
  }
  .sub-site-title,
  .navigation,
  .main-nav-wrap {
    position: relative;
    top: 0;
  }
  .sub-site-title {
      padding-top:.5rem;
  }
}
@media (max-width: 991.98px){
#mobile-topbar {padding:0}
.global-footer-links {
    column-count: 1!important;
}
}
@media (min-width: 992px) {
.global-footer.gf-secondary .global-footer-links {
    column-count: 1!important;
}
.pagetitle {
    margin: 0rem 0 1rem;
}
}
