/* *********************************** */
/*                 HEADER              */
/* *********************************** */
html, body {
   overflow-x: unset;
}
.heading {
   background-image: var(--bg-img);
   color: var(--dark-content);
   background-position: center;
   background-size: cover;
   padding-top: 1rem;
   padding-bottom: 1.75rem;
}
.heading  h1 {
   font-size: var(--text-6xl);
   margin-bottom: .75rem;
}
.live-hub-wrapper:nth-of-type(odd),
.congress-scholars .full-width:nth-of-type(odd),
.sponsors .full-width:nth-of-type(odd) {
   background-color: var(--base-02);
}
.live-hub-wrapper:nth-of-type(even),
.congress-scholars .full-width:nth-of-type(even),
.sponsors .full-width:nth-of-type(even) {
   background-color: var(--base-05);
}
.live-hub .hub-img-container {
   padding: 1.5rem .75rem .75rem .75rem;
}
.live-hub .hub-img-wrapper {
   border-radius: .5rem;
   width: 100%;
   overflow: hidden;
}
.live-hub a.hub-link,
.nomination-link {
   text-decoration: none;
   font-weight: 600;
   color: var(--primary);
   display: block;
   margin-top: 1rem;
}
.live-hub a.hub-link:hover,
.nomination-link:hover {
   color: var(--primary-focus);
}
.live-hub .hub-link i,
.nomination-link i {
   margin-left: .5rem;
}
.live-hub .hub-link:hover i,
.nomination-link:hover i {
   animation: bounce 1s infinite;
}
.live-hub .live-hub-wrapper h5 {
   color: var(--base-mute);
   font-size: var(--text-xs);
   font-weight: 500;
   margin-bottom: .5rem;
}
.live-hub .virtual-poster-presentations {
    list-style: none;
}
.live-hub .virtual-poster-presentations a {
    font-size: var(--text-sm);
    font-weight: 500 !important;
    margin-bottom: .5rem;
    display: block;
}
.award-nomination-img {
   border-radius: .5rem;
}
@keyframes bounce {
   0%, 100% {
      transform: translateX(0);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
   }
   50% {
      transform: translateX(25%);
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
   }
}
.congress-scholars .heading h1 {
   margin-bottom: 0;
}
.congress-scholars .full-width {
   padding-top: 2rem;
   padding-bottom: 2rem;
}
.congress-scholars-text ul,
ul.sponsors-list {
   padding-inline-start: 1rem;
}
.congress-scholars-text ul li:not(:last-of-type),
ul.sponsors-list li:not(:last-of-type) {
   padding-bottom: .5rem;
}
.nomination-wrapper:not(:last-of-type) {
   margin-bottom: 1.5rem;
}
#main-content .full-width .wrapper a {
   color: var(--primary);
   font-weight: 600;
   text-decoration: underline;
}
/* *********************************** */
/*                  50/50              */
/* *********************************** */
.live-hub-wrapper h2,
.congress-scholars h2,
.sponsors h2 {
   font-size: var(--text-2xl);
   font-weight: 600;
   margin-bottom: 1rem;
   line-height: 1.5;
}
.congress-scholars-text h3,
.sponsors h3 {
   font-size: var(--text-xl);
   font-weight: 600;
   margin-bottom: 1rem;
   margin-top: 1.5rem;
   line-height: 1.5; 
}
.congress-scholars-text .sponsor-img {
    width: 12rem;
    margin-top: 1rem;
}
.nomination-wrapper h4 {
   font-size: var(--text-lg);
   font-weight: 600;
   margin-top: .75rem;
   margin-bottom: .5rem;
   line-height: 1.5;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.nominations-container p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   font-size: var(--text-sm);
}
.nominee-modal {
   text-wrap: wrap;
}
.nominee-modal-container {
   padding: .75rem 1.25rem;
}
.nominee-modal-container h3 {
   margin-bottom: 1rem;
}
.nominee-modal .nomination-img-wrapper {
   float: right;
   margin: 0 0 1rem 1rem;
   max-width: 50%;
   height: auto;
   padding: .625rem;
   border: 1px solid var(--border-color);
   border-radius: 1rem;
   background-color: var(--base-02);
   box-shadow: 2px 2px 4px var(--border-color);
}
.sponsors .sponsor-logo {
   filter: grayscale(100) brightness(5);
   max-width: 24rem;

}
.sponsors .heading {
   padding-top: 1.75rem;
}
.sponsors .sponsor-link-container {
   display: flex;
   flex-wrap: wrap;
   gap: .5rem;
   align-items: center;
}
.sponsors .sponsor-link {
   background-color: rgb(208, 229, 237, .25);
   height: 2.5rem;
   width: 100%;
   color: var(--dark-content);
   border-radius: .25rem;
   border: none;
   flex-grow: 1;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: .75rem;
   text-decoration: none;
   margin-top: .75rem;
   color: var(--primary-content) !important;
   text-decoration: none !important;
   font-weight: 500 !important;
}
.sponsors .sponsor-link:hover,
.sponsors .sponsor-link-social:hover  {
   background-color: rgb(208, 229, 237, .33);
}
.sponsors .sponsor-link-social {
   width: 2.5rem;
   background-color: rgb(208, 229, 237, .25);
   height: 2.5rem;
   min-width: 2.5rem;
   border-radius: 100%;
   border: none;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: .75rem;
   text-decoration: none;
   margin-top: .75rem;
   color: var(--primary-content) !important;
   text-decoration: none !important;
   font-weight: 500 !important;
}
.sponsors .sponsors-text ul.downloads {
   list-style-type: none;
   line-height: 2.5;
}
.nomination-link {
   text-decoration: none;
}
.location-details-wrapper {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
   font-size: var(--text-sm);
}
.location-details-wrapper p:not(:first-of-type) {
    padding-top: .25rem;
}
.location-details-wrapper > i {
    border-radius: 100%;
    border: 1px solid var(--base-mute);
    height: 3rem;
    width: 3rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background: var(--base-01);
    color: var(--primary);
}
.location-details-wrapper p:not(:first-of-type) {
    padding-top: .5rem;
}
.live-hub-social-link {
    text-decoration: none !important;
    display: block;
    margin-top: .75rem;
}
.live-hub-social-link:hover {
   color: var(--base-content);
}
.live-hub-social-link i {
margin-right: .5rem;
}
.sponsors .media {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.sponsors .media > div > div:first-of-type {
   border: none !important;
}
@media only screen and (min-width: 360px) {
   /* *********************************** */
   /*                 HEADER              */
   /* *********************************** */

}
@media only screen and (min-width: 500px) {
   /* *********************************** */
   /*                 HEADER              */
   /* *********************************** */
   .sponsors .sponsor-link {
      width: 100%;
      flex-grow: 0;
      padding: 0 1.5rem;
   }
}
@media only screen and (min-width: 640px) {
   /* *********************************** */
   /*                 HEADER              */
   /* *********************************** */
   .heading {
      position: relative;
      margin-bottom: .625rem;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
   }
   .heading::after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      width: 100%;
      height: .625rem;
      bottom: -.625rem;
      margin: 0;
      background: rgb(49, 53, 73, 0.5);
      background: linear-gradient(140deg, rgba(21, 72, 108, 0.6) 0%, rgba(26, 33, 119, 0.6) 100%);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.33);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
   }
   .nominations-container {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      align-items: stretch;
   }
   .nomination-wrapper {
      flex: 0 0 calc((100% - 1.5rem) / 2);
      display: flex;
      flex-direction: column;
   }
   .nomination-link {
      margin-top: auto;
      padding-top: .5rem;
      font-size: var(--text-sm);
   }
   .nomination-wrapper:not(:last-of-type) {
      margin-bottom: 0;
   }
   .sponsors .sponsor-link {
      width: fit-content;
   }
   .sponsors .sponsors-text ul.downloads {
      columns: 2;
   }
   .sponsors .media > * {
       width: calc((100% - 1.5rem) / 2) !important;
   }
}
@media only screen and (min-width: 768px) {
   /* *********************************** */
   /*                 HEADER              */
   /* *********************************** */
   .live-hub .heading {
      background-image: var(--bg-img);
      color: var(--dark-content);
      background-position: center;
      background-size: cover;
      padding-top: 1rem;
      padding-bottom: 1.75rem;
   }
}
@media only screen and (min-width: 1024px) {
   /* *********************************** */
   /*                 HEADER              */
   /* *********************************** */
   .live-hub .heading {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
   }
   .live-hub .heading h1 {
      margin-bottom: 1.25rem;
   }
   .live-hub .heading p {
      font-size: var(--text-lg);
   }
   .live-hub .heading .wrapper {
      display: flex;
      gap: 2rem;
      align-items: center;
   }
   .sponsors .sponsor-link {
         width: fit-content;
         flex-grow: 0;
         height: 3rem;
         padding: 0 1.5rem;
         border-radius: .25rem;
         font-size: var(--text-lg);
   }
   .sponsors .heading .sponsor-logo,
   .sponsors .heading p {
      margin-bottom: 1.5rem;
   }
   .sponsors .sponsor-link,
   .sponsors .sponsor-link-social {
      margin-top: 0;
   }
   .sponsors .heading {
      padding-top: 2rem;
      padding-bottom: 2rem;
   }
   /* *********************************** */
   /*                  50/50              */
   /* *********************************** */
   .live-hub-wrapper h2 {
      margin-bottom: 1.25rem;
   }
   .live-hub .live-hub-wrapper {
      display: flex;
   }
   .live-hub .hub-img-container,
   .live-hub-wrapper .full-width {
      width: 50%;
   }
   .live-hub-wrapper .full-width {
      margin: auto;
   }
   .live-hub .hub-img-container {
      padding: 0;
  }
   .live-hub-wrapper:nth-of-type(even) .hub-img-container {
      order: 1;
  }
  .live-hub .hub-img-wrapper {
   border-radius: 0;
   height: 100%;
  }
  .live-hub .hub-img {
   height: 100%;
   object-fit: cover;
  }
  .nomination-wrapper {
   flex: 0 0 calc((100% - 3rem) / 3);
   }
   .sponsors .sponsors-text ul.downloads {
      columns: 3;
   }
}
@media only screen and (min-width: 1280px) {
   .congress-scholars .full-width .wrapper,
   .sponsors .full-width .wrapper {
      display: flex;
      gap: 4rem;
   }
   .congress-scholars .full-width .wrapper h2,
   .sponsors .full-width .wrapper h2 {
      flex: 0 0 25%;
   }
   .congress-scholars .congress-scholars-text,
   .sponsors .sponsors-text {
      flex: 1;
   }
   .congress-scholars .full-width,
   .sponsors .full-width {
      padding-top: 3rem;
      padding-bottom: 3rem;
   }
   .sponsors .heading p {
      font-size: var(--text-lg);
   }
   .sponsors .heading .sponsor-logo,
   .sponsors .heading p {
      margin-bottom: 1.5rem;
   }
}
@media only screen and (min-width: 1536px) {
   /* *********************************** */
   /*         BROWSE/SEARCH HEADER        */
   /* *********************************** */
   .live-hub-wrapper .full-width {
      max-width: 42rem;
   }
   .sponsors .heading {
      padding-top: 3rem;
      padding-bottom: 3rem;
   }
   .sponsors .heading p {
      font-size: var(--text-xl);
  }
   .sponsors .media > * {
       width: calc((100% - 3rem) / 3) !important;
   }
}