/* compiled by scssphp v0.6.6 on Fri, 06 Mar 2020 11:16:28 -0600 (0.366s) */

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,500,500i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700');
/*!
 * Bootstrap v2.3.1 modified
 * Designed and built with all the love in the world $twitter by $mdo and $fat.
 * comment out elements not needed.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

div, header {
  position: relative; }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit; }

h1 {
  font-size: 1.9rem;
  margin: 0 0.5rem 0 0; }

h2 {
  font-size: 1.5rem;
  margin: 0 0.5rem 0 0; }

h3 {
  font-size: 1.2rem;
  margin: 0 0.5rem 0 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }
/* Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

.sizable {
  width: inherit;
  /* This makes the next two lines work in IE8. */
  width: 100%;
  height: auto; }
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  font-size: 19px; }

body {
  margin: 0;
  font-family: "Alegreya Sans";
  font-size: 1rem;
  line-height: 1.45;
  color: #444;
  background-color: #fff;
  behavior: url(/common/style/PIE.htc); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya Sans";
  font-weight: 700;
  color: #1e376d; }

a {
  color: #617f2b;
  text-decoration: none;
  font-weight: inherit; }

a:hover, a:focus {
  color: #99c34d; }

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 1.45; }
  .table th, .table td {
    padding: 8px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed th, .table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px; }
  .table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd; }
  .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px; }
  .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0; }
  .table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    border-top-left-radius: 4px; }
  .table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    border-top-right-radius: 4px; }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.table td.span1, .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }
  .table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0; }
  .table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0; }
  .table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0; }
  .table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0; }
  .table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0; }
  .table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0; }
  .table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0; }
  .table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0; }
  .table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0; }
  .table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0; }
  .table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0; }

.table tbody tr.success > td {
  background-color: #dff0d8; }
  .table tbody tr.error > td {
    background-color: #f2dede; }
  .table tbody tr.warning > td {
    background-color: #fcf8e3; }
  .table tbody tr.info > td {
    background-color: #d9edf7; }

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6; }
  .table-hover tbody tr.error:hover > td {
    background-color: #ebcccc; }
  .table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc; }
  .table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3; }

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1; }
  .thumbnails:before, .thumbnails:after {
    content: " ";
    display: table;
    line-height: 0; }
  .thumbnails:after {
    clear: both; }

.row-fluid .thumbnails {
  margin-left: 0; }

.thumbnails > li {
  float: left;
  margin-bottom: 1.45;
  margin-left: 20px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.45;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.thumbnail:hover, a.thumbnail:focus {
  border-color: #617f2b;
  box-shadow: 0 1px 4px rgba(0, 105, 214, .25); }

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #444; }
/* =============================================================================
 Print styles.
 Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */
@media print {
  /* Black prints faster: sanbeiji.com/archives/953 */
  /* Don't show links for images, or javascript/internal links */
  /* css-discuss.incutio.com/wiki/Printing_Tables */
    * {
      background: transparent !important;
      color: black !important;
      text-shadow: none !important;
      filter: none !important;
      -ms-filter: none !important; }
    a, a:visited {
      color: #444 !important;
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
    abbr[title]:after {
      content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
      content: ""; }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr, img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    @page {
      margin: 0.5cm; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2, h3 {
      page-break-after: avoid; } }

body {
  font-weight: 200; }

header {
  z-index: 10; }

#logo {
  text-align: center;
  vertical-align: middle;
  background-color: #1e376d;
  border-bottom: 6px solid white;
  background: url(../sitegraphics/nats-sheetmusic-bg.jpg) no-repeat top left;
  background-size: cover; }
  #logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1rem; }

#navigation {
  border-bottom: 6px solid white;
  background: #99c34d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8ab53d 1%, #afd073 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8ab53d 1%, #afd073 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8ab53d 1%, #afd073 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#sandbox {
  padding: 3.5rem 0;
  background-color: #e6e6ee;
  border-bottom: 6px solid white; }

#sandbox2 {
  padding: 1.5rem 0;
  background-color: #99c34d;
  border-bottom: 6px solid white; }

span.eklipseobject.left, img.left, img[style*="float:left"], img[style*="float: left"] {
  padding-right: 16px; }

span.eklipseobject.right, img.right, img[style*="float:right"], img[style*="float: right"] {
  padding-left: 16px; }

.maxwidth {
  max-width: 960px;
  margin: 0 auto; }

#navigation a#mobilenav {
  display: none; }
  #navigation ul {
    padding: 0;
    list-style-type: none;
    font-family: "Yanone Kaffeesatz";
    display: table;
    width: auto; }
  #navigation li {
    display: table-cell; }
    #navigation li > span, #navigation li a {
      display: block;
      width: auto;
      padding: 0.5rem 1rem;
      padding-top: 2rem;
      overflow: visible;
      font-size: 1.12rem;
      line-height: 1.12;
      letter-spacing: 0.02em;
      color: white;
      text-transform: uppercase;
      text-align: center; }
    #navigation li a:hover {
      color: #e74c3c; }
    #navigation li ul {
      display: block;
      position: absolute;
      top: 3.3rem;
      background: #8ab53d;
      display: none;
      font-size: 85%;
      padding-bottom: 0.4rem;
      box-shadow: 0 4px 10px rgba(0, 0, 0, .3); }
      #navigation li ul li {
        display: block;
        float: none;
        width: auto;
        text-align: left;
        line-height: 1.4rem;
        padding: 0;
        padding-bottom: 0.2rem; }
        #navigation li ul li a {
          line-height: 1.4rem;
          text-transform: none;
          text-align: left;
          padding: 0.2rem 0.4rem;
          padding-bottom: 0;
          transition-duration: 0.4s;
          display: block; }
        #navigation li ul li a:hover {
          color: #1e376d;
          background: inherit;
          border-bottom: 0.2rem solid white;
          text-shadow: 0 0 5px white;
          transition-duration: 0.2s; }
  #navigation li:hover ul {
    display: block; }

.clearfix {
  clear: both; }

footer {
  clear: both;
  font-size: 85%;
  line-height: 0.85rem;
  color: #345fbd;
  text-align: center;
  padding-bottom: 1rem; }

#sandbox {
  z-index: 1; }
  #sandbox a:hover {
    border-bottom: 1px dotted #1e376d; }

#sandbox.home p {
  font-size: 120%; }

#sandbox2 p {
  color: white;
  font-weight: 400; }

table.columns {
  max-width: 100%;
  width: 100%; }
  table.columns td {
    padding-left: 1rem; }
  table.columns td:first-child {
    padding-left: 0; }

table.fetchteachers td, table.chart td, table.fetchteachers th, table.chart th {
  padding: 0.1rem 0.5rem;
  line-height: 1.1em; }
  table.fetchteachers th, table.chart th {
    padding: 0.3rem 0.5rem; }
  table.fetchteachers tr:nth-child(odd), table.chart tr:nth-child(odd) {
    background-color: white; }
  table.fetchteachers th, table.chart th {
    cursor: pointer;
    text-align: left;
    background: #99c34d;
    color: white;
    text-transform: uppercase; }

.eklipseform th {
  text-align: left;
  padding-top: 1.4em; }
  .eklipseform input, .eklipseform textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 0 5px white, 0 0 5px rgba(0, 0, 0, .2);
    max-width: 90%;
    width: 360px;
    padding: 0.1em 0.5em; }
  .eklipseform input.button {
    width: auto;
    padding: 0.1em 2em;
    background: #0064cd;
    color: white;
    font-weight: bold;
    box-shadow: none;
    text-transform: uppercase; }
  .eklipseform input.button:hover {
    background: #afd073; }
  .eklipseform textarea {
    height: 10em; }
  .eklipseform input:focus, .eklipseform textarea:focus {
    border: 1px solid #e74c3c; }

#sandbox a.glowing:hover {
  border-bottom: none; }
  #sandbox a.glowing:hover img {
    -webkit-filter: drop-shadow(0 0 8px yellow);
    filter: drop-shadow(0 0 8px yellow); }

@media screen and (max-width: 735px) {
  html {
    font-size: 12px; }

  .maxwidth {
    width: 96%;
    margin: 0 2%; }

  table.columns td {
    padding: 0;
    display: block;
    width: 98%; }

  #navigation div {
    margin-bottom: 0; }

  #slideshow {
    display: none; }

  .navbutton div {
    height: 2.8em;
    padding-top: 0rem;
    margin-bottom: 0; }
    .navbutton div img {
      display: none; }
    .navbutton div a {
      font-size: 120%; }

  .navbutton div:hover ul, .navbutton div ul {
    opacity: 0;
    display: none; }

  #maincolumn article {
    padding-top: 0; }

  #sidebar section, #sidebar article {
    padding-top: 0; }

  img {
    max-width: 100%;
    height: auto; }

  #navigation {
    float: none;
    font-size: 1.2em;
    width: 100%;
    bottom: auto;
    background: #99c34d; }
    #navigation a#mobilenav {
      display: block;
      padding: 2px 8px;
      color: black;
      background: #99c34d;
      font-size: 160%; }
    #navigation br {
      display: none; }
    #navigation span > ul {
      display: none;
      padding-bottom: 6px; }
    #navigation span:hover > ul {
      display: block; }
    #navigation li, #navigation ul {
      padding: 0;
      margin: 0;
      position: relative;
      display: block; }
    #navigation li {
      display: block;
      clear: both;
      padding: 0.8em 0;
      width: auto; }
      #navigation li span {
        color: black; }
      #navigation li a {
        color: white;
        display: block;
        padding: 0;
        font-size: 1.4em;
        letter-spacing: 0.06em; }
      #navigation li a:hover, #navigation li a:active {
        color: black;
        font-weight: bold !important; }
      #navigation li ul {
        position: relative;
        top: 0;
        left: 0;
        white-space: nowrap;
        xdisplay: none;
        margin-top: 1em;
        background-color: #8ab53d; }
      #navigation li ul {
        background: block; }
      #navigation li ul > span {
        left: 10%;
        width: 80%;
        padding: 0;
        background: #132345; }
      #navigation li li {
        display: block;
        position: relative;
        clear: both;
        padding: 0.4em 0 !important; }
        #navigation li li a {
          color: white;
          border-bottom: 1px solid #8ab53d !important;
          font-size: 1.4em;
          transition-duration: 0.2s;
          padding: 0; }
        #navigation li li a:hover {
          border-bottom: 1px solid white;
          color: black !important;
          font-weight: bold;
          transition-duration: 0.4s; }
    #navigation li:hover ul {
      display: block;
      top: 0; }
    #navigation li ul li a, #navigation li ul li a:hover {
      text-align: center;
      color: white; } }
