.fg-stream-profile-container {
  position: sticky;
  overflow: visible;
}

.fg-profile-main-container--category-detail .fg-stream-profile-container {
  width: 100%;
}

.fg-stream-profile-category-view {
  top: 135px;
}

.fg-stream-profile-view {
  display: flex;
  flex-direction: column;

  width: 100%;

  font-family: 'AzoSans-Regular';
}

.fg-stream-profile-list {
  margin-top: 23px;
}

.fg-stream-profile-list-title {
  margin: 0;

  font-family: 'AzoSans-Medium';
  font-size: 10px;
  text-transform: uppercase;
}

.fg-stream-profile-list-item {
  display: block;

  margin-top: 10px;

  cursor: pointer;

  font-family: 'AzoSans-Medium';
  font-size: 15px;

  transition: color .4s ease;
}

.fg-stream-profile-list-item-text {
  margin-left: 3px;

  font-family: 'AzoSans-Regular';
  font-size: 12.5px;
}

.fg-stream-profile-fieldguide-info-container {
  margin-top: 23px;
}

.fg-stream-profile-fieldguide-info-link {
  display: block;

  margin-bottom: 10px;

  font-family: 'AzoSans-Medium';
  font-size: 12.5px;

  transition: color .4s ease;
}

.fg-stream-profile-fieldguide-info-link:last-of-type {
  margin-bottom: 0;
}

.fg-stream-profile-fieldguide-info-link,
.fg-stream-profile-fieldguide-info-link:focus,
.fg-stream-profile-fieldguide-info-link:active {
  color: #3E5791;
}

.fg-stream-profile-fieldguide-info-link:hover {
  color: #212F50;
}

@media screen and (max-width: 767px) {
  .fg-stream-profile-container {
    position: static;

    width: 100%;
    min-width: 189px;
  }

  .fg-stream-profile {
    width: 100%;

    margin: auto;
  }

  .fg-stream-profile-list-container,
  .fg-stream-profile-fieldguide-info-container {
    display: none;
  }

  .fg-stream-profile-list {
    flex: 1;

    font-size: 12.5px;
    text-align: center;
  }

  .fg-stream-profile-list-item-text {
    font-size: 10px;
  }

  .fg-stream-profile-list-title {
    display: none;
  }
}
