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;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, 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; }

.clearfix {
  content: "";
  display: table;
  clear: both; }

html {
  font-size: 22px; }

body {
  background-color: black;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-family: 'museo-slab';
  font-weight: 700;
  font-size: 1rem; }

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 0; }

header {
  background-color: white;
  color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  header div.container > div {
    float: left; }
  header #logo {
    float: left;
    margin-left: -3.5rem; }
  header nav {
    float: left;
    padding-left: 10rem; }
    header nav ul li {
      width: 100%;
      padding: 0;
      margin: 0;
      margin-bottom: 0.2rem; }
      header nav ul li:last-of-type {
        margin-bottom: 0; }
      header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {
        font-size: 0.8rem;
        color: black;
        font-weight: 500;
        text-decoration: none; }
      header nav ul li a:hover, header nav ul li a:focus, header nav ul li.active a {
        color: #008fd6;
        font-weight: 700; }
  header #icons {
    float: right;
    width: 4rem;
    text-align: center; }
    header #icons p {
      font-size: 1.3rem;
      margin-bottom: 1rem; }
    header #icons p:last-of-type {
      margin-bottom: 0; }
    header #icons a:link, header #icons a:active, header #icons a:visited {
      color: black;
      font-weight: 500;
      text-decoration: none; }
    header #icons a:hover, header #icons a:focus, header #icons.active a {
      color: #008fd6;
      font-weight: 500; }

#contentContainer {
  margin-top: 240px;
  line-height: 1.3; }
  #contentContainer article {
    padding-bottom: 3rem; }
    #contentContainer article a:link, #contentContainer article a:active, #contentContainer article a:visited {
      color: #008fd6;
      text-decoration: none; }
    #contentContainer article a:hover, #contentContainer article a:focus {
      color: #b3ddf3; }
    #contentContainer article h1 {
      font-weight: 900;
      font-size: 2.5rem;
      color: #008fd6 !important;
      margin: 0 0 2rem 0; }
    #contentContainer article h2 {
      font-weight: 900;
      font-size: 1.8rem;
      color: #008fd6 !important;
      margin: 0 0 1.5rem 0; }
    #contentContainer article h3 {
      font-weight: 700;
      font-size: 1.5rem;
      margin: 0 0 1rem 0;
      padding: 1rem 0 0 0; }
    #contentContainer article p {
      font-size: 1rem;
      margin: 0 0 1rem 0; }
    #contentContainer article ul {
      list-style: disc;
      padding: 0 0 0 1rem;
      margin: 0 0 1rem 0; }
      #contentContainer article ul li {
        margin-left: 0.2rem; }
    #contentContainer article img {
      max-width: 100%; }
      #contentContainer article img.tinymce-image-left {
        float: left;
        width: auto;
        margin-right: 1rem; }
      #contentContainer article img.tinymce-image-right {
        float: right;
        width: auto;
        margin-left: 1rem; }
      #contentContainer article img.tinymce-image-full {
        clear: both;
        width: 100%; }
    #contentContainer article .color-blue {
      color: #008fd6 !important; }
    #contentContainer article .color-lightblue {
      color: #b3ddf3 !important; }
    #contentContainer article .size-large {
      font-weight: 700;
      font-size: 1.8rem !important; }
    #contentContainer article .size-medium {
      font-weight: 700;
      font-size: 1.4rem !important; }
    #contentContainer article .size-small {
      font-weight: 500;
      font-size: 0.8rem !important; }
  #contentContainer .page-default article {
    width: 100%; }
  #contentContainer .page-sponsoring article {
    width: 100%; }
    #contentContainer .page-sponsoring article h3 {
      clear: both; }
    #contentContainer .page-sponsoring article a[href^="http"] {
      display: block;
      float: left;
      width: 250px;
      text-align: center;
      max-width: 250px;
      max-height: 120px;
      margin: 0 2rem 2rem 0; }
      #contentContainer .page-sponsoring article a[href^="http"] img {
        width: auto !important;
        height: auto !important;
        max-width: 250px !important;
        max-height: 120px !important; }
    #contentContainer .page-sponsoring article a:nth-of-type(4n+5) {
      clear: both; }
  #contentContainer .page-aside {
    position: relative; }
    #contentContainer .page-aside article {
      width: 55%;
      float: left; }
    #contentContainer .page-aside aside {
      position: fixed;
      top: 265px;
      width: 500px;
      text-align: right;
      font-size: 1.2rem;
      margin: 0 auto;
      margin-left: 700px; }
      #contentContainer .page-aside aside ul li {
        margin-bottom: 0.5rem; }
        #contentContainer .page-aside aside ul li a:link, #contentContainer .page-aside aside ul li a:active, #contentContainer .page-aside aside ul li a:visited {
          color: white;
          text-decoration: none; }
        #contentContainer .page-aside aside ul li a:hover, #contentContainer .page-aside aside ul li a:focus, #contentContainer .page-aside aside ul li a.active {
          color: #008fd6; }

footer {
  width: 100%;
  color: #008fd6; }
  footer span {
    margin-right: 0.5rem; }
  footer a:link, footer a:active, footer a:visited {
    color: #008fd6;
    text-decoration: none; }
  footer a:hover, footer a:focus {
    color: #b3ddf3; }

@media (max-width: 1390px) {
  header #logo {
    margin-left: 0; } }
@media (max-width: 1360px) {
  .container {
    width: 95%; }

  #contentContainer .page-aside aside {
    width: 40%;
    margin-left: 55%; } }
@media (max-width: 1260px) {
  footer > div {
    float: left !important;
    padding-bottom: 0.5rem; } }
@media (max-width: 930px) {
  html {
    font-size: 20px; }

  header nav {
    padding-left: 6rem; }

  footer div:nth-of-type(2) {
    clear: both; }
  footer p {
    text-align: center; }
    footer p span {
      float: left !important;
      clear: both;
      padding-bottom: 0.5rem; } }
@media (max-width: 850px) {
  #contentContainer .page-aside aside {
    position: inherit;
    text-align: left;
    margin: 0 0 3rem 0;
    top: 0; }

  #contentContainer .page-aside article {
    width: 100%; } }
@media (max-width: 600px) {
  html {
    font-size: 18px; }

  header nav {
    padding-left: 3rem; } }
@media (max-width: 500px) {
  html {
    font-size: 16px; }

  header #logo img {
    width: 150px; }
  header nav {
    padding-left: 2rem; }
  header #icons {
    float: left;
    width: 185px;
    padding-left: 2rem;
    padding-top: 1rem; }
    header #icons p {
      float: left;
      padding-right: 1.5rem;
      margin-bottom: 0;
      vertical-align: text-bottom; }
    header #icons p:last-of-type {
      padding-top: 0.3rem;
      padding-right: 0rem; } }
#registration #registration-form {
  margin: 0.5rem 0; }

#registration #registration-form input {
  display: block;
  margin: .5rem 0;
  font-size: 0.8rem;
  width: 100%;
  padding: 0 .5rem; }

#registration #registration-form input[type="submit"] {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  color: white;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 2rem; }

#registration #registration-form input[type="submit"]:hover {
  border: 1px solid #009bdf; }

#registration #registration-form .message {
  position: relative;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.2rem; }

#registration #registration-form .message #message-anchor {
  position: absolute;
  top: -300px; }

#registration #registration-form .message.success {
  color: #63e088; }

#registration #registration-form .message.error {
  color: #ff3f43; }

#registration #registration-form #images, #registration #registration-form #description {
  margin-top: 1.5rem; }

#registration #registration-form #images input[type="file"], #registration #registration-form #description input[type="file"] {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: block; }

#registration #registration-form #images label, #registration #registration-form #description label {
  display: block;
  cursor: pointer; }

#registration #registration-form #checkboxes {
  margin: 2rem 0;
  padding: 1rem .5rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 0.9rem; }

#registration #registration-form #checkboxes .checkbox-label {
  position: relative;
  padding-left: 25px; }

#registration #registration-form #checkboxes .checkbox-label input[type="checkbox"] {
  position: absolute;
  width: auto;
  left: 0;
  top: -3px; }

#registration #registration-form #participation-fee {
  font-size: 1.5rem; }

#registration #registration-form #participation-fee p {
  line-height: 1rem; }

/*# sourceMappingURL=style.css.map */
