
/*
vinho (títulos) = b21917
laranja rosado (links) = f0835e
azul (faixa registration) = 252d4f
cinza = 575756
*/
/*
  cores tabela
  cor 1: 849fa5
  cor 2: 872327
  cor 3: ba1410
  cor 4: f0825d
  cor 5: e27a00
  cor 6: e3bf23
*/
html,
body {
  font: 16px/1.5em 'Open Sans', 'OpenSans', sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
}
html {
  background: #eee;
  overflow-x: hidden;
  overflow-y: scroll;
}
.notification {
  text-align: left;
  color: #fff;
  background: #252d4f;
  padding: 1em;
}
.notification p {
  max-width: 70em;
  margin: 0 auto !important;
}
.notification a.button {
  margin: -0.5em 0;
}
.notification a:link,
.notification a:visited {
  color: #fff !important;
}
.notification a:link a:link,
.notification a:visited a:link,
.notification a:link a:visited,
.notification a:visited a:visited {
  color: #ffc080 !important;
}
.notification a:hover,
.notification a:active {
  color: #ff8000 !important;
}
.logo {
  color: #fff;
  background: url(/_/e/conf2020/conf2020-virtual-mobile.jpg) 0% 100% #252d4f no-repeat;
  background-size: cover;
  text-align: center;
}
.logo ~ div > .first-org .first-logo {
  display: none !important;
}
.logo img {
  position: relative;
  z-index: 1;
  max-height: 8em;
  margin: 0;
}
.logo img[alt="FIRST.Org"] {
  max-width: 10em;
  margin: 0 0 -2em 0;
}
.logo .mobile img {
  margin-top: 2em;
  max-height: 16em;
  max-width: 24em;
}
.logo .desktop {
  width: 65%;
  margin: 0 auto;
}
.logo .desktop img {
  margin-top: -2em;
  max-height: 7em;
}
.logo > p:first-child {
  width: 21em;
  margin: 0 auto !important;
  padding: 1em 0 0 0 !important;
}
.logo.internal {
  background-image: url(/_/e/conf2020/conf2020-virtual-mobile-internal.jpg);
}
.logo.internal img {
  display: inline-block !important;
  vertical-align: bottom;
}
.logo ~ blockquote {
  border-radius: 1em;
  padding: 1em;
  margin: 0;
  background: #252d4f;
  display: inline-block;
  width: auto;
  color: #fff;
}
.logo ~ blockquote h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.logo ~ blockquote a:link,
.logo ~ blockquote a:visited {
  color: #ffeedd;
}
.logo h1 {
  color: #fff;
  z-index: 1;
  position: relative;
  margin: 0;
  font-size: 3em;
  padding: 0.5em !important;
  text-shadow: 0.05em 0.05em 1em #000;
}
.logo p.button {
  position: relative;
  display: block;
  z-index: 15;
}
.logo p.button a {
  box-shadow: 0.05em 0.05em 1em #000;
}
.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  .logo {
    background-image: url(/_/e/conf2020/conf2020-virtual.jpg);
    position: relative;
  }
  .logo.internal {
    background-image: url(/_/e/conf2020/conf2020-virtual-internal.jpg) !important;
  }
  .logo.internal .desktop {
    display: inline-block !important;
    vertical-align: bottom;
  }
  .logo.internal .desktop img {
    height: 6em;
    margin-top: 0  !important;
  }
  .logo.internal > p {
    text-align: left;
    height: 0;
    padding: 0;
  }
  .logo h1 {
    position: absolute;
    top: 1em;
    left: 50%;
  }
  .logo img {
    margin-bottom: 0 !important;
  }
  .logo > p:first-child {
    width: inherit;
    text-align: left;
  }
  .logo > p:first-child img {
    display: block;
    position: relative;
    height: 6em;
  }
  .logo > p:first-child img[alt="FIRST.Org"] {
    margin-left: 1em;
    width: 10em;
    height: auto;
  }
  .logo:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .web body {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1350px) {
  .logo {
    font-size: 1.25em;
  }
  .logo p {
    max-width: 57.6em;
    margin: 0 auto !important;
  }
}
ul.pc-list li {
  height: 14.5em;
}
ul.pc-list .chair h4,
ul.pc-list .vice-chair h4,
ul.pc-list .board-liaison h4 {
  background: #b21818;
}
ul.pc-list .chair .role,
ul.pc-list .vice-chair .role,
ul.pc-list .board-liaison .role {
  color: #b21818;
}
ul.pc-list img.picture {
  border-color: #252d4f;
}
ul.pc-list a.expand::after {
  background: #b21818;
}
ul.pc-list a.expand:hover::after {
  background: #ab1b18;
}
/*
html.venue {
  background: 
    url(/_/e/conf2020/img-venue.jpg) 100% 90px no-repeat;
  background-size: 100% auto;
}

html.sponsorship, html.sponsorship-levels {
  background: 
    linear-gradient(
      rgba(238, 197, 54, 0.85) 0%, 
      rgba(248, 245, 186, 0.45) 100vh,
      rgba(252, 248, 231, 1) 120vh
    ),
    url(/_/e/conf2020/img-registration.jpg) no-repeat;
}

html.news {
  background: 
    linear-gradient(
      rgba(238, 197, 54, 0.85) 0%, 
      rgba(248, 245, 186, 0.45) 100vh,
      rgba(252, 248, 231, 1) 120vh
    ),
    url(/_/e/conf2020/img-news.jpg) no-repeat;
}
*/
.top-banner {
  height: 20em;
  position: relative;
  display: block;
  background-color: #b21818;
  background-position: 50% 40%;
  background-size: cover;
}
.top-banner > p > img {
  position: relative;
  display: block;
  z-index: 1;
  float: right;
  margin-right: 5%;
  margin-top: 10em;
  height: 20em;
}
hr {
  max-width: 100em;
  margin: 0 auto;
  border: none;
  height: 1px;
  background: #ccc;
  display: block;
  clear: both;
  margin: 0 auto 1em auto;
}
body {
  background: transparent;
}
p,
.p,
blockquote {
  max-width: 70em;
}
blockquote {
  background: #d0d6da;
  margin: 0;
  padding: 1em;
}
blockquote h3 {
  color: #c17779;
}
blockquote p:last-child {
  padding-bottom: 0;
}
#openmap {
  height: 60vh;
  margin: 0 2em 0 0;
}
#openmap .leaflet-marker-icon {
  border-radius: 25px;
}
.index #openmap {
  height: 80vh;
}
.side-pictures > p > img {
  max-width: 100em;
  margin: 0 auto;
  max-height: 50vh;
  border-bottom: 0.5em solid #252d4f;
}
@media only screen and (min-width: 768px) {
  .side-pictures > p > img {
    display: block;
    float: right;
    width: 50%;
    margin: 0 0 0 1em;
  }
}
@font-face {
  font-family: 'Prompt';
  src: url('/_/font/prompt/Prompt-Light.otf');
  src: local('Prompt'), url('/_/font/prompt/Prompt-Light.otf') format('truetype'), url('/_/font/prompt/Prompt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Prompt';
  src: url('/_/font/prompt/Prompt-ExtraBold.otf');
  src: local('Prompt'), url('/_/font/prompt/Prompt-ExtraBold.otf') format('truetype'), url('/_/font/prompt/Prompt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.flag:before,
[class^="flag-"]:before,
[class*=" flag-"]:before {
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 25px;
  padding: 0;
  vertical-align: top;
  background: url('/_/img/flags.png?20190902') 30px 25px no-repeat transparent;
}
.flag.right,
[class^="flag-"].right,
[class*=" flag-"].right {
  float: right;
}
.flag-af:before {
  background-position: 0px 0px;
}
.flag-al:before {
  background-position: -30px 0px;
}
.flag-ae:before {
  background-position: -60px 0px;
}
.flag-ad:before {
  background-position: -90px 0px;
}
.flag-ao:before {
  background-position: -120px 0px;
}
.flag-ag:before {
  background-position: -150px 0px;
}
.flag-ar:before {
  background-position: -180px 0px;
}
.flag-am:before {
  background-position: -210px 0px;
}
.flag-au:before {
  background-position: -240px 0px;
}
.flag-at:before {
  background-position: -270px 0px;
}
.flag-az:before {
  background-position: -300px 0px;
}
.flag-ax:before {
  background-position: -330px 0px;
}
.flag-ai:before {
  background-position: -360px 0px;
}
.flag-xx:before {
  background-position: -390px 0px;
}
.flag-aw:before {
  background-position: -420px 0px;
}
.flag-as:before {
  background-position: -450px 0px;
}
.flag-bs:before {
  background-position: 0px -25px;
}
.flag-bd:before {
  background-position: -30px -25px;
}
.flag-bb:before {
  background-position: -60px -25px;
}
.flag-bi:before {
  background-position: -90px -25px;
}
.flag-be:before {
  background-position: -120px -25px;
}
.flag-bj:before {
  background-position: -150px -25px;
}
.flag-bt:before {
  background-position: -180px -25px;
}
.flag-ba:before {
  background-position: -210px -25px;
}
.flag-bz:before {
  background-position: -240px -25px;
}
.flag-by:before {
  background-position: -270px -25px;
}
.flag-bo:before {
  background-position: -300px -25px;
}
.flag-bw:before {
  background-position: -330px -25px;
}
.flag-br:before {
  background-position: -360px -25px;
}
.flag-bh:before {
  background-position: -390px -25px;
}
.flag-bn:before {
  background-position: -420px -25px;
}
.flag-bg:before {
  background-position: -450px -25px;
}
.flag-bf:before {
  background-position: -480px -25px;
}
.flag-bm:before {
  background-position: -510px -25px;
}
.flag-cf:before {
  background-position: 0px -50px;
}
.flag-ca:before {
  background-position: -30px -50px;
}
.flag-cg:before {
  background-position: -60px -50px;
}
.flag-ch:before {
  background-position: -90px -50px;
}
.flag-cl:before {
  background-position: -120px -50px;
}
.flag-cn:before {
  background-position: -150px -50px;
}
.flag-ci:before {
  background-position: -180px -50px;
}
.flag-cm:before {
  background-position: -210px -50px;
}
.flag-cd:before {
  background-position: -240px -50px;
}
.flag-co:before {
  background-position: -270px -50px;
}
.flag-xx:before {
  background-position: -300px -50px;
}
.flag-cv:before {
  background-position: -330px -50px;
}
.flag-cr:before {
  background-position: -360px -50px;
}
.flag-cu:before {
  background-position: -390px -50px;
}
.flag-cy:before {
  background-position: -420px -50px;
}
.flag-cz:before {
  background-position: -450px -50px;
}
.flag-cw:before {
  background-position: -480px -50px;
}
.flag-dk:before {
  background-position: 0px -75px;
}
.flag-dj:before {
  background-position: -30px -75px;
}
.flag-dm:before {
  background-position: -60px -75px;
}
.flag-do:before {
  background-position: -90px -75px;
}
.flag-dz:before {
  background-position: -120px -75px;
}
.flag-de:before {
  background-position: -150px -75px;
}
.flag-ec:before {
  background-position: 0px -100px;
}
.flag-eg:before {
  background-position: -30px -100px;
}
.flag-er:before {
  background-position: -60px -100px;
}
.flag-xx:before {
  background-position: -90px -100px;
}
.flag-es:before {
  background-position: -120px -100px;
}
.flag-ee:before {
  background-position: -150px -100px;
}
.flag-et:before {
  background-position: -180px -100px;
}
.flag-fi:before {
  background-position: 0px -125px;
}
.flag-fr:before {
  background-position: -30px -125px;
}
.flag-fm:before {
  background-position: -60px -125px;
}
.flag-fj:before {
  background-position: -90px -125px;
}
.flag-fk:before {
  background-position: -120px -125px;
}
.flag-ga:before {
  background-position: 0px -150px;
}
.flag-gm:before {
  background-position: -30px -150px;
}
.flag-gb:before {
  background-position: -60px -150px;
}
.flag-uk:before {
  background-position: -60px -150px;
}
.flag-gw:before {
  background-position: -90px -150px;
}
.flag-ge:before {
  background-position: -120px -150px;
}
.flag-gq:before {
  background-position: -150px -150px;
}
.flag-gh:before {
  background-position: -180px -150px;
}
.flag-gr:before {
  background-position: -210px -150px;
}
.flag-gt:before {
  background-position: -240px -150px;
}
.flag-gn:before {
  background-position: -270px -150px;
}
.flag-gd:before {
  background-position: -300px -150px;
}
.flag-gy:before {
  background-position: -330px -150px;
}
.flag-gg:before {
  background-position: -360px -150px;
}
.flag-gi:before {
  background-position: -390px -150px;
}
.flag-ht:before {
  background-position: 0px -175px;
}
.flag-hk:before {
  background-position: -30px -175px;
}
.flag-hn:before {
  background-position: -60px -175px;
}
.flag-hu:before {
  background-position: -90px -175px;
}
.flag-hr:before {
  background-position: -120px -175px;
}
.flag-id:before {
  background-position: 0px -200px;
}
.flag-in:before {
  background-position: -30px -200px;
}
.flag-ir:before {
  background-position: -60px -200px;
}
.flag-ie:before {
  background-position: -90px -200px;
}
.flag-iq:before {
  background-position: -120px -200px;
}
.flag-is:before {
  background-position: -150px -200px;
}
.flag-il:before {
  background-position: -180px -200px;
}
.flag-it:before {
  background-position: -210px -200px;
}
.flag-im:before {
  background-position: -240px -200px;
}
.flag-jm:before {
  background-position: 0px -225px;
}
.flag-jo:before {
  background-position: -30px -225px;
}
.flag-jp:before {
  background-position: -60px -225px;
}
.flag-je:before {
  background-position: -90px -225px;
}
.flag-kz:before {
  background-position: 0px -250px;
}
.flag-ke:before {
  background-position: -30px -250px;
}
.flag-kg:before {
  background-position: -60px -250px;
}
.flag-kr:before {
  background-position: -90px -250px;
}
.flag-sa:before {
  background-position: -120px -250px;
}
.flag-kw:before {
  background-position: -150px -250px;
}
.flag-kh:before {
  background-position: -180px -250px;
}
.flag-kp:before {
  background-position: -210px -250px;
}
.flag-kn:before {
  background-position: -240px -250px;
}
.flag-ky:before {
  background-position: -270px -250px;
}
.flag-xk:before {
  background-position: -300px -250px;
}
.flag-la:before {
  background-position: 0px -275px;
}
.flag-lv:before {
  background-position: -30px -275px;
}
.flag-ly:before {
  background-position: -60px -275px;
}
.flag-lr:before {
  background-position: -90px -275px;
}
.flag-lc:before {
  background-position: -120px -275px;
}
.flag-ls:before {
  background-position: -150px -275px;
}
.flag-lb:before {
  background-position: -180px -275px;
}
.flag-li:before {
  background-position: -210px -275px;
}
.flag-lt:before {
  background-position: -240px -275px;
}
.flag-lu:before {
  background-position: -270px -275px;
}
.flag-lk:before {
  background-position: -300px -275px;
}
.flag-mg:before {
  background-position: 0px -300px;
}
.flag-ma:before {
  background-position: -30px -300px;
}
.flag-my:before {
  background-position: -60px -300px;
}
.flag-mw:before {
  background-position: -90px -300px;
}
.flag-md:before {
  background-position: -120px -300px;
}
.flag-mv:before {
  background-position: -150px -300px;
}
.flag-mx:before {
  background-position: -180px -300px;
}
.flag-mn:before {
  background-position: -210px -300px;
}
.flag-mk:before {
  background-position: -240px -300px;
}
.flag-ml:before {
  background-position: -270px -300px;
}
.flag-mt:before {
  background-position: -300px -300px;
}
.flag-me:before {
  background-position: -330px -300px;
}
.flag-mc:before {
  background-position: -360px -300px;
}
.flag-mz:before {
  background-position: -390px -300px;
}
.flag-mu:before {
  background-position: -420px -300px;
}
.flag-mr:before {
  background-position: -450px -300px;
}
.flag-mm:before {
  background-position: -480px -300px;
}
.flag-mo:before {
  background-position: -510px -300px;
}
.flag-ms:before {
  background-position: -540px -300px;
}
.flag-na:before {
  background-position: 0px -325px;
}
.flag-nl:before {
  background-position: -30px -325px;
}
.flag-ng:before {
  background-position: -60px -325px;
}
.flag-ne:before {
  background-position: -90px -325px;
}
.flag-no:before {
  background-position: -120px -325px;
}
.flag-np:before {
  background-position: -150px -325px;
}
.flag-nz:before {
  background-position: -180px -325px;
}
.flag-ni:before {
  background-position: -210px -325px;
}
.flag-om:before {
  background-position: 0px -350px;
}
.flag-pk:before {
  background-position: 0px -375px;
}
.flag-pa:before {
  background-position: -30px -375px;
}
.flag-py:before {
  background-position: -60px -375px;
}
.flag-pe:before {
  background-position: -90px -375px;
}
.flag-ph:before {
  background-position: -120px -375px;
}
.flag-pw:before {
  background-position: -150px -375px;
}
.flag-pg:before {
  background-position: -180px -375px;
}
.flag-pl:before {
  background-position: -210px -375px;
}
.flag-pt:before {
  background-position: -240px -375px;
}
.flag-pr:before {
  background-position: -270px -375px;
}
.flag-pf:before {
  background-position: -300px -375px;
}
.flag-qa:before {
  background-position: 0px -400px;
}
.flag-ro:before {
  background-position: 0px -425px;
}
.flag-ru:before {
  background-position: -30px -425px;
}
.flag-rw:before {
  background-position: -60px -425px;
}
.flag-rs:before {
  background-position: -90px -425px;
}
.flag-sn:before {
  background-position: 0px -450px;
}
.flag-sg:before {
  background-position: -30px -450px;
}
.flag-sl:before {
  background-position: -60px -450px;
}
.flag-si:before {
  background-position: -90px -450px;
}
.flag-sm:before {
  background-position: -120px -450px;
}
.flag-st:before {
  background-position: -150px -450px;
}
.flag-sd:before {
  background-position: -180px -450px;
}
.flag-sr:before {
  background-position: -210px -450px;
}
.flag-se:before {
  background-position: -300px -450px;
}
.flag-sk:before {
  background-position: -270px -450px;
}
.flag-sy:before {
  background-position: -330px -450px;
}
.flag-sb:before {
  background-position: -360px -450px;
}
.flag-sc:before {
  background-position: -390px -450px;
}
.flag-sz:before {
  background-position: -420px -450px;
}
.flag-tz:before {
  background-position: 0px -475px;
}
.flag-to:before {
  background-position: -30px -475px;
}
.flag-th:before {
  background-position: -60px -475px;
}
.flag-tj:before {
  background-position: -90px -475px;
}
.flag-tl:before {
  background-position: -120px -475px;
}
.flag-tn:before {
  background-position: -210px -475px;
}
.flag-tr:before {
  background-position: -240px -475px;
}
.flag-tw:before {
  background-position: -270px -475px;
}
.flag-tt:before {
  background-position: -180px -475px;
}
.flag-tm:before {
  background-position: -330px -475px;
}
.flag-tc:before {
  background-position: -300px -475px;
}
.flag-ug:before {
  background-position: 0px -500px;
}
.flag-ua:before {
  background-position: -30px -500px;
}
.flag-uy:before {
  background-position: -60px -500px;
}
.flag-us:before {
  background-position: -90px -500px;
}
.flag-uz:before {
  background-position: -120px -500px;
}
.flag-ve:before {
  background-position: 0px -525px;
}
.flag-vn:before {
  background-position: -30px -525px;
}
.flag-ws:before {
  background-position: -60px -525px;
}
.flag-vc:before {
  background-position: -90px -525px;
}
.flag-vg:before {
  background-position: -120px -525px;
}
.flag-vu:before {
  background-position: -150px -525px;
}
.flag-ye:before {
  background-position: 0px -550px;
}
.flag-za:before {
  background-position: 0px -575px;
}
.flag-zw:before {
  background-position: -30px -575px;
}
.flag-zm:before {
  background-position: -60px -575px;
}
.flag-eu:before {
  background-position: 0px -600px;
}
.flag-ww:before {
  background-position: -30px -600px;
}
.flag-nam:before {
  background-position: -60px -600px;
}
.flag-sam:before {
  background-position: -90px -600px;
}
.flag-afr:before {
  background-position: -120px -600px;
}
.flag-eur:before {
  background-position: -150px -600px;
}
.flag-asi:before {
  background-position: -180px -600px;
}
.flag-aus:before {
  background-position: -210px -600px;
}
.flag-td:before {
  background-position: -300px -475px;
}
.flag-km:before {
  background-position: -300px -50px;
}
.flag-ck:before {
  background-position: -480px -50px;
}
.flag-sv:before {
  background-position: -90px -100px;
}
.flag-gu:before {
  background-position: -420px -150px;
}
.flag-ki:before {
  background-position: -330px -250px;
}
.flag-mh:before {
  background-position: -270px -325px;
}
.flag-nr:before {
  background-position: -240px -325px;
}
.flag-ps:before {
  background-position: -330px -375px;
}
.flag-st:before {
  background-position: -180px -450px;
}
.flag-so:before {
  background-position: -150px -450px;
}
.flag-ss:before {
  background-position: -480px -450px;
}
.flag-sd:before {
  background-position: -210px -450px;
}
.flag-sr:before {
  background-position: -240px -450px;
}
.flag-tg:before {
  background-position: -150px -475px;
}
.flag-tv:before {
  background-position: -390px -475px;
}
.flag-vi:before {
  background-position: -180px -525px;
}
.flag-bq:before {
  background-position: -540px -25px;
}
.flag-bv:before {
  background-position: -510px -50px;
}
.flag-io:before {
  background-position: -540px -50px;
}
.flag-fo:before {
  background-position: -180px -125px;
}
.flag-gf:before {
  background-position: -150px -125px;
}
.flag-tf:before {
  background-position: -210px -125px;
}
.flag-gl:before {
  background-position: -480px -150px;
}
.flag-gp:before {
  background-position: -450px -150px;
}
.flag-hm:before {
  background-position: -150px -175px;
}
.flag-cx:before {
  background-position: -300px -200px;
}
.flag-cc:before {
  background-position: -270px -200px;
}
.flag-nu:before {
  background-position: -360px -325px;
}
.flag-nf:before {
  background-position: -450px -325px;
}
.flag-mp:before {
  background-position: -420px -325px;
}
.flag-pn:before {
  background-position: -360px -375px;
}
.flag-sx:before {
  background-position: -180px -425px;
}
.flag-gs:before {
  background-position: -210px -425px;
}
.flag-sj:before {
  background-position: -240px -425px;
}
.flag-sh:before {
  background-position: -510px -450px;
}
.flag-tk:before {
  background-position: -420px -475px;
}
.flag-um:before {
  background-position: -150px -500px;
}
.flag-va:before {
  background-position: -210px -525px;
}
.flag-mq:before {
  background-position: -30px -550px;
}
.flag-yt:before {
  background-position: -30px -550px;
}
.flag-nc:before {
  background-position: -30px -550px;
}
.flag-re:before {
  background-position: -30px -550px;
}
.flag-bl:before {
  background-position: -30px -550px;
}
.flag-mf:before {
  background-position: -30px -550px;
}
.flag-pm:before {
  background-position: -30px -550px;
}
.flag-wf:before {
  background-position: -30px -550px;
}
.flag-aq:before {
  background-position: -210px -600px;
}
del {
  text-decoration: line-through;
  color: #666;
  font-style: oblique;
  text-decoration-style: wavy;
  text-decoration-color: #900;
}
del:before,
del:after {
  content: ' ';
}
.no-h1 h1 {
  display: none;
}
h1,
h2 {
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
h1 strong,
h2 strong {
  font-weight: 700;
}
h1,
h2 {
  color: #b21818;
  font-size: 1.5em;
  line-height: 0.95em;
  max-width: 100%;
  padding: 1em 0 !important;
}
h1 strong,
h2 strong {
  font-size: 1.25em;
  display: block;
}
h1 {
  text-align: center;
  display: block;
  font-size: 2.5em;
}
h3,
h4 {
  color: #ab1b18;
  line-height: 1em;
}
.h-entry h3:after {
  display: none;
}
h3 {
  font-size: 1.5em;
  font-weight: 300;
}
h3 a:visited,
h3 a:link {
  color: #b21818 !important;
  font-weight: 400;
}
.banners-horizontal {
  display: block;
  position: relative;
  width: 100%;
  height: 480px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.banners-horizontal > a {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 20%;
  max-width: 5em;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  top: 0;
  cursor: w-resize;
  opacity: 0.5;
}
.banners-horizontal > a:hover,
.banners-horizontal > a:active,
.banners-horizontal > a:focus {
  text-decoration: none;
  opacity: 1;
}
.banners-horizontal > a i {
  color: #fff;
  font-size: 1.5em;
  position: relative;
  top: 48%;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.banners-horizontal > a.forward {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  right: 0;
  cursor: e-resize;
}
.banners-horizontal > a.off {
  display: none;
}
.banners-horizontal ul,
.banners-horizontal li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.banners-horizontal ul {
  display: block;
  position: absolute;
  text-align: center;
}
.banners-horizontal li {
  position: relative;
  display: inline-block;
  padding: 0 0.1em;
}
.banners-horizontal li img {
  height: 480px;
  width: 275px;
}
.banners-horizontal li i {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(238, 238, 238, 0.35);
  font-size: 1.5em;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.25em #000;
  z-index: 1;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  -o-transition: background 0.5s ease-in-out;
  /* Opera 10.5–12.00 */
  /* Firefox 16+, Opera 12.50+ */
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.banners-horizontal li i:before {
  opacity: 0;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  -o-transition: opacity 0.2s ease-in-out;
  /* Opera 10.5–12.00 */
  /* Firefox 16+, Opera 12.50+ */
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.banners-horizontal li a:active i,
.banners-horizontal li a:hover i,
.banners-horizontal li a:focus i {
  background: rgba(0, 0, 0, 0);
}
.banners-horizontal li a:active i:before,
.banners-horizontal li a:hover i:before,
.banners-horizontal li a:focus i:before {
  opacity: 1;
}
.banners-horizontal.active ul {
  white-space: nowrap;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  -o-transition: left 0.2s ease-in-out;
  /* Opera 10.5–12.00 */
  /* Firefox 16+, Opera 12.50+ */
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.banners-horizontal.active ul a {
  cursor: zoom-in;
}
#popup {
  text-align: center;
  line-height: 100vh;
  cursor: zoom-out;
}
#popup > div > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100vh;
  max-width: 100vw;
  cursor: auto;
}
#popup > div i.fa-close {
  color: #fff;
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.5em;
  text-shadow: 0.05em 0.05em 0.25em #000;
  z-index: 11;
}
#popup > div span {
  display: block;
  position: absolute;
  bottom: 0;
  background: #b21818;
  color: #fff;
  width: 100%;
  padding: 1em 0;
  text-indent: 1em;
  height: 1em;
  line-height: 1em;
  text-align: left;
}
#popup.off {
  display: none;
}
#popup.on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 25;
}
@media only screen and (min-width: 768px) {
  .large-titles h1 {
    font-size: 3em;
    margin-top: 2em;
  }
  #header,
  #footer {
    margin: 0 !important;
  }
}
.data-preview.data-dl h3 {
  color: #b21818;
  border-bottom-color: #b21818;
  max-width: 70em;
}
.data-preview.data-dl dt,
.data-preview.data-dl .label {
  color: #b21818;
}
.data-preview.data-dl p.notes {
  font-size: 0.75em;
  color: #777;
  font-style: oblique;
  position: absolute;
  margin: -2.25em 0 0 1em;
}
.app-image-preview img {
  max-width: 100%;
}
.app-file-preview .tdz-f-file ~ input,
.app-image-preview .tdz-f-file ~ input {
  display: none;
}
form .tdz-i-field a.tdz-i-upload {
  position: relative;
  z-index: 1;
  background: #333;
  color: #fff;
  display: inline-block;
  border-radius: 0.25em;
  margin: 0 0.25em 0.25em 0;
  padding: 0.25em 0.5em;
  cursor: pointer;
}
form .tdz-i-field a.tdz-i-upload:hover {
  background: #ab1b18;
}
form .tdz-i-field a.tdz-i-upload:after {
  color: #fff;
  content: ' \f00d';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.tdz-i-progress {
  display: block;
  height: 3px;
  position: relative;
}
.tdz-i-progress .tdz-i-progress-bar {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background: #ab1b18;
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  -o-transition: width 0.2s ease-in-out;
  /* Opera 10.5–12.00 */
  /* Firefox 16+, Opera 12.50+ */
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.tdz-i-field input[data-status="ready"] + .tdz-i-progress {
  display: none;
}
.tdz-f-disable .input,
.tdz-f-disable.tdz-i-field {
  opacity: 0.5;
}
.ui-buttons button,
.ui-buttons a.button {
  background-color: #b21818;
}
.ui-buttons button:hover,
.ui-buttons a.button:hover,
.button a.active {
  background-color: #ab1b18;
}
.backtop + h1 {
  padding-top: 3em;
  margin-top: 0;
}
.toc-h2 .backtop,
.toc-h3 .backtop {
  float: right;
  position: relative;
  top: 1em;
}
/*
.backtop + h3, .backtop + h2, .backtop + .flags + h3, .backtop + .flags + h2 {
  padding-top: 4em;
  margin-top: 0;
}

.backtop + h1 + .backtop + h2, .backtop + h2 + .backtop + h3 {
  padding-top:0;
}
.backtop:before {
  padding-top:3.8em;
}

.backtop + h1 + .backtop:before, .backtop + h2 + .backtop:before {
  padding-top:0;
}
*/
li .backtop:before {
  padding-top: 3.6em;
}
.backtop + .flags {
  top: 6em;
}
div.important {
  background: #dceff4;
  color: #99576e;
  border: none;
  font-weight: 400;
  max-width: 81em;
}
div.important a:link,
div.important a:visited {
  color: #ab1b18;
  font-weight: 600;
}
div.important p:first-child {
  padding-top: 0;
  margin-top: 0;
}
div.important p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
ul {
  list-style: square outside url(/_/e/conf2020/li.png);
}
ul ul {
  margin: 0;
  list-style: square outside url(/_/e/conf2018/li2.png);
}
.centered {
  text-align: center;
}
p.button a,
a.button {
  margin: 0 1em 1em 0;
  display: inline-block;
  padding: 0.4em 1em;
  background-color: #b21818;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}
p.button a:hover,
a.button:hover,
p.button a:active,
a.button:active {
  background-color: #ab1b18;
  color: #fff !important;
}
p.button a.full,
a.button.full {
  display: block;
  margin-top: -0.75em;
  padding: 0.5em 1em 0.7em 1em;
}
p.button {
  margin: 1em 0 0 0;
  padding: 0;
}
p.button.right {
  margin: 0;
  position: absolute;
  right: 0;
}
p.button.top {
  margin: 0;
  position: absolute;
  top: 0;
}
.inline-picture {
  display: inline-block;
  line-height: 1em;
  margin: 0;
}
.picture {
  float: left;
  margin: 0 1em 1em 0;
}
.inline-picture,
.picture {
  position: relative;
}
.inline-picture img,
.picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inline-picture a:after,
.picture a:after {
  display: none;
}
.inline-picture h3,
.picture h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5em 0;
  margin: 0;
  color: #fff;
  background: #f0825d;
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
  opacity: 0.5;
}
.inline-picture:hover h3,
.picture:hover h3 {
  opacity: 1;
}
.inline-picture p,
.picture p {
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
}
.inline-picture.r1x1 p,
.picture.r1x1 p {
  padding-bottom: 100%;
}
.inline-picture.w1x2,
.picture.w1x2 {
  width: 50%;
  margin: 0;
}
.inline-picture.w1x3,
.picture.w1x3 {
  width: 32.5%;
  margin: 0;
}
.inline-picture.w1x4,
.picture.w1x4 {
  width: 24.25%;
  margin: 0;
}
.inline-picture.w1x5,
.picture.w1x5 {
  width: 19.5%;
  margin: 0;
}
.inline-picture.w1x5 img,
.picture.w1x5 img {
  width: 90%;
  height: 90%;
}
.inline-picture.w1x6,
.picture.w1x6 {
  width: 16.6%;
  margin: 0;
}
h2,
h3 {
  clear: left;
}
#header {
  position: relative;
  background: #ccccce;
  min-height: auto;
  margin-bottom: 0 !important;
  border: none;
  z-index: 12;
  text-align: left;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  /*
  &:after {
    content: ' ';
    position:absolute;
    width:100%;
    height:4px;
    bottom:0;
    left:0;
    display:block;
    z-index:5;
    background:@headerBkg;
  }
  */
}
#header a {
  color: #222;
  text-decoration: none;
}
#header a:link,
#header a:visited {
  color: #222;
  text-decoration: none;
}
#header a:hover,
#header a:active,
#header a.active {
  color: #ff8000;
  text-decoration: none;
}
#header .nav {
  text-transform: uppercase;
  background: #ccccce;
  padding-left: 0;
  z-index: 101;
  display: inline-block;
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 3em;
  max-width: 16em;
}
#header .nav .subnav {
  left: inherit;
  right: 0;
  width: 50px;
}
#header .nav .subnav:after {
  display: none;
}
#header .nav > .subnav {
  display: block;
  position: absolute;
  right: 0;
  opacity: 0.8;
}
#header .nav > .subnav:after {
  display: none;
}
#header .nav > .subnav.active {
  opacity: 1;
  color: #ff8000;
}
#header .nav > .subnav:hover,
#header .nav > .subnav:active {
  opacity: 1;
}
#header .nav > .subnav:before {
  font-size: 2em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 0;
}
#header .nav ul {
  border-top: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ccccce;
}
#header .nav li {
  position: relative;
}
#header .nav ul ul {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid #ff8000;
  border-bottom: 1px solid #ff8000;
  box-shadow: 0.5em 1em 2em rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#header .nav ul.navbar {
  width: 100vw;
  margin-top: 50px;
  position: relative;
  box-shadow: none;
}
#header .nav ul.navbar:before,
#header .nav ul.navbar:after {
  display: none;
  content: '';
}
#header .nav ul.navbar a {
  vertical-align: top;
  min-height: 1em;
  line-height: 1em;
  padding: 1em 0.5em;
}
#header .nav ul.navbar a:link,
#header .nav ul.navbar a:visited {
  color: #222;
}
#header .nav ul.navbar a:hover,
#header .nav ul.navbar a:active {
  color: #ff8000;
  background-color: rgba(255, 255, 255, 0.1);
}
#header .subnav.ancestor {
  opacity: 0.75;
}
#header .subnav.ancestor:before {
  color: #ff8000 !important;
}
#header p,
#header ul,
#header li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  display: block;
  vertical-align: top;
}
#header img {
  vertical-align: top;
}
#header .nav ul,
#header .menu ul {
  display: none;
  list-style: none;
  padding: 0;
}
#header .nav ul a,
#header .menu ul a {
  /*.background-alpha(@darkgreen, 0.9);
        */
  display: block;
  padding: 0.5em 1em;
}
#header .nav > ul,
#header .menu > ul {
  position: absolute;
  margin-left: 0;
  width: 100%;
  max-width: 16em;
}
#header .nav li,
#header .menu li {
  padding: 0;
  position: relative;
}
#header .active > ul {
  display: block;
}
#header .menu {
  position: relative;
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  z-index: 101;
  top: 8em;
  color: #eee;
}
#header .menu > .subnav {
  position: relative;
  display: block;
  height: 2.8em;
  width: 2.8em;
}
#header .menu > ul {
  width: 16em;
  list-style: none;
  padding: 0;
  margin: 0;
  /*font-size:0.875em;line-height:1.1428em;*/
}
#header .first-org {
  max-width: 71em;
  margin: 0 auto;
  background: #ccccce;
  /*position:fixed;*/
  position: relative;
  left: 0;
  z-index: 21;
  top: 0;
  width: 100%;
  height: 50px;
  text-align: left;
}
#header .first-org .first-logo {
  display: inline-block;
}
#header .first-org .first-logo img {
  width: 100px;
  height: 50px;
}
#header .first-org .conf-logo {
  position: absolute;
  margin-left: 6em;
  top: 0;
  text-align: center;
  right: 0;
  width: 20%;
  height: 12em;
  padding-top: 0;
}
#header .first-org .conf-logo img {
  height: 12em;
}
.no-h3 h3,
.no-page-control.items1 .search-item:nth-child(1n+3),
.no-page-control.items2 .search-item:nth-child(1n+4),
.no-page-control.items3 .search-item:nth-child(1n+5),
.no-page-control.items4 .search-item:nth-child(1n+6),
.no-page-control.items5 .search-item:nth-child(1n+7),
.no-page-control.items10 .search-item:nth-child(1n+12) {
  display: none;
}
.paginate .next-page,
.no-page-control .page-control {
  display: none;
}
.page-control {
  text-align: center;
  margin-top: -1em;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
}
.page-control li {
  display: inline-block;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  border: none !important;
}
.page-control a {
  display: inline-block;
  background: #ccccce;
  color: #222;
  margin: 0 0.7em 0.7em 0;
  padding: 0.7em 1em;
  cursor: pointer;
}
.page-control a:link,
.page-control a:visited {
  color: #222 !important;
}
.page-control a:hover {
  background: #8f8f90;
}
.page-control.hidden {
  display: none;
}
video {
  display: block;
}
audio {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  max-height: 1em;
}
@media only screen and (max-width: 768px) {
  .conf-logo {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #socialnetworks {
    right: 0;
  }
  .column,
  .col1,
  .col2 {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  .column > p,
  .col1 > p,
  .col2 > p {
    padding-right: 0.5em;
  }
  .column ~ .column {
    margin-right: 0;
  }
  #header {
    /*
    .first-org {
      text-align:center;
      height:5em;
      .conf-logo {
        height:15em;
        padding-top:0.3em;
        img {
          height:15em;
        }
      }
      .conf-logo {
        position:absolute;
        right:0;
        width:16em;
        text-align:center;
      }
    }
      */
  }
  #header a:hover > .subnav,
  #header a:active > .subnav,
  #header a.active > .subnav {
    background: rgba(255, 255, 255, 0.1);
  }
  #header .nav {
    position: static;
    max-width: inherit;
  }
  #header .nav > .subnav {
    display: none;
  }
  #header .nav .subnav {
    position: relative;
    width: 20px;
  }
  #header .nav ul.navbar {
    display: inline-block;
    width: auto;
    max-width: inherit;
    white-space: pre;
    margin-top: 0;
  }
  #header .nav ul.navbar > li {
    display: inline-block;
  }
  #header .nav ul.navbar > li > a {
    display: inline-block;
  }
  #header .nav ul.navbar ul {
    margin: 0;
    white-space: normal;
    position: absolute;
    top: 100%;
    width: 16em;
    left: 0;
    display: block;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    /* Safari 3.2+, Chrome */
    /* Firefox 4-15 */
    -o-transition: all 0.2s ease-in-out;
    /* Opera 10.5–12.00 */
    /* Firefox 16+, Opera 12.50+ */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ccccce;
  }
  #header .nav ul.navbar li:hover > ul,
  #header .nav ul.navbar li:active > ul,
  #header .nav ul.navbar .active > ul {
    display: block;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
#toc .box {
  padding: 0;
  background: none;
}
#toc h3:after {
  display: none;
}
#toc .tocindex-h1 {
  font-weight: normal;
}
#toc p {
  margin-bottom: 0.5em;
}
/*

@media only screen and (min-width: @wsmall) {
  #header {
    .nav {
      .subnav {
        &:after {
          display:inline-block;
          right:20px;
          left:inherit;
          width:auto;
        }
      }
    }
  }
}


@media only screen and (min-width: @wmedium) {
  #header {
    .nav {
      ul.navbar {
        border:none;
        top:inherit;
        bottom:0;
        ul {
          border-top-width:10px;
          border-top-color:@color4 !important;
        }
      }
      li:hover > .subnav {
        background:@color4 !important;
      }
    }
  }
  .subnav {
    position:relative;
    width:1em !important;height:2.5em !important;line-height:1em !important;margin-left:-0.5em;
    vertical-align:top;
    background:none !important;
    
  }
}
*/
#footer {
  background: #252d4f;
  color: #ddd;
  border-top: none;
  padding-bottom: 2em;
}
#footer a:link,
#footer a:visited {
  color: #def;
  text-decoration: none;
}
.black-bkg {
  background: #000;
  color: #fff;
}
.black-bkg h1,
.black-bkg h2 {
  color: #fff;
}
.black-bkg a:link,
.black-bkg a:visited {
  color: #252d4f;
}
.black-bkg a:hover,
.black-bkg a:active {
  color: #FF8102;
}
.center-title h1,
.center-title h2,
.center-title h3,
.center-title h4 {
  text-align: center;
}
.upper-title h1,
.upper-title h2,
.upper-title h3,
.upper-title h4 {
  text-transform: uppercase;
}
.neg-title:before {
  content: ' ';
  display: block;
  height: 12em !important;
}
.neg-title h1,
.neg-title h2 {
  font-size: 4em;
  text-shadow: 0 0 1em #ccccce;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  line-height: 0.6em;
  padding-top: 1.4em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: -2.75em;
  z-index: 11;
}
.neg-title1 h1,
.neg-title1 h2 {
  background: #ab1b18;
}
.neg-title2 h1,
.neg-title2 h2 {
  background: #b21818;
}
.neg-title3 h1,
.neg-title3 h2 {
  background: #f0825d;
}
.neg-title4 h1,
.neg-title4 h2 {
  background: #252d4f;
}
.neg-title5 h1,
.neg-title5 h2 {
  background: #FF8102;
}
.neg-title1:before,
.neg-title2:before,
.neg-title3:before,
.neg-title4:before,
.neg-title5:before {
  content: ' ';
  display: block;
  height: 10em !important;
}
.neg-title1.page:before,
.neg-title2.page:before,
.neg-title3.page:before,
.neg-title4.page:before,
.neg-title5.page:before,
.neg-title1.min-page:before,
.neg-title2.min-page:before,
.neg-title3.min-page:before,
.neg-title4.min-page:before,
.neg-title5.min-page:before {
  height: 9em !important;
}
.neg-title1 h1,
.neg-title2 h1,
.neg-title3 h1,
.neg-title4 h1,
.neg-title5 h1,
.neg-title1 h2,
.neg-title2 h2,
.neg-title3 h2,
.neg-title4 h2,
.neg-title5 h2 {
  font-size: 4em;
  text-shadow: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  line-height: 0.6em;
  padding-top: 1.4em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: -2.25em;
  margin-bottom: 0.5em;
  z-index: 11;
}
.page-width:before,
.page-width:after {
  content: ' ';
  display: block;
  height: 3em;
}
.no-before:before {
  display: none;
}
.no-after:after {
  display: none;
}
.page {
  height: 100%;
  height: 100vh;
}
.min-page {
  min-height: 100%;
  min-height: 100vh;
}
.page-50 {
  height: 50% !important;
  height: 50vh !important;
}
.lead {
  background: #ccccce;
  background: hsla(240, 2%, 80.39215686%, 0.6);
  box-shadow: inset 0 0 10em hsla(240, 2%, 80.39215686%, 0.8);
  padding: 2em !important;
  color: #fff;
  position: relative;
  top: 15%;
  width: 80%;
  max-width: 70em;
  margin: 0 auto;
  z-index: 6;
}
.lead h1,
.lead h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
  max-width: auto;
}
.lead h1:last-child,
.lead h2:last-child {
  margin-bottom: 0;
}
.lead h1 strong {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lead h2 strong {
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.lead p {
  font-size: 1.5em;
  font-weight: 300;
  max-width: auto;
  padding: 0;
  margin-bottom: 1em !important;
}
.lead p strong {
  font-weight: 600;
}
.lead p:last-child {
  margin-bottom: 0 !important;
}
.lead p.button a,
.lead a.button {
  font-size: 1em;
}
.lead.banners {
  margin: 0 auto !important;
  border-bottom: none;
  height: auto;
  position: relative;
}
.lead.banners .banner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: inherit;
  text-align: center !important;
  white-space: normal !important;
}
.lead.banners .banner:first-child {
  position: relative;
}
.lead.banners .banner img {
  max-height: 80%;
  max-width: 90%;
  left: 5%;
  top: 10%;
  height: auto;
  position: absolute;
}
.lead.banners .banner .portrait img {
  max-height: 90%;
  top: 5%;
  max-width: 80%;
  left: 10%;
}
.lead.banners .banner.previous {
  opacity: 1;
  animation: in-out 0.5s ease 1;
  animation-fill-mode: forwards;
}
.lead.banners .banner.active {
  opacity: 0;
  animation: out-in 0.5s 0.5s ease 1;
  animation-fill-mode: forwards;
}
.lead.banners .landscape {
  height: 0;
  padding-bottom: 50%;
}
.lead.banners .portrait {
  height: 0;
  padding-bottom: 200%;
}
.lead.banners .landscape,
.lead.banners .portrait {
  position: relative;
  max-width: inherit;
}
.lead.banners .landscape img,
.lead.banners .portrait img {
  max-height: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
@keyframes in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes out-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.landscape {
  display: block !important;
}
.portrait {
  display: none !important;
}
@media screen and (orientation: portrait) {
  .lead.banners {
    top: 15% !important;
    width: 40%;
  }
  .landscape {
    display: none !important;
  }
  .portrait {
    display: block !important;
  }
}
.page .lead {
  top: 20%;
}
.layers .layer .lead {
  position: absolute;
  bottom: 2em;
  left: 2em;
  top: initial;
  width: auto;
  height: auto;
}
#body,
#navbar,
#sidebar {
  z-index: 11;
  position: relative;
  padding-top: 1em;
}
#sidebar {
  padding-top: 0.5em;
}
#navbar {
  padding-top: 1.75em;
}
#body {
  padding: 0 1em 0 1em;
  width: auto;
  margin-bottom: 0;
  max-width: auto !important;
  min-height: 90vh;
  padding-bottom: 4em !important;
  margin: 0 auto;
  float: none;
}
#body > div {
  max-width: 70em;
  margin: 0 auto;
}
#body > div.data-preview {
  max-width: 100em;
}
#body > div .footnotes {
  max-width: 85em;
  margin: 0 auto;
}
#footer {
  top: 0 !important;
  margin-bottom: 0 !important;
}
#navbar,
#sidebar {
  display: none;
}
#navbar a:after,
#sidebar a:after {
  display: none;
}
#navbar img,
#sidebar img {
  max-width: 100%;
  display: block;
  margin: 1em auto;
}
#navbar blockquote,
#sidebar blockquote {
  margin: -0.8em 0 0 0;
  padding: 0 0.5em;
  background: #e7eced;
}
#navbar blockquote strong:first-child,
#sidebar blockquote strong:first-child {
  color: #ab1b18;
}
#navbar blockquote img,
#sidebar blockquote img {
  margin: 0.2222em 0 -0.56667em 0;
}
.no-sidebar {
  display: none;
}
.no-thumbnail .thumbnails,
.no-thumbnails .thumbnails,
.no-thumbnail .thumbnail,
.no-thumbnails .thumbnail {
  display: none;
}
#footer > div {
  padding: 0 1em;
  width: 100%;
  margin: 0 auto;
}
.footnotes {
  padding: 0.5em 1em 0.5em 1.5em;
  max-width: 100em;
  background: #e7eced;
  font-size: 0.8em;
}
.footnotes > hr:first-child {
  display: none;
}
.footnotes li,
.footnotes p {
  max-width: unset;
}
.footnotes li > p {
  padding: 0;
}
blockquote.block-citation {
  position: relative;
  background: transparent;
  border-radius: none;
  padding: 0;
  margin: 1em 1em 1em 1em;
  font-family: 'Fira Sans', FiraSans, 'Open Sans', OpenSans, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
  font-style: oblique;
  color: #456;
}
blockquote.block-citation:before {
  display: inline-block;
  position: absolute;
  left: -0.5em;
  top: 0.25em;
  content: '\201C';
  font-size: 1.25em;
}
blockquote.block-citation p:after {
  display: inline-block;
  content: '\201D';
  font-size: 1.5em;
  line-height: 0.5em;
  position: relative;
  top: 0.15em;
}
blockquote.block-citation footer {
  display: block;
  font-style: normal;
  text-align: right;
}
table.data-preview,
table.list,
.data-preview table {
  border-bottom: 0.1em solid #f0825d;
  background: rgba(215, 235, 255, 0.3);
}
.numbers-table table,
.sponsorship-table table,
html.program table,
table.tbl-program {
  background: rgba(215, 235, 255, 0.3);
  border: 0.5em solid #d0cac1;
  border-spacing: 2px;
  border-collapse: separate;
}
.numbers-table table thead th,
.sponsorship-table table thead th,
html.program table thead th,
table.tbl-program thead th {
  font-size: 1em;
  padding: 0.5em 0.5em 0.25em 0.5em !important;
  vertical-align: bottom;
  text-align: center;
  text-transform: uppercase;
  border-bottom: none;
  color: #fff;
  background: #849fa5;
}
.numbers-table table thead th a:link,
.sponsorship-table table thead th a:link,
html.program table thead th a:link,
table.tbl-program thead th a:link,
.numbers-table table thead th a:visited,
.sponsorship-table table thead th a:visited,
html.program table thead th a:visited,
table.tbl-program thead th a:visited {
  color: #ccc;
}
.numbers-table table thead th .details,
.sponsorship-table table thead th .details,
html.program table thead th .details,
table.tbl-program thead th .details {
  font-weight: 400;
  color: #eee;
}
.sponsorship-table table thead th:nth-child(2) {
  background: #ab1b18;
}
.sponsorship-table table tbody td:nth-child(2) {
  background: hsla(1.2244898, 75.38461538%, 38.23529412%, 0.1);
}
.sponsorship-table table thead th:nth-child(3) {
  background: #b21818;
}
.sponsorship-table table tbody td:nth-child(3) {
  background: hsla(0, 76.23762376%, 39.60784314%, 0.1);
}
.sponsorship-table table thead th:nth-child(4) {
  background: #f0825d;
}
.sponsorship-table table tbody td:nth-child(4) {
  background: hsla(15.10204082, 83.05084746%, 65.29411765%, 0.1);
}
.sponsorship-table table thead th:nth-child(5) {
  background: #252d4f;
}
.sponsorship-table table tbody td:nth-child(5) {
  background: hsla(228.57142857, 36.20689655%, 22.74509804%, 0.1);
}
.sponsorship-table table thead th:nth-child(6) {
  background: #FF8102;
}
.sponsorship-table table tbody td:nth-child(6) {
  background: hsla(30.11857708, 100%, 50.39215686%, 0.1);
}
.sponsorship-table table tbody td[colspan] {
  background: none!important;
}
/*
table.tbl-program {
  thead th.sess0 {background:@color}
  tbody td.sess0 {background:hsla(hue(@color1), saturation(@color1), lightness(@color1), 0.1);}
  thead th.sess1 {background:@color2;}
  tbody td.sess1 {background:hsla(hue(@color2), saturation(@color2), lightness(@color2), 0.1);}
  thead th.sess2 {background:@color3;}
  tbody td.sess2 {background:hsla(hue(@color3), saturation(@color3), lightness(@color3), 0.1);}
  thead th.sess3 {background:@color4;}
  tbody td.sess3 {background:hsla(hue(@color4), saturation(@color4), lightness(@color4), 0.1);}
  thead th.sess4 {background:@color4;}
  tbody td.sess4 {background:hsla(hue(@color4), saturation(@color4), lightness(@color4), 0.1);}
  thead th.sess5 {background:@color5;}
  tbody td.sess5 {background:hsla(hue(@color5), saturation(@color5), lightness(@color5), 0.1);}
  thead th.sess6 {background:@color5;}
  tbody td.sess6 {background:hsla(hue(@color5), saturation(@color5), lightness(@color5), 0.1);}
  tbody td[colspan] {background:none!important;}

}
*/
.additional-programming .overview,
.additional-programming .data-preview > h4 {
  display: none;
}
/*
0 - Pre-Conference
1 - SABAH | Management Track
2 - SABAH | Management/Privacy Track
3 - SARAWAK
4 - SARAWAK | Tech./ProdSec./Vul. Track
5 - SARAWAK | Technical Track
6 - KEDAH+SELANDOR
7 - KEDAH+SELANDOR | Technical Track
9 - PERAK | Workshop
8 - MELAKA
10 - MELAKA | Other Meeting
11- Other Meetings | SARAWAK
*/
html.program table thead th,
html.program table tbody td {
  vertical-align: top;
}
html.program table th span.details {
  font-weight: normal;
}
html.program table thead th.sess1,
html.program table thead th.sess2,
html.program table thead th.sess11 {
  background: #91183a;
}
html.program table tbody td.sess1,
html.program table tbody td.sess2,
html.program table tbody td.sess11 {
  background: rgba(145, 24, 58, 0.1);
}
html.program table thead th.sess3,
html.program table thead th.sess4,
html.program table thead th.sess5 {
  background: #e1c746;
  text-shadow: 1px 1px 5px #ba6;
}
html.program table tbody td.sess3,
html.program table tbody td.sess4,
html.program table tbody td.sess5 {
  background: rgba(225, 199, 70, 0.1);
}
html.program table thead th.sess6,
html.program table thead th.sess7 {
  background: #1692b2;
}
html.program table tbody td.sess6,
html.program table tbody td.sess7 {
  background: rgba(22, 146, 178, 0.1);
}
html.program table thead th.sess9 {
  background: #99576e;
}
html.program table tbody td.sess9 {
  background: rgba(153, 87, 110, 0.1);
}
html.program table thead th.sess8,
html.program table thead th.sess10 {
  background: #9bbf9b;
}
html.program table tbody td.sess8,
html.program table tbody td.sess10 {
  background: rgba(155, 191, 155, 0.1);
}
html.program table tbody td.empty {
  background: none!important;
}
html.program table td.not-empty {
  position: relative;
}
html.program table .flags {
  transform: scale(0.75);
  float: right;
  white-space: nowrap;
}
html.program table .flags .flag {
  display: inline-block;
  color: #444;
  margin-left: 0.5em;
  width: 32px;
  white-space: nowrap;
  overflow-x: hidden;
}
html.program table p {
  margin: 0;
}
html.program table .presenter {
  margin-bottom: 1em;
}
html.program table .schedule {
  color: #444;
  font-style: oblique;
}
html.program table .presentation {
  font-weight: bold;
  color: #555;
}
html.program table .presentation a:link {
  color: #345;
  text-decoration: none;
}
html.program table .presentation a:visited {
  color: #645;
  text-decoration: none;
}
html.program table th:nth-child(1),
html.program table td:nth-child(1) {
  width: 10%;
}
html.program table.cols7 th:nth-child(1n+1),
html.program table.cols7 td:nth-child(1n+1) {
  width: 15%;
}
html.program table.cols6 th:nth-child(1n+1),
html.program table.cols6 td:nth-child(1n+1) {
  width: 18%;
}
html.program table.cols5 th:nth-child(1n+1),
html.program table.cols5 td:nth-child(1n+1) {
  width: 22.5%;
}
html.program .data-preview h4:after {
  display: none;
}
html.program div.program {
  min-width: 40em;
  overflow-x: auto;
  overflow-y: visible;
  margin-bottom: 1.7em;
}
html.program div.program table {
  margin-bottom: 0 !important;
}
#toc {
  padding: 0em 1em 0 1em;
  margin-bottom: 1em;
  background: #fff;
  background: transparent;
  background: rgba(186, 186, 186, 0.15);
  background-color: rgba(186, 186, 186, 0.15);
  border: 0.5em solid #d0cac1;
  border-spacing: 2px;
  border-collapse: separate;
}
#toc a {
  text-decoration: none;
  font-weight: 1.4em;
  margin: 0.5em 0;
  display: block;
}
#toc a,
#toc a:link,
#toc a:visited {
  color: #345;
}
#toc .tocindex-h2 a {
  font-weight: normal;
}
#toc .tocindex-h2 a,
#toc .tocindex-h2 a:link,
#toc .tocindex-h2 a:visited {
  color: #ab1b18;
}
#toc a:hover {
  text-decoration: underline;
}
#toc-overview {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0em 1em 0 1em;
  margin-bottom: 1em;
  background: #fff;
  background: transparent;
  background: rgba(186, 186, 186, 0.15);
  background-color: rgba(186, 186, 186, 0.15);
  border: 0.5em solid #d0cac1;
  border-spacing: 2px;
  border-collapse: separate;
}
#toc-overview a {
  text-decoration: none;
  font-weight: 1.4em;
  margin: 0.5em 0;
  display: block;
}
#toc-overview a,
#toc-overview a:link,
#toc-overview a:visited {
  color: #f0825d;
}
#toc-overview a:hover {
  text-decoration: underline;
}
#toc-overview.overview li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.75em;
}
#toc-overview.overview li p {
  margin: 0;
}
#toc-overview.overview li p.sessions {
  margin-left: 2px;
}
#toc-overview.overview li p.sessions:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background: #b21818;
}
.paper-files h3:after {
  display: none;
}
.paper-files .p-abstract summary {
  padding: 0.5em 1em;
}
@media only screen and (min-width: 768px) {
  .paper-files li.pictures .p-abstract,
  .paper-files li.pictures .p-speaker {
    margin-left: 0;
  }
  .paper-files li.pictures .p-pictures {
    position: relative;
    float: left;
    width: 0;
    top: -1em;
    margin-left: -12em;
  }
  .paper-files li.pictures .p-pictures .p-picture {
    width: 12em;
  }
  .paper-files li.pictures .p-pictures .p-picture .text {
    display: block;
  }
  .paper-files li.pictures .p-pictures .p-picture img {
    width: 10em;
    height: 10em;
    border-radius: 5em;
  }
  /*
  .paper-files li {
    .p-pictures {
      text-align:center;
      top:1em;
      width: 16em;
      left:inherit;
      right:100%;
      .p-picture {width:200px;margin-right:0;}
      img {width:200px;height:200px;border-radius:100px;}
    }
    &.pictures .p-abstract, &.pictures .p-speaker {
      margin-left:0;
    }
  }
  */
}
.activated-list li {
  cursor: zoom-in;
}
.activated-list li.active,
.activated-list li.hover {
  cursor: zoom-out;
}
.sponsor-list h2 {
  text-align: center;
  border-bottom: 0.1em solid #b21818;
  padding: 0.75em 0 0.25em 0 !important;
}
.sponsor-list ul {
  position: relative;
  text-align: center;
}
.sponsor-list ul li {
  vertical-align: top;
  position: relative;
  display: inline-block;
  transform: rotate3d(0, 0, 0, 0);
  /* Safari 3.2+, Chrome */
  /* Firefox 4-15 */
  -o-transition: all 0.5s ease-in-out;
  /* Opera 10.5–12.00 */
  /* Firefox 16+, Opera 12.50+ */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
  line-height: 1.5em;
  width: 240px;
  height: 270px;
  min-height: 270px;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: 0.1em solid transparent;
  border-bottom: 0.05em solid transparent;
}
.sponsor-list ul li h4 {
  position: absolute;
  top: 0;
  width: 228px;
  left: 6px;
  text-align: center;
  background: #ddd;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.sponsor-list ul li h3,
.sponsor-list ul li p {
  clear: none;
  margin: 0;
  margin-left: 265px;
  min-width: inherit;
  width: auto;
}
.sponsor-list ul li p:first-child {
  position: absolute;
  width: 240px;
  height: 240px;
  left: 0;
  margin: 0;
  min-width: inherit;
  background: url(/_/e/conf2020/shield.svg) 0 0 no-repeat transparent;
  background-size: 240px 240px;
  padding: 0;
}
.sponsor-list ul li p:first-child:after {
  display: none;
}
.sponsor-list ul li h3 {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}
.sponsor-list ul li.active,
.sponsor-list ul li.hover {
  border-top-color: #ab1b18;
  border-bottom-color: #ab1b18;
  width: 100%;
  max-width: 100% !important;
  height: auto;
  max-height: inherit;
  background: #ffffff;
}
.sponsor-list ul li a {
  display: inline;
  padding: 0;
}
.sponsor-list ul li img {
  position: absolute;
  min-width: 240px;
  max-height: 240px;
  left: 0;
  top: -1em;
}
.list-titles ul li p:first-child {
  top: 30px;
}
.list-titles ul li h4 {
  top: 0;
}
.list-titles ul li.active h4,
.list-titles ul li.hover h4 {
  left: 0;
  width: 240px;
  padding-left: 6px;
}
.list-titles ul li.active h4,
.list-titles ul li.hover h4,
.list-titles ul li:hover h4 {
  background-color: #ab1b18;
}
@media only screen and (max-width: 768px) {
  .sponsor-list ul li {
    display: block;
    width: auto;
    max-width: inherit !important;
    text-align: center;
  }
  .sponsor-list ul li h4 {
    left: 50% !important;
    margin-left: -114px !important;
  }
  .sponsor-list ul li h3,
  .sponsor-list ul li p {
    display: none;
    margin-left: 0;
  }
  .sponsor-list ul li.active h3,
  .sponsor-list ul li.hover h3,
  .sponsor-list ul li.active p,
  .sponsor-list ul li.hover p {
    display: block;
  }
  .sponsor-list ul li p:first-child {
    text-align: center;
    position: relative;
    display: inline-block !important;
  }
  .sponsor-list ul li p:first-child img {
    position: relative;
    display: inline-block;
  }
}
sup {
  line-height: 1em;
}
sup ~ sup:before {
  content: ',';
  opacity: 0.5;
}
.page-control {
  background: none;
}
.page-control a {
  background: #b21818;
}
.page-control a:active,
.page-control a:hover {
  background: #FF8102;
  color: #fff;
  text-decoration: none;
}
.section {
  background: none;
}
.section .h-entry {
  position: relative;
  padding: 0 0 1em 0;
  border-top: none;
  border-bottom: none;
  background: none !important;
}
.section .h-entry h3.p-name {
  color: #ab1b18;
  padding: 0;
}
.section .h-entry p.dt-published {
  padding: 0.25em 0;
  color: #f0825d;
  text-transform: uppercase;
  font-size: 0.8em;
  max-width: 102.5em;
}
.section .h-entry p.dt-published:before,
.section .h-entry p.dt-published:after {
  content: '';
}
#f__photo img,
.tdz-i-upload {
  display: block;
}
#navbar h3,
#sidebar h3 {
  margin-top: 1em;
  font-size: 1em;
  text-transform: uppercase;
  max-width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
}
#navbar h3:after,
#sidebar h3:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  background: #ab1b18;
  height: 0.75em;
  vertical-align: top;
  margin: 0.1em 0 0 0.25em;
}
@keyframes flow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.layer {
  background-image: url(/_/e/conf2019/slide-001.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  width: 100% !important;
  max-width: inherit !important;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 8em 0 3em 0;
  opacity: 0;
  transform: transale3d(0, 0, 0);
}
.layer.fixed {
  background-attachment: fixed;
}
.layer.page {
  padding: 0;
}
.layer.active {
  opacity: 1;
}
.layer.next {
  opacity: 1;
  z-index: 1;
}
.layer:nth-child(n+1) {
  display: none;
}
.ready .layer {
  display: block;
}
.layers {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: 0;
}
.layers .layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.layers.animation .banner {
  top: 0;
  left: 0;
  opacity: 0;
}
.layers.animation .banner.previous {
  opacity: 0;
  top: 0;
  left: 0;
  animation: exitleft 2s ease 1;
  animation-fill-mode: forwards;
}
.layers.animation .banner.active {
  top: 0;
  left: 100%;
  opacity: 1;
  animation: enterright 2s ease 1;
  animation-fill-mode: forwards;
}
@keyframes exitleft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes enterright {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.thumbnails {
  position: relative;
  top: -3em;
  z-index: 10;
  right: 0;
  height: 0;
  margin: 0 !important;
  text-align: right;
}
.thumbnails .layer {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
  min-height: 1em !important;
  padding: initial;
  border-radius: 0.5em;
  margin-left: 1em;
  background: #fff;
  opacity: 0.5;
}
.thumbnails .layer * {
  display: none;
}
.thumbnails .layer.active {
  opacity: 1;
  background: #252d4f;
}
.thumbnails .layer:hover {
  background: #252d4f;
}
#twitterBox iframe {
  width: 100% !important;
}
#socialnetworks {
  position: absolute;
  font-size: 1.5em;
  top: 0;
}
#socialnetworks a {
  width: 1.5em;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}
#socialnetworks a:after {
  display: none;
}
#socialnetworks a:link,
#socialnetworks a:visited {
  opacity: 0.5;
}
#socialnetworks a:active,
#socialnetworks a:hover {
  opacity: 1;
}
#content {
  background: #fff;
  z-index: 100;
  position: absolute;
  margin-top: -1em;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.75em;
  }
  .inline-picture {
    display: block !important;
    width: auto !important;
    margin: 1em;
    float: none;
  }
  /*
  body {
    padding: 0 0 0 17em;
  }
  #header,#footer {
    margin-left:-17em;
  }
  */
}
@media only screen and (min-width: 1000px) {
  #content {
    padding: 0 20%;
  }
  #footer {
    padding: 1em 0;
  }
  #toc-overview {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  #navbar ul.navbar.fixed h3,
  .floating.fixed h3 {
    background: #fff;
    padding-top: 1em;
    margin-top: 0 !important;
  }
  #navbar ul.navbar.fixed h3 + .box,
  .floating.fixed h3 + .box {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1350px) {
  #toc-overview {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/_/font/fira/eot/FiraSans-Light.eot');
  src: local('Fira Sans Light'), url('/_/font/fira/eot/FiraSans-Light.eot') format('embedded-opentype'), url('/_/font/fira/woff/FiraSans-Light.woff') format('woff'), url('/_/font/fira/ttf/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/_/font/fira/eot/FiraSans-LightItalic.eot');
  src: local('Fira Sans Light Italic'), url('/_/font/fira/eot/FiraSans-LightItalic.eot') format('embedded-opentype'), url('/_/font/fira/woff/FiraSans-LightItalic.woff') format('woff'), url('/_/font/fira/ttf/FiraSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/_/font/fontawesome-webfont.eot?v=4.6.3');
  src: url('/_/font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/_/font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/_/font/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/_/font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/_/font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.full #header .nav,
.full .logo {
  display: none;
}
/* Landing pages variables */
@font-face {
  font-family: 'first-icons';
  src: url('/_/font/first-icons-v1.5.ttf?lld53r') format('truetype'), url('/_/font/first-icons-v1.5.woff?lld53r') format('woff'), url('/_/font/first-icons-v1.5.svg?lld53r#first-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
[class^="icon-"]:before:hover,
[class*=" icon-"]:before:hover,
[class^="icon-"]:before:active,
[class*=" icon-"]:before:active {
  text-decoration: none;
}
.icon-filter:before {
  content: "\e91d";
}
.icon-search:before {
  content: "\e911";
}
.icon-newspaper:before {
  content: "\e912";
}
.icon-globe:before {
  content: "\e913";
}
.icon-check:before {
  content: "\e914";
}
.icon-pin:before {
  content: "\e915";
}
.icon-vn:before {
  content: "\e90d";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-heart:before {
  content: "\2665";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-light-bulb:before {
  content: "\f000";
}
.icon-repo:before {
  content: "\f001";
}
.icon-user:before {
  content: "\f007";
}
.icon-mark-github:before {
  content: "\f00a";
}
.icon-cloud-download:before {
  content: "\f00b";
}
.icon-tag:before {
  content: "\f015";
}
.icon-issue-opened:before {
  content: "\f026";
}
.icon-comment:before {
  content: "\f02b";
}
.icon-question:before {
  content: "\f02c";
}
.icon-alert:before {
  content: "\f02d" !important;
}
.icon-gear:before {
  content: "\f02f";
}
.icon-tools:before {
  content: "\f031";
}
.icon-rocket:before {
  content: "\f033";
}
.icon-mail:before {
  content: "\f03b";
}
.icon-graph:before {
  content: "\f043";
}
.icon-triangle-left:before {
  content: "\f044";
}
.icon-credit-card:before {
  content: "\f045";
}
.icon-key:before {
  content: "\f049";
}
.icon-eye:before {
  content: "\f04e";
}
.icon-comment-discussion:before {
  content: "\f04f";
}
.icon-device-camera:before {
  content: "\f056";
}
.icon-info:before {
  content: "\f059";
}
.icon-triangle-right:before {
  content: "\f05a";
}
.icon-triangle-down:before {
  content: "\f05b";
}
.icon-link:before {
  content: "\f05c";
}
.icon-three-bars:before {
  content: "\f05e";
}
.icon-code:before {
  content: "\f05f";
}
.icon-quote:before {
  content: "\f063";
}
.icon-beer:before {
  content: "\f069";
}
.icon-settings:before {
  content: "\f07c";
}
.icon-link-external:before {
  content: "\f07f";
}
.icon-x:before {
  content: "\f081";
}
.icon-circle-slash:before {
  content: "\f084";
}
.icon-sync:before {
  content: "\f087";
}
.icon-stop:before {
  content: "\f08f";
}
.icon-bug:before {
  content: "\f091";
}
.icon-database:before {
  content: "\f096";
}
.icon-server:before {
  content: "\f097";
}
.icon-fb:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-hubot:before {
  content: "\f09d";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-triangle-up:before {
  content: "\f0aa";
}
.icon-pause:before {
  content: "\f0bb";
}
.icon-rewind:before {
  content: "\f0bc";
}
.icon-fast-forward:before {
  content: "\f0bd";
}
.icon-play:before {
  content: "\f0bf";
}
.icon-package:before {
  content: "\f0c4";
}
.icon-browser:before {
  content: "\f0c5";
}
.icon-terminal:before {
  content: "\f0c8";
}
.icon-markdown:before {
  content: "\f0c9";
}
.icon-trashcan:before {
  content: "\f0d0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-keybase:before {
  content: "\e900";
}
.icon-podcast:before {
  content: "\e902";
}
.icon-validated:before {
  content: "\e903";
}
.icon-wire:before {
  content: "\e904";
}
.icon-threema:before {
  content: "\e905";
}
.icon-signal:before {
  content: "\e906";
}
.icon-copy:before {
  content: "\e901";
}
.icon-paper-plane:before {
  content: "\e908";
}
.icon-bell-slash:before {
  content: "\e909";
}
.icon-bell:before {
  content: "\e90a";
}
.icon-mastodon:before {
  content: "\e90b";
}
.icon-log-out:before {
  content: "\e90c";
}
.icon-tw:before {
  content: "\e907";
}
.icon-yes:before {
  content: "\e90e";
}
.icon-no:before {
  content: "\e90f";
}
.icon-more:before {
  content: "\e916";
}
.icon-program:before {
  content: "\e917";
}
.icon-pencil:before {
  content: "\e918";
}
.icon-calendar:before {
  content: "\e919";
}
.icon-lock:before {
  content: "\e91a";
}
.icon-map:before {
  content: "\e91b";
}
.icon-checked:before {
  content: "\e91c";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-registered:before {
  content: "\ea52";
}
.subnav {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1;
  opacity: 0.25;
  cursor: pointer;
}
.subnav:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05b";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  min-width: 1.5em;
  text-align: center;
}
.subnav:hover,
.subnav:active,
a:hover + .subnav,
a:active + .subnav {
  opacity: 1;
  /*.box-shadow();*/
}
.subnav.active {
  opacity: 1;
  /*.box-shadow();*/
}
.nav.right > .subnav:before {
  content: "\f05e";
}
.sponsor-list ul li a::after,
.logo-list ul li a::after {
  display: inline-block;
}
a[href^='http://']:after,
a[href^='https://']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07f";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a[href^='http://']:hover:after,
a[href^='https://']:hover:after,
a[href^='http://']:active:after,
a[href^='https://']:active:after {
  opacity: 1;
}
a[href^='https://www.first.org']:after {
  display: none;
}
a[href^='https://www.first.org']:hover:after,
a[href^='https://www.first.org']:active:after {
  opacity: 1;
}
a[title]:after {
  display: none;
}
a[href^='mailto:']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03b";
  display: inline-block;
  margin: 0 0 0 0.25em;
  opacity: 0.5;
}
a[href^='mailto:']:hover:after,
a[href^='mailto:']:active:after {
  opacity: 1;
}
a[href$='.pdf']:after,
a[href$='.doc']:after,
a[href$='.zip']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00b";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a[href$='.pdf']:hover:after,
a[href$='.doc']:hover:after,
a[href$='.zip']:hover:after,
a[href$='.pdf']:active:after,
a[href$='.doc']:active:after,
a[href$='.zip']:active:after {
  opacity: 1;
}
a[href$='.mp3']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a[href$='.mp3']:hover:after,
a[href$='.mp3']:active:after {
  opacity: 1;
}
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  opacity: 0.5;
  display: inline-block;
  margin: 0 0.25em;
}
a:hover [class^="icon-"]:before,
a:active [class^="icon-"]:before,
a:hover [class*=" icon-"]:before,
a:active [class*=" icon-"]:before {
  opacity: 1;
}
.tlp-clear a[href$='#secure']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
.tlp-clear a[href$='#secure']:hover:after,
.tlp-clear a[href$='#secure']:active:after {
  opacity: 1;
}
.image-center img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
/**
 * Event and Events subpages (Program, Hotels, etc)
 */
.photo-event {
  text-align: center;
}
.photo-event img {
  border: none;
}
ul.pc-list,
.cards-list > ul {
  list-style: none;
  color: #444;
  padding: 0;
  margin-bottom: 6em !important;
}
ul.pc-list > li,
.cards-list > ul > li {
  display: block;
  position: relative;
  background: #eee;
  border-bottom: 0.25em solid #eee;
  margin: 0 0 2em 0;
  border-radius: 4em 0 0 0;
  height: 14em;
  border-bottom: 0.01em solid #8d9eaa;
}
ul.pc-list > li .pc-member,
.cards-list > ul > li .pc-member {
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 100%;
}
ul.pc-list > li .biography,
.cards-list > ul > li .biography {
  background: #eee;
}
ul.pc-list p.host,
.cards-list > ul p.host,
ul.pc-list .biography,
.cards-list > ul .biography {
  padding: 0 0.75em;
}
ul.pc-list p.host,
.cards-list > ul p.host {
  font-weight: 700;
  min-height: 1.5em;
}
ul.pc-list p.role,
.cards-list > ul p.role {
  min-height: 1.5em;
  font-size: 0.9em;
  padding: 0 0.8em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
ul.pc-list .biography,
.cards-list > ul .biography {
  clear: left;
}
ul.pc-list .biography p:last-child,
.cards-list > ul .biography p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.pc-list img.picture,
.cards-list > ul img.picture {
  position: absolute;
  width: 8em;
  height: 8em;
  border-radius: 4em;
  border: 0.15em solid #ff8000;
  margin: 0 -0.5em -0.5em 0;
  z-index: 1;
  left: -0.75em;
  top: -0.75em;
}
ul.pc-list h4,
.cards-list > ul h4 {
  font-size: 1.25em;
  height: 3em;
  position: relative;
  background: #8d9eaa;
  color: #fff;
  padding: 0;
  margin-bottom: 0.25em;
}
ul.pc-list h4 span,
.cards-list > ul h4 span {
  position: absolute;
  bottom: 0.25em;
  left: 0.6em;
  display: inline-block;
}
ul.pc-list .chair h4,
.cards-list > ul .chair h4,
ul.pc-list .vice-chair h4,
.cards-list > ul .vice-chair h4,
ul.pc-list .board-liaison h4,
.cards-list > ul .board-liaison h4 {
  background: #00400d;
}
ul.pc-list .chair .role,
.cards-list > ul .chair .role,
ul.pc-list .vice-chair .role,
.cards-list > ul .vice-chair .role,
ul.pc-list .board-liaison .role,
.cards-list > ul .board-liaison .role {
  color: #00400d;
}
ul.pc-list .has-picture,
.cards-list > ul .has-picture {
  /*
    &:before {
      content:' ';
      display:block;
      position:absolute;
      width:50%;
      height:3.75em;
      left:0;
      top:0;
      background:#8d9eaa;
      border-radius: 4em 0 0 0;
    }
    */
}
ul.pc-list .has-picture h4,
.cards-list > ul .has-picture h4 {
  border-radius: 4em 0 0 0;
}
ul.pc-list .has-picture h4 span,
.cards-list > ul .has-picture h4 span {
  padding-left: 5.9em;
}
ul.pc-list .has-picture p.host,
.cards-list > ul .has-picture p.host {
  padding-left: 8em;
}
ul.pc-list .has-picture p.role,
.cards-list > ul .has-picture p.role {
  padding-left: 9em;
}
ul.pc-list a.expand,
.cards-list > ul a.expand {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 3em;
  cursor: pointer;
  background: linear-gradient(to bottom right, rgba(238, 238, 238, 0) 50%, #eee);
}
ul.pc-list a.expand:after,
.cards-list > ul a.expand:after {
  display: inline-block;
  content: '-';
  font-size: 2em;
  font-weight: bold;
  height: 1em;
  width: 1em;
  text-align: center;
  color: #fff;
  background: #ff8000;
  position: absolute;
  right: -0.25em;
  bottom: -0.5em;
  border-radius: 1em;
  line-height: 0.85em;
}
ul.pc-list a.expand.more:after,
.cards-list > ul a.expand.more:after {
  content: '+';
  line-height: 1em;
}
ul.pc-list .pc-member.expanded,
.cards-list > ul .pc-member.expanded {
  position: absolute;
  overflow-x: visible;
  overflow-y: visible;
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.4);
  border-radius: 4em 0 0 0;
  z-index: 2;
  max-height: inherit;
}
ul.pc-list .pc-member.expanded + img,
.cards-list > ul .pc-member.expanded + img {
  z-index: 3;
}
ul.pc-list .pc-member.expanded .biography,
.cards-list > ul .pc-member.expanded .biography {
  padding-bottom: 1em;
}
.profile-picture {
  padding: 0 0 3em 1em;
  width: 150px;
  text-align: center;
}
.profile-picture .p-picture {
  display: inline-block;
  margin: 0 1em 1em 0;
  vertical-align: top;
}
.profile-picture img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  display: inline-block;
}
.profile-picture ~ h1 {
  padding-top: 0;
}
.cards-list > ul .flag:before {
  transform: scale(0.75);
}
.cards-list > ul h3,
.cards-list > ul h4 {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: normal;
  height: 4em;
  position: relative;
  background: #8d9eaa;
  color: #fff;
  padding: 0;
  margin-bottom: 0.25em;
  overflow-y: hidden;
  overflow-x: hidden;
}
.cards-list > ul h3:active,
.cards-list > ul h4:active,
.cards-list > ul h3:hover,
.cards-list > ul h4:hover {
  background: #ff8000;
}
.cards-list > ul h3 span,
.cards-list > ul h4 span,
.cards-list > ul h3 a,
.cards-list > ul h4 a {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 95%;
  padding: 3em 0.6em 0.25em 0.6em;
  display: block;
}
.cards-list > ul h3 span:before,
.cards-list > ul h4 span:before,
.cards-list > ul h3 a:before,
.cards-list > ul h4 a:before {
  position: absolute;
  right: 3%;
  bottom: 0;
  color: #fff;
}
.cards-list > ul h3 span:link,
.cards-list > ul h4 span:link,
.cards-list > ul h3 a:link,
.cards-list > ul h4 a:link,
.cards-list > ul h3 span:visited,
.cards-list > ul h4 span:visited,
.cards-list > ul h3 a:visited,
.cards-list > ul h4 a:visited,
.cards-list > ul h3 span:active,
.cards-list > ul h4 span:active,
.cards-list > ul h3 a:active,
.cards-list > ul h4 a:active,
.cards-list > ul h3 span:hover,
.cards-list > ul h4 span:hover,
.cards-list > ul h3 a:hover,
.cards-list > ul h4 a:hover {
  color: #fff;
  text-decoration: none;
}
.cards-list > ul h4 {
  font-size: 1em;
  height: 5em;
  margin-bottom: 0.3em;
}
.cards-list > ul > li {
  height: auto;
  border-bottom: none;
}
.cards-list > ul > li > p {
  margin: 0 0.75em;
}
.cards-list > ul .downloads,
.cards-list > ul blockquote {
  background: #8d9eaa;
  background: transparent;
  background: hsla(204.82758621, 14.57286432%, 60.98039216%, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d9eaadechex(64)', endColorstr='#8d9eaadechex(64)');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8d9eaadechex(64), endColorstr=#8d9eaadechex(64))";
  padding: 0;
  margin: 0;
  position: relative;
}
.cards-list > ul .downloads:before,
.cards-list > ul blockquote:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  line-height: 1.25em;
  display: inline-block;
  padding: 0.25em 0.75em;
  content: "\f00b";
  color: #8d9eaa;
}
.cards-list > ul .downloads > p,
.cards-list > ul blockquote > p {
  display: inline-block;
  padding: 0;
  vertical-align: 0.35em;
}
.cards-list > ul .downloads > p .flag,
.cards-list > ul blockquote > p .flag {
  margin: 0.5em 0;
}
.cards-list > ul .downloads > ul,
.cards-list > ul blockquote > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  padding: 0.75em 0;
  margin: 0;
  background: #d6dbde;
  line-height: 1em;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.4);
  border-top: 0.01em solid #8d9eaa;
  list-style: none;
}
.cards-list > ul .downloads > ul > li,
.cards-list > ul blockquote > ul > li {
  margin: 0 0 0.5em 3.2em;
}
.cards-list > ul .downloads > ul > li li,
.cards-list > ul blockquote > ul > li li {
  margin-bottom: 0;
}
.cards-list > ul .downloads > ul .flag,
.cards-list > ul blockquote > ul .flag {
  vertical-align: -0.3em;
  position: relative;
  left: -2.5em;
}
.cards-list > ul .downloads > ul .flag:before,
.cards-list > ul blockquote > ul .flag:before {
  margin-right: 0.4em;
}
.cards-list > ul .downloads:hover,
.cards-list > ul blockquote:hover,
.cards-list > ul .downloads:active,
.cards-list > ul blockquote:active,
.cards-list > ul .downloads:focus,
.cards-list > ul blockquote:focus,
.cards-list > ul .downloads.active,
.cards-list > ul blockquote.active {
  background: #ff8000;
  background: transparent;
  background: hsla(30.11764706, 100%, 50%, 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8000dechex(38)', endColorstr='#ff8000dechex(38)');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8000dechex(38), endColorstr=#ff8000dechex(38))";
}
.cards-list > ul .downloads:hover > ul,
.cards-list > ul blockquote:hover > ul,
.cards-list > ul .downloads:active > ul,
.cards-list > ul blockquote:active > ul,
.cards-list > ul .downloads:focus > ul,
.cards-list > ul blockquote:focus > ul,
.cards-list > ul .downloads.active > ul,
.cards-list > ul blockquote.active > ul {
  display: block;
}
@media only screen and (min-width: 768px) {
  ul.pc-list,
  .cards-list > ul {
    white-space-collapse: discard;
    font-size: 0;
  }
  ul.pc-list > li,
  .cards-list > ul > li {
    font-size: initial;
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
  ul.pc-list > li:nth-child(odd),
  .cards-list > ul > li:nth-child(odd) {
    margin-right: 3%;
  }
  ul.pc-list .downloads,
  .cards-list > ul .downloads,
  ul.pc-list blockquote,
  .cards-list > ul blockquote {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .cards-list > ul > li {
    height: 20em;
  }
  .profile-picture {
    position: absolute;
    right: 100%;
    margin-right: 1em;
  }
  #body div:first-child .profile-picture {
    position: relative;
    right: inherit;
    margin: 0 0 0 1em;
    float: right;
  }
}
@media only screen and (min-width: 1000px) {
  ul.pc-list > li,
  .cards-list > ul > li {
    display: inline-block;
    width: 32%;
    margin-right: 2% !important;
  }
  ul.pc-list > li:nth-child(3n),
  .cards-list > ul > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1350px) {
  .nosidebar .cards-list > ul > li {
    display: inline-block;
    width: 23%;
    margin-right: 2% !important;
  }
  .nosidebar .cards-list > ul > li:nth-child(3n) {
    margin-right: 2% !important;
  }
  .nosidebar .cards-list > ul > li:nth-child(4n) {
    margin-right: 0 !important;
  }
}
.paper-files {
  list-style: none;
  padding: 0 0;
}
.paper-files summary::-webkit-details-marker {
  display: none;
}
.paper-files summary:focus,
.paper-files summary:active {
  outline: none;
}
.paper-files li {
  position: relative;
  border: none;
  margin: 0;
  clear: both;
}
.paper-files li li {
  clear: none;
}
.paper-files li .flags {
  position: absolute;
  top: 0;
  right: 1.5em;
  transform: scale(0.75);
  display: block;
  white-space: nowrap;
}
.paper-files li .flags .flag {
  margin-left: 0.5em;
  width: 2em;
  overflow-x: hidden;
  display: inline-block;
}
.paper-files li .flags ~ .backtop:before {
  right: 0;
  margin-top: 0;
}
.paper-files li .flags ~ h3 {
  padding-right: 3em;
}
.paper-files li h2 {
  padding: 0.1em 0;
  color: #060;
  border-bottom: 0.1em solid #00801a;
}
.paper-files li .p-pictures {
  display: block;
  color: #888;
  text-align: center;
}
.paper-files li .p-pictures .p-picture {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin: 0 1em 1em 0;
  vertical-align: top;
}
.paper-files li .p-pictures img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  display: inline-block;
}
.paper-files li:first-child {
  border-top: none;
}
.paper-files h4 {
  color: #339900;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.1em;
}
.paper-files ul {
  list-style: square outside url(/_/img/li.png);
}
.paper-files ul ul {
  margin: 0;
  list-style: square outside url(/_/img/li2.png);
}
.paper-files ul ul ul {
  list-style: square outside url(/_/img/li3.png);
}
.paper-files ul {
  margin: 0 0 1em 0;
}
.paper-files ul li {
  margin: 0 0 0.25em 0;
  padding: 0;
  background: none;
  font-weight: 400;
  color: #444;
}
.paper-files ul li p {
  margin: 0 !important;
}
.paper-files ol {
  list-style: decimal outside;
  padding-left: 0 !important;
  margin-bottom: 1em;
}
.paper-files ol li {
  font-weight: 400;
  color: #444;
  margin: 0 0 1em 1em;
  background: none;
  padding-bottom: 0;
}
.paper-files ul li ol {
  list-style: lower-alpha inside;
  padding-left: 0.25em !important;
}
.paper-files .p-speaker {
  font-style: oblique;
  padding: 0;
}
.paper-files .p-abstract {
  color: #444;
  margin-top: 10px;
  margin-bottom: 10px;
}
.paper-files .p-abstract p {
  padding: 0 0 0.5em 0;
}
.paper-files .p-abstract summary,
.paper-files .p-abstract blockquote {
  display: block;
  border-left: 8px solid #ccc;
  padding: 0 1em;
  background: #f5f5f5;
  margin-bottom: 1.25em;
}
.paper-files .p-abstract summary p,
.paper-files .p-abstract blockquote p {
  font-style: italic;
}
.paper-files .p-abstract summary p:last-child,
.paper-files .p-abstract blockquote p:last-child {
  margin-bottom: 0;
}
.paper-files .p-abstract summary .summary,
.paper-files .p-abstract blockquote .summary {
  background: none;
  padding: 0;
  margin: 0;
}
.paper-files .p-abstract summary h2,
.paper-files .p-abstract blockquote h2 {
  font-size: 1em;
  border: none;
  padding: 0;
  color: #000;
}
.paper-files .p-abstract blockquote {
  margin: 0 0 1.25em 0;
  padding: 0.5em 1em;
}
.paper-files .notes {
  margin: 1em 0;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #999;
}
.paper-files .notes a,
.paper-files .notes strong {
  font-size: 1.25em;
}
.paper-files .notes strong a,
.paper-files .notes a strong {
  font-size: 1em;
}
.block-example blockquote {
  margin: 0 0 1em 0;
  padding: 0 0 0 0.6em;
  border-left: 0.4em solid #ccc;
  font-style: oblique;
  color: #111;
}
.block-example blockquote em {
  font-style: normal;
}
.block-example blockquote > ul:first-child > li:first-child,
.block-example blockquote > p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.block-example blockquote > ul:last-child > li:last-child,
.block-example blockquote > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.files .file,
.block-file blockquote,
.p-publication {
  vertical-align: top;
  margin: 1em 0;
}
.files .file iframe,
.block-file blockquote iframe,
.p-publication iframe,
.files .file video,
.block-file blockquote video,
.p-publication video {
  position: relative;
  width: 100%;
  background: #333;
  display: block;
  border-top: 0.4em solid #00400d;
  border-bottom: 0.1em solid #99d5b3;
  margin-top: -0.4em;
  min-height: 50vw;
}
.files .file p,
.block-file blockquote p,
.p-publication p {
  padding: 0;
  margin: 0 0;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #999;
}
.files .file p a,
.block-file blockquote p a,
.p-publication p a {
  font-size: 1.25em;
}
.files .file p img,
.block-file blockquote p img,
.p-publication p img {
  vertical-align: baseline;
  margin-right: 5px;
}
.p-publication .flag {
  display: none;
}
.hidden {
  display: none;
}
.no-page-control.items1 .search-item:nth-child(1n+3),
.no-page-control.items2 .search-item:nth-child(1n+4),
.no-page-control.items3 .search-item:nth-child(1n+5),
.no-page-control.items4 .search-item:nth-child(1n+6),
.no-page-control.items5 .search-item:nth-child(1n+7),
.no-page-control.items10 .search-item:nth-child(1n+12) {
  display: none;
}
.paginate .next-page,
.no-page-control .page-control {
  display: none;
}
.page-control {
  text-align: center;
  margin-top: -1em;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.page-control li {
  display: inline-block;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  border: none !important;
}
.page-control a {
  display: inline-block;
  background: #00801a;
  color: #fff;
  margin: 0 0.7em 0.7em 0;
  padding: 0.7em 1em;
  cursor: pointer;
}
.page-control a:link,
.page-control a:visited {
  color: #fff !important;
}
.page-control a:hover,
.page-control a:active {
  color: #ff8000;
}
.page-control a:hover {
  background: #002b07;
}
.page-control.hidden {
  display: none;
}
form.search-input {
  max-width: 79em;
  background: #eee;
  color: #002b07;
  padding: 0.5em;
  margin: 0 0 1em 0;
  border: 1px solid #99d5b3;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}
form.search-input input {
  display: inline-block;
  font-size: 1em;
  padding: 0.25em;
  border: none;
  width: 50%;
  max-width: 15.5em;
  color: #111;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #fff;
  background: transparent;
  background: hsla(0, 0%, 100%, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdechex(128)', endColorstr='#fffdechex(128)');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffdechex(128), endColorstr=#fffdechex(128))";
}
form.search-input input:focus,
form.search-input input:hover,
form.search-input input:active {
  background: #fff;
}
form.search-input div {
  display: inline-block;
  padding: 0 0.5em;
}
.search-item.hidden {
  display: none;
}
@media only screen and (min-width: 768px) {
  .files .file,
  .block-file blockquote {
    display: inline-block;
    margin: 1em 1em 1em 0;
    width: 60%;
  }
  .files .file iframe,
  .block-file blockquote iframe,
  .files .file video,
  .block-file blockquote video {
    min-height: 12em;
  }
  .paper-files .schedule,
  .paper-files .notes {
    display: inline-block;
    margin: 1em 1em 1em 0;
    width: 30%;
  }
  .paper-files .schedule {
    float: right;
  }
  .paper-files li {
    padding-left: 11em;
  }
  .paper-files li .p-pictures {
    left: 0;
    width: 10em;
  }
  /*
  .paper-files li.pictures .p-abstract, .paper-files li.pictures .p-speaker, .paper-files li.pictures .files {
    margin-left: 160px;
  }
  */
  .pictures-in-navbar li.pictures,
  .pictures-in-navbar ~ div li.pictures {
    padding-left: 0;
  }
  .pictures-in-navbar li.pictures .p-abstract,
  .pictures-in-navbar ~ div li.pictures .p-abstract,
  .pictures-in-navbar li.pictures .p-speaker,
  .pictures-in-navbar ~ div li.pictures .p-speaker {
    margin-left: 0;
  }
  .pictures-in-navbar li.pictures h3,
  .pictures-in-navbar ~ div li.pictures h3 {
    margin-left: 0  ;
  }
  .pictures-in-navbar li.pictures .p-pictures,
  .pictures-in-navbar ~ div li.pictures .p-pictures {
    position: relative;
    float: left;
    width: 0;
    top: -1em;
    margin-left: -12em;
  }
  .pictures-in-navbar li.pictures .p-pictures .p-picture,
  .pictures-in-navbar ~ div li.pictures .p-pictures .p-picture {
    width: 12em;
  }
  .pictures-in-navbar li.pictures .p-pictures .p-picture .text,
  .pictures-in-navbar ~ div li.pictures .p-pictures .p-picture .text {
    display: block;
  }
  .pictures-in-navbar li.pictures .p-pictures .p-picture img,
  .pictures-in-navbar ~ div li.pictures .p-pictures .p-picture img {
    width: 10em;
    height: 10em;
    border-radius: 5em;
  }
}
.files p.cgray {
  font-size: 0.9em;
  margin-left: 26px;
}
p.file-title {
  line-height: 20px;
}
.list-banner ul {
  list-style: none;
  padding: 0;
  margin: 0 1em;
  position: relative;
}
.list-banner ul li {
  margin: 1em 0;
  padding: 0;
}
