
/*
background: #f7f7d5
header: #9e1a1d
footer: @yellow
*/
html,
body {
  font: 16px/1.5em 'Open Sans', 'OpenSans', sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
}
html {
  background: #e0f4f0;
  background: -webkit-linear-gradient(top, #e0f4f0, #b4c8be 95%, #b4c8be);
  background: -moz-linear-gradient(top, #e0f4f0, #b4c8be 95%, #b4c8be);
  background: linear-gradient(top, #e0f4f0, #b4c8be 95%, #b4c8be);
  overflow-x: hidden;
  overflow-y: auto;
}
hr {
  max-width: 100em;
  margin: 0 auto;
  border: none;
  height: 0.2em;
  background: #263442;
  background: linear-gradient(to left, rgba(216, 188, 51, 0) 0%, #d8bc33 50%, rgba(216, 188, 51, 0) 100%);
  display: block;
  clear: both;
  margin: 0 auto 1em auto;
}
body {
  background: transparent;
}
p,
.p,
blockquote {
  max-width: 75em;
}
p,
.p {
  max-width: 75em;
  padding: 0;
  margin: 0 0 1.5em 0;
}
ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
}
li {
  padding: 0;
  margin: 0 0 0.75em 0;
  color: #000;
}
#body ul li {
  list-style: none;
  text-indent: -0.5em;
}
#body ul li::before {
  content: '▪ ';
  display: inline-block;
  width: 0.5em;
  color: #c18a00;
  /* HOME; #e0e622;- INTERNAS: #c18a00 */
}
#body ul li > p {
  text-indent: 0;
  margin: 0;
}
#body ul li > p:first-child {
  display: inline-block;
}
#body .sponsor-list ul li > p:first-child {
  display: block;
}
@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;
}
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: #d02c2f;
  font-size: 1.5em;
  line-height: 0.8em;
  max-width: 100%;
  padding: 1em 0 !important;
}
h1 strong,
h2 strong {
  font-size: 1.25em;
  display: block;
}
h1 {
  color: #96262c;
  text-align: center;
  display: block;
  font-size: 2.5em;
}
h1#Local-Host {
  font-size: 2em;
}
a:link,
a:visited {
  color: #c18a00;
  text-decoration: none;
}
a:active,
a:hover {
  color: #3b596d;
}
html.index {
  background: #648b8e;
  background: -webkit-linear-gradient(top, #648b8e, #648b8e 75%, #394657);
  background: -moz-linear-gradient(top, #648b8e, #648b8e 75%, #394657);
  background: linear-gradient(top, #648b8e, #648b8e 75%, #394657);
}
html.index a:link,
html.index a:visited {
  color: #e0e622;
}
html.index a:active,
html.index a:hover {
  color: #0f2638;
}
html.index body {
  color: #fff;
}
html.index h1 {
  color: #e2c100;
}
html.venue blockquote {
  float: left;
  width: 50%;
  position: relative;
  margin: 0 1em 0 0.5em;
}
html.venue blockquote p {
  display: inline-block;
  margin: 0;
  background: #fff;
  padding: 1em 1.5em 1em 45%;
  padding: 1em 1.5em 1em calc(50% - 1.5em);
}
html.venue blockquote:before {
  content: ' ';
  position: absolute;
  display: block;
  background: url(/_/e/conf2023/venue.png) 0 0 no-repeat;
  background-size: contain;
  width: 45%;
  width: calc(50% - 1em);
  left: -1em;
  top: -1em;
  min-height: 20em;
}
html.venue blockquote:after {
  content: ' ';
  float: left;
  display: inline-block;
  width: 1px;
  min-height: 20em;
}
@media only screen and (max-width: 768px) {
  html.venue blockquote {
    float: none;
    width: auto;
    min-height: 18em;
  }
  html.venue blockquote:after {
    display: none;
  }
}
h3,
.h-entry h3 {
  color: #f32735;
  line-height: 1em;
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}
h3 a:visited,
.h-entry h3 a:visited,
h3 a:link,
.h-entry h3 a:link {
  color: #d02c2f !important;
  font-weight: 400;
}
h4 {
  color: #f32735;
  line-height: 1em;
}
sup {
  font-size: 0.65em;
}
.h-entry h3:after {
  display: none;
}
h2.conf-name {
  font-size: 1.25em;
  font-family: 'Open Sans', 'OpenSans', sans-serif;
  color: #96262c;
  padding: 1em 0 0 1em !important;
  position: relative;
}
h2.conf-name strong {
  font-weight: 700;
  display: inline;
}
h2.conf-name:before {
  content: ' ';
  position: absolute;
  height: 1.25em;
  top: 1.25em;
  left: 0;
  background: url(/_/e/conf2023/shield.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 -0.25em;
}
#header {
  font-size: 0.8em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  background: #9e1a1d;
  min-height: auto;
  margin-bottom: 0 !important;
  border: none;
  z-index: 12;
}
#header ul,
#header li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  max-width: inherit;
}
#header .nav {
  background: none;
  padding-left: 0;
  z-index: 101;
  min-width: auto;
  display: inline-block;
  border-bottom: none;
  float: right;
  max-width: 16em;
  top: 100%;
}
#header .nav > .subnav {
  text-align: center;
  line-height: 1.5em;
  font-size: 2em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
#header .nav > .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: "\f05e";
  color: #fff;
}
#header .nav > .subnav:hover:before,
#header .nav > .subnav.active:before {
  color: #e2ac22;
}
#header .nav ul {
  border-top: none;
}
#header .nav ul ul {
  background: #9e1a1d !important;
  border-top: 1px solid #ed1c2e;
  border-bottom: 1px solid #ed1c2e;
  box-shadow: 0.5em 1em 2em rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#header .nav ul.navbar {
  background: #9e1a1d;
  position: absolute;
  right: 0;
  top: 100%;
  box-shadow: none;
  display: none;
}
#header .nav ul.navbar:before,
#header .nav ul.navbar:after {
  display: none;
  content: '';
}
#header .nav ul.navbar ul {
  white-space: normal;
  position: relative;
  top: 100%;
  width: 16em;
  left: 50%;
  margin-left: -8em;
  display: block;
  border-top: 1px solid #ed1c2e;
  opacity: 0;
  height: 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;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#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);
  height: auto;
  opacity: 1;
}
#header .nav ul.navbar li {
  position: relative;
  display: block;
}
#header .nav ul.navbar a {
  width: 16em;
  height: auto;
  text-decoration: none;
  display: block;
  line-height: 1.5em;
  padding: 0.75em 1em;
}
#header .nav ul.navbar a.subnav {
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  height: 1.25em;
}
#header .nav ul.navbar a.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";
  color: #fff;
  opacity: 0.5;
}
#header .nav ul.navbar a.subnav:hover:before,
#header .nav ul.navbar a.subnav:active:before,
#header .nav ul.navbar a.subnav.active:before {
  opacity: 1;
  color: #e2ac22;
}
#header .nav:hover ul.navbar,
#header .nav.active ul.navbar,
#header .nav > .subnav.active + ul.navbar {
  display: block;
}
#header .nav li:hover > .subnav,
#header .menu li:hover > .subnav {
  background: none;
}
#header .nav li:hover > .subnav:before,
#header .menu li:hover > .subnav:before {
  color: #fff;
}
#header .first-org {
  background: #9e1a1d;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  position: relative;
  left: 0;
  z-index: 21;
  top: 0;
  width: 100%;
  height: 3em;
  text-align: left;
}
#header .first-org a {
  text-decoration: none;
}
#header .first-org a:link,
#header .first-org a:visited {
  color: #ffffff;
  background-color: #9e1a1d !important;
}
#header .first-org a:hover,
#header .first-org a:active {
  color: #e2e419;
  background-color: #ed1c2e !important;
}
#header .firstcon {
  display: block;
  width: 14em;
  height: 3em;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  left: 0;
  z-index: 103;
}
#header .firstcon a {
  z-index: 14;
  position: absolute;
  left: 0;
  padding: 0 1em !important;
}
#header .firstcon a:link,
#header .firstcon a:visited {
  background: transparent !important;
}
#header .firstcon img {
  height: 3em;
}
#socialnetworks {
  float: right;
  z-index: 102;
  position: relative;
}
#socialnetworks a {
  font-size: 1.5em;
  line-height: 2em;
  padding: 0.25em 0.25em;
  margin: 0;
}
#socialnetworks a:after {
  display: none;
}
.text-size {
  font-size: 1em;
  text-align: left;
}
.text-sizeimg,
.text-size img {
  height: 2em;
}
.youtube-playlist {
  background: #1c2e3e;
  color: #ffffff;
  padding-top: 10px;
  position: relative;
}
.youtube-playlist .mega-button {
  background: inherit !important;
  font-size: 1.2em !important;
}
.youtube-playlist .mega-button a {
  background: inherit !important;
  color: inherit !important;
  margin-top: -0.55em;
}
.youtube-playlist .mega-button a:after {
  display: none;
}
.youtube-playlist .mega-button a:link,
.youtube-playlist .mega-button a:visited {
  color: inherit !important;
}
.youtube-playlist .mega-button a:hover {
  background-color: #ed1c2e !important;
}
.youtube-playlist .mega-button a [class^="icon-"]:before,
.youtube-playlist .mega-button a [class*=" icon-"]:before {
  opacity: 1;
}
.youtube-playlist .mega-button a .icon-youtube {
  padding-right: 0.3em;
  vertical-align: middle;
}
.mega-button {
  margin: 0;
  background: #e2c100;
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 1.6em;
  height: 2.5em;
}
.mega-button p {
  padding: 0.5em 0 !important;
}
.mega-button a {
  display: block;
  margin: -0.5em 0;
  padding: 0.5em 0;
  background: #f6cf32;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.mega-button a:link,
.mega-button a:visited {
  color: #094269 !important;
}
.mega-button a:active,
.mega-button a:hover {
  background-color: #ff8000;
  color: #fff !important;
}
.mega-button .countdown {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25em;
  position: relative;
  z-index: 1;
}
.mega-button .countdown strong {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 0.6em;
  width: 2em;
  padding: 0.35em 0 0 0;
}
.mega-button .countdown strong span,
.mega-button .countdown strong em {
  display: block;
}
.mega-button .countdown strong em {
  font-style: normal;
  font-weight: 400;
  font-size: 0.35em;
}
.mega-button .countdown.end {
  display: none;
}
.mega-button .countdown span:nth-child(7) {
  display: inline-block;
  text-align: right;
  margin-left: -0.4em;
  width: 1.4em;
}
.sponsor-list h1 ~ h2 {
  padding: 0.75em 0 !important;
}
.sponsor-list h1 ~ h2:after {
  content: ' \f5a2';
  color: #c0bfbf;
  text-transform: none;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.sponsor-list h1 ~ h2#Diamond:after {
  content: ' \f3a5';
  color: #008da9;
}
.sponsor-list h1 ~ h2#Gold:after {
  content: ' \f005';
  color: #f58020;
}
.sponsor-list h1 ~ h2#Silver:after {
  content: ' \f005';
  color: #c0bfbf;
}
.sponsor-list h1 ~ h2#Bronze:after {
  content: ' \f005';
  color: #e0b500;
}
.sponsor-list h1 ~ h2#Champions:after {
  content: ' \f091';
  color: #ffc000;
}
.sponsor-list h4 {
  color: #c0bfbf;
}
.sponsor-list h4:before {
  content: ' \f5a2';
  text-transform: none;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 1em;
  text-decoration: inherit;
}
.sponsor-list h4#Diamond {
  color: #008da9;
}
.sponsor-list h4#Diamond:before {
  content: ' \f3a5';
}
.sponsor-list h4#Gold {
  color: #f58020;
}
.sponsor-list h4#Gold:before {
  content: ' \f005';
}
.sponsor-list h4#Silver {
  color: #c0bfbf;
}
.sponsor-list h4#Silver::before {
  content: ' \f005';
}
.sponsor-list h4#Bronze {
  color: #e0b500;
}
.sponsor-list h4#Bronze:before {
  content: ' \f005';
}
.sponsor-list h4#Champions {
  color: #ffc000;
}
.sponsor-list h4#Champions:before {
  content: ' \f091';
}
.sponsor-list ul {
  margin: 2em auto;
  padding: 0;
  position: relative;
  text-align: center;
}
.sponsor-list ul li {
  vertical-align: top;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 11em;
  height: 12em;
  background: url(/_/e/conf2023/shield-sponsor.png) no-repeat 0 0;
  background-size: 12em;
  padding: 0 1em 1em 0;
  margin: 0 1em 1em 0;
}
.sponsor-list ul li:before {
  display: none !important;
}
.sponsor-list ul li h4 {
  position: absolute;
  top: 0.75em;
  width: calc(100% - 1em);
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.25em;
  font-weight: 400;
}
.sponsor-list ul li h4 ~ p,
.sponsor-list ul li h3,
.sponsor-list ul li h3 ~ p {
  display: none;
}
.sponsor-list ul li img {
  display: inline-block;
  width: 90%;
  max-height: 90%;
  margin-top: 5%;
  margin-left: 6%;
}
.centered {
  text-align: center;
}
p.button a,
a.button,
.page-control a {
  margin: 0 1em 1em 0;
  display: inline-block;
  padding: 0.4em 1em;
  background-color: #e2c100;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}
p.button a:link,
a.button:link,
.page-control a:link,
p.button a:visited,
a.button:visited,
.page-control a:visited {
  color: #fff !important;
}
p.button a:hover,
a.button:hover,
.page-control a:hover,
p.button a:active,
a.button:active,
.page-control a:active {
  background-color: #d02c2f !important;
  color: #fff !important;
}
p.button a.full,
a.button.full,
.page-control a.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,
a.button.right {
  margin: 0;
  position: absolute;
  right: 0;
}
p.button.top,
a.button.top {
  margin: 0;
  position: absolute;
  top: 0;
}
.overlay {
  opacity: 0;
  position: fixed;
  max-width: 100vw !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.overlay iframe {
  margin: 5%;
  width: 90%;
  height: 90%;
  max-height: 45vw;
  border: none;
}
.overlay a.button.z-i--close {
  flex: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1em;
  height: 1em;
  background: transparent;
  z-index: 100;
}
.overlay a.button.z-i--close:before {
  font-family: 'FontAwesome';
  content: '\f057';
  display: block;
  text-align: center;
  font-size: 2.5em;
  color: #9e1a1d;
}
.overlay a.button.z-i--close:hover:before {
  color: #ed1c2e;
}
.overlay a.button.z-i--close:hover,
.overlay a.button.z-i--close:active {
  background-color: transparent !important;
}
.overlay .pc-member {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.conf2022-videos img {
  background: url(/_/e/conf2023/firstcon22-video-bkg.jpg) no-repeat;
  background-size: cover;
}
.overlay .video-preview {
  width: 90%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.overlay .video-preview iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
}
.overlay .video-preview .button.z-i--close::before {
  color: #fff;
  font-size: 1.25em;
  text-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.5);
}
.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;
  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: #e2c100;
  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: #e2c100;
}
.page-control.hidden {
  display: none;
}
.overlay .image-preview {
  background: rgba(0, 0, 0, 0.4);
  color: #000;
  position: relative;
}
.overlay .image-preview img {
  display: inline-block;
  max-width: 95vw;
  max-height: 95vh;
}
.overlay .image-preview p.legend {
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  margin: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 1em);
  white-space: pre-line;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.overlay .image-preview .button.z-i--close::before {
  color: #fff;
  font-size: 1.25em;
  text-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.5);
}
img.pc-chair.picture {
  border: 0.25em solid yellow;
  width: 15em;
  height: 15em;
  margin: 0 1.5em 1.5em 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img.pc-chair.picture:hover,
img.pc-chair.picture:active,
img.pc-chair.picture:focus {
  height: 17em;
  width: 17em;
  margin: -1em 0.5em 0.5em -1em;
}
.pop-content {
  background: #ccddd6;
  border-radius: 0 0 2em 2em;
  padding: 1em 1em 1em 18em;
  max-width: calc(85% - 18em);
  color: #000;
  position: relative;
  min-width: 30%;
  min-height: 18em;
  max-height: 90vh;
  overflow-y: auto;
}
.pop-content .button.z-i--close,
.pop-content .button.s-api--close {
  top: 1.25em !important;
  right: 2em !important;
  opacity: 0.5;
}
.pop-content .button.z-i--close:hover,
.pop-content .button.s-api--close:hover,
.pop-content .button.z-i--close:active,
.pop-content .button.s-api--close:active {
  opacity: 1;
}
.pop-content p {
  padding: 0;
  margin-bottom: 1em;
}
.pop-content h4 {
  display: none;
}
.pop-content h3 {
  clear: none;
  margin-top: 1em;
  font-size: 1.25em;
  color: #700844;
  color: #d02c2f;
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}
.pop-content h3 strong {
  font-weight: 700;
}
.pop-content img {
  position: absolute;
  width: 15em !important;
  height: 15em;
  left: 1em;
  top: 0.75em;
}
.pop-content.sponsor:before {
  content: ' ';
  position: absolute;
  left: 1em;
  height: 17em;
  width: 17em;
  top: 1em;
  background: url(/_/e/conf2023/shield-sponsor.png) no-repeat;
  background-size: contain;
}
.pop-content .pc-member h4 {
  display: block;
  color: #d02c2f;
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 0;
}
.pop-content .pc-member h4 strong {
  font-weight: 700;
}
.pop-content .pc-member ~ img.picture {
  border: 0.25em solid #e2c100;
  width: 14em !important;
  height: 14em !important;
  left: 1.5em;
  top: 1.5em;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media only screen and (max-width: 768px) {
  .pop-content {
    padding-left: 1em;
    max-width: calc(85% - 2em);
  }
  .pop-content img {
    position: relative;
    width: auto !important;
    height: 10em;
    margin: 0 auto;
    display: block;
  }
  .countdown {
    font-size: 0.8em !important;
  }
  .mega-button,
  .mega-button:before {
    height: 2em;
  }
  img.logo-stamp {
    left: calc(75% - 12em) !important;
  }
  .mega-button .countdown .p-start,
  .mega-button .countdown:before,
  .mega-button .countdown:after {
    display: none;
  }
}
.cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cards ul li {
  padding: 0;
  margin: 0 0 1.5em 0;
  display: inline-block;
  position: relative;
  width: 24em;
  height: 18em;
  text-indent: 0 !important;
  display: flex;
  float: left;
  align-items: center;
}
.cards ul li:before {
  flex: none;
  content: ' ' !important;
  position: absolute;
  display: block;
  left: 7.5%;
  top: 4.5%;
  width: 85% !important;
  height: 0;
  padding-bottom: 56.6%;
  background: url(/_/e/conf2023/card-01.jpg) #123 no-repeat;
  background-size: cover;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cards ul li:hover:before,
.cards ul li:active:before,
.cards ul li:focus:before {
  left: 0%;
  top: 0%;
  width: 100% !important;
  padding-bottom: 66.6%;
}
.cards ul li a {
  flex: 1;
  text-decoration: none;
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 0.75em;
}
.cards ul li a:before {
  flex: none;
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}
.cards ul li a:after {
  display: none;
}
.cards ul li a strong {
  font-weight: 700;
  display: block;
}
.cards ul li a:link,
.cards ul li a:visited {
  color: #fff;
}
.cards ul li:nth-child(2):before {
  background-image: url(/_/e/conf2023/card-02.jpg);
}
.cards ul li:nth-child(3):before {
  background-image: url(/_/e/conf2023/card-03.jpg);
}
.cards ul li:nth-child(4):before {
  background-image: url(/_/e/conf2023/card-04.jpg);
}
.cards ul li:nth-child(5):before {
  background-image: url(/_/e/conf2023/card-05.jpg);
}
.cards ul li:nth-child(6):before {
  background-image: url(/_/e/conf2023/card-06.jpg);
}
.cards ul:after {
  content: ' ';
  display: block;
  clear: left;
  height: 1px;
}
.cards.pop-list ul li:before {
  background: none;
  box-shadow: none;
}
.cards.pop-list li {
  overflow-x: hidden;
  overflow-y: hidden;
}
.cards.pop-list img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  flex: none;
  position: absolute;
  display: block;
  left: 7.5%;
  top: 4.5%;
  width: 85%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cards.pop-list li:hover img,
.cards.pop-list li:active img,
.cards.pop-list li:focus img {
  left: 0%;
  top: 0%;
  width: 100%;
}
.cards.c4 ul li {
  width: 18.75em;
  height: 14em;
}
.cards.no-pc ul li {
  overflow-x: visible;
  overflow-y: visible;
  height: 19.5em;
}
.cards.no-pc ul li:before {
  box-shadow: 0 3px 10px #000;
  padding-bottom: 85%;
  background: #aaa;
  z-index: 2;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
}
.cards.no-pc ul li:after {
  flex: none;
  content: ' ' !important;
  position: absolute;
  display: block;
  left: 7.5%;
  top: 4.5%;
  width: 85%;
  height: 0;
  padding-bottom: 85%;
  background: #aaa;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cards.no-pc ul li:hover:before,
.cards.no-pc ul li:active:before,
.cards.no-pc ul li:focus:before,
.cards.no-pc ul li:hover:after,
.cards.no-pc ul li:active:after,
.cards.no-pc ul li:focus:after {
  padding-bottom: 100%;
}
.cards.no-pc ul li:hover:after,
.cards.no-pc ul li:active:after,
.cards.no-pc ul li:focus:after {
  width: 100%;
  top: 0;
  left: 0;
}
.cards.no-pc ul li .role,
.cards.no-pc ul li .biography {
  display: none;
}
.cards.no-pc img {
  z-index: 1;
  box-shadow: none !important;
}
.cards.no-pc .pc-member {
  z-index: 3;
  position: absolute;
  bottom: 2em;
  left: 2em;
  text-align: left;
  color: #fff;
  text-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.6);
  margin-right: 2em;
}
.cards.no-pc h4 {
  color: #e2c100;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .cards ul li {
    width: 33%;
  }
}
@media only screen and (min-width: 1000px) {
  #header {
    font-size: 1em;
  }
  #header .nav {
    float: none;
    position: absolute;
    left: 50vw;
    width: 0;
    text-align: center;
    top: 0;
    max-width: inherit;
  }
  #header .nav > .subnav {
    display: none;
  }
  #header .nav .subnav {
    width: 20px;
  }
  #header .nav ul.navbar {
    background: transparent;
    display: block;
    margin-left: -50vw;
    width: 100vw;
    white-space: pre;
    position: relative;
  }
  #header .nav ul.navbar > li {
    display: inline-block;
  }
  #header .nav ul.navbar > li > a {
    display: inline-block;
  }
  #header .nav ul.navbar a {
    width: auto;
  }
  #header .nav ul.navbar a.subnav {
    z-index: 1;
    right: -1.25em;
  }
  #header .nav ul.navbar a.subnav:active,
  #header .nav ul.navbar a.subnav:hover,
  #header .nav ul.navbar a.subnav.active {
    background: transparent !important;
  }
  #header .nav ul.navbar a.subnav:active:before,
  #header .nav ul.navbar a.subnav:hover:before,
  #header .nav ul.navbar a.subnav.active:before {
    background: transparent;
  }
  #header .nav ul.navbar ul {
    white-space: normal;
    position: absolute;
    top: 100%;
    width: 16em;
    left: 50%;
    margin-left: -8em;
    display: block;
    border-top: 1px solid #ed1c2e;
    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;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #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;
  }
  #header .first-org {
    text-align: center;
  }
  #header .first-org .first-logo {
    width: 16em;
    display: block;
    text-align: center;
  }
}
.logo {
  clear: both;
  background: url('/_/e/conf2023/firstcon23-bkg.jpg?202210') 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  min-height: calc(100vh - 9em);
  display: flex;
  align-items: center;
}
.logo p,
.logo ul {
  flex: 1;
  max-width: inherit;
  padding: 0;
  margin: 0;
  line-height: 1em;
  margin: 0 5% 10% 5%;
}
.logo img {
  max-height: 20em;
  max-height: 65vh;
  max-width: 100%;
  position: relative;
  z-index: 1;
  width: auto;
  vertical-align: top;
}
.logo img.conf-support-logo {
  margin-top: -15%;
}
.logo img.conf-support-logo ~ a {
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  font-weight: 700 !important;
  font-size: 1.75em;
  display: inline-block;
  line-height: 1em;
  margin: 0.25em;
  padding: 0.25em 0.5em;
  background: #f32735;
  box-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s;
}
.logo img.conf-support-logo ~ a:link,
.logo img.conf-support-logo ~ a:visited {
  color: #f9f7c4;
}
.logo img.conf-support-logo ~ a:active,
.logo img.conf-support-logo ~ a:hover {
  color: #e2e419 !important;
  background: #9e1a1d;
}
h4.button-prompt {
  font-size: 1.25em;
}
.button-prompt {
  text-align: center;
}
.button-prompt a {
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 1.25em;
  display: inline-block;
  line-height: 1em;
  margin: 0.25em;
  padding: 0.25em 0.5em;
  background: #f32735;
  box-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s;
}
.button-prompt a:link,
.button-prompt a:visited {
  color: #f9f7c4 !important;
}
.button-prompt a:active,
.button-prompt a:hover {
  color: #e2e419 !important;
  background: #9e1a1d !important;
}
@media only screen and (min-width: 1000px) {
  .logo {
    align-items: flex-start;
  }
  .logo p,
  .logo ul {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .logo p > a,
  .logo li {
    flex: 1;
  }
  .logo li:first-child {
    text-align: right;
  }
  .logo img.conf-support-logo {
    margin-top: 0;
    display: inline-block;
  }
}
ul {
  list-style: square outside url(/_/e/conf2023/li.png);
}
ul ul {
  margin: 0;
  list-style: square outside url(/_/e/conf2023/li2.png);
}
.centered {
  text-align: center;
}
.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;
}
@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) {
  .landscape {
    display: none !important;
  }
  .portrait {
    display: block !important;
  }
}
#body,
#navbar,
#sidebar {
  z-index: 11;
  position: relative;
}
#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;
  margin: 0 auto;
  float: none;
}
#body > div {
  max-width: 75em;
  margin: 0 auto;
}
#body > div .footnotes {
  max-width: 85em;
  margin: 0 auto;
}
#body > div.full-width {
  max-width: inherit;
  margin: 0 -2em 0 -1em;
}
#footer {
  position: relative;
  top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 0.2em solid #d8bc33;
  background: #263442;
  color: #ffffff;
}
#footer a:after {
  display: none;
}
#footer p {
  padding: 1em;
  margin: 0;
}
#footer a:link,
#footer a:visited {
  color: #e0e6ee;
}
#footer .footer-logo img {
  max-width: 16em;
  margin: 0 2em;
}
@media only screen and (min-width: 768px) {
  #footer p {
    padding: 1em;
    margin: 0;
  }
  #footer > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  #footer > div .footer-logo {
    flex: 1;
  }
  #footer > div .footer-logo img {
    max-width: 16em;
    margin: 0 2em;
  }
  #footer > div .footer-content {
    flex: 5;
  }
}
#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: #e2e419;
}
#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;
}
/*@wsmall: 768px;
@wmedium: 1240px;
@wlarge: 1350px;
@wxlarge: 1600px;*/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.75em;
  }
  h1#Local-Host {
    font-size: 1.25em;
  }
  .logo h1 {
    font-size: 2.5em;
    margin-top: -1.75em;
  }
  .inline-picture {
    display: block !important;
    width: auto !important;
    margin: 1em;
    float: none;
  }
}
@media only screen and (min-width: 1000px) {
  #footer {
    padding: 1em 0;
  }
  .nosidebar body,
  html.program body {
    padding-right: 1em;
  }
  .nosidebar .no-sidebar,
  html.program .no-sidebar {
    display: block;
  }
  .nosidebar #header,
  html.program #header,
  .nosidebar #footer,
  html.program #footer {
    margin-right: -1em;
  }
  #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 Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/_/font/fontawesome5/fa-solid-900.eot');
  src: url('/_/font/fontawesome5/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/_/font/fontawesome5/fa-solid-900.woff2') format('woff2'), url('/_/font/fontawesome5/fa-solid-900.woff') format('woff'), url('/_/font/fontawesome5/fa-solid-900.ttf') format('truetype'), url('/_/font/fontawesome5/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 900;
}
.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";
}
.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-white 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-white a[href$='#secure']:hover:after,
.tlp-white a[href$='#secure']:active:after {
  opacity: 1;
}
table.data-preview,
table.list,
.data-preview table {
  border-bottom: 0.1em solid #fff;
  background: rgba(215, 235, 255, 0.3);
}
.numbers-table table,
.sponsorship-table table,
html.program table,
table.tbl-program,
.tbl-program table {
  background: rgba(215, 235, 255, 0.3);
  border: 1px solid #fff;
  border-spacing: 1px;
  border-collapse: separate;
}
.numbers-table table thead th,
.sponsorship-table table thead th,
html.program table thead th,
table.tbl-program thead th,
.tbl-program table 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: #263442;
}
.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,
.tbl-program table 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,
.tbl-program table 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,
.tbl-program table thead th .details {
  font-weight: 400;
  color: #eee;
}
.numbers-table table tr:nth-child(odd),
.sponsorship-table table tr:nth-child(odd),
html.program table tr:nth-child(odd),
table.tbl-program tr:nth-child(odd),
.tbl-program table tr:nth-child(odd) {
  background-color: rgba(38, 52, 66, 0.15);
}
.numbers-table table tr:nth-child(even),
.sponsorship-table table tr:nth-child(even),
html.program table tr:nth-child(even),
table.tbl-program tr:nth-child(even),
.tbl-program table tr:nth-child(even) {
  background-color: rgba(38, 52, 66, 0.08);
}
.numbers-table table td,
.sponsorship-table table td,
html.program table td,
table.tbl-program td,
.tbl-program table td {
  vertical-align: middle;
}
.numbers-table table p,
.sponsorship-table table p,
html.program table p,
table.tbl-program p,
.tbl-program table p {
  padding: 0;
}
.numbers-table table p + p,
.sponsorship-table table p + p,
html.program table p + p,
table.tbl-program p + p,
.tbl-program table p + p {
  margin-top: 0.5em;
}
.numbers-table table .tlp,
.sponsorship-table table .tlp,
html.program table .tlp,
table.tbl-program .tlp,
.tbl-program table .tlp {
  font-size: 0.8em;
  padding: 0.1em 0.15em 0.2em 0.15em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.numbers-table table p.presenter ~ .tlp,
.sponsorship-table table p.presenter ~ .tlp,
html.program table p.presenter ~ .tlp,
table.tbl-program p.presenter ~ .tlp,
.tbl-program table p.presenter ~ .tlp {
  position: relative;
  top: -1em;
  margin-bottom: 0;
}
.wide {
  max-width: inherit !important;
}
#d197001010000,
#d19700101,
html.program ul#toc-overview li:first-child {
  display: none;
}
.sponsorship-table table th,
.sponsorship-table table td {
  padding: 0 0.25em 0 0.5em;
}
.sponsorship-table table thead th:nth-child(2) {
  background: #96262c;
}
.sponsorship-table table tbody td:nth-child(2) {
  background: hsla(356.78571429, 59.57446809%, 36.8627451%, 0.1);
}
.sponsorship-table table thead th:nth-child(3) {
  background: #d02c2f;
}
.sponsorship-table table tbody td:nth-child(3) {
  background: hsla(358.90243902, 65.07936508%, 49.41176471%, 0.1);
}
.sponsorship-table table thead th:nth-child(4) {
  background: #f32735;
}
.sponsorship-table table tbody td:nth-child(4) {
  background: hsla(355.88235294, 89.47368421%, 55.29411765%, 0.1);
}
.sponsorship-table table thead th:nth-child(5) {
  background: #e0e622;
}
.sponsorship-table table tbody td:nth-child(5) {
  background: hsla(61.83673469, 79.67479675%, 51.76470588%, 0.1);
}
.sponsorship-table table thead th:nth-child(6) {
  background: #e2ac22;
}
.sponsorship-table table tbody td:nth-child(6) {
  background: hsla(43.125, 76.8%, 50.98039216%, 0.1);
}
.sponsorship-table table thead th:nth-child(7) {
  background: #934b06;
}
.sponsorship-table table tbody td:nth-child(7) {
  background: hsla(29.36170213, 92.15686275%, 30%, 0.1);
}
.sponsorship-table table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}
.sponsorship-table table tbody td[colspan] {
  background: none!important;
}
.tlp {
  display: inline-block;
  padding: 0.1em 0.15em 0.2em 0.15em;
  line-height: 1em;
  font-weight: bold;
}
strong.tlp-clear,
span.tlp-clear,
.tlp.tlp-clear,
.tlp-clear .tlp,
.tlp-clear .tlp:before {
  color: #fff;
  background: #000;
}
strong.tlp-red,
span.tlp-red,
.tlp.tlp-red,
.tlp-red .tlp,
.tlp-red .tlp:before {
  color: #ff0033 !important;
  background: #000;
}
strong.tlp-amber,
span.tlp-amber,
.tlp.tlp-amber,
.tlp-amber .tlp,
.tlp-amber .tlp:before {
  color: #ffc000 !important;
  background: #000;
}
strong.tlp-green,
span.tlp-green,
.tlp.tlp-green,
.tlp-green .tlp,
.tlp-green .tlp:before {
  color: #33ff00 !important;
  background: #000;
}
.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;
}
.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;
}
.additional-programming .overview {
  display: none;
}
html.program table,
.additional-programming table {
  width: 100%;
}
html.program table thead th,
.additional-programming table thead th,
html.program table tbody td,
.additional-programming table tbody td {
  vertical-align: top;
}
html.program table th span.details,
.additional-programming table th span.details {
  font-weight: normal;
}
html.program table tbody td,
.additional-programming table tbody td {
  padding: 0.15em 0.15em 0.15em 0.5em;
}
html.program table thead th.sess0,
.additional-programming table thead th.sess0,
html.program table thead th.sess7,
.additional-programming table thead th.sess7 {
  background: #96262c;
}
html.program table tbody td.sess0,
.additional-programming table tbody td.sess0,
html.program table tbody td.sess7,
.additional-programming table tbody td.sess7 {
  background: hsla(356.78571429, 59.57446809%, 36.8627451%, 0.1);
}
html.program table thead th.sess1,
.additional-programming table thead th.sess1,
html.program table thead th.sess8,
.additional-programming table thead th.sess8 {
  background: #d02c2f;
}
html.program table tbody td.sess1,
.additional-programming table tbody td.sess1,
html.program table tbody td.sess8,
.additional-programming table tbody td.sess8 {
  background: hsla(358.90243902, 65.07936508%, 49.41176471%, 0.1);
}
html.program table thead th.sess2,
.additional-programming table thead th.sess2,
html.program table thead th.sess9,
.additional-programming table thead th.sess9 {
  background: #f32735;
}
html.program table tbody td.sess2,
.additional-programming table tbody td.sess2,
html.program table tbody td.sess9,
.additional-programming table tbody td.sess9 {
  background: hsla(355.88235294, 89.47368421%, 55.29411765%, 0.1);
}
html.program table thead th.sess3,
.additional-programming table thead th.sess3,
html.program table thead th.sess10,
.additional-programming table thead th.sess10 {
  background: #e0e622;
}
html.program table tbody td.sess3,
.additional-programming table tbody td.sess3,
html.program table tbody td.sess10,
.additional-programming table tbody td.sess10 {
  background: hsla(61.83673469, 79.67479675%, 51.76470588%, 0.1);
}
html.program table thead th.sess4,
.additional-programming table thead th.sess4,
html.program table thead th.sess11,
.additional-programming table thead th.sess11 {
  background: #e2ac22;
}
html.program table tbody td.sess4,
.additional-programming table tbody td.sess4,
html.program table tbody td.sess11,
.additional-programming table tbody td.sess11 {
  background: hsla(43.125, 76.8%, 50.98039216%, 0.1);
}
html.program table thead th.sess5,
.additional-programming table thead th.sess5,
html.program table thead th.sess12,
.additional-programming table thead th.sess12 {
  background: #934b06;
}
html.program table tbody td.sess5,
.additional-programming table tbody td.sess5,
html.program table tbody td.sess12,
.additional-programming table tbody td.sess12 {
  background: hsla(29.36170213, 92.15686275%, 30%, 0.1);
}
html.program table tbody td.empty,
.additional-programming table tbody td.empty {
  background: none!important;
}
html.program table td.not-empty,
.additional-programming table td.not-empty {
  position: relative;
}
html.program table .flags,
.additional-programming table .flags {
  transform: scale(0.75);
  float: right;
  white-space: nowrap;
}
html.program table .flags .flag,
.additional-programming table .flags .flag {
  display: inline-block;
  color: #444;
  margin-left: 0.5em;
  width: 32px;
  white-space: nowrap;
  overflow-x: hidden;
}
html.program table p,
.additional-programming table p {
  margin: 0;
}
html.program table .presenter,
.additional-programming table .presenter {
  margin-bottom: 1em;
}
html.program table .schedule,
.additional-programming table .schedule {
  color: #444;
  font-style: oblique;
}
html.program table a,
.additional-programming table a {
  font-weight: bold;
  color: #555;
}
html.program table a:link,
.additional-programming table a:link {
  color: #345;
  text-decoration: none;
}
html.program table a:visited,
.additional-programming table a:visited {
  color: #645;
  text-decoration: none;
}
html.program table th:nth-child(1),
.additional-programming table th:nth-child(1),
html.program table td:nth-child(1),
.additional-programming table td:nth-child(1) {
  width: 10%;
  min-width: 6.5em;
}
html.program table.cols7 th:nth-child(1n+2),
.additional-programming table.cols7 th:nth-child(1n+2),
html.program table.cols7 td:nth-child(1n+2),
.additional-programming table.cols7 td:nth-child(1n+2) {
  width: 15%;
}
html.program table.cols6 th:nth-child(1n+2),
.additional-programming table.cols6 th:nth-child(1n+2),
html.program table.cols6 td:nth-child(1n+2),
.additional-programming table.cols6 td:nth-child(1n+2) {
  width: 18%;
}
html.program table.cols5 th:nth-child(1n+2),
.additional-programming table.cols5 th:nth-child(1n+2),
html.program table.cols5 td:nth-child(1n+2),
.additional-programming table.cols5 td:nth-child(1n+2) {
  width: 22.5%;
}
html.program table.cols4 th:nth-child(1n+2),
.additional-programming table.cols4 th:nth-child(1n+2),
html.program table.cols4 td:nth-child(1n+2),
.additional-programming table.cols4 td:nth-child(1n+2) {
  width: 30%;
}
html.program table.cols3 th:nth-child(1n+2),
.additional-programming table.cols3 th:nth-child(1n+2),
html.program table.cols3 td:nth-child(1n+2),
.additional-programming table.cols3 td:nth-child(1n+2) {
  width: 45%;
}
html.program .data-preview h4:after {
  display: none;
}
html.program div.program {
  min-width: 40em;
  margin-bottom: 1.7em;
}
html.program div.program table {
  margin-bottom: 0 !important;
}
#toc-overview {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0em 1em 1em 1em;
  margin-bottom: 1em;
  background: transparent;
  background-color: hsla(210, 26.92307692%, 20.39215686%, 0.1);
  border: 0.1em solid #fff;
  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:hover {
  text-decoration: underline;
}
#toc-overview li {
  text-indent: inherit !important;
}
#toc-overview li:before {
  display: none !important;
}
.wide .data-preview h4,
.additional-programming .data-preview h4 {
  font-family: Prompt, 'Fira Sans', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 2em;
}
.wide .data-preview h4 .backtop,
.additional-programming .data-preview h4 .backtop {
  float: right;
  font-size: 0.75em;
}
.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:before {
  content: '' !important;
  display: none !important;
}
.paper-files > li,
.paper-files > li p {
  text-indent: inherit !important;
}
.paper-files > li .tlp {
  float: right;
  display: block;
  margin-top: 2.35em;
  opacity: 0.8;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.1em 0.25em 0.2em 0.25em;
}
.paper-files > li .backtop {
  position: absolute;
  right: 1.5em;
  margin-top: 0;
}
.paper-files > li:hover .tlp,
.paper-files > li:active .tlp {
  opacity: 1;
}
.paper-files > li li {
  clear: none;
}
.paper-files > li .flags {
  position: absolute;
  top: 0;
  right: -0.4em;
  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 ~ 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;
  background: rgba(0, 0, 0, 0.1);
}
.paper-files > li .p-pictures img:before {
  color: #fff;
  display: inline-block;
  max-width: 100px;
  margin-top: 3em;
  vertical-align: middle;
}
.paper-files li:first-child {
  border-top: none;
}
.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 #bed1d6;
  padding: 0 1em;
  background: #ccdfde;
  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;
}
#local-host-logo {
  text-align: center;
}
#local-host-logo img {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #local-host-logo img {
    width: 80%;
  }
}
@media only screen and (min-width: 1000px) {
  .paper-files > li .backtop {
    right: -1.5em;
  }
}
@media only screen and (min-width: 1350px) {
  .paper-files > li {
    margin-bottom: 3em;
    padding-left: 175px;
    min-height: 30em;
  }
  .paper-files > li .p-pictures {
    position: absolute;
    left: 0;
    width: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .paper-files > li {
    padding-left: 0;
  }
  .paper-files > li .p-pictures {
    position: absolute;
    left: -175px;
  }
}
