body {
  /* override bs default */
  color: #454545;
  /* for the fixed nav */
  padding-top: 70px;
}
.smallcaps {
  font-variant: small-caps !important;
  text-rendering:auto
}
.table-group-divider {
  border-top-color: #dee2e6;
}


:root {
  --link-color: #6061ac; /* blue */
  --hover-link-color: #4766b0; /* lighter blue */
  --visited-link-color: #8656a2; /* darker purple   turq -> 45a1b8    */
  --accent-color: #e88865; /* peach */
  --hover-accent-color: #ff8559; /* light peach */
}


/* xs */
a:focus {
  /* remove browser selection glow */
  outline: none;
}
a, div.session span.show-description, div.session span.hide-description, div.symposium span.show-description, div.symposium span.hide-description {
  color: var(--link-color);
  text-decoration: none;
}
a:visited {
  color: var(--visited-link-color);
}
a:hover, a:active, a:focus, div.session span.show-description:hover, div.session span.show-description:active, div.session span.show-description:focus, div.session span.hide-description:hover, div.session span.hide-description:active, div.session span.hide-description:focus, div.symposium span.show-description:hover, div.symposium span.show-description:active, div.symposium span.show-description:focus, div.symposium span.hide-description:hover, div.symposium span.hide-description:active, div.symposium span.hide-description:focus {
  color: var(--hover-link-color);
  text-decoration: underline;
}
main a:link, #breadcrumbs a:link {
  font-weight: 600;
}
.mb-6 {
  margin-bottom: 4rem!important;
}
.mt-6 {
  margin-top: 4rem!important;
}
.pb-6 {
  padding-bottom: 4rem!important;
}
.navbar .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s ease-in-out;
}
.navbar .navbar-brand:hover {
  transform: scale(1.20);
}
.navbar a.btn-meetings {
  margin-bottom: 1rem;
  width: 100%;
}
.navbar-toggler {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
a.nav-link {
  color: var(--link-color);
  font-weight: 700;
  cursor: pointer;
}
a.nav-link:hover, a.nav-link:active, a.nav-link:focus {
  color: var(--hover-link-color);
  text-decoration: none;
}

#ad-container {
  height: 140px;
}
#ad-container #ad-text {
  color: var(--bs-tertiary-color)!important;
  opacity: .5;
  font-size: .65rem;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0 0;
  margin-bottom: 4px;
}
#ad-slideshow {
  position: relative;
  max-width: 728px;
  margin: 0 auto;
}
#ad-slideshow img {
  border: 1px solid var(--bs-border-color-translucent);
}




/* the current page - update below */
body.welcome a#welcome,
body.schedule a#schedule,
body.registration a#registration,
body.travel a#travel,
body.expo a#expo,
body.attendees a#event {
  color: var(--hover-link-color);
}



ul.dropdown-menu {
  text-align: center;
  background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important;
}
a.dropdown-item {
  color: var(--link-color);
  background-color: transparent;
  font-weight: 500;
}
a.dropdown-item:hover, a.dropdown-item:active, a.dropdown-item:focus {
  color: var(--hover-link-color);
  background-color: #fff;
}

div#speakers-container .card {
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.15);
}

div#schedule-highlights div.card-footer {
  padding-top: 1.2rem;
  padding-bottom: 1.25em;
}

div#partners, div#crce {
  background: #f8f9fa; /* Old browsers */
  background: -moz-linear-gradient(top,  #f8f9fa 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f8f9fa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f8f9fa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

div#partners img {
    mix-blend-mode: multiply;
}

h4 + div.card-section { 
  margin-top: 1.5rem; 
}
div.card-section {
  margin-bottom: 1.5rem;
}
div.card-section:last-child {
  margin-bottom: 0;
}
div.card-section i.fa-solid.fa-star {
  cursor: pointer;
  color: #ccc;
  font-size: 20px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
div.card-section.favorite i.fa-solid.fa-star {
  color: var(--accent-color);
}
div.card-section i.fa-solid.fa-star:hover {
  color: var(--hover-accent-color);
}
form#display i.fa-solid.fa-star {
  color: #ccc;
}
div.session p.time, div.symposium p.time, div.tab-pane p.time {
  color: #70777e;
  margin: 1.25rem 0 .25rem;
  letter-spacing: .01rem;
}
div.session p.time:first-child, div.symposium p.time:first-child {
  margin: 0 0 .25rem;
}

div.session h6, div.session .h6, div.symposium h6, div.symposium .h6 {
  margin-bottom: 0;
  letter-spacing: .01rem;
  color: #038f70;
  font-size: .9rem;
}
div.session h4, div.session .h4, div.session h5, div.session .h5, div.symposium h4, div.symposium .h4, div.symposium h5, div.symposium .h5 {
  font-weight: 600;
  margin-bottom: 0;
  /* position: relative;
  transition: top 0.2s ease-in-out; */
}
div.session h4 + p.mb-0, div.symposium h4 + p.mb-0 {
  margin-top: .5rem;
}
div.session p.presenter, div.symposium p.presenter, div.tab-pane p.presenter {
  color: #575d64;
  font-weight: 500;
  margin: .25rem 0 .5rem;
}
div.session span.show-description, div.session span.hide-description, div.symposium span.show-description, div.symposium span.hide-description {
  cursor: pointer;
}
div.session span.show-description .fa, div.session span.hide-description .fa, div.symposium span.show-description .fa, div.symposium span.hide-description .fa {
  margin-right: .5rem;
}
div.session div.session-content, div.symposium div.session-content {
  margin-top: .5rem;
}
div.session div.presenter-photo img, div.symposium div.presenter-photo img {
  max-width: 100%;
  height: auto;
  margin: .1rem 0 .5rem;
  border-radius: 50%;
}
div.session div.presenter-photo img:first-child, div.symposium div.presenter-photo img:first-child {
  margin: 0 0 .5rem;
}
div.session div.presenter-photo img:last-child, div.symposium div.presenter-photo img:last-child {
  margin: .1rem 0 0;
}


div#bottom-nav p.text-center a {
  color: #ccc;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
div#bottom-nav p.text-center a:hover, p.text-center a:active, p.text-center a:focus {
  color: var(--link-color);
}
div#bottom-nav a.nav-link {
  color: var(--link-color);
}
div#bottom-nav a.nav-link:hover, div#bottom-nav a.nav-link:active, div#bottom-nav a.nav-link:focus {
  color: var(--hover-link-color);
  background-color: #f7f7f7;
}
div#bottom-nav a.nav-link.active {
  color: #888;
  background-color: transparent;
  cursor: default;
}

div#display-preferences {
  background: #f8f9fa;
}
div#display-preferences form#display {
  font-size: .9rem;
}
p#hide-show-toggle {
  margin: 1.25rem 10% 5px;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #447fc1;
  border-radius: 10px
}

div#breadcrumbs {
  background: #f8f9fa;
}
div#breadcrumbs li.breadcrumb-item a:link, div#breadcrumbs li.breadcrumb-item a:visited {
  color: var(--link-color);
}
div#breadcrumbs li.breadcrumb-item a:hover, div#breadcrumbs li.breadcrumb-item a:active {
  color: var(--hover-link-color);
}

div#footer {
  background: #333;
  color: #999;
  font-size: 13px;
}
footer #footer-logo {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity .15s ease-in-out;
}
footer #footer-logo:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
footer a, footer a:link, footer a:visited {
  color: #999;
  transition: color .15s ease-in-out;
}
footer a:focus, footer a:hover, footer a:active {
  color: #ccc;
}


.top-nav {
  /* { offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15);
}
.btn-meetings, .btn-meetings:active, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: #fff;
  background: var(--accent-color);
  border-color: transparent;
  position: relative;
  top: 0px;
  transition: all 0.1s ease-in-out;
}
.btn-meetings:visited {
  color: #fff;
}
.btn-meetings:hover {
  color: #fff;
  background: var(--hover-accent-color);
  border-color: transparent;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px 1px rgba(255, 255, 255, 1.0);
  text-decoration: none;
  top: -1px;
}
.btn-meetings:focus, .btn-meetings:active {
  background-color: #bc69c2;
  transition: none;
}

header div.row {
  height: 525px;
  background: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-bkgrnd-xs@2x.webp') center top no-repeat;
  background-size: 640px;
  overflow: hidden;
}
header #header-logo {
  text-indent: -9999px;
  width: 90%;
  height: 460px;
  margin: 35px 5% 0;
  padding: 0;
  background-image: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-logo-xs@2x.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
}

#countdown-container {
  background: var(--accent-color);
  color: white;
  padding: 1rem 0;
}
#countdown-container .btn-light {
  color: var(--accent-color);
  position: relative;
  transition: top 0.3s ease-in-out;
}
#countdown-container .btn-light:hover, #countdown-container .btn-light:active, #countdown-container .btn-light:focus {
  color: var(--accent-color);
  background: #f5f5f5;
  border-color: #f5f5f5;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.15), inset 2px 2px 12px 4px rgba(255, 255, 255, 1.0);
  text-decoration: none;
  top: -1px;
}
#clockdiv {
  margin: 0.25rem auto 1rem;
  display: block;
  text-align: center;
}
#clockdiv > div {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 24%;
}
#clockdiv div > span {
  padding: 0;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  line-height: 1em;
}
#clockdiv .smalltext span {
  display: block;
}
div#display-preferences form#display {
  display: none;
}
div#display-preferences form#display h6 {
  margin-bottom: .5rem;
  padding-bottom: .33rem;
  border-bottom: #c0c0c0 1px solid;
}

#schedule-highlights {
  /* color radial gradient
  background: rgba(81,193,177,.2);
  background: radial-gradient(circle, rgba(81,193,177,.2) 0%, rgba(81,193,177,.2) 50%); */
  /* image background */
  background-image: url("img/schedule-highlights-bkgrnd.webp");
  background-size: cover !important;
  border-radius: 10px;
}
#schedule-highlights .card {
  border: none;
  box-shadow: 0px 10px 12px 1px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.7)
}
#schedule-highlights .card-footer {
  background-color: rgba(81,193,177,.04);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f8f9fa;
}
#registration .table-group-divider {
  border-top: 2px solid #d2d2d2;
}
.sponsor-logo {
  width: 155px;
  height: auto;
}
.sponsor-logo-sm {
  width: 100px;
  height: auto;
}
.tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
}
.nav-link {
  color: #447fc1;
  font-weight: 700;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-link:visited, .nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link:target {
  color: var(--accent-color);
}


/* sm */
@media (min-width: 576px) {
  header div.row {
    height: 390px;
    background: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-bkgrnd-sm@2x.webp') center top no-repeat;
    background-size: 770px;
  }
  header #header-logo {
    width: 86%;
    height: 325px;
    margin: 30px auto 0;
    background-image: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-logo-sm@2x.webp');
  }
  #ad-container {
    height: 160px;
  }
  #countdown-container {
    padding: 0.75rem 0;
    border-radius: 10px;
  }
}

/* md */
@media (min-width: 768px) {
  header div.row {
    height: 390px;
    background: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-bkgrnd-md.webp') center top no-repeat;
  }
  header #header-logo {
    height: 320px;
    margin: 30px auto 0;
    background-image: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-logo-lg.webp');
  }



  #ad-container {
    height: 182px;
    background: #f8f9fa;
  }
  #clockdiv {
    margin: 0;
  }
  div#display-preferences form#display {
    display: inherit;
  }
  p#hide-show-toggle {
    display: none;
    visibility: hidden;
  }
}

/* lg */
@media (min-width: 992px) {
  /* fix nav centering */
  .top-nav .navbar-brand {
    margin-right: 86px;
  }





  .navbar a.btn-meetings {
    margin-bottom: inherit;
    width: inherit;
  }



  /* the current page - update above */
  body.welcome a#welcome,
  body.schedule a#schedule,
  body.registration a#registration,
  body.travel a#travel,
  body.expo a#expo,
  body.attendees a#event {
    color: var(--hover-link-color);
    text-decoration: underline;
  }




  ul.dropdown-menu {
    text-align: left;
  }





  header div.row {
    height: 440px;
    background: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-bkgrnd-lg.webp') center top no-repeat;
  }
  header #header-logo {
    height: 365px;
    margin: 30px auto 0;
    background-image: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-logo-lg.webp');
  }



}

/* xl */
@media (min-width: 1200px) {
  header div.row {
    height: 430px;
    background: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-bkgrnd-xl.webp') center top no-repeat;
  }
  header #header-logo {
    height: 335px;
    margin: 40px auto 0;
    background-image: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-logo-xxl.webp');
  }
}

/* xxl */
@media (min-width: 1400px) {
  header div.row {
    height: 650px;
    background: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-bkgrnd-xxl.webp') center top no-repeat;
  }
  header #header-logo {
    text-indent: -9999px;
    height: 520px;
    margin: 55px auto 0;
    padding: 0;
    background-image: url('/aarc-meetings/congress-2025/img/aarc-congress-2025-header-logo-xxl.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
  }
}

