<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* STICKY HEADER (NO TOUCH) */
/* (main.scss) */
/* ================================================================================ */
html.no-touch header .bot-layer.no-touch-sticky {
  position: fixed;
  top: -65px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 102;
  background: #336699;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15); }
  html.no-touch header .bot-layer.no-touch-sticky .sticky-wrap {
    max-width: 1200px;
    display: block;
    clear: both;
    margin: 0 auto; }
  html.no-touch header .bot-layer.no-touch-sticky.staged {
    -webkit-transition: top 500ms ease;
    -moz-transition: top 500ms ease;
    -o-transition: top 500ms ease;
    transition: top 500ms ease;
    top: 0; }
  html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view {
    width: 58%;
    display: none; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .main-menu &gt; li &gt; .sub-menu {
      top: 58px; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .main-menu &gt; li &gt; a {
      height: 59px;
      line-height: 59px; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .sponsor {
      height: 60px;
      display: none; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .item-1 {
      width: 14%; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .item-2 {
      width: 14%; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .item-3 {
      width: 17%; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .item-4 {
      width: 14%; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .item-5 {
      width: 14%; }
    html.no-touch header .bot-layer.no-touch-sticky nav.no-touch-view .item-6 {
      width: 19%; }
  html.no-touch header .bot-layer.no-touch-sticky.staged .sticky-logo {
    width: 15%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged .sticky-logo a {
      margin-top: 12px; }
  html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view {
    width: 80%;
    display: block; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .item-1 {
      width: 12%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .item-2 {
      width: 12%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .item-3 {
      width: 14%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .item-4 {
      width: 12%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .item-5 {
      width: 12%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .item-6 {
      width: 15%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .item-7 {
      width: 22%; }
    html.no-touch header .bot-layer.no-touch-sticky.staged nav.no-touch-view .img a {
      line-height: 54px; }
  html.no-touch header .bot-layer.no-touch-sticky .search-bar .mag {
    margin-top:20px; }
  html.no-touch header .bot-layer.no-touch-sticky .sticky-logo {
    width: 22%;
    float: left;
    display: block;
    padding-top: 7px;
    height: 60px;
    position: relative; }
    html.no-touch header .bot-layer.no-touch-sticky .sticky-logo a {
      width: 85%;
      display: block;
      margin: 0 auto; }
      html.no-touch header .bot-layer.no-touch-sticky .sticky-logo a img {
        display: block;
        width: 100%;
        height: auto; }</pre></body></html>