    .mapboxgl-popup {
      max-width: 280px;
    }
    .mapboxgl-popup-close-button {
      display: none;
    }
    .mapboxgl-popup-content {
      padding: 0px;
      text-align: left;
    }
    #alert-nav
      .nav-item {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.07rem;
      font-weight: 700;
      color: #fff;
      padding: 10px;
      margin-bottom:0;
  }
  #alert-nav
      .nav-item:nth-child(
          2
      ) {
      border-left: solid
          1px
          #fff;
      border-right: solid
          1px
          #fff;
  }
  #alert-nav
      .nav-item
      > a {
      color: #343a40;
  }
  #alert-nav
      .active {
      background-color: #fff;
      border-left: solid
          1px
          #fff;
      border-right: solid
          1px
          #fff;
      border-top: solid
          4px
          #f0ac2c;
      color: #06416d;
  }
  ul.accordion {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .alert-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px;
    border-bottom: solid 1px #e5e5e5;
    cursor:pointer;
    margin:0;
    text-align: left;
    width: 100%;
  }
  .alert-item:last-child {
      border: none;
  }
  .alert-item.open {
      background-color: #f5f5f5;
  }
  .alert-item.open
      .alert-msg {
      display: block;
  }
  .alert-item.closed {
      background-color: #fff;
  }
  .alert-item.closed
      .alert-msg {
      display: none;
  }
  .alert-left {
      display:flex;
    flex-direction:column;
  }
  .alert-route {
      flex: 0
          0
          40px;
      width: 40px;
      height: 40px;
      color: #fff;
      font-size: 24px;
      line-height: 1;
      padding: 8px
          0;
      text-align: center;
      font-weight: bold;
  }
  .alert-left .alert-route-list .route-number {
      margin:0 10px 10px 0;
  }
  .alert-content {
      flex: 1 1 auto;
      margin: 0;
  }
  .posted-time {
      color: #888;
  }
  .alert-title {
      color: #000;
  }
  .affected-departure,
  .next-departure {
      font-size: 14px;
      color: #06416d;
      line-height: 1;
      margin-bottom: 0.5rem;
  }
  .affected-time,
  .next-time {
      color: #000;
  }
  .alert-msg {
      color: #000;
    margin:0;
  }
  .alert-right {
      text-align: right;
      flex: 0 0 40px;
  }
  .all-alerts-button {width:100%;}
  .accordion-trigger {
      font-size: 32px;
      line-height: 1;
  }
  .spinner {
      margin: auto
          auto;
      border-radius: 50%;
      width: 4rem;
      height: 4rem;
      border: 0.5em
          solid
          #e0e0e0;
      border-top-color: #ff8927;
      animation: 1s
          infinite
          spin
          linear;
  }
  .spinner.centered {
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
  }
  @keyframes spin {
      0% {
          transform: rotate(
              0
          );
      }
      100% {
          transform: rotate(
              360deg
          );
      }
  }
  
  #getting-around-nav
      .nav-item {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.07rem;
      font-weight: 700;
      color: #fff;
      margin: 0;
      padding: 10px;
  }
  #getting-around-nav
      .nav-item:nth-child(
          2
      ) {
      border-left: solid
          1px
          #fff;
      border-right: solid
          1px
          #fff;
  }
  #getting-around-nav
      .nav-item
      > a {
      color: #343a40;
  }
  #getting-around-nav
      .active {
      background-color: #fff;
      border-left: solid
          1px
          #fff;
      border-right: solid
          1px
          #fff;
      border-top: solid
          4px
          #f0ac2c;
      color: #06416d;
  }
  .route_m_w.btn.route-number.getting-around {
      font-size: 18px;
  }
  .route_m_w.btn.route-number.getting-around {
      font-size: 18px;
    font-weight: bold;
    padding: 5px;
  }

  .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
  }
  .col-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .all-alerts-button {
      display:block;
    width:100%;
    margin-top:1rem;
    text-align:center;
  }
  