@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* ROOT ITEMS */

:root {
  --background-dark: #3e393f;
  --background-light: #fafafa;
}
p:not(:last-child), ul:not(:last-child), ol:not(:last-child)  {
    margin-bottom: 1rem !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
    cursor: pointer;
    color: #3779EA;
;
}
section.form p {
    font-size: 1em;
}

/* COMMON CLASSES */

@media (min-width: 768px) {
    .block:not(.form):not(.gray-bg) {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
.block {
    padding: 50px 0;
}
.block-text__aside {
    font-size: 16px !important;
    padding: 0 !important;
}

.block-text__aside a:hover {
    transform: translate(2px, -2px);
   
}
.block-text__aside .h6 {
    font-size: 1.3em !important;
}
.breadcrumbs-block {
    padding: 15px 0;
}
.grid-item {
  margin-bottom: 16px;
}
.grid-item--boxed .acc h4 {
    color: #2698d4 !important;
}
.acc {
    font-size: 1.1rem !important;
}

.fa.fa-external-link {
    text-decoration: none !important;
    margin-left: 4px;
    margin-right: 4px;
}

a[href="/programs/"] i.fa.fa-chevron-down {
    display: none;
}

.bordered-table {
    width: 80%;
    margin: 0 auto;
    table, th, td {
    border: 1px solid #ebebeb !important;
    }
}
.text-primary {
    color: var(--theme) !important;
}
.bg-light {
   background-color: var(--background-light) !important;
}
.button, .btn {
    /*border-radius: 2em !important;*/
    border-radius: .25em;
    font-size: 1rem !important;
    font-weight: var(--font-weight-bold);
    text-shadow: none;
    padding: 1em 2em;
}
.box, .grid-item, .card, .person__image--circle img, .person__image img, .btn-group {
    border-radius: .25em;
    overflow:hidden;
}
.btn-group .btn {
    border-radius: 0 !important;
}
.btn-primary {
    background-color: var(--theme);
    border-color: var(--theme);
}
.pre-top {
    box-shadow: none !important;
    font-size:1em;
    overflow: hidden;
    margin-top: .3em;
}
.pre-top a, .pre-top.pre-top--scroll-light a {
    color:var(--theme) !important;
    text-decoration: underline !important;
}
.pre-top a:hover {
    color:var(--theme-darker) !important;
}
.pre-top .alert-primary {
    background-color: #f4525f1f;
    border-color: var(--theme);
    color: var(--background-dark);
}
.pre-top .pre-top__list li a {
    top: 7px;
    position: relative;
}
.pre-top.pre-top--light {
    margin-top:-1px;
    background-color: #feeaec !important;
    border-bottom: solid 1px var(--theme);
    color: var(--background-dark);
}
.btn-primary:hover {
    background-color: var(--theme-darker);
    border-color: var(--theme-darker);
}
.btn-lg {
    padding: .5em 1.5em;
    font-size: 1em;
}
.logo {
    width: 117px;
}
.person__text .text-big {
    font-size: 1.2em !important;
}
.person__text p {
    font-size: 1.2em !important;
}
.section-head {
    font-size: 0.8em !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em !important;
}
.logo img {
    height:auto;
}
.footer-item--text {
  font-size: 1em;
}
.hero__inner h1 {
    font-size: 2em;
}
.hero__inner h2 {
    font-size: 1.8em;
}
.top + #content > .hero:first-child {
    padding: calc(var(--header-height) + var(--pre-top-height)) 0 50px;
}
.hero__inner .hero__text {
    margin: 0;
}
.hero {
    overflow: hidden;
    background-color: #2698d4 !important;
    min-height:180px !important;
    padding: 28px 0 !important;
}
.hero > .hero__inner {
    padding: 20px 0;
    color: white !important;
}
/*.hero h1, .hero h5 {*/
/*    color:#ffffff;*/
    /*text-transform: uppercase;*/
/*}*/
/*.hero h1 small {*/
/*    text-transform: none;*/
/*}*/
.hero p {
    font-weight: 400;
    font-size: 1.25rem;
}
.hero .hero__background::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #40a8e6;
  opacity: .90;
}


.hero .description {
    font-size: 1em;
    margin-top:1em;
    font-weight:500;
}
.hero hr.divide {
    background-color:#fff;
    margin: .5em auto;
    width:125px;
    opacity:.75;
}
.navigation ul li a {
    font-size:1em;
    font-weight:800;
}
.navigation ul ul {
    border-left-width: 0 !important;
}
.navigation ul ul li a {
    font-weight:400;
    font-size: 1em;
    color:var(--text-dark);
}
.navigation li.selected > div a {
    text-decoration: underline;
}
.acc .acc__head:focus {
    text-decoration: none;
}
.footer-grid {
    padding:0 !important;
}
.footer-item--logos img {
    opacity: .5;
}
.box__image {
    background-color: var(--background-dark) ;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.box__image img {
    background-blend-mode: lighten;
}
.slide .block {
    padding: 0;
}
.block__header + .block__body {
    margin-top: 3vh;
}
.main-nav__ul--big .grid--compact {
    padding-bottom:30px;
}



.flickity-viewport {
    height:430px !important;
}
.form p {
    font-size: 1rem !important;
}
.form .block__header + .block__body {
    margin-top: 30px !important;
}
.form input {
    margin-bottom: 20px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--theme);
    color: var(--theme);
    background-color:white;
    border-bottom:2px solid var(--theme);
    border-radius:0;
}
.nav-link {
     color: var(--theme);
     font-size:1em;
     font-weight: 600;
}
.nav-link:hover {
     color: var(--theme-darker);
}

.tabs__nav a {
     box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.20);
}
.dropdown-menu.show {
    display: block;
    width: 100%;
    border-radius: 0;
}
.dropdown-item {
    font-weight: 600;
}
.card {
    border-color:#e7e7e7;
    border-radius:0;
}
.card span {
    text-wrap: balance;
}
ul.logos.black-and-white img {
    opacity:.75;
}
.white-bg .person--boxed {
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    background-color: white;
    border-width: 0;
}
.share-list li a {
    text-decoration-line: none !important;
}
.grid--nav h5 {
    color: var(--theme);
    font-size:1.9em;
    font-weight:400;
    font-variant-caps: all-small-caps;
}
.person--boxed, .person__image {
    max-width:250px !important;
    margin-left:auto;
    margin-right:auto;
}
.share {
    margin-bottom: 4em;
    margin-top:0;
}

/* TEMPLATE WRAPPERS */

.container, .container-fluid {
    max-width: var(--grid-width);
}
@media (min-width: 768px) {
 .summary-page #content .block .container, .summary-page #content .block .container-fluid {
    width: 85%;
    margin-left:auto;
    margin-right:auto;
  }   
}
@media (min-width: 768px) {
    .post .post__body, .post .block__header {
        max-width: 85%;   
    }
}
.summary-page .pod {
    text-align:center;
    margin-top:40px;
    margin-bottom:40px;
    padding-left:20px;
    padding-right:20px;
}
.summary-page .pod p {
    text-align:left;
    font-size:1em;
}
.summary-page .pod__text .h5 {
    font-size:1em;
    color: var(--theme);
}
.summary-page .pod__image .fa {
    background-color: var(--theme);
    color: white;
    border-radius: 2em;
    padding: .2em;
    font-size:36px;
}
.summary-page .section-nav--standard ul {
    max-width: 100%;
    border-top: 1px solid var(--border-dark);
}
.top--scroll-light .main-nav > ul > li > .button--border {
    border-color: var(--background-light);
    color: var(--background-light) !important;
}
.scroll .top--scroll-light .main-nav > ul > li > .button--border {
    border-color: var(--background-dark);
    color: var(--background-dark) !important;
}
.fc-day a, .pager a, .section-nav a, .breadcrumbs a, .tabs__nav a, a.text-info, .dt-paging-button a {
    text-decoration: none !important;
}

ul.breadcrumbs li {
    font-size: 1.15em !important;
    color: #3779EA !important;
    display: none;
}

.breadcrumbs li::before {
        font-size: 16px !important;
        padding: 0 .5em !important;
    }

.breadcrumbs li:last-child {
    pointer-events: none;
    cursor: none;
    text-decoration: none !important;
    color: #6c757d !important;
}

.breadcrumbs li:last-child a {
    pointer-events: none;
    cursor: none;
    text-decoration: none !important;
    color: #6c757d !important;
}


.breadcrumbs a {
    color: #3779EA !important;
    font-size: 1.15em !important;
    text-decoration: underline !important;
}
.breadcrumbs span {
    font-size: .95em !important;
    font-weight: 500 !important;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.bi {
    opacity:.6;
}
.pre-top .alert {
    border-radius: 0;
}
.ratio-16x9 {
    --bs-aspect-ratio: 0;
}

.home-page .box .box__text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.home-page .box .box__text a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pod .pod__text p {
    font-size: 1.1em;
}
.box .box__text p {
    font-size: 1.1em;
}
.pre-head {
    font-size: 1em;
}
/* IDS */

#AccordianWrapper .acc {
    box-shadow: 0 15px 32px -20px rgba(0, 0, 0, 0.15);
    border: 0;
    margin-bottom: 1em;
    border: solid 1px #f5f5f5;
    border-radius: 4px;
}

#CFPTable td {
    padding: 1em !important;
    font-size: 1.1em;
    vertical-align: middle !important;
}

#MainHero {
    padding-top: calc(var(--header-height) + 80px) !important;
    padding-bottom: 50px !important;
}
#MainHero .hero__background {
    opacity: .6;
}
#HiddenContainer {
    display: none;   
}
#content a:not(.button,.btn,.nav-link,.subnav-item), .navigation li.selected > div a {
    text-decoration-line: underline;
    
}
#HomePageBoxes {
    padding-bottom:30px;
}
#DeepDive, #LightHero {
    background-color: var(--background-light) !important;
    height:auto !important;
    color: var(--background-dark) !important;
}
#DeepDive h1, #LightHero h1 {
    color: var(--theme) !important;
}
#DeepDive .hero__inner, #LightHero .hero__inner {
    color: var(--background-dark) !important;
}
#PrimaryHero h1 {
    font-size:2em;
}
#PrimaryHero .hero__background::before, #PrimaryHero_sm .hero__background::before {
    background-color: var(--theme) !important;
}
#PrimaryHero_sm {
    min-height: auto !important;
    padding: 50px 0;
}
#PrimaryHero_sm .pre-head {
    padding-top:0 !important;
}
#MainSlider .hero {
    color: var(--background-dark);
    min-height:430px !important;
    padding: 0 10px !important;
}
#MainSlider .hero h1, #MainSlider .hero h5 {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #Post-News {
        width:80%;
    }
    #MainSlider .hero {
        padding: 0 70px !important;
    }
}
#NegativeNav {
    position: relative;
    top: 50px;
    margin-top: -25px;
    z-index: 100;
}
#NegativeNav.section-nav--white {
    background:transparent;
}
#NegativeNav.section-nav {
    border-width:0;
}
#NegativeNav.section-nav ul li {
    max-width:160px;
}
#NegativeNav.section-nav ul a {
    border-width:0 !important;
    color:#fff;
    white-space: nowrap !important;
}
#NegativeNav.section-nav ul a:hover {
    background-color: rgb(255 255 255 / 10%);
}
#PrimaryBlock, #PrimaryBlock .card {
    color: #fff !important;
    background-color: #43b0f1;
    border-radius: 0;
    border-width:0;
}
#ConferenceNav {
    z-index: 1;
    position: sticky;
    top: 68px;
}
@media(max-width: 992px) {
    #ConferenceNav {
    top: 48px;
    }
}
#ConferenceNav div p {
    margin: 0 2em;
    font-weight: 700;
    font-size: 1em;
}
#Showcase {
    background-color: #90dbf4;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#Spotlight {
    background-color: #98f5e1;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#Lightning {
    background-color: #b9fbc0;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#Program {
    background-color: #FDE4CF;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#Keynote {
    background-color: #A3C4F3;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#Presentation {
    background-color: #FFCFD2;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#NIHPanel {
    background-color: #8EECF5;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#Registration {
    background-color: #F1C0E8;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#OpeningRemarks {
    background-color: #CFBAF0;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#Poster {
    background-color: #FBF8CC;
    padding-top: 30px;
    padding-bottom: 15px !important;
    
}
#AgendaTabs {
    margin-top: -60px !important;
}
#AgendaTabs .pre-head {
    color: #f4525f !important;
}