@import "old/main.css";
html {
  scroll-behavior: smooth;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.center-title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.flex,
.flex-25,
.flex-50,
.flex-25-75 {
  display: flex;
  flex-wrap: wrap;
}

.flex-25 .quarter {
  width: 25%;
}

.flex-50 .half {
  width: 50%;
}

.flex-25-75 > :first-child {
  width: 25%;
}
.flex-25-75 > :nth-child(2) {
  width: 75%;
}

.footerWrapper {
  margin-top: 30px;
}

.go-to-top {
  display: block;
  pointer-events: all;
  opacity: 1;
  transition: 250ms opacity ease-in-out;
}
.go-to-top.hidden {
  pointer-events: none;
  opacity: 0;
}

.line-height-1_5 {
  line-height: 1.5;
}

.conference-partners-logo {
  text-align: center;
  line-height: 18px;
}
.conference-partners-logo img {
  max-width: 75%;
  object-fit: contain;
  height: 125px;
}
.conference-partners-logo .logo-text {
  font-size: 14px;
}

.category .header .timing {
  font-weight: bold;
}
.category .header .timing .separator {
  padding: 0 0.25em;
}
.category .header .title {
  border-bottom: 0;
}
.category .timing {
  margin-right: 1rem;
  display: flex;
  flex-wrap: nowrap;
}

.sub-categories .title {
  color: black;
  border: none;
}
.sub-categories .category {
  padding: 10px;
}
.sub-categories .category .title {
  margin-bottom: 0;
}
.sub-categories .category .text-container {
  cursor: pointer;
}
.sub-categories .category .text-container .title {
  display: inline-block;
}
.sub-categories .category .text-container:hover {
  color: rgb(51, 51, 51);
}
.sub-categories .sub-categories .category {
  margin-top: 20px;
  border-left: 2px solid rgb(200, 200, 200);
}
.sub-categories > .category {
  background-color: rgb(245, 245, 245);
  margin-bottom: 20px;
}

.links {
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.links .link {
  padding: 0.3em 1.5em;
  cursor: pointer;
}
.links .link:hover {
  color: rgb(221, 82, 33);
}

.documents {
  margin-top: 1rem;
}
.documents a {
  text-decoration: none;
}
.documents .document {
  position: relative;
  margin-bottom: 2rem;
}
.documents .document:last-child {
  margin-bottom: 0;
}
.documents .document.usb {
  padding-left: 7rem;
}
.documents .document .visible-info {
  color: rgb(221, 82, 33);
  display: flex;
  align-items: flex-start;
}
.documents .document .visible-info .icons {
  min-width: 65px;
  margin-top: 2.5px;
}
.documents .document .visible-info .icons i {
  margin-right: 5px;
}
.documents .document .visible-info .location, .documents .document .visible-info .author {
  text-align: left;
}
.documents .document .visible-info .author {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.documents .document .visible-info .location {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 0.5em;
}
.documents .document .visible-info .title {
  margin-bottom: 0;
  line-height: 1.2;
  font-family: sspro;
  font-size: 18px;
  color: rgb(51, 51, 51);
}
.documents .document .visible-info .timing {
  position: absolute;
  left: 0;
}
.documents .document .visible-info .timing .separator {
  padding: 0 0.25em;
}
.documents .document .additional-info {
  position: absolute;
  bottom: 100%;
  left: 7rem;
  background: rgba(0, 0, 0, 0.8);
  color: RGB(255, 255, 255);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 17px;
  width: 50%;
  overflow: hidden;
  max-height: 9999px;
  transition: all 300ms ease-in-out;
}
.documents .document .additional-info[data-hidden=true] {
  padding: 0 10px;
  max-height: 0;
}
.documents .document .additional-info .row {
  margin-bottom: 5px;
}
.documents .document .additional-info .row:last-child {
  margin: 0;
}
.documents .document .additional-info .keyword:not(:last-child):after {
  content: ",";
}
.documents .document:hover .title {
  color: rgb(221, 82, 33);
}

.document-modal .no {
  margin-top: 10px;
  background: transparent;
  color: rgb(221, 82, 33);
  border: 1px solid rgb(221, 82, 33);
  outline: none;
}
.document-modal.hidden {
  display: none;
}

.top-search .top {
  display: flex;
}

#category-selector {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  outline: none;
}

#email-request.hidden {
  display: none;
}
#email-request .row {
  display: flex;
  justify-content: center;
}
#email-request .cancel {
  background: transparent;
  color: #333333;
  width: initial;
  outline: none;
}
#email-request .pdf-open {
  padding-left: 10px;
  font-size: 1.5em;
  color: rgb(221, 82, 33);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal {
  max-width: 800px;
}
.modal .close {
  position: absolute;
  right: 0.7em;
  top: 0.5em;
  font-size: 1.75rem;
  cursor: pointer;
}

.row {
  text-align: center;
}

.block {
  padding-bottom: 15px;
}

@media screen and (max-height: 900px) {
  .modal {
    max-width: 500px;
    margin-top: 0;
  }
}
@media screen and (max-height: 700px) {
  .modal {
    max-width: 300px;
    margin-top: 0;
  }
}

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