@media (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 1; }
    header nav {
      width: 100%; }
      header nav ul {
        width: 100%;
        background: #e6e6e6 !important; }
        header nav ul li:first-of-type {
          padding-left: 0;
          background: transparent !important; }
          header nav ul li:first-of-type a {
            top: 4px; }
        header nav ul li {
          display: inline-block;
          font-size: 14px;
          margin: 0 2px 0 0;
          border: none !important;
          height: 35px;
          padding: 2px;
          float: left; }
          header nav ul li a {
            bottom: 0;
            left: 0;
            position: relative;
            top: 18px; }
          header nav ul li h1 span {
            height: 100%;
            padding-right: 5px; }
          header nav ul li #htm {
            margin-left: -10px;
            top: -20px; }
        header nav ul li:last-of-type {
          display: none; }

  main {
    margin-top: 50px;
    margin-left: 50px; }
    main article > ul {
      position: fixed;
      z-index: 2;
      height: 100%;
      top: 50px;
      width: 150px;
      left: -110px;
      transition: all 0.5s;
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
      main article > ul li#secondaryHamburger div {
        float: right;
        width: 30px;
        height: 50px;
        position: relative;
        right: 6px;
        top: 3px; }
        main article > ul li#secondaryHamburger div div {
          background: black;
          height: 4px;
          width: 20px;
          margin: 2px;
          border-radius: 2px; }
      main article > ul li {
        border-top-width: 0 !important;
        border-bottom: 1px solid white;
        height: 36px; }
      main article > ul li a span {
        padding: 0 10px 0 0;
        font-family: "mobiconsweb" !important;
        font-weigth: normal !important;
        font-size: 40px;
        display: inline;
        float: right;
        position: relative;
        right: -7px;
        top: -15px;
        position: relative;
        z-index: 2; }
    main article h2 {
      padding: 4px;
      line-height: 1em; }
    main article section {
      padding: 0 0px; }
      main article section h3 {
        padding-left: 4px;
        margin: 6px 0; }
      main article section p, main article section h4 {
        padding: 0 12px 12px 12px; }
      main article section figure {
        padding-top: 1px;
        margin: 0 0 10px 0 !important;
        background: #efefef;
        box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.05); }
        main article section figure figcaption {
          margin-top: 0;
          padding: 4px;
          margin-bottom: 5px; }
      main article section #textWeight, main article section #textSize {
        margin: 5%;
        margin-bottom: 5px;
        width: 90%;
        font-size: 16px; }
      main article section #textWeight {
        margin-bottom: 30px; }
    main article #introText {
      display: none; }

  footer {
    margin-left: 50px;
    margin-top: 20px;
    z-index: 0; }
    footer [data-desktoptoggle] {
      display: block; }

  section.charsetScroll {
    padding: 0 20px !important; }
    section.charsetScroll div#glyph_chart div {
      font-size: 150% !important; }

  main.homePageMain {
    margin-left: 0px; }
    main.homePageMain article p:first-of-type {
      display: block;
      margin: 0px 4px !important; }
    main.homePageMain article section {
      overflow: hidden;
      padding-bottom: 2em; }
      main.homePageMain article section figure {
        width: 45%;
        margin: 2% !important;
        float: left;
        height: 160px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); }
        main.homePageMain article section figure h3 {
          line-height: 0.95em;
          margin-top: 0.25em; }
        main.homePageMain article section figure p {
          padding: 0; }
        main.homePageMain article section figure hr {
          display: none; } }

/*# sourceMappingURL=mobileonly.css.map */
[data-icon]:before {
    font-family: 'mobiconsweb'; /* BYO icon font, mapped smartly */
    content: attr(data-icon);
    speak: none; /* Not to be trusted, but hey. */
    top: -0.15em;
    position: relative;
}