@media screen and (max-width: 750px) {
  /* article view */
  .polly-help-article-container-left,
  .polly-help-article-container-right {
    width: 100%;
    margin-right: 0px;
  }
  /* topic view, search results */
  .polly-help-left,
  .polly-help-right {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    padding: 10px;
  }
  .polly-help-left .polly-topicview-topic-description,
  .polly-help-right .polly-topicview-topic-description {
    margin-top: 0px;
  }
  /* contact us */
  .polly-help-contact-us-container-left,
  .polly-help-contact-us-container-right {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    padding: 10px;
  }
  .polly-help-contact-us-container-left h2,
  .polly-help-contact-us-container-right h2 {
    margin-top: 0px;
  }
  /* links */
  #polly-help-links {
    display: none !important;
  }
  /* search */
  #search {
    width: 100% !important;
    height: 40px;
    margin-bottom: 0px;
  }
  #search.focus {
    width: 100% !important;
  }
  .polly-help-top {
    flex-wrap: wrap;
    height: auto !important;
  }
  .polly-help-top .logoAndTagline {
    margin: 0em 1em 1em 1em;
    justify-content: center;
  }
  .polly-help-top .polly-help-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.5em 0em;
  }
  .polly-help-top .polly-help-logo img {
    width: 150px;
  }
  .polly-help-top #polly-help-search-container {
    width: 100% !important;
  }
  .polly-help-top .polly-help-search_search-input-container {
    --polly-nav-search-width--max: 100%;
    flex-shrink: 1;
  }
  .polly-help-top .polly-help-search-container {
    width: fit-content;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 550px) {
  .polly-help-main {
    padding: 10px;
  }
  /* header */
  .polly-help-top {
    height: auto;
    text-align: center;
  }
  .polly-help-top .logoAndTagline {
    margin-bottom: 10px;
    margin: 0em 1em 1em 1em;
    justify-content: center;
  }
  .polly-help-search_search-input-container {
    --polly-nav-search-width--max: 100%;
    flex-shrink: 1;
  }
  #polly-help-search-container {
    width: 100% !important;
  }
  .polly-help-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.5em 0em;
  }
  .polly-help-logo img {
    width: 150px;
  }
}
