.drc-nav-toggle, .drc-subnav-toggle {
    display: none;
}

.default-header
{
  padding: 11px 0px 11px 0px;
}

.page-header .layout-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#low-vision-tools {
  width: 100%;
}

.site-branding {
  width: 215px;
  max-width: 50%;
  line-height: 1;
  flex: 0 0 auto;
}

.page-header-toggle {
  font-weight: bold;
  background-color: transparent;
  border: 0 none;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -10px;
  margin-top: 20px;
  flex: 0 0 auto;
}

[dir=rtl] .page-header-toggle {
  margin-left: -10px;
  margin-right: 0;
}
@media screen and (min-width: 990px)
{
.default-header {
    padding: 20px 0px 20px 0px;
}
}
@media screen, print {
  .page-header-toggle:after {
    content: "\2630";

    font-family: 'DRC' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 2.3rem;
    vertical-align: bottom;
    padding-left: 5px;

    display: inline-block;
    width: 3rem;
  }

  [dir=rtl] .page-header-toggle:after {
    padding-left: 0;
    padding-right: 5px;
  }

  .page-header--expanded .page-header-toggle:after {
    content: "\2715";
  }
}





@media (max-width: 991.98px) {


  .page-header--expanded,
  .page-header--expanded body {
    /* overflow: hidden; */
  }

  .page-header--expanded .page-header {
    /* position: fixed; */
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    /* For the iOS bounce. */
    padding-bottom: 50vh;
    overflow: scroll;
    background-color: white;
  }

  .page-header--expanded .header-links,
  .page-header--expanded .region-top-nav {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}

@media screen and (max-width: 990px) {
.region-search {
  margin-top: 15px;
  width: 100%;
}
.site-branding {
    width: 120px;
}
}

@media (min-width: 992px) {
  .page-header-toggle {
    display: none;
  }

  .header-links {
    display: block;
    /* Fill whatever space is left by the logo; make sure the header links are
    never on the same line as the top nav. */
    flex: 1 1 51%;
  }

  .region-top-nav {
    display: block;
    /* Fill whatever space is left by the search box; make sure the top nav is
    never on the same line as the header links. */
    flex: 1 1 51%;
    align-self: baseline;
  }

  .region-search {
    width: 190px;
    flex: 0 0 auto;
    margin-left: 20px;
  }

  [dir=rtl] .region-search {
    margin-left: 0;
    margin-right: 20px;
  }

}
