@charset "UTF-8";
#loadingFullScreen {
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
}
#loadingFullScreen #loadingBox {
  width: 100%;
  position: relative;
  top: 45%;
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 30px;
  border-radius: 20px;
  text-align: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: text-bottom;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 8px solid #1d385d;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1d385d transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#top-bar-container {
  background-color: #1d385d;
}
#top-bar-container .top-bar {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-bar-container .top-bar .the_youtube_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top-bar-container .top-bar .the_youtube_link .logo {
  width: 44px;
  height: 44px;
}
#top-bar-container .top-bar .logo-text {
  line-height: 44px;
  font-weight: 700;
  color: white;
}

.pre-exam-download-list {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto !important;
}
.pre-exam-download-list .pre-exam-download-area {
  padding: 40px 0 20px 0;
}
.pre-exam-download-list .pre-exam-download-area h5 {
  font-style: normal;
  pointer-events: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: #1d1d1f;
  width: 90%;
  max-width: 276px;
  font-size: 25px;
  line-height: 1.21053;
  letter-spacing: 0.012em;
  margin-top: 20px;
  font-weight: 700;
}
.pre-exam-download-list .pre-exam-download-area h6 {
  font-style: normal;
  pointer-events: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  color: #1d1d1f;
  width: 90%;
  max-width: 90%;
  font-size: 20px;
  line-height: 1.41053;
  letter-spacing: 0.012em;
  margin-top: 4px;
  font-weight: 400;
}
.pre-exam-download-list .pre-exam-download-area .pre-exam-download-menu {
  margin: 0 0 10px;
}
.pre-exam-download-list .downloadPDFbutton {
  position: relative;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  height: 80px;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre-exam-download-list .downloadPDFbutton#downloadQuestions {
  background-color: #3a8bb7;
  color: white;
}
.pre-exam-download-list .downloadPDFbutton#downloadAnswers {
  background-color: #b73a88;
  color: white;
}
.pre-exam-download-list .downloadPDFbutton .icon {
  height: 30px;
  width: 30px;
}
.pre-exam-download-list .downloadPDFbutton .single-info {
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.nextquestion, .btn {
  background-color: #563ab7;
  border-radius: 8px;
  border-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  vertical-align: baseline;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.mock_exam_submit_button:hover,
.mock_exam_submit_button:focus,
.btn:hover,
.btn:focus {
  background-color: #725ac8;
}

.question-function-button {
  text-align: right;
  margin-top: 40px;
}

/*
.mock-exam-screen{
  #top-bar-container{
    background-color: #1d385d;
    .top-bar{
      height: 44px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      .the_youtube_link{
        display: flex;
        .logo{
          width: 44px;
          height: 44px;
        }
      }
      .logo-text{
        line-height: 44px;
        font-weight: 700;
        color: white;
      }
    }
  }
}
*/
.lity-wrap {
  overflow-y: auto;
}

#lightbox-subscribe {
  padding: 20px;
}
@media only screen and (max-width: 449px) and (orientation: portrait) {
  #lightbox-subscribe {
    height: 100vh !important;
  }
}
@media only screen and (max-height: 660px) and (orientation: landscape) {
  #lightbox-subscribe {
    height: 100vh !important;
  }
}
#lightbox-subscribe .logo-title {
  text-align: center;
}
@media only screen and (max-height: 555px) and (orientation: landscape) {
  #lightbox-subscribe .logo-title {
    display: none;
  }
}
#lightbox-subscribe h3 {
  font-size: 16px;
  max-width: 435px;
  margin: 0 auto 0;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (min-width: 450px) and (orientation: portrait) {
  #lightbox-subscribe h3 {
    font-size: 20px;
    margin: 10px auto 30px;
  }
}
@media only screen and (min-height: 660px) and (orientation: landscape) {
  #lightbox-subscribe h3 {
    font-size: 20px;
    margin: 10px auto 30px;
  }
}
#lightbox-subscribe .subscribe-popup-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 435px;
  margin: 5px auto 10px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 450px) and (orientation: portrait) {
  #lightbox-subscribe .subscribe-popup-section {
    margin: 10px auto 30px;
  }
}
@media only screen and (min-height: 660px) and (orientation: landscape) {
  #lightbox-subscribe .subscribe-popup-section {
    margin: 10px auto 30px;
  }
}
#lightbox-subscribe .subscribe-popup-section .section-icon {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 54.3px;
}
@media only screen and (max-height: 430px) and (orientation: landscape) {
  #lightbox-subscribe .subscribe-popup-section .section-icon {
    display: none;
  }
}
#lightbox-subscribe .subscribe-popup-section .section-icon .icon-container {
  height: 54.3px;
  margin: 0 auto;
}
#lightbox-subscribe .subscribe-popup-section .section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5px;
}
#lightbox-subscribe .subscribe-popup-section .section-text .title {
  font-size: 14px;
  font-weight: 800;
  color: #157ec0;
}
@media only screen and (min-width: 450px) and (orientation: portrait) {
  #lightbox-subscribe .subscribe-popup-section .section-text .title {
    font-size: 18px;
  }
}
@media only screen and (min-height: 660px) and (orientation: landscape) {
  #lightbox-subscribe .subscribe-popup-section .section-text .title {
    font-size: 18px;
  }
}
#lightbox-subscribe .subscribe-popup-section .section-text .description {
  font-size: 10px;
  font-weight: 800;
}
@media only screen and (min-width: 450px) and (orientation: portrait) {
  #lightbox-subscribe .subscribe-popup-section .section-text .description {
    font-size: 16px;
  }
}
@media only screen and (min-height: 660px) and (orientation: landscape) {
  #lightbox-subscribe .subscribe-popup-section .section-text .description {
    font-size: 16px;
  }
}
#lightbox-subscribe .terms {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 13px;
  text-align: right;
}
@media only screen and (min-width: 450px) and (orientation: portrait) {
  #lightbox-subscribe .terms {
    font-size: 15px;
  }
}
@media only screen and (min-height: 660px) and (orientation: landscape) {
  #lightbox-subscribe .terms {
    font-size: 15px;
  }
}
@media only screen and (max-height: 430px) and (orientation: landscape) {
  #lightbox-subscribe .terms {
    display: none;
  }
}
#lightbox-subscribe #popup-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  left: 0;
}
@media only screen and (min-width: 450px) and (orientation: portrait) {
  #lightbox-subscribe #popup-buttons {
    position: initial;
    padding: 0px;
  }
}
@media only screen and (min-height: 660px) and (orientation: landscape) {
  #lightbox-subscribe #popup-buttons {
    position: initial;
    padding: 0px;
  }
}
#lightbox-subscribe #popup-buttons .join-ultimate-button {
  width: 100%;
  background-color: #93014c;
}
#lightbox-subscribe #popup-buttons .close-ultimate-popup-button {
  margin-bottom: 10px;
  width: 100%;
  background-color: #007682;
}

/*
.answer-switch-container{
  margin: 10px 0;
  .answer-switch{
    display: flex;
    justify-content: center;
    align-items: center;
    div{
      background: #ffffff;
      max-width: 360px;
      padding: 2px 4px;
      text-align: center;
      color: #93014c;
      font-size: 12px;
      line-height: 12px;
      border-radius: 20px;
      cursor: pointer;
      border: 2px solid #93014c;
      @media screen and (min-width: 400px) {
        font-size: 14px;
        line-height: 14px;
        padding: 4px 8px;
      }
      @media screen and (min-width: 800px) {
        font-size: 20px;
        line-height: 20px;
        padding: 5px 10px;
      }
    }
    .your-feedback{
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0;
    }
    .your-answer{
      border-radius: 0;
      border-right: 0;
    }
    .correct-answer{
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .selected{
      background: #93014c;
      color:white;
    }
  }
}
.show-their-attempt{
  .the-answer{
    display:none!important;
  }
}
.show-the-answer{
  .their-answer{
    display:none!important;
  }
}
*/
/*
#feedback_container{
  background: white;
  padding: 20px;
  h3{
    font-size: 20px;
    margin: 20px 0;
    color: #cc6eb3;
    font-weight: 700;
  }
  .their-score-text{
    text-align: center;
    color: #007682;
    font-weight: 700;
  }
  .feedback-example-button-container{
    margin:5px 0;
    .feedback-example-button{
      padding: 0 5px;
      display: inline-block;
      border: 2px solid #93014c;
      color: #93014c;
      width: 140px;
      text-align: center;
      margin-right: 10px;
      cursor: pointer;
      &.your-feedback{
        background: #93014c;
        color:white;
      }
    }
  }

  p{
    padding-left: 26px;
  }

  li{
    list-style-position: inside;
    list-style-type: square;
    color: #007682;
    padding-left: 26px;
  }

  .star{
    color: #93014c;
    display: block;
    padding: 2px 5px 2px 0px;
    margin-bottom: 10px;
    margin-top: 20px;
    &:before {
      content: "";
      display: block;
      background: url(/wp-content/themes/psychologyninjas/_img/sitevectors/info-major-in-working.svg) no-repeat;
      width: 20px;
      height: 20px;
      float: left;
      margin: 3px 6px 0 0;
    }
  }
  .info {
    color: #994f03;
    display: block;
    padding: 2px 5px 2px 0px;
    margin-bottom: 10px;
    padding-left: 26px;
    &:before {
      content: "";
      display: block;
      background: url(/wp-content/themes/psychologyninjas/_img/sitevectors/info-in-working.svg) no-repeat;
      width: 20px;
      height: 20px;
      float: left;
      margin: 3px 6px 0 0;
    }
  }

}
*/
.stemArea {
  margin: 20px;
}
@media (min-width: 900px) {
  .stemArea {
    margin: 10px;
  }
}

.paper_container {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .paper_container {
    max-width: 900px;
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .paper_container {
    max-width: 1280px;
  }
}
.paper_container#paper-title-container {
  padding: 16px;
}

.their-answer-container {
  overflow-x: auto;
}

.tab {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dadada;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
  background: #fff;
}
.tab .expanding-card-radio-button {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab .expanding-card-radio-button:checked + .tab-label {
  background: #fae7ec;
}
.tab .expanding-card-radio-button:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tab .expanding-card-radio-button:checked ~ .tab-content {
  max-height: initial;
  padding: 0px;
}
@media (min-width: 900px) {
  .tab .expanding-card-radio-button:checked ~ .tab-content {
    padding: 10px;
  }
}
.tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  color: #93014c;
  /* Icon */
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #93014c;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
  background: #fae7ec;
}
.tab.stem-tab {
  margin-top: 20px;
}
.tab.stem-tab .tab-label, .tab.stem-tab .tab-content {
  background: white !important;
}
.tab .feedback-paragraph {
  display: inline;
}
.tab .feedback-paragraph div {
  display: inline;
}
.tab .feedback-paragraph.feedback-bold {
  font-weight: 700;
  display: block;
}

#questions_container {
  min-height: 90vh;
}

.mini-answer-switch-container {
  margin: 0 0 20px 0;
}
.mini-answer-switch-container .mini-answer-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-answer-switch-container .mini-answer-switch div {
  background: #ffffff;
  max-width: 360px;
  padding: 2px 4px;
  text-align: center;
  color: #93014c;
  font-size: 12px;
  line-height: 12px;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid #93014c;
}
@media screen and (min-width: 400px) {
  .mini-answer-switch-container .mini-answer-switch div {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 800px) {
  .mini-answer-switch-container .mini-answer-switch div {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 10px;
  }
}
.mini-answer-switch-container .mini-answer-switch .mini-your-answer {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.mini-answer-switch-container .mini-answer-switch .mini-correct-answer {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mini-answer-switch-container .mini-answer-switch .selected {
  background: #93014c;
  color: white;
}

.mini-show-the-answer .their-answer-container {
  display: none !important;
}
.mini-show-the-answer .correct-answer-container {
  display: block !important;
}

.mini-show-their-attempt .their-answer-container {
  display: block !important;
}
.mini-show-their-attempt .correct-answer-container {
  display: none !important;
}

.written-essay {
  background: white;
  padding: 30px 20px;
  margin: 20px 0;
}
.written-essay p {
  margin-top: 10px;
}

/*
.mark-squares-outer-container{
  display: flex;
}
*/
.mark-squares-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fae7ec;
  margin-bottom: 10px;
  padding: 0 10px;
}
@media (min-width: 900px) {
  .mark-squares-container {
    padding: 0;
  }
}
.mark-squares-container .mark-square {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 22px;
  width: 22px;
  border: 2px solid #d7b0c4;
  margin-right: 3px;
}
.mark-squares-container .mark-square.chosen {
  border: 2px solid #93014c;
}
.mark-squares-container .mark-square.correct {
  background: #aeee00;
}
.mark-squares-container .mark-square.wrong {
  background: #ff8989;
}
.mark-squares-container .mark-square.halfcorrect {
  background: #f4ac3a;
}

.theMarkScheme {
  background: white;
  padding: 20px;
}

.theFeedback {
  background: white;
  padding: 20px;
}
.theFeedback h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #cc6eb3;
  font-weight: 700;
}
.theFeedback .their-score-text {
  text-align: center;
  color: #007682;
  font-weight: 700;
}
.theFeedback p {
  padding-left: 26px;
}
.theFeedback li {
  list-style-position: inside;
  list-style-type: square;
  color: #007682;
  padding-left: 26px;
}
.theFeedback .star {
  color: #93014c;
  display: block;
  padding: 2px 5px 2px 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.theFeedback .star:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/psychologyninjas/_img/sitevectors/info-major-in-working.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 3px 6px 0 0;
}
.theFeedback .info {
  color: #994f03;
  display: block;
  padding: 2px 5px 2px 0px;
  margin-bottom: 10px;
  padding-left: 26px;
}
.theFeedback .info:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/psychologyninjas/_img/sitevectors/info-in-working.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 3px 6px 0 0;
}/*# sourceMappingURL=paper-style.css.map */