  /* header - top nav */

.side-header .top-nav {
  background-color: var(--primary-gold);
  color: var(--white);
  padding: 0.5em;
}

.side-header .top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  font-weight: 700;
}

.side-header .top-nav ul li {
  display: inline;
  padding: 0;
  margin: 0 0.5em;
}

.side-header .top-nav ul li {
  border-right: 2px solid var(--primary-blue);
  padding-right: 1em;
}

.side-header .top-nav ul li:last-of-type {
  border-right: none;
}

.side-header .top-nav ul li a {
  color: var(--primary-blue);
  text-decoration: none;
}

.side-header .top-nav ul li a:hover {
  text-decoration: underline;
}

/*  */

.header-spacing {
  height: 68px;
}

@media only screen and (min-width: 992px) {
  .header-spacing {
    height: 110px;
  }
}

.side-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: var(--white);
}

.side-header .navbar {
  padding: 0;
  max-height: 70px;
}

.side-header .header-logo {
  display: block;
}

.side-header .header-logo img {
  max-width: 220px;
  height: auto;
}

.side-header .header-buttons .nav-item {
  display: flex;
  align-content: center;
  max-height: 70px;
}

.side-header .header-buttons .nav-item .nav-link {
  background-color: var(--white);
  color: var(--black);
  /* may have to adust horiz. padding depending on final logo width */
  padding: 22px 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.side-header .header-buttons .nav-item:hover .nav-link {
  background-color: var(--light-gray);
  text-decoration: underline;
}

.side-header .nav-menu-toggler,
.side-header .search-toggle {
  max-height: 70px;

  border: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 20px;
}

.side-header .search-toggle {
  background-color: var(--light-gray);
  color: var(--black);
}

.side-header .nav-menu-toggler {
  background-color: var(--primary-blue);
  color: var(--white);
  min-width: 150px;
}

#header_search_desktop {
  z-index: 2;
  height: 40px;
  position: relative;
  margin-top: 10px;
}

.side-header .search-toggle,
#header_search_desktop {
  right: 0;
  transition: all 0.2s ease-in-out;
}

.side-header-menu {
  position: fixed;
  width: 400px;
  height: 99vh;
  background-color: var(--primary-blue);
  color: var(--white);
  right: 0%;
  padding: 32px 48px;
  overflow-y: scroll;
  display: none;
}

.side-header-menu .accordion-header {
  border-bottom: 1px solid var(--white);
  padding: 10px 4px;
}

.side-header-menu .accordion-header:last-of-type {
  border-bottom: none;
}

.side-header-menu .accordion-header a {
  width: 82%;
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.5rem;
}

.side-header-menu .accordion-button {
  width: 16%;
  color: var(--hilite-color);
  box-shadow: none;
  border-left: 2px solid hsla(0, 0%, 100%, 0.15) !important;
  text-align: center;
}

.side-header-menu .accordion-button:focus-visible {
  outline: 5px auto rgba(0, 150, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}

.side-header-menu .accordion-button span,
.side-header-menu .fa {
  font-size: 1.25rem;
  color: var(--white);
  margin: 0 auto;
}

.side-header-menu .accordion-header a,
.side-header-menu .accordion-header .accordion-button {
  display: inline-flex;
  text-decoration: none;
  line-height: 1;
  padding: 10px 12px;
  transition: 0.1s;
}

.side-header-menu .accordion-header a:hover,
.side-header-menu .accordion-header .accordion-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

.side-header-menu .accordion-item,
.side-header-menu .accordion-button {
  color: var(--white);
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.side-header .accordion-button.collapsed::after,
.side-header .accordion-button:not(.collapsed)::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: 900;
  content: "\f078";
  color: var(--white);
  background-image: none;
}

.side-header-menu ul {
  list-style: none;
  padding-left: 0;
}

.side-header-menu ul li {
  padding: 8px 0;
}

.side-header-menu ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--white);
}

.side-header-menu ul li a:hover {
  color: #9ea2a2;
  transition: 0.1s;
  text-decoration: underline;
}

.side-header-menu .resources-title {
  color: #9ea2a2;
  font-size: 1.5rem;
  font-weight: bold;
}

.skip {
  color: black !important;
  position: absolute;
  top: -1000px;
  left: 15px;
  width: auto;
  height: auto;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.skip:active,
.skip:focus,
.skip:hover {
  outline: 3px solid #fff;
  outline-offset: 1px;
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  overflow: visible;
  background: #f4bb33;
  padding: 15px;
  color: #000;
  font-weight: bold;
  box-shadow: 0 0 10px 0 #000;
  z-index: 50001;
  text-decoration: none !important;
}

@media only screen and (max-width: 992px) {
  .side-header.transparent {
    background-color: var(--white);
  }

  .side-header .header-buttons {
    margin-bottom: 20px;
    text-align: center;
  }

  .side-header .header-buttons a {
    display: inline;
    padding: 0;
  }

  .side-header-menu {
    width: 100%;
  }

  .side-header-menu .accordion-header a {
    font-size: 1.1rem;
  }

  .side-header-menu ul li a {
    font-size: 1rem;
  }

  .side-header-menu .resources-title {
    font-size: 1.2rem;
  }

  .side-header .nav-menu-toggler {
    min-width: 120px;
    width: 120px;
    height: 70px;
    font-size: 16px;
  }

  .side-header .header-logo img {
    max-width: 220px;
    height: auto;
  }
}
