@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson-Medium.otf") format("truetype");
}
html.redesign.redesign-publishers-list {
  background: linear-gradient(to bottom, blue 0, blue 280px, white 280px, white 99%, black 99%, black 100%);
}
html.redesign.redesign-publishers-list body.publishers div#view div#content h1 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 600;
  font-size: 30px;
  border: none;
  text-transform: capitalize;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div#publisher_header p#about_lists {
  font-family: "Poppins", sans-serif;
  color: black;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div#publisher_header p#about_lists a {
  color: blue;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div#publisher_header p#about_lists a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-publishers-list body.publishers div#view div#content ul.logos li {
  border: none;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content ul.logos li span a {
  border: none;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content ul.logos li p {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 14px;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content ul.logos li p a {
  color: blue;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content ul.logos li p a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div.sticky-wrapper {
  font-family: "Poppins", sans-serif;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  margin-bottom: 30px;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div.sticky-wrapper div.sticker {
  width: 100% !important;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div.sticky-wrapper div.sticker p.jump_link {
  width: 100% !important;
  background: #efefef;
  border: none;
  margin: 0 0 0 0 !important;
  display: flex;
  justify-content: space-between;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div.sticky-wrapper div.sticker p.jump_link strong {
  color: black;
  font-weight: normal;
  font-size: 16px;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div.sticky-wrapper div.sticker p.jump_link a {
  font-size: 16px;
  color: blue;
  font-weight: normal;
  width: 10px;
  display: inline-block;
  margin: 0;
  padding: 0 3px;
}
html.redesign.redesign-publishers-list body.publishers div#view div#content div.sticky-wrapper div.sticker p.jump_link a:hover {
  color: rgba(0, 0, 255, 0.5);
}