#quiz {
  z-index: 21;
  position: fixed;
  max-width: 310px;
  width: 100%;
  border: 1px solid;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9cd5f5;
  padding: 2em 1em;
  display: none;
  z-index: 2147483647;
  margin-top: 2em; }
  #quiz #your-score {
    font-size: 20px;
    margin-bottom: 10px; }
  #quiz #try-again {
    display: none; }
  #quiz #close-quiz {
    color: black;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: -15px;
    background: transparent;
    font-size: 15px;
    outline: none;
    border: none; }
  #quiz #all-right-answers {
    display: none;
    padding-top: 15px; }
    #quiz #all-right-answers p {
      font-size: 16px; }
    #quiz #all-right-answers .question-right {
      font-size: 18px;
      margin-bottom: 0; }
  #quiz .container {
    width: 100%; }
  #quiz .answer-button.right-answer {
    background: green; }
  #quiz .answer-button.wrong-answer {
    background: red; }
  @media screen and (min-width: 375px) {
    #quiz {
      max-width: 360px;
      top: 40%; } }
  @media screen and (min-width: 375px) {
    #quiz {
      max-width: 360px;
      top: 40%; } }
  @media screen and (min-width: 376px) {
    #quiz {
      max-width: 90%; } }
  @media screen and (min-width: 768px) {
    #quiz {
      max-width: 650px; } }
  @media screen and (min-width: 992px) {
    #quiz {
      max-width: 900px;
      top: 35%;
      border: none; } }
  #quiz h3 {
    margin-bottom: 1em; }
  #quiz p input[type="radio"] {
    margin-right: 10px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle; }
  #quiz p span {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 23px); }
  #quiz .questions {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; }
  #quiz button.answer-quiz {
    background-color: #2f3433;
    color: white;
    padding: 15px 30px;
    border: 0;
    font-weight: normal;
    line-height: 1.7;
    text-transform: uppercase; }
    #quiz button.answer-quiz:focus {
      outline: none; }

#trophy {
  text-align: center; }
  #trophy .response-title {
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0; }

.question-to-answer {
  display: none;
  text-align: center; }
  .question-to-answer h3 {
    font-size: 1.6em; }
  .question-to-answer.question-to-answer-1 {
    display: block; }

.submit-answers {
  display: none; }

.trophies {
  margin-bottom: 30px; }
  .trophies h2 {
    margin-bottom: 2em; }
  .trophies .level {
    margin-bottom: 0; }
  .trophies .next-level-points {
    margin-bottom: 0; }
  .trophies .points {
    margin-bottom: 0; }
  .trophies .badge-image {
    max-width: 250px;
    margin: auto;
    display: block; }
    @media screen and (min-width: 768px) {
      .trophies .badge-image {
        width: 150px;
        margin: initial;
        display: inline; } }
    @media screen and (min-width: 992px) {
      .trophies .badge-image {
        width: 125px; } }

#close-movie-choices, #close-quiz {
  color: black;
  position: absolute;
  z-index: 3;
  right: 25px;
  top: 80px;
  background: transparent;
  font-size: 15px;
  outline: none;
  border: none; }
  @media only screen and (min-width: 768px) {
    #close-movie-choices, #close-quiz {
      top: 32px;
      right: 30px; } }

.main-navigation .nav-pills {
  position: relative; }

.main-navigation .nav-pills > li.badge-header {
  margin-right: 10px;
  position: relative;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%); }
  .main-navigation .nav-pills > li.badge-header a {
    padding: 0;
    border-radius: 0; }

.main-navigation .badge-image {
  width: 70px;
  margin-top: -1px; }

.main-navigation li.badge-header a:hover, .main-navigation li.badge-header a:focus, .main-navigation li.badge-header a:active {
  border: none;
  outline: none;
  background: transparent; }

