@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto:400,700");
body {
  background: #222; }

.container {
  overflow: hidden; }

body, table, th, td, input {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Asap', Arial, Helvetica, sans-serif; }

/*=========================================
HEADER & NAVBAR
=========================================*/
.title {
  background: #FFF;
  padding: 5px 0; }
  .title .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .title .conf-logo {
    max-width: 210px; }
  .title .heading {
    flex-grow: 1;
    margin-left: 40px; }
  .title .stadio-sml {
    max-width: 200px;
    margin-top: 10px;
    justify-self: flex-end; }
  .title h1, .title h3 {
    color: #474441;
    margin: 0;
    font-family: 'Asap', sans-serif;
    font-weight: bold; }
  .title h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 3px; }
  .title h3 {
    font-size: 1.2em;
    margin: 0 0 5px; }

  div.online {
    float: left;
  }

  div.online a {
    color: #FFF;
    display: block;
    padding: 5px;
  }

#members {
  text-align: right; }
  #members ul.membernav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    #members ul.membernav li {
      display: inline-block; }
      #members ul.membernav li a {
        color: #FFF;
        display: block;
        padding: 0.4rem 0.5rem; }

      #members .social {
        list-style: none;
        margin:0 0 0 1em;
        padding:0;
        float: right;
      }
      #members .social li {
        display: inline-block;
        width: 25px;
        height: 25px;
        padding-top: 4px;
      }
      #members .social li img {
        max-width: 100%;
        width: 25px;
        height: 25px;
        height: auto;
      }

header {
  background: #3b8d26;
  border-bottom: 5px solid #000; }
  header .navbar {
    padding: .5rem 0; }
    header .navbar li.nav-item a.nav-link {
      padding: 0.5rem;
      color: rgba(255, 255, 255, 0.8); }
      header .navbar li.nav-item a.nav-link:hover {
        color: white; }
    header .navbar li.nav-item:first-child a.nav-link {
      padding-left: 0; }

/*=========================================
HERO
=========================================*/
#hero {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: 4px solid #3b8d26;
  position: relative; }
  #hero .tagline {
    position: absolute;
    color: #FFF;
    z-index: 999;
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    background: rgba(0, 0, 0, 0.7); }
  #hero img {
    width: 100%;
    height: auto; }

.mission {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .mission h1 {
    font-size: 2em;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
    font-family: 'Asap', sans-serif;
    font-weight: bold;
    margin-bottom: 30px; }
  .mission a {
    background: #bf7849;
    display: inline-block;
    color: #FFF;
    padding: 12px 15px;
    transition: background-color 0.5s ease;
    margin: 0 4px; }
    .mission a:hover {
      text-decoration: none;
      background: #8c8c8c; }

.slick-track {
  min-height: 300px; }

.slick-slider {
  min-height: 300px; }

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
  min-height: 300px; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1; }

/*=========================================
CONTENT
=========================================*/
.homepage-quote {
  background: #F3F3F3;
  padding: 3rem 0;
  text-align: center;
  margin-bottom: 10px; }

#content a {
  color: #3b8d26;
  text-decoration: none; }
  #content a:hover {
    text-decoration: underline; }
.video-box {
  background: #DEDEDE;
  padding: 20px;
  margin: 0 auto 15px auto;
  width: 100%;
  max-width: 600px;
}
table {
  margin-bottom: 1.2rem; }

.intro {
  color: #FFF;
  padding: 2em 0; }
  .intro h1 {
    color: #FFF;
    display: block;
    margin-bottom: 0.4em; }
  .intro h5 {
    font-size: 1.1em; }
  .intro.page-title {
    padding: 1.2em 0 0.7em 0; }

.welcome {
  background: #FFF; }
  .welcome h1 {
    text-align: center;
    color: #3b8d26;
    display: block;
    padding: 1em 0; }
  .welcome .container {
    padding-bottom: 2rem; }

.organiser {
  background: #3b8d26;
  color: #FFF; }
  .organiser .container {
    padding: 2rem 0; }
  .organiser img {
    display: block;
    width: 100%;
    height: auto; }
  .organiser h1 span {
    display: block;
    font-size: 1rem; }

.speakers {
  background: #F6F6F6;
  color: #474441;
  padding-bottom: 2rem; }
  .speakers h1 {
    text-align: center;
    color: #3b8d26;
    display: block;
    padding: 1em 0; }
  .speakers .speaker {
    margin-bottom: 2rem; }
    .speakers .speaker img {
      width: 100%;
      height: auto; }
    .speakers .speaker .bio h3 {
      margin-bottom: 1.5rem; }
    .speakers .speaker .bio span {
      font-size: 70%;
      display: block;
      color: #666; }

.readmore {
  display: none;
  font-weight: bold;
  margin-top: 0.5rem; }
  .readmore.collapsed {
    display: block; }

table.registration-options {
  width: 100%; }

table.registration-options td {
  border-bottom: 1px dashed #F5E8CB;
  padding: 4px 3px 3px; }

table.registration-options td td {
  border: 0px; }

.RPrice {
  text-align: right;
  font-weight: bold; }

.pricing {
  width: 100%;
  border-collapse: collapse; }
  .pricing .price {
    text-align: right; }
  .pricing .price-head {
    text-align: right; }

.general {
  background: #FFF;
  color: #474441;
  padding-bottom: 2rem; }
  .general h1 {
    text-align: center;
    color: #3b8d26;
    display: block;
    padding: 0.5em 0;
    font-size: 2rem; }
  .general h2 {
    margin-bottom: 1em;
    display: block;
    background: #EEE;
    text-align: center;
    padding: 5px;
    font-size: 1.5rem; }
  .general h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #3b8d26; }

.login-tools ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.login-form label {
  font-weight: bold; }

.schedule .day {
  padding: 15px;
  text-align: center;
  background: #262626;
  color: #FFF; }

.schedule h1 {
  text-align: center;
  color: #FFF;
  display: block;
  padding: 1em 0; }

.schedule h3 {
  color: #FFF;
  font-size: 1.5em; }
  .schedule h3 span {
    display: block;
    font-size: 70%;
    margin: 3px 0; }

.schedule .cta {
  padding: 1em 0 3em;
  text-align: center; }
  .schedule .cta a {
    display: inline-block;
    color: #FFF; }

.sketches {
  background: #FFF;
  padding-bottom: 2rem;
  margin-bottom: 10px; }

.stadio {
  background: #54575b;
  text-align: center;
  padding: 2.5rem 0;
}

.stadio h3 {
  color: #FFF;
  margin: 0 0 1rem ;
  font-size: 1.5rem;
}

.stadio img {
  max-width: 550px;
}

.sponsors {
  background: #FFF;
  color: #474441;
  text-align: center;
  overflow: hidden; }
  .sponsors h1 {
    text-align: center;
    color: #3b8d26;
    display: block;
    padding: 1em 0 0; }
  .sponsors hr {
    display: none; }
  .sponsors .sponsor {
    max-width: 250px;
    display: flex;
    align-items: center;
    margin: 0 2rem; }
  .sponsors .logos {
    padding-bottom: 2em; }
    .sponsors .logos img {
      display: inline-block;
      width: 100%;
      height: auto;
      margin: 1em 0;
      transition: all 0.5s ease;
      cursor: pointer; }
  .sponsors .featured {
    background: #DDD; }
    .sponsors .featured div {
      display: inline-block; }
    .sponsors .featured img {
      max-width: 100%;
      height: auto; }
    .sponsors .featured .logo {
      max-width: 400px;
      flex: 0 0 25%;
      height: auto; }
    .sponsors .featured .slogan {
      padding: 0 40px 0 10px;
      font-family: 'Asap', Arial, Helvetica, sans-serif;
      font-size: 1.1rem; }
    .sponsors .featured .featured-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center; }

.btn-collapse {
  position: relative;
  margin-bottom: 0.5rem; }
  .btn-collapse a {
    color: #333 !important;
    font-weight: bold;
    background: #DDD;
    display: block;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0.5rem 0.8rem 0.5rem 2.3rem; }
    .btn-collapse a:hover {
      text-decoration: none !important; }
    .btn-collapse a:before {
      content: '';
      display: block;
      background: url("../images/chevron-up.svg") 5px 5px no-repeat;
      background-size: 100% 100%;
      width: 25px;
      height: 25px;
      position: absolute;
      top: 4px;
      left: 3px; }
    .btn-collapse a.collapsed:before {
      content: '';
      display: block;
      background: url("../images/chevron-down.svg") 5px 5px no-repeat;
      background-size: 100% 100%;
      width: 25px;
      height: 25px;
      position: absolute;
      top: 4px;
      left: 3px; }

.notifications {
  background: #FFF;
  font-size: 1.5rem;
  font-weight: bold; }
  .notifications span {
    display: block;
    padding: 0.8rem 0;
    text-align: center; }
    .notifications span.error {
      color: #D00; }
    .notifications span.success {
      color: #15b100; }

.table ul {
  margin-bottom: 0; }

.table tr.spacer td {
  border-width: 0px;
  font-size: 1px;
  line-height: 1px;
  height: 1px; }

.table label,
label {
  margin-bottom: 0px; }

.conditions {
  color: #666;
  font-size: 0.9rem; }

.btn-primary {
  background: #3b8d26;
  color: #FFF !important;
  text-decoration: none;
  border-color: #3b8d26; }
  .btn-primary:hover {
    text-decoration: none !important;
    background: #666; }
  .btn-primary:active {
    background-color: #333;
    border-color: #333; }

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #333;
  border-color: #333; }

/*=========================================
FOOTER
=========================================*/
footer {
  color: #FFF;
  padding: 3em 0 2em 0;
  background: #333; }
  footer h3 {
    display: block;
    padding: 0 0 4px;
    border-bottom: 2px solid #444;
    font-size: 1.5em; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li {
      border-bottom: 1px solid #444; }
      footer ul li a {
        display: block;
        padding: 4px 0;
        color: #CCC; }
        footer ul li a:hover {
          color: #FFF;
          text-decoration: none; }

.copyright {
  color: #FFF;
  padding:10px 0;
  text-align: center;
}

.speaker-thumbs img {
  margin-bottom: 1rem; }

.covid {
  padding: 10px;
  background-color: #EEE;
  margin-bottom: 1rem;
}

.programme {
  text-align: center;
  padding: 15px;
  background-color: #EEE;
  margin-bottom: 15px;
}

.price-col {
  text-align: right;
}

/* Responsive */
@media (max-width: 1199.98px) {
  header .navbar li.nav-item a.nav-link {
    padding: 0.5rem; }
  .title h1 {
    font-size: 1.4rem; }
  .title h3 {
    font-size: 1rem; }
  .title .conf-logo {
    max-width: 200px; }
  .title .asapa-logo {
    max-width: 220px; } }

@media (max-width: 991.98px) {
  .title .container {
    flex-direction: column;
    align-items: center; }
    .title .container .heading {
      margin: 0;
      text-align: center; }
  .slick-slider,
  .slick-track {
    min-height: auto !important; }
  .sponsors .logos {
    flex-wrap: wrap; }
    .sponsors .logos .sponsor {
      max-width: 150px !important; }
    .sponsors .logos hr {
      display: flex;
      flex-basis: 100%;
      height: 0;
      margin: 0;
      border: 0;
      width: 100%; }
    #hero .tagline {
      font-size: 2rem;
    }

}

@media (max-width: 800px) {
  .sponsors .featured .featured-container {
    display: block; }
  .sponsors .featured div {
    text-align: center; }
  .sponsors .featured .slogan {
    padding-bottom: 2rem; }

  .sponsors .logos img, .img-fluid {
    width: 100% !important;
  }
}


@media (max-width: 600px) {
    #hero .tagline {
      font-size: 1.5rem;
    }
  .intro h1 {
    font-size: 1.5rem;
    margin:0;
  }
}

@media (max-width: 400px) {
    #hero .tagline {
      font-size: 1rem;
      bottom: 1rem;
    }
  .intro h1 {
    font-size: 1.5rem;
    margin:0;
  }
}