/* line 5, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url(https://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xM6Eyu0BCqAfob_z3hhzRFzr7w4p9aSvGirXi6XmeXNA.woff) format("woff"); }
/* line 5, ../scss/screen.scss */
body {
  font-size: 1.4em;
  color: #666; }

/* line 10, ../scss/screen.scss */
a {
  color: #E5B53B;
  text-decoration: none; }
  /* line 14, ../scss/screen.scss */
  a:hover {
    color: #502E21; }

/* line 19, ../scss/screen.scss */
i {
  font-style: italic; }

/* line 23, ../scss/screen.scss */
b {
  font-weight: bold;
  font-family: arial, helvetica;
  color: #000; }

/* line 29, ../scss/screen.scss */
.sponsored-by {
  display: block;
  font-size: 14px;
  color: #CE2626;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700; }

/* line 39, ../scss/screen.scss */
section > .sponsored-by {
  font-size: 22px; }

/* line 42, ../scss/screen.scss */
.presented-by {
  display: block;
  font-size: 14px;
  padding-top: 3px;
  text-transform: none;
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700; }

/* line 51, ../scss/screen.scss */
section > .presented-by {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  top: -24px; }

/* line 58, ../scss/screen.scss */
span.new {
  background-color: #900;
  color: #fff;
  padding: 0px 6px 1px 6px;
  display: inline-block;
  border-radius: 7px;
  line-height: 1em;
  margin-left: 7px;
  font-size: 12px;
  font-family: arial, helvetica;
  position: relative;
  top: -2px; }

/* line 73, ../scss/screen.scss */
#nav-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 130px; }
  /* line 78, ../scss/screen.scss */
  #nav-wrap nav {
    margin: 0 auto;
    padding: 15px; }
    /* line 82, ../scss/screen.scss */
    #nav-wrap nav ul {
      float: right;
      text-align: right; }
      /* line 86, ../scss/screen.scss */
      #nav-wrap nav ul li {
        font-size: .7em;
        line-height: .5; }
        /* line 90, ../scss/screen.scss */
        #nav-wrap nav ul li a {
          font-family: 'Open Sans Condensed';
          font-weight: 700;
          color: #6E6F6E;
          text-transform: uppercase;
          color: white;
          text-decoration: none;
          padding: 10px;
          display: block;
          text-shadow: 0px 0px 8px #333; }
          /* line 98, ../scss/screen.scss */
          #nav-wrap nav ul li a:hover {
            color: #E5B53B; }

/* line 108, ../scss/screen.scss */
section {
  height: auto;
  overflow: hidden; }
  /* line 113, ../scss/screen.scss */
  section#hero {
    background-color: #bdbdbd;
    height: 460px;
    background: url("/img/pioneer-children-lb.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    /* line 122, ../scss/screen.scss */
    section#hero img#logo {
      width: 170px;
      position: absolute; }
    /* line 128, ../scss/screen.scss */
    section#hero h1 {
      font-family: 'Open Sans Condensed';
      font-weight: 700;
      color: #6E6F6E;
      text-transform: uppercase;
      color: white;
      font-size: 2em;
      line-height: .8;
      display: block;
      margin: 0 auto;
      text-align: center;
      text-shadow: 0px 0px 8px #333;
      margin-top: 100px; }
      /* line 139, ../scss/screen.scss */
      section#hero h1 span {
        font-size: .4em; }
    /* line 144, ../scss/screen.scss */
    section#hero a.down_button {
      height: 65px;
      width: 65px;
      display: block;
      background: url("/img/down-button.png") no-repeat;
      background-size: 65px;
      position: absolute;
      bottom: 30px;
      left: 50%;
      margin-left: -33px; }
  /* line 158, ../scss/screen.scss */
  section.content {
    margin: 0 auto;
    padding: 60px 30px 0 30px;
    clear: both; }
    /* line 163, ../scss/screen.scss */
    section.content > h2, section.content > h3 {
      clear: both;
      font-family: 'Open Sans Condensed';
      font-weight: 700;
      color: #6E6F6E;
      text-transform: uppercase;
      font-size: 1.4em;
      padding-bottom: 30px; }
    /* line 171, ../scss/screen.scss */
    section.content h2 span {
      padding-top: 7.5px;
      display: block;
      color: #999;
      font-size: .5em;
      font-weight: normal; }
    /* line 180, ../scss/screen.scss */
    section.content h3 {
      color: #999;
      font-size: 1em; }
      /* line 184, ../scss/screen.scss */
      section.content h3 sponsored-by {
        display: block;
        font-size: 12px; }
    /* line 190, ../scss/screen.scss */
    section.content p {
      line-height: 1.4;
      font-size: .8em;
      padding-bottom: 30px; }
      /* line 195, ../scss/screen.scss */
      section.content p span {
        color: #AF2626;
        font-size: 18px;
        font-weight: bold;
        font-family: tahoma, arial, helvetica; }
      /* line 202, ../scss/screen.scss */
      section.content p img.profile {
        float: left;
        width: 200px;
        margin: 0 1.25em 1.25em 0; }
      /* line 209, ../scss/screen.scss */
      section.content p.photo img {
        width: 100%; }
      /* line 212, ../scss/screen.scss */
      section.content p.photo span {
        display: block;
        font-size: .7em;
        padding: 0; }
    /* line 220, ../scss/screen.scss */
    section.content div.note {
      font-size: .7em; }
    /* line 224, ../scss/screen.scss */
    section.content ol {
      list-style-type: decimal;
      counter-reset: li-counter;
      margin: 0 0 30px 30px; }
      /* line 229, ../scss/screen.scss */
      section.content ol li {
        font-size: .8em;
        padding: 7.5px; }
        /* line 233, ../scss/screen.scss */
        section.content ol li span {
          font-size: .8em;
          color: #999; }
    /* line 240, ../scss/screen.scss */
    section.content ol.alpha-list {
      list-style-type: lower-alpha; }
    /* line 245, ../scss/screen.scss */
    section.content ul.sponsors li {
      margin-bottom: 30px;
      width: 50%;
      float: left;
      text-align: center; }
      /* line 251, ../scss/screen.scss */
      section.content ul.sponsors li img {
        width: 75%; }
    /* line 258, ../scss/screen.scss */
    section.content ul.events li {
      display: block;
      float: left;
      margin-bottom: 30px;
      word-wrap: break-word; }
      /* line 264, ../scss/screen.scss */
      section.content ul.events li img {
        width: 100%;
        height: 80px;
        background-color: #6E6F6E;
        margin-bottom: 15px; }
      /* line 271, ../scss/screen.scss */
      section.content ul.events li span {
        height: 40px;
        width: 50px;
        display: block;
        background-color: #E5B53B;
        font-family: 'Open Sans Condensed';
        font-weight: 700;
        color: #6E6F6E;
        text-transform: uppercase;
        text-align: center;
        color: white;
        padding-top: 5px;
        float: left;
        font-size: .7em;
        margin-right: 10px; }
        /* line 284, ../scss/screen.scss */
        section.content ul.events li span:hover {
          background-color: #502E21; }
      /* line 290, ../scss/screen.scss */
      section.content ul.events li .more {
        padding: 5px 0 0 15px; }
      /* line 294, ../scss/screen.scss */
      section.content ul.events li .details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        /* line 297, ../scss/screen.scss */
        section.content ul.events li .details h3 {
          font-family: 'Open Sans Condensed';
          font-weight: 700;
          color: #6E6F6E;
          text-transform: uppercase;
          font-size: 1.1em;
          padding-bottom: 6px; }
          /* line 302, ../scss/screen.scss */
          section.content ul.events li .details h3 a {
            color: #6E6F6E; }
            /* line 305, ../scss/screen.scss */
            section.content ul.events li .details h3 a:hover {
              color: #502E21; }
        /* line 311, ../scss/screen.scss */
        section.content ul.events li .details p.location {
          font-size: .8em;
          color: #6E6F6E;
          line-height: 1;
          margin-left: 60px; }
        /* line 318, ../scss/screen.scss */
        section.content ul.events li .details p.summary {
          font-size: 17px;
          line-height: 1.2; }

/* line 328, ../scss/screen.scss */
footer {
  clear: both;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px;
  font-size: .8em;
  height: auto;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 337, ../scss/screen.scss */
  footer section {
    max-width: 930px;
    margin: 0 auto; }
    /* line 341, ../scss/screen.scss */
    footer section .link_col {
      width: 33%;
      min-width: 290px;
      float: left; }
      /* line 346, ../scss/screen.scss */
      footer section .link_col h4 {
        font-family: 'Open Sans Condensed';
        font-weight: 700;
        color: #6E6F6E;
        text-transform: uppercase;
        margin-bottom: 15px; }
      /* line 351, ../scss/screen.scss */
      footer section .link_col ul {
        line-height: 1.4;
        padding-bottom: 30px; }

@media only screen and (min-width: 760px) {
  /* line 364, ../scss/screen.scss */
  body #nav-wrap nav {
    max-width: 920px;
    padding: 30px; }
    /* line 368, ../scss/screen.scss */
    body #nav-wrap nav ul {
      float: right; }
      /* line 371, ../scss/screen.scss */
      body #nav-wrap nav ul li {
        float: left;
        font-size: .9em; }
        /* line 375, ../scss/screen.scss */
        body #nav-wrap nav ul li a {
          font-family: 'Open Sans Condensed';
          font-weight: 700;
          color: #6E6F6E;
          text-transform: uppercase;
          color: white;
          text-decoration: none;
          padding: 30px;
          display: block;
          text-shadow: 0px 0px 8px #333; }
          /* line 383, ../scss/screen.scss */
          body #nav-wrap nav ul li a:hover {
            color: #E5B53B; }
  /* line 394, ../scss/screen.scss */
  body section#hero {
    height: 450px; }
    /* line 398, ../scss/screen.scss */
    body section#hero img#logo {
      width: 200px;
      top: 30px; }
    /* line 404, ../scss/screen.scss */
    body section#hero h1 {
      font-size: 3em;
      line-height: .8;
      width: 700px;
      margin-top: 60px; }
      /* line 410, ../scss/screen.scss */
      body section#hero h1 span {
        line-height: 1.5em;
        font-size: .4em; }
  /* line 417, ../scss/screen.scss */
  body section.content {
    max-width: 920px; }
    /* line 421, ../scss/screen.scss */
    body section.content ul.sponsors li {
      width: 33%; }
    /* line 427, ../scss/screen.scss */
    body section.content ul.news li {
      padding: 7.5px 0; }
      /* line 429, ../scss/screen.scss */
      body section.content ul.news li span.date {
        font-family: 'Open Sans Condensed';
        font-weight: 700;
        color: #6E6F6E;
        text-transform: uppercase;
        display: block;
        float: left;
        width: 150px; }
    /* line 439, ../scss/screen.scss */
    body section.content ul.events li {
      max-height: 300px;
      width: 47.5%;
      float: left;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      margin-bottom: 30px;
      overflow: hidden; }
      /* line 447, ../scss/screen.scss */
      body section.content ul.events li:nth-child(odd) {
        clear: left;
        margin-right: 2.5%; }
      /* line 452, ../scss/screen.scss */
      body section.content ul.events li:nth-child(even) {
        margin-left: 2.5%; }
      /* line 456, ../scss/screen.scss */
      body section.content ul.events li img {
        width: 430px;
        height: 80px;
        background-color: #6E6F6E;
        margin-bottom: 15px; }
      /* line 463, ../scss/screen.scss */
      body section.content ul.events li span {
        height: 60px;
        width: 70px;
        display: block;
        background-color: #E5B53B;
        font-family: 'Open Sans Condensed';
        font-weight: 700;
        color: #6E6F6E;
        text-transform: uppercase;
        text-align: center;
        color: white;
        padding-top: 10px;
        float: left;
        font-size: inherit; }
        /* line 475, ../scss/screen.scss */
        body section.content ul.events li span:hover {
          background-color: #502E21; }
      /* line 481, ../scss/screen.scss */
      body section.content ul.events li .details {
        margin-left: 100px;
        border: none; }
        /* line 485, ../scss/screen.scss */
        body section.content ul.events li .details h3 {
          font-family: 'Open Sans Condensed';
          font-weight: 700;
          color: #6E6F6E;
          text-transform: uppercase;
          font-size: 1.1em;
          padding-bottom: 10px; }
          /* line 490, ../scss/screen.scss */
          body section.content ul.events li .details h3 a {
            color: #6E6F6E; }
            /* line 493, ../scss/screen.scss */
            body section.content ul.events li .details h3 a:hover {
              color: #502E21; }
        /* line 499, ../scss/screen.scss */
        body section.content ul.events li .details p.location {
          font-size: .8em;
          color: #6E6F6E;
          line-height: 1;
          margin-left: 0; }
        /* line 506, ../scss/screen.scss */
        body section.content ul.events li .details p.summary {
          line-height: 1.2; }
    /* line 513, ../scss/screen.scss */
    body section.content a.sponsor {
      max-width: 240px;
      float: left;
      display: block;
      padding: 30px; }
      /* line 519, ../scss/screen.scss */
      body section.content a.sponsor img {
        width: 100%; } }
