/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 2/2024
Updated 11/24 by DK
 * ===========================
 */

.title-block__content { 
  color:black; 
  filter: drop-shadow(1px 1px 0px white); 
  background:none; 
   text-shadow:none;
}
.title-block__content .space-t-100 {
  margin-top:14px !important;
}
.title-block__content .title-image { 
  max-width:630px; 
  margin-left:0; 
  margin-bottom:.5em;
}
.title-block::before {
  background:none;
}
@media screen and (max-width: 1180px) {
  .title-block::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.75);
    opacity:1;
    z-index:1;
  }
}
.title-block + .interstitial--nav {
  margin-top: -52px !important;
}

@media (max-width: 767.97px) {
  .title-block + .interstitial--nav {
    margin-top: -26px !important;
  }
}
.interstitial--light {
  background-color:#367017;
}
.horizontal-nav__toggle,
.horizontal-nav__link,
.horizontal-nav__link:hover,
.horizontal-nav__link:focus,
.horizontal-nav__item.is-current .horizontal-nav__link {
  color:white; 
}
.horizontal-nav__toggle .toggle-indicator__piece::before {
  background-color:white; 
}

/* Symposium Agenda Icons - TB 6/2024 */
.symposium-tracks .item-list__category .item-list__meta:not(:only-child)::after {
  content: none;
}
.symposium-tracks .icon-general:after,.symposium-tracks .icon-health:after,.symposium-tracks .icon-canada:after,.symposium-tracks .icon-retirement:after{font-weight:600;content:"G";display:inline-block;color:#c0d72e;width:1.2em;height:1.2em;line-height:1.2em;font-style:normal;border:.15em solid #c0d72e;border-radius:100em;text-align:center;}
.symposium-tracks .icon-health:after{content:"H";color:#18978a;border-color:#18978a;}
.symposium-tracks .icon-canada:after{content:"C";color:#e0251b;border-color:#e0251b;}
.symposium-tracks .icon-retirement:after{content:"R";color:#f6bc00;border-color:#f6bc00;}