* {
  --indicator-color: none;
  --track-color: none;

}
#bridge sl-tab-group { all: unset; }
#bridge sl-tab { all: unset; }

/*#bridge sl-tab[active]::part(base), */
#bridge sl-tab::part(base) {
    background: transparent;
}

#bridge sl-tab{
    border: 3px solid #fabd0f;
    width: 100%;
    text-align: center;
    line-height: 5px;
}

#bridge sl-tab:not(:last-child) { border-right: 0; }

#bridge sl-tab:active, 
#bridge sl-tab:focus, 
#bridge sl-tab:hover, 
#bridge sl-tab:visited { background-color: #fabd0f; }

#bridge sl-tab::part(base):active, 
#bridge sl-tab::part(base):focus, 
#bridge sl-tab::part(base):hover, 
#bridge sl-tab::part(base):visited { 
    color: #cb204a;
    text-decoration: underline; 
}

#bridge #sl-tab-4 {
  border-right: 3px;
  border-right-style: solid;
  border-color: var(--qu-gold); 
}

#bridge sl-tab-panel{
    overflow-x: hidden;
}

table, th, td {
    border: 1px solid grey;
    border-collapse: collapse;
  }
.stayInformed{
  border-radius: 10px;
  font-size: 120%;
  margin: 16px;
}

#mc_embed_signup{position: absolute;
overflow: auto;
  top: 900px;
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
  left: 50%;
  background-color: white;
  padding: 6rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
    display: none
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  z-index: 5;
}
.close{
    float: right;
    padding: 0.4rem 0.5rem 0.5rem 0.5rem;
}


h2, h3 { margin-top: 5px; }