html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

ul, li, a, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a, p {
  font-size: 18px;
}

p {
  color: #778b93;
}

h1 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 80px;
  color: #666;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 45px;
  }
}

h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
  color: #bbb;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  color: #204561;
  font-weight: 400;
  font-size: 22px;
}

.padded-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padded-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.bg-navy-blue {
  background: #204561;
}
.bg-navy-blue h1 {
  color: #fff;
}
.bg-navy-blue p {
  color: rgba(255, 255, 255, 0.6);
}

.bg-light-blue-gray {
  background: #f6f7f9;
}

.bg-turquoise {
  background: #1a656e;
}
.bg-turquoise h1 {
  color: #fff;
}
.bg-turquoise p {
  color: rgba(255, 255, 255, 0.5);
}

.bg-white {
  background: #fff;
}

.bg-orange {
  background: rgb(255, 198, 64);
}
.bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange p {
  color: #fff;
}

.bg-orange-gradient {
  background: linear-gradient(125deg, rgb(255, 198, 64) 0%, rgb(232, 109, 72) 100%);
}

.full-height {
  height: 100%;
}

.wrapper {
  width: 100%;
  float: left;
}

.center {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .center {
    width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .center {
    width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .center {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .center {
    width: 95%;
  }
}

.content {
  width: 100%;
  float: left;
  text-align: center;
}
.content p {
  line-height: 1.5;
  margin: 0 auto;
  text-align: justify;
}
.content p.align-center {
  text-align: center;
}
.content a {
  text-decoration: none;
  color: #0099ff;
}
.content h3 {
  margin-bottom: 40px;
}
.content .center-text {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .content .center-text {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .content .center-text {
    width: 85%;
  }
}
.content .center-image {
  margin: 20px;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .content .center-image {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .content .center-image {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .content .center-image {
    width: 70%;
  }
}
.content .social {
  text-align: center;
  padding: 20px 0;
}
.content .social a {
  font-size: 25px;
  color: #ccc;
}
.content .social a:hover {
  color: #0099ff;
}

.slider {
  background: #fff url("/img/background_home.JPG") no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .logo {
  float: left;
}
.header .logo img {
  height: 60px;
}
@media screen and (max-width: 950px) {
  .header .logo {
    float: none;
    text-align: center;
  }
}
.header .menu {
  float: right;
}
.header .menu ul {
  list-style: none;
  float: left;
}
.header .menu ul li {
  float: left;
}
.header .menu ul li a {
  display: block;
  padding: 5px;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}
.header .menu ul li.current a, .header .menu ul li a:hover {
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 950px) {
  .header .menu {
    display: none;
  }
}
.header .mobile-menu-toggle {
  display: none;
  color: #fff;
  border: 1px solid #fff;
  width: min-content;
  padding: 10px;
  position: relative;
  top: 50px;
  left: 20px;
}
@media screen and (max-width: 950px) {
  .header .mobile-menu-toggle {
    display: block;
  }
}

.caption {
  width: 80%;
  margin: 130px auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
}
.caption h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 2px 2px #333;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .caption h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  .caption h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .caption h1 {
    display: none;
  }
}
@media screen and (max-width: 1800px) {
  .caption {
    width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  .caption {
    margin: 110px auto;
  }
}
@media screen and (max-width: 1200px) {
  .caption {
    margin: 90px auto;
    width: 70%;
  }
}
@media screen and (max-width: 820px) {
  .caption {
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .caption {
    visibility: hidden !important;
    margin: 50px auto;
  }
}

.sponsors img {
  height: 80px;
  margin: 20px;
}
.sponsors h3.tier {
  margin: 30px 0 15px 0;
}
@media screen and (max-width: 500px) {
  .sponsors img {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .sponsors .slick-list img {
    height: 80px;
    width: auto;
  }
}

.overflow-x {
  overflow-x: hidden;
}

.coaching {
  float: left;
  width: 16%;
  margin: 2%;
  background: #e3ebef;
  padding: 15px;
  height: 160px;
  position: relative;
}
.coaching img {
  height: 100px;
  border-radius: 100%;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
}
.coaching .desc {
  position: relative;
}
.coaching .name {
  color: #204561;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .coaching {
    width: 40%;
    margin: 10px 5%;
  }
}
@media screen and (max-width: 800px) {
  .coaching {
    width: 46%;
    margin: 10px 2%;
  }
}
@media screen and (max-width: 700px) {
  .coaching {
    width: 60%;
    margin: 10px 20%;
  }
}
@media screen and (max-width: 600px) {
  .coaching {
    width: 70%;
    margin: 10px 15%;
  }
}
@media screen and (max-width: 500px) {
  .coaching {
    width: 80%;
    margin: 10px 10%;
  }
}
@media screen and (max-width: 400px) {
  .coaching {
    width: 90%;
    margin: 10px 5%;
  }
}

.member {
  float: left;
  width: 31.33%;
  margin: 1%;
  background: #e3ebef;
  padding: 15px;
  height: 130px;
  position: relative;
}
.member img {
  float: left;
  display: block;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.member .desc {
  position: absolute;
  left: 130px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
}
.member .name {
  color: #204561;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 400px) {
  .member .role {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .member {
    width: 40%;
    margin: 10px 5%;
  }
}
@media screen and (max-width: 800px) {
  .member {
    width: 46%;
    margin: 10px 2%;
  }
}
@media screen and (max-width: 700px) {
  .member {
    width: 60%;
    margin: 10px 20%;
  }
}
@media screen and (max-width: 600px) {
  .member {
    width: 70%;
    margin: 10px 15%;
  }
}
@media screen and (max-width: 500px) {
  .member {
    width: 80%;
    margin: 10px 10%;
  }
}
@media screen and (max-width: 400px) {
  .member {
    width: 90%;
    margin: 10px 5%;
  }
}

.news, .commissions, .poles, .events {
  float: left;
  text-align: left;
}
.news p, .news a, .commissions p, .commissions a, .poles p, .poles a, .events p, .events a {
  font-size: 16px;
  text-align: left;
}
.news .news-row, .news .commissions-row, .news .poles-row, .news .events-row, .commissions .news-row, .commissions .commissions-row, .commissions .poles-row, .commissions .events-row, .poles .news-row, .poles .commissions-row, .poles .poles-row, .poles .events-row, .events .news-row, .events .commissions-row, .events .poles-row, .events .events-row {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .news .news-row, .news .commissions-row, .news .poles-row, .news .events-row, .commissions .news-row, .commissions .commissions-row, .commissions .poles-row, .commissions .events-row, .poles .news-row, .poles .commissions-row, .poles .poles-row, .poles .events-row, .events .news-row, .events .commissions-row, .events .poles-row, .events .events-row {
    display: block;
  }
}
.news .news-item, .news .commissions-item, .news .poles-item, .commissions .news-item, .commissions .commissions-item, .commissions .poles-item, .poles .news-item, .poles .commissions-item, .poles .poles-item, .events .news-item, .events .commissions-item, .events .poles-item {
  background: #fff;
  float: left;
  flex: 1;
  margin: 0 10px;
  box-shadow: 0 1px 3px #BBB;
  padding: 15px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .news .news-item, .news .commissions-item, .news .poles-item, .commissions .news-item, .commissions .commissions-item, .commissions .poles-item, .poles .news-item, .poles .commissions-item, .poles .poles-item, .events .news-item, .events .commissions-item, .events .poles-item {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .news .news-item, .news .commissions-item, .news .poles-item, .commissions .news-item, .commissions .commissions-item, .commissions .poles-item, .poles .news-item, .poles .commissions-item, .poles .poles-item, .events .news-item, .events .commissions-item, .events .poles-item {
    padding-bottom: 60px;
  }
}
.news .news-item .title, .news .commissions-item .title, .news .poles-item .title, .commissions .news-item .title, .commissions .commissions-item .title, .commissions .poles-item .title, .poles .news-item .title, .poles .commissions-item .title, .poles .poles-item .title, .events .news-item .title, .events .commissions-item .title, .events .poles-item .title {
  margin-top: 10px;
  font-size: 20px;
  color: #204561;
}
@media screen and (max-width: 1100px) {
  .news .news-item .title, .news .commissions-item .title, .news .poles-item .title, .commissions .news-item .title, .commissions .commissions-item .title, .commissions .poles-item .title, .poles .news-item .title, .poles .commissions-item .title, .poles .poles-item .title, .events .news-item .title, .events .commissions-item .title, .events .poles-item .title {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .news .news-item .title, .news .commissions-item .title, .news .poles-item .title, .commissions .news-item .title, .commissions .commissions-item .title, .commissions .poles-item .title, .poles .news-item .title, .poles .commissions-item .title, .poles .poles-item .title, .events .news-item .title, .events .commissions-item .title, .events .poles-item .title {
    width: 100%;
  }
}
.news .news-item .date, .news .commissions-item .date, .news .poles-item .date, .commissions .news-item .date, .commissions .commissions-item .date, .commissions .poles-item .date, .poles .news-item .date, .poles .commissions-item .date, .poles .poles-item .date, .events .news-item .date, .events .commissions-item .date, .events .poles-item .date {
  color: #bbb;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .news .news-item .date, .news .commissions-item .date, .news .poles-item .date, .commissions .news-item .date, .commissions .commissions-item .date, .commissions .poles-item .date, .poles .news-item .date, .poles .commissions-item .date, .poles .poles-item .date, .events .news-item .date, .events .commissions-item .date, .events .poles-item .date {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .news .news-item .date, .news .commissions-item .date, .news .poles-item .date, .commissions .news-item .date, .commissions .commissions-item .date, .commissions .poles-item .date, .poles .news-item .date, .poles .commissions-item .date, .poles .poles-item .date, .events .news-item .date, .events .commissions-item .date, .events .poles-item .date {
    width: 100%;
  }
}
.news .news-item img, .news .commissions-item img, .news .poles-item img, .commissions .news-item img, .commissions .commissions-item img, .commissions .poles-item img, .poles .news-item img, .poles .commissions-item img, .poles .poles-item img, .events .news-item img, .events .commissions-item img, .events .poles-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .news .news-item img, .news .commissions-item img, .news .poles-item img, .commissions .news-item img, .commissions .commissions-item img, .commissions .poles-item img, .poles .news-item img, .poles .commissions-item img, .poles .poles-item img, .events .news-item img, .events .commissions-item img, .events .poles-item img {
    float: left;
    padding-right: 15px;
    height: 250px;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .news .news-item img, .news .commissions-item img, .news .poles-item img, .commissions .news-item img, .commissions .commissions-item img, .commissions .poles-item img, .poles .news-item img, .poles .commissions-item img, .poles .poles-item img, .events .news-item img, .events .commissions-item img, .events .poles-item img {
    padding-right: 0;
    width: 100%;
  }
}
.news .news-item .desc, .news .commissions-item .desc, .news .poles-item .desc, .commissions .news-item .desc, .commissions .commissions-item .desc, .commissions .poles-item .desc, .poles .news-item .desc, .poles .commissions-item .desc, .poles .poles-item .desc, .events .news-item .desc, .events .commissions-item .desc, .events .poles-item .desc {
  font-size: 17px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .news .news-item .desc, .news .commissions-item .desc, .news .poles-item .desc, .commissions .news-item .desc, .commissions .commissions-item .desc, .commissions .poles-item .desc, .poles .news-item .desc, .poles .commissions-item .desc, .poles .poles-item .desc, .events .news-item .desc, .events .commissions-item .desc, .events .poles-item .desc {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .news .news-item .desc, .news .commissions-item .desc, .news .poles-item .desc, .commissions .news-item .desc, .commissions .commissions-item .desc, .commissions .poles-item .desc, .poles .news-item .desc, .poles .commissions-item .desc, .poles .poles-item .desc, .events .news-item .desc, .events .commissions-item .desc, .events .poles-item .desc {
    width: 100%;
  }
}
.news .news-item .more, .news .commissions-item .more, .news .poles-item .more, .commissions .news-item .more, .commissions .commissions-item .more, .commissions .poles-item .more, .poles .news-item .more, .poles .commissions-item .more, .poles .poles-item .more, .events .news-item .more, .events .commissions-item .more, .events .poles-item .more {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  float: right;
  color: #fff;
  background: #204561;
  padding: 15px;
}
.news .commissions-item img, .news .poles-item img, .commissions .commissions-item img, .commissions .poles-item img, .poles .commissions-item img, .poles .poles-item img, .events .commissions-item img, .events .poles-item img {
  object-fit: contain;
}

.events .events-item {
  background: #fff;
  float: left;
  flex: 1;
  margin: 0 10px;
  box-shadow: 0 1px 3px #BBB;
  padding: 15px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .events .events-item {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .events .events-item {
    padding-bottom: 60px;
  }
}
.events .events-item .title {
  margin-top: 10px;
  font-size: 20px;
  color: #204561;
}
@media screen and (max-width: 1100px) {
  .events .events-item .title {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .events .events-item .title {
    width: 100%;
  }
}
.events .events-item .info {
  color: #bbb;
  font-size: 16px;
  margin-bottom: 10px;
}
.events .events-item .date {
  color: #bbb;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .events .events-item .date {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .events .events-item .date {
    width: 100%;
  }
}
.events .events-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .events .events-item img {
    float: left;
    padding-right: 15px;
    height: 250px;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .events .events-item img {
    padding-right: 0;
    width: 100%;
  }
}
.events .events-item .desc {
  font-size: 17px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .events .events-item .desc {
    float: right;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .events .events-item .desc {
    width: 100%;
  }
}
.events .events-item .more {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  float: right;
  color: #fff;
  background: #204561;
  padding: 15px;
}

.poles {
  float: none;
}
.poles .poles-item {
  padding-bottom: 20px;
}
.poles p {
  text-align: center;
}

.pole .member {
  float: none;
  display: inline-block;
}

.more-news, .more-events {
  border: 2px solid #0099ff;
  padding: 15px 30px;
  border-radius: 5px;
}

.gallery {
  padding-top: 40px;
}
.gallery img {
  margin: 1%;
  padding: 20px;
  width: 22%;
  border: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  .gallery img {
    width: 44%;
    margin: 2%;
  }
}

.footer {
  color: #fff;
  text-align: center;
  padding: 5px;
  position: relative;
}
.footer .bg-animated {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footer .bg-animated .moving {
  z-index: -1;
  width: 200%;
  height: 200%;
  animation: translate 40s linear infinite;
  background-color: #0d1d2a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23ffffff' fill-opacity='0.19' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
.footer .center {
  position: relative;
  z-index: 1;
}
@keyframes translate {
  0% {
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.footer .content {
  padding: 70px 0 30px 0;
}
.footer h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 350;
}
@media screen and (max-width: 1000px) {
  .footer h1 {
    font-size: 60px;
  }
}
.footer p, .footer a {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .footer p, .footer a {
    font-size: 16px;
  }
}
.footer .big {
  font-size: 24px;
  padding: 20px 0;
}
@media screen and (max-width: 700px) {
  .footer .big {
    font-size: 20px;
  }
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  background: #cd0000;
}
.footer .underlined {
  border-bottom: 1px solid #fff;
}
.footer .footer-logo {
  height: 70px;
}
.footer .social {
  padding: 20px;
}
.footer .social *, .footer .social p, .footer .social a {
  font-size: 30px;
}
.footer .social a:hover {
  background: none;
}
.footer .social i {
  padding: 5px;
}
.footer .social i:hover {
  color: #cd0000;
}

.absolute {
  position: absolute;
}

.ignore-pointer-events {
  pointer-events: none;
}

.force-pointer-events, #icbd .header a {
  pointer-events: auto;
}

.news-article, .commission-page, .pole-page {
  width: 80%;
  margin: 0 10%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .news-article, .commission-page, .pole-page {
    width: 100%;
    margin: 0;
  }
}
.news-article h1, .commission-page h1, .pole-page h1 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 55px;
  color: #666;
}
@media screen and (max-width: 600px) {
  .news-article h1, .commission-page h1, .pole-page h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  .news-article h1, .commission-page h1, .pole-page h1 {
    font-size: 30px;
  }
}
.news-article h2, .news-article h3, .news-article h4, .news-article h5, .news-article h6, .commission-page h2, .commission-page h3, .commission-page h4, .commission-page h5, .commission-page h6, .pole-page h2, .pole-page h3, .pole-page h4, .pole-page h5, .pole-page h6 {
  padding: 0;
  margin: 25px 0 15px 0;
  color: #333;
  font-weight: 700;
}
.news-article h2, .commission-page h2, .pole-page h2 {
  font-size: 24px;
}
.news-article h3, .commission-page h3, .pole-page h3 {
  font-size: 22px;
}
.news-article h4, .commission-page h4, .pole-page h4 {
  font-size: 20px;
}
.news-article h5, .commission-page h5, .pole-page h5 {
  font-size: 18px;
}
.news-article h6, .commission-page h6, .pole-page h6 {
  font-size: 16px;
}
.news-article ol, .news-article ul, .commission-page ol, .commission-page ul, .pole-page ol, .pole-page ul {
  padding-left: 35px;
  font: normal 18px "Lato", Helvetica, Arial, sans-serif;
  color: #778b93;
  line-height: 1.5;
}
.news-article pre, .commission-page pre, .pole-page pre {
  padding: 10px 25px;
  margin: 15px 0;
  border-left: 5px #eee solid;
  color: #778b93;
  font-size: 14px;
  font-family: "Roboto Mono", monospace;
  overflow-y: scroll;
}
.news-article img, .commission-page img, .pole-page img {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.news-article video, .commission-page video, .pole-page video {
  object-fit: fill;
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.news-article p, .commission-page p, .pole-page p {
  margin-bottom: 20px;
}
.news-article .date, .commission-page .date, .pole-page .date {
  color: #B0B0B0;
}

#events .planning .events-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
#events .planning .event {
  width: 45%;
  padding: 30px;
  margin: 20px;
  background-color: #fff;
}
#events .planning .event h4 {
  font-weight: 600;
}
#events .planning .event h3 {
  color: #204561;
  font-size: 40px;
}
#events .planning .event a h3:hover {
  color: #0099ff;
}
#events .planning .event p, #events .planning .event h4 {
  color: #778b93;
}
#events .planning .event .front {
  border-bottom: 1px solid #ccc;
}
#events .planning .event .front h3 {
  margin-bottom: 20px;
}
#events .planning .event .details h4, #events .planning .event .details > p {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  #events .planning .event {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  #events .planning .event {
    width: 90%;
  }
}

#icbd {
  /* ==========================================================================
   * * Default settings
   * * ========================================================================== */
  /* ==========================================================================
   * * Mixins
   * * ========================================================================== */
  /* ==========================================================================
   * * Timetable
   * * ========================================================================== */
}
#icbd .timetable {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#icbd .timetable * {
  box-sizing: inherit;
}
#icbd .timetable ul {
  list-style-type: none;
  margin: 0;
}
#icbd .timetable ul, #icbd .timetable li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#icbd .timetable > aside {
  flex: none;
  max-width: 30%;
  padding: 0 !important;
  margin-top: 80px;
  border-right: 5px solid transparent;
  position: relative;
}
#icbd .timetable > aside li {
  padding: 0 15px;
  background-color: #F6F6F6;
  line-height: 80px;
}
#icbd .timetable > aside li:not(:last-of-type) {
  border-bottom: 1px solid white;
}
#icbd .timetable > aside .row-heading {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
#icbd .timetable > aside::before {
  content: "";
  display: block;
  background-color: white;
  height: 80px;
  position: relative;
  margin-top: -80px;
  top: 0;
}
#icbd .timetable aside li, #icbd .timetable time li {
  height: 80px;
}
#icbd .timetable > section {
  flex: 3 0 auto;
  width: 0;
  padding: 0 !important;
}
#icbd .timetable > section time {
  display: block;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
#icbd .timetable > section > header {
  position: relative;
  top: 0;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  background-color: white;
  transform-style: preserve-3d;
}
#icbd .timetable > section > header ul {
  display: flex;
  height: 80px;
  align-items: center;
}
#icbd .timetable > section > header li {
  flex: none;
  display: block;
  position: relative;
  width: 190px;
}
#icbd .timetable > section > header li .time-label {
  display: block;
  position: absolute;
  left: 0;
}
#icbd .timetable > section > header li:not(:first-of-type) .time-label {
  transform: translateX(-50%);
}
#icbd .timetable > section > header li:last-of-type {
  width: 0;
}
#icbd .timetable > section > header li:last-of-type .time-label {
  transform: translateX(-100%);
}
#icbd .timetable ul.room-timeline {
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#icbd .timetable ul.room-timeline li {
  position: relative;
  background-color: #F4F4F4;
  height: 80px;
}
#icbd .timetable ul.room-timeline li:nth-of-type(odd) {
  background-color: #FDFDFD;
}
#icbd .timetable ul.room-timeline li:first-of-type {
  border-top: 1px solid #E5E5E5;
}
#icbd .timetable ul.room-timeline li:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}
#icbd .timetable ul.room-timeline li:not(:last-of-type) {
  border-bottom: none;
}
#icbd .timetable ul.room-timeline li:first-child .time-entry {
  height: 78px;
}
#icbd .timetable ul.room-timeline li:after, #icbd .timetable ul.room-timeline li:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#icbd .timetable ul.room-timeline li:before {
  background-image: linear-gradient(to right, #E5E5E5 1px, transparent 1px);
  background-size: 47.5px auto;
}
#icbd .timetable ul.room-timeline li:after {
  background-image: linear-gradient(to right, #E5E5E5, #E5E5E5 1px, #F4F4F4 1px, #F4F4F4 2px, #E5E5E5 2px, #E5E5E5 3px, transparent 3px, transparent);
  background-size: 190px auto;
  background-position: -2px 0;
}
#icbd .timetable .time-entry {
  background-color: #5A5A5A;
  transition: 200ms background-color;
  height: 79px;
  display: block;
  position: absolute;
  z-index: 2;
  padding: 0 10px;
  white-space: normal;
  overflow: hidden;
  color: white;
  border: none;
  transform-style: preserve-3d;
}
#icbd .timetable .time-entry small {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#icbd .timetable .time-entry:hover {
  background-color: #414141;
}
#icbd .timetable .mock-entry {
  background-color: #ec6a5e;
  font-size: 17px;
}
#icbd .timetable .mock-entry .time {
  font-size: 12px;
}
#icbd .timetable .talk-entry {
  background-color: #1f8ecb;
  font-size: 16px;
}
#icbd .timetable .talk-entry .time {
  font-size: 11px;
}
#icbd .timetable .cvcheck-entry {
  background-color: #f19016;
  font-size: 17px;
}
#icbd .timetable .cvcheck-entry .time {
  font-size: 12px;
}
#icbd .timetable .meal-entry {
  background-color: #289a1e;
  font-size: 18px;
}
#icbd .timetable .meal-entry .time {
  font-size: 13px;
}
#icbd .timetable .meetup-entry {
  background-color: #6b6b6b;
  font-size: 13px;
}
#icbd .timetable .meetup-entry .time {
  font-size: 8px;
}
#icbd .timetable .poster-entry {
  background-color: #a133d8;
  font-size: 18px;
}
#icbd .timetable .poster-entry .time {
  font-size: 13px;
}
#icbd .timetable .mini-talk-entry {
  background-color: #310ecd;
  font-size: 15px;
}
#icbd .timetable .mini-talk-entry .time {
  font-size: 12px;
}
#icbd .timetable .time-label {
  color: #778b93;
}
#icbd .decription {
  display: flex;
  flex-direction: column;
}
#icbd .video-pres-icbd {
  margin: auto;
  padding-bottom: 5rem;
  width: 60%;
}
@media screen and (max-width: 900px) {
  #icbd .video-pres-icbd {
    width: 80%;
  }
}
#icbd .registration {
  padding: 40px 0 40px 0;
  text-align: center;
}
#icbd .registration a {
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  padding: 15px 30px;
  background-color: rgb(255, 198, 64);
}
@media screen and (max-width: 900px) {
  #icbd .registration {
    padding: 20px 0 20px 0;
  }
  #icbd .registration a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
#icbd .planning .events-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
#icbd .planning .event {
  width: 45%;
  padding: 30px;
  margin: 20px;
  background-color: #fff;
}
#icbd .planning .event h4 {
  font-weight: 600;
}
#icbd .planning .event h3 {
  color: #ff8a0e;
  font-size: 40px;
}
#icbd .planning .event p, #icbd .planning .event h4 {
  color: #778b93;
}
#icbd .planning .event .front {
  border-bottom: 1px solid #ccc;
}
#icbd .planning .event .front h3 {
  margin-bottom: 20px;
}
#icbd .planning .event .details h4, #icbd .planning .event .details > p {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  #icbd .planning .event {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  #icbd .planning .event {
    width: 90%;
  }
}
#icbd .bg-animation {
  height: 700px;
  background: #fafafa;
}
#icbd .bg-animation .absolute {
  width: 100%;
  height: 700px;
}
#icbd .bg-animation .event-logo {
  width: 500px;
  margin: 50px 0;
}
@media screen and (max-width: 1050px) {
  #icbd .bg-animation .event-logo {
    width: 50%;
    margin: 30px 25%;
  }
}
@media screen and (max-width: 950px) {
  #icbd .bg-animation .event-logo {
    width: 60%;
    margin: 30px 20%;
  }
}
@media screen and (max-width: 500px) {
  #icbd .bg-animation .event-logo {
    width: 80%;
    margin: 50px 10%;
  }
}
#icbd .bg-animation .event-info {
  text-align: center;
}
#icbd .bg-animation .event-info h1, #icbd .bg-animation .event-info h2, #icbd .bg-animation .event-info h3 {
  width: 80%;
  margin: 0 10%;
  font-weight: 350;
  background: rgba(255, 255, 255, 0.75);
}
#icbd .bg-animation .event-info h1 {
  font-size: 60px;
}
@media screen and (max-width: 1050px) {
  #icbd .bg-animation .event-info h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 700px) {
  #icbd .bg-animation .event-info h1 {
    font-size: 45px;
  }
}
#icbd .bg-animation .event-info h3 {
  color: #aaa;
}
#icbd .bg-animation .event-info span {
  color: #ff8a0e;
}
#icbd .header {
  background: rgba(255, 255, 255, 0.5);
}
#icbd .header .menu ul li a {
  color: #000;
}
#icbd .header .menu ul li.current a, #icbd .header .menu ul li a:hover {
  border-bottom: 3px solid #000;
}
#icbd .speakers .speaker {
  float: none;
  display: inline-block;
}
#icbd .speaker {
  float: left;
  width: 31.33%;
  margin: 1%;
  background: rgb(255, 198, 64);
  padding: 15px;
  height: 130px;
  position: relative;
}
#icbd .speaker img {
  float: left;
  display: block;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#icbd .speaker .desc {
  position: absolute;
  left: 130px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
}
#icbd .speaker .name {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
#icbd .speaker .role {
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 400px) {
  #icbd .speaker .role {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  #icbd .speaker {
    width: 40%;
    margin: 10px 5%;
  }
}
@media screen and (max-width: 800px) {
  #icbd .speaker {
    width: 46%;
    margin: 10px 2%;
  }
}
@media screen and (max-width: 700px) {
  #icbd .speaker {
    width: 60%;
    margin: 10px 20%;
  }
}
@media screen and (max-width: 600px) {
  #icbd .speaker {
    width: 70%;
    margin: 10px 15%;
  }
}
@media screen and (max-width: 500px) {
  #icbd .speaker {
    width: 80%;
    margin: 10px 10%;
  }
}
@media screen and (max-width: 400px) {
  #icbd .speaker {
    width: 90%;
    margin: 10px 5%;
  }
}
#icbd .footer {
  background-color: #000;
}

#about .downloads .files {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #about .downloads .files {
    flex-flow: column nowrap;
  }
}
#about .downloads .files a {
  width: 30%;
  margin: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e3ebef;
  border-radius: 5px;
  border-style: solid;
  border-color: #778b93;
  border-width: 1px;
  color: #778b93;
}
@media screen and (max-width: 900px) {
  #about .downloads .files a {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  #about .downloads .files a {
    margin: 10px auto;
    width: 100%;
  }
}
#about .downloads .files a span {
  display: block;
  width: 100%;
  margin: 5px auto;
}
#about .downloads .files a span:first-child {
  font-size: 40px;
  margin-top: 0;
}
#about .downloads .files a span:nth-child(2) {
  color: #204561;
}
#about .downloads .files a span:last-child {
  font-style: italic;
  margin-bottom: 0;
}
#about .downloads .files a:hover {
  background-color: #fff;
}