/*!
Theme Name: drakeanduni
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drakeanduni
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

drakeanduni is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*-----------------------------------CONTENTS TABLE----------------------------------

#Fonts
#CSS RESET
#Site-wide Classes
#Main Wraps
#Header
#Home Page
#Paper Styles

#Footer Styles

------------------------------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rancho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Sixtyfour&display=swap");
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}

/* CSS RESET*/
*, *:after, *:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr, iframe, form {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  color: #606c76;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin-bottom: 0;
}

code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  overflow-y: hidden;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], input:not([type]),
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 38px;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
}
input[type=color]:-moz-read-only, input[type=date]:-moz-read-only, input[type=datetime]:-moz-read-only, input[type=datetime-local]:-moz-read-only, input[type=email]:-moz-read-only, input[type=month]:-moz-read-only, input[type=number]:-moz-read-only, input[type=password]:-moz-read-only, input[type=search]:-moz-read-only, input[type=tel]:-moz-read-only, input[type=text]:-moz-read-only, input[type=url]:-moz-read-only, input[type=week]:-moz-read-only, input:not([type]):-moz-read-only, textarea:-moz-read-only {
  background-color: #f8f8f8;
}
input[type=color]:read-only, input[type=date]:read-only, input[type=datetime]:read-only, input[type=datetime-local]:read-only, input[type=email]:read-only, input[type=month]:read-only, input[type=number]:read-only, input[type=password]:read-only, input[type=search]:read-only, input[type=tel]:read-only, input[type=text]:read-only, input[type=url]:read-only, input[type=week]:read-only, input:not([type]):read-only,
textarea:read-only {
  background-color: #f8f8f8;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus, select:focus {
  border-color: #9b4dca;
  outline: 0;
}

.dropdown-container {
  position: relative;
  display: table;
  margin-right: 10px;
}

select.archive-select {
  height: 30px;
  font-size: 100%;
  font-weight: bold;
  border-radius: 0;
  border: none;
  padding: 5px;
  padding-right: 30px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #727272;
  background-color: transparent;
}

/* For IE <= 11 */
select::-ms-expand {
  display: none;
}

.select-icon {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  padding-left: 5px;
}

.select-icon svg.icon {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #727272;
}

select:hover,
select:focus {
  color: #0a0a0a;
}

textarea {
  min-height: 6.5rem;
}

label, legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

.container {
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.row {
  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;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.row-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.row-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.row-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.row-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row.row-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.row .column {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-40 {
  margin-left: 40%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-60 {
  margin-left: 60%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.row .column .column-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.row .column .column-center {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 40rem) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
a {
  color: #9b4dca;
  text-decoration: none;
}

a:focus, a:hover {
  color: #606c76;
}

dl, ol, ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: disc;
}

table {
  border-spacing: 0;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td, th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  vertical-align: top;
}

td:first-child, th:first-child {
  padding-left: 0;
}

td:last-child, th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b, strong {
  font-weight: bold;
}

b, u, i {
  display: inline;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
  line-height: 1.25;
  text-overflow: ellipsis;
  font-weight: 400;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.3;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.6rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

img {
  height: auto;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  text-transform: inherit;
  color: inherit;
  background: transparent;
}

[role=button], button, input[type=checkbox], select {
  cursor: pointer;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #4c4341;
  border-bottom: none;
}

a:hover {
  color: #7B798F;
  border-bottom: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.svgfix {
  width: 100%;
  height: 100%;
  position: relative;
  top: 1px;
}

/*-----------------------------------#Site-wide Classes------------------------------------------*/
.lity-hide {
  display: none;
}

.lity {
  z-index: 1000000000000000000 !important;
}

#page-wrap {
  position: relative;
  min-height: 100vh;
  padding-bottom: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 470px) {
  #page-wrap {
    padding-bottom: 110px;
  }
}

.page_container {
  max-width: 1340px;
  margin: 0 auto;
  width: 94%;
  padding: 0 24px;
}

.admin_page_container {
  max-width: 1300px;
  margin: 0 auto;
  width: 94%;
}

.flex-display-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-scroll-area-container-bg .horizontal-scroll-area-container {
  width: 100%;
  overflow: hidden;
}
.horizontal-scroll-area-container-bg .horizontal-scroll-area-container .horizontal-scroll-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  padding-bottom: 17px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.information-table {
  width: 100%;
  border-collapse: collapse;
}

.paper-info-box {
  border: 3px solid black;
  border-radius: 10px;
  min-height: 120px;
}
.paper-info-box .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paper-info-box .info-row .exam-code {
  text-align: right;
  width: 150px;
}
.paper-info-box hr {
  border-top: 3px solid black;
  margin: 0;
}
.paper-info-box .exam-tier {
  text-align: right;
}
.paper-info-box .big-font {
  font-size: 3.5rem;
  font-weight: 600;
  padding-left: 5px;
}
.paper-info-box .medium-font {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
}
.paper-info-box .small-font {
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 5px;
}

.disabled-button {
  background-color: #919191;
  border-radius: 8px;
  border-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  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;
  vertical-align: baseline;
}

.flex-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*-----------------------------------#Header------------------------------------------*/
#main-header {
  height: 48px;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  background: white;
}
#main-header #main-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
#main-header #main-icon #home-icon {
  height: 31px;
  margin-left: 10px;
}
#main-header #main-nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
#main-header #main-nav-icons button, #main-header #main-nav-icons a {
  padding: 12px;
  height: 48px;
  width: 48px;
}
#main-header #main-nav-icons .show-login-menu-extended {
  display: none;
  width: 123px;
}
#main-header #main-nav-icons .show-login-menu-extended .sign-in-svg {
  margin-right: 5px;
  width: 24px;
}
#main-header #main-nav-icons .show-login-menu-extended .sign-in-text {
  font-weight: 700;
  color: #007682;
  font-size: 14px;
  line-height: 24px;
}
#main-header #main-nav-icons .show-login-menu-extended.register .sign-in-text {
  color: #93014c;
}
#main-header #main-nav-icons .show-login-menu-extended.data-button {
  width: 117px;
}
#main-header #main-nav-icons .show-login-menu-extended.nexus-button {
  width: 101px;
}
@media only screen and (min-width: 400px) {
  #main-header #main-nav-icons .show-login-menu-extended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-header #main-nav-icons .show-login-menu {
    display: none;
  }
}
#main-header #main-nav-icons .hide-me {
  display: none;
}
#main-header .extraNavForSignoutOutMobile .sign-in-svg {
  margin-right: 5px;
  width: 24px;
}
#main-header .extraNavForSignoutOutMobile .sign-in-text {
  font-weight: 700;
  color: #007682;
  font-size: 14px;
  line-height: 24px;
}
#main-header .extraNavForSignoutOutMobile.register .sign-in-text {
  color: #93014c;
}
#main-header .extraNavForSignoutOutMobile.data-button {
  width: 117px;
}
@media only screen and (min-width: 400px) {
  #main-header .extraNavForSignoutOutMobile {
    display: none;
  }
}
#main-header .search-back {
  color: #606060;
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}
#main-header .search-back .back-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}
#main-header #mini-logo-container {
  color: #606060;
  padding: 6px 12px;
}
#main-header #mini-logo-container #mini-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  fill: currentColor;
  stroke: none;
}
#main-header .search-form-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #606060;
}
#main-header .search-form-container #searchform {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-header .search-form-container #searchform .searchTerm {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
}
#main-header .search-form-container #searchform .searchButton {
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}
#main-header .login-menu-in-search {
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}

#search-bar-content-blocker {
  z-index: 4999;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

/*-----------------------------------#Home Page------------------------------------------*/
#main-navigation-scroll {
  background-color: #93014c;
}
#main-navigation-scroll .horizontal-scroll-area-container {
  height: 45px;
}
@media (hover: hover) {
  #main-navigation-scroll .horizontal-scroll-area-container {
    height: 100%;
  }
}
@media only screen and (hover: hover) and (min-width: 767px) {
  #main-navigation-scroll .horizontal-scroll-area-container {
    height: 45px;
  }
}
#main-navigation-scroll .horizontal-scroll-area-container .horizontal-scroll-area {
  height: 45px;
}
@media only screen and (hover: hover) and (min-width: 767px) {
  #main-navigation-scroll .horizontal-scroll-area-container .horizontal-scroll-area {
    height: 100%;
  }
}
#main-navigation-scroll .horizontal-scroll-area-container .horizontal-scroll-area a {
  color: white;
  padding: 10px 20px;
  white-space: nowrap;
}

.cards-area-container {
  background: white;
  padding: 4rem 24px;
}
.cards-area-container .cards-area-title {
  max-width: 1340px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  color: rgb(45, 47, 49);
}
.cards-area-container .cards-container {
  width: 100%;
  height: 215px;
  overflow: hidden;
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}
.cards-area-container .cards-container.stylish-cards-container {
  height: 274px;
}
.cards-area-container .cards-container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 0;
  padding: 0;
  list-style-type: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 1340px;
  margin: 4rem auto;
  width: 100%;
  height: 100%;
  padding-bottom: 17px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
}
.cards-area-container .cards-container .cards li {
  height: 215px;
  margin-right: 16px;
}
.cards-area-container .cards-container .cards li .card {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  height: 215px;
  width: 239px;
  margin: 0 20px;
  margin-left: 0;
  white-space: initial;
}
.cards-area-container .cards-container .cards li .card .image {
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.cards-area-container .cards-container .cards li .card .title {
  padding: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.cards-area-container .cards-container .cards li .card.video-card .image {
  height: 134px;
  position: relative;
}
.cards-area-container .cards-container .cards li .card.video-card .image .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  background-image: url(/wp-content/themes/psychologyninjas/_img/sitevectors/video-icon-filled.svg);
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 75%;
}
.cards-area-container .cards-container .cards li .stylish-card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  text-decoration: none;
  /*height: 250px;*/
  width: 308px;
  margin: 0 20px;
  margin-left: 0;
  white-space: initial;
}
.cards-area-container .cards-container .cards li .stylish-card:hover .card__overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cards-area-container .cards-container .cards li .stylish-card:hover .card__header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cards-area-container .cards-container .cards li .stylish-card .card__image {
  width: 100%;
  height: auto;
}
.cards-area-container .cards-container .cards li .stylish-card .card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.cards-area-container .cards-container .next-prev-button-container {
  position: absolute;
  right: 10px;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer;
  z-index: 100;
}
.cards-area-container .cards-container .next-prev-button-container.prev-button-container {
  left: 10px;
}
.cards-area-container .cards-container .next-prev-button-container .next-prev-button {
  width: 40px;
  opacity: 50%;
}

.card__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border-radius: 40px 0 0 0;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.card__header .card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}
.card__header .card__arc path {
  fill: #fff;
}
.card__header .card__header-text {
  width: 100%;
  text-align: center;
}
.card__header .card__header-text .card__title {
  font-size: 26px;
  padding: 0 0 3px;
  color: #a80875;
  line-height: 26px;
  font-weight: 700;
}

.card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #a80875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Site Styles
--------------------------------------------------------------*/
/* Loading Styles
--------------------------------------------- */
.loadingScreen {
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 999;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  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: #000 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);
  }
}
/*-----------------------------------#Header------------------------------------------*/
#main-header {
  height: 48px;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  background: white;
}
#main-header #main-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
#main-header #main-icon #home-icon {
  height: 31px;
  margin-left: 10px;
}
#main-header #main-icon #home-icon img {
  height: 31px;
}
#main-header #main-nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
#main-header #main-nav-icons button, #main-header #main-nav-icons a {
  padding: 12px;
  height: 48px;
  width: 48px;
}
#main-header #main-nav-icons .show-login-menu-extended {
  display: none;
  width: 123px;
}
#main-header #main-nav-icons .show-login-menu-extended .sign-in-svg {
  margin-right: 5px;
  width: 24px;
}
#main-header #main-nav-icons .show-login-menu-extended .sign-in-text {
  font-weight: 700;
  color: #007682;
  font-size: 14px;
  line-height: 24px;
}
#main-header #main-nav-icons .show-login-menu-extended.register .sign-in-text {
  color: #93014c;
}
#main-header #main-nav-icons .show-login-menu-extended.data-button {
  width: 117px;
}
#main-header #main-nav-icons .show-login-menu-extended.nexus-button {
  width: 101px;
}
@media only screen and (min-width: 400px) {
  #main-header #main-nav-icons .show-login-menu-extended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-header #main-nav-icons .show-login-menu {
    display: none;
  }
}
#main-header #main-nav-icons .hide-me {
  display: none;
}
#main-header .extraNavForSignoutOutMobile .sign-in-svg {
  margin-right: 5px;
  width: 24px;
}
#main-header .extraNavForSignoutOutMobile .sign-in-text {
  font-weight: 700;
  color: #007682;
  font-size: 14px;
  line-height: 24px;
}
#main-header .extraNavForSignoutOutMobile.register .sign-in-text {
  color: #93014c;
}
#main-header .extraNavForSignoutOutMobile.data-button {
  width: 117px;
}
@media only screen and (min-width: 400px) {
  #main-header .extraNavForSignoutOutMobile {
    display: none;
  }
}
#main-header .search-back {
  color: #606060;
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}
#main-header .search-back .back-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}
#main-header #mini-logo-container {
  color: #606060;
  padding: 6px 12px;
}
#main-header #mini-logo-container #mini-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  fill: currentColor;
  stroke: none;
}
#main-header .search-form-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #606060;
}
#main-header .search-form-container #searchform {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-header .search-form-container #searchform .searchTerm {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
}
#main-header .search-form-container #searchform .searchButton {
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}
#main-header .login-menu-in-search {
  margin: 0;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}

#search-bar-content-blocker {
  z-index: 4999;
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Brand Functions Overrides
--------------------------------------------- */
/* Home Styles
--------------------------------------------- */
.page-wrap {
  background: #015963;
  min-height: calc(100vh - 50px);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

/*
header{
	height: 50px;
	flex:0 0 auto;
	max-width:800px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
	.site-logo{
		font-family: 'Rancho', cursive;
		font-size: 50px;
	}
	.header-menu{
		ul{
			list-style: none;
			display: flex;
			justify-content: space-around;
			margin:0;
			li{
				padding: 10px;
				a{
					color:white;
					text-decoration: none;
				}
			}
		}
	}
}

*/
#home-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#home-primary .fact-cards-container {
  background: white;
}
#home-primary .fact-cards-container .fact-cards {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#home-primary .fact-cards-container .fact-cards .fact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  border-bottom: 2px solid #d5d5d5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home-primary .fact-cards-container .fact-cards .fact-card .image {
  width: 250px;
  margin-right: 50px;
}
#home-primary .fact-cards-container .fact-cards .fact-card .image img {
  max-height: 150px;
  width: 200px;
}
#home-primary .fact-cards-container .fact-cards .fact-card .text-area {
  color: black;
}
#home-primary .fact-cards-container .fact-cards .fact-card .text-area h2 {
  font-size: 22px;
  font-weight: 800;
}
#home-primary .fact-cards-container .fact-cards .fact-card .text-area p {
  font-size: 16px;
}
#home-primary .fact-cards-container .fact-cards .fact-card .text-area a {
  text-decoration: none;
  color: #a74caf;
  font-weight: 800;
}
#home-primary .fact-cards-container .fact-cards .fact-card.image-right .image {
  margin-right: 0;
  margin-left: 50px;
}
#home-primary .home-widgets-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
#home-primary .home-widgets-container .starting {
  text-align: center;
  padding: 30px;
  font-weight: 800;
  font-size: 40px;
}
#home-primary .home-widgets-container .home-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home-primary .home-widgets-container .home-widgets .home-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#home-primary .home-widgets-container .home-widgets .home-widget .widget-icon {
  margin-right: 20px;
}
#home-primary .home-widgets-container .home-widgets .home-widget .widget-icon .widget-icon-circle {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
}
#home-primary .home-widgets-container .home-widgets .home-widget .widget-icon .widget-icon-circle img {
  height: 30px;
}
#home-primary .home-widgets-container .home-widgets .home-widget .widget-text .widget-title {
  font-size: 20px;
  font-weight: 800;
}
#home-primary .home-widgets-container .home-widgets .home-widget .widget-text .widget-content {
  font-size: 16px;
}

footer {
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
footer a {
  color: white !important;
  text-decoration: none;
}

/* Activity Archive Styles
--------------------------------------------- */
#logged-in-area {
  -ms-touch-action: none;
      touch-action: none;
  overflow: hidden;
}

.feedback-tab {
  color: black;
  padding: 30px;
  background: white;
}

.wpcf7-form-control-wrap textarea {
  padding: 5px 10px;
}

.wpcf7-submit {
  background: #015963 !important;
  color: white !important;
  border-radius: 10px !important;
}

#activity-primary {
  height: 100%;
  min-height: calc(100vh - 50px);
  background: white;
  margin: 0px auto;
  max-width: 800px;
  width: 100%;
  padding-top: 50px;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#activity-primary div {
  pointer-events: all;
}
#activity-primary .title-area-container {
  position: fixed;
  top: 0;
  width: 100vw;
  max-width: 800px;
  color: black;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 25px;
  padding: 5px 20px;
  z-index: 99;
}
#activity-primary .title-area-container div {
  width: 40px;
}
#activity-primary .title-area-container div.back {
  text-align: left;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#activity-primary .title-area-container div.back img {
  width: 15px;
}
#activity-primary .title-area-container div.title {
  text-align: center;
  width: 100%;
}
#activity-primary .title-area-container div.feedback {
  text-align: right;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
#activity-primary .title-area-container div.feedback img {
  width: 30px;
}
#activity-primary .activities-container {
  height: 100%;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  margin-bottom: 40px;
  color: black;
  font-size: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}
#activity-primary .activities-container .activity-container {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 20px;
  position: relative;
  cursor: pointer;
}
#activity-primary .activities-container .activity-container .image-container {
  width: 90px;
  height: 90px;
  border-radius: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*align-items: flex-end;*/
  background-color: #ececec;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#activity-primary .activities-container .activity-container .image-container img {
  height: 60px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#activity-primary .activities-container .activity-container .image-container .taskicon {
  height: 50px;
  position: absolute;
  margin: auto;
  top: 22px;
  left: 0;
  right: 0;
  bottom: 0;
}
#activity-primary .activities-container .activity-container .image-container .isadultlogo {
  z-index: 10;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #015963;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  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;
  font-size: 17px;
  font-weight: 800;
  color: white;
}
#activity-primary .activities-container .activity-container .image-container .stars-container {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#activity-primary .activities-container .activity-container .image-container .stars-container img {
  width: 80%;
  top: 32px;
  height: initial;
  position: initial;
}
#activity-primary .activities-container .activity-container .under-text {
  font-weight: 800;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -10px;
  width: 110px;
  padding-top: 5px;
  line-height: 14px;
}
#activity-primary .activities-container .activity-container .under-text .isadulttext {
  background: #015963;
  display: inline-block;
  padding: 2px 4px;
  color: white;
  margin-top: 4px;
}
#activity-primary .activities-container .empty-app {
  width: 90px;
  height: 90px;
  margin: 20px;
}

.form-area {
  color: black;
}
.form-area .form-item {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-area .form-item button {
  cursor: pointer;
  color: #666666;
  text-shadow: 2px 2px 5px #EEEEEE;
  border: 1px solid #999999;
  border-radius: 3px;
  background: #FBFBFB;
  -webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2) inset;
}

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #d5d5d5;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 35px;
}
.star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #d5d5d5;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.star.red {
  border-bottom: 0.7em solid #FF3D67;
}
.star.red:before, .star.red:after {
  border-bottom: 0.7em solid #FF3D67;
}
.star.orange {
  border-bottom: 0.7em solid #FF9A59;
}
.star.orange:before, .star.orange:after {
  border-bottom: 0.7em solid #FF9A59;
}
.star.green {
  border-bottom: 0.7em solid #83CCA3;
}
.star.green:before, .star.green:after {
  border-bottom: 0.7em solid #83CCA3;
}
.star.white {
  border-bottom: 0.7em solid #fff;
}
.star.white:before, .star.white:after {
  border-bottom: 0.7em solid #fff;
}

.the-task {
  color: black;
}

.stampArea-container .stampArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.stampArea-container .stampArea .emptyStampCircle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: white;
  margin: 20px;
}
.stampArea-container .stampArea .emptyStampCircle .completedStamp {
  color: black;
  background: #266ec7;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  position: relative;
  top: 3px;
  left: 6px;
}
.stampArea-container .stampArea .emptyStampCircle .completedStamp img {
  height: 100%;
  width: 52px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stampArea-container .stampArea .emptyStampCircle .completedStamp .top-text, .stampArea-container .stampArea .emptyStampCircle .completedStamp .bottom-text {
  fill: currentColor;
  height: auto;
  max-width: 66vmin;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 66%;
  position: absolute;
  top: 0;
}
.stampArea-container .style1 {
  --s: 100px; /* control the size */
  --c1: #fff0e5;
  --c2: #D3B9E3;
  --c3: #CBCEF1;
  --_g: 50%,#0000 37%,var(--c1) 39% 70%,#0000 72%;
  --_t: 50%,var(--c2) 40deg,var(--c3) 0 140deg,var(--c2) 0 180deg,#0000 0;
  --_s: 47% 50% at;
  background: radial-gradient(var(--_s) -10% var(--_g)) 0 calc(var(--s) / 2), radial-gradient(var(--_s) -10% var(--_g)) calc(var(--s) / 2) 0, radial-gradient(var(--_s) 110% var(--_g)), radial-gradient(var(--_s) 110% var(--_g)) calc(var(--s) / 2) calc(var(--s) / 2), conic-gradient(from 0deg at 55% var(--_t)) calc(var(--s) / 4) 0, conic-gradient(from 180deg at 45% var(--_t)) calc(var(--s) / 4) 0, var(--c2);
  background-size: var(--s) var(--s);
}

/* Styles For Drake&Uni
--------------------------------------------- */
body {
  color: #404040;
  line-height: 1.3;
}

/* Activity Styles
--------------------------------------------- */
body.isActivity {
  height: 100vh;
  height: calc(100 * var(--vh, 1vh));
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.nsid {
  height: 100%;
}
.nsid.show-their-attempt .the-answer {
  display: none !important;
}
.nsid.show-the-answer .their-attempt {
  display: none !important;
}

.question-wrap {
  font-family: "Andika", sans-serif;
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0 20px;
}
.question-wrap .progress-bar {
  height: 5%;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question-wrap .progress-bar .progress-bar-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.question-wrap .progress-bar .progress-bar-item-container .closeTheTask {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 5px;
  cursor: pointer;
}
.question-wrap .progress-bar .progress-bar-item-container .closeTheTask img {
  width: 25px;
}
.question-wrap .progress-bar .progress-bar-item-container .progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  min-width: 0;
  -ms-flex-negative: 1000;
      flex-shrink: 1000;
}
.question-wrap .progress-bar .progress-bar-item-container .progress-container .progress-item.star {
  font-size: 17px;
  margin: 0;
  margin-top: 3px;
}
.question-wrap .progress-bar .progress-bar-item-container .progress-container .progress-item {
  font-size: 17px;
  margin: 0;
  margin-top: 3px;
  min-width: 0;
}
.question-wrap .progress-bar .progress-bar-item-container .progress-container .progress-item img {
  width: 30px;
}
.question-wrap .progress-bar .progress-bar-item-container .feedbackintask-container {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
}
.question-wrap .progress-bar .progress-bar-item-container .feedbackintask-container .feedbackintask {
  padding: 5px;
  padding-top: 10px;
}
.question-wrap .progress-bar .progress-bar-item-container .feedbackintask-container .feedbackintask img {
  width: 30px;
}
.question-wrap .character-and-writing-container {
  height: 15%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container {
    height: 20%;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container {
    height: 25%;
  }
}
.question-wrap .character-and-writing-container .character-and-writing {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.question-wrap .character-and-writing-container .character-and-writing .speech-bubble {
  margin-right: 5px;
  font-size: 16px;
  padding: 5px;
  background: #ffffff;
  will-change: filter;
  -webkit-filter: drop-shadow(0px 0px 5px #6e6e6e);
          filter: drop-shadow(0px 0px 5px #6e6e6e);
  border-radius: 10px;
  min-height: 71px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing .speech-bubble {
    font-size: 20px;
    padding: 10px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing .speech-bubble {
    font-size: 30px;
    padding: 20px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing .character-container {
  /*width: 106px;*/
  width: 71px;
  height: 82px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing .character-container {
    width: initial;
    height: initial;
    overflow: initial;
    -ms-flex-negative: initial;
        flex-shrink: initial;
    padding: 0 20px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing .character-container img {
  width: 106px;
}
.question-wrap .character-and-writing-container .character-and-writing.showdrake {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-wrap .character-and-writing-container .character-and-writing.showdrake .speech-bubble:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #ffffff;
  border-width: 20px 20px 20px 0;
  top: 40%;
  left: -20px;
  margin-top: -20px;
}
.question-wrap .character-and-writing-container .character-and-writing.showdrake .drakepic {
  display: block !important;
  margin-right: 20px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing.showdrake .drakepic {
    margin-right: initial;
  }
}
.question-wrap .character-and-writing-container .character-and-writing.showdrake .drakepic img {
  position: relative;
  left: -52px;
  width: 142px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing.showdrake .drakepic img {
    position: initial;
    left: initial;
    width: 70px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing.showdrake .drakepic img {
    width: 106px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing.showspeedy {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-wrap .character-and-writing-container .character-and-writing.showspeedy .speech-bubble:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #ffffff;
  border-width: 20px 20px 20px 0;
  top: 40%;
  left: -20px;
  margin-top: -20px;
}
.question-wrap .character-and-writing-container .character-and-writing.showspeedy .speedypic {
  display: block !important;
  margin-right: 20px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing.showspeedy .speedypic {
    margin-right: initial;
  }
}
.question-wrap .character-and-writing-container .character-and-writing.showspeedy .speedypic img {
  position: relative;
  left: -20px;
  width: 84px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing.showspeedy .speedypic img {
    position: initial;
    left: initial;
    width: 80px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing.showspeedy .speedypic img {
    width: 106px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing.showuni {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.question-wrap .character-and-writing-container .character-and-writing.showuni .speech-bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #ffffff;
  border-width: 20px 0 20px 20px;
  top: 64%;
  right: -20px;
  margin-top: -20px;
}
.question-wrap .character-and-writing-container .character-and-writing.showuni .unipic {
  display: block !important;
  margin-left: 20px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing.showuni .unipic {
    margin-left: initial;
  }
}
.question-wrap .character-and-writing-container .character-and-writing.showuni .unipic img {
  width: 117px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing.showuni .unipic img {
    width: 70px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing.showuni .unipic img {
    width: 117px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing.showfile {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.question-wrap .character-and-writing-container .character-and-writing .feedback-area {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-fireball {
  position: absolute;
  top: 28px;
  left: 65px;
  width: 60px;
  opacity: 0;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-fireball {
    left: 75px;
    width: 60px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-fireball {
    left: 105px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-fireball.feedback-drake1-puffsmoke {
  top: 18px;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-fireball.feedback-drake1-puffsmoke {
    top: 0px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-fireball.feedback-drake1-puffsmoke {
    top: 9px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-marshmellow {
  position: absolute;
  top: 169px;
  left: 150px;
  width: 54px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-marshmellow {
    left: 234px;
    width: 54px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-drake1-marshmellow {
    left: 234px;
    width: 100px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-uni1-rainbow {
  position: absolute;
  right: 56px;
  top: 40px;
  width: 150px;
  opacity: 0;
}
@media screen and (min-width: 400px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-uni1-rainbow {
    right: 71px;
    top: 13px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-uni1-rainbow {
    right: 120px;
    top: 28px;
  }
}
.question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-uni1-frog {
  position: absolute;
  right: 150px;
  bottom: -100px;
  width: 40px;
}
@media screen and (min-width: 800px) {
  .question-wrap .character-and-writing-container .character-and-writing .feedback-area .feedback-uni1-frog {
    width: 70px;
    right: 200px;
  }
}
.question-wrap .character-and-writing-container.further-speeches {
  height: initial;
}
.question-wrap .character-and-writing-container.further-speeches .character-and-writing {
  padding: 0;
}
.question-wrap .answer-switch-container {
  height: 5%;
}
@media screen and (min-width: 800px) {
  .question-wrap .answer-switch-container {
    height: 10%;
  }
}
.question-wrap .answer-switch-container .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;
}
.question-wrap .answer-switch-container .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) {
  .question-wrap .answer-switch-container .answer-switch div {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .answer-switch-container .answer-switch div {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 10px;
  }
}
.question-wrap .answer-switch-container .answer-switch .your-answer {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.question-wrap .answer-switch-container .answer-switch .correct-answer {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.question-wrap .answer-switch-container .answer-switch .selected {
  background: #93014c;
  color: white;
}
.question-wrap #area-for-elements-100 {
  height: 100%;
  width: 100%;
}
.question-wrap #area-for-elements-90 {
  height: 90%;
  width: 100%;
}
.question-wrap #area-for-elements-70 {
  height: 70%;
  width: 100%;
}
.question-wrap #area-for-elements-60 {
  height: 60%;
  width: 100%;
}
.question-wrap #area-for-elements-50 {
  height: 50%;
  width: 100%;
}
.question-wrap #area-for-elements-50-2 {
  height: 50%;
  width: 100%;
}
.question-wrap #area-for-elements-40 {
  height: 40%;
  width: 100%;
}
.question-wrap #area-for-elements-30 {
  height: 30%;
  width: 100%;
}
.question-wrap #area-for-elements-20 {
  height: 20%;
  width: 100%;
}
.question-wrap .area-for-elements-100 {
  height: 100%;
  width: 100%;
}
.question-wrap .area-for-elements-90 {
  height: 90%;
  width: 100%;
}
.question-wrap .area-for-elements-80 {
  height: 80%;
  width: 100%;
}
.question-wrap .area-for-elements-70 {
  height: 70%;
  width: 100%;
}
.question-wrap .area-for-elements-60 {
  height: 60%;
  width: 100%;
}
.question-wrap .area-for-elements-55 {
  height: 55%;
  width: 100%;
}
.question-wrap .area-for-elements-50 {
  height: 50%;
  width: 100%;
}
.question-wrap .area-for-elements-40 {
  height: 40%;
  width: 100%;
}
.question-wrap .area-for-elements-35 {
  height: 35%;
  width: 100%;
}
.question-wrap .area-for-elements-30 {
  height: 30%;
  width: 100%;
}
.question-wrap .area-for-elements-25 {
  height: 25%;
  width: 100%;
}
.question-wrap .area-for-elements-20 {
  height: 20%;
  width: 100%;
}
.question-wrap .area-for-elements-15 {
  height: 15%;
  width: 100%;
}
.question-wrap .area-for-elements-10 {
  height: 10%;
  width: 100%;
}
.question-wrap #area-for-activity {
  height: 55%;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .question-wrap #area-for-activity {
    height: 50%;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap #area-for-activity {
    height: 45%;
  }
}
.question-wrap .mark-container {
  height: 15%;
  width: 90%;
  margin: 0 5%;
}
.question-wrap .mark-container .mark-button {
  background: #93014c;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 30px;
  border-radius: 20px;
  cursor: pointer;
}
.question-wrap .mark-container .mark-button.disabled {
  background: rgba(177, 177, 177, 0.3);
}
.question-wrap .mark-container .mark-button.next {
  background: #007682;
}
.question-wrap .answer-area {
  max-width: 800px;
  margin: 0 auto;
  font-size: 30px;
  padding: 0 5px;
  position: relative;
}
.question-wrap .answer-area.side-by-side {
  max-width: initial;
  margin: initial;
  padding: initial;
  width: 100%;
  padding-right: 10px;
}
.question-wrap .answer-area .line-layer .answer-line {
  border-bottom: 2px solid #d5d5d5;
  margin-top: 40px;
}
.question-wrap .answer-area .line-layer .answer-line.no-line {
  border-bottom: none;
}
.question-wrap .answer-area .line-layer .answer-line:first-child {
  margin-top: 0px;
}
.question-wrap .answer-area .line-layer .answer-line.total-styleless {
  margin-top: 36px;
}
.question-wrap .answer-area .line-layer .answer-line.total-styleless:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 400px) {
  .question-wrap .answer-area .line-layer .answer-line.total-styleless {
    margin-top: 50px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .answer-area .line-layer .answer-line.total-styleless {
    margin-top: 60px;
  }
}
@media screen and (min-width: 400px) {
  .question-wrap .answer-area .line-layer .answer-line {
    margin-top: 50px;
  }
}
@media screen and (min-width: 800px) {
  .question-wrap .answer-area .line-layer .answer-line {
    margin-top: 60px;
  }
}
.question-wrap .answer-area .word-layer {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.question-wrap .choices-area {
  margin: 0;
  padding: 0 5px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 30px;
  width: 100%;
  min-height: 63px;
}
.question-wrap.reviewmode .character-and-writing-container {
  display: none;
}
.question-wrap.reviewmode #area-for-activity {
  height: 70%;
}

.read-aloud {
  cursor: pointer;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  vertical-align: baseline;
}
.read-aloud img {
  height: 0.8em;
}

.word {
  margin: 0;
  text-indent: 0;
  list-style-type: 0;
  list-style: none;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 6px;
  cursor: pointer;
  background: white;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .word {
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 800px) {
  .word {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 8px;
  }
}
.word.disabled, .word.static {
  background: rgba(177, 177, 177, 0.3);
  cursor: default;
}
.word.styleless {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
}
.word.total-styleless {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  /*margin: 3px;*/
  padding: 0;
  background: transparent;
}
.word.wrong {
  background: rgba(255, 90, 90, 0.3);
  width: 49px;
  text-align: center;
}
.word.correct {
  background: rgba(90, 255, 126, 0.3);
  width: 49px;
  text-align: center;
}
.word.placeholder {
  background: #e7e7e7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.word.choices-area-placeholder {
  background: #e7e7e7;
  color: transparent;
}
.word.choices-area-placeholder img {
  opacity: 0;
}
.word.connect-left {
  margin-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.word.connect-right {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.word.connect-child-left {
  margin-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.word.connect-child-left .word {
  margin-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.word.connect-child-right {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.word.connect-child-right .word {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.word.connect-child-both {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.word.connect-child-both .word {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.word.smallmode {
  font-size: 18px;
}
.word.smallmode.choices-area-placeholder {
  font-size: 18px;
}

.choices-area .word.placeholder {
  display: none;
}

.ui-sortable-disabled .word {
  cursor: default;
}

.pencil-container {
  line-height: 16px;
}
@media screen and (min-width: 400px) {
  .pencil-container {
    line-height: 24px;
  }
}
@media screen and (min-width: 800px) {
  .pencil-container {
    line-height: 27px;
  }
}
.pencil-container img {
  height: 21px;
}
@media screen and (min-width: 400px) {
  .pencil-container img {
    height: 22px;
  }
}
@media screen and (min-width: 800px) {
  .pencil-container img {
    height: 37px;
  }
}

.sortable-placeholder {
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 6px;
  margin-bottom: 13px;
  cursor: pointer;
  background: white;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgb(12, 194, 170);
  visibility: visible !important;
}

/*
.canvas-container{
	max-width: 800px;
	margin: 0 auto;
}

.canvas-button-container{
	margin: 0 auto;
	padding: 0 5%;
	text-align: center;
	color: white;
	font-size: 30px;
	border-radius: 20px;
	cursor:pointer;
	height: 15%;
	width: 90%;
	.isActingButton{
		cursor:pointer!important;
	}

	.canvas-container{
		max-width: 400px;
		margin: 0 auto;
	}

	#MMFCanvas{
		width:100%;
	}
}
*/
.miniSVG {
  width: 25px;
  height: 25px;
  display: block;
}
@media screen and (min-width: 400px) {
  .miniSVG {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 800px) {
  .miniSVG {
    width: 40px;
    height: 40px;
  }
}

/************ Make page ***************/
.make-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.make-container .activity-preview-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}
.make-container .activity-preview-container .activity-preview {
  border: 1px solid black;
}
.make-container .activity-preview-container .activity-preview iframe {
  border: none;
}
.make-container .activity-preview-container .activity-preview.iphone5 {
  height: 568px;
  width: 320px;
}
.make-container .activity-preview-container .activity-preview.galaxyfold {
  height: 653px;
  width: 280px;
}
.make-container .activity-preview-container .activity-preview.full {
  height: 100vh;
  width: 100%;
  border: none;
}
.make-container .activity-preview-container .activity-preview iframe {
  height: 100%;
  width: 100%;
}
.make-container .meta-container {
  border: 1px solid #e9e9e9;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.make-container .meta-container .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px;
}
.make-container .meta-container .meta .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.make-container .meta-container .meta .form-item .form-label {
  padding-right: 10px;
  border-bottom: 2px solid lightgrey;
  font-weight: 800;
  font-size: 14px;
}
.make-container .meta-container .meta .form-item .form-input {
  width: 100%;
}
.make-container .meta-container .meta .form-item .form-input input, .make-container .meta-container .meta .form-item .form-input select {
  width: 100%;
}

/************ completeSentenceGivenQuestion ***************/
.question-area {
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}
.question-area.side-by-side {
  max-width: initial;
  margin: initial;
  margin-right: 20px;
}
.question-area .space-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}
.question-area .togetherMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.question-area .mediumImage {
  height: 40px;
  min-width: 0;
  padding: 3px;
}
@media screen and (min-width: 400px) {
  .question-area .mediumImage {
    height: 50px;
  }
}
@media screen and (min-width: 800px) {
  .question-area .mediumImage {
    height: 60px;
  }
}
.question-area .largeImage {
  min-height: 80px;
  min-width: 0;
  padding: 3px;
}
@media screen and (min-width: 400px) {
  .question-area .largeImage {
    min-height: 100px;
  }
}
@media screen and (min-width: 800px) {
  .question-area .largeImage {
    min-height: 120px;
  }
}
.question-area .fullImage {
  height: 100%;
  min-width: 0;
  padding: 3px;
}
.question-area .side-by-side-image {
  max-width: 150px;
  width: 100%;
  max-height: 100%;
}

.single-word-space {
  padding: 0;
  min-width: 50px;
  border-bottom: 2px dashed black;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 34px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .single-word-space {
    height: 42px;
    min-width: 80px;
  }
}
@media screen and (min-width: 800px) {
  .single-word-space {
    height: 54px;
    min-width: 100px;
  }
}
.single-word-space.small-space {
  min-width: 40px;
}
.single-word-space.big-space {
  min-width: 100px;
}
@media screen and (max-width: 399px) {
  .single-word-space.total-styleless {
    height: 29px;
  }
}
.single-word-space.no-underlines {
  border: none;
}
.single-word-space .word {
  margin: 0;
}
.single-word-space.no-styles {
  border-bottom: initial;
  min-width: initial;
}

/************ matchWordStartAndEndWithPictureClue ***************/
.multi-line-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  font-size: 30px;
  padding: 0 5px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Used with #nsid17 for muliple choices on a single line*/
}
.multi-line-choices .multi-line-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 62px;
  margin-bottom: 10px;
}
.multi-line-choices .multi-line-choice .question-area {
  width: 100px;
}
.multi-line-choices.twoononeline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.multi-line-choices.twoononeline .multi-line-choice {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/************ pondJumper ***************/
@-webkit-keyframes animateSprite {
  0% {
    background-position: -600px; /* Starting position moving left sprite */
  }
  20% {
    background-position: 0px; /* Straight on sprite */
  }
  25% {
    background-position: -200px; /* Moving up sprite */
  }
  35% {
    background-position: -400px; /* Moving right sprite */
  }
  40% {
    background-position: -400px;
  }
  50% {
    background-position: -200px; /* Moving up sprite */
  }
  60% {
    background-position: 0px; /* Straight on sprite */
  }
  67% {
    background-position: -600px; /* Moving up sprite */
  }
  100% {
    background-position: -600px;
  }
}
@keyframes animateSprite {
  0% {
    background-position: -600px; /* Starting position moving left sprite */
  }
  20% {
    background-position: 0px; /* Straight on sprite */
  }
  25% {
    background-position: -200px; /* Moving up sprite */
  }
  35% {
    background-position: -400px; /* Moving right sprite */
  }
  40% {
    background-position: -400px;
  }
  50% {
    background-position: -200px; /* Moving up sprite */
  }
  60% {
    background-position: 0px; /* Straight on sprite */
  }
  67% {
    background-position: -600px; /* Moving up sprite */
  }
  100% {
    background-position: -600px;
  }
}
@-webkit-keyframes swim {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); /* Starting position */
  }
  20% {
    -webkit-transform: translate(calc(-50vw - 100px), 0);
            transform: translate(calc(-50vw - 100px), 0); /* Animate to center of screen */
  }
  25% {
    -webkit-transform: translate(calc(-50vw - 100px), 0);
            transform: translate(calc(-50vw - 100px), 0); /* Stay at the center for 1 second */
  }
  35% {
    -webkit-transform: translate(calc(-50vw - 100px), -20vh);
            transform: translate(calc(-50vw - 100px), -20vh); /* Animate up for 2 seconds */
  }
  50% {
    -webkit-transform: translate(-25vw, 15vh);
            transform: translate(-25vw, 15vh); /* Animate bottom right for 3 seconds */
  }
  60% {
    -webkit-transform: translate(-25vw, -20vh);
            transform: translate(-25vw, -20vh); /* Animate up at right of the screen */
  }
  67% {
    -webkit-transform: translate(-25vw, -20vh);
            transform: translate(-25vw, -20vh);
  }
  100% {
    -webkit-transform: translate(calc(-100vw - 300px), 0);
            transform: translate(calc(-100vw - 300px), 0); /* Animate past left past the screen */
  }
}
@keyframes swim {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); /* Starting position */
  }
  20% {
    -webkit-transform: translate(calc(-50vw - 100px), 0);
            transform: translate(calc(-50vw - 100px), 0); /* Animate to center of screen */
  }
  25% {
    -webkit-transform: translate(calc(-50vw - 100px), 0);
            transform: translate(calc(-50vw - 100px), 0); /* Stay at the center for 1 second */
  }
  35% {
    -webkit-transform: translate(calc(-50vw - 100px), -20vh);
            transform: translate(calc(-50vw - 100px), -20vh); /* Animate up for 2 seconds */
  }
  50% {
    -webkit-transform: translate(-25vw, 15vh);
            transform: translate(-25vw, 15vh); /* Animate bottom right for 3 seconds */
  }
  60% {
    -webkit-transform: translate(-25vw, -20vh);
            transform: translate(-25vw, -20vh); /* Animate up at right of the screen */
  }
  67% {
    -webkit-transform: translate(-25vw, -20vh);
            transform: translate(-25vw, -20vh);
  }
  100% {
    -webkit-transform: translate(calc(-100vw - 300px), 0);
            transform: translate(calc(-100vw - 300px), 0); /* Animate past left past the screen */
  }
}
.ocean {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#182848), to(#2980b9));
  background-image: linear-gradient(0deg, #182848, #2980b9);
}

.bubble {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  background-color: white;
  bottom: -30px;
  opacity: 0.2;
  -webkit-animation: bubble 15s ease-in-out infinite, sideWays 4s ease-in-out infinite alternate;
          animation: bubble 15s ease-in-out infinite, sideWays 4s ease-in-out infinite alternate;
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0.06;
  }
  100% {
    -webkit-transform: translateY(-120vh);
            transform: translateY(-120vh);
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0.06;
  }
  100% {
    -webkit-transform: translateY(-120vh);
            transform: translateY(-120vh);
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 200px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 200px;
  }
}
.bubble--1 {
  left: 10%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 0.2;
}

.bubble--2 {
  width: 15px;
  height: 15px;
  left: 40%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  opacity: 0.1;
}

.bubble--3 {
  width: 10px;
  height: 10px;
  left: 30%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  opacity: 0.3;
}

.bubble--4 {
  width: 25px;
  height: 25px;
  left: 40%;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
  opacity: 0.2;
}

.bubble--5 {
  width: 30px;
  height: 30px;
  left: 60%;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  opacity: 0.1;
}

.bubble--6 {
  width: 10px;
  height: 10px;
  left: 80%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  opacity: 0.4;
}

.bubble--7 {
  width: 15px;
  height: 15px;
  left: 90%;
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  opacity: 0.3;
}

.bubble--9 {
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: 30px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
  opacity: 0.2;
}

.bubble--10 {
  width: 40px;
  height: 40px;
  left: 30%;
  bottom: 30px;
  -webkit-animation-delay: -21s;
          animation-delay: -21s;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 0.3;
}

.bubble--11 {
  width: 30px;
  height: 30px;
  left: 60%;
  bottom: 30px;
  -webkit-animation-delay: -13.75s;
          animation-delay: -13.75s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  opacity: 0.3;
}

.bubble--11 {
  width: 25px;
  height: 25px;
  left: 90%;
  bottom: 30px;
  -webkit-animation-delay: -10.5s;
          animation-delay: -10.5s;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
  opacity: 0.3;
}

.ocean-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.ocean-container .pond-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ocean-container .pond-overlay .lily-container {
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.ocean-container .pond-overlay .lily-container img {
  max-height: 100%;
  margin: 0 5px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .ocean-container .pond-overlay .lily-container img {
    margin: 0 20px;
  }
}
@media screen and (min-width: 700px) {
  .ocean-container .pond-overlay .lily-container img {
    margin: 0 50px;
  }
}
.ocean-container .pond-overlay .lily-container .the-word {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
}
@media screen and (min-width: 400px) {
  .ocean-container .pond-overlay .lily-container .the-word {
    font-size: 35px;
  }
}
@media screen and (min-width: 700px) {
  .ocean-container .pond-overlay .lily-container .the-word {
    font-size: 45px;
  }
}
.ocean-container .pond-overlay .lily-container.not-selected .the-word {
  color: grey;
}
.ocean-container .uni-container {
  position: absolute;
  left: 44%;
  cursor: pointer;
  bottom: 58px;
}
@media screen and (min-width: 400px) {
  .ocean-container .uni-container {
    bottom: 76px;
  }
}
@media screen and (min-width: 700px) {
  .ocean-container .uni-container {
    bottom: 101px;
  }
}
.ocean-container .uni-container img {
  width: 60px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 400px) {
  .ocean-container .uni-container img {
    width: 80px;
  }
}
@media screen and (min-width: 700px) {
  .ocean-container .uni-container img {
    width: 100px;
  }
}
.ocean-container .uni-container img.uni-pic {
  width: 50px;
  top: -30px;
  left: 4px;
}
@media screen and (min-width: 400px) {
  .ocean-container .uni-container img.uni-pic {
    width: 60px;
    top: -34px;
    left: 5px;
  }
}
@media screen and (min-width: 700px) {
  .ocean-container .uni-container img.uni-pic {
    width: 76px;
    top: -39px;
    left: 9px;
  }
}
.ocean-container .uni-container img.splash {
  opacity: 0;
  top: 12px;
  left: -13px;
}

.mark-container-mini {
  height: 15%;
  width: 90%;
  margin: 0 5%;
  /*margin-top: 20px;*/
}
.mark-container-mini .mark-button-mini {
  background: #93014c;
  max-width: 360px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 30px;
  border-radius: 20px;
  cursor: pointer;
}
.mark-container-mini .mark-button-mini.disabled {
  background: rgba(177, 177, 177, 0.3);
}
.mark-container-mini .mark-button-mini.next {
  background: #007682;
}

/************ realOrFake ***************/
.real-or-fake-choice-area {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.real-or-fake-choice-area .blackboard-container {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  position: relative;
  margin-right: 0px;
}
@media screen and (min-width: 800px) {
  .real-or-fake-choice-area .blackboard-container {
    margin-right: 20px;
  }
}
.real-or-fake-choice-area .blackboard-container .blackboard-words {
  position: absolute;
  top: 0;
  color: white;
  font-size: 20px;
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 400px) {
  .real-or-fake-choice-area .blackboard-container .blackboard-words {
    font-size: 25px;
  }
}
@media screen and (min-width: 800px) {
  .real-or-fake-choice-area .blackboard-container .blackboard-words {
    font-size: 30px;
  }
}
.real-or-fake-choice-area .blackboard-container .blackboard-words .title {
  text-align: center;
  font-weight: 700;
}
.real-or-fake-choice-area .alien-container {
  position: relative;
  width: 161px;
}
.real-or-fake-choice-area .cover-screen {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.real-or-fake-word-area {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.real-or-fake-word-area .word {
  text-align: center;
  opacity: 1;
  font-size: 40px;
}
@media screen and (min-width: 400px) {
  .real-or-fake-word-area .word {
    font-size: 50px;
  }
}
@media screen and (min-width: 800px) {
  .real-or-fake-word-area .word {
    font-size: 60px;
  }
}

/************ separateWithSpaces ***************/
#nsid10 .thefinger-container .word {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100px;
}
#nsid10 .word.nospace {
  margin-right: 0;
}
#nsid10 .word.correct {
  padding: 5px 10px;
  height: initial;
  background: rgba(90, 255, 126, 0.3);
  width: 49px;
  text-align: center;
}
#nsid10 .word.wrong {
  padding: 5px 10px;
  height: initial;
  background: rgba(255, 90, 90, 0.3);
  width: 49px;
  text-align: center;
}
#nsid10 .thefinger {
  margin: 0;
}
#nsid10 .thefinger img {
  width: 37px;
}
#nsid10 .choices-area {
  text-align: center;
}

/************ orderTheStory ***************/
#nsid11 .theStoryPictures-container {
  max-width: 800px;
  margin: 0 auto;
}
#nsid11 .theStoryPictures-container .theStoryPictures {
  text-align: center;
  position: relative;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nsid11 .theStoryPictures-container .theStoryPictures img {
  max-height: 100%;
}
#nsid11 .theStoryPictures-container .theStoryPictures .carousel-item {
  display: none;
}
#nsid11 .theStoryPictures-container .theStoryPictures .carousel-item.chosen {
  display: block;
}
#nsid11 .theStoryText-container {
  max-width: 800px;
  margin: 0 auto;
}
#nsid11 .theStoryText-container .theStoryText {
  text-align: center;
  position: relative;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nsid11 .theStoryText-container .theStoryText .theStoryText-textArea {
  padding: 20px 80px;
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  #nsid11 .theStoryText-container .theStoryText .theStoryText-textArea {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid11 .theStoryText-container .theStoryText .theStoryText-textArea {
    font-size: 25px;
  }
}
#nsid11 .theStoryText-container .theStoryText .carousel-item {
  display: none;
}
#nsid11 .theStoryText-container .theStoryText .carousel-item.chosen {
  display: block;
}
#nsid11 .imgButtons {
  position: absolute;
  left: 10px;
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  color: white;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#nsid11 .imgButtons.next {
  left: initial;
  right: 10px;
}
#nsid11 .theStoryPositions-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#nsid11 .mark-container-mini {
  margin-top: 0;
}
#nsid11 .showAnswer {
  text-align: center;
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nsid11 .showAnswer img {
  max-height: 100%;
}
#nsid11 .showAnswer .text-area {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px;
}
@media screen and (min-width: 400px) {
  #nsid11 .showAnswer .text-area {
    font-size: 20px;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 800px) {
  #nsid11 .showAnswer .text-area {
    font-size: 30px;
    padding: 10px 20px;
  }
}
#nsid11 .showAnswerFeedback {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#nsid11 .showAnswerFeedback .correct-answer, #nsid11 .showAnswerFeedback .wrong-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nsid11 .showAnswerFeedback .written-feedback {
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  #nsid11 .showAnswerFeedback .written-feedback {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid11 .showAnswerFeedback .written-feedback {
    font-size: 30px;
  }
}

/************ coverAndSpell ***************/
#nsid12 .showing-area {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#nsid12 .showing-area .theEagle {
  /*
  width: 100%;
  position: absolute;
  left: 0;
  opacity:1;
  */
  position: absolute;
}
#nsid12 .showing-area .theEagle img {
  width: 115px;
}

/************ writing inpiration ***************/
#nsid14 .theStoryPictures-container {
  max-width: 800px;
  margin: 0 auto;
}
#nsid14 .theStoryPictures-container .theStoryPictures {
  text-align: center;
  position: relative;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nsid14 .theStoryPictures-container .theStoryPictures img {
  max-height: 100%;
  max-width: 80%;
}
#nsid14 .imgButtons {
  position: absolute;
  left: 10px;
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  color: white;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#nsid14 .imgButtons.next {
  left: initial;
  right: 10px;
}
#nsid14 .theCompletedPicture-container {
  max-width: 800px;
  margin: 0 auto;
}
#nsid14 .theCompletedPicture-container .theCompletedPicture {
  text-align: center;
  position: relative;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover;
  background-position: bottom center;
}
#nsid14 .theCompletedPicture-container .theCompletedPicture img {
  max-height: 100%;
}
#nsid14 .theCompletedPicture-container .theCompletedPicture img.character {
  position: absolute;
  left: 5%;
  max-width: 40%;
  bottom: 0;
}
#nsid14 .theCompletedPicture-container .theCompletedPicture img.object {
  position: absolute;
  right: 5%;
  max-width: 40%;
  bottom: 0;
}

.theTrickyWord-container {
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}
.theTrickyWord-container .theTrickyWord {
  text-align: center;
  position: relative;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
}
@media screen and (min-width: 400px) {
  .theTrickyWord-container .theTrickyWord {
    font-size: 60px;
  }
}
@media screen and (min-width: 800px) {
  .theTrickyWord-container .theTrickyWord {
    font-size: 80px;
  }
}

.numberFrame-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
}

.numberFrame {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid purple;
  margin: 0;
}
.numberFrame tr td {
  border: 1px solid purple;
}
.numberFrame tr td ul {
  list-style: none;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.numberFrame tr td .counter {
  border-radius: 50%;
  margin: 5px auto;
  width: 25px;
  height: 25px;
}
.numberFrame tr td .counter.yellow {
  background: #d3ce24;
}
.numberFrame tr td .counter.red {
  background: #D32424;
}
.numberFrame tr td .counter.blue {
  background: #2450d3;
}
@media screen and (min-width: 400px) {
  .numberFrame tr td .counter {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 800px) {
  .numberFrame tr td .counter {
    width: 40px;
    height: 40px;
  }
}
.numberFrame.nodrop {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .numberFrame.nodrop {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  .numberFrame.nodrop {
    font-size: 30px;
  }
}
.numberFrame.nodrop tr td {
  padding: 10px;
  text-align: center;
}

.numberLine {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 3px solid purple;
  margin: 0;
}
.numberLine tr td {
  position: relative;
}
.numberLine tr td ul {
  list-style: none;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 400px) {
  .numberLine tr td ul {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 800px) {
  .numberLine tr td ul {
    margin-bottom: 30px;
  }
}
.numberLine tr td ul li {
  margin-right: 0;
}
.numberLine tr td .number {
  list-style: none;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: -5px;
  font-size: 20px;
  position: relative;
}
@media screen and (min-width: 400px) {
  .numberLine tr td .number {
    margin-bottom: -3px;
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) {
  .numberLine tr td .number {
    margin-bottom: 0px;
    font-size: 25px;
  }
}
.numberLine tr td .circled {
  height: 25px;
  width: 25px;
  position: absolute;
  border: 2px solid #D32424;
  border-radius: 50%;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 400px) {
  .numberLine tr td .circled {
    height: 30px;
    width: 30px;
    top: -2px;
  }
}
@media screen and (min-width: 800px) {
  .numberLine tr td .circled {
    height: 35px;
    width: 35px;
    top: -4px;
  }
}
.numberLine tr td .notch {
  height: 20px;
  width: 3px;
  background: purple;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.numberLine.witharrow tr td .arrow {
  position: absolute;
  width: 100%;
  top: -15px;
  text-align: center;
}
.numberLine.witharrow tr td .arrow svg {
  width: 27px;
}

#nsid16 .counter {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: brown;
}
@media screen and (min-width: 400px) {
  #nsid16 .counter {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 800px) {
  #nsid16 .counter {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px auto;
  }
  #nsid16 .counter.yellow {
    background: #d3ce24;
  }
  #nsid16 .counter.red {
    background: #D32424;
  }
}
@media screen and (min-width: 800px) and (min-width: 400px) {
  #nsid16 .counter {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  #nsid16 .counter {
    width: 40px;
    height: 40px;
  }
}
#nsid16 .choices-area {
  position: relative;
}

#nsid17 .multi-line-choices {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
#nsid17 .multi-line-choices .multi-line-choice {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 800px) {
  #nsid17 .multi-line-choices .multi-line-choice {
    width: 50%;
  }
}

#nsid18 .numberFrame-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nsid18 .numberFrame tr td ul {
  height: 75px;
}
#nsid18 .choices-area {
  position: relative;
}
#nsid18 .correct {
  position: absolute;
  top: 0;
  background: #c1ffc1;
  margin: 0;
  border-top-left-radius: 0;
}
#nsid18 .wrong {
  position: absolute;
  top: 0;
  background: #ffcdcd;
  margin: 0;
  border-top-left-radius: 0;
}

#nsid20 .showing-area, #nsid22 .showing-area, #nsid24 .showing-area {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#nsid20 .chests, #nsid22 .chests, #nsid24 .chests {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
#nsid20 .chests .chest, #nsid22 .chests .chest, #nsid24 .chests .chest {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
#nsid20 .chests .chest img, #nsid22 .chests .chest img, #nsid24 .chests .chest img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#nsid20 .chests .chest .chestNumber, #nsid22 .chests .chest .chestNumber, #nsid24 .chests .chest .chestNumber {
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 80%;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 10%;
}
@media screen and (min-width: 400px) {
  #nsid20 .chests .chest .chestNumber, #nsid22 .chests .chest .chestNumber, #nsid24 .chests .chest .chestNumber {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid20 .chests .chest .chestNumber, #nsid22 .chests .chest .chestNumber, #nsid24 .chests .chest .chestNumber {
    font-size: 30px;
  }
}
#nsid20 .chests .chest ul, #nsid22 .chests .chest ul, #nsid24 .chests .chest ul {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  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;
}
#nsid20 .chests .chest ul li, #nsid22 .chests .chest ul li, #nsid24 .chests .chest ul li {
  margin: 0 10px;
}
#nsid20 .chests .floating, #nsid22 .chests .floating, #nsid24 .chests .floating {
  position: absolute;
  top: 0;
  left: 0;
}
#nsid20 .chests .floating.correct, #nsid22 .chests .floating.correct, #nsid24 .chests .floating.correct {
  background: #c1ffc1;
}
#nsid20 .chests .floating.wrong, #nsid22 .chests .floating.wrong, #nsid24 .chests .floating.wrong {
  background: #ffcdcd;
}
#nsid20 .working-area, #nsid22 .working-area, #nsid24 .working-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nsid20 .choices-area, #nsid22 .choices-area, #nsid24 .choices-area {
  text-align: center;
}

#nsid21 .question-area .fullsizeimage {
  height: 100%;
  margin: 0 auto;
  display: block;
}

#nsid24 .chests .chest img {
  max-height: 100%;
}
#nsid24 .chests .chest ul {
  height: 100%;
}

.multichoice-container {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 20px 0;
  max-height: 300px;
}
.multichoice-container .multichoice {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 300px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  padding: 0 40px;
  width: 100%;
}
.multichoice-container .multichoice.chosen {
  background: #8f8f8f;
  color: white;
}
.multichoice-container .multichoice .multi-response {
  display: inline-block;
  color: black;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.multichoice-container .multichoice .multi-response.multi-correct {
  background: #c1ffc1;
}
.multichoice-container .multichoice .multi-response.multi-wrong {
  background: #ffcdcd;
}

.partwhole-container {
  width: 323px;
  margin: 0 auto;
  position: relative;
  height: 20px;
  padding: 0 5px;
  zoom: 70%;
}
@media screen and (min-width: 400px) {
  .partwhole-container {
    zoom: initial;
  }
}
.partwhole-container .partwhole {
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid black;
}
.partwhole-container .partwhole.partwhole1 {
  top: 70px;
}
.partwhole-container .partwhole.partwhole2 {
  left: 110px;
}
.partwhole-container .partwhole.partwhole3 {
  left: 220px;
  top: 70px;
}
.partwhole-container .partwhole ul {
  height: 100px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partwhole-container .partwhole ul li {
  margin: 0;
}
.partwhole-container .partwhole .given {
  height: 100px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partwhole-container .partwholeline {
  position: absolute;
  z-index: -1;
}

.wordBetweenWordClass {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2px;
  padding: 5px 10px;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .wordBetweenWordClass {
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 800px) {
  .wordBetweenWordClass {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 8px;
  }
}

.counter-box-container-container {
  text-align: center;
}
.counter-box-container-container .counter-box-container {
  text-align: left;
  display: inline-block;
}
.counter-box-container-container .counter-box-container .counter-box {
  border: 2px solid black;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.counter-box-container-container .counter-box-container .counter-box .circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 5px solid black;
  background: #D32424;
}
.counter-box-container-container .counter-box-container .counter-box .circle.halfsize {
  height: 15px;
  width: 15px;
  border-width: 2px;
}

.nice-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nice-list-container div {
  padding: 3px 7px;
  border: 2px solid #d1d4ff;
  margin: 5px;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .nice-list-container div {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  .nice-list-container div {
    font-size: 30px;
  }
}

#nsid28 .theStoryPictures-container, #nsid34 .theStoryPictures-container {
  max-width: 800px;
  margin: 0 auto;
}
#nsid28 .theStoryPictures-container .theStoryPictures, #nsid34 .theStoryPictures-container .theStoryPictures {
  text-align: center;
  position: relative;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nsid28 .theStoryPictures-container .theStoryPictures .carousel-item, #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item-default, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item-default {
  display: none;
}
#nsid28 .theStoryPictures-container .theStoryPictures .carousel-item.chosen, #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item-default.chosen, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item.chosen, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item-default.chosen {
  display: block;
}
@media screen and (min-width: 800px) {
  #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item, #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item-default, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item-default {
    margin: 0 75px;
  }
}
#nsid28 .theStoryPictures-container .theStoryPictures .carousel-item .correct-tick, #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item-default .correct-tick, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item .correct-tick, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item-default .correct-tick {
  background: rgba(90, 255, 126, 0.3);
  width: 49px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#nsid28 .theStoryPictures-container .theStoryPictures .carousel-item .wrong-cross, #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item-default .wrong-cross, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item .wrong-cross, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item-default .wrong-cross {
  background: rgba(255, 90, 90, 0.3);
  width: 49px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#nsid28 .theStoryPictures-container .theStoryPictures .carousel-item .show-answer-button-container, #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item-default .show-answer-button-container, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item .show-answer-button-container, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item-default .show-answer-button-container {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  bottom: 0;
}
#nsid28 .theStoryPictures-container .theStoryPictures .carousel-item .show-answer-button-container .show-answer-button, #nsid28 .theStoryPictures-container .theStoryPictures .carousel-item-default .show-answer-button-container .show-answer-button, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item .show-answer-button-container .show-answer-button, #nsid34 .theStoryPictures-container .theStoryPictures .carousel-item-default .show-answer-button-container .show-answer-button {
  background: #93014c;
  color: white;
}
#nsid28 .theStoryPictures-container .theStoryPictures img, #nsid34 .theStoryPictures-container .theStoryPictures img {
  max-height: 100%;
  max-width: 100%;
}
#nsid28 .imgButtons, #nsid34 .imgButtons {
  position: absolute;
  left: 10px;
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  color: white;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
}
#nsid28 .imgButtons.next, #nsid34 .imgButtons.next {
  left: initial;
  right: 10px;
}
@media screen and (min-width: 800px) {
  #nsid28 .imgButtons, #nsid34 .imgButtons {
    top: 50%;
    bottom: initial;
  }
}
#nsid28.show-the-answer .carousel-item, #nsid28.show-the-answer .carousel-item-default, #nsid34.show-the-answer .carousel-item, #nsid34.show-the-answer .carousel-item-default {
  display: none !important;
}
#nsid28.show-the-answer .carousel-item.theAnswer, #nsid34.show-the-answer .carousel-item.theAnswer {
  display: block !important;
}

#nsid30 .mental-maths-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#nsid30 .mental-maths-container .question-sum-area-container {
  position: absolute;
  bottom: 0;
  font-size: 25px;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#nsid30 .mental-maths-container .question-sum-area-container .question-sum-area {
  width: 100%;
  margin: 0 auto;
  background: #a74caf;
  color: white;
  padding: 10px 0;
}
#nsid30 .mental-maths-container .bubble-container {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#90dffe), to(#38a3d1));
  background: linear-gradient(to bottom, #90dffe 0%, #38a3d1 100%);
  overflow: hidden;
  position: relative;
}
#nsid30 .mental-maths-container .bubble-container.correct {
  background: -webkit-gradient(linear, left top, left bottom, from(#90fea4), to(#38d160));
  background: linear-gradient(to bottom, #90fea4 0%, #38d160 100%);
}
#nsid30 .mental-maths-container .bubble-container.wrong {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe9090), to(#d13838));
  background: linear-gradient(to bottom, #fe9090 0%, #d13838 100%);
}
#nsid30 .mental-maths-container .bubble-container .moving-bubble {
  position: absolute;
  margin: auto;
  border-radius: 50%;
  background: #c1f1ff;
  height: 120px;
  width: 120px;
  /*border: 4px solid #c1f1ff;*/
  text-align: center;
  font-size: 25px;
  line-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(circle at 75% 30%, white 5px, aqua 8%, darkblue 60%, aqua 100%);
  -webkit-box-shadow: inset 0 0 20px #fff, inset 10px 0 46px #eaf5fc, inset 88px 0px 60px #c2d8fe, inset -20px -60px 100px #fde9ea, inset 0 50px 140px #fde9ea, 0 0 90px #fff;
          box-shadow: inset 0 0 20px #fff, inset 10px 0 46px #eaf5fc, inset 88px 0px 60px #c2d8fe, inset -20px -60px 100px #fde9ea, inset 0 50px 140px #fde9ea, 0 0 90px #fff;
  cursor: pointer;
}

#nsid32 .fillintable-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
}
#nsid32 .fillintable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid purple;
  margin: 0;
}
#nsid32 .fillintable tr td {
  border: 1px solid purple;
}
#nsid32 .fillintable tr td ul {
  list-style: none;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
}
#nsid32 .fillintable tr td .counter {
  border-radius: 50%;
  margin: 5px auto;
  width: 25px;
  height: 25px;
}
#nsid32 .fillintable tr td .counter.yellow {
  background: #d3ce24;
}
#nsid32 .fillintable tr td .counter.red {
  background: #D32424;
}
@media screen and (min-width: 400px) {
  #nsid32 .fillintable tr td .counter {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 800px) {
  #nsid32 .fillintable tr td .counter {
    width: 40px;
    height: 40px;
  }
}
#nsid32 .fillintable.nodrop {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  #nsid32 .fillintable.nodrop {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid32 .fillintable.nodrop {
    font-size: 30px;
  }
}
#nsid32 .fillintable.nodrop tr td {
  padding: 10px;
  text-align: center;
}

#nsid35 .working-out-grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#nsid35 .working-out-grid .row .cell {
  width: 35px;
  height: 35px;
  border-top: 2px solid #97e7e7;
  border-left: 2px solid #97e7e7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  position: relative;
}
#nsid35 .working-out-grid .row .cell .number {
  line-height: 31px;
  z-index: 9;
}
#nsid35 .working-out-grid .row .cell .number.shiftDown {
  position: relative;
  top: 18px;
}
#nsid35 .working-out-grid .row .cell .number.integer {
  position: relative;
  top: 18px;
  font-size: 26px;
}
#nsid35 .working-out-grid .row .cell .single-word-space {
  margin: 0;
  padding: 0;
  width: 31px;
  min-width: 31px;
  max-width: 31px;
  background: #faffdf;
  height: 31px;
}
#nsid35 .working-out-grid .row .cell .single-word-space.shiftDown {
  position: relative;
  top: 18px;
  width: 33px;
  min-width: 33px;
  max-width: 33px;
}
#nsid35 .working-out-grid .row .cell .single-word-space.integer {
  position: relative;
  top: 18px;
  width: 33px;
  min-width: 33px;
  max-width: 33px;
}
#nsid35 .working-out-grid .row .cell .dot {
  position: absolute;
  right: -9px;
  font-size: 48px;
  line-height: 0;
  z-index: 99;
}
#nsid35 .working-out-grid .row .cell:last-child {
  border-right: 2px solid #97e7e7;
}
#nsid35 .working-out-grid .row:last-child {
  border-bottom: 2px solid #97e7e7;
}
#nsid35 .word {
  text-indent: 0;
  list-style-type: 0;
  list-style: none;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 0;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  padding: 0;
}
#nsid35 .choices-area .word {
  margin-right: 10px;
}

#nsid100.arithmetic-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
#nsid100.arithmetic-area .question-number {
  background: #00519a;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  font-size: 16px;
  padding-top: 10px;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .question-number {
    width: 40px;
    font-size: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .question-number {
    width: 80px;
    font-size: 30px;
    padding-top: 30px;
  }
}
#nsid100.arithmetic-area .question-area {
  padding: 0 10px;
  padding-top: 10px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .question-area {
    padding: 0 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .question-area {
    padding: 0 30px;
    padding-top: 30px;
  }
}
#nsid100.arithmetic-area .question-area .word-layer {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .question-area .word-layer {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .question-area .word-layer {
    font-size: 30px;
  }
}
#nsid100.arithmetic-area .question-area .word-layer .sym {
  font-weight: 700;
  margin-bottom: 5px;
  padding: 4px 5px;
  text-align: center;
  font-size: 16px;
  background: #6e6e6e;
  color: white;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .question-area .word-layer .sym {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .question-area .word-layer .sym {
    font-size: 30px;
  }
}
#nsid100.arithmetic-area .question-area .word-layer .single-word-space-container {
  display: inline-block;
  border: 4px solid #00519a;
  vertical-align: middle;
  margin-left: 0.278em;
  margin-right: 0.278em;
}
#nsid100.arithmetic-area .question-area .word-layer .single-word-space-container .single-word-space {
  border: none;
  margin: 0;
}
#nsid100.arithmetic-area .question-area .word-layer .single-word-space-container.answer-stack .div-line {
  width: 80%;
  height: 3px;
  background: #404040;
  margin-left: 10%;
}
#nsid100.arithmetic-area .question-area .word-layer .single-word-space-container.answer-stack.answer-stack-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#nsid100.arithmetic-area .question-area .word-layer .single-word-space-container.answer-stack.answer-stack-container .bignumber {
  height: 108px;
  padding-top: 26px;
}
#nsid100.arithmetic-area .question-area .word-layer .MathJax {
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .question-area .word-layer .MathJax {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .question-area .word-layer .MathJax {
    font-size: 25px;
  }
}
#nsid100.arithmetic-area .marks-area {
  background: #ccdeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .marks-area {
    width: 60px;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .marks-area {
    width: 80px;
  }
}
#nsid100.arithmetic-area .marks-area .marks-area-circle {
  border-radius: 50%;
  background: white;
  margin: 0 auto;
  margin-top: auto;
  height: 20px;
  width: 20px;
  border: 1px solid black;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .marks-area .marks-area-circle {
    height: 30px;
    width: 30px;
    border: 3px solid black;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .marks-area .marks-area-circle {
    height: 40px;
    width: 40px;
    border: 5px solid black;
  }
}
#nsid100.arithmetic-area .marks-area .marks-area-circle.correct {
  background: #17fc3c;
}
#nsid100.arithmetic-area .marks-area .marks-area-circle.wrong {
  background: #fc4f4f;
}
#nsid100.arithmetic-area .marks-area .marks-area-marks {
  padding-bottom: 20px;
  font-size: 10px;
}
@media screen and (min-width: 400px) {
  #nsid100.arithmetic-area .marks-area .marks-area-marks {
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  #nsid100.arithmetic-area .marks-area .marks-area-marks {
    font-size: 16px;
  }
}

#nsid101.spelling-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
#nsid101.spelling-area .question-number {
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
}
#nsid101.spelling-area .question-area {
  padding: 0 5px;
  padding-top: 5px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  #nsid101.spelling-area .question-area {
    padding: 0 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 800px) {
  #nsid101.spelling-area .question-area {
    padding: 0 30px;
    padding-top: 30px;
  }
}
#nsid101.spelling-area .question-area .word-layer {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  #nsid101.spelling-area .question-area .word-layer {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid101.spelling-area .question-area .word-layer {
    font-size: 30px;
  }
}
#nsid101.spelling-area .question-area .word-layer .single-word-space-container {
  display: inline-block;
  border-bottom: 2px solid black;
  vertical-align: middle;
}
#nsid101.spelling-area .question-area .word-layer .single-word-space-container .single-word-space {
  border: none;
  margin: 0;
  min-width: 200px;
}
#nsid101.spelling-area .marks-area {
  background: #edd7b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
}
@media screen and (min-width: 400px) {
  #nsid101.spelling-area .marks-area {
    width: 40px;
  }
}
@media screen and (min-width: 800px) {
  #nsid101.spelling-area .marks-area {
    width: 80px;
  }
}
#nsid101.spelling-area .marks-area .marks-area-circle {
  border-radius: 50%;
  background: white;
  margin: 0 auto;
  margin-top: 50px;
  height: 20px;
  width: 20px;
  border: 1px solid black;
}
@media screen and (min-width: 400px) {
  #nsid101.spelling-area .marks-area .marks-area-circle {
    height: 30px;
    width: 30px;
    border: 3px solid black;
  }
}
@media screen and (min-width: 800px) {
  #nsid101.spelling-area .marks-area .marks-area-circle {
    height: 40px;
    width: 40px;
    border: 5px solid black;
  }
}
#nsid101.spelling-area .marks-area .marks-area-circle.correct {
  background: #17fc3c;
}
#nsid101.spelling-area .marks-area .marks-area-circle.wrong {
  background: #fc4f4f;
}
#nsid101.spelling-area .marks-area .marks-area-marks {
  padding-bottom: 20px;
}

#nsid102 {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  #nsid102 {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102 {
    font-size: 30px;
  }
}
#nsid102.reading-area {
  max-width: 800px;
  margin: 0 auto;
}
#nsid102.reading-area .reading-switch-container .reading-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;
}
#nsid102.reading-area .reading-switch-container .reading-switch div {
  background: #ffffff;
  max-width: 360px;
  padding: 2px 4px;
  text-align: center;
  color: #015963;
  font-size: 12px;
  line-height: 12px;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid #015963;
}
@media screen and (min-width: 400px) {
  #nsid102.reading-area .reading-switch-container .reading-switch div {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 8px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102.reading-area .reading-switch-container .reading-switch div {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 10px;
  }
}
#nsid102.reading-area .reading-switch-container .reading-switch .the-reading {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#nsid102.reading-area .reading-switch-container .reading-switch .the-question {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#nsid102.reading-area .reading-switch-container .reading-switch .selected {
  background: #015963;
  color: white;
}
#nsid102.reading-area .question-number {
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  color: white;
  background: #231f20;
  padding: 2px 10px;
  border-radius: 10px;
}
#nsid102.reading-area .full-question-area-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 10px;
}
#nsid102.reading-area .full-question-area-container .question-area-container {
  width: 100%;
}
#nsid102.reading-area .full-question-area-container .question-area-container .question-area {
  padding: 0 5px;
  padding-top: 5px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  #nsid102.reading-area .full-question-area-container .question-area-container .question-area {
    padding: 0 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102.reading-area .full-question-area-container .question-area-container .question-area {
    padding: 0 30px;
    padding-top: 30px;
  }
}
#nsid102.reading-area .full-question-area-container .question-area-container .question-area .word-layer {
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  #nsid102.reading-area .full-question-area-container .question-area-container .question-area .word-layer {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102.reading-area .full-question-area-container .question-area-container .question-area .word-layer {
    font-size: 30px;
  }
}
#nsid102.reading-area .full-question-area-container .question-area-container .question-area .word-layer .single-word-space-container {
  display: inline-block;
  border-bottom: 2px solid black;
  vertical-align: middle;
}
#nsid102.reading-area .full-question-area-container .question-area-container .question-area .word-layer .single-word-space-container .single-word-space {
  border: none;
  margin: 0;
  min-width: 200px;
}
#nsid102.reading-area .marks-area {
  background: #edd7b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  position: absolute;
  right: -20px;
  height: 100%;
}
@media screen and (min-width: 960px) {
  #nsid102.reading-area .marks-area {
    width: 80px;
    right: -80px;
  }
}
#nsid102.reading-area .marks-area .marks-area-circle {
  border-radius: 50%;
  background: white;
  margin: 0 auto;
  margin-top: 50px;
  height: 20px;
  width: 20px;
  border: 1px solid black;
}
@media screen and (min-width: 960px) {
  #nsid102.reading-area .marks-area .marks-area-circle {
    height: 40px;
    width: 40px;
    border: 5px solid black;
  }
}
#nsid102.reading-area .marks-area .marks-area-circle.correct {
  background: #17fc3c;
}
#nsid102.reading-area .marks-area .marks-area-circle.wrong {
  background: #fc4f4f;
}
#nsid102.reading-area .marks-area .marks-area-marks {
  padding-bottom: 20px;
}
#nsid102.reading-area .the-reading-area-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
#nsid102.reading-area .the-reading-area-container .the-reading-area {
  height: 95%;
  padding: 0 5px;
  padding-top: 5px;
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  margin: 10px 0;
}
@media screen and (min-width: 400px) {
  #nsid102.reading-area .the-reading-area-container .the-reading-area {
    padding: 0 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102.reading-area .the-reading-area-container .the-reading-area {
    padding: 0 30px;
    padding-top: 30px;
  }
}
#nsid102 .carousel-container-container {
  max-width: 800px;
  margin: 0 auto;
}
#nsid102 .carousel-container-container .carousel-container {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nsid102 .carousel-container-container .carousel-container .carousel-item, #nsid102 .carousel-container-container .carousel-container .carousel-item-default {
  display: none;
  width: 100%;
  max-height: 100%;
}
#nsid102 .carousel-container-container .carousel-container .carousel-item.chosen, #nsid102 .carousel-container-container .carousel-container .carousel-item-default.chosen {
  display: block;
}
@media screen and (min-width: 800px) {
  #nsid102 .carousel-container-container .carousel-container .carousel-item, #nsid102 .carousel-container-container .carousel-container .carousel-item-default {
    margin: 0 75px;
  }
}
#nsid102 .carousel-container-container .carousel-container .carousel-item .carousel-item-block, #nsid102 .carousel-container-container .carousel-container .carousel-item-default .carousel-item-block {
  text-align: left;
  max-height: 100%;
}
#nsid102 .carousel-container-container .carousel-container .carousel-item .carousel-item-block .item-to-match, #nsid102 .carousel-container-container .carousel-container .carousel-item-default .carousel-item-block .item-to-match {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
  font-weight: 700;
  border-right: 6px solid #bfbfbf;
}
#nsid102 .carousel-container-container .carousel-container .carousel-item .carousel-item-block img, #nsid102 .carousel-container-container .carousel-container .carousel-item-default .carousel-item-block img {
  position: absolute;
  max-height: 100%;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
#nsid102 .carousel-container-container .carousel-container img {
  max-height: 100%;
}
#nsid102 .carousel-container-container .carousel-container .imgButtons {
  position: absolute;
  left: 10px;
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  color: white;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 19;
  bottom: 0;
}
#nsid102 .carousel-container-container .carousel-container .imgButtons.next {
  left: initial;
  right: 10px;
}
@media screen and (min-width: 800px) {
  #nsid102 .carousel-container-container .carousel-container .imgButtons {
    top: 50%;
    bottom: initial;
  }
}
#nsid102.show-the-answer .carousel-container .carousel-item, #nsid102.show-the-answer .carousel-container .carousel-item-default {
  display: none !important;
}
#nsid102.show-the-answer .carousel-container .carousel-item.theAnswer {
  display: block !important;
}
#nsid102 .question-area.writtenAnswer .answer-in-area {
  margin-top: 20px;
  background-image: linear-gradient(transparent, transparent 49px, #272324 1px);
  background-size: 100% 50px;
  cursor: pointer;
  background-position: bottom 7px right 0;
  padding-bottom: 3px;
  font-family: "Handlee", cursive;
  position: relative;
}
#nsid102 .question-area.writtenAnswer .answer-in-area .blank {
  height: 3px;
  background: white;
  position: absolute;
  top: 14px;
  width: 100%;
}
#nsid102 .question-area.writtenAnswer .answer-in-area .the-answer-text {
  line-height: 50px;
  display: none;
  padding-left: 10px;
  padding-top: 20px;
  position: relative;
  top: 10px;
}
#nsid102 .question-area.writtenAnswer .answer-in-area .the-answer-text.default-text {
  color: red;
  display: block;
}
#nsid102 .question-area.writtenAnswer .answer-in-area .the-answer-text.chosen {
  display: block;
}
#nsid102.show-the-answer .question-area.writtenAnswer .the-answer-text {
  display: none !important;
}
#nsid102.show-the-answer .question-area.writtenAnswer .the-answer-text.theAnswer {
  display: block !important;
}
#nsid102 .writtenAnswerInline .changeBox {
  border: 2px solid black;
  padding: 10px;
  min-width: 50px;
  min-height: 50px;
  display: inline-block;
  text-align: center;
}
#nsid102 .writtenAnswerInline .changeBoxSmall {
  border: 2px solid black;
  padding: 3px;
  min-width: 35px;
  min-height: 35px;
  display: inline-block;
  text-align: center;
}
#nsid102 .writtenAnswerInline .default-text .changeBox {
  width: initial;
}
#nsid102 .writtenAnswerInline .changeable-word-container {
  display: inline;
}
#nsid102 .writtenAnswerInline .changeable-word-container .changeable-word {
  cursor: pointer;
  display: none;
}
#nsid102 .writtenAnswerInline .changeable-word-container .changeable-word.default-text {
  color: red;
  display: inline;
}
#nsid102 .writtenAnswerInline .changeable-word-container .changeable-word.chosen {
  display: inline;
}
#nsid102.show-the-answer .writtenAnswerInline .changeable-word {
  display: none !important;
}
#nsid102.show-the-answer .writtenAnswerInline .changeable-word.theAnswer {
  display: inline !important;
}
#nsid102 .question-area.tickOne .the-answer-text-container {
  width: initial;
  margin: 0 auto;
}
#nsid102 .question-area.tickOne .the-answer-text-container td {
  text-align: center;
}
#nsid102 .question-area.tickOne .the-answer-text-container .the-answer-text {
  padding: 0 20px;
  vertical-align: middle;
}
#nsid102 .question-area.tickOne .the-answer-text-container .tick-square {
  height: 45px;
  width: 45px;
  border: 2px solid #7a7778;
  line-height: 45px;
  text-align: center;
  font-size: 35px;
  margin: 0 auto;
  cursor: pointer;
}
#nsid102 .question-area.tickOne .the-answer-text-container .tick-square .correct-only {
  display: none;
}
#nsid102 .question-area.tickOne .the-answer-text-container .mathjaxmode .MathJax {
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  #nsid102 .question-area.tickOne .the-answer-text-container .mathjaxmode .MathJax {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102 .question-area.tickOne .the-answer-text-container .mathjaxmode .MathJax {
    font-size: 17px;
  }
}
#nsid102.show-the-answer .question-area.tickOne .tick-square .the-tick {
  display: none !important;
}
#nsid102.show-the-answer .question-area.tickOne .tick-square .correct-only {
  display: block !important;
}
#nsid102 .question-area.tickTable .the-answer-text-container .tick-square-table {
  height: 45px;
  width: 45px;
  border: 2px solid #7a7778;
  line-height: 45px;
  text-align: center;
  font-size: 35px;
  margin: 0 auto;
  cursor: pointer;
}
#nsid102 .question-area.tickTable .the-answer-text-container .tick-square-table .correct-only {
  display: none;
}
#nsid102.show-the-answer .question-area.tickTable .tick-square-table .the-tick {
  display: none !important;
}
#nsid102.show-the-answer .question-area.tickTable .tick-square-table .correct-only {
  display: block !important;
}
#nsid102 .selectWords .sentance-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px;
}
#nsid102 .selectWords .sentance-area.spreadEqually {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#nsid102 .selectWords .sentance-area .sentance-chunk {
  padding: 5px 10px;
  cursor: pointer;
  font-family: "Handlee", cursive;
  font-weight: 700;
}
#nsid102 .selectWords .sentance-area .sentance-chunk.mathjaxmode {
  border: 2px solid transparent;
}
#nsid102 .selectWords .sentance-area .sentance-chunk.mathjaxmode .MathJax {
  font-size: 20px;
}
@media screen and (min-width: 400px) {
  #nsid102 .selectWords .sentance-area .sentance-chunk.mathjaxmode .MathJax {
    font-size: 30px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102 .selectWords .sentance-area .sentance-chunk.mathjaxmode .MathJax {
    font-size: 40px;
  }
}
#nsid102 .selectWords .sentance-area .sentance-chunk.selected {
  text-decoration: underline;
  color: #015963;
}
#nsid102 .selectWords .sentance-area .sentance-chunk.selected.mathjaxmode {
  border: 2px solid #015963;
}
#nsid102.show-the-answer .selectWords .sentance-chunk {
  text-decoration: none !important;
  color: #404040 !important;
  border: 2px solid transparent !important;
}
#nsid102.show-the-answer .selectWords .sentance-chunk.correct-only {
  text-decoration: underline !important;
  color: #015963 !important;
}
#nsid102.show-the-answer .selectWords .sentance-chunk.correct-only.mathjaxmode {
  border: 2px solid #015963 !important;
}
#nsid102 .insertInto .disabled.word {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#nsid102 .putInOrder .word-layer {
  border: 2px solid black;
  min-height: 125px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#nsid102 img.small-picture {
  max-height: 100px;
  margin: 20px auto;
  display: block;
}
#nsid102 img.medium-picture {
  max-height: 200px;
  margin: 20px auto;
  display: block;
}
#nsid102 img.large-picture {
  max-height: 400px;
  margin: 20px auto;
  display: block;
}
#nsid102 .styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
#nsid102 .styled-table thead tr {
  background-color: #015963;
  color: #ffffff;
  text-align: left;
}
#nsid102 .styled-table th, #nsid102 .styled-table td {
  padding: 12px 15px;
  border: 2px solid #404040;
}
#nsid102 .styled-table.centered {
  text-align: center;
}
#nsid102 .styled-table.centered thead tr {
  text-align: center;
}
#nsid102 .box {
  border: 2px solid #404040;
}
#nsid102 .box.big-padding {
  padding: 10px;
}
#nsid102 .onright {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nsid102 .onmiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nsid102 .bold {
  font-weight: 700;
  padding: 5px 10px;
}
#nsid102 .margin-top-little {
  margin-top: 15px;
}
#nsid102 .MathJax {
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  #nsid102 .MathJax {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  #nsid102 .MathJax {
    font-size: 25px;
  }
}
#nsid102 .single-word-space-container {
  display: inline-block;
  vertical-align: top;
}

.single-line-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.centered-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .centered-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  .centered-text {
    font-size: 30px;
  }
}
.centered-text.smaller {
  font-size: 12px;
}
@media screen and (min-width: 400px) {
  .centered-text.smaller {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  .centered-text.smaller {
    font-size: 22px;
  }
}

.left-text-no-flex {
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .left-text-no-flex {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  .left-text-no-flex {
    font-size: 30px;
  }
}
.left-text-no-flex.smaller {
  font-size: 12px;
}
@media screen and (min-width: 400px) {
  .left-text-no-flex.smaller {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  .left-text-no-flex.smaller {
    font-size: 22px;
  }
}

.full-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.boxed-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid black;
  padding: 5px;
  font-size: 16px;
}
@media screen and (min-width: 400px) {
  .boxed-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) {
  .boxed-text {
    font-size: 30px;
  }
}

/* Multiplication Tables Check
--------------------------------------------- */
#mtc-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Andika", sans-serif;
}
#mtc-container h2 {
  margin-bottom: 10px;
}
#mtc-container p {
  font-size: 20px;
  margin: 10px 0;
}
#mtc-container #mtc-starting-screen, #mtc-container #mtc-feedback-screen {
  margin-top: 30px;
}
#mtc-container .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: 20px 0;
}
#mtc-container .button-container .button {
  background: #007682;
  padding: 10px 20px;
  text-align: center;
  color: white;
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
}
#mtc-container #mtc-between-question-screen #next-question-number {
  text-align: center;
  margin-top: 100px;
  font-size: 28px;
}
#mtc-container #mtc-question-screen #timer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 40px;
  font-size: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mtc-container #mtc-question-screen #timer-container #question-number {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#mtc-container #mtc-question-screen #timer-container #timer {
  margin: 0 20px;
}
#mtc-container #mtc-question-screen #the-question-area-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mtc-container #mtc-question-screen #the-question-area-container #the-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mtc-container #mtc-question-screen #the-question-area-container #the-question span {
  font-size: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#mtc-container #mtc-question-screen #the-question-area-container #the-question #equals, #mtc-container #mtc-question-screen #the-question-area-container #the-question #times {
  margin: 0 10px;
}
#mtc-container #mtc-question-screen #the-question-area-container #second-row #their-answer {
  height: 65px;
  max-width: 250px;
  border: 3px solid #93014c;
  font-size: 50px;
  text-align: right;
}
#mtc-container #mtc-question-screen #the-question-area-container #second-row #keypad-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 259px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 20px;
}
#mtc-container #mtc-question-screen #the-question-area-container #second-row #keypad-container .keypad-key {
  padding: 10px;
  width: 29%;
  font-size: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin: 2%;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  background: #767d8a;
  color: white;
}
#mtc-container #mtc-question-screen #the-question-area-container #second-row #keypad-container .keypad-key[data-key=delete] {
  padding: 17px;
  padding-top: 17px;
}
#mtc-container #mtc-question-screen #the-question-area-container #second-row #keypad-container .keypad-key[data-key=enter] {
  font-size: 20px;
  padding: 2px;
  padding-top: 18px;
}
#mtc-container #mtc-feedback-screen #the-results {
  font-size: 20px;
  line-height: 31px;
}/*# sourceMappingURL=style.css.map */