@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Roboto:500&subset=latin,latin-ext);
/* line 19, sass/main.scss */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
/* line 25, sass/main.scss */
html body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjIwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODRjMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0MzI1ZCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(center 20%, circle, #0084c2, #04325d);
  background-image: -webkit-radial-gradient(center 20%, circle, #0084c2, #04325d);
  background-image: radial-gradient(circle at center 20%, #0084c2, #04325d);
  background-attachment: fixed;
}
/* line 34, sass/main.scss */
html body > header {
  width: 1024px;
  margin: 0 auto;
  padding: 2.1em 0;
}
@media (max-width: 767px) {
  /* line 34, sass/main.scss */
  html body > header {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 50px solid #FFFFFF;
  }
}
/* line 46, sass/main.scss */
html body > header h1 {
  margin: 0em;
  padding: 0;
  font-size: 3em;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
  /* line 46, sass/main.scss */
  html body > header h1 {
    position: absolute;
    z-index: 1000;
    margin: 0;
    top: 7px;
    left: 54px;
    right: 94px;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    text-shadow: none;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 79, sass/main.scss */
html body #wrapper {
  background-color: #FFFFFF;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 79, sass/main.scss */
  html body #wrapper {
    width: auto;
    padding: 1.5em;
  }
}
/* line 89, sass/main.scss */
html body #container {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 89, sass/main.scss */
  html body #container {
    width: auto;
    margin: 0;
  }
}
/* line 101, sass/main.scss */
html body #container nav#main {
  width: 220px;
  margin: 0 0 30px 0px;
  padding: 0;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  /* line 101, sass/main.scss */
  html body #container nav#main {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
  }
}
/* line 118, sass/main.scss */
html body #container nav#main #search_form {
  margin: 0px;
  padding: 40px 0 0 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #E77B14;
  font-size: 0;
  display: table;
  border-collapse: separate;
  border-spacing: 10px 7px;
}
/* line 133, sass/main.scss */
html body #container nav#main #search_form label {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.8rem;
}
/* line 142, sass/main.scss */
html body #container nav#main #search_form > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 146, sass/main.scss */
html body #container nav#main #search_form > div.query {
  width: 99%;
}
/* line 149, sass/main.scss */
html body #container nav#main #search_form > div.query input {
  margin: 0;
  padding: 3px;
  background-color: #FFFFFF;
  border: none;
  font-size: 0.8rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 161, sass/main.scss */
html body #container nav#main #search_form > div.search_button button {
  font-size: 0.9rem;
  margin: 0;
  padding: 0.4rem;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: "FontAwesome";
  speak: none;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 118, sass/main.scss */
  html body #container nav#main #search_form {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 997;
    margin: 0;
    padding: 0;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    display: none;
  }
  /* line 188, sass/main.scss */
  html body #container nav#main #search_form.open {
    display: block;
  }
  /* line 192, sass/main.scss */
  html body #container nav#main #search_form label {
    font-size: 1.3rem;
  }
  /* line 196, sass/main.scss */
  html body #container nav#main #search_form > div.query input {
    font-size: 1.5rem;
  }
  /* line 200, sass/main.scss */
  html body #container nav#main #search_form > div.search_button button {
    font-size: 1.4rem;
  }
}
/* line 206, sass/main.scss */
html body #container nav#main p#folder {
  margin: 0;
  padding: 15px 10px 17px 10px;
  color: #E77B14;
  text-align: center;
  font-size: 0.9em;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
}
/* line 221, sass/main.scss */
html body #container nav#main p#folder:after {
  content: "\f078";
  font-family: "FontAwesome";
  speak: none;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
}
/* line 233, sass/main.scss */
html body #container nav#main p#folder a {
  color: #E77B14;
  text-decoration: none;
}
/* line 237, sass/main.scss */
html body #container nav#main p#folder a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 206, sass/main.scss */
  html body #container nav#main p#folder {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 248, sass/main.scss */
  html body #container nav#main ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 260;
  }
  /* line 256, sass/main.scss */
  html body #container nav#main ul li {
    margin: 0 0 3px 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  /* line 263, sass/main.scss */
  html body #container nav#main ul li a {
    margin: 0;
    display: block;
    text-decoration: none;
    padding: 7px 10px;
    font-size: 0.95em;
    color: #000000;
    background-color: #FEC400;
  }
  /* line 274, sass/main.scss */
  html body #container nav#main ul li.uber a, html body #container nav#main ul li:hover > a {
    color: #FFFFFF;
    background: #E77B14;
  }
  /* line 279, sass/main.scss */
  html body #container nav#main ul li ul {
    display: none;
    position: absolute;
    width: 220px;
    left: 100%;
    top: 0px;
    margin: 0 0 0 4px;
    padding: 0;
    text-align: left;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
  }
  /* line 292, sass/main.scss */
  html body #container nav#main ul li ul:before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    bottom: -150px;
    left: -4px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII=");
  }
  /* line 303, sass/main.scss */
  html body #container nav#main ul li ul li {
    margin: 0;
    padding: 0;
  }
  /* line 307, sass/main.scss */
  html body #container nav#main ul li ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    color: #000000;
    background: #FEC400;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0;
  }
  /* line 321, sass/main.scss */
  html body #container nav#main ul li ul li:first-child a {
    border-top: none;
  }
  /* line 325, sass/main.scss */
  html body #container nav#main ul li ul li:first-child:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -15px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 15px 9px 0;
    border-color: transparent #FFFFFF transparent transparent;
  }
  /* line 337, sass/main.scss */
  html body #container nav#main ul li ul li:first-child:after {
    content: "";
    position: absolute;
    top: 12px;
    left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #FEC400 transparent transparent;
  }
  /* line 350, sass/main.scss */
  html body #container nav#main ul li ul li:first-child.uber:after, html body #container nav#main ul li ul li:first-child:hover:after {
    border-color: transparent #E77B14 transparent transparent;
  }
  /* line 361, sass/main.scss */
  html body #container nav#main ul li:hover > ul {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 369, sass/main.scss */
  html body #container nav#main > ul {
    width: 100%;
    float: none;
    background-color: #0084C2;
    /* change the menu color */
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 998;
    clear: both;
    /* Toggle the navigation bar open  */
  }
  /* line 386, sass/main.scss */
  html body #container nav#main > ul li {
    display: none;
    width: 100%;
    font-family: Arial;
  }
  /* line 391, sass/main.scss */
  html body #container nav#main > ul li a {
    display: block;
    width: 90%;
    padding: 10px 5%;
    font-size: 14px;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* line 403, sass/main.scss */
  html body #container nav#main > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-top-color: transparent;
  }
  /* line 410, sass/main.scss */
  html body #container nav#main > ul li.parent > a:after {
    content: "▼";
    color: rgba(255, 255, 255, 0.5);
    float: right;
  }
  /* line 416, sass/main.scss */
  html body #container nav#main > ul li.parent > a:hover {
    background: rgba(0, 0, 0, 0.75);
  }
  /* line 421, sass/main.scss */
  html body #container nav#main > ul li ul {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    border-top: 0 none;
    padding: 0;
  }
  /* line 427, sass/main.scss */
  html body #container nav#main > ul li ul a {
    border: 0 none;
    font-size: 12px;
    padding: 10px 5%;
    font-weight: normal;
  }
  /* line 435, sass/main.scss */
  html body #container nav#main > ul li:hover ul {
    display: block;
    border-top: 0 none;
  }
  /* line 441, sass/main.scss */
  html body #container nav#main > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  /* line 447, sass/main.scss */
  html body #container nav#main > ul.open {
    height: auto;
    padding-top: 50px;
  }
  /* line 451, sass/main.scss */
  html body #container nav#main > ul.open li {
    display: block;
  }
  /* line 456, sass/main.scss */
  html body #container nav#main > ul > li:hover > a {
    background: rgba(0, 0, 0, 0.5);
    border-bottom-color: transparent;
  }
}
/* line 464, sass/main.scss */
html body #container #content {
  width: 774px;
  margin: 30px 0px 30px 30px;
  padding: 0;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 250;
  color: #333333;
  font-size: 1em;
}
@media (max-width: 767px) {
  /* line 464, sass/main.scss */
  html body #container #content {
    width: 100%;
    margin: 0;
    float: none;
  }
  /* line 485, sass/main.scss */
  html body #container #content img, html body #container #content video, html body #container #content object, html body #container #content object > embed {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }
  /* line 491, sass/main.scss */
  html body #container #content iframe {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  /* line 496, sass/main.scss */
  html body #container #content .rss_feed {
    display: none;
  }
}
/* line 501, sass/main.scss */
html body #container #content nav#breadcrumbs {
  font-size: 0.7em;
  margin: 0 0 5px 0;
  padding: 1em;
  background: #EEEEEE;
}
/* line 509, sass/main.scss */
html body #container #content > :first-child {
  margin-top: 0;
}
/* line 516, sass/main.scss */
html body #container #content a {
  color: #0084C2;
}
/* line 519, sass/main.scss */
html body #container #content a:hover {
  color: #E77B14;
}
/* line 524, sass/main.scss */
html body #container #content h1, html body #container #content h2, html body #container #content h3, html body #container #content p {
  padding: 0px;
}
/* line 528, sass/main.scss */
html body #container #content h1, html body #container #content h2, html body #container #content h3 {
  line-height: 1.2em;
  margin: 20px 0 5px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
/* line 535, sass/main.scss */
html body #container #content h1 + p, html body #container #content h2 + p, html body #container #content h3 + p {
  margin: 5px 0 17px 0;
}
/* line 539, sass/main.scss */
html body #container #content h1 {
  color: #E77B14;
}
/* line 542, sass/main.scss */
html body #container #content h2 {
  color: #04325D;
}
/* line 545, sass/main.scss */
html body #container #content h3 {
  color: #0084C2;
}
/* line 551, sass/main.scss */
html body #mobile_buttons {
  display: none;
}
@media (max-width: 767px) {
  /* line 556, sass/main.scss */
  html body #mobile_buttons {
    display: block;
  }
  /* line 559, sass/main.scss */
  html body #mobile_buttons > a {
    position: absolute;
    top: 7px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    z-index: 999;
    font-size: 1.4em;
    color: #FFFFFF;
    font-family: "FontAwesome";
    speak: none;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
  }
  /* line 576, sass/main.scss */
  html body #mobile_buttons > a.nav_button {
    left: 7px;
  }
  /* line 579, sass/main.scss */
  html body #mobile_buttons > a.nav_button:before {
    content: "\f0c9";
  }
  /* line 583, sass/main.scss */
  html body #mobile_buttons > a.nav_button.open:before {
    content: "\f00d";
  }
  /* line 587, sass/main.scss */
  html body #mobile_buttons > a.home_button {
    right: 7px;
  }
  /* line 590, sass/main.scss */
  html body #mobile_buttons > a.home_button:before {
    content: "\f015";
  }
  /* line 594, sass/main.scss */
  html body #mobile_buttons > a.search_button {
    right: 47px;
  }
  /* line 597, sass/main.scss */
  html body #mobile_buttons > a.search_button:before {
    content: "\f002";
  }
  /* line 600, sass/main.scss */
  html body #mobile_buttons > a.search_button.open:before {
    content: "\f00d";
  }
}
/* line 608, sass/main.scss */
html body > footer {
  font-size: 0.7em;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 608, sass/main.scss */
  html body > footer {
    font-size: 0.8em;
    position: relative;
    padding: 0;
    background-image: none;
  }
}
/* line 625, sass/main.scss */
html body > footer > div {
  width: 964px;
  height: 31px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 625, sass/main.scss */
  html body > footer > div {
    width: auto;
  }
}
/* line 637, sass/main.scss */
html body > footer > div a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 641, sass/main.scss */
html body > footer > div a:hover {
  color: #FEC400;
}
/* line 646, sass/main.scss */
html body > footer > div #spike_footer {
  height: 31px;
}
@media (max-width: 767px) {
  /* line 646, sass/main.scss */
  html body > footer > div #spike_footer {
    height: auto !important;
    overflow: hidden;
  }
  /* line 653, sass/main.scss */
  html body > footer > div #spike_footer #admin_system {
    margin-left: 14px;
  }
  /* line 657, sass/main.scss */
  html body > footer > div #spike_footer #powered_by {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  /* line 662, sass/main.scss */
  html body > footer > div #spike_footer #powered_by span {
    visibility: visible;
    position: absolute;
    right: 14px;
    top: 20px;
  }
}

/* line 676, sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 682, sass/main.scss */
.clearfix:after {
  clear: both;
}
