@import url(../../../../css.css);
@import url(../../../../css-1.css);
html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif; }

* {
  box-sizing: border-box; }

a, a:visited {
  color: #10a1d6;
  text-decoration: none; }

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5.14286em;
  font-weight: bold;
  line-height: 1.1em; }

header {
  width: 100%;
  position: relative;
  z-index: 10; }
  header .header_inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    height: 475px;
    position: relative; }
    header .header_inner .site-title {
      position: absolute;
      top: 0;
      opacity: 0;
      transition: all 600ms ease-out;
      left: 80px;
      transition-delay: 200ms !important; }
    header .header_inner .title-fade {
      opacity: 1;
      top: 120px; }
    header .header_inner h1 {
      margin: 0;
      padding: 0; }
      header .header_inner h1.site-title {
        display: none; }
      header .header_inner h1 a {
        color: white; }
    header .header_inner .header-info {
      left: -200px;
      top: 300px;
      transition: all ease 600ms;
      transition-delay: 400ms;
      opacity: 0;
      position: absolute;
      display: inline-block; }
      header .header_inner .header-info .icon {
        background-color: #10a1d6;
        width: 64px;
        padding: 14px 0;
        text-align: center;
        font-size: 1.5em;
        margin-right: 10px;
        margin-top: 10px;
        float: left; }
        header .header_inner .header-info .icon i {
          color: white; }
      header .header_inner .header-info .content {
        display: inline-block; }
      header .header_inner .header-info strong {
        font-weight: bold;
        color: #10a1d6;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif; }
      header .header_inner .header-info .caption {
        padding-top: 4px;
        display: inline-block; }
      header .header_inner .header-info span {
        font-size: 1.3em;
        line-height: 1.2em;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        color: white; }
      header .header_inner .header-info span.small {
        line-height: 1.2em;
        font-size: 1.0em;
        font-weight: 300; }
      header .header_inner .header-info:after {
        clear: both;
        content: "";
        display: block; }
      header .header_inner .header-info.info-date {
        transition-delay: 600ms; }
      header .header_inner .header-info.info-location {
        left: 100px;
        transition-delay: 400ms; }
      header .header_inner .header-info.info-participants {
        left: 400px;
        transition-delay: 200ms; }
        header .header_inner .header-info.info-participants .content {
          margin-top: 16px; }
          header .header_inner .header-info.info-participants .content strong {
            font-size: 250%;
            margin-right: 5px; }
    header .header_inner .header-info-fade {
      opacity: 1;
      left: 50px; }
      header .header_inner .header-info-fade.info-location {
        left: 350px; }
      header .header_inner .header-info-fade.info-participants {
        left: 650px; }
    header .header_inner .sub-title {
      font-size: 1.85714em;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      color: white;
      margin: 0;
      left: 50px;
      top: 250px;
      transition: all 600ms ease-out;
      opacity: 0;
      transition-delay: 600ms;
      position: absolute; }
    header .header_inner .sub-title-fade {
      top: 205px;
      opacity: 1; }
    header .header_inner .header-logo {
      position: absolute;
      top: 0;
      left: 80px;
      width: 450px; }
      header .header_inner .header-logo.title-fade {
        top: 110px; }
      header .header_inner .header-logo svg > g > g:first-child {
        fill: #fff; }
      header .header_inner .header-logo span {
        left: calc(100% - -15px);
        color: #fff;
        font-weight: bold;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 90px;
        position: absolute;
        top: -17px; }

#header-nav {
  width: 100%;
  background: rgba(16, 161, 214, 0.75);
  z-index: 100;
  position: fixed;
  top: 0;
  height: 40px; }
  #header-nav .hamburger {
    display: none; }
  #header-nav > div {
    height: auto; }
  #header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #header-nav ul::after {
      display: block;
      content: '';
      clear: both; }
    #header-nav ul li {
      background-color: rgba(4, 141, 193, 0);
      float: left;
      position: relative;
      transition: background 150ms linear; }
      #header-nav ul li a {
        line-height: 40px;
        color: white;
        font-size: 18px;
        width: 100%;
        display: block;
        padding: 0 20px; }
      #header-nav ul li ul {
        position: absolute;
        max-height: 0;
        z-index: 10;
        left: 0;
        width: auto;
        min-width: 200px;
        transition: max-height 1s ease-in-out;
        visibility: hidden; }
        #header-nav ul li ul li {
          position: relative;
          background-color: #eee;
          width: 100%; }
          #header-nav ul li ul li a {
            color: black; }
          #header-nav ul li ul li ul {
            position: absolute;
            top: 0;
            left: 200px; }
      #header-nav ul li:hover, #header-nav ul li.active {
        background-color: #048dc1; }
        #header-nav ul li:hover > ul, #header-nav ul li.active > ul {
          visibility: visible; }
      #header-nav ul li.pll-parent-menu-item ul {
        min-width: 0; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff; }

body.admin-bar #header-nav {
  top: 32px; }

.main-section {
  background: white;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

main {
  width: 100%;
  max-width: 1080px;
  background: white;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 50px; }
  main.has-sidebar {
    display: inline-block;
    vertical-align: top;
    max-width: 780px; }
  main .paragraph {
    color: #888888;
    font-size: 1.28571em; }
  main .title-fadein {
    position: relative;
    height: 68px; }
    main .title-fadein strong, main .title-fadein span {
      position: absolute;
      font-family: "Roboto Condensed", sans-serif;
      transition: all 800ms ease-out;
      opacity: 0;
      text-transform: uppercase; }
    main .title-fadein strong {
      font-size: 1.85714em;
      height: 35px;
      top: 0;
      left: -200px; }
    main .title-fadein span {
      font-weight: 300;
      font-size: 1.78571em;
      height: 34px;
      top: 34px;
      left: 200px;
      opacity: 0; }
  main .title-fade strong, main .title-fade span {
    left: 0;
    opacity: 1; }

aside.main-sidebar {
  background: white;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  position: relative;
  margin-left: -5px;
  padding: 10px; }

.widgettitle {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  text-align: center; }
  .widgettitle .title-inner {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative; }
  .widgettitle::before {
    background: #10a1d6;
    box-shadow: 0 0 1px rgba(16, 161, 214, 0.3);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    width: 100%; }

.parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/header_back.jpeg");
  background-position: 0 0; }
  .parallax .wedge {
    background: white;
    background: linear-gradient(97deg, white calc(100% / 2 - 580px), #d9d9d9 calc(100% / 2 - 540px), #d9d9d9 calc(100% / 2 - -540px), white calc(100% / 2 - -580px));
    width: 200%;
    left: -50%;
    position: absolute;
    transform: rotate(-7deg); }

footer {
  background-color: #fff;
  width: 100%;
  position: relative;
  max-width: 1080px;
  margin: 0 auto 150px;
  z-index: 5; }
  footer aside {
    padding: 10px; }
  footer nav {
    font-size: .75em;
    padding: 30px 10px 20px; }
    footer nav a, footer nav a:visited {
      color: #555;
      transition: all 250ms linear; }
    footer nav a:hover {
      color: #888; }
    footer nav ul {
      list-style: none;
      margin: 0;
      padding-top: 5px;
      position: relative; }
      footer nav ul li {
        float: left;
        margin-right: 20px; }
        footer nav ul li ul {
          border: none;
          padding: 0 0 0 10px; }
          footer nav ul li ul li {
            float: none;
            margin: 0; }
          footer nav ul li ul::before {
            content: none; }
      footer nav ul::before {
        content: '';
        display: block;
        background: #10A1D6;
        box-shadow: 0 0 1px rgba(16, 161, 214, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%; }
      footer nav ul::after {
        clear: both;
        content: '';
        display: block; }

@media (max-width: 1080px) {
  .parallax .wedge {
    display: none; }

  main {
    width: calc(100% - 300px); }

  aside.main-sidebar {
    width: 300px; } }
@media (max-width: 1023px) {
  html, body {
    overflow-x: hidden; }

  #header-nav {
    z-index: 100; }
    #header-nav .hamburger {
      display: inline-block;
      height: 40px;
      padding: 0;
      position: relative;
      left: 20px; }
    #header-nav > div {
      width: 200px;
      margin-left: -200px;
      background: #38AEDB;
      transition: all 250ms ease-in-out;
      overflow: hidden; }
    #header-nav .nicescroll-rails {
      background: transparent;
      transition: none; }
      #header-nav .nicescroll-rails.nicescroll-rails-vr {
        left: 0 !important; }
      #header-nav .nicescroll-rails.nicescroll-rails-hr {
        left: 8px !important; }
    #header-nav ul {
      width: 100%; }
      #header-nav ul li {
        float: none; }
        #header-nav ul li a {
          width: initial; }
        #header-nav ul li.menu-item-has-children::before {
          display: block;
          position: absolute;
          height: 40px;
          line-height: 40px;
          content: '\f054';
          font-family: FontAwesome;
          left: 5px;
          color: #fff;
          transition: all 250ms linear; }
        #header-nav ul li ul {
          display: none;
          visibility: visible;
          max-height: 0;
          position: relative; }
          #header-nav ul li ul li.menu-item-has-children::before {
            color: #000; }
          #header-nav ul li ul li ul {
            position: relative;
            left: 0; }
        #header-nav ul li:hover.menu-item-has-children::before, #header-nav ul li.active.menu-item-has-children::before {
          transform: rotateZ(90deg); }
        #header-nav ul li:hover > ul, #header-nav ul li.active > ul {
          display: block;
          max-height: unset; }
    #header-nav.is-active {
      background: #10a1d6 !important;
      transition: all 0.5s linear; }
      #header-nav.is-active div {
        margin-left: 0; }

  main,
  main.has-sidebar {
    width: 100%;
    max-width: unset; }

  aside.main-sidebar {
    width: 100%;
    max-width: unset; } }
@media (max-width: 850px) {
  header .header_inner .header-logo {
    width: 400px; }
    header .header_inner .header-logo span {
      font-size: 80px;
      top: -15px; }
  header .header_inner .header-info.info-location {
    left: 50px; }
    header .header_inner .header-info.info-location.header-info-fade {
      left: 300px; }
  header .header_inner .header-info.info-participants {
    left: 300px; }
    header .header_inner .header-info.info-participants.header-info-fade {
      left: 550px; } }
@media (max-width: 768px) {
  header {
    height: 450px; }
    header .header_inner .header-logo {
      top: -50px;
      width: calc(100% - 368px); }
      header .header_inner .header-logo span {
        font-size: 10.45vw; }
      header .header_inner .header-logo.title-fade {
        top: 50px; }
    header .header_inner .sub-title {
      top: 190px;
      font-size: 3.875vw; }
      header .header_inner .sub-title.sub-title-fade {
        top: calc(145px - 0.5vw); }
    header .header_inner .header-info.info-date {
      left: -200px;
      top: 190px;
      transition-delay: 200ms; }
      header .header_inner .header-info.info-date.header-info-fade {
        left: 50px; }
    header .header_inner .header-info.info-location {
      left: -200px;
      top: 275px;
      transition-delay: 400ms; }
      header .header_inner .header-info.info-location.header-info-fade {
        left: 50px; }
    header .header_inner .header-info.info-participants {
      left: -200px;
      top: 360px;
      transition-delay: 600ms; }
      header .header_inner .header-info.info-participants.header-info-fade {
        left: 50px; } }
@media (max-width: 600px) {
  header {
    height: 350px; }
    header .header_inner .site-title {
      font-size: 4em;
      top: 0;
      left: 40px; }
    header .header_inner .header-logo {
      width: 232px; }
      header .header_inner .header-logo span {
        top: 9px;
        font-size: 50px;
        left: calc(100% + 5px); }
    header .header_inner .title-fade {
      top: 85px; }
    header .header_inner .sub-title {
      font-size: 1.3em;
      left: 35px;
      top: 180px; }
      header .header_inner .sub-title.sub-title-fade {
        top: 130px; }
    header .header_inner .sub-title-fade {
      top: 150px; }
    header .header_inner .header-info.info-date {
      left: -225px;
      top: 170px;
      transition-delay: 400ms; }
      header .header_inner .header-info.info-date.header-info-fade {
        left: 25px; }
    header .header_inner .header-info.info-location {
      left: -225px;
      top: 255px;
      transition-delay: 600ms; }
      header .header_inner .header-info.info-location.header-info-fade {
        left: 25px; }
    header .header_inner .header-info.info-participants {
      top: 170px;
      left: 0;
      transition-delay: 200ms; }
      header .header_inner .header-info.info-participants.header-info-fade {
        left: 225px; } }
@media (max-width: 475px) {
  header {
    height: 400px; }
    header .header_inner .site-title {
      top: 0;
      left: 40px; }
      header .header_inner .site-title.title-fade {
        top: 85px; }
    header .header_inner .header-logo {
      width: 200px;
      top: -15px; }
      header .header_inner .header-logo.title-fade {
        top: 25px; }
      header .header_inner .header-logo span {
        font-size: 40px;
        top: 11px; }
    header .header_inner .sub-title {
      font-size: 1.3em;
      left: 35px;
      top: 155px; }
      header .header_inner .sub-title.sub-title-fade {
        top: 95px; }
    header .header_inner .header-info.info-date {
      left: -200px;
      top: 135px;
      transition-delay: 200ms; }
      header .header_inner .header-info.info-date.header-info-fade {
        left: 50px; }
    header .header_inner .header-info.info-location {
      top: 220px;
      left: -200px;
      transition-delay: 400ms; }
      header .header_inner .header-info.info-location.header-info-fade {
        left: 50px; }
    header .header_inner .header-info.info-participants {
      left: -200px;
      top: 305px;
      transition-delay: 600ms; }
      header .header_inner .header-info.info-participants.header-info-fade {
        left: 50px; } }
@media (max-width: 375px) {
  header .header_inner .sub-title {
    font-size: 1.15em; }
  header .header_inner .sub-title-fade {
    top: 130px; } }

/*# sourceMappingURL=style.css.map */
