/* Content: */

/* - Header */
/* - Topic */

/* -------------------- Header--------------------*/

@media only screen and (max-width: 1026px) {
  .wh_logo_and_publication_title_container /* On zoom hide header so content is still visible */ {
      display: none;
  }

  .wh_header_flex_container {
    justify-content: center;
  }

  .right-section{
    margin-left:0;
  }

  .wh_header {
    text-align: center;
    height:60px;
  }
}


/*-------------------- Topic--------------------*/

@media only screen and (max-width: 770px) {
  .wh_expand_btn {
    left: -12px !important;
  }
}