/* line 1540, styles/header.scss */
#header-bar {
  height: 50px;
  width: 100%;
  background-color: #CC0000; }

/* line 1546, styles/header.scss */
.go1421316725#ncstate-utility-dropdown-pane {
  z-index: 99997 !important; }

/* line 1550, styles/header.scss */
body:not(.is-mobile-nav) .document-wrap {
  padding-top: 50px !important; }

/* line 1554, styles/header.scss */
#ncstate-utility-button-container {
  margin-right: 20px !important; }

@media (max-width: 600px) {
  /* line 1559, styles/header.scss */
  #ncstate-utility-button-container {
    margin-right: 10px !important; } }

/* line 1566, styles/header.scss */
.admin-bar .go1421316725#ncstate-utility-dropdown-pane {
  top: 82px !important; }

/* line 1570, styles/header.scss */
.admin-bar #navcontent {
  margin: 56px 86px 0px; }

/* line 1574, styles/header.scss */
#dropdown-resource-link-list .go659439307 svg {
  max-width: 20px; }

@media screen and (max-width: 782px) {
  /* line 1579, styles/header.scss */
  html #wpadminbar {
    height: 46px;
    min-width: 240px;
    position: fixed; }
  /* line 1585, styles/header.scss */
  #wpadmin ~ .header-bar .go1421316725#ncstate-utility-dropdown-pane {
    top: 82px; } }

/* line 1593, styles/header.scss */
body:not(.is-mobile-nav) .document-wrap {
  padding-top: 0px; }

/* line 1597, styles/header.scss */
#ncstate-utility-button-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1em; }

/* line 1605, styles/header.scss */
#header-bar {
  border-bottom: 1px solid #900; }

/* line 1610, styles/header.scss */
.go189009252 {
  background-color: #CC0000 !important; }

/* line 1614, styles/header.scss */
.site-title {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 300px;
  z-index: 1;
  margin-top: 0px;
  padding-top: 0px; }

/* This is the start of the new styles that will need to be overwritten */
/* line 1632, styles/header.scss */
input.menu-button {
  position: fixed;
  opacity: 0; }

/* line 1637, styles/header.scss */
label.menu-icon {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer; }

/* line 1647, styles/header.scss */
label.menu-icon::before {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 38, 57, 0.75);
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1661, styles/header.scss */
label.menu-icon .menubutton {
  position: fixed;
  margin-top: 16px !important;
  left: 2em;
  z-index: 3;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1673, styles/header.scss */
label.menu-icon .menubutton::before,
label.menu-icon .menubutton .bar, label.menu-icon .menubutton::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 12%;
  background: white;
  content: '';
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1685, styles/header.scss */
label.menu-icon .menubutton .bar {
  top: 44%; }

/* line 1689, styles/header.scss */
label.menu-icon .menubutton::before {
  top: 0;
  transform-origin: top left; }

/* line 1694, styles/header.scss */
label.menu-icon .menubutton::after {
  bottom: 0;
  transform-origin: bottom left; }

/* line 1699, styles/header.scss */
input.menu-button:focus + label.menu-icon .menubutton,
label.menu-icon:hover .menubutton {
  opacity: 1; }

/* line 1704, styles/header.scss */
nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

/* line 1728, styles/header.scss */
nav::-webkit-scrollbar {
  display: none; }

/* line 1732, styles/header.scss */
nav::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #990000;
  content: '';
  transform: translateX(-100%);
  transform-origin: bottom left;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

@media (min-width: 40em) {
  /* line 1748, styles/header.scss */
  nav::before {
    width: 44em; } }

@media (max-width: 40em) {
  /* line 1754, styles/header.scss */
  nav {
    overflow: scroll; } }

/* line 1761, styles/header.scss */
nav a {
  margin: .5em 0;
  padding: .2em 0;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transform: translateX(-100%);
  transition: color .15s, transform .5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1772, styles/header.scss */
nav .slide {
  transform: translateX(-100%);
  transition: color .15s, transform .5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1778, styles/header.scss */
nav a:hover, nav a:focus, nav a:active {
  color: #CCCCCC; }

/* line 1782, styles/header.scss */
[id="navcheck"]:checked + label.menu-icon::before {
  opacity: 1;
  pointer-events: auto; }

/* line 1787, styles/header.scss */
[id="navcheck"]:checked + label.menu-icon .menubutton::before, [id="navcheck"]:checked + label.menu-icon .menubutton::after {
  width: 141.42%; }

/* line 1791, styles/header.scss */
[id="navcheck"]:checked + label.menu-icon .menubutton::before {
  transform: rotate(45deg) translateY(-50%); }

/* line 1795, styles/header.scss */
[id="navcheck"]:checked + label.menu-icon .menubutton::after {
  transform: rotate(-45deg) translateY(50%); }

/* line 1799, styles/header.scss */
[id="navcheck"]:checked + label.menu-icon .menubutton .bar {
  transform: scale(0.1); }

/* line 1803, styles/header.scss */
[id="navcheck"]:checked ~ nav {
  transform: translateX(0); }

/* line 1807, styles/header.scss */
[id="navcheck"]:checked ~ nav::before {
  transform: translateX(0); }

/* line 1811, styles/header.scss */
[id="navcheck"]:checked ~ nav a {
  transform: translateX(0); }

/* line 1815, styles/header.scss */
[id="navcheck"]:checked ~ nav .slide {
  transform: translateX(0); }

/* line 1819, styles/header.scss */
[id="navcheck"]:checked ~ .blur {
  filter: blur(4px);
  height: 100%;
  touch-action: none;
  pointer-events: none;
  overflow: hidden;
  scroll-behavior: none;
  -webkit-overflow-scrolling: none;
  -webkit-overflow-style: none;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

/* line 1833, styles/header.scss */
[id="navcheck"]:checked ~ .site-title {
  filter: blur(4px);
  pointer-events: none !important; }

/* line 1838, styles/header.scss */
[id="navcheck"]:checked ~ #header-bar {
  filter: blur(4px) !important;
  pointer-events: none !important; }

/* line 1843, styles/header.scss */
[id="navcheck"]:checked ~ .covid-wolf {
  filter: blur(4px);
  pointer-events: none !important; }

/* helper */
/* line 1856, styles/header.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* misc */
/* line 1868, styles/header.scss */
body {
  overflow-x: hidden; }

/* line 1873, styles/header.scss */
nav ul.link li ul li a {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  color: #FFF;
  font-size: 16px;
  padding: 4px 0;
  font-weight: normal;
  white-space: pre-line; }

/* line 1884, styles/header.scss */
nav ul.link li ul li a::before,
nav ul.link li ul li a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  top: 85%;
  left: 0;
  pointer-events: none; }

/* line 1895, styles/header.scss */
nav ul.link li ul li a::before {
  content: '';
  /* show by default */ }

/* line 1900, styles/header.scss */
nav ul.link--metis li ul li a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s; }

/* line 1906, styles/header.scss */
nav ul.link--metis li ul li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1); }

/* line 1911, styles/header.scss */
nav .btn.ncst-component__button-link.is-style-secondary {
  color: #fff !important;
  background-color: transparent;
  border: 2px solid #fff !important; }

/* line 1917, styles/header.scss */
nav .btn.ncst-component__button-link:hover {
  color: #990000 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important; }

/* line 1925, styles/header.scss */
.site-title img {
  margin-top: -1px; }

@media (max-width: 560px) {
  /* line 1930, styles/header.scss */
  .site-name img {
    max-width: 250px;
    padding-top: 15px;
    padding-left: 20px; } }

/* line 1933, styles/header.scss */
.wp-block-ncst-image-grid.alignfull {
  max-width: 1500px !important; }

/* line 1937, styles/header.scss */
#adminmenuwrap {
  position: relative !important; }

/* line 1939, styles/header.scss */
#navwrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }

/* line 1946, styles/header.scss */
#body {
  flex: 1;
  display: flex;
  /* new */
  flex-direction: column;
  /* new */
  background-color: #990000; }

/* line 1953, styles/header.scss */
#navcontent {
  margin: 24px 86px 0px;
  flex-grow: inherit; }

/* line 1958, styles/header.scss */
#navfooter {
  background-color: #440000;
  padding: 50px 86px 50px;
  flex-grow: inherit; }

@media (min-width: 1028px) {
  /* line 1967, styles/header.scss */
  #navwrapper {
    flex-direction: column;
    min-height: 100vh;
    display: flex; }
  /* line 1980, styles/header.scss */
  nav {
    max-width: 44em; } }

/* line 1987, styles/header.scss */
.wolficon {
  fill: #fff; }

/* line 1989, styles/header.scss */
ul#menu-discover-menu {
  list-style-type: none;
  padding-left: 0px; }

/* line 1994, styles/header.scss */
ul#menu-discover-menu li a {
  padding-bottom: 10px;
  font-weight: bold;
  display: inline-block; }

/* line 2000, styles/header.scss */
ul#menu-discover-menu li.menu-item-has-children {
  text-transform: uppercase; }

/* line 2004, styles/header.scss */
ul#menu-discover-menu li ul.sub-menu {
  list-style-type: none;
  padding-left: 0px;
  text-transform: none; }

/* line 2010, styles/header.scss */
ul#menu-discover-menu li ul.sub-menu a {
  font-size: 22px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 5px; }

/* line 2018, styles/header.scss */
.menu-button-menu-container {
  padding: 4em 0; }

/* line 2022, styles/header.scss */
ul.button-menu-class {
  list-style-type: none;
  padding-left: 0px; }

/* line 2027, styles/header.scss */
ul.button-menu-class li {
  margin-bottom: 16px; }

/* line 2033, styles/header.scss */
ul.button-menu-class li a {
  padding: 8px 16px;
  font-weight: bold;
  font-size: .875rem;
  display: inline-block;
  color: #fff !important;
  background-color: transparent;
  border: 2px solid #fff !important; }

/* line 2044, styles/header.scss */
ul.button-menu-class li a:hover, ul.button-menu-class li a:focus, ul.button-menu-class li a:active {
  color: #900 !important;
  background-color: white; }

/* line 2049, styles/header.scss */
ul.main-navigation {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap; }

/* line 2056, styles/header.scss */
ul.main-navigation li.menu-item-has-children {
  flex: 1;
  flex-basis: 50%;
  padding-bottom: 20px; }

/* line 2062, styles/header.scss */
ul.main-navigation li a {
  padding-bottom: 0px;
  font-weight: bold;
  display: inline-block; }

/* line 2068, styles/header.scss */
ul.main-navigation li.menu-item-has-children {
  text-transform: uppercase; }

/* line 2072, styles/header.scss */
ul.main-navigation li ul.sub-menu {
  list-style-type: none;
  padding-left: 0px;
  text-transform: none; }

/* line 2078, styles/header.scss */
ul.main-navigation li ul.sub-menu a {
  font-size: 16px;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 5px; }

/* line 2085, styles/header.scss */
ul#menu-information-menu {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0px; }

/* line 2092, styles/header.scss */
ul#menu-information-menu li {
  flex: 1;
  flex-basis: 50%;
  padding-bottom: 20px; }

/* line 2098, styles/header.scss */
ul#menu-information-menu li a {
  font-size: 16px;
  font-weight: bold; }

/* line 2104, styles/header.scss */
.covid-wolf {
  position: absolute;
  margin-top: 10px;
  right: 80px; }

/* line 2109, styles/header.scss */
.covid-wolf a {
  color: #fff;
  background-color: #900;
  text-decoration: none;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

/* line 2113, styles/header.scss */
.covid-wolf a:hover, .covid-wolf a:focus, .covid-wolf a:active {
  color: #fff;
  background-color: #5E0000; }

/* line 2117, styles/header.scss */
.site-title #brick-mobile {
  display: none; }

/* line 2121, styles/header.scss */
.site-title #brick-desktop {
  display: block; }

/* line 2126, styles/header.scss */
#button-mobile {
  display: none; }

/* line 2130, styles/header.scss */
#button-desktop {
  display: block; }

/* line 2135, styles/header.scss */
.accordion-test {
  display: none; }

/* line 2140, styles/header.scss */
ul#menu-discover-menu li a {
  pointer-events: none; }

/* line 2144, styles/header.scss */
ul#menu-discover-menu li .sub-menu a {
  pointer-events: all; }

/* line 2148, styles/header.scss */
ul#menu-discover-menu li .sub-menu a:hover {
  color: #CCC !important; }

/* line 2153, styles/header.scss */
.main-navigation li a {
  pointer-events: none; }

/* line 2157, styles/header.scss */
.main-navigation li .sub-menu a {
  pointer-events: all; }

/* line 2161, styles/header.scss */
.main-navigation li .sub-menu a:hover {
  color: #CCC !important; }

@media (max-width: 1028px) {
  /* line 2168, styles/header.scss */
  ul#menu-discover-menu li a {
    pointer-events: all; }
  /* line 2172, styles/header.scss */
  .main-navigation li a {
    pointer-events: all; }
  /* line 2176, styles/header.scss */
  .accordion-test {
    display: block; }
  /* line 2180, styles/header.scss */
  .site-title {
    width: 100px;
    margin-top: 5px; }
  /* line 2185, styles/header.scss */
  .site-title #brick-mobile {
    display: block; }
  /* line 2189, styles/header.scss */
  .site-title #brick-desktop {
    display: none; }
  /* line 2194, styles/header.scss */
  #button-mobile {
    display: block; }
  /* line 2198, styles/header.scss */
  #button-desktop {
    display: none; }
  /* line 2202, styles/header.scss */
  #covid-updates {
    display: none;
    right: 50px; }
  /* line 2208, styles/header.scss */
  ul.main-navigation li.menu-item-has-children {
    flex: 1;
    flex-basis: 100%;
    padding-bottom: 20px; }
  /* line 2214, styles/header.scss */
  ul#menu-information-menu li {
    flex: 1;
    flex-basis: 100%;
    padding-bottom: 20px; }
  /* line 2220, styles/header.scss */
  .covid-wolf {
    right: 72px; }
  /* line 2224, styles/header.scss */
  .covid-wolf a {
    padding: 8px 8px; }
  /* line 2228, styles/header.scss */
  #ncstate-utility-button-container {
    margin-right: .5em; }
  /* line 2232, styles/header.scss */
  label.menu-icon .menubutton {
    left: 1em; }
  /* line 2237, styles/header.scss */
  #body {
    flex-direction: row; }
  /* line 2245, styles/header.scss */
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children > a,
  #main-header .enterprise_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative; }
  /* line 2250, styles/header.scss */
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children > a:after, #main-header .enterprise_mobile_menu .menu-item-has-children > a:after {
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    color: #FFF;
    fill: #FFF;
    height: 24px;
    width: 24px;
    content: url("https://ncsu.edu/wp-content/plugins/core-site-add-on/static/chevron-down-bold.svg");
    transition: all .2s ease-in-out;
    top: 14px;
    margin-left: 4px;
    stroke: #FFF; }
  /* line 2273, styles/header.scss */
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children > a:focus:after, #main-header .enterprise_mobile_menu .menu-item-has-children > a:focus:after,
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children > a:active:after, #main-header .enterprise_mobile_menu .menu-item-has-children > a:active:after,
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children > a:hover:after, #main-header .enterprise_mobile_menu .menu-item-has-children > a:hover:after {
    filter: brightness(0.8); }
  /* line 2281, styles/header.scss */
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children.visible > a:after,
  #main-header .enterprise_mobile_menu .menu-item-has-children.visible > a:after {
    content: url("https://ncsu.edu/wp-content/plugins/core-site-add-on/static/chevron-up-bold.svg");
    stroke: #FFF; }
  /* line 2288, styles/header.scss */
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children.visible > a:focus::after,
  #main-header .enterprise_mobile_menu .menu-item-has-children.visible > a:focus::after,
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children.visible > a:active::after,
  #main-header .enterprise_mobile_menu .menu-item-has-children.visible > a:active::after,
  .enterprise_menu .enterprise_mobile_menu .menu-item-has-children.visible > a:hover::after,
  #main-header .enterprise_mobile_menu .menu-item-has-children.visible > a:hover::after {
    filter: brightness(0.8); }
  /* line 2297, styles/header.scss */
  .enterprise_menu .enterprise_mobile_menu ul.sub-menu,
  #main-header .enterprise_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform-origin: top; }
  /* line 2307, styles/header.scss */
  .enterprise_menu .enterprise_mobile_menu li.visible > ul.sub-menu,
  #main-header .enterprise_mobile_menu li.visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform-origin: top; }
  /* line 2316, styles/header.scss */
  .enterprise_menu #menu-discover-menu li a {
    font-size: 18px;
    margin: 0px;
    padding: 12px 0; }
  /* line 2322, styles/header.scss */
  .enterprise_menu #menu-discover-menu .sub-menu li a {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 12px 0; }
  /* line 2329, styles/header.scss */
  .enterprise_menu #menu-discover-menu .sub-menu {
    padding-left: 36px; }
  /* line 2333, styles/header.scss */
  ul#menu-discover-menu {
    margin-bottom: 0px; }
  /* line 2337, styles/header.scss */
  .enterprise_menu .main-navigation li a {
    margin: 0px;
    padding: 12px 0;
    font-size: 18px; }
  /* line 2343, styles/header.scss */
  .enterprise_menu .main-navigation .sub-menu li a {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 12px 0; }
  /* line 2350, styles/header.scss */
  .enterprise_menu .main-navigation .sub-menu {
    padding-left: 36px; }
  /* line 2354, styles/header.scss */
  #navcontent {
    margin: 44px 50px 0px; }
  /* line 2358, styles/header.scss */
  ul.main-navigation li.menu-item-has-children {
    flex: 1;
    flex-basis: 100%;
    padding-bottom: 0px; }
  /* line 2365, styles/header.scss */
  #navfooter {
    padding: 36px 50px; }
  /* line 2369, styles/header.scss */
  .menu-button-menu-container {
    padding: 0px; } }

/* line 2377, styles/header.scss */
.main-navigation-items .external a:after {
  speak: none;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 16px;
  color: #FFF;
  fill: #FFF;
  height: 16px;
  width: 16px;
  content: url("https://ncsu.edu/wp-content/plugins/core-site-add-on/static/leaving-site.svg");
  top: 0px;
  left: 100%;
  float: right;
  background: none;
  vertical-align: middle;
  display: inline-block;
  top: 2px;
  margin-left: 4px; }

@media (max-width: 1028px) {
  /* line 2405, styles/header.scss */
  .main-navigation-items .external a:after {
    top: 14px; } }

@media (max-width: 800px) {
  /* line 2415, styles/header.scss */
  #body {
    flex-direction: column; } }

/* line 2424, styles/header.scss */
nav ul#menu-discover-menu li ul li a::before, nav ul.link li ul li a::after {
  height: 1.5px; }

/* line 2428, styles/header.scss */
#navwrapper {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

/* line 2432, styles/header.scss */
#body {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-style: none;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

@media (min-width: 1028px) {
  /* line 2444, styles/header.scss */
  .hidden-buttons {
    display: block !important; } }

@media (max-width: 600px) {
  /* line 2451, styles/header.scss */
  .covid-wolf {
    right: 50px; } }

/* line 2458, styles/header.scss */
.site-footer__user-engagement-area a img {
  width: 100%;
  max-width: 300px; }

/* line 2463, styles/header.scss */
#ncstate-wolf-alert-container .document-wrap {
  padding-top: 0px; }

/* line 2467, styles/header.scss */
.go412255244#wolf-alert {
  z-index: 0 !important; }

/* line 2472, styles/header.scss */
ul.button-menu-class li.more-resources a:hover, ul.button-menu-class li.more-resources a:active, ul.button-menu-class li.more-resources a:focus {
  color: #440000 !important; }

/* line 2477, styles/header.scss */
#menu #navwrapper {
  display: none; }

/* line 2481, styles/header.scss */
[id="navcheck"]:checked ~ #menu #navwrapper {
  display: block; }

/* line 2485, styles/header.scss */
.menu-button:focus {
  outline: 1px solid #FFF;
  outline-offset: -1px;
  display: block;
  z-index: 9999;
  opacity: 1;
  left: -50px; }

/* line 2496, styles/header.scss */
.menu-button:focus:after {
  content: '';
  outline: 1px solid #FFF;
  outline-offset: -1px;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 72px;
  height: 36px;
  width: 36px; }

@media (max-width: 1028px) {
  /* line 2511, styles/header.scss */
  .menu-button:focus:after {
    left: 56px; } }


/*# sourceMappingURL=header.css.map*/