@font-face {
  font-family: "Myriad";
  src: url("../font/Myriad-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Myriad";
  src: url("../font/Myriad-400-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Myriad-SE";
  src: url("../font/Myriad-SE-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
#content {
  padding-left: 0;
  padding-right: 0;
}
#content section {
  font-size: 0;
}
#content section h3 {
  line-height: 1.2em;
  font-size: 22pt;
  font-weight: 300;
  text-align: center;
}
#content section li {
  position: relative;
  display: inline-flex;
  width: calc(50% - 130pt);
  height: 100pt;
  margin: 10pt;
  padding-left: 105pt;
  padding-right: 5pt;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 600px) {
  #content section li {
    width: calc(100% - 130pt);
  }
}
#content section li img {
  position: absolute;
  left: 0;
  height: 100pt;
  width: 100pt;
  border-radius: 50%;
  background-color: white;
}
#content section li .info .name {
  font-size: 15pt;
  font-family: Myriad-SE, Myriad, sans-serif;
  font-weight: 300;
  line-height: 20pt;
}
#content section li .info .func {
  font-size: 12pt;
  font-style: italic;
  font-weight: 400;
}
#content section li .info .org {
  font-size: 12pt;
}
#content section li .info .btns {
  position: relative;
  height: 16pt;
}
#content section li .info .btns .btn {
  position: relative;
  display: inline-block;
  height: 16pt;
  width: 16pt;
  margin-top: 3pt;
}
#content section li .info .btns .btn:not(:last-child) {
  margin-right: 5pt;
}
#content section li .info .btns .btn.linkedin {
  background: url("../img/linkedin.png") no-repeat;
  background-size: contain;
  background-position: center;
}
#content section li .info .btns .btn.mail {
  background: url("../img/mail.png") no-repeat;
  background-size: contain;
  background-position: center;
}

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