/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 48.5px 44px 48.5px 0;
  border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 48.5px 0 48.5px 44px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*
	VARIABLES
*/
/*
	RESPONSIVES
*/
/*
	FONTS
*/
/*
	ANIMATIONS
*/
@keyframes jiggle {
  0% {
    transform: rotate(-1deg); }
  50% {
    transform: rotate(1deg); } }

@keyframes jumping_one {
  25% {
    left: 10%;
    transform: rotate(-30deg) scale(0.5, 0.5);
    transform-origin: center;
    top: 60%; }
  50% {
    left: 50%;
    transform: rotate(10deg) scale(0.75, 0.75);
    transform-origin: center;
    top: 40%; }
  75% {
    left: 15%;
    transform: rotate(-10deg) scale(2, 2);
    transform-origin: center;
    top: 25%; }
  100% {
    left: 50%;
    transform: rotate(0deg) scale(1, 1) translateX(-50%);
    transform-origin: center;
    top: 10%; } }

@keyframes jumping_two {
  25% {
    left: 70%;
    transform: rotate(15deg) scale(2, 2);
    transform-origin: center;
    top: 60%; }
  50% {
    left: 50%;
    transform: rotate(5deg) scale(0.75, 0.75);
    transform-origin: center;
    top: 30%; }
  75% {
    left: 10%;
    transform: rotate(-10deg) scale(1.5, 1.5);
    transform-origin: center;
    top: 20%; }
  100% {
    left: 50%;
    transform: rotate(0deg) scale(1, 1) translateX(-50%);
    transform-origin: center;
    top: 10%; } }

@keyframes jumping_three {
  25% {
    left: 50%;
    transform-origin: center;
    transform: scale(0.5) translateX(-50%);
    top: 10%; }
  50% {
    left: 20%;
    transform: rotate(-170deg) scale(1, 1);
    transform-origin: center;
    top: 40%; }
  75% {
    left: 15%;
    transform: rotate(-10deg) scale(2, 2);
    transform-origin: center;
    top: 25%; }
  100% {
    left: 50%;
    transform: rotate(0deg) scale(1, 1) translateX(-50%);
    transform-origin: center;
    top: 10%; } }

@keyframes grow {
  30% {
    left: 50%;
    top: 50%;
    transform: scale(0, 0) translate(-50%, -50%); }
  60% {
    left: 50%;
    top: 50%;
    transform: scale(2.5, 2.5) translate(-50%, -50%); }
  100% {
    left: 50%;
    top: 50%;
    transform: scale(1, 1) translate(-50%, -50%); } }

@keyframes swivel {
  30% {
    transform: rotate(90deg); }
  60% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(0deg); } }

/*
	GENERAL STYLES
*/
html {
  font-size: 100%;
  font-family: "soleil", sans-serif;
  background-color: #031d40; }

/*
	EMERGENCY STYLES
	Resolve these as soon as possible
*/
.user-login-form {
  color: #ffffff; }

[role="contentinfo"] {
  color: #ffffff; }

.ghost {
  display: none !important; }

.cloak {
  visibility: hidden !important; }

.ninja {
  opacity: 0 !important; }

.lowercase {
  text-transform: lowercase; }

.clear {
  clear: both; }

.no-scroll__y {
  overflow-y: hidden; }

.no-scroll__x {
  overflow-x: hidden; }

.cover {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.scribble-circle {
  display: block;
  background-image: url("/themes/custom/oxplore/images/scribble-circle.png");
  background-repeat: no-repeat;
  background-position: center; }

a {
  text-decoration: none; }

p {
  line-height: 1.5; }

h1 {
  font-size: 43px;
  line-height: 36px; }

.flex-container {
  display: flex; }

.grid-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }

.table-container {
  display: table; }

.table-cell {
  display: table-cell; }

.fixed {
  position: fixed; }

.arrow {
  background-image: url("/themes/custom/oxplore/images/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  display: block;
  cursor: pointer; }

.btn {
  padding: 10px 0;
  border: 2px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  box-sizing: content-box;
  min-width: 100px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center; }
  .btn.btn--btn-big {
    padding: 15px 0; }
  .btn i {
    font-size: 32px; }

.overlay {
  background: rgba(255, 0, 122, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 101;
  display: none;
  opacity: 0;
  transition: opacity 0.25s; }

.header {
  z-index: 100;
  width: 100%;
  background: #ffffff;
  top: 0;
  text-transform: uppercase;
  color: #808080;
  padding: 8px 0;
  font-size: 14px;
  font-family: "soleil", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  min-height: 55px; }
  @media screen and (max-width: 400px) {
    .header {
      padding: 16px 0;
      min-height: 39px; } }
  .header .menu, .header .branding, .header .social {
    display: inline-block;
    vertical-align: middle; }
    .header .menu.showOnHeaderSetupResolution, .header .branding.showOnHeaderSetupResolution, .header .social.showOnHeaderSetupResolution {
      visibility: hidden; }
    .header .menu a, .header .branding a, .header .social a {
      background: none;
      border: none;
      padding: 0; }
      .header .menu a:hover, .header .branding a:hover, .header .social a:hover {
        border: none; }
    .header .menu ul, .header .branding ul, .header .social ul {
      padding: 0;
      margin: 0; }
      .header .menu ul li, .header .branding ul li, .header .social ul li {
        list-style: none;
        display: inline-block; }
    .header .menu a, .header .branding a, .header .social a {
      color: #808080;
      text-decoration: none; }
      .header .menu a:hover, .header .branding a:hover, .header .social a:hover {
        color: #ff007a; }
  .header .menu {
    width: calc(50% - (150px / 2)); }
    .header .menu span {
      display: none; }
    .header .menu li {
      margin-right: 15px; }
      .header .menu li.mobile-menu-oxford-logo {
        background-image: url("/themes/custom/oxplore/images/oxford-logo-for-mobile-menu.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 43px;
        width: 185px;
        display: none;
        position: absolute;
        bottom: 30px; }
      .header .menu li.close {
        margin: 0; }
      .header .menu li.mobile-only {
        display: none; }
    .header .menu .menu-alert {
      position: absolute;
      background: #ffffff;
      z-index: 100;
      cursor: default;
      display: none;
      top: 85px;
      right: 0;
      left: 10px;
      height: auto;
      width: 270px;
      padding: 0; }
      .header .menu .menu-alert li {
        width: 250px;
        display: block;
        white-space: nowrap;
        white-space: normal;
        text-align: center;
        padding: 10px;
        line-height: 1.5;
        font-size: 14px; }
        .header .menu .menu-alert li a {
          display: block;
          padding: 15px 20px; }
          .header .menu .menu-alert li a:hover {
            background-color: #f2f2f2; }
      .header .menu .menu-alert::after {
        content: "";
        margin: 1px 0 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #fff;
        border-bottom-color: rgba(255, 255, 255, 0.98);
        position: absolute;
        top: -10px;
        left: 10%; }
    @media screen and (max-width: 880px) {
      .header .menu .menu-alert {
        display: block; }
      .header .menu span {
        display: inline-block;
        cursor: pointer; }
        .header .menu span:hover {
          color: #ff007a; }
      .header .menu ul {
        position: absolute;
        background: #ff007a;
        width: 250px;
        height: 100vh;
        top: 0;
        left: -250px;
        padding: 30px;
        box-sizing: border-box;
        transition: left 0.25s;
        z-index: 102; }
        .header .menu ul li {
          display: block;
          font-size: 16px;
          padding-bottom: 15px; }
          .header .menu ul li.mobile-menu-oxford-logo {
            display: block; }
          .header .menu ul li.mobile-only {
            display: block; }
          .header .menu ul li a {
            color: #ffffff; }
            .header .menu ul li a:hover {
              text-decoration: underline;
              color: #ffffff; }
          .header .menu ul li.close {
            background-image: url("/themes/custom/oxplore/images/expand-list.svg");
            background-size: cover;
            height: 30px;
            width: 30px;
            margin: 0 auto 35px 160px;
            padding-bottom: 0;
            transform: rotate(45deg);
            cursor: pointer; }
      .header .menu.open .overlay {
        display: block;
        opacity: 1; }
      .header .menu.open ul {
        left: 0px; } }
  .header .logo {
    height: 52px;
    width: 150px;
    position: relative;
    top: 5px;
    transition: 0.3s; }
    .header .logo.animate path {
      stroke-dashoffset: 0;
      animation-fill-mode: forwards; }
    .header .logo.animate path.o,
    .header .logo.animate path.other_o {
      stroke-dasharray: 203;
      opacity: 0;
      animation-fill-mode: forwards; }
    .header .logo.animate .p circle {
      opacity: 0;
      stroke-dasharray: 35;
      animation: p_dot 0.3s linear;
      animation-fill-mode: forwards;
      animation-delay: 1s; }
    .header .logo.animate .p path {
      stroke-dasharray: 130;
      stroke-dashoffset: 130;
      opacity: 0;
      animation: p_hook 0.4s ease-out;
      animation-delay: 0.3s;
      animation-fill-mode: forwards; }
    .header .logo.animate .p line {
      opacity: 0;
      stroke-dasharray: 36;
      stroke-dashoffset: -36;
      animation: p_line 0.3s linear;
      animation-delay: 0.7s;
      animation-fill-mode: forwards; }
    .header .logo.animate .x_l {
      transform: translate(100px, -140px);
      opacity: 0;
      animation: x 0.8s ease;
      animation-fill-mode: forwards;
      animation-delay: 0.2s; }
    .header .logo.animate .x_r {
      transform: translate(-100px, -140px);
      opacity: 0;
      animation: x 0.8s ease;
      animation-fill-mode: forwards;
      animation-delay: 0.4s;
      /*display: none;*/ }
    .header .logo.animate .l1 {
      opacity: 0;
      animation: eee 0.4s linear;
      stroke-dasharray: 78;
      stroke-dashoffset: 78;
      animation-fill-mode: forwards;
      animation-delay: 0.3s; }
    .header .logo.animate .l2 {
      animation: eee 0.3s linear;
      stroke-dasharray: 40;
      stroke-dashoffset: 40;
      animation-fill-mode: forwards;
      animation-delay: 0.6s; }
    .header .logo.animate .e1 {
      opacity: 0;
      transform: translateX(200%);
      animation: ee 0.4s ease;
      animation-fill-mode: forwards;
      animation-delay: 0.2s; }
    .header .logo.animate .e1:nth-of-type(1) {
      animation-delay: 0.1s; }
    .header .logo.animate .e1:nth-of-type(3) {
      animation-delay: 0.2s; }
    .header .logo.animate .e1:nth-of-type(2) {
      animation-delay: 0.3s; }
    .header .logo.animate .e2 {
      opacity: 0;
      animation: eee 0.4s ease;
      stroke-dasharray: 78;
      stroke-dashoffset: -78;
      animation-fill-mode: forwards;
      animation-delay: 0.3s; }
    .header .logo.animate .r {
      opacity: 0;
      transform: translate(10%, 0%);
      transform-origin: center;
      animation: r 0.4s ease;
      animation-fill-mode: forwards;
      animation-delay: 0.1s;
      z-index: 100; }
    .header .logo.animate .r_base {
      opacity: 0;
      animation: eee 0.4s linear;
      stroke-dasharray: 78;
      stroke-dashoffset: -78;
      animation-fill-mode: forwards;
      animation-delay: 0.2s; }

@keyframes r {
  to {
    opacity: 1;
    transform: translate(0%, 0%); } }

@keyframes l2 {
  to {
    opacity: 1;
    stroke-dashoffset: 0; } }

@keyframes ee {
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes eee {
  to {
    opacity: 1;
    stroke-dashoffset: 0; } }

@keyframes l {
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes x {
  to {
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes p_line {
  to {
    opacity: 1;
    stroke-dasharray: 36;
    stroke-dashoffset: 0; } }

@keyframes p_hook {
  from {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    opacity: 0; }
  to {
    stroke-dasharray: 130;
    stroke-dashoffset: 0;
    opacity: 1; } }

@keyframes p_dot {
  from {
    opacity: 0;
    stroke-dashoffset: 35; }
  to {
    opacity: 1;
    stroke-dashoffset: 0; } }

@keyframes o_animation {
  from {
    opacity: 0;
    stroke-dashoffset: 203; }
  to {
    opacity: 1;
    stroke-dashoffset: 0; } }
  .header .social {
    width: calc(50% - (150px / 2));
    text-align: right; }
    .header .social ul {
      display: inline-block; }
      .header .social ul li {
        margin: 0 1px; }
        .header .social ul li i {
          font-size: 17px; }
    .header .social .social__mobile {
      position: relative;
      display: inline-block; }
      .header .social .social__mobile ul li {
        cursor: pointer; }
        .header .social .social__mobile ul li ul {
          position: absolute;
          background: #ffffff;
          right: -20px;
          top: 25px;
          width: 150px;
          text-align: center;
          padding: 15px 0 5px;
          display: none; }
          .header .social .social__mobile ul li ul li {
            display: inline; }
        .header .social .social__mobile ul li.open i {
          color: #ff007a; }
        .header .social .social__mobile ul li.open ul {
          display: block;
          z-index: 150; }
        .header .social .social__mobile ul li:hover i {
          color: #ff007a; }
    .header .social .account-controls {
      position: relative;
      display: inline-block;
      cursor: pointer;
      margin-left: 10px; }
      .header .social .account-controls .account-options, .header .social .account-controls .menu-alert {
        position: absolute;
        background: #ffffff;
        right: 0;
        top: 55px;
        z-index: 100; }
        .header .social .account-controls .account-options li, .header .social .account-controls .menu-alert li {
          display: block;
          white-space: nowrap; }
          .header .social .account-controls .account-options li a, .header .social .account-controls .menu-alert li a {
            display: block;
            padding: 15px 20px; }
            .header .social .account-controls .account-options li a:hover, .header .social .account-controls .menu-alert li a:hover {
              background-color: #f2f2f2; }
        .header .social .account-controls .account-options::after, .header .social .account-controls .menu-alert::after {
          content: "";
          margin: 1px 0 0;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-bottom: 9px solid #fff;
          border-bottom-color: rgba(255, 255, 255, 0.98);
          position: absolute;
          top: -10px;
          left: 50%; }
      .header .social .account-controls .menu-alert {
        cursor: default; }
        .header .social .account-controls .menu-alert li {
          width: 250px;
          white-space: normal;
          text-align: center;
          padding: 10px;
          line-height: 1.5; }
        .header .social .account-controls .menu-alert::after {
          right: 15%;
          left: auto; }
      @media screen and (max-width: 880px) {
        .header .social .account-controls {
          display: none; } }
  @media screen and (max-width: 400px) {
    .header .menu, .header .social {
      width: calc(50% - (110px / 2)); }
    .header .branding .logo {
      height: 38px;
      width: 110px; } }
  .header.alt .menu {
    width: 50%; }
  .header.alt .branding .logo {
    position: absolute;
    height: 106px;
    width: 304px;
    margin: auto;
    left: 0;
    right: 0;
    top: 80px; }
  .header.alt .social {
    width: 50%; }
  @media screen and (max-height: 550px) {
    .header.alt .menu, .header.alt .social {
      width: calc(50% - (150px / 2)); }
    .header.alt .branding .logo {
      height: 52px;
      width: 150px;
      position: relative;
      top: auto; } }

body.home, body.theme-page {
  /* leave - used to work out num rows visible in each screen size/device */ }
  body.home .fp-scroller, body.theme-page .fp-scroller {
    overflow: visible; }
  body.home #fp-nav ul li a span, body.home .fp-slidesNav ul li a span, body.theme-page #fp-nav ul li a span, body.theme-page .fp-slidesNav ul li a span {
    background: #ffffff; }
  body.home div.views-element-container, body.theme-page div.views-element-container {
    /** default: show rows2 */
    /** default: narrower, 3 rows */
    /** default: narrowest, 6 rows, so show class rows6 */ }
    body.home div.views-element-container div.sixer-rows, body.theme-page div.views-element-container div.sixer-rows {
      width: 1px;
      height: 1px;
      color: transparent;
      border: 0;
      padding: 0; }
    body.home div.views-element-container div.rows2, body.theme-page div.views-element-container div.rows2 {
      display: inline-block; }
    body.home div.views-element-container div.rows3, body.home div.views-element-container div.rows6, body.theme-page div.views-element-container div.rows3, body.theme-page div.views-element-container div.rows6 {
      display: none; }
    @media screen and (max-width: 1023px) {
      body.home div.views-element-container div.rows2, body.home div.views-element-container div.rows6, body.theme-page div.views-element-container div.rows2, body.theme-page div.views-element-container div.rows6 {
        display: none; }
      body.home div.views-element-container div.rows3, body.theme-page div.views-element-container div.rows3 {
        display: inline-block; } }
    @media screen and (max-width: 500px) {
      body.home div.views-element-container, body.theme-page div.views-element-container {
        height: calc(16.66vh - 12px);
        width: 100%; }
        body.home div.views-element-container div.rows2, body.home div.views-element-container div.rows3, body.theme-page div.views-element-container div.rows2, body.theme-page div.views-element-container div.rows3 {
          display: none; }
        body.home div.views-element-container div.rows6, body.theme-page div.views-element-container div.rows6 {
          display: inline-block; } }
  body.home section, body.theme-page section {
    position: relative;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    overflow: hidden; }
    body.home section .grid-container, body.theme-page section .grid-container {
      position: relative;
      height: calc(100vh - 72px);
      background-size: cover;
      background-position: center; }
    body.home section .main-object, body.theme-page section .main-object {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 500px;
      left: 50%;
      max-width: none;
      position: absolute;
      right: 0px;
      top: 10%;
      transform: translateX(-50%);
      width: 800px; }
      @media screen and (max-width: 800px) {
        body.home section .main-object, body.theme-page section .main-object {
          width: 100%; } }
      @media screen and (min-height: 1000px) {
        body.home section .main-object, body.theme-page section .main-object {
          height: 600px; } }
      @media screen and (max-height: 600px) {
        body.home section .main-object, body.theme-page section .main-object {
          height: 350px; } }
    body.home section .question, body.theme-page section .question {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 105%;
      margin: auto;
      width: 440px;
      text-align: center;
      box-sizing: border-box;
      transition: bottom 1s, transform 1s;
      transform: rotate(359deg); }
      @media screen and (max-width: 600px) {
        body.home section .question, body.theme-page section .question {
          width: 350px; } }
      @media screen and (max-width: 400px) {
        body.home section .question, body.theme-page section .question {
          width: 300px; } }
      body.home section .question h1, body.theme-page section .question h1 {
        box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5);
        display: inline-block;
        margin: -1px 0px 0px 0px;
        padding: 0px 30px 15px 30px;
        white-space: nowrap; }
        @media screen and (max-width: 600px) {
          body.home section .question h1, body.theme-page section .question h1 {
            font-size: 32px;
            padding: 0px 15px 10px 15px; } }
        @media screen and (max-width: 400px) {
          body.home section .question h1, body.theme-page section .question h1 {
            font-size: 26px;
            line-height: 26px;
            padding: 0px 10px 8px 10px; } }
        body.home section .question h1:first-of-type, body.theme-page section .question h1:first-of-type {
          padding-top: 8px; }
        body.home section .question h1:last-of-type, body.theme-page section .question h1:last-of-type {
          padding-bottom: 18px; }
          @media screen and (max-width: 400px) {
            body.home section .question h1:last-of-type, body.theme-page section .question h1:last-of-type {
              padding-bottom: 8px; } }
      body.home section .question .answers, body.theme-page section .question .answers {
        margin-top: 20px; }
        @media screen and (max-width: 400px) {
          body.home section .question .answers, body.theme-page section .question .answers {
            margin-top: 15px; } }
        body.home section .question .answers .btn, body.theme-page section .question .answers .btn {
          font-size: 28px;
          box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5);
          font-weight: bold;
          transform: rotate(0deg);
          height: 60px;
          line-height: 55px;
          transition: font-size 0.3s, height 0.3s, line-height 0.3s, width 0.3s, background-color 0.3s, border 0.3s, color 0.3s;
          width: 140px;
          margin: 0px 10px;
          padding: 0; }
          body.home section .question .answers .btn:hover, body.theme-page section .question .answers .btn:hover {
            animation: jiggle 0.2s infinite;
            transform: rotate(-3deg); }
          @media screen and (max-width: 600px) {
            body.home section .question .answers .btn, body.theme-page section .question .answers .btn {
              font-size: 20px;
              height: 50px;
              line-height: 50px;
              width: 110px; } }
          @media screen and (max-width: 400px) {
            body.home section .question .answers .btn, body.theme-page section .question .answers .btn {
              font-size: 16px;
              height: 40px;
              line-height: 40px;
              width: 90px; } }
          body.home section .question .answers .btn.small, body.theme-page section .question .answers .btn.small {
            box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.5);
            font-size: 20px;
            height: 40px;
            line-height: 40px;
            margin: 0px 5px;
            width: 80px; }
            @media screen and (max-width: 900px) {
              body.home section .question .answers .btn.small, body.theme-page section .question .answers .btn.small {
                font-size: 18px;
                height: 30px;
                line-height: 30px;
                width: 90px; } }
            @media screen and (max-width: 800px) {
              body.home section .question .answers .btn.small, body.theme-page section .question .answers .btn.small {
                font-size: 20px;
                height: 40px;
                line-height: 40px;
                width: 110px; } }
            @media screen and (max-width: 800px) {
              body.home section .question .answers .btn.small, body.theme-page section .question .answers .btn.small {
                width: 85px; } }
            body.home section .question .answers .btn.small.bigger, body.theme-page section .question .answers .btn.small.bigger {
              width: 120px; }
          body.home section .question .answers .btn.bigger, body.theme-page section .question .answers .btn.bigger {
            width: 180px; }
            @media screen and (max-width: 600px) {
              body.home section .question .answers .btn.bigger, body.theme-page section .question .answers .btn.bigger {
                width: 120px; } }
    body.home section .more, body.theme-page section .more {
      bottom: 7%;
      color: white;
      display: block;
      font-family: "soleil",sans-serif;
      font-size: 14px;
      left: 0px;
      letter-spacing: 1.5px;
      margin: 0px auto;
      position: absolute;
      right: 0px;
      cursor: pointer;
      text-align: center;
      text-transform: uppercase;
      transition: 2s;
      transition-delay: 2s; }
      body.home section .more p, body.theme-page section .more p {
        margin-bottom: 5px; }
      @media screen and (max-width: 800px) {
        body.home section .more, body.theme-page section .more {
          bottom: 14%; } }
      @media screen and (max-width: 400px) {
        body.home section .more, body.theme-page section .more {
          bottom: 10%; } }
    body.home section.faux-active .main-object, body.theme-page section.faux-active .main-object {
      top: 10%; }
      body.home section.faux-active .main-object.jumping_one, body.theme-page section.faux-active .main-object.jumping_one {
        animation: jumping_one 1.5s 1; }
      body.home section.faux-active .main-object.jumping_two, body.theme-page section.faux-active .main-object.jumping_two {
        animation: jumping_two 1.5s 1; }
      body.home section.faux-active .main-object.jumping_three, body.theme-page section.faux-active .main-object.jumping_three {
        animation: jumping_three 1.5s 1; }
      @media screen and (max-width: 400px) {
        body.home section.faux-active .main-object, body.theme-page section.faux-active .main-object {
          top: 5%; } }
      @media screen and (max-height: 800px) {
        body.home section.faux-active .main-object, body.theme-page section.faux-active .main-object {
          top: 2%; } }
    body.home section.faux-active .question, body.theme-page section.faux-active .question {
      bottom: 25%;
      transform: rotate(0deg); }
      @media screen and (max-width: 800px) {
        body.home section.faux-active .question, body.theme-page section.faux-active .question {
          bottom: 25%; } }
      @media screen and (max-width: 400px) {
        body.home section.faux-active .question, body.theme-page section.faux-active .question {
          bottom: 20%; } }
    body.home section.sixer-container, body.theme-page section.sixer-container {
      font-size: 0px; }
      body.home section.sixer-container.faux-active .grid-container, body.theme-page section.sixer-container.faux-active .grid-container {
        background-size: cover;
        background-position: center; }
        body.home section.sixer-container.faux-active .grid-container[class*='animation_'] .question, body.theme-page section.sixer-container.faux-active .grid-container[class*='animation_'] .question {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(0deg) scale(1, 1) skewX(0deg) !important; }
        body.home section.sixer-container.faux-active .grid-container.animation_two .question, body.theme-page section.sixer-container.faux-active .grid-container.animation_two .question {
          transition-delay: 0.5s; }
        body.home section.sixer-container.faux-active .grid-container.animation_three .question, body.theme-page section.sixer-container.faux-active .grid-container.animation_three .question {
          transition-delay: 1s; }
        body.home section.sixer-container.faux-active .grid-container.animation_four .question, body.theme-page section.sixer-container.faux-active .grid-container.animation_four .question {
          transition-delay: 0.5s; }
      body.home section.sixer-container .grid-container, body.theme-page section.sixer-container .grid-container {
        display: inline-block;
        height: calc(50vh - 36px);
        overflow: hidden;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 33.33%;
        top: 0;
        box-sizing: border-box;
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 1023px) {
          body.home section.sixer-container .grid-container, body.theme-page section.sixer-container .grid-container {
            height: calc(33.33vh - 24px);
            width: 50%; } }
        @media screen and (max-width: 500px) {
          body.home section.sixer-container .grid-container, body.theme-page section.sixer-container .grid-container {
            height: calc(16.66vh - 12px);
            width: 100%; } }
        body.home section.sixer-container .grid-container.animation_one .question, body.theme-page section.sixer-container .grid-container.animation_one .question {
          left: 50%;
          top: -10%;
          transform: translate(-50%, -50%) rotate(180deg) scale(1, 1);
          transition: 0.5s; }
        body.home section.sixer-container .grid-container.animation_two .question, body.theme-page section.sixer-container .grid-container.animation_two .question {
          left: -50%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(0deg) scale(1, 1) skewX(20deg);
          transition: 1.5s; }
        body.home section.sixer-container .grid-container.animation_three .question, body.home section.sixer-container .grid-container.animation_six .question, body.theme-page section.sixer-container .grid-container.animation_three .question, body.theme-page section.sixer-container .grid-container.animation_six .question {
          left: 140%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(180deg) scale(1, 1);
          transition: 1s; }
        body.home section.sixer-container .grid-container.animation_four .question, body.theme-page section.sixer-container .grid-container.animation_four .question {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) scale(2.5, 2.5);
          transition: 0.5s; }
        body.home section.sixer-container .grid-container.animation_five .question, body.theme-page section.sixer-container .grid-container.animation_five .question {
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(250deg);
          transition: 1s; }
        body.home section.sixer-container .grid-container .question, body.theme-page section.sixer-container .grid-container .question {
          max-width: 320px;
          position: relative;
          transform-origin: center;
          margin: 0; }
          @media screen and (max-width: 900px) {
            body.home section.sixer-container .grid-container .question, body.theme-page section.sixer-container .grid-container .question {
              max-width: 280px; } }
          @media screen and (max-width: 600px) {
            body.home section.sixer-container .grid-container .question, body.theme-page section.sixer-container .grid-container .question {
              max-width: 250px; } }
          @media screen and (max-width: 400px) {
            body.home section.sixer-container .grid-container .question, body.theme-page section.sixer-container .grid-container .question {
              max-width: 200px; } }
          body.home section.sixer-container .grid-container .question h1, body.theme-page section.sixer-container .grid-container .question h1 {
            box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.5);
            display: inline-block;
            font-size: 28px;
            line-height: 28px;
            margin: -1px 0px 0px 0px;
            padding: 0px 15px 8px 15px; }
            body.home section.sixer-container .grid-container .question h1:first-of-type, body.theme-page section.sixer-container .grid-container .question h1:first-of-type {
              padding-top: 6px; }
            body.home section.sixer-container .grid-container .question h1:last-of-type, body.theme-page section.sixer-container .grid-container .question h1:last-of-type {
              padding-bottom: 12px; }
              @media screen and (max-width: 400px) {
                body.home section.sixer-container .grid-container .question h1:last-of-type, body.theme-page section.sixer-container .grid-container .question h1:last-of-type {
                  padding-bottom: 5px; } }
            @media screen and (max-width: 900px) {
              body.home section.sixer-container .grid-container .question h1, body.theme-page section.sixer-container .grid-container .question h1 {
                font-size: 24px; } }
            @media screen and (max-width: 800px) {
              body.home section.sixer-container .grid-container .question h1, body.theme-page section.sixer-container .grid-container .question h1 {
                font-size: 22px; } }
            @media screen and (max-width: 400px) {
              body.home section.sixer-container .grid-container .question h1, body.theme-page section.sixer-container .grid-container .question h1 {
                font-size: 16px;
                line-height: 16px;
                padding: 0px 10px 5px 10px; } }
          @media screen and (max-width: 600px) {
            body.home section.sixer-container .grid-container .question .answers, body.theme-page section.sixer-container .grid-container .question .answers {
              left: 50%;
              margin: 0px;
              display: none;
              position: absolute;
              top: 50%;
              transform: translate(-50%, -50%);
              width: 250px; } }
          @media screen and (max-height: 600px) {
            body.home section.sixer-container .grid-container .question .answers, body.theme-page section.sixer-container .grid-container .question .answers {
              left: 50%;
              margin: 0px;
              display: none;
              position: absolute;
              top: 50%;
              transform: translate(-50%, -50%);
              width: 250px; } }
          @media screen and (max-width: 600px) {
            body.home section.sixer-container .grid-container .question.show-buttons h1, body.theme-page section.sixer-container .grid-container .question.show-buttons h1 {
              display: none; }
            body.home section.sixer-container .grid-container .question.show-buttons .answers, body.theme-page section.sixer-container .grid-container .question.show-buttons .answers {
              display: inline-block; }
              body.home section.sixer-container .grid-container .question.show-buttons .answers .btn.bigger, body.theme-page section.sixer-container .grid-container .question.show-buttons .answers .btn.bigger {
                font-size: 14px;
                width: 100px; } }
          @media screen and (max-height: 600px) {
            body.home section.sixer-container .grid-container .question.show-buttons h1, body.theme-page section.sixer-container .grid-container .question.show-buttons h1 {
              display: none; }
            body.home section.sixer-container .grid-container .question.show-buttons .answers, body.theme-page section.sixer-container .grid-container .question.show-buttons .answers {
              display: inline-block; } }
    body.home section.types-carousel .grid-container, body.theme-page section.types-carousel .grid-container {
      max-width: 100%;
      padding: 0;
      overflow: hidden;
      z-index: 1; }
      body.home section.types-carousel .grid-container::before, body.theme-page section.types-carousel .grid-container::before {
        content: "";
        width: 210px;
        height: 210px;
        position: absolute;
        top: -105px;
        right: -105px;
        transform: rotate(45deg);
        box-shadow: 0 0 10px #031d40;
        z-index: 9998; }
      body.home section.types-carousel .grid-container::after, body.theme-page section.types-carousel .grid-container::after {
        content: attr(data-type);
        position: absolute;
        right: -40px;
        top: 40px;
        text-transform: capitalize;
        font-weight: bold;
        transform: rotate(45deg);
        font-size: 18px;
        width: 180px;
        text-align: center;
        text-shadow: 1px 1px 0 #031d40;
        z-index: 9999; }
      @media screen and (max-width: 400px) {
        body.home section.types-carousel .grid-container::before, body.theme-page section.types-carousel .grid-container::before {
          width: 100%;
          height: 40px;
          top: 0px;
          transform: rotate(0deg);
          box-shadow: 0 0 10px #031d40;
          right: 0; }
        body.home section.types-carousel .grid-container::after, body.theme-page section.types-carousel .grid-container::after {
          right: 0;
          top: 7px;
          font-size: 20px;
          width: 100%;
          transform: rotate(0deg);
          text-shadow: 1px 1px 0 #031d40; } }
      body.home section.types-carousel .grid-container.theme_pink::before, body.theme-page section.types-carousel .grid-container.theme_pink::before {
        background: repeating-linear-gradient(45deg, #92c01f, #92c01f 10px, #81aa1b 10px, #81aa1b 20px); }
      body.home section.types-carousel .grid-container.theme_blue::before, body.theme-page section.types-carousel .grid-container.theme_blue::before {
        background: repeating-linear-gradient(45deg, #ff007a, #ff007a 10px, #e6006e 10px, #e6006e 20px); }
      body.home section.types-carousel .grid-container.theme_green::before, body.theme-page section.types-carousel .grid-container.theme_green::before {
        background: repeating-linear-gradient(45deg, #2887c9, #2887c9 10px, #2479b4 10px, #2479b4 20px); }
      body.home section.types-carousel .grid-container.faux-active .main-object, body.theme-page section.types-carousel .grid-container.faux-active .main-object {
        top: 10%; }
        body.home section.types-carousel .grid-container.faux-active .main-object.jumping_one, body.theme-page section.types-carousel .grid-container.faux-active .main-object.jumping_one {
          animation: jumping_one 1.5s 1; }
        body.home section.types-carousel .grid-container.faux-active .main-object.jumping_two, body.theme-page section.types-carousel .grid-container.faux-active .main-object.jumping_two {
          animation: jumping_two 1.5s 1; }
        body.home section.types-carousel .grid-container.faux-active .main-object.jumping_three, body.theme-page section.types-carousel .grid-container.faux-active .main-object.jumping_three {
          animation: jumping_three 1.5s 1; }
        @media screen and (max-width: 400px) {
          body.home section.types-carousel .grid-container.faux-active .main-object, body.theme-page section.types-carousel .grid-container.faux-active .main-object {
            top: 5%; } }
        @media screen and (max-height: 800px) {
          body.home section.types-carousel .grid-container.faux-active .main-object, body.theme-page section.types-carousel .grid-container.faux-active .main-object {
            top: 2%; } }
      body.home section.types-carousel .grid-container.faux-active .question, body.theme-page section.types-carousel .grid-container.faux-active .question {
        bottom: 25%;
        transform: rotate(0deg); }
        @media screen and (max-width: 800px) {
          body.home section.types-carousel .grid-container.faux-active .question, body.theme-page section.types-carousel .grid-container.faux-active .question {
            bottom: 25%; } }
        @media screen and (max-width: 400px) {
          body.home section.types-carousel .grid-container.faux-active .question, body.theme-page section.types-carousel .grid-container.faux-active .question {
            bottom: 20%; } }
    body.home section.themes-carousel .grid-container.themes-title, body.theme-page section.themes-carousel .grid-container.themes-title {
      background: repeating-linear-gradient(45deg, #eeaf0a, #eeaf0a 10px, #bd8b08 10px, #bd8b08 20px); }
      body.home section.themes-carousel .grid-container.themes-title h1, body.home section.themes-carousel .grid-container.themes-title a, body.theme-page section.themes-carousel .grid-container.themes-title h1, body.theme-page section.themes-carousel .grid-container.themes-title a {
        background: #eeaf0a; }
      body.home section.themes-carousel .grid-container.themes-title .question h1, body.theme-page section.themes-carousel .grid-container.themes-title .question h1 {
        box-shadow: none; }
    body.home section.themes-carousel .grid-container.color-0, body.theme-page section.themes-carousel .grid-container.color-0 {
      background: repeating-linear-gradient(45deg, #791f83, #791f83 10px, #9f29ac 10px, #9f29ac 20px); }
      body.home section.themes-carousel .grid-container.color-0 h1, body.home section.themes-carousel .grid-container.color-0 a, body.theme-page section.themes-carousel .grid-container.color-0 h1, body.theme-page section.themes-carousel .grid-container.color-0 a {
        background: #791f83; }
    body.home section.themes-carousel .grid-container.color-1, body.theme-page section.themes-carousel .grid-container.color-1 {
      background-color: #1e3261;
      background-image: url("/themes/custom/oxplore/images/diagonal-dots.svg");
      background-size: auto; }
      body.home section.themes-carousel .grid-container.color-1 h1, body.home section.themes-carousel .grid-container.color-1 a, body.theme-page section.themes-carousel .grid-container.color-1 h1, body.theme-page section.themes-carousel .grid-container.color-1 a {
        background: #1e3261; }
    body.home section.themes-carousel .grid-container.color-2, body.theme-page section.themes-carousel .grid-container.color-2 {
      background: repeating-linear-gradient(45deg, #7aaf00, #7aaf00 10px, #567c00 10px, #567c00 20px); }
      body.home section.themes-carousel .grid-container.color-2 h1, body.home section.themes-carousel .grid-container.color-2 a, body.theme-page section.themes-carousel .grid-container.color-2 h1, body.theme-page section.themes-carousel .grid-container.color-2 a {
        background: #7aaf00; }
      @media screen and (max-width: 1023px) {
        body.home section.themes-carousel .grid-container.color-2, body.theme-page section.themes-carousel .grid-container.color-2 {
          background-color: #7aaf00;
          background-image: url("/themes/custom/oxplore/images/diagonal-dots.svg");
          background-size: 40px; } }
      @media screen and (max-width: 500px) {
        body.home section.themes-carousel .grid-container.color-2, body.theme-page section.themes-carousel .grid-container.color-2 {
          background: repeating-linear-gradient(45deg, #7aaf00, #7aaf00 10px, #567c00 10px, #567c00 20px); } }
    body.home section.themes-carousel .grid-container.color-3, body.theme-page section.themes-carousel .grid-container.color-3 {
      background-color: #4e83cc;
      background-image: url("/themes/custom/oxplore/images/diagonal-dots.svg");
      background-size: 40px; }
      body.home section.themes-carousel .grid-container.color-3 h1, body.home section.themes-carousel .grid-container.color-3 a, body.theme-page section.themes-carousel .grid-container.color-3 h1, body.theme-page section.themes-carousel .grid-container.color-3 a {
        background: #4e83cc; }
      @media screen and (max-width: 1023px) {
        body.home section.themes-carousel .grid-container.color-3, body.theme-page section.themes-carousel .grid-container.color-3 {
          background: repeating-linear-gradient(45deg, #4e83cc, #4e83cc 10px, #3469b3 10px, #3469b3 20px); } }
      @media screen and (max-width: 500px) {
        body.home section.themes-carousel .grid-container.color-3, body.theme-page section.themes-carousel .grid-container.color-3 {
          background-color: #4e83cc;
          background-image: url("/themes/custom/oxplore/images/diagonal-dots.svg");
          background-size: 40px; } }
    body.home section.themes-carousel .grid-container.color-4, body.theme-page section.themes-carousel .grid-container.color-4 {
      background: repeating-linear-gradient(45deg, #276f00, #276f00 10px, #153c00 10px, #153c00 20px); }
      body.home section.themes-carousel .grid-container.color-4 h1, body.home section.themes-carousel .grid-container.color-4 a, body.theme-page section.themes-carousel .grid-container.color-4 h1, body.theme-page section.themes-carousel .grid-container.color-4 a {
        background: #276f00; }
    body.home section.themes-carousel .grid-container.color-5, body.theme-page section.themes-carousel .grid-container.color-5 {
      background-color: #eb277b;
      background-image: url("/themes/custom/oxplore/images/diagonal-dots.svg");
      background-size: 40px; }
      body.home section.themes-carousel .grid-container.color-5 h1, body.home section.themes-carousel .grid-container.color-5 a, body.theme-page section.themes-carousel .grid-container.color-5 h1, body.theme-page section.themes-carousel .grid-container.color-5 a {
        background: #eb277b; }

.theme_pink {
  background-color: #ff007a; }
  .theme_pink h1 {
    background-color: #ff007a; }
  .theme_pink .btn {
    background-color: #ff007a; }
    .theme_pink .btn:hover {
      background-color: #ffffff;
      border: 2px solid #ff007a;
      color: #ff007a; }

.theme_blue {
  background-color: #2887c9; }
  .theme_blue h1 {
    background-color: #2887c9; }
  .theme_blue .btn {
    background-color: #2887c9; }
    .theme_blue .btn:hover {
      background-color: #ffffff;
      border: 2px solid #2887c9;
      color: #2887c9; }

.theme_green {
  background-color: #92c01f; }
  .theme_green h1 {
    background-color: #92c01f; }
  .theme_green .btn {
    background-color: #92c01f; }
    .theme_green .btn:hover {
      background-color: #ffffff;
      border: 2px solid #92c01f;
      color: #92c01f; }

body.resource, body.additional-resource {
  color: #ffffff; }
  body.resource section.fixed, body.additional-resource section.fixed {
    position: fixed !important; }
  body.resource .table-cell, body.additional-resource .table-cell {
    vertical-align: middle; }
  body.resource .inner, body.additional-resource .inner {
    max-width: 670px;
    padding: 20px 20px 40px;
    width: 100%;
    box-sizing: border-box;
    margin: auto; }
  body.resource .table-container, body.additional-resource .table-container {
    width: 100%;
    table-layout: fixed;
    padding: 50px 0; }
  body.resource .res-counter-container, body.additional-resource .res-counter-container {
    text-align: center; }
    body.resource .res-counter-container .res-counter, body.additional-resource .res-counter-container .res-counter {
      display: inline-block;
      font-family: "soleil", sans-serif;
      font-weight: bold;
      font-size: 24px;
      background: rgba(0, 0, 0, 0.25);
      vertical-align: middle;
      border-radius: 50%;
      height: 70px;
      width: 70px;
      position: relative; }
      body.resource .res-counter-container .res-counter .count, body.additional-resource .res-counter-container .res-counter .count {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 30px; }
  body.resource h1, body.additional-resource h1 {
    font-family: "soleil", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px; }
  body.resource iframe, body.additional-resource iframe {
    width: 100%;
    min-height: 400px;
    margin: auto; }
    @media screen and (max-width: 570px) {
      body.resource iframe, body.additional-resource iframe {
        height: 250px; } }
    @media screen and (max-height: 460px) {
      body.resource iframe, body.additional-resource iframe {
        height: 300px; } }
  body.resource .cover, body.additional-resource .cover {
    position: relative; }
  body.resource a, body.additional-resource a {
    background-color: #ffffff;
    border: 1px solid transparent; }
    body.resource a:hover, body.additional-resource a:hover {
      border: 1px solid #ffffff;
      color: white; }
  body.resource .btn, body.additional-resource .btn {
    background: none;
    border: 1px solid #ffffff; }
  body.resource .text-resource, body.additional-resource .text-resource {
    text-align: center; }
    body.resource .text-resource .abstract, body.additional-resource .text-resource .abstract {
      min-height: 100vh;
      justify-content: center;
      align-items: center;
      height: 100px; }
      body.resource .text-resource .abstract h1, body.additional-resource .text-resource .abstract h1 {
        background-color: transparent; }
      body.resource .text-resource .abstract p, body.additional-resource .text-resource .abstract p {
        margin: 0 0 25px;
        font-family: "soleil", sans-serif;
        font-size: 21px;
        overflow: auto; }
      body.resource .text-resource .abstract ol, body.resource .text-resource .abstract ul, body.additional-resource .text-resource .abstract ol, body.additional-resource .text-resource .abstract ul {
        display: inline-block; }
        body.resource .text-resource .abstract ol li, body.resource .text-resource .abstract ul li, body.additional-resource .text-resource .abstract ol li, body.additional-resource .text-resource .abstract ul li {
          font-family: "soleil", sans-serif;
          font-size: 21px;
          margin: 20px 0; }
      body.resource .text-resource .abstract .show-main, body.additional-resource .text-resource .abstract .show-main {
        display: block;
        margin: 100px auto 0; }
        body.resource .text-resource .abstract .show-main .scribble-circle, body.additional-resource .text-resource .abstract .show-main .scribble-circle {
          padding: 6px 0;
          border-radius: 50%;
          overflow: hidden;
          min-width: 30px;
          border: 2px solid #ffffff; }
          body.resource .text-resource .abstract .show-main .scribble-circle i, body.additional-resource .text-resource .abstract .show-main .scribble-circle i {
            font-size: 16px; }
          body.resource .text-resource .abstract .show-main .scribble-circle::after, body.additional-resource .text-resource .abstract .show-main .scribble-circle::after {
            background: #ffffff; }
        body.resource .text-resource .abstract .show-main .label, body.additional-resource .text-resource .abstract .show-main .label {
          margin: 10px 0 0;
          display: block;
          font-family: "soleil", sans-serif;
          font-size: 22px; }
    body.resource .text-resource .main, body.additional-resource .text-resource .main {
      background: white;
      padding: 25px 0;
      overflow: hidden; }
      body.resource .text-resource .main h2, body.resource .text-resource .main h3, body.resource .text-resource .main h4, body.resource .text-resource .main h5, body.resource .text-resource .main h6, body.resource .text-resource .main p, body.resource .text-resource .main ul, body.resource .text-resource .main ol, body.additional-resource .text-resource .main h2, body.additional-resource .text-resource .main h3, body.additional-resource .text-resource .main h4, body.additional-resource .text-resource .main h5, body.additional-resource .text-resource .main h6, body.additional-resource .text-resource .main p, body.additional-resource .text-resource .main ul, body.additional-resource .text-resource .main ol {
        max-width: 670px;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        text-align: left;
        font-weight: normal;
        font-family: "soleil", sans-serif; }
      body.resource .text-resource .main h2, body.resource .text-resource .main h3, body.resource .text-resource .main h4, body.resource .text-resource .main h5, body.resource .text-resource .main h6, body.additional-resource .text-resource .main h2, body.additional-resource .text-resource .main h3, body.additional-resource .text-resource .main h4, body.additional-resource .text-resource .main h5, body.additional-resource .text-resource .main h6 {
        font-weight: 800;
        padding: 30px 20px 15px; }
      body.resource .text-resource .main h2, body.additional-resource .text-resource .main h2 {
        font-size: 29px; }
      body.resource .text-resource .main h3, body.additional-resource .text-resource .main h3 {
        font-size: 24px; }
      body.resource .text-resource .main h4, body.additional-resource .text-resource .main h4 {
        font-size: 16px; }
      body.resource .text-resource .main p, body.resource .text-resource .main ul, body.resource .text-resource .main ol, body.additional-resource .text-resource .main p, body.additional-resource .text-resource .main ul, body.additional-resource .text-resource .main ol {
        color: #000000;
        font-family: "soleil", sans-serif;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300; }
      body.resource .text-resource .main p, body.additional-resource .text-resource .main p {
        line-height: 26px;
        padding-top: 5px;
        padding-bottom: 5px;
        overflow: auto; }
      body.resource .text-resource .main ul, body.resource .text-resource .main ol, body.additional-resource .text-resource .main ul, body.additional-resource .text-resource .main ol {
        padding: 5px 0; }
      body.resource .text-resource .main ul ul, body.resource .text-resource .main ul ol, body.resource .text-resource .main ol ul, body.resource .text-resource .main ol ol, body.additional-resource .text-resource .main ul ul, body.additional-resource .text-resource .main ul ol, body.additional-resource .text-resource .main ol ul, body.additional-resource .text-resource .main ol ol {
        padding: 8px; }
      body.resource .text-resource .main li, body.additional-resource .text-resource .main li {
        margin: 7px 0 7px 31px;
        padding-left: 5px; }
      body.resource .text-resource .main a, body.additional-resource .text-resource .main a {
        color: #ffffff;
        padding: 1px 3px; }
        body.resource .text-resource .main a:hover, body.additional-resource .text-resource .main a:hover {
          background: #ffffff; }
      body.resource .text-resource .main img, body.additional-resource .text-resource .main img {
        max-width: 100%;
        margin: 15px auto; }
        body.resource .text-resource .main img[data-align="left"], body.additional-resource .text-resource .main img[data-align="left"] {
          float: left;
          margin: 15px 15px 15px 0; }
        body.resource .text-resource .main img[data-align="right"], body.additional-resource .text-resource .main img[data-align="right"] {
          float: right;
          margin: 15px 0 15px 15px; }
        body.resource .text-resource .main img[data-align="center"], body.additional-resource .text-resource .main img[data-align="center"] {
          display: block; }
        @media screen and (max-width: 400px) {
          body.resource .text-resource .main img[data-align="left"], body.resource .text-resource .main img[data-align="right"], body.additional-resource .text-resource .main img[data-align="left"], body.additional-resource .text-resource .main img[data-align="right"] {
            float: none;
            margin: auto;
            display: block;
            width: 100%;
            height: 100%; } }
      body.resource .text-resource .main blockquote, body.additional-resource .text-resource .main blockquote {
        margin: 25px auto;
        padding: 70px 20px;
        text-align: center;
        position: relative;
        background-color: #ff007a; }
        body.resource .text-resource .main blockquote p, body.additional-resource .text-resource .main blockquote p {
          font-size: 36px;
          max-width: 960px;
          display: inline-block;
          padding: 0 20px;
          text-align: center;
          color: #ffffff;
          line-height: 40pt;
          font-weight: normal; }
          @media screen and (max-width: 700px) {
            body.resource .text-resource .main blockquote p, body.additional-resource .text-resource .main blockquote p {
              font-size: 26px;
              line-height: 30pt; } }
        @media screen and (max-width: 500px) {
          body.resource .text-resource .main blockquote, body.additional-resource .text-resource .main blockquote {
            font-size: 1.75em; } }
      body.resource .text-resource .main .ox-slider, body.additional-resource .text-resource .main .ox-slider {
        max-width: 670px;
        margin: auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent; }
        body.resource .text-resource .main .ox-slider .slide .caption p, body.additional-resource .text-resource .main .ox-slider .slide .caption p {
          text-align: center;
          color: #ffffff;
          font-weight: bold;
          margin: 0;
          padding: 0;
          font-size: 18px; }
        body.resource .text-resource .main .ox-slider .slide .attribution, body.additional-resource .text-resource .main .ox-slider .slide .attribution {
          color: #ffffff; }
        body.resource .text-resource .main .ox-slider .slide .img, body.additional-resource .text-resource .main .ox-slider .slide .img {
          height: 540px; }
        body.resource .text-resource .main .ox-slider .slide.active .caption, body.additional-resource .text-resource .main .ox-slider .slide.active .caption {
          bottom: 75px; }
  body.resource .video-resource, body.additional-resource .video-resource {
    text-align: center; }
    body.resource .video-resource .table-container, body.additional-resource .video-resource .table-container {
      min-height: 100vh;
      justify-content: center;
      align-items: center;
      height: 100px; }
      body.resource .video-resource .table-container .player-wrapper, body.additional-resource .video-resource .table-container .player-wrapper {
        padding: 5px 6px 0px; }
      body.resource .video-resource .table-container p, body.additional-resource .video-resource .table-container p {
        font-size: 21px;
        font-family: "soleil", sans-serif;
        line-height: 1.5; }
        @media screen and (max-width: 500px) {
          body.resource .video-resource .table-container p, body.additional-resource .video-resource .table-container p {
            font-size: 16px; } }
  body.resource .player-wrapper, body.additional-resource .player-wrapper {
    position: relative; }
  body.resource .quiz-resource, body.additional-resource .quiz-resource {
    text-align: center; }
    body.resource .quiz-resource .table-container, body.additional-resource .quiz-resource .table-container {
      min-height: 100vh;
      justify-content: center;
      align-items: center;
      height: 100px; }
      body.resource .quiz-resource .table-container h1, body.additional-resource .quiz-resource .table-container h1 {
        background: none; }
      body.resource .quiz-resource .table-container .quiz__questions-container, body.additional-resource .quiz-resource .table-container .quiz__questions-container {
        position: relative;
        white-space: nowrap;
        overflow-x: hidden;
        font-size: 0px; }
        body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question {
          display: inline-block;
          position: relative;
          white-space: normal;
          width: 100%;
          font-family: "soleil", sans-serif;
          font-size: 21px;
          line-height: 1.5;
          margin-left: 0px;
          transition: margin 0.5s;
          vertical-align: top;
          text-align: left; }
          @media screen and (max-width: 500px) {
            body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question {
              font-size: 20px; } }
          body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul {
            margin: 0;
            padding: 0;
            text-align: left;
            display: inline-block; }
            body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li {
              list-style: none;
              margin: 0; }
              body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input {
                cursor: pointer;
                position: absolute;
                opacity: 0; }
                body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input + label, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input + label {
                  cursor: pointer; }
                  body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input + label span.faux-checkbox, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input + label span.faux-checkbox {
                    background-image: url("/themes/custom/oxplore/images/check-blank.svg");
                    background-repeat: no-repeat;
                    background-position: 0px 3px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 6px 0 5px 43px; }
                body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox {
                  background-image: url("/themes/custom/oxplore/images/check-focused.svg"); }
                body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox {
                  background-image: url("/themes/custom/oxplore/images/check-selected.svg"); }
                body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input.correct + label span.faux-checkbox, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input.correct + label span.faux-checkbox {
                  background-image: url("/themes/custom/oxplore/images/check-incorrect.svg"); }
                body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox {
                  background-image: url("/themes/custom/oxplore/images/check-correct.svg"); }
                body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input:disabled, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input:disabled {
                  cursor: default; }
                  body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input:disabled + label, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question ul li input:disabled + label {
                    cursor: default; }
          body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question .answer-desc__container, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question .answer-desc__container {
            min-height: 100px; }
            body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question .answer-desc__container .answer-desc, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question .answer-desc__container .answer-desc {
              display: none; }
            @media screen and (max-width: 500px) {
              body.resource .quiz-resource .table-container .quiz__questions-container .quiz__question .answer-desc__container, body.additional-resource .quiz-resource .table-container .quiz__questions-container .quiz__question .answer-desc__container {
                min-height: auto; } }
      body.resource .quiz-resource .table-container .quiz__nav, body.additional-resource .quiz-resource .table-container .quiz__nav {
        margin-top: 30px; }
        body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward, body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward {
          font-size: 28px;
          box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5);
          transform: rotate(0deg);
          font-weight: bold;
          display: inline-block;
          color: #ffffff;
          border: 2px solid #ffffff;
          line-height: 55px;
          transition: font-size 0.3s, height 0.3s, line-height 0.3s, width 0.3s, background-color 0.3s, border 0.3s, color 0.3s;
          width: 140px;
          margin: 0px 10px;
          padding: 0 0 5px;
          cursor: pointer; }
          body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward:hover, body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward:hover, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward:hover, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward:hover {
            animation: jiggle 0.2s infinite;
            transform: rotate(-3deg); }
            body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward:hover.no-hover, body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward:hover.no-hover, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward:hover.no-hover, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward:hover.no-hover {
              animation: none;
              transform: none; }
          @media screen and (max-width: 400px) {
            body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward, body.resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-forward, body.additional-resource .quiz-resource .table-container .quiz__nav .quiz__nav-backward {
              font-size: 21px;
              height: 40px;
              line-height: 40px;
              width: 70px; } }
    body.resource .quiz-resource.theme_blue .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_blue .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-focused_pink.svg"); }
    body.resource .quiz-resource.theme_blue .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_blue .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-selected_pink.svg"); }
    body.resource .quiz-resource.theme_blue .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_blue .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-correct_pink.svg"); }
    body.resource .quiz-resource.theme_pink .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_pink .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-focused_green.svg"); }
    body.resource .quiz-resource.theme_pink .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_pink .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-selected_green.svg"); }
    body.resource .quiz-resource.theme_pink .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_pink .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-correct_green.svg"); }
    body.resource .quiz-resource.theme_green .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_green .table-container .quiz__questions-container .quiz__question ul li input:focus + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-focused_blue.svg"); }
    body.resource .quiz-resource.theme_green .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_green .table-container .quiz__questions-container .quiz__question ul li input.chosen_answer + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-selected_blue.svg"); }
    body.resource .quiz-resource.theme_green .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox, body.additional-resource .quiz-resource.theme_green .table-container .quiz__questions-container .quiz__question ul li input.correct.chosen_answer + label span.faux-checkbox {
      background-image: url("/themes/custom/oxplore/images/check-correct_blue.svg"); }
  body.resource .list-resource .table-container, body.additional-resource .list-resource .table-container {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    height: 100px; }
    body.resource .list-resource .table-container h1, body.additional-resource .list-resource .table-container h1 {
      text-align: center; }
    body.resource .list-resource .table-container ol, body.additional-resource .list-resource .table-container ol {
      padding: 0;
      list-style-position: inside;
      margin: 80px 0 0;
      counter-reset: foo; }
      body.resource .list-resource .table-container ol li.top-level, body.additional-resource .list-resource .table-container ol li.top-level {
        border: 1px solid transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 21px;
        line-height: 1.5;
        padding: 0 45px 15px 30px;
        margin: 10px 0;
        cursor: pointer;
        outline: none;
        user-select: none;
        list-style: none;
        position: relative;
        counter-increment: foo; }
        body.resource .list-resource .table-container ol li.top-level:first-child, body.additional-resource .list-resource .table-container ol li.top-level:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.5);
          padding-top: 10px; }
          body.resource .list-resource .table-container ol li.top-level:first-child::after, body.additional-resource .list-resource .table-container ol li.top-level:first-child::after {
            top: 10px; }
        body.resource .list-resource .table-container ol li.top-level::before, body.additional-resource .list-resource .table-container ol li.top-level::before {
          content: counter(foo) ".";
          position: absolute;
          left: 0; }
        body.resource .list-resource .table-container ol li.top-level::after, body.additional-resource .list-resource .table-container ol li.top-level::after {
          content: "";
          position: absolute;
          background-image: url("/themes/custom/oxplore/images/expand-list.svg");
          background-repeat: no-repeat;
          background-position: right center;
          width: 30px;
          height: 30px;
          right: 0;
          top: 0;
          margin: auto;
          transition: transform 0.25s; }
        body.resource .list-resource .table-container ol li.top-level img, body.additional-resource .list-resource .table-container ol li.top-level img {
          max-width: 100%; }
        body.resource .list-resource .table-container ol li.top-level ol, body.resource .list-resource .table-container ol li.top-level ul, body.additional-resource .list-resource .table-container ol li.top-level ol, body.additional-resource .list-resource .table-container ol li.top-level ul {
          display: none;
          overflow: hidden;
          margin: 0;
          user-select: initial; }
          body.resource .list-resource .table-container ol li.top-level ol li, body.resource .list-resource .table-container ol li.top-level ol p, body.resource .list-resource .table-container ol li.top-level ul li, body.resource .list-resource .table-container ol li.top-level ul p, body.additional-resource .list-resource .table-container ol li.top-level ol li, body.additional-resource .list-resource .table-container ol li.top-level ol p, body.additional-resource .list-resource .table-container ol li.top-level ul li, body.additional-resource .list-resource .table-container ol li.top-level ul p {
            background-image: none;
            font-size: 16px;
            font-weight: 300;
            border: none;
            cursor: default;
            list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
            list-style-position: outside;
            line-height: 1.5;
            margin: 15px 0;
            text-indent: 0;
            padding-left: 0; }
          body.resource .list-resource .table-container ol li.top-level ol p, body.resource .list-resource .table-container ol li.top-level ul p, body.additional-resource .list-resource .table-container ol li.top-level ol p, body.additional-resource .list-resource .table-container ol li.top-level ul p {
            overflow: auto;
            margin: 0;
            display: inline;
            vertical-align: top; }
          body.resource .list-resource .table-container ol li.top-level ol img, body.resource .list-resource .table-container ol li.top-level ul img, body.additional-resource .list-resource .table-container ol li.top-level ol img, body.additional-resource .list-resource .table-container ol li.top-level ul img {
            max-width: 100%;
            margin: 15px auto; }
            body.resource .list-resource .table-container ol li.top-level ol img[data-align="left"], body.resource .list-resource .table-container ol li.top-level ul img[data-align="left"], body.additional-resource .list-resource .table-container ol li.top-level ol img[data-align="left"], body.additional-resource .list-resource .table-container ol li.top-level ul img[data-align="left"] {
              float: left;
              margin: 15px 15px 15px 0; }
            body.resource .list-resource .table-container ol li.top-level ol img[data-align="right"], body.resource .list-resource .table-container ol li.top-level ul img[data-align="right"], body.additional-resource .list-resource .table-container ol li.top-level ol img[data-align="right"], body.additional-resource .list-resource .table-container ol li.top-level ul img[data-align="right"] {
              float: right;
              margin: 15px 0 15px 15px; }
            body.resource .list-resource .table-container ol li.top-level ol img[data-align="center"], body.resource .list-resource .table-container ol li.top-level ul img[data-align="center"], body.additional-resource .list-resource .table-container ol li.top-level ol img[data-align="center"], body.additional-resource .list-resource .table-container ol li.top-level ul img[data-align="center"] {
              display: block; }
            @media screen and (max-width: 400px) {
              body.resource .list-resource .table-container ol li.top-level ol img[data-align="left"], body.resource .list-resource .table-container ol li.top-level ol img[data-align="right"], body.resource .list-resource .table-container ol li.top-level ul img[data-align="left"], body.resource .list-resource .table-container ol li.top-level ul img[data-align="right"], body.additional-resource .list-resource .table-container ol li.top-level ol img[data-align="left"], body.additional-resource .list-resource .table-container ol li.top-level ol img[data-align="right"], body.additional-resource .list-resource .table-container ol li.top-level ul img[data-align="left"], body.additional-resource .list-resource .table-container ol li.top-level ul img[data-align="right"] {
                float: none;
                margin: auto;
                display: block;
                width: 100%;
                height: 100%; } }
        body.resource .list-resource .table-container ol li.top-level.open::after, body.additional-resource .list-resource .table-container ol li.top-level.open::after {
          transform: rotate(45deg); }
  body.resource .procon-resource .table-container, body.additional-resource .procon-resource .table-container {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    height: 100px; }
    body.resource .procon-resource .table-container h1, body.additional-resource .procon-resource .table-container h1 {
      text-align: center; }
    body.resource .procon-resource .table-container ul, body.additional-resource .procon-resource .table-container ul {
      margin: 0;
      padding: 0; }
      body.resource .procon-resource .table-container ul li, body.additional-resource .procon-resource .table-container ul li {
        list-style: none;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding: 15px 0; }
        body.resource .procon-resource .table-container ul li .heading, body.additional-resource .procon-resource .table-container ul li .heading {
          text-align: left;
          padding: 0 40px 0 0;
          position: relative;
          font-size: 21px;
          line-height: 1.5;
          cursor: pointer;
          font-weight: bold; }
          body.resource .procon-resource .table-container ul li .heading::before, body.additional-resource .procon-resource .table-container ul li .heading::before {
            content: "";
            position: absolute;
            background-image: url("/themes/custom/oxplore/images/expand-list.svg");
            background-repeat: no-repeat;
            background-position: right center;
            width: 30px;
            height: 30px;
            right: 0;
            transform: rotate(0deg);
            transition: transform 0.25s; }
        body.resource .procon-resource .table-container ul li .body, body.additional-resource .procon-resource .table-container ul li .body {
          display: none; }
          body.resource .procon-resource .table-container ul li .body p, body.additional-resource .procon-resource .table-container ul li .body p {
            overflow: auto;
            margin: 0;
            display: inline;
            vertical-align: top;
            text-align: left; }
          body.resource .procon-resource .table-container ul li .body img, body.additional-resource .procon-resource .table-container ul li .body img {
            max-width: 100%;
            margin: 15px auto; }
            body.resource .procon-resource .table-container ul li .body img[data-align="left"], body.additional-resource .procon-resource .table-container ul li .body img[data-align="left"] {
              float: left;
              margin: 15px 15px 15px 0; }
            body.resource .procon-resource .table-container ul li .body img[data-align="right"], body.additional-resource .procon-resource .table-container ul li .body img[data-align="right"] {
              float: right;
              margin: 15px 0 15px 15px; }
            body.resource .procon-resource .table-container ul li .body img[data-align="center"], body.additional-resource .procon-resource .table-container ul li .body img[data-align="center"] {
              display: block; }
            @media screen and (max-width: 400px) {
              body.resource .procon-resource .table-container ul li .body img[data-align="left"], body.resource .procon-resource .table-container ul li .body img[data-align="right"], body.additional-resource .procon-resource .table-container ul li .body img[data-align="left"], body.additional-resource .procon-resource .table-container ul li .body img[data-align="right"] {
                float: none;
                margin: auto;
                display: block;
                width: 100%;
                height: 100%; } }
        body.resource .procon-resource .table-container ul li.con .heading, body.additional-resource .procon-resource .table-container ul li.con .heading {
          text-align: right;
          padding: 0 0 0 40px; }
          body.resource .procon-resource .table-container ul li.con .heading::before, body.additional-resource .procon-resource .table-container ul li.con .heading::before {
            background-image: url("/themes/custom/oxplore/images/collapse-list.svg");
            left: 0; }
        body.resource .procon-resource .table-container ul li::last-child, body.additional-resource .procon-resource .table-container ul li::last-child {
          border-bottom: 1px solid #ffffff; }
        body.resource .procon-resource .table-container ul li.open .heading::before, body.additional-resource .procon-resource .table-container ul li.open .heading::before {
          background-image: url("/themes/custom/oxplore/images/expand-list.svg");
          transform: rotate(45deg); }
  body.resource .narrator-resource, body.resource .narrator-no-title-resource, body.additional-resource .narrator-resource, body.additional-resource .narrator-no-title-resource {
    overflow: hidden; }
    body.resource .narrator-resource .inner, body.resource .narrator-no-title-resource .inner, body.additional-resource .narrator-resource .inner, body.additional-resource .narrator-no-title-resource .inner {
      min-height: calc(100vh - 70px); }
    body.resource .narrator-resource .fp-scroller, body.resource .narrator-no-title-resource .fp-scroller, body.additional-resource .narrator-resource .fp-scroller, body.additional-resource .narrator-no-title-resource .fp-scroller {
      overflow: visible; }
    body.resource .narrator-resource .grid-container, body.resource .narrator-no-title-resource .grid-container, body.additional-resource .narrator-resource .grid-container, body.additional-resource .narrator-no-title-resource .grid-container {
      position: relative;
      min-height: 100vh; }
    body.resource .narrator-resource .main-object, body.resource .narrator-no-title-resource .main-object, body.additional-resource .narrator-resource .main-object, body.additional-resource .narrator-no-title-resource .main-object {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 500px;
      left: 50%;
      max-width: none;
      position: absolute;
      right: 0px;
      bottom: 250px;
      transform: translateX(-50%);
      width: 800px; }
      @media screen and (max-width: 800px) {
        body.resource .narrator-resource .main-object, body.resource .narrator-no-title-resource .main-object, body.additional-resource .narrator-resource .main-object, body.additional-resource .narrator-no-title-resource .main-object {
          width: 100%; } }
      @media screen and (min-height: 1000px) {
        body.resource .narrator-resource .main-object, body.resource .narrator-no-title-resource .main-object, body.additional-resource .narrator-resource .main-object, body.additional-resource .narrator-no-title-resource .main-object {
          height: 600px; } }
      @media screen and (max-height: 800px) {
        body.resource .narrator-resource .main-object, body.resource .narrator-no-title-resource .main-object, body.additional-resource .narrator-resource .main-object, body.additional-resource .narrator-no-title-resource .main-object {
          height: 400px; } }
      @media screen and (max-height: 700px) {
        body.resource .narrator-resource .main-object, body.resource .narrator-no-title-resource .main-object, body.additional-resource .narrator-resource .main-object, body.additional-resource .narrator-no-title-resource .main-object {
          height: 350px; } }
      @media screen and (max-height: 650px) {
        body.resource .narrator-resource .main-object, body.resource .narrator-no-title-resource .main-object, body.additional-resource .narrator-resource .main-object, body.additional-resource .narrator-no-title-resource .main-object {
          height: 250px; } }
    body.resource .narrator-resource .question, body.resource .narrator-no-title-resource .question, body.additional-resource .narrator-resource .question, body.additional-resource .narrator-no-title-resource .question {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 105%;
      margin: auto;
      width: 440px;
      text-align: center;
      box-sizing: border-box;
      transition: bottom 1s, transform 1s;
      transform: rotate(359deg); }
      @media screen and (max-width: 600px) {
        body.resource .narrator-resource .question, body.resource .narrator-no-title-resource .question, body.additional-resource .narrator-resource .question, body.additional-resource .narrator-no-title-resource .question {
          width: 350px; } }
      @media screen and (max-width: 400px) {
        body.resource .narrator-resource .question, body.resource .narrator-no-title-resource .question, body.additional-resource .narrator-resource .question, body.additional-resource .narrator-no-title-resource .question {
          width: 300px; } }
      body.resource .narrator-resource .question h1, body.resource .narrator-no-title-resource .question h1, body.additional-resource .narrator-resource .question h1, body.additional-resource .narrator-no-title-resource .question h1 {
        box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5);
        display: inline-block;
        margin: -1px 0px 0px 0px;
        padding: 0px 30px 15px 30px; }
        body.resource .narrator-resource .question h1:after, body.resource .narrator-no-title-resource .question h1:after, body.additional-resource .narrator-resource .question h1:after, body.additional-resource .narrator-no-title-resource .question h1:after {
          content: "";
          display: inline-block; }
        @media screen and (max-width: 600px) {
          body.resource .narrator-resource .question h1, body.resource .narrator-no-title-resource .question h1, body.additional-resource .narrator-resource .question h1, body.additional-resource .narrator-no-title-resource .question h1 {
            font-size: 32px;
            padding: 0px 15px 10px 15px; } }
        @media screen and (max-width: 400px) {
          body.resource .narrator-resource .question h1, body.resource .narrator-no-title-resource .question h1, body.additional-resource .narrator-resource .question h1, body.additional-resource .narrator-no-title-resource .question h1 {
            font-size: 26px;
            line-height: 26px;
            padding: 0px 10px 8px 10px; } }
        @media screen and (max-height: 650px) {
          body.resource .narrator-resource .question h1, body.resource .narrator-no-title-resource .question h1, body.additional-resource .narrator-resource .question h1, body.additional-resource .narrator-no-title-resource .question h1 {
            font-size: 29px;
            line-height: 29px;
            padding: 0px 10px 8px 10px; } }
        body.resource .narrator-resource .question h1:first-of-type, body.resource .narrator-no-title-resource .question h1:first-of-type, body.additional-resource .narrator-resource .question h1:first-of-type, body.additional-resource .narrator-no-title-resource .question h1:first-of-type {
          padding-top: 8px; }
        body.resource .narrator-resource .question h1:last-of-type, body.resource .narrator-no-title-resource .question h1:last-of-type, body.additional-resource .narrator-resource .question h1:last-of-type, body.additional-resource .narrator-no-title-resource .question h1:last-of-type {
          padding-bottom: 18px; }
          @media screen and (max-width: 400px) {
            body.resource .narrator-resource .question h1:last-of-type, body.resource .narrator-no-title-resource .question h1:last-of-type, body.additional-resource .narrator-resource .question h1:last-of-type, body.additional-resource .narrator-no-title-resource .question h1:last-of-type {
              padding-bottom: 8px; } }
    body.resource .narrator-resource .text, body.resource .narrator-no-title-resource .text, body.additional-resource .narrator-resource .text, body.additional-resource .narrator-no-title-resource .text {
      top: 100%;
      left: 0px;
      margin: 0px auto;
      width: 760px;
      position: absolute;
      right: 0px;
      text-align: center;
      transition: top 1.4s; }
      @media screen and (max-width: 800px) {
        body.resource .narrator-resource .text, body.resource .narrator-no-title-resource .text, body.additional-resource .narrator-resource .text, body.additional-resource .narrator-no-title-resource .text {
          width: 90%; } }
      body.resource .narrator-resource .text p, body.resource .narrator-no-title-resource .text p, body.additional-resource .narrator-resource .text p, body.additional-resource .narrator-no-title-resource .text p {
        color: white;
        font-size: 21px;
        margin: 0px; }
        @media screen and (max-width: 600px) {
          body.resource .narrator-resource .text p, body.resource .narrator-no-title-resource .text p, body.additional-resource .narrator-resource .text p, body.additional-resource .narrator-no-title-resource .text p {
            font-size: 18px;
            line-height: 24px; } }
        @media screen and (max-height: 600px) {
          body.resource .narrator-resource .text p, body.resource .narrator-no-title-resource .text p, body.additional-resource .narrator-resource .text p, body.additional-resource .narrator-no-title-resource .text p {
            font-size: 18px;
            line-height: 24px; } }
        @media screen and (max-width: 400px) {
          body.resource .narrator-resource .text p, body.resource .narrator-no-title-resource .text p, body.additional-resource .narrator-resource .text p, body.additional-resource .narrator-no-title-resource .text p {
            font-size: 16px;
            line-height: 20px; } }
    body.resource .narrator-resource.faux-active .main-object, body.resource .narrator-no-title-resource.faux-active .main-object, body.additional-resource .narrator-resource.faux-active .main-object, body.additional-resource .narrator-no-title-resource.faux-active .main-object {
      bottom: 35vh; }
      body.resource .narrator-resource.faux-active .main-object.jumping_one, body.resource .narrator-no-title-resource.faux-active .main-object.jumping_one, body.additional-resource .narrator-resource.faux-active .main-object.jumping_one, body.additional-resource .narrator-no-title-resource.faux-active .main-object.jumping_one {
        animation: jumping_one 1.5s 1; }
      body.resource .narrator-resource.faux-active .main-object.jumping_two, body.resource .narrator-no-title-resource.faux-active .main-object.jumping_two, body.additional-resource .narrator-resource.faux-active .main-object.jumping_two, body.additional-resource .narrator-no-title-resource.faux-active .main-object.jumping_two {
        animation: jumping_two 1.5s 1; }
      body.resource .narrator-resource.faux-active .main-object.jumping_three, body.resource .narrator-no-title-resource.faux-active .main-object.jumping_three, body.additional-resource .narrator-resource.faux-active .main-object.jumping_three, body.additional-resource .narrator-no-title-resource.faux-active .main-object.jumping_three {
        animation: jumping_three 1.5s 1; }
    body.resource .narrator-resource.faux-active .question, body.resource .narrator-no-title-resource.faux-active .question, body.additional-resource .narrator-resource.faux-active .question, body.additional-resource .narrator-no-title-resource.faux-active .question {
      bottom: 35vh;
      transform: rotate(0deg); }
      @media screen and (max-height: 600px) {
        body.resource .narrator-resource.faux-active .question, body.resource .narrator-no-title-resource.faux-active .question, body.additional-resource .narrator-resource.faux-active .question, body.additional-resource .narrator-no-title-resource.faux-active .question {
          bottom: 30vh; } }
      body.resource .narrator-resource.faux-active .question.qandt, body.resource .narrator-no-title-resource.faux-active .question.qandt, body.additional-resource .narrator-resource.faux-active .question.qandt, body.additional-resource .narrator-no-title-resource.faux-active .question.qandt {
        bottom: 35vh; }
    body.resource .narrator-resource.faux-active .text, body.resource .narrator-no-title-resource.faux-active .text, body.additional-resource .narrator-resource.faux-active .text, body.additional-resource .narrator-no-title-resource.faux-active .text {
      top: 68vh; }
  body.resource .narrator-no-title-resource .question, body.additional-resource .narrator-no-title-resource .question {
    display: none; }
  body.resource .narrator-no-title-resource .text p, body.additional-resource .narrator-no-title-resource .text p {
    font-size: 28px; }
  body.resource .narrator-no-title-resource .faux-active .text, body.additional-resource .narrator-no-title-resource .faux-active .text {
    top: 55vh;
    color: #ffffff;
    box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5); }
    body.resource .narrator-no-title-resource .faux-active .text p, body.additional-resource .narrator-no-title-resource .faux-active .text p {
      font-size: 28px;
      line-height: 36px;
      margin: 0;
      padding: 15px 20px; }
  body.resource .narrator-no-title-resource.theme_pink .text, body.additional-resource .narrator-no-title-resource.theme_pink .text {
    background-color: #ff007a; }
  body.resource .narrator-no-title-resource.theme_blue .text, body.additional-resource .narrator-no-title-resource.theme_blue .text {
    background-color: #2887c9; }
  body.resource .narrator-no-title-resource.theme_green .text, body.additional-resource .narrator-no-title-resource.theme_green .text {
    background-color: #92c01f; }
  @media screen and (max-width: 600px) {
    body.resource .narrator-no-title-resource .text, body.additional-resource .narrator-no-title-resource .text {
      top: 50vh; }
      body.resource .narrator-no-title-resource .text p, body.additional-resource .narrator-no-title-resource .text p {
        font-size: 19px;
        line-height: 28px; }
    body.resource .narrator-no-title-resource.faux-active .text, body.additional-resource .narrator-no-title-resource.faux-active .text {
      top: 50vh; } }
  body.resource .fullscreen-video-resource, body.additional-resource .fullscreen-video-resource {
    position: relative;
    height: 100vh; }
    body.resource .fullscreen-video-resource oembed, body.additional-resource .fullscreen-video-resource oembed {
      visibility: hidden; }
    body.resource .fullscreen-video-resource iframe, body.additional-resource .fullscreen-video-resource iframe {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      min-width: 100%;
      height: 100vh; }
    body.resource .fullscreen-video-resource .player-wrapper, body.additional-resource .fullscreen-video-resource .player-wrapper {
      position: absolute;
      min-width: 100%;
      min-height: 100%; }
  body.resource .additional-resource, body.additional-resource .additional-resource {
    position: relative; }
    body.resource .additional-resource .table-container, body.additional-resource .additional-resource .table-container {
      min-height: 100vh;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100px; }
      body.resource .additional-resource .table-container .table-cell, body.additional-resource .additional-resource .table-container .table-cell {
        vertical-align: middle; }
        body.resource .additional-resource .table-container .table-cell .inner, body.additional-resource .additional-resource .table-container .table-cell .inner {
          text-align: center;
          padding: 20px 20px 40px;
          width: 100%;
          box-sizing: border-box;
          color: #ffffff; }
          body.resource .additional-resource .table-container .table-cell .inner h1, body.additional-resource .additional-resource .table-container .table-cell .inner h1 {
            margin: 5px 0; }
          body.resource .additional-resource .table-container .table-cell .inner a.btn, body.additional-resource .additional-resource .table-container .table-cell .inner a.btn {
            font-size: 28px;
            box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5);
            transform: rotate(0deg);
            font-weight: bold;
            display: inline-block;
            color: #ffffff;
            border: 2px solid #ffffff;
            line-height: 55px;
            transition: font-size 0.3s, height 0.3s, line-height 0.3s, width 0.3s, background-color 0.3s, border 0.3s, color 0.3s;
            width: 140px;
            margin: 25px 0;
            padding: 0 0 5px;
            cursor: pointer; }
            body.resource .additional-resource .table-container .table-cell .inner a.btn:hover, body.additional-resource .additional-resource .table-container .table-cell .inner a.btn:hover {
              animation: jiggle 0.2s infinite;
              transform: rotate(-3deg); }
          body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources {
            padding: 0;
            margin: 40px 0 0;
            font-family: "soleil", sans-serif; }
            body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level {
              list-style: none;
              text-align: left;
              border-top: 1px solid #ffffff;
              padding: 10px 0; }
              body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level#read-more .icon, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level#read-more .icon {
                background-image: url("/themes/custom/oxplore/images/sketch-books.svg"); }
              body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level#watch-more .icon, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level#watch-more .icon {
                background-image: url("/themes/custom/oxplore/images/sketch-video.svg"); }
              body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level#do-more .icon, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level#do-more .icon {
                background-image: url("/themes/custom/oxplore/images/sketch-bulb.svg"); }
              body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level:last-child, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level:last-child {
                border-bottom: 1px solid #ffffff; }
              body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title {
                position: relative;
                cursor: pointer;
                padding-right: 35px; }
                body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title::after, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title::after {
                  content: "";
                  position: absolute;
                  background-image: url("/themes/custom/oxplore/images/expand-list.svg");
                  background-repeat: no-repeat;
                  background-position: right center;
                  width: 30px;
                  height: 30px;
                  right: 0;
                  top: 0;
                  bottom: 0;
                  margin: auto;
                  transition: transform 0.25s; }
                body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title .icon, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title .icon {
                  height: 35px;
                  width: 35px;
                  display: inline-block;
                  background-position: center;
                  background-size: cover;
                  background-repeat: no-repeat; }
                body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title .title, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level .add-res-title .title {
                  display: inline-block;
                  font-size: 21px;
                  position: relative;
                  top: -10px;
                  margin-left: 5px; }
              body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul {
                padding: 0;
                margin: 0;
                overflow: hidden;
                display: none; }
                body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li {
                  list-style-type: disc;
                  list-style-position: outside;
                  margin-left: 30px;
                  line-height: 1.5;
                  margin-top: 10px;
                  font-size: 18px; }
                  body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li:first-child, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li:first-child {
                    margin-top: 10px; }
                  body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li:last-child, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li:last-child {
                    margin-bottom: 10px; }
                  body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li a, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level > ul li a {
                    background: #ffffff;
                    padding: 0 10px;
                    line-height: 30px; }
              body.resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level.open .add-res-title::after, body.additional-resource .additional-resource .table-container .table-cell .inner ul.additional-resources li.top-level.open .add-res-title::after {
                transform: rotate(45deg); }

.vote {
  color: #ffffff;
  background-color: #031d40; }
  .vote .table-container {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px; }
    .vote .table-container .table-cell {
      vertical-align: middle; }
      .vote .table-container .table-cell .inner {
        max-width: 670px;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
        margin: auto; }
        .vote .table-container .table-cell .inner .vote-q {
          font-size: 40px;
          font-family: "soleil", sans-serif;
          text-align: center;
          margin: 0 auto 40px;
          width: 440px; }
          .vote .table-container .table-cell .inner .vote-q p {
            margin: 0 0 25px;
            line-height: 1.25;
            font-weight: bold; }
          .vote .table-container .table-cell .inner .vote-q h1 {
            margin: 0 0 20px; }
          .vote .table-container .table-cell .inner .vote-q:first-of-type {
            padding-top: 8px; }
          .vote .table-container .table-cell .inner .vote-q:last-of-type {
            padding-bottom: 18px; }
            @media screen and (max-width: 400px) {
              .vote .table-container .table-cell .inner .vote-q:last-of-type {
                padding-bottom: 8px; } }
          @media screen and (max-width: 600px) {
            .vote .table-container .table-cell .inner .vote-q {
              width: 350px; }
              .vote .table-container .table-cell .inner .vote-q h1 {
                font-size: 32px;
                padding: 0px 15px 10px 15px;
                margin: 0; } }
          @media screen and (max-width: 400px) {
            .vote .table-container .table-cell .inner .vote-q {
              width: 300px; }
              .vote .table-container .table-cell .inner .vote-q h1 {
                font-size: 26px;
                line-height: 26px;
                padding: 0px 10px 8px 10px; } }
        .vote .table-container .table-cell .inner .voting-options {
          font-size: 0;
          display: table;
          border-spacing: 20px; }
          .vote .table-container .table-cell .inner .voting-options .option-row {
            display: table-row; }
            .vote .table-container .table-cell .inner .voting-options .option-row .option {
              display: table-cell;
              width: 50%;
              font-size: 21px;
              font-family: "soleil", sans-serif;
              text-align: center;
              border: 1px solid #ffffff;
              padding: 30px;
              vertical-align: middle;
              box-sizing: border-box;
              cursor: pointer;
              transition: background 0.5s;
              position: relative;
              outline: none; }
              .vote .table-container .table-cell .inner .voting-options .option-row .option:hover, .vote .table-container .table-cell .inner .voting-options .option-row .option:focus {
                background: #ff007a; }
              .vote .table-container .table-cell .inner .voting-options .option-row .option .score {
                display: none;
                position: absolute;
                background-image: url("/themes/custom/oxplore/images/dash-score-indicator.svg");
                background-repeat: no-repeat;
                font-size: 35pt;
                bottom: calc(0% - 15px);
                font-family: "sketchnote-square", serif;
                width: 120px; }
              .vote .table-container .table-cell .inner .voting-options .option-row .option .vote-overlay {
                position: absolute;
                width: 100%;
                height: 0;
                bottom: 0;
                left: 0;
                background: #ff007a;
                z-index: 0;
                -webkit-transition-timing-function: ease-out; }
              .vote .table-container .table-cell .inner .voting-options .option-row .option:first-child .score {
                background-position: right center;
                left: -185px;
                right: auto;
                padding: 0 60px 0 0;
                text-align: right; }
              .vote .table-container .table-cell .inner .voting-options .option-row .option:last-child .score, .vote .table-container .table-cell .inner .voting-options .option-row .option:only-child .score {
                background-position: left center;
                right: -185px;
                left: auto;
                padding: 0 0 0 60px;
                text-align: left; }
              .vote .table-container .table-cell .inner .voting-options .option-row .option p {
                margin: 0;
                user-select: none;
                position: relative;
                word-break: break-word; }
          @media screen and (max-width: 980px) {
            .vote .table-container .table-cell .inner .voting-options {
              display: block; }
              .vote .table-container .table-cell .inner .voting-options.complete .option-row {
                text-align: left; }
                .vote .table-container .table-cell .inner .voting-options.complete .option-row .option {
                  margin: 15px 0;
                  max-width: calc(100% - 170px); }
              .vote .table-container .table-cell .inner .voting-options .option-row {
                display: block;
                text-align: center; }
                .vote .table-container .table-cell .inner .voting-options .option-row .option {
                  display: inline-block;
                  width: 100%;
                  margin: 15px 0;
                  max-width: 100%; }
                  .vote .table-container .table-cell .inner .voting-options .option-row .option:first-child .score, .vote .table-container .table-cell .inner .voting-options .option-row .option:last-child .score {
                    left: auto;
                    right: -185px;
                    padding: 0 0 0 60px;
                    background-position: left center;
                    text-align: left; } }
  @media screen and (max-width: 980px) and (max-width: 580px) {
    .vote .table-container .table-cell .inner .voting-options.complete .option-row .option, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:first-child, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:last-child, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:only-child {
      display: block;
      max-width: calc(100% - 130px);
      padding: 20px; }
      .vote .table-container .table-cell .inner .voting-options.complete .option-row .option .score, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:first-child .score, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:last-child .score, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:only-child .score {
        font-size: 21pt;
        width: 70px;
        right: -135px; } }
          .vote .table-container .table-cell .inner .voting-options.complete .option-row .option {
            cursor: default; }
            .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:hover, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option:focus {
              background-color: transparent; }
            .vote .table-container .table-cell .inner .voting-options.complete .option-row .option .score, .vote .table-container .table-cell .inner .voting-options.complete .option-row .option .vote-overlay {
              display: inline-block; }
        .vote .table-container .table-cell .inner .homepage-link {
          text-align: center;
          padding: 20px 0; }
          .vote .table-container .table-cell .inner .homepage-link .btn {
            padding: 15px;
            background: #ff007a;
            color: #ffffff; }
            .vote .table-container .table-cell .inner .homepage-link .btn:hover {
              background: #ffffff;
              color: #ff007a; }
        .vote .table-container .table-cell .inner .more {
          position: relative;
          cursor: pointer;
          text-align: center;
          max-width: 190px;
          margin: 10px auto; }

#comment .inner {
  max-width: 600px;
  padding: 10px 20px;
  margin: auto; }
  #comment .inner #comment-container {
    text-align: right; }
    #comment .inner #comment-container textarea#questioncomment {
      width: 100%;
      text-align: left;
      box-sizing: border-box;
      resize: vertical;
      min-height: 90px;
      padding: 10px; }
    #comment .inner #comment-container .left {
      width: 65px;
      display: inline-block;
      text-align: left;
      vertical-align: top; }
    #comment .inner #comment-container .right {
      width: calc(100% - 65px);
      display: inline-block; }
      #comment .inner #comment-container .right a#add-comment {
        padding: 10px;
        background: #ff007a;
        color: #ffffff; }
        #comment .inner #comment-container .right a#add-comment:hover {
          background: #ffffff;
          color: #ff007a; }
    #comment .inner #comment-container .error {
      margin: 10px 0;
      text-align: center;
      text-indent: -10px;
      margin-left: 25px; }
  #comment .inner .not-logged-in-message {
    text-align: center; }
    #comment .inner .not-logged-in-message a {
      color: #ff007a;
      text-decoration: underline; }
      #comment .inner .not-logged-in-message a:hover {
        text-decoration: none; }
  #comment .inner ul.comments-list {
    margin: 0;
    padding: 0; }
    #comment .inner ul.comments-list li {
      list-style: none;
      background: rgba(255, 255, 255, 0.25);
      padding: 10px;
      margin: 15px 0;
      border-radius: 70px 10px 10px 70px; }
      #comment .inner ul.comments-list li.warning {
        background: rgba(255, 70, 70, 0.5); }
      #comment .inner ul.comments-list li .comment-left {
        margin-right: 10px;
        display: inline-block; }
        #comment .inner ul.comments-list li .comment-left .avatar {
          width: 125px;
          height: 125px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-color: #ffffff;
          border-radius: 50%; }
      #comment .inner ul.comments-list li .comment-right {
        width: calc(100% - 135px);
        display: inline-block;
        vertical-align: top; }
        #comment .inner ul.comments-list li .comment-right .nickname {
          font-weight: bold; }
        #comment .inner ul.comments-list li .comment-right .comment-text {
          font-size: 19px;
          margin: 5px 0 15px;
          line-height: 1.25;
          min-height: 70px;
          word-wrap: break-word;
          word-break: break-word; }
        #comment .inner ul.comments-list li .comment-right .timing {
          display: none;
          font-size: 12px;
          width: calc(100% - 240px); }
          #comment .inner ul.comments-list li .comment-right .timing .date, #comment .inner ul.comments-list li .comment-right .timing .elapsedTime {
            display: inline-block; }
        #comment .inner ul.comments-list li .comment-right .flagged, #comment .inner ul.comments-list li .comment-right .prof {
          display: inline-block;
          font-size: 12px;
          width: 100%;
          text-align: right; }
          #comment .inner ul.comments-list li .comment-right .flagged span, #comment .inner ul.comments-list li .comment-right .prof span {
            cursor: pointer; }
            #comment .inner ul.comments-list li .comment-right .flagged span:hover, #comment .inner ul.comments-list li .comment-right .prof span:hover {
              text-decoration: underline; }
            #comment .inner ul.comments-list li .comment-right .flagged span.fade, #comment .inner ul.comments-list li .comment-right .prof span.fade {
              opacity: 0.75;
              cursor: default; }
              #comment .inner ul.comments-list li .comment-right .flagged span.fade:hover, #comment .inner ul.comments-list li .comment-right .prof span.fade:hover {
                text-decoration: none; }
        #comment .inner ul.comments-list li .comment-right .error {
          text-align: right;
          margin-top: 5px;
          text-indent: -10px;
          margin-left: 25px; }
  #comment .inner .center {
    text-align: center; }
    #comment .inner .center a {
      padding: 10px;
      background: #ff007a;
      color: #ffffff; }
      #comment .inner .center a:hover {
        background: #ffffff;
        color: #ff007a; }

body.create-question .table-container {
  width: 100%;
  height: calc(100vh - 71px); }
  body.create-question .table-container .table-cell {
    vertical-align: middle; }
    body.create-question .table-container .table-cell .inner {
      max-width: 930px;
      padding: 60px 20px;
      margin: auto;
      text-align: center;
      color: #ffffff;
      font-family: "soleil", sans-serif; }
      body.create-question .table-container .table-cell .inner h1 {
        font-weight: 800;
        font-size: 36px;
        line-height: 44px; }
      body.create-question .table-container .table-cell .inner p.big {
        font-weight: 600; }
      body.create-question .table-container .table-cell .inner .number {
        display: inline-block;
        background: #ff007a;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        padding: 12px 10px;
        min-width: 51px;
        box-sizing: border-box;
        border-radius: 50%; }
      body.create-question .table-container .table-cell .inner textarea {
        resize: vertical;
        width: 100%;
        max-width: 635px;
        height: 135px;
        background: transparent;
        border: 1px solid #ffffff;
        color: white;
        font-size: 21px;
        padding: 10px;
        box-sizing: border-box;
        display: block;
        margin: 75px auto; }
        body.create-question .table-container .table-cell .inner textarea::-webkit-input-placeholder {
          color: #ffffff;
          opacity: 0.5; }
        body.create-question .table-container .table-cell .inner textarea:-moz-placeholder {
          /* Firefox 18- */
          color: #ffffff;
          opacity: 0.5; }
        body.create-question .table-container .table-cell .inner textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: #ffffff;
          opacity: 0.5; }
        body.create-question .table-container .table-cell .inner textarea:-ms-input-placeholder {
          color: #ffffff;
          opacity: 0.5; }
      body.create-question .table-container .table-cell .inner input[type='text'] {
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        text-align: center;
        padding: 15px;
        font-weight: 100;
        font-family: "soleil", sans-serif;
        font-size: 24px;
        width: 100%;
        max-width: 500px;
        color: #ffffff;
        line-height: 1.5;
        box-sizing: border-box; }
        body.create-question .table-container .table-cell .inner input[type='text']::placeholder {
          color: #ffffff; }
      body.create-question .table-container .table-cell .inner .btn {
        font-size: 28px;
        box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        transform: rotate(0deg);
        line-height: 55px;
        transition: all 0.3s;
        width: 140px;
        margin: 0px 10px;
        padding: 0 0 5px;
        background-color: #ff007a;
        border: 2px solid #ffffff;
        cursor: pointer; }
        body.create-question .table-container .table-cell .inner .btn:hover {
          color: #ff007a;
          background-color: #ffffff;
          border: 2px solid #ff007a;
          animation: jiggle 0.2s infinite;
          transform: rotate(-3deg); }
      body.create-question .table-container .table-cell .inner .checkbox-container {
        margin: 40px auto;
        max-width: 700px; }
        body.create-question .table-container .table-cell .inner .checkbox-container input {
          cursor: pointer;
          position: absolute;
          opacity: 0; }
          body.create-question .table-container .table-cell .inner .checkbox-container input + label {
            cursor: pointer; }
            body.create-question .table-container .table-cell .inner .checkbox-container input + label span.faux-checkbox {
              background-image: url("/themes/custom/oxplore/images/check-blank.svg");
              background-repeat: no-repeat;
              background-position: 0px 3px;
              display: inline-block;
              vertical-align: top;
              padding: 3px 0 3px 55px;
              text-align: left; }
          body.create-question .table-container .table-cell .inner .checkbox-container input:hover + label span.faux-checkbox {
            background-image: url("/themes/custom/oxplore/images/check-focused_pink.svg"); }
          body.create-question .table-container .table-cell .inner .checkbox-container input:checked + label span.faux-checkbox {
            background-image: url("/themes/custom/oxplore/images/check-correct_pink.svg"); }
          body.create-question .table-container .table-cell .inner .checkbox-container input:disabled {
            cursor: default; }
            body.create-question .table-container .table-cell .inner .checkbox-container input:disabled + label {
              cursor: default; }

body.create-question #question-content, body.create-question #age-check {
  background-color: #ff007a; }

body.create-question #question-content .checkbox-container {
  max-width: 400px; }
  body.create-question #question-content .checkbox-container input:hover + label span.faux-checkbox {
    background-image: url("/themes/custom/oxplore/images/check-focused_blue.svg"); }
  body.create-question #question-content .checkbox-container input:checked + label span.faux-checkbox {
    background-image: url("/themes/custom/oxplore/images/check-correct_blue.svg"); }

body.create-question #age-check p {
  font-size: 24px; }

body.create-question #age-check form .btn {
  width: 200px;
  box-sizing: border-box;
  margin: 10px; }
  body.create-question #age-check form .btn p {
    margin: 0; }
    body.create-question #age-check form .btn p.big {
      font-weight: 800;
      font-size: 36px; }

body.create-question #over-thirteen p {
  font-size: 21px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  body.create-question #over-thirteen p.big {
    font-size: 24px;
    max-width: 100%; }

body.create-question #over-thirteen .scroll-point#email-check {
  background-color: #b11580; }
  body.create-question #over-thirteen .scroll-point#email-check .btn::after {
    background-color: #633289; }

body.create-question #over-thirteen .scroll-point#contact-check {
  background-color: #802080; }

body.create-question #over-thirteen .scroll-point#postcode-check {
  background-color: #633289; }

body.create-question #over-thirteen .scroll-point#privacy-check {
  background-color: #42276c; }
  body.create-question #over-thirteen .scroll-point#privacy-check a {
    background-color: #ff007a;
    color: #ffffff;
    border: 1px solid #ff007a; }
    body.create-question #over-thirteen .scroll-point#privacy-check a:hover {
      background-color: #42276c;
      color: #ff007a; }

body.create-question #under-thirteen {
  background: #b11580; }
  body.create-question #under-thirteen p {
    font-size: 21px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    body.create-question #under-thirteen p.big {
      font-size: 24px;
      max-width: 100%; }
  body.create-question #under-thirteen .submit::after {
    background: #ff007a; }

body.register .table-container, body.login .table-container, body.reset-password .table-container, body.change-password .table-container {
  width: 100%;
  height: calc(100vh - 71px); }
  body.register .table-container .table-cell, body.login .table-container .table-cell, body.reset-password .table-container .table-cell, body.change-password .table-container .table-cell {
    vertical-align: middle; }
    body.register .table-container .table-cell .inner, body.login .table-container .table-cell .inner, body.reset-password .table-container .table-cell .inner, body.change-password .table-container .table-cell .inner {
      max-width: 930px;
      padding: 60px 20px;
      margin: auto;
      text-align: center;
      color: #ffffff;
      font-family: "soleil", sans-serif; }
      body.register .table-container .table-cell .inner h1, body.login .table-container .table-cell .inner h1, body.reset-password .table-container .table-cell .inner h1, body.change-password .table-container .table-cell .inner h1 {
        font-weight: 800;
        font-size: 27px;
        line-height: 40px; }
      body.register .table-container .table-cell .inner h2, body.login .table-container .table-cell .inner h2, body.reset-password .table-container .table-cell .inner h2, body.change-password .table-container .table-cell .inner h2 {
        font-weight: normal;
        line-height: 32px; }
      @media screen and (max-width: 660px) {
        body.register .table-container .table-cell .inner h1, body.login .table-container .table-cell .inner h1, body.reset-password .table-container .table-cell .inner h1, body.change-password .table-container .table-cell .inner h1 {
          font-size: 21px;
          line-height: 32px; }
        body.register .table-container .table-cell .inner h2, body.login .table-container .table-cell .inner h2, body.reset-password .table-container .table-cell .inner h2, body.change-password .table-container .table-cell .inner h2 {
          font-size: 18px;
          line-height: 26px; } }
      body.register .table-container .table-cell .inner p.big, body.login .table-container .table-cell .inner p.big, body.reset-password .table-container .table-cell .inner p.big, body.change-password .table-container .table-cell .inner p.big {
        font-weight: 600; }
      body.register .table-container .table-cell .inner .number, body.login .table-container .table-cell .inner .number, body.reset-password .table-container .table-cell .inner .number, body.change-password .table-container .table-cell .inner .number {
        display: inline-block;
        background: #ff007a;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        padding: 12px 10px;
        min-width: 51px;
        box-sizing: border-box;
        border-radius: 50%; }
      body.register .table-container .table-cell .inner textarea, body.login .table-container .table-cell .inner textarea, body.reset-password .table-container .table-cell .inner textarea, body.change-password .table-container .table-cell .inner textarea {
        resize: vertical;
        width: 100%;
        max-width: 635px;
        height: 135px;
        background: transparent;
        border: 1px solid #ffffff;
        color: white;
        font-size: 21px;
        padding: 10px;
        box-sizing: border-box;
        display: block;
        margin: 75px auto; }
        body.register .table-container .table-cell .inner textarea::-webkit-input-placeholder, body.login .table-container .table-cell .inner textarea::-webkit-input-placeholder, body.reset-password .table-container .table-cell .inner textarea::-webkit-input-placeholder, body.change-password .table-container .table-cell .inner textarea::-webkit-input-placeholder {
          color: #ffffff;
          opacity: 0.5; }
        body.register .table-container .table-cell .inner textarea:-moz-placeholder, body.login .table-container .table-cell .inner textarea:-moz-placeholder, body.reset-password .table-container .table-cell .inner textarea:-moz-placeholder, body.change-password .table-container .table-cell .inner textarea:-moz-placeholder {
          /* Firefox 18- */
          color: #ffffff;
          opacity: 0.5; }
        body.register .table-container .table-cell .inner textarea::-moz-placeholder, body.login .table-container .table-cell .inner textarea::-moz-placeholder, body.reset-password .table-container .table-cell .inner textarea::-moz-placeholder, body.change-password .table-container .table-cell .inner textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: #ffffff;
          opacity: 0.5; }
        body.register .table-container .table-cell .inner textarea:-ms-input-placeholder, body.login .table-container .table-cell .inner textarea:-ms-input-placeholder, body.reset-password .table-container .table-cell .inner textarea:-ms-input-placeholder, body.change-password .table-container .table-cell .inner textarea:-ms-input-placeholder {
          color: #ffffff;
          opacity: 0.5; }
      body.register .table-container .table-cell .inner input[type='text'], body.register .table-container .table-cell .inner input[type='password'], body.login .table-container .table-cell .inner input[type='text'], body.login .table-container .table-cell .inner input[type='password'], body.reset-password .table-container .table-cell .inner input[type='text'], body.reset-password .table-container .table-cell .inner input[type='password'], body.change-password .table-container .table-cell .inner input[type='text'], body.change-password .table-container .table-cell .inner input[type='password'] {
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        text-align: left;
        padding: 15px;
        font-weight: 100;
        font-family: "soleil", sans-serif;
        font-size: 24px;
        width: 100%;
        max-width: 500px;
        color: #ffffff;
        line-height: 1.5;
        box-sizing: border-box; }
        body.register .table-container .table-cell .inner input[type='text']::placeholder, body.register .table-container .table-cell .inner input[type='password']::placeholder, body.login .table-container .table-cell .inner input[type='text']::placeholder, body.login .table-container .table-cell .inner input[type='password']::placeholder, body.reset-password .table-container .table-cell .inner input[type='text']::placeholder, body.reset-password .table-container .table-cell .inner input[type='password']::placeholder, body.change-password .table-container .table-cell .inner input[type='text']::placeholder, body.change-password .table-container .table-cell .inner input[type='password']::placeholder {
          color: #ffffff; }
      body.register .table-container .table-cell .inner input[id^=dob], body.login .table-container .table-cell .inner input[id^=dob], body.reset-password .table-container .table-cell .inner input[id^=dob], body.change-password .table-container .table-cell .inner input[id^=dob] {
        width: 100px;
        text-align: center; }
        body.register .table-container .table-cell .inner input[id^=dob]#dob-y, body.login .table-container .table-cell .inner input[id^=dob]#dob-y, body.reset-password .table-container .table-cell .inner input[id^=dob]#dob-y, body.change-password .table-container .table-cell .inner input[id^=dob]#dob-y {
          width: 200px; }
        @media screen and (max-width: 500px) {
          body.register .table-container .table-cell .inner input[id^=dob], body.login .table-container .table-cell .inner input[id^=dob], body.reset-password .table-container .table-cell .inner input[id^=dob], body.change-password .table-container .table-cell .inner input[id^=dob] {
            width: calc(33% - 3px); }
            body.register .table-container .table-cell .inner input[id^=dob]#dob-y, body.login .table-container .table-cell .inner input[id^=dob]#dob-y, body.reset-password .table-container .table-cell .inner input[id^=dob]#dob-y, body.change-password .table-container .table-cell .inner input[id^=dob]#dob-y {
              width: calc(33% - 3px); } }
      body.register .table-container .table-cell .inner label, body.login .table-container .table-cell .inner label, body.reset-password .table-container .table-cell .inner label, body.change-password .table-container .table-cell .inner label {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold; }
      body.register .table-container .table-cell .inner .btn, body.login .table-container .table-cell .inner .btn, body.reset-password .table-container .table-cell .inner .btn, body.change-password .table-container .table-cell .inner .btn {
        font-size: 28px;
        box-shadow: 7px 7px 4px 0px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        transform: rotate(0deg);
        line-height: 55px;
        transition: all 0.3s;
        margin: 10px;
        padding: 5px 0;
        background-color: #ff007a;
        border: 2px solid #ffffff;
        cursor: pointer;
        width: 290px; }
        body.register .table-container .table-cell .inner .btn:hover, body.login .table-container .table-cell .inner .btn:hover, body.reset-password .table-container .table-cell .inner .btn:hover, body.change-password .table-container .table-cell .inner .btn:hover {
          color: #ff007a;
          background-color: #ffffff;
          border: 2px solid #ff007a;
          animation: jiggle 0.2s infinite;
          transform: rotate(-3deg); }
        @media screen and (max-width: 400px) {
          body.register .table-container .table-cell .inner .btn, body.login .table-container .table-cell .inner .btn, body.reset-password .table-container .table-cell .inner .btn, body.change-password .table-container .table-cell .inner .btn {
            font-size: 20px;
            width: 100%;
            margin: 10px 0; } }
      body.register .table-container .table-cell .inner .error, body.login .table-container .table-cell .inner .error, body.reset-password .table-container .table-cell .inner .error, body.change-password .table-container .table-cell .inner .error {
        margin-top: 10px;
        text-indent: -10px;
        margin-left: 25px; }
      body.register .table-container .table-cell .inner .field-container, body.login .table-container .table-cell .inner .field-container, body.reset-password .table-container .table-cell .inner .field-container, body.change-password .table-container .table-cell .inner .field-container {
        position: relative;
        max-width: 500px;
        margin: 25px auto;
        text-align: left; }
        body.register .table-container .table-cell .inner .field-container.half, body.login .table-container .table-cell .inner .field-container.half, body.reset-password .table-container .table-cell .inner .field-container.half, body.change-password .table-container .table-cell .inner .field-container.half {
          max-width: 250px;
          display: inline-block;
          vertical-align: top; }
          @media screen and (max-width: 600px) {
            body.register .table-container .table-cell .inner .field-container.half, body.login .table-container .table-cell .inner .field-container.half, body.reset-password .table-container .table-cell .inner .field-container.half, body.change-password .table-container .table-cell .inner .field-container.half {
              max-width: 500px;
              display: block; } }
      body.register .table-container .table-cell .inner .checkbox-container, body.login .table-container .table-cell .inner .checkbox-container, body.reset-password .table-container .table-cell .inner .checkbox-container, body.change-password .table-container .table-cell .inner .checkbox-container {
        margin: 40px auto;
        max-width: 500px; }
        body.register .table-container .table-cell .inner .checkbox-container input, body.login .table-container .table-cell .inner .checkbox-container input, body.reset-password .table-container .table-cell .inner .checkbox-container input, body.change-password .table-container .table-cell .inner .checkbox-container input {
          cursor: pointer;
          position: absolute;
          opacity: 0; }
          body.register .table-container .table-cell .inner .checkbox-container input + label, body.login .table-container .table-cell .inner .checkbox-container input + label, body.reset-password .table-container .table-cell .inner .checkbox-container input + label, body.change-password .table-container .table-cell .inner .checkbox-container input + label {
            cursor: pointer;
            font-weight: normal; }
            body.register .table-container .table-cell .inner .checkbox-container input + label span.faux-checkbox, body.login .table-container .table-cell .inner .checkbox-container input + label span.faux-checkbox, body.reset-password .table-container .table-cell .inner .checkbox-container input + label span.faux-checkbox, body.change-password .table-container .table-cell .inner .checkbox-container input + label span.faux-checkbox {
              background-image: url("/themes/custom/oxplore/images/check-blank.svg");
              background-repeat: no-repeat;
              background-position: 0px 3px;
              display: inline-block;
              vertical-align: top;
              padding: 3px 0 3px 55px;
              text-align: left; }
          body.register .table-container .table-cell .inner .checkbox-container input:hover + label span.faux-checkbox, body.login .table-container .table-cell .inner .checkbox-container input:hover + label span.faux-checkbox, body.reset-password .table-container .table-cell .inner .checkbox-container input:hover + label span.faux-checkbox, body.change-password .table-container .table-cell .inner .checkbox-container input:hover + label span.faux-checkbox {
            background-image: url("/themes/custom/oxplore/images/check-focused_pink.svg"); }
          body.register .table-container .table-cell .inner .checkbox-container input:checked + label span.faux-checkbox, body.login .table-container .table-cell .inner .checkbox-container input:checked + label span.faux-checkbox, body.reset-password .table-container .table-cell .inner .checkbox-container input:checked + label span.faux-checkbox, body.change-password .table-container .table-cell .inner .checkbox-container input:checked + label span.faux-checkbox {
            background-image: url("/themes/custom/oxplore/images/check-correct_pink.svg"); }
          body.register .table-container .table-cell .inner .checkbox-container input:disabled, body.login .table-container .table-cell .inner .checkbox-container input:disabled, body.reset-password .table-container .table-cell .inner .checkbox-container input:disabled, body.change-password .table-container .table-cell .inner .checkbox-container input:disabled {
            cursor: default; }
            body.register .table-container .table-cell .inner .checkbox-container input:disabled + label, body.login .table-container .table-cell .inner .checkbox-container input:disabled + label, body.reset-password .table-container .table-cell .inner .checkbox-container input:disabled + label, body.change-password .table-container .table-cell .inner .checkbox-container input:disabled + label {
              cursor: default; }

body.register #reg-legal, body.login #reg-legal, body.reset-password #reg-legal, body.change-password #reg-legal {
  background-color: #42276c; }
  body.register #reg-legal .legal-scroller, body.login #reg-legal .legal-scroller, body.reset-password #reg-legal .legal-scroller, body.change-password #reg-legal .legal-scroller {
    max-height: 300px;
    overflow-y: scroll;
    background-color: #ffffff;
    color: #000000;
    text-align: justify;
    padding: 0px 30px; }
    body.register #reg-legal .legal-scroller a, body.login #reg-legal .legal-scroller a, body.reset-password #reg-legal .legal-scroller a, body.change-password #reg-legal .legal-scroller a {
      color: #ff007a;
      text-decoration: underline; }
      body.register #reg-legal .legal-scroller a:hover, body.login #reg-legal .legal-scroller a:hover, body.reset-password #reg-legal .legal-scroller a:hover, body.change-password #reg-legal .legal-scroller a:hover {
        text-decoration: none; }

body.register #reg-age, body.login #reg-age, body.reset-password #reg-age, body.change-password #reg-age {
  background-color: #b11580; }
  body.register #reg-age .btn, body.login #reg-age .btn, body.reset-password #reg-age .btn, body.change-password #reg-age .btn {
    width: 250px; }

body.register #reg-guardian, body.register #reg-account, body.login #reg-guardian, body.login #reg-account, body.reset-password #reg-guardian, body.reset-password #reg-account, body.change-password #reg-guardian, body.change-password #reg-account {
  background-color: #802080; }

body.register #reg-guardian-success, body.register #reg-info, body.login #reg-guardian-success, body.login #reg-info, body.reset-password #reg-guardian-success, body.reset-password #reg-info, body.change-password #reg-guardian-success, body.change-password #reg-info {
  background-color: #633289; }

body.register #reg-details, body.login #reg-details, body.reset-password #reg-details, body.change-password #reg-details {
  background-color: #791f83; }
  body.register #reg-details p.small, body.login #reg-details p.small, body.reset-password #reg-details p.small, body.change-password #reg-details p.small {
    font-size: 12px;
    margin: 0; }

body.register #reg-privacy, body.login #reg-privacy, body.reset-password #reg-privacy, body.change-password #reg-privacy {
  background-color: #1e3261; }
  body.register #reg-privacy h2 a, body.login #reg-privacy h2 a, body.reset-password #reg-privacy h2 a, body.change-password #reg-privacy h2 a {
    background: #ff007a;
    color: #ffffff; }
    body.register #reg-privacy h2 a:hover, body.login #reg-privacy h2 a:hover, body.reset-password #reg-privacy h2 a:hover, body.change-password #reg-privacy h2 a:hover {
      color: #ff007a;
      background: #ffffff; }

body.register #login, body.login #login, body.reset-password #login, body.change-password #login {
  background-color: #802080; }
  body.register #login .field-container .error, body.login #login .field-container .error, body.reset-password #login .field-container .error, body.change-password #login .field-container .error {
    text-align: right; }
  body.register #login .tools a, body.login #login .tools a, body.reset-password #login .tools a, body.change-password #login .tools a {
    color: #ffffff;
    margin-top: 5px;
    display: inline-block; }
    body.register #login .tools a:hover, body.login #login .tools a:hover, body.reset-password #login .tools a:hover, body.change-password #login .tools a:hover {
      text-decoration: underline; }

body.dashboard #dashboard {
  min-height: 100vh;
  background-color: #ff007a;
  padding-bottom: 20px;
  color: #ffffff; }
  body.dashboard #dashboard .title {
    text-align: center;
    padding: 30px 0 0;
    margin: 0 0 60px; }
    body.dashboard #dashboard .title h1 {
      margin: 15px 0 0;
      line-height: 1.25em; }
    body.dashboard #dashboard .title .img-container {
      border-radius: 50%;
      background-color: #ffffff;
      display: inline-block;
      overflow: hidden;
      border: 5px solid #ffffff;
      position: relative;
      cursor: pointer; }
      body.dashboard #dashboard .title .img-container .faux-img {
        height: 150px;
        width: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 50%; }
      body.dashboard #dashboard .title .img-container::after {
        content: "";
        opacity: 0;
        background-color: #333;
        background-image: url("/themes/custom/oxplore/images/edit-white.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 60px;
        display: inline-block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transition: opacity 0.25s;
        border-radius: 50%; }
      body.dashboard #dashboard .title .img-container:hover::after {
        opacity: 0.75; }
  body.dashboard #dashboard .details, body.dashboard #dashboard .bookmarks {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
  body.dashboard #dashboard .details {
    padding-right: 5px; }
    body.dashboard #dashboard .details .field-container {
      max-width: 450px;
      margin: 0 0 5px;
      padding: 15px 15px 15px 75px;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: 15px center;
      background-size: 45px; }
      body.dashboard #dashboard .details .field-container label {
        font-weight: bold;
        display: block;
        font-size: 21px;
        margin: 0 0 5px; }
      body.dashboard #dashboard .details .field-container input, body.dashboard #dashboard .details .field-container .value {
        display: inline-block;
        border: none;
        background: none;
        color: #ffffff;
        font-size: 18px; }
      body.dashboard #dashboard .details .field-container .value {
        cursor: pointer;
        word-break: break-all; }
        body.dashboard #dashboard .details .field-container .value::after {
          opacity: 0;
          font-family: FontAwesome;
          content: "\f044";
          margin-left: 10px;
          font-size: 14px; }
        body.dashboard #dashboard .details .field-container .value.noedit {
          cursor: default; }
          body.dashboard #dashboard .details .field-container .value.noedit::after {
            display: none; }
      body.dashboard #dashboard .details .field-container:hover .value::after {
        opacity: 1; }
      body.dashboard #dashboard .details .field-container .input-container input {
        border-bottom: 1px solid #ffffff;
        width: calc(100% - 50px);
        outline: none; }
      body.dashboard #dashboard .details .field-container .input-container i {
        cursor: pointer;
        font-size: 18px; }
      body.dashboard #dashboard .details .field-container .input-container .error {
        margin-top: 10px;
        text-indent: -10px;
        margin-left: 25px; }
      body.dashboard #dashboard .details .field-container .input-container ul.school-names-list {
        width: calc(100% - 50px); }
      body.dashboard #dashboard .details .field-container.email {
        background-color: #802080;
        background-image: url("/themes/custom/oxplore/images/envelope.svg"); }
      body.dashboard #dashboard .details .field-container.postcode {
        background-color: #eeaf0a;
        background-image: url("/themes/custom/oxplore/images/house.svg"); }
      body.dashboard #dashboard .details .field-container.dob {
        background-color: #4e83cc;
        background-image: url("/themes/custom/oxplore/images/calendar.svg"); }
      body.dashboard #dashboard .details .field-container.school {
        background-color: #7aaf00;
        background-image: url("/themes/custom/oxplore/images/mortar.svg"); }
    body.dashboard #dashboard .details .comm-options .inner {
      padding: 0 10px; }
      body.dashboard #dashboard .details .comm-options .inner a {
        display: inline;
        text-decoration: underline;
        color: #ffffff; }
        body.dashboard #dashboard .details .comm-options .inner a:hover {
          text-decoration: none; }
    body.dashboard #dashboard .details .account-options .inner {
      padding: 0 10px; }
      body.dashboard #dashboard .details .account-options .inner p.bold {
        font-weight: bold; }
      body.dashboard #dashboard .details .account-options .inner .field-container {
        padding: 0;
        margin: 0 0 20px; }
        body.dashboard #dashboard .details .account-options .inner .field-container label {
          font-size: 16px; }
        body.dashboard #dashboard .details .account-options .inner .field-container input {
          background: rgba(0, 0, 0, 0.5);
          padding: 10px; }
        body.dashboard #dashboard .details .account-options .inner .field-container .error {
          margin: 5px 0 15px;
          text-indent: -10px;
          margin-left: 25px; }
      body.dashboard #dashboard .details .account-options .inner a {
        display: inline-block; }
        body.dashboard #dashboard .details .account-options .inner a.submit {
          margin: 10px;
          color: white; }
          body.dashboard #dashboard .details .account-options .inner a.submit:hover {
            text-decoration: underline; }
        body.dashboard #dashboard .details .account-options .inner a.btn {
          padding: 10px;
          text-align: center;
          margin: 0;
          background: #802080;
          color: #ffffff; }
          body.dashboard #dashboard .details .account-options .inner a.btn.submit:hover {
            text-decoration: none; }
          body.dashboard #dashboard .details .account-options .inner a.btn:hover {
            background: #ffffff;
            color: #802080; }
    @media screen and (max-width: 880px) {
      body.dashboard #dashboard .details {
        width: 100%;
        margin: 0 0 30px;
        padding: 0; }
        body.dashboard #dashboard .details .field-container {
          max-width: 100%; } }
  body.dashboard #dashboard .bookmarks {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 15px; }
    body.dashboard #dashboard .bookmarks h2 {
      border-bottom: 1px solid #ffffff;
      margin: 0;
      padding: 0 0 10px; }
    body.dashboard #dashboard .bookmarks ul {
      padding: 0;
      margin: 10px 0 0; }
      body.dashboard #dashboard .bookmarks ul li {
        margin: 5px 0px 10px 0px;
        list-style: none;
        background-repeat: no-repeat;
        background-position: 0 center;
        padding: 5px 0 5px 35px;
        background-size: 25px; }
        body.dashboard #dashboard .bookmarks ul li.read {
          background-image: url("/themes/custom/oxplore/images/sketch-books.svg"); }
        body.dashboard #dashboard .bookmarks ul li.watch {
          background-image: url("/themes/custom/oxplore/images/sketch-video.svg"); }
        body.dashboard #dashboard .bookmarks ul li.do {
          background-image: url("/themes/custom/oxplore/images/sketch-bulb.svg"); }
        body.dashboard #dashboard .bookmarks ul li a {
          color: #ffffff; }
          body.dashboard #dashboard .bookmarks ul li a:hover {
            text-decoration: underline; }
    body.dashboard #dashboard .bookmarks .empty-bookmarks {
      text-align: center;
      max-width: 330px;
      margin: auto; }
      body.dashboard #dashboard .bookmarks .empty-bookmarks .empty-bookmarks-icon {
        font-size: 3em;
        padding: 20px 0 0; }
    @media screen and (max-width: 880px) {
      body.dashboard #dashboard .bookmarks {
        width: 100%;
        margin: 0 0 10px; } }

ul.school-names-list {
  margin: 0;
  padding: 0; }
  ul.school-names-list li {
    list-style: none;
    background: #ffffff;
    color: #ff007a;
    cursor: pointer;
    padding: 10px; }
    ul.school-names-list li:hover {
      background: #f2f2f2;
      color: #ff007a; }

.dialog .inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 102;
  max-width: 960px;
  max-height: 635px;
  margin: auto;
  height: calc(100vh - 100px);
  width: 100%;
  padding: 0 0 20px; }
  .dialog .inner .titlebar {
    color: #ff007a;
    font-size: 21px;
    font-weight: bold;
    padding: 20px; }
    .dialog .inner .titlebar .title {
      display: inline-block;
      width: calc(100% - 24px); }
    .dialog .inner .titlebar .close {
      display: inline-block;
      width: 24px;
      text-align: center;
      cursor: pointer; }
  .dialog .inner .buttonbar {
    text-align: right;
    padding: 15px 20px; }
    .dialog .inner .buttonbar a.btn {
      color: #ffffff;
      background: #ff007a;
      border: 1px solid #ffffff; }
      .dialog .inner .buttonbar a.btn:hover {
        color: #ff007a;
        background: #ffffff;
        border: 1px solid #ff007a; }

.dialog#avatar-dialog ul#avatar-list {
  max-height: 500px;
  background: #dddddd;
  height: calc(100% - 110px);
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  text-align: center; }
  .dialog#avatar-dialog ul#avatar-list li {
    position: relative;
    list-style: none;
    display: inline-block;
    height: 125px;
    width: 125px;
    background-color: #ffffff;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 10px 10px 30px;
    cursor: pointer;
    border: 0px solid #ff007a;
    box-sizing: border-box;
    transition: all 0.25s; }
    .dialog#avatar-dialog ul#avatar-list li:hover {
      background-size: 110%; }
    .dialog#avatar-dialog ul#avatar-list li.selected {
      border: 5px solid #ff007a; }
      .dialog#avatar-dialog ul#avatar-list li.selected::after {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        font-size: 18px;
        height: 25px;
        width: 25px;
        color: #ff007a;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto; }

.dialog .overlay {
  opacity: 1;
  display: inline-block; }

#resource-toolbar {
  z-index: 99;
  position: fixed;
  top: 71px;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 550px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px; }
  #resource-toolbar .bookmark {
    display: inline-block;
    font-size: 21px;
    cursor: pointer;
    width: 50px;
    text-align: center; }
    #resource-toolbar .bookmark.active i.fa::before {
      content: "\f02e"; }
  #resource-toolbar .page-dots {
    display: inline-block;
    font-size: 12px;
    width: calc(100% - 100px);
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -5px; }
    #resource-toolbar .page-dots .dot {
      display: inline-block;
      opacity: 0.5;
      margin: 0 5px; }
      #resource-toolbar .page-dots .dot.active {
        opacity: 1; }
    @media screen and (max-width: 550px) {
      #resource-toolbar .page-dots {
        display: none; } }
  #resource-toolbar .page-numbers {
    display: none;
    text-align: center;
    width: calc(100% - 100px); }
    #resource-toolbar .page-numbers span {
      font-weight: bold; }
    @media screen and (max-width: 550px) {
      #resource-toolbar .page-numbers {
        display: inline-block; } }
  #resource-toolbar .page-arrows {
    display: inline-block;
    font-size: 21px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    visibility: hidden; }
    #resource-toolbar .page-arrows .direction {
      display: inline-block; }

.ox-slider {
  position: relative;
  white-space: nowrap;
  overflow: hidden; }
  .ox-slider .slide {
    display: inline-block;
    position: relative;
    width: 100%;
    transition: margin 0.5s; }
    .ox-slider .slide .img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 100vh;
      width: 100%; }
    .ox-slider .slide .caption {
      position: absolute;
      margin: auto;
      left: 20px;
      right: 20px;
      bottom: -500px;
      text-align: center;
      max-width: 600px;
      width: calc(100% - 80px);
      padding: 20px;
      font-size: 28px;
      font-weight: bold;
      white-space: normal;
      transition: all 0.5s;
      transform: rotate(540deg); }
      .ox-slider .slide .caption p {
        margin: 0; }
    .ox-slider .slide .attribution {
      position: absolute;
      bottom: 0px;
      width: 100%;
      text-align: center;
      padding: 5px 0;
      line-height: 1.5;
      white-space: normal;
      background: rgba(0, 0, 0, 0.25); }
    .ox-slider .slide.active .caption {
      transform: rotate(0deg);
      bottom: 200px; }
  .ox-slider .arrow {
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: 20px;
    height: 110px;
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: background 0.25s; }
    .ox-slider .arrow.left {
      background-image: url("/themes/custom/oxplore/images/left-arrow.svg");
      border-bottom-right-radius: 90px;
      border-top-right-radius: 90px;
      left: 0;
      background-position: 10px center; }
    .ox-slider .arrow.right {
      background-image: url("/themes/custom/oxplore/images/right-arrow.svg");
      border-bottom-left-radius: 90px;
      border-top-left-radius: 90px;
      right: 0;
      background-position: 25px center; }
    .ox-slider .arrow:hover {
      background-color: rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 500px) {
    .ox-slider .slide .caption {
      font-size: 21px;
      bottom: -500px; }
    .ox-slider .slide.active .caption {
      bottom: 50px; } }

.theme_blue .ox-slider .caption {
  background: rgba(40, 135, 201, 0.75);
  text-shadow: 0px 0px 0px #2887c9; }

.theme_pink .ox-slider .caption {
  background: rgba(255, 0, 122, 0.75); }

.theme_green .ox-slider .caption {
  background: rgba(146, 192, 31, 0.75); }

body.book-review .field-container {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

body.book-review #book-review-text {
  margin-top: 20px;
  height: 300px !important; }

body.book-review input {
  border: 1px solid #ffffff !important;
  padding: 10px !important;
  max-width: 635px !important; }

body.book-review label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold; }

body.book-review .register-now-link {
  color: #fff !important;
  text-decoration: underline; }

body.book-review .book-review-notification-message {
  font-size: 1.5rem;
  font-weight: bold;
  display: none;
  color: darkblue !important; }

body.book-review .review-text-count {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: flex-end; }

body.aux {
  background: #031d40; }
  body.aux .header {
    box-shadow: 0px 1px 3px #CECECE; }
  body.aux .main {
    padding: 0 0 50px;
    background: #ffffff; }
    body.aux .main h1 {
      font-family: "soleil", sans-serif;
      font-weight: 800;
      font-size: 36px;
      line-height: 44px;
      max-width: 670px;
      margin: 0.67em auto; }
      @media screen and (max-width: 500px), screen and (max-height: 600px) {
        body.aux .main h1 {
          font-size: 25px;
          line-height: 30px; } }
    body.aux .main h2, body.aux .main h3, body.aux .main h4, body.aux .main h5, body.aux .main h6, body.aux .main p, body.aux .main ul, body.aux .main ol {
      max-width: 670px;
      padding-left: 20px;
      padding-right: 20px;
      margin: auto;
      text-align: left;
      font-weight: normal;
      font-family: "soleil", sans-serif; }
    body.aux .main h2, body.aux .main h3, body.aux .main h4, body.aux .main h5, body.aux .main h6 {
      font-weight: 800;
      padding: 30px 20px 15px; }
    body.aux .main h2 {
      font-size: 29px; }
    body.aux .main h3 {
      font-size: 24px; }
    body.aux .main h4 {
      font-size: 16px; }
    body.aux .main p, body.aux .main ul, body.aux .main ol {
      color: #000000;
      font-family: "soleil", sans-serif;
      font-size: 16px;
      line-height: 26px;
      font-weight: 300; }
    body.aux .main p {
      line-height: 26px;
      padding-top: 5px;
      padding-bottom: 5px; }
    body.aux .main ul, body.aux .main ol {
      padding: 5px 0; }
    body.aux .main ul ul, body.aux .main ul ol, body.aux .main ol ul, body.aux .main ol ol {
      padding: 8px; }
    body.aux .main li {
      margin: 7px 0 7px 31px;
      padding-left: 5px; }
    body.aux .main a {
      color: #ffffff;
      background-color: #ff007a;
      padding: 1px 3px;
      border: 1px solid transparent; }
      body.aux .main a:hover {
        color: #ff007a;
        border: 1px solid #ff007a;
        background: #ffffff; }
    body.aux .main img {
      max-width: 100%;
      margin: 15px auto; }
      body.aux .main img[data-align="left"], body.aux .main img.align-left {
        float: left;
        margin: 15px 15px 15px 0; }
      body.aux .main img[data-align="right"], body.aux .main img.align-right {
        float: right;
        margin: 15px 0 15px 15px; }
      body.aux .main img[data-align="center"], body.aux .main img.align-center {
        display: block; }
      @media screen and (max-width: 400px) {
        body.aux .main img[data-align="left"], body.aux .main img[data-align="right"], body.aux .main img.align-left, body.aux .main img.align-right {
          float: none;
          margin: auto;
          display: block;
          width: 100%;
          height: 100%; } }
    body.aux .main .player-wrapper {
      max-width: 670px;
      width: calc(100% - 40px);
      margin: auto;
      padding: 0.67em 20px; }
    body.aux .main iframe {
      max-width: 100%; }
    body.aux .main blockquote {
      margin: 25px auto;
      padding: 70px 20px;
      text-align: center;
      position: relative;
      background-color: #ff007a; }
      body.aux .main blockquote p {
        font-size: 36px;
        max-width: 960px;
        display: inline-block;
        padding: 0 20px;
        text-align: center;
        color: #ffffff;
        line-height: 40pt;
        font-weight: normal; }
      @media screen and (max-width: 500px) {
        body.aux .main blockquote {
          font-size: 1.75em; } }

#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  background: rgba(3, 29, 64, 0.75);
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  z-index: 10;
  font-family: "soleil", sans-serif; }
  #cookie-bar p {
    margin: 5px auto;
    padding: 0;
    max-width: 750px;
    color: #ffffff;
    text-align: center; }
    #cookie-bar p a {
      color: #ffffff;
      text-decoration: underline;
      background: none; }
      #cookie-bar p a:hover {
        text-decoration: none; }
  #cookie-bar #close-cookie-bar {
    margin: auto;
    cursor: pointer; }

.warning-overlay {
  background: rgba(255, 0, 122, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none; }
  .warning-overlay .warning {
    color: #ffffff;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .warning-overlay .warning p {
      display: inline-block; }
    .warning-overlay .warning .close {
      background-image: url(/themes/custom/oxplore/images/expand-list.svg);
      background-size: cover;
      height: 30px;
      width: 30px;
      margin: 0 auto;
      padding-bottom: 0;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      cursor: pointer; }
  @media screen and (max-height: 400px) and (min-width: 400px) {
    .warning-overlay {
      display: inline-block; } }

#footer {
  position: relative;
  color: white;
  background: #031d40;
  padding-top: 0 !important; }
  #footer .inner {
    max-width: 1140px;
    padding: 30px 20px;
    margin: auto; }
  #footer .left, #footer .right {
    display: inline-block;
    vertical-align: middle; }
    #footer .left img, #footer .right img {
      width: 100%; }
  #footer .left {
    text-align: left;
    width: calc(100% - 300px); }
  #footer .right {
    text-align: right;
    width: 300px; }
  #footer .footer-logo {
    display: inline-block; }
    #footer .footer-logo img {
      max-width: 310px; }
  #footer ul {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    color: #ffffff; }
    #footer ul li {
      display: inline-block;
      list-style: none;
      margin: 0 10px; }
      #footer ul li span {
        text-transform: uppercase; }
      #footer ul li ul {
        padding: 0; }
        #footer ul li ul li {
          display: inline-block;
          margin: 0; }
          #footer ul li ul li a {
            color: #ffffff;
            transition: color 0.25s;
            font-size: 21px;
            background: none;
            padding: 0; }
            #footer ul li ul li a:hover {
              color: #ff007a; }
    #footer ul.footer-menu li {
      margin: 0 5px; }
      #footer ul.footer-menu li a {
        color: #ffffff; }
        #footer ul.footer-menu li a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 720px) {
    #footer .left, #footer .right {
      display: block;
      width: 100%;
      text-align: center;
      margin: 10px 0; }
    #footer ul {
      display: block; }
      #footer ul ul {
        display: inline-block; } }
  @media screen and (max-width: 420px) {
    #footer .left .footer-logo.oxplore-logo {
      max-width: 130px; }
    #footer .left .footer-logo.ox-uni {
      max-width: 45px; } }
  @media screen and (max-width: 340px) {
    #footer .right ul li {
      display: block;
      margin: 5px 0 0; }
      #footer .right ul li ul li {
        display: inline-block; } }

/*
	FIXES FOR NO-FLEXBOX
*/
.no-flexbox .header .menu {
  display: inline-block;
  float: left; }

.no-flexbox .header .social {
  display: inline-block;
  float: right; }
  .no-flexbox .header .social + * {
    clear: both; }

/*# sourceMappingURL=style.css.map */