@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%; }

* {
  font-family: "Lato", Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-heavy {
  font-weight: 700; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 60em) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }
html,
body {
  font-family: 'Lato', sans-serif;
}
p {
  font-weight: 400 !important;
}
@media (max-width: 580px) {
  .body {
    font-size: 2em;
  }
}
a {
  cursor: pointer;
}
.covid {
  padding: 0px 10px 20px 10px;
  border: 2px dashed #000;
  background: #f099af;
}
.covid h2 {
  text-align: center;
}
.menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 31337;
  background-color: #333333;
  height: 70px;
}
.menu-bar .item {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
}
.menu-bar .item a {
  color: #fff;
  font-family: "Lato", Helvetica, sans-serif;
  text-decoration: none;
}
@media (min-width: 1160px) {
  .menu-bar .items {
    margin-left: calc(50% - 580px);
  }
}
@media (min-width: 580px) {
  .menu-bar {
    display: flex;
  }
  .menu-bar .hamburger {
    display: none;
  }
  .menu-bar .name {
    display: none;
  }
  .menu-bar .items {
    display: flex;
    flex-direction: row;
    height: 70px;
    width: 1160px;
  }
  .menu-bar .items .item {
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }
}
@media (max-width: 580px) {
  .menu-bar {
    padding-top: 12px;
    justify-content: space-between;
    height: calc(167px);
    overflow: hidden;
  }
  @keyframes open {
    from {
      height: 47px;
    }
    to {
      height: calc(167px);
    }
  }
  @keyframes close {
    from {
      height: calc(167px);
    }
    to {
      height: 47px;
    }
  }
  .menu-bar.opened {
    animation-duration: .5s;
    animation-name: open;
  }
  .menu-bar.closed {
    height: 47px;
    animation-duration: .25s;
  }
  .menu-bar .hamburger {
    margin: 5px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: left;
  }
  .menu-bar .name {
    color: #fff;
    width: calc(100% - 55px);
    font-size: 16px;
    margin-top: 7px;
    font-weight: 700;
    letter-spacing: 1.5px;
    float: right;
    text-align: right;
    padding-right: 10px;
  }
  .menu-bar .items {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .menu-bar .items .item {
    width: 100%;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .menu-bar.closed .items {
    display: none;
  }
  .menu-bar .item {
    width: 50%;
  }
}
.header {
  background-color: #fff;
}
.header .container {
  padding-top: 25px;
  margin-top: 70px;
  max-width: 1160px;
  color: #000;
}
.header .container .address {
  font-family: 'Share Tech Mono', monospace;
  text-align: right;
  font-size: 2em;
  padding-right: 5px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #656666;
}
.header .container h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.3rem;
}
.header .container h3 {
  text-align: center;
}
.header .container h3.promo {
  font-size: 1.5em;
}
.header .container img {
  width: 336px;
  margin-left: calc(50% - 168px);
}
@media (max-width: 580px) {
  .header .container img {
    width: 80%;
    margin-left: 10%;
  }
}
.header .container .item {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  transition: background-color 1s ease;
}
@media (min-width: 580px) {
  .header .container .item:hover {
    transition: background-color 1s ease;
    background-color: #656666;
  }
}
.header .container a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 580px) {
  .header .container {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding-top: calc(84px);
  }
}
h4.external-btn,
h2.external-btn {
  text-align: center;
}
h4.external-btn a,
h2.external-btn a {
  border: 1px solid #333333;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-family: 'Share Tech Mono', monospace;
}
.title {
  font-family: 'Share Tech Mono', monospace;
  color: #656666;
  margin-top: 35px;
}
.title * {
  font-family: inherit;
}
.title .first {
  color: #ec003a;
}
.title .second {
  color: #f37721;
}
.title.left {
  text-align: left;
}
.title.right {
  text-align: right;
}
.title.center {
  text-align: center;
}
.about-us .container {
  min-height: 80vh;
  padding: 5px;
  font-size: 1.2em;
  margin-bottom: 25px;
}
.about-us .container .last-year {
  font-weight: 800;
  margin-left: 2px;
}
.center {
  text-align: center;
}
.speakers {
  padding-bottom: 20px;
  background-color: #cad4e8;
}
.speakers h3 {
  text-align: center;
  margin-bottom: 2px;
}
.organizers {
  padding-bottom: 20px;
  background-color: #f2fcd4;
}
.organizers h2.title {
  color: #333;
}
.organizers h3 {
  text-align: center;
  margin-bottom: 2px;
}
.organizers .bio {
  padding: 0 15%;
}
.speakers .container,
.topics .container,
.organizers .container {
  padding-top: 21px;
}
.speakers .container .wide,
.topics .container .wide,
.organizers .container .wide {
  width: 100%;
  text-align: center;
}
.speakers .container .column,
.topics .container .column,
.organizers .container .column {
  margin-top: 18px;
  margin-bottom: 25px;
}
.speakers .container .column img,
.topics .container .column img,
.organizers .container .column img {
  width: 60%;
  margin-left: 20%;
}
.speakers .container .column .name,
.topics .container .column .name,
.organizers .container .column .name {
  margin-top: 15px;
}
.speakers .container .column .name *,
.topics .container .column .name *,
.organizers .container .column .name * {
  font-family: inherit;
}
.speakers .container .column .name .first,
.topics .container .column .name .first,
.organizers .container .column .name .first {
  color: #ec003a;
}
.speakers .container .column .name .second,
.topics .container .column .name .second,
.organizers .container .column .name .second {
  color: #f37721;
}
.speakers .container .column .bio,
.topics .container .column .bio,
.organizers .container .column .bio {
  font-size: 1em;
  text-align: center;
  text-justify: inter-character;
}
.topics {
  background-color: #1E2652;
  padding-bottom: 20px;
}
.topics * {
  color: #fff;
}
.topics h1 {
  text-align: center;
  color: #fff;
  font-family: 'Share Tech Mono', monospace;
  margin-bottom: 0;
}
@media (min-width: 580px) {
  .topics h4 {
    min-height: 54px;
  }
}
.topics .timer {
  text-align: center;
  width: 100%;
}
.topics .timer * {
  font-family: 'Share Tech Mono', monospace;
}
#schedule {
  background-color: #fff;
  min-height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
}
#schedule h1,
#schedule h2,
#schedule h4 {
  text-align: center;
  color: #4C4D4D;
  font-family: 'Share Tech Mono', monospace;
}
#schedule .day-name {
  text-align: center;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
#schedule .day-name.spacer {
  border-top: 2px solid #333333;
  padding-top: 15px;
}
#schedule .schedule-footer {
  color: #4C4D4D;
  font-weight: 400;
}
#schedule .day .slot {
  float: left;
  width: 100%;
  padding: 15px 5px;
  font-size: 1.2em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.13);
}
#schedule .day .slot.noborder {
  border-bottom: 0 none #000;
}
#schedule .day .slot time {
  float: left;
  width: 20%;
  opacity: 0.6;
}
#schedule .day .slot .part {
  opacity: 0.6;
  font-size: 0.8em;
  clear: left;
  float: left;
}
#schedule .day .slot .talk,
#schedule .day .slot .org {
  color: #4C4D4D;
  width: 80%;
  float: left;
}
#schedule .day .slot .talk .name,
#schedule .day .slot .org .name {
  width: 100%;
  font-weight: 800;
  color: #ec003a;
}
#schedule .day .slot .talk.narrow,
#schedule .day .slot .org.narrow {
  width: 50%;
  min-height: 1px;
}
#schedule .day .slot .location-right {
  float: right;
  width: 30%;
}
#schedule .day .slot .talk {
  min-height: 170px;
}
@media (max-width: 580px) {
  #schedule .day .slot .talk {
    min-height: 1px;
  }
}
#schedule .day .slot .org {
  opacity: 0.8;
}
.partners {
  background-color: #805b76;
}
.partners h2 {
  text-align: center;
  color: #000;
  font-family: 'Share Tech Mono', monospace;
}
.partners .container {
  padding-top: 20px;
}
.partners .container .column {
  margin-top: 18px;
  margin-bottom: 25px;
}
.partners .container .column img {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 580px) {
  .partners .container .column img {
    margin-top: 0;
  }
}
.partners .container .column img.square {
  width: 60%;
  margin-left: 20%;
  margin-top: 0;
}
.sign-up {
  background-color: #a4abfb;
  min-height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 580px) {
  .sign-up {
    min-height: 900px;
  }
}
.sign-up .email {
  color: #656666;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 580px) {
  .sign-up .email {
    display: none;
  }
}
.sign-up .eb-container {
  height: 620px;
}
@media (max-width: 580px) {
  .sign-up .eb-container {
    height: 830px;
  }
}
@media (max-width: 580px) {
  .sign-up iframe {
    height: 830px;
  }
}
#coc {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
#talks {
  margin-bottom: 30px;
}
#talks h1 {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
#talks .timer {
  text-align: center;
  width: 100%;
}
#talks .timer * {
  font-family: 'Share Tech Mono', monospace;
}
#talks #talk-titles .talk {
  overflow: hidden;
  margin-bottom: 30px;
}
#talks #talk-titles .talk .header {
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
#talks #talk-titles .talk .header h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#talks #talk-titles .talk .header .duration {
  width: 80px;
  font-family: 'Share Tech Mono', monospace;
  color: #656666;
  font-size: 18px;
  line-height: 27px;
  margin-top: 6px;
}
#talks #talk-titles .talk .header .author {
  margin-right: 10px;
}
#talks #talk-titles .talk .header .title {
  margin-top: 5px;
}
#talks #talk-titles .talk .header .level {
  margin-top: 0px;
  width: 100px;
}
#talks #talk-titles .talk .details {
  max-height: 1100px;
  transition: max-height 0.5s ease-out;
  transition: padding-bottom 0.005s ease-out;
  padding-bottom: 10px;
  font-weight: 400;
  overflow: hidden;
  margin-left: 100px;
}
@media (max-width: 580px) {
  #talks #talk-titles .talk .details {
    margin-left: 0;
  }
}
#talks #talk-titles .talk .details.closed {
  max-height: 0;
  padding-bottom: 0;
}
#talks #talk-titles .talk .details h4 {
  margin: 5px 0;
}
#talks #talk-titles .talk .details .abstract {
  margin-bottom: 5px;
}
#talks #talk-titles .talk .details p {
  font-size: 16px;
  line-height: 24px;
}
#talks #talk-titles .talk .details code {
  font-family: 'Share Tech Mono', monospace;
  font-size: 15px;
}
#talks #talk-titles .talk .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
#talks #talk-titles .talk .badge-success {
  color: #fff;
  background-color: #28a745;
}
#talks #talk-titles .talk .badge-intermediate {
  color: #fff;
  background-color: #f37721;
}
#talks #talk-titles .talk .badge-advanced {
  color: #fff;
  background-color: #ec003a;
}
