body.winterolympics.memberLoggedIn .all_docs_top_header {
  background: url(medal.svg) 50px -17px no-repeat, url(torch.svg) calc(100% - 50px) top no-repeat;
  background-size: auto 100px, auto 97px, auto 97px;
}
body.winterolympics.memberLoggedOut .all_docs_top_header {
  background: url(medal.svg) 50px -17px no-repeat, #f0f0f0 url(torch_animated.svg) calc(100% - 50px) top no-repeat;
  background-size: auto 100px, auto 97px, auto 97px;
  transition: all 0.3s ease-in-out;
}
body.winterolympics #header {
  background: transparent;
}

body.winterolympics.not-logged.scrolled .all_docs_top_header a.logo img {
  margin-top: -20px;
}

body.winterolympics.not-logged.scrolled .all_docs_top_header {
  background-size: auto 90px, auto 73px, auto 97px;
}

@media (max-width: 1440px) {
  body.winterolympics.memberLoggedIn .all_docs_top_header {
    background: url(medal.svg) left -17px no-repeat, url(torch.svg) right top no-repeat;
    background-size: auto 100px, auto 97px, auto 97px;
  }
  body.winterolympics.memberLoggedOut .all_docs_top_header {
    background: url(medal.svg) left -17px no-repeat, url(torch_animated.svg) right top no-repeat;
    background-size: auto 100px, auto 97px, auto 97px;
  }
}

@media (max-width: 1290px) {
  body.winterolympics.memberLoggedIn .all_docs_top_header {
    background: url(torch.svg) right top no-repeat;
    background-size: auto 97px, auto 97px;
  }
  body.winterolympics.memberLoggedOut .all_docs_top_header {
    background: url(torch_animated.svg) right top no-repeat;
    background-size: auto 97px;
  }
}

@media (max-width: 1180px) {
  body.winterolympics.memberLoggedIn .all_docs_top_header {
    background: linear-gradient(to bottom, #ffffff 97px, #fafafa 97px);
    background-size: auto 97px, auto;
  }
}

@media (max-width: 1130px) {
  body.winterolympics.memberLoggedOut .all_docs_top_header {
    background: linear-gradient(to bottom, #ffffff 97px, #fafafa 97px);
    background-size: auto 97px, auto;
  }
}

@media (min-width: 600px) and (max-width: 990px) {
  body.winterolympics.memberLoggedIn .all_docs_top_header {
    background: url(medal.svg) left -17px no-repeat, url(torch.svg) right top no-repeat, linear-gradient(to bottom, #ffffff 97px, #fafafa 97px);
    background-size: auto 100px, auto 97px, auto 97px, auto;
  }
  body.winterolympics.memberLoggedOut .all_docs_top_header {
    background: url(medal.svg) left -17px no-repeat, url(torch_animated.svg) right top no-repeat, linear-gradient(to bottom, #ffffff 97px, #fafafa 97px);
    background-size: auto 100px, auto 97px, auto 97px, auto;
  }
}

@media (min-width: 480px) and (max-width: 599px) {
  body.winterolympics.memberLoggedIn .all_docs_top_header {
    background: url(torch.svg) right top no-repeat, linear-gradient(to bottom, #ffffff 97px, #fafafa 97px);
    background-size: auto 97px, auto 97px, auto;
  }
  body.winterolympics.memberLoggedOut .all_docs_top_header {
    background: url(torch_animated.svg) right top no-repeat, linear-gradient(to bottom, #ffffff 97px, #fafafa 97px);
    background-size: auto 97px, auto 97px, auto;
  }
}
