/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* 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; }

h1, h2 {
  font-family: "industry-inc-base",sans-serif;
  line-height: 1em;
  margin-bottom: 1.1em;
  color: white; }
  h1, h2 {
    font-size: 30px; }
    @media screen and (min-width: 400px) {
      h1, h2 {
        font-size: calc(30px + 40 * ((100vw - 400px) / 1000)); } }
    @media screen and (min-width: 1400px) {
      h1, h2 {
        font-size: 70px; } }

p {
  font-family: "effra",sans-serif;
  line-height: 1.6em;
  margin-bottom: 2em; }
  p {
    font-size: 16px; }
    @media screen and (min-width: 400px) {
      p {
        font-size: calc(16px + 4 * ((100vw - 400px) / 1000)); } }
    @media screen and (min-width: 1400px) {
      p {
        font-size: 20px; } }
  p a {
    text-decoration: none;
    color: white; }
    p a:hover {
      text-decoration: underline; }

.detail {
  font-family: "industry-inc-base",sans-serif;
  line-height: 1em;
  margin: 0 0 0.2em; }
  .detail {
    font-size: 18px; }
    @media screen and (min-width: 400px) {
      .detail {
        font-size: calc(18px + 6 * ((100vw - 400px) / 1000)); } }
    @media screen and (min-width: 1400px) {
      .detail {
        font-size: 24px; } }

.register_link {
  display: inline-block;
  font-family: "industry-inc-base",sans-serif;
  line-height: 1em;
  color: #e9444d;
  padding: 1em 2em 0.8em;
  margin-bottom: 1em;
  background: white;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black, 6px 6px 0 black, 7px 7px 0 black, 8px 8px 0 black, 9px 9px 0 black, 10px 10px 0 black;
          box-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black, 6px 6px 0 black, 7px 7px 0 black, 8px 8px 0 black, 9px 9px 0 black, 10px 10px 0 black; }
  .register_link {
    font-size: 18px; }
    @media screen and (min-width: 400px) {
      .register_link {
        font-size: calc(18px + 6 * ((100vw - 400px) / 1000)); } }
    @media screen and (min-width: 1400px) {
      .register_link {
        font-size: 24px; } }
  .register_link:hover {
    color: #43b27e; }

.speakers_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 70em;
  overflow: hidden; }

.speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  max-width: 50%; }
  @media screen and (min-width: 40em) {
    .speaker {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33%;
              flex: 1 0 33%;
      max-width: 33.333333%; } }
  @media screen and (min-width: 55em) {
    .speaker {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 25%;
              flex: 1 0 25%;
      max-width: 25%; } }
  .speaker-basic-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 .25em;
    margin-bottom: 1em;
    height: 180px;
    cursor: pointer; }
    .speaker-basic-info__photo {
      width: 120px;
      height: 120px;
      background: white;
      border: 3px solid #e9444d;
      border-radius: 50%; }
    .speaker-basic-info__name {
      width: 100%;
      margin: 0 0 0.2em;
      font-family: "industry-inc-base",sans-serif;
      line-height: 1em;
      color: white;
      text-transform: none;
      text-align: center; }
      .speaker-basic-info__name {
        font-size: 18px; }
        @media screen and (min-width: 400px) {
          .speaker-basic-info__name {
            font-size: calc(18px + 6 * ((100vw - 400px) / 1000)); } }
        @media screen and (min-width: 1400px) {
          .speaker-basic-info__name {
            font-size: 24px; } }
  .speaker-bio {
    display: none;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 200%;
    max-height: 0;
    padding: 1em;
    margin-bottom: 1em;
    position: relative;
    background: white; }
    .speaker-bio:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: -10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid white; }
    .speaker-bio p {
      max-width: 100%; }
    @media screen and (min-width: 40em) {
      .speaker-bio {
        width: 300%;
        padding: 2em; } }
    @media screen and (min-width: 55em) {
      .speaker-bio {
        width: 400%; } }
  .speaker.open .speaker-bio {
    display: block;
    max-height: 999em; }
  .speaker:nth-of-type(2n+1) .speaker-bio {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .speaker:nth-of-type(2n+1) .speaker-bio:before {
      left: 23%; }
  .speaker:nth-of-type(2n+2) .speaker-bio {
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .speaker:nth-of-type(2n+2) .speaker-bio:before {
      left: 73%; }
  @media screen and (min-width: 40em) {
    .speaker:nth-of-type(3n+1) .speaker-bio {
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .speaker:nth-of-type(3n+1) .speaker-bio:before {
        left: 15%; }
    .speaker:nth-of-type(3n+2) .speaker-bio {
      -ms-flex-item-align: center;
          align-self: center; }
      .speaker:nth-of-type(3n+2) .speaker-bio:before {
        left: 48%; }
    .speaker:nth-of-type(3n+3) .speaker-bio {
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .speaker:nth-of-type(3n+3) .speaker-bio:before {
        left: 81.5%; } }
  @media screen and (min-width: 55em) {
    .speaker:nth-of-type(4n+1) .speaker-bio {
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .speaker:nth-of-type(4n+1) .speaker-bio:before {
        left: 11%; }
    .speaker:nth-of-type(4n+2) .speaker-bio {
      -ms-flex-item-align: start;
          align-self: flex-start;
      left: -100%; }
      .speaker:nth-of-type(4n+2) .speaker-bio:before {
        left: 36%; }
    .speaker:nth-of-type(4n+3) .speaker-bio {
      -ms-flex-item-align: end;
          align-self: flex-end;
      right: -100%; }
      .speaker:nth-of-type(4n+3) .speaker-bio:before {
        left: 61%; }
    .speaker:nth-of-type(4n+4) .speaker-bio {
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .speaker:nth-of-type(4n+4) .speaker-bio:before {
        left: 86%; } }
  section.details .speaker p {
    max-width: 100%;
    color: #000; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.page_background {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #08b1db;
  background-image: url("./images/fus_background.svg");
  background-repeat: no-repeat;
  background-position: 120% -10%;
  background-size: 60%;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-name: background;
          animation-name: background;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes background {
  0% {
    background-color: #08b1db; }
  15% {
    background-color: #6d4c99; }
  30% {
    background-color: #ea5a75; }
  45% {
    background-color: #e9444d; }
  60% {
    background-color: #f39017; }
  75% {
    background-color: #ead32e; }
  85% {
    background-color: #43b27e; } }

@keyframes background {
  0% {
    background-color: #08b1db; }
  15% {
    background-color: #6d4c99; }
  30% {
    background-color: #ea5a75; }
  45% {
    background-color: #e9444d; }
  60% {
    background-color: #f39017; }
  75% {
    background-color: #ead32e; }
  85% {
    background-color: #43b27e; } }

.wrapper {
  max-width: 45em;
  margin: 0 auto; }

.wrapper_wide {
  max-width: 70em;
  margin: 0 auto; }

.logo {
  width: 300px;
  height: 168px;
  background-image: url("./images/fus_logo.svg");
  background-repeat: no-repeat; }

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

section {
  padding: 3em 5% 2em; }
  section.header {
    padding-bottom: 0; }
    section.header .detail {
      margin-left: 30px; }
    section.header .logo {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    section.header .register_link {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 1em; }
      @media (min-width: 450px) {
        section.header .register_link {
          margin-left: 2em; } }
    section.header .header_details {
      margin-top: 20px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
  section.details {
    background: #141413; }
    section.details h2 {
      color: #e9444d; }
    section.details .detail {
      color: #e9444d; }
      section.details .detail span {
        color: white; }
    section.details .register_link {
      margin-top: 2em;
      -webkit-box-shadow: 1px 1px 0 #e9444d, 2px 2px 0 #e9444d, 3px 3px 0 #e9444d, 4px 4px 0 #e9444d, 5px 5px 0 #e9444d, 6px 6px 0 #e9444d, 7px 7px 0 #e9444d, 8px 8px 0 #e9444d, 9px 9px 0 #e9444d, 10px 10px 0 #e9444d;
              box-shadow: 1px 1px 0 #e9444d, 2px 2px 0 #e9444d, 3px 3px 0 #e9444d, 4px 4px 0 #e9444d, 5px 5px 0 #e9444d, 6px 6px 0 #e9444d, 7px 7px 0 #e9444d, 8px 8px 0 #e9444d, 9px 9px 0 #e9444d, 10px 10px 0 #e9444d; }
    section.details p {
      color: #e9444d;
      max-width: 40ch; }

.footer_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.footer_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  height: 150px;
  -ms-flex: 0 1 180px;
      flex: 0 1 180px;
  margin-right: 2em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }
  .footer_logo.thf {
    background-image: url("./images/THF-logo_horizontal_white.png"); }
  .footer_logo.fus {
    background-image: url("./images/fus_logo.svg"); }
  .footer_logo.sponsor {
    background-image: url("./images/sponsor_logo.svg"); }
  .footer_logo.sse {
    background-image: url("./images/sse_logo.svg"); }
  .footer_logo.toc {
    background-image: url("./images/toc_logo.svg"); }
  .footer_logo.nlc {
    background-image: url("./images/nlc_logo.svg"); }
  .footer_logo.source {
    background-image: url("./images/source_logo.svg"); }
  .footer_logo.primate {
    background-image: url("./images/primate_logo.svg"); }

.footer_logos__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3em; }
  .footer_logos__small .footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15%;
            flex: 0 1 15%;
    height: 105px; }
    .footer_logos__small .footer_logo.primate {
      height: 141px; }

@media (min-width: 800px) {
  section {
    padding: 6em 5% 4em; }
  .footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%; } }
