
  .superHero__base {
    padding: 0;
  }
  
  .filterSetDestination__base {
    width: 100%;
    text-align: center;
    padding: 3rem 0;
  }
  
  .filterSetDestination__container {
    font-size: 0;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    margin: 0 auto;
  }
  
  .filterDestination__base {
    //border-bottom: 3px solid #fff;
    color: white;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 16px;
    outline: none;
    padding: 10px 30px 7px 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "ProximaNova-Regular", Arial, sans-serif;
  }
  
  .filterDestination__base .filterDestination__base--selected {
    border-bottom: 3px solid #005EDC;
    color: rgba(0, 94, 220, 1);
  }
  
  .shipSubNavHero .filterDestination__label {
    text-decoration: none;
    color: white !important;
  }

  .shipSubNavRegular .filterDestination__label {
    text-decoration: none;
    color: rgba(0, 94, 220, 1);
  }
  
  .filterDestination__selected {
    color: rgba(0, 94, 220, 1);
  }
  
