#network-header {
  --color-assa-main: #08507e;
  --color-assa-white: #ffffff;
  font-family: "Glacial Indifference", "gi-bold", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--color-assa-main);
  color: var(--color-assa-white);
  font-size: 14px !important;
  line-height: 1;
  height: calc(4 * 14px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
#network-header .network_container {
  max-width: 1080px;
  padding: 0 1.5em;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #network-header .network_container {
    flex-wrap: nowrap;
    padding: 0;
  }
}
#network-header a {
  color: var(--color-assa-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.125em;
}
#network-header a + a {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  #network-header a + a {
    margin-left: 3em;
  }
}
#network-header .site-menu {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
@media screen and (min-width: 768px) {
  #network-header .site-menu {
    width: auto;
  }
}
#network-header .social-links {
  display: flex;
  margin-left: 2em;
}
#network-header .social-links a + a {
  margin-left: 1.5em;
}
#network-header a.social-link {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.8em;
  background-position: center;
}
#network-header a.social-link.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16.9' overflow='visible'%3E%3Cpath d='M8.4 9.5l.5-3H6v-2c0-.8.4-1.6 1.7-1.6H9V.2S7.8 0 6.6 0c-2.4 0-4 1.5-4 4.1v2.3H0v3h2.7v7.4c.5.1 1.1.1 1.6.1.6 0 1.1 0 1.6-.1V9.5h2.5z' fill='%23fff'/%3E%3C/svg%3E");
}
#network-header a.social-link.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.9' height='16.9' overflow='visible'%3E%3Cpath d='M3.8 5.2c.8 0 1.5-.6 1.5-1.5 0-.8-.7-1.5-1.5-1.5-.9.1-1.5.8-1.5 1.6s.6 1.4 1.5 1.4m-1.3 5.2v3.9c0 .2 0 .2.2.2h2.2c.1 0 .2 0 .2-.2V6.5c-.1-.1-.1-.2-.3-.2H2.7c-.2 0-.2 0-.2.2v3.9zm6.5-3v-.9c0-.1 0-.2-.2-.2H6.7c-.2 0-.2.1-.2.2v7.7c0 .2 0 .2.2.2h2.2c.2 0 .2-.1.2-.2v-3.9c0-.3 0-.5.1-.8.1-.5.3-1 .9-1.1.2 0 .4-.1.5 0 .6 0 1 .3 1.1.9.1.3.1.7.1 1v4c0 .2 0 .2.2.2h2.2c.2 0 .2-.1.2-.2V10c0-.6 0-1.2-.2-1.7-.2-.7-.5-1.3-1.1-1.7-.4-.2-.8-.4-1.2-.4-.5-.1-1.1-.1-1.6.1s-.9.6-1.3 1.1m-.5 9.5H1.3c-.6 0-1.2-.4-1.3-1v-.2V1.2C0 .5.5 0 1.2 0h14.5c.7 0 1.1.4 1.2.9 0 .1.1.2.1.4v14.5c0 .7-.5 1.2-1.2 1.2H8.5z' fill='%23fff'/%3E%3C/svg%3E");
}
#network-header a.social-link.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.4' height='17.1' overflow='visible'%3E%3Cpath d='M6.4 17.1c7.7 0 11.9-6.6 11.9-12.3v-.6c.8-.6 1.5-1.4 2.1-2.2-.8.3-1.6.6-2.4.7.9-.5 1.5-1.4 1.8-2.4-.8.5-1.7.9-2.7 1-.7-.8-1.8-1.3-3-1.3-2.3 0-4.2 1.9-4.2 4.3 0 .3 0 .7.1 1C6.6 5.1 3.5 3.4 1.4.8 1.1 1.4.9 2.2.9 3c0 1.5.7 2.8 1.9 3.6-.8-.1-1.4-.2-2-.6v.1c0 2.1 1.4 3.8 3.4 4.2-.4.1-.7.2-1.1.2-.3 0-.5 0-.8-.1.5 1.7 2.1 3 3.9 3C4.8 14.6 3 15.3 1 15.3c-.3 0-.7 0-1-.1 1.9 1.2 4.1 1.9 6.4 1.9' fill='%23fff'/%3E%3C/svg%3E");
}
html {
  margin-top: 0 i !important;
}
body {
  margin-top: calc(4 * 14px) !important;
}
body.https-assastaging-wpengine-com, body.https-socialsciences-org-au {
  margin-top: calc(4 * 14px + 50px) !important;
}
body.https-assastaging-wpengine-com div#top-nav, body.https-socialsciences-org-au div#top-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  body.https-assastaging-wpengine-com .mobmenu,
body.https-assastaging-wpengine-com .mobmenu-panel,
body.https-assastaging-wpengine-com .show-nav-left.admin-bar .mobmenu-overlay,
body.https-assastaging-wpengine-com .show-nav-right.admin-bar .mobmenu-overlay, body.https-socialsciences-org-au .mobmenu,
body.https-socialsciences-org-au .mobmenu-panel,
body.https-socialsciences-org-au .show-nav-left.admin-bar .mobmenu-overlay,
body.https-socialsciences-org-au .show-nav-right.admin-bar .mobmenu-overlay {
    top: 50px !important;
  }
}
body.https-assastaging-wpengine-com-socialsciencesweek div.top-menu-bar, body.https-socialsciences-org-au-socialsciencesweek div.top-menu-bar {
  display: none;
}
body.https-seriouslysocial-org-au header#main-header:not(.et-fixed-header) {
  top: 56px !important;
}
.logged-in nav#network-header {
  z-index: -1;
  top: 2em;
}
/*# sourceMappingURL=assa_network_header.css.map */
