/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.group:after {
  content: "";
  display: table;
  clear: both; }

strong {
  font-weight: bold; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 117.5%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem; }

h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem; }

h3 {
  font-size: 1.414rem; }

h4 {
  font-size: 0.707rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

/* ALERTS - Straight from bootstrap*/
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .alert p {
    line-height: 2.2em;
    font-weight: bold;
    margin: 0 0 0 1em;
    padding: 3px 0 0;
    font-size: 1.1em; }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea; }
  .alert-info p {
    line-height: 1em;
    padding: 12px 0 8px; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7; }

tr.final_match {
  background-color: #be1e2e;
  color: #fff; }

td.winner {
  font-weight: bold;
  font-size: 1.15rem; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-box {
  padding: 1em; }

.is-center {
  text-align: center; }

.is-right {
  text-align: right; }

.is-left {
  text-align: left; }

.is-small {
  font-size: 80%; }

.width {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto; }

.button-delete {
  background: red;
  font-size: 60%;
  color: white; }

.subnote {
  font-size: 75%;
  margin-top: 2em !important; }

.pure-menu-item {
  height: auto !important; }

.error {
  color: red; }

input.error {
  border: 1px solid red !important; }

body {
  font-family: "Open Sans", sans-serif;
  color: #221e1f;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rokkitt", serif; }

h2 {
  margin-top: 1rem; }
  h2 span {
    display: block;
    font-size: 1.4rem;
    line-height: 1rem; }

.pure-menu-children {
  background-color: black !important; }

header {
  text-align: left;
  margin: 0 0;
  padding: 0 0 0;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  background: #221e1f;
  border-top: 6px solid #be1e2e; }
  header nav {
    text-align: right;
    margin: 0 0 0 0;
    padding: 3px 40px 4px;
    font-size: .84em;
    border-bottom: 1px solid white;
    border-top: 1px solid white; }
    header nav ul li {
      color: #FFF;
      font-weight: bold;
      padding: 3px 0 4px; }
      header nav ul li.pure-menu-item {
        padding: .5em 1em; }
        header nav ul li.pure-menu-item:last {
          padding-right: 0; }
      header nav ul li.pure-menu-has-children:hover {
        color: #b8b8b8;
        transform: background-color 2s ease-in; }
      header nav ul li a {
        color: white;
        display: inline-block; }
        header nav ul li a.pure-menu-link {
          color: #FFF;
          font-weight: bold;
          padding: 0; }
          header nav ul li a.pure-menu-link:hover {
            color: #be1e2e;
            background: none; }
      header nav ul li .pure-menu-children {
        padding-top: 8px;
        background-color: rgba(34, 30, 31, 0.8) !important;
        border: 4px solid #221e1f; }
        header nav ul li .pure-menu-children li {
          text-align: left; }
    header nav #mobilenav .show-menu {
      text-decoration: none;
      color: #fff;
      text-align: right;
      padding: 10px;
      display: none; }
    header nav #mobilenav input[type=checkbox] {
      display: none; }
  header h1 {
    padding: 5px 40px 7px;
    font-size: 1.25em;
    line-height: 1.35em;
    margin: 0;
    float: left;
    margin: 0 0 -160px; }
    header h1 a {
      color: #FFF;
      text-decoration: none; }

#topbarnav {
  background: #be1e2e;
  text-align: right;
  margin: 0 0 0 0;
  padding: 1px 45px 2px;
  font-size: .64em; }
  #topbarnav ul li {
    color: #FFF;
    font-weight: lighter; }
    #topbarnav ul li.pure-menu-item {
      padding: 0em 1em; }
    #topbarnav ul li a {
      color: white;
      display: inline-block; }
      #topbarnav ul li a.pure-menu-link {
        color: #FFF;
        font-weight: bold;
        padding: 0; }
        #topbarnav ul li a.pure-menu-link:hover {
          color: #221e1f;
          background: none; }

#lead-in {
  text-align: center;
  width: 100%;
  margin: 0 auto 0;
  border-radius: 3px;
  position: relative; }
  #lead-in #hero {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 0;
    padding: 20px 20px 115px; }
    #lead-in #hero #cta {
      margin: 540px auto 15px;
      max-width: 1280px; }
      #lead-in #hero #cta h1 {
        text-shadow: 0px 0px 10px black;
        color: #fff;
        font-weight: bold;
        padding: 24px 0 0;
        text-transform: uppercase;
        font-size: 3.4em;
        line-height: 1.1em; }
        #lead-in #hero #cta h1 img {
          width: 100%;
          max-width: 780px;
          margin: 0 auto; }
      #lead-in #hero #cta h2 {
        text-shadow: 0px 0px 8px black;
        color: #fff;
        font-size: 1.6em;
        width: 90%;
        margin: .1em auto .5em;
        line-height: 1.1em; }
        #lead-in #hero #cta h2 span {
          display: block;
          font-size: .3em; }
    #lead-in #hero .pure-button-primary {
      background-color: #221e1f;
      font-size: 2.0rem;
      font-weight: bold; }
      #lead-in #hero .pure-button-primary:hover {
        color: #f7941d; }
  #lead-in p {
    padding: 1em;
    margin: 0 auto 0;
    font-weight: bold;
    border-radius: 3px;
    text-shadow: 0px 0px 8px black; }

#announce-bar {
  background: #be1e2e;
  color: #FFF;
  padding: 1em 0 2em;
  /* display: grid; grid-template-columns: [title] 40% [reason] 60%; grid-gap: 0; */
  align-items: center;
  border-top: 2px solid black; }
  #announce-bar h2 {
    font-family: "Rokkitt", serif;
    font-weight: lighter;
    text-shadow: 0px 0px 1px #FFF;
    font-size: 1.8em;
    margin: 0;
    grid-column-start: title;
    grid-column-end: reason;
    text-align: center;
    text-transform: uppercase; }
  #announce-bar p {
    grid-column-start: reason;
    text-align: center;
    margin: 0;
    padding: 0;
    justify-self: end; }

.section {
  margin-top: 80px; }

#section-1 {
  margin-top: 0; }

.sub-section-1 {
  border-top: 1px solid white;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 0; }
  .sub-section-1 h3 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    padding: 280px 0 0; }
    .sub-section-1 h3 a {
      display: block;
      color: white;
      padding: 0;
      text-decoration: none;
      padding: 6px 0 5px;
      background-color: #221e1f; }
      .sub-section-1 h3 a:hover {
        color: #be1e2e; }

.sub-section-7, .sub-section-8 {
  text-align: center;
  border-top: 1px solid #fff;
  padding: 0 0 10px 0; }
  .sub-section-7 h3, .sub-section-8 h3 {
    background-color: #221e1f;
    margin: 0 0 7px;
    padding: 6px 0 5px;
    color: #FFF; }

#subsection-12 {
  border: 1px solid #be1e2e;
  background-color: rgba(0, 0, 0, 0.1); }

#subsection-11 {
  border: 1px solid #be1e2e;
  border-width: 1px 0px 1px 1px; }

#section-11 {
  margin-top: 0; }
  #section-11 .subsection {
    margin: 0; }

#bif_intro, #event_intro {
  text-align: left;
  margin-top: 5px; }
  #bif_intro p, #event_intro p {
    margin: 0 15px;
    font-size: .85em;
    line-height: 1.5em; }
  #bif_intro .pure-button, #event_intro .pure-button {
    background-color: #be1e2e;
    margin-left: 15px;
    color: #fff;
    margin-top: 5px; }

#bif_contact {
  margin: 7px;
  border: 2px solid #8d0a17;
  font-size: 85%;
  background: #fff; }
  #bif_contact h3 {
    margin-top: 0;
    padding: 3px;
    background: #8d0a17;
    color: #fff;
    text-align: center;
    font-size: 1.2rem; }
  #bif_contact p {
    padding: 3px 7px;
    font-size: .75rem;
    margin-top: 1px; }

#page #content {
  padding-top: 10px;
  margin-top: 105px; }
  #page #content h1 {
    text-align: left;
    margin-top: 0;
    padding: .4rem 0 .4rem; }
  #page #content .inner-content {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.27); }
  #page #content ul {
    list-style: disc;
    margin: .5em 0 .5em 1.5em; }

#page.cover #lead-in {
  margin-top: 90px;
  text-align: left;
  width: 100%;
  border-radius: 3px; }
  #page.cover #lead-in #hero {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 580px 0 60px; }
    #page.cover #lead-in #hero #title {
      margin: 0 auto;
      border-bottom: 2px solid #FFF;
      border-top: 2px solid #FFF;
      background: rgba(255, 255, 255, 0.3); }
      #page.cover #lead-in #hero #title h1 {
        text-shadow: 0px 0px 3px black;
        color: #fff;
        font-weight: lighter;
        font-size: 2.8rem;
        line-height: 3.1rem;
        padding: 24px 40px;
        margin: 0;
        text-transform: uppercase;
        text-align: center; }
  #page.cover #lead-in #cta {
    background: #221e1f;
    padding: 0 0; }
    #page.cover #lead-in #cta h2 {
      padding-left: 0;
      font-family: "Rokkitt", serif;
      font-weight: lighter;
      text-shadow: 0px 0px 1px #FFF;
      color: #FFF;
      font-size: 1.8em;
      margin: 0 auto;
      align-self: center;
      grid-column-start: subtitle;
      grid-column-end: end;
      text-align: center;
      text-transform: uppercase; }

#page.cover #content {
  margin-top: 5px; }

#page.short-cover #lead-in {
  margin-top: 90px;
  text-align: left;
  width: 100%;
  border-radius: 3px; }
  #page.short-cover #lead-in #hero {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 220px 0 15px; }
    #page.short-cover #lead-in #hero #title {
      margin: 0 auto;
      border-bottom: 2px solid #FFF;
      border-top: 2px solid #FFF;
      background: rgba(255, 255, 255, 0.3); }
      #page.short-cover #lead-in #hero #title h1 {
        text-shadow: 0px 0px 3px black;
        color: #fff;
        font-weight: lighter;
        font-size: 2.8rem;
        line-height: 3.1rem;
        padding: 24px 40px;
        margin: 0;
        text-transform: uppercase;
        text-align: center; }
  #page.short-cover #lead-in #cta {
    background: #221e1f;
    padding: 0 0; }
    #page.short-cover #lead-in #cta h2 {
      padding-left: 0;
      font-family: "Rokkitt", serif;
      font-weight: lighter;
      text-shadow: 0px 0px 1px #FFF;
      color: #FFF;
      font-size: 1.8em;
      margin: 0 auto;
      align-self: center;
      grid-column-start: subtitle;
      grid-column-end: end;
      text-align: center;
      text-transform: uppercase; }

#page.short-cover #content {
  margin-top: 5px; }

#teams #content {
  margin-top: 105px; }

#teams .team-note {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-radius: 3px; }
  #teams .team-note p {
    margin: 0; }

#sponsors {
  display: flex;
  align-items: center;
  border-top: 2px solid #be1e2e;
  margin-top: 20px; }

#rsvp_bbq_section {
  margin: 10px;
  border-bottom: 6px solid #be1e2e;
  border-top: 6px solid #be1e2e;
  padding: 20px 0 0 0; }

#instafeed {
  background-color: #be1e2e;
  border-top: 1px solid #fff; }

footer {
  text-align: center;
  padding: 8px;
  margin-top: 0;
  background: #221e1f;
  color: #fff;
  border-top: 2px solid #be1e2e; }
  footer p {
    margin: 0;
    font-size: .75em;
    color: rgba(255, 255, 255, 0.3); }
  footer a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    margin: 0; }
    footer a:hover {
      color: white; }
    footer a i {
      margin: 0 5px; }

.modal h2 {
  font-size: 1.6em;
  margin-top: .2em;
  text-align: center; }

.modal p {
  font-size: .85em;
  margin-top: .2em;
  margin-bottom: 1.5em; }

#donate-now-modal {
  max-width: 750px; }

#page #sidebar-options {
  border-right: 1px solid #be1e2e;
  background-color: rgba(0, 0, 0, 0.1); }
  #page #sidebar-options ul#subnav {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0; }
    #page #sidebar-options ul#subnav a {
      display: block;
      text-decoration: none; }
    #page #sidebar-options ul#subnav #first {
      text-align: left;
      background: #221e1f;
      display: block;
      color: white;
      font-weight: bold;
      border-top-left-radius: 3px;
      padding: .75rem; }
    #page #sidebar-options ul#subnav .no-subnav a {
      text-align: left;
      padding: .25rem 1rem;
      background: #be1e2e;
      display: block;
      color: white;
      font-weight: bold;
      font-size: 90%;
      border-bottom: 1px solid #221e1f; }
      #page #sidebar-options ul#subnav .no-subnav a:hover {
        background: #8d0a17;
        background-image: -webkit-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -moz-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -ms-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -o-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: linear-gradient(to bottom, #be1e2e, #8d0a17); }
    #page #sidebar-options ul#subnav .has-subnav a {
      text-align: left;
      padding: .25rem 1rem;
      background: #be1e2e;
      display: block;
      color: white;
      font-weight: bold;
      font-size: 90%;
      border-bottom: 2px solid #221e1f; }
      #page #sidebar-options ul#subnav .has-subnav a:hover {
        background: #8d0a17;
        background-image: -webkit-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -moz-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -ms-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -o-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: linear-gradient(to bottom, #be1e2e, #8d0a17); }
    #page #sidebar-options ul#subnav .has-subnav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #page #sidebar-options ul#subnav .has-subnav ul a {
        padding: .25rem 1.25rem;
        background: #e4e5e6;
        color: #221e1f;
        border-bottom: 1px solid #be1e2e; }
        #page #sidebar-options ul#subnav .has-subnav ul a:hover {
          color: #221e1f;
          background: #cfd1d2;
          background-image: -webkit-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -moz-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -ms-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -o-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: linear-gradient(to bottom, #e4e5e6, #cfd1d2); }

#member #content {
  margin-top: 105px; }

#member #dashboard-options {
  border-right: 1px solid #be1e2e;
  background-color: rgba(0, 0, 0, 0.1); }
  #member #dashboard-options ul#subnav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0; }
    #member #dashboard-options ul#subnav a {
      display: block;
      text-decoration: none; }
    #member #dashboard-options ul#subnav #first {
      text-align: left;
      background: #221e1f;
      display: block;
      color: white;
      font-weight: bold;
      border-top-left-radius: 3px;
      padding: .75rem; }
    #member #dashboard-options ul#subnav .no-subnav a {
      text-align: left;
      padding: .25rem 1rem;
      background: #be1e2e;
      display: block;
      color: white;
      font-weight: bold;
      font-size: 90%;
      border-bottom: 1px solid #221e1f; }
      #member #dashboard-options ul#subnav .no-subnav a:hover {
        background: #8d0a17;
        background-image: -webkit-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -moz-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -ms-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -o-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: linear-gradient(to bottom, #be1e2e, #8d0a17); }
    #member #dashboard-options ul#subnav .has-subnav a {
      text-align: left;
      padding: .25rem 1rem;
      background: #be1e2e;
      display: block;
      color: white;
      font-weight: bold;
      font-size: 90%;
      border-bottom: 2px solid #221e1f; }
      #member #dashboard-options ul#subnav .has-subnav a:hover {
        background: #8d0a17;
        background-image: -webkit-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -moz-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -ms-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -o-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: linear-gradient(to bottom, #be1e2e, #8d0a17); }
    #member #dashboard-options ul#subnav .has-subnav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #member #dashboard-options ul#subnav .has-subnav ul a {
        padding: .25rem 1.25rem;
        background: #e4e5e6;
        color: #221e1f;
        border-bottom: 1px solid #be1e2e; }
        #member #dashboard-options ul#subnav .has-subnav ul a:hover {
          color: #221e1f;
          background: #cfd1d2;
          background-image: -webkit-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -moz-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -ms-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -o-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: linear-gradient(to bottom, #e4e5e6, #cfd1d2); }

#teams #dashboard-options {
  border-right: 1px solid #be1e2e;
  background-color: rgba(0, 0, 0, 0.1); }
  #teams #dashboard-options ul#subnav {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0; }
    #teams #dashboard-options ul#subnav a {
      display: block;
      text-decoration: none; }
    #teams #dashboard-options ul#subnav #first {
      text-align: left;
      background: #221e1f;
      display: block;
      color: white;
      font-weight: bold;
      border-top-left-radius: 3px;
      padding: .75rem; }
    #teams #dashboard-options ul#subnav .no-subnav a {
      text-align: left;
      padding: .25rem 1rem;
      background: #be1e2e;
      display: block;
      color: white;
      font-weight: bold;
      font-size: 90%;
      border-bottom: 1px solid #221e1f; }
      #teams #dashboard-options ul#subnav .no-subnav a:hover {
        background: #8d0a17;
        background-image: -webkit-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -moz-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -ms-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -o-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: linear-gradient(to bottom, #be1e2e, #8d0a17); }
    #teams #dashboard-options ul#subnav .has-subnav a {
      text-align: left;
      padding: .25rem 1rem;
      background: #be1e2e;
      display: block;
      color: white;
      font-weight: bold;
      font-size: 90%;
      border-bottom: 2px solid #221e1f; }
      #teams #dashboard-options ul#subnav .has-subnav a:hover {
        background: #8d0a17;
        background-image: -webkit-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -moz-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -ms-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -o-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: linear-gradient(to bottom, #be1e2e, #8d0a17); }
    #teams #dashboard-options ul#subnav .has-subnav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #teams #dashboard-options ul#subnav .has-subnav ul a {
        padding: .25rem 1.25rem;
        background: #e4e5e6;
        color: #221e1f;
        border-bottom: 1px solid #be1e2e; }
        #teams #dashboard-options ul#subnav .has-subnav ul a:hover {
          color: #221e1f;
          background: #cfd1d2;
          background-image: -webkit-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -moz-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -ms-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: -o-linear-gradient(top, #e4e5e6, #cfd1d2);
          background-image: linear-gradient(to bottom, #e4e5e6, #cfd1d2); }

#events #eventdate {
  border: 1px solid #221e1f;
  margin: 0;
  padding: 0;
  background: #e4e5e6;
  list-style: none; }
  #events #eventdate li {
    text-align: center;
    margin: 0;
    padding: 0; }
    #events #eventdate li.outer {
      background: #221e1f;
      color: #e4e5e6;
      font-size: .8rem; }
    #events #eventdate li.inner {
      background: #be1e2e;
      color: #FFF;
      font-size: 1.4rem;
      line-height: 1.9rem; }
    #events #eventdate li.center {
      color: #be1e2e;
      font-weight: bold;
      font-size: 4rem;
      line-height: 4.5rem; }

#events #event-listings {
  border-right: 1px solid #be1e2e;
  background-color: rgba(0, 0, 0, 0.1); }
  #events #event-listings ul#subnav {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0; }
    #events #event-listings ul#subnav a {
      display: block;
      text-decoration: none;
      text-align: left;
      padding: .25rem 1rem;
      background: #be1e2e;
      display: block;
      color: white;
      font-weight: bold;
      font-size: 90%;
      border-bottom: 1px solid #221e1f; }
      #events #event-listings ul#subnav a:hover {
        background: #8d0a17;
        background-image: -webkit-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -moz-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -ms-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: -o-linear-gradient(top, #be1e2e, #8d0a17);
        background-image: linear-gradient(to bottom, #be1e2e, #8d0a17); }

/* MEDIA QUERY GOODNESS -- BASED ON PURECSS BREAKPOINTS */
@media screen and (max-width: 48em) {
  html {
    font-size: 80%; }
  header h1 {
    margin-top: 6px; }
  #lead-in #hero #cta {
    margin-top: 150px; }
    #lead-in #hero #cta h1 {
      font-size: 1.848rem;
      line-height: 1.5rem;
      margin-top: .5rem; }
    #lead-in #hero #cta h2 {
      font-size: 1.3em;
      line-height: 1.3em; }
  #lead-in #hero .pure-button-primary {
    font-size: 1.4rem; }
  header nav #mobilenav .show-menu {
    display: block;
    cursor: pointer; }
  nav {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1em; }
    nav #fullnav {
      display: none; }
    nav.pure-menu-horizontal ul li {
      display: block !important;
      width: 100% a;
        width-display: block; }
  nav #fullnav {
    position: static; }
    nav #fullnav li {
      margin-bottom: 1px; }
    nav #fullnav ul li, nav #fullnav li a {
      width: 100%; }
  /*
		nav #mobilenav {
			.show-menu {display:block; cursor: pointer;}
		}
		
		nav {display: block; text-align: center; text-transform: uppercase; margin-top: 0; margin-bottom: 1em;
		#fullnav {display: none;}
		&.pure-menu-horizontal {
			ul {
				li {display: block !important; width: 100% 
					a {display: block;} 
					}
				}
			}
		}
		
		nav #fullnav {position: static;
			li {margin-bottom: 1px;}
			ul li, li a {width: 100%;}
		}
*/ }

@media screen and (max-width: 35.5em) {
  html {
    font-size: 80%; } }
