/* Module Specific Styles : Module 6 */
.todo {
  color: red; }

/*---------------------------------------------- RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p, ul, ol {
  margin: 0 0 20px; }

ul, ol {
  padding: 0 0 0 2.5em; }

label {
  cursor: pointer; }

button {
  cursor: pointer;
  border: 0;
  outline: 0; }

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  border: 0; }

input[type="submit"]:focus, input[type="button"]:focus {
  outline: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*---------------------------------------------- WHERE THE MAGIC HAPPENS */
/* Default Font Size */
/* Primary Colour - dark grey */
/* Secondary Colour - light grey */
/* Tertiary Colour - lightest grey */
/* Link Colour */
/* Link Hover Colour */
/* Correct: green */
/* Incorrect: red */
/* Border Radius */
/* Default Margin */
/*---------------------------------------------- GLOBAL SETTINGS */
html, body {
  height: 100%; }

body {
  background: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22.68px;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

/*---------------------------------------------- WEBFONTS */
@font-face {
  font-family: 'SansaNormal';
  src: url("../../../common/webfonts/SansaSoftPro-Normal.eot");
  src: url("../../../common/webfonts/SansaSoftPro-Normal.eot?#iefix") format("embedded-opentype"), url("../../../common/webfonts/SansaSoftPro-Normal.woff") format("woff"), url("../../../common/webfonts/SansaSoftPro-Normal.ttf") format("truetype"); }
@font-face {
  font-family: 'SansaBold';
  src: url("../../../common/webfonts/SansaSoftPro-Bold.eot");
  src: url("../../../common/webfonts/SansaSoftPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../../common/webfonts/SansaSoftPro-Bold.woff") format("woff"), url("../../../common/webfonts/SansaSoftPro-Bold.ttf") format("truetype"); }
/*---------------------------------------------------- FORMATTING */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: 'SansaNormal'; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 46px;
  line-height: 74.52px;
  margin-bottom: 14px; }

h2 {
  font-size: 20px;
  line-height: 32.4px;
  margin-bottom: 12px; }

h3 {
  font-size: 18px;
  line-height: 29.16px;
  margin-bottom: 10px; }

h4 {
  font-size: 16px;
  line-height: 25.92px;
  margin-bottom: 8px; }

h5 {
  font-size: 14px;
  line-height: 22.68px;
  margin-bottom: 6px; }

h6 {
  font-size: 12px;
  line-height: 19.44px;
  margin-bottom: 4px; }

p {
  margin: 0 0 20px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 27.54px;
  color: #3c3c3c;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 12px;
  line-height: 19.44px;
  color: #cfcfcf; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #3597eb; }

a {
  color: #3597eb;
  text-decoration: underline;
  outline: 0; }

a:hover, a:focus {
  color: #63aff0; }

p a {
  line-height: inherit; }

input[type=text], textarea {
  font-size: 14px;
  line-height: 22.68px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: border-color .2s ease-out,-webkit-box-shadow .2s ease-out;
  background: #fff;
  border: 2px solid #cfcfcf;
  color: #3c3c3c;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  border-radius: 5px;
  line-height: 18px;
  width: 100%;
  padding: 10px 10px; }

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #008397 !important;
  -webkit-font-smoothing: antialiased; }

button {
  -webkit-font-smoothing: antialiased; }

/* custom form elements - checkbox, radio, file, select */
/* checkbox, radio */
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  left: -999em; }

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: '';
  /* this is generated content*/
  display: inline-block;
  /* make this fake elements inline block */
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  /* the width and height of the fake elements */
  background-image: url(../img/formelements.png);
  /* the background image sprite */
  margin-top: -21px; }

input[type="checkbox"] + label:before {
  background-position: -64px 0; }

input[type="checkbox"]:checked + label:before {
  background-position: -64px -64px; }

input[type="radio"] + label:before {
  background-position: 0 0; }

input[type="radio"]:checked + label:before {
  background-position: 0 -64px; }

.correct input[type="checkbox"]:checked + label:before {
  background-position: -64px -128px; }

.checkbox.incorrect input[type="checkbox"]:checked + label:before {
  background-position: -64px -192px; }

.radio.correct input[type="radio"] + label:before {
  background-position: 0 -128px; }

.radio.incorrect input[type="radio"]:checked + label:before {
  background-position: 0 -192px; }

.ie8 label:before {
  display: none;
  content: none;
  /*this removes the fake content*/ }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
  position: static;
  left: 0;
  /* this puts the inputs back in their place */ }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em; }

/* smaller checkbox, no border */
.no-border input[type="checkbox"] + label:before {
  content: '';
  /* this is generated content*/
  display: inline-block;
  /* make this fake elements inline block */
  position: relative;
  top: 6px;
  left: auto;
  margin-top: 0;
  width: 28px;
  height: 28px;
  /* the width and height of the fake elements */
  background-image: url(../img/formelements.png);
  /* the background image sprite */ }

.no-border input[type="checkbox"] + label:before {
  background-position: -129px 0; }

.no-border input[type="checkbox"]:checked + label:before {
  background-position: -129px -64px; }

.ie8 .no-border label:before {
  display: none;
  content: none;
  /*this removes the fake content*/ }

.ie8 .no-border input[type="checkbox"],
.ie7 .no-border input[type="checkbox"] {
  position: static;
  left: 0;
  /* this puts the inputs back in their place */ }

.ie8 .no-border input[type="checkbox"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em; }

/* Select boxes */
.styled {
  overflow: hidden;
  /* this hides the select's drop button */
  padding: 0;
  margin: 0;
  background: white url(../img/select-arrow.png) no-repeat;
  background-position: 98% center;
  /* this is the new drop button, in image form */
  width: 100%;
  border-radius: 5px;
  border: solid 2px #cfcfcf; }

.styled select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  padding: 12px 10px 8px;
  /* padding should be added to the select, not the div */
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22.68px;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased; }

.styled select:focus {
  border: 0;
  box-shadow: 0;
  outline: none !important; }

.ie7 div.styled {
  border: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: white;
  border: solid 1px #ccc;
  padding: 0.3em 0.5em; }

/* file input - webkit only */
input[type="file"] {
  position: relative;
  -webkit-appearance: none;
  width: auto;
  width: 100%;
  border: 2px solid #cfcfcf;
  background-color: #fff;
  border-radius: 5px;
  padding: 11px 10px;
  margin: 0;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  color: #3c3c3c;
  box-shadow: 0; }

input[type="file"]::-ms-value {
  background-color: #fff;
  box-shadow: 0;
  border: 0; }

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
  box-shadow: 0; }

input[type="file"]:after {
  content: 'Choose File';
  display: inline-block;
  right: 3px;
  top: 3px;
  position: absolute;
  background-color: #3c3c3c;
  border-radius: 5px;
  color: #fff;
  padding: 6px 10px 5px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22.68px;
  box-shadow: 0; }

ul, ol {
  margin: 0 0 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

li {
  font-size: 14px;
  line-height: 22.68px;
  margin-bottom: 10px; }

/*  --------------------------------------------------- CUSTOM CLASSES */
.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none; }

/*  --------------------------------------------------- CLEARING */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/*---------------------------------------------- LAYOUT STRUCUTRE FOR ACTIVITIES */
#container {
  width: 100%;
  min-height: 100%;
  background-color: #3c3c3c;
  padding: 30px; }

#activity {
  max-width: 960px;
  background-color: #fff;
  margin: 0 auto; }

/* header */
header {
  background-color: #008397; }
  header.panel {
    padding: 32px 60px;
    margin: 0; }
  header h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px; }
  header #module-details {
    display: inline-block;
    margin: 0 0 22px; }
    header #module-details span {
      background-color: #f5f5f5;
      border-radius: 0 5px 5px 0;
      font-size: 13px;
      line-height: 18px;
      float: left;
      padding: 7px 14px 4px;
      display: inline-block; }
      header #module-details span:first-child {
        background-color: #fff;
        border-radius: 5px 0 0 5px; }

.stage > h2 {
  padding: 40px 60px 0;
  margin: 0; }

.overview {
  background-color: #f5f5f5; }
  .overview.panel {
    margin: 0;
    padding-bottom: 20px; }
  .overview blockquote {
    margin: 20px 0;
    background-color: white; }

.question {
  display: block;
  position: relative;
  padding: 30px 0 10px;
  margin: 0 60px; }
  .question .icn {
    background-color: #008397;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 49px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'SansaNormal';
    margin-top: -18px; }
  .question p {
    font-size: 18px;
    line-height: 29.16px;
    font-family: 'SansaNormal';
    margin: 0 0 0 85px; }
    .question p.note {
      font-size: 14px;
      line-height: 22.68px;
      font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 10px 0 0 85px; }

fieldset {
  padding: 35px 70px;
  border-bottom: 1px solid #dedede; }

.field {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 0 20px;
  /* half width */
  /* one third width */
  /* one quarter width */
  /* Quiz stuff */
  /* Correct and incorrect questions */
  /* Correct and incorrect answers */
  /* Only applied to answers that were ticked. An unticked answer is not given 
  	one of these classes regardless of if it's correct or not. */ }
  .field label {
    display: block;
    margin: 0 0 10px;
    font-weight: bold; }
  .field.two-col {
    width: 50%;
    float: left; }
  .field.three-col {
    width: 33.3%;
    float: left; }
  .field.four-col {
    width: 25%;
    float: left; }
  .field .radio,
  .field .checkbox {
    position: relative;
    margin: 0 0 10px; }
    .field .radio .align-right,
    .field .checkbox .align-right {
      margin-left: 60px; }
      .field .radio .align-right label span,
      .field .checkbox .align-right label span {
        margin-left: 0; }
    .field .radio label,
    .field .checkbox label {
      display: inline-block;
      margin: 0;
      position: relative;
      min-height: 42px;
      width: 100%; }
      .field .radio label.hide,
      .field .checkbox label.hide {
        width: 0;
        height: 0;
        float: left; }
    .field .radio span,
    .field .checkbox span {
      margin: 10px 0 10px 60px;
      position: relative;
      display: block; }
    .field .radio input[type=text],
    .field .checkbox input[type=text] {
      display: block;
      margin: 0; }
    .field .radio small,
    .field .checkbox small {
      display: block;
      margin: 10px 0 0;
      line-height: 16px; }
  .field.correct p.q-no {
    color: #3aba68; }
  .field.incorrect p.q-no {
    color: #f05654; }
  .field .radio.correct,
  .field .checkbox.correct {
    color: #3aba68; }
  .field .radio.incorrect,
  .field .checkbox.incorrect {
    color: #f05654; }
  .field.correct .slide-next.btn, .field.correct .slide-prev.btn {
    background-color: #3aba68;
    color: #fff; }
    .field.correct .slide-next.btn:hover, .field.correct .slide-prev.btn:hover {
      background-color: #5bcc84; }
  .field .btn {
    border-radius: 5px;
    background-color: #3c3c3c;
    color: #fff;
    font-family: 'SansaNormal';
    font-size: 16px;
    line-height: 25.92px;
    padding: 9px 18px;
    margin: 20px 0 0;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .field .btn:hover {
      cursor: pointer;
      background-color: #565656; }
    .field .btn.slide-prev, .field .btn.slide-next {
      cursor: pointer;
      font-weight: normal;
      display: inline-block;
      margin: 20px auto 0; }

/* Question with multiple slides eg. Careers Module 1 */
.slide {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 30px; }
  .slide .field {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  .slide p.q-no {
    font-weight: bold;
    font-size: 16px;
    line-height: 25.92px; }
  .slide .feedback {
    margin: 20px 0 0;
    text-align: center; }

/* Progress bar */
.progress {
  position: relative;
  background: #f5f5f5;
  text-align: center;
  color: #3c3c3c;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 0 20px; }
  .progress .progress-bar {
    height: 100%;
    position: absolute;
    background: #008397;
    top: 0;
    border-radius: 5px; }
  .progress p {
    position: relative;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 21.06px; }

/* Image for contextual image */
.image-wrap {
  display: block;
  padding: 0 20px;
  margin: 0 0 20px;
  position: relative;
  max-width: 850px; }
  .image-wrap .image {
    position: relative;
    display: inline-block;
    margin: 0 0 20px; }
  .image-wrap.left .image {
    float: left;
    margin: 0 20px 20px 0;
    width: auto; }
    .image-wrap.left .image img {
      width: auto !important; }
  .image-wrap.right .image {
    float: right;
    margin: 0 0 20px 20px;
    width: auto; }
    .image-wrap.right .image img {
      width: auto !important; }
  .image-wrap img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 1; }
  .image-wrap .hotspot {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background-color: #fff;
    border: 3px solid #008397;
    -webkit-box-shadow: 0 0 0 3px #008397;
    box-shadow: 0 0 0 3px #008397;
    -webkit-animation: pulse2 1.5s ease-in-out infinite;
    -moz-animation: pulse2 1.5s ease-in-out infinite;
    -ms-animation: pulse2 1.5s ease-in-out infinite;
    animation: pulse2 1.5s ease-in-out infinite; }
  .image-wrap .tooltip {
    display: none;
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 20px 0;
    z-index: 3; }
    .image-wrap .tooltip .close {
      cursor: pointer;
      float: right;
      position: absolute;
      right: -11px;
      top: -11px; }
  .image-wrap figure {
    font-size: 13px;
    line-height: 21.06px;
    font-weight: bold; }

/* Contextual information within a paragraph */
.text-interaction {
  padding: 30px 30px 10px;
  margin: 0 35px;
  border: 1px solid #dedede;
  border-radius: 5px;
  position: relative; }
  .text-interaction .hotspot {
    background-color: #008397;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    color: #fff; }
  .text-interaction .tooltip {
    display: none;
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 20px 0;
    z-index: 3; }
    .text-interaction .tooltip .close {
      cursor: pointer;
      float: right;
      position: absolute;
      right: -11px;
      top: -11px; }

/* List of input boxes */
.text-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #cfcfcf;
  border-radius: 5px; }
  .text-list li {
    display: block;
    position: relative;
    clear: both;
    margin: 0; }
    .text-list li:last-child input {
      border: 0; }
      .text-list li:last-child input:focus {
        border: 0 !important; }
  .text-list label {
    float: left;
    width: 5%;
    background-color: #f0f0f0;
    height: 42px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    color: #808080;
    font-weight: bold; }
  .text-list input[type="text"] {
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    float: left;
    width: 89%;
    position: relative;
    bottom: -2px;
    padding: 9px 10px; }
    .text-list input[type="text"]:focus {
      border: 0 !important;
      border-bottom: 1px solid #008397 !important; }
  .text-list.no-checkbox input[type=text] {
    width: 95%; }
  .text-list .checkbox {
    float: right;
    position: relative;
    width: 6%;
    margin: 0;
    height: 42px;
    border-radius: 0 0 5px 0;
    text-align: center; }
    .text-list .checkbox label {
      background-color: #008397; }
      .text-list .checkbox label span {
        display: none; }

/* Frequently Asked Questions */
.faq {
  padding: 35px 70px;
  border-bottom: 1px solid #dedede; }
  .faq ul {
    list-style: none;
    padding: 0 20px;
    margin: 0; }
  .faq p.details {
    padding-left: 30px;
    display: none; }
  .faq .arrow-toggle {
    margin: 6px 10px 0 0;
    float: left; }
  .faq a {
    display: block;
    margin-left: 30px; }

/* Drag and drop onto an image */
.dnd-wrap {
  border-bottom: 1px solid #dedede;
  /* Left and right lists for drop downs */ }
  .dnd-wrap > p {
    text-align: center; }
  .dnd-wrap .dnd {
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #f5f5f5; }
    .dnd-wrap .dnd .right {
      width: 50%;
      padding: 20px 30px; }
      .dnd-wrap .dnd .right > p {
        text-align: center;
        margin: 20px 0 10px; }
    .dnd-wrap .dnd li {
      padding: 7px 5px 7px 38px;
      margin: 0 0 5px;
      background: #fff url(../img/sprites.png) -55px -120px no-repeat;
      border-radius: 5px; }
      .dnd-wrap .dnd li .drag-drop {
        top: 4px;
        margin-right: 10px; }
      .dnd-wrap .dnd li.ui-state-highlight {
        padding: 17px 0;
        background-image: none;
        background-color: #008397;
        border-radius: 5px;
        border: 0;
        opacity: 1; }
  .dnd-wrap .drag-from {
    list-style: none;
    padding: 35px 25px;
    width: 50%;
    margin: 0;
    float: left;
    border-right: 1px solid #cfcfcf;
    background-color: #fff;
    border-radius: 5px 0 0 5px; }
  .dnd-wrap .drag-to {
    padding: 200px 0 0;
    list-style: none; }

/* Slider container formatting */
.slider-wrap > p {
  text-align: center; }
.slider-wrap .slider {
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  margin: 0 0 15px; }
  .slider-wrap .slider h3 {
    background-color: #f5f5f5;
    border-bottom: 1px solid #cfcfcf;
    font-size: 14px;
    line-height: 22.68px;
    border-radius: 5px 5px 0 0;
    padding: 12px 20px; }
  .slider-wrap .slider .slider-panel {
    padding: 10px 30px; }
    .slider-wrap .slider .slider-panel > p {
      text-align: center;
      font-size: 13px;
      line-height: 21.06px;
      margin: 0 0 10px; }
    .slider-wrap .slider .slider-panel.first {
      border-bottom: 1px solid #cfcfcf; }

/* Jquery ui Sliders */
.slider .ui-widget-content {
  border: 0;
  background-image: none;
  background-color: #008397; }
.slider .ui-corner-all {
  border-radius: 5px; }
.slider .ui-slider-horizontal {
  height: 24px; }
  .slider .ui-slider-horizontal .ui-slider-handle {
    top: 1px;
    width: 21px;
    height: 21px; }
.slider .horizontal .ui-slider-labels {
  top: 20px; }
.slider .ui-slider-label-ticks {
  border-left: 1px solid #cfcfcf; }
  .slider .ui-slider-label-ticks span {
    font-size: 12px;
    line-height: 19.44px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.slider .ui-slider-handle {
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  border: 2px solid #008397; }

/* venn diagram */
.venn > p {
  text-align: center; }
.venn .venn-wrap {
  border: 1px solid #dedede;
  border-radius: 5px; }
.venn .drag-from {
  border-bottom: 1px solid #dedede;
  padding: 40px;
  margin-bottom: 0;
  list-style: none; }
  .venn .drag-from li {
    width: 49%;
    float: left;
    padding: 7px 5px 7px 38px;
    margin: 0 0 5px;
    background: #fff url(../img/sprites.png) -55px -120px no-repeat;
    border-radius: 5px; }
    .venn .drag-from li:nth-child(odd) {
      clear: both; }
    .venn .drag-from li .drag-drop {
      top: 4px;
      margin-right: 10px; }
    .venn .drag-from li.ui-state-highlight {
      padding: 17px 0;
      background-image: none;
      background-color: #008397;
      border-radius: 5px;
      border: 0;
      opacity: 1; }
.venn .feedback {
  margin: 0 20px -60px; }

.venn-diagram {
  padding: 40px;
  margin: 20px auto;
  position: relative;
  height: 800px;
  width: 790px; }
  .venn-diagram .circle {
    width: 50%;
    height: 49%;
    display: block;
    position: absolute; }
    .venn-diagram .circle span {
      border-radius: 50%;
      background-color: rgba(60, 60, 60, 0.5);
      width: 100%;
      height: 100%;
      display: block;
      box-shadow: inset 0 0 0 5px black; }
      .venn-diagram .circle span ul {
        list-style: none;
        padding: 90px 68px;
        position: relative;
        z-index: 10; }
        .venn-diagram .circle span ul li {
          padding: 7px 5px 7px 38px;
          margin: 0 0 3px;
          background: #fff url(../img/sprites.png) -55px -120px no-repeat;
          border-radius: 5px;
          max-width: 259px; }
    .venn-diagram .circle.one {
      left: 40px;
      top: 30px; }
    .venn-diagram .circle.two {
      right: 40px;
      top: 30px; }
    .venn-diagram .circle.three {
      bottom: 70px;
      left: 200px; }
      .venn-diagram .circle.three strong {
        top: 20px; }
    .venn-diagram .circle strong {
      display: block;
      text-align: center;
      position: relative;
      top: -10px;
      font-size: 18px;
      line-height: 29.16px;
      font-weight: normal;
      font-family: 'SansaBold'; }

.venn-key {
  border-bottom: 1px solid #dedede; }
  .venn-key.panel {
    margin: 0; }
  .venn-key p.last {
    margin: 0; }

/* Draggable game styles */
.draggame {
  margin-bottom: 40px; }
  .draggame .group {
    width: 400px;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .draggame .group.right {
      padding-right: 60px;
      padding-left: 0;
      width: 400px; }
    .draggame .group > p {
      text-align: center; }
    .draggame .group .item {
      background: white;
      border: solid 2px #dedede;
      margin: 0 0 20px;
      width: 340px;
      border-radius: 5px;
      padding: 15px 15px 0; }
      .draggame .group .item:hover {
        border: solid 2px #008397;
        cursor: pointer; }
      .draggame .group .item.active {
        border: solid 2px #008397; }
      .draggame .group .item ul {
        margin: 0 0 20px 0;
        padding: 0 0 0 20px; }
      .draggame .group .item p,
      .draggame .group .item li {
        font-size: 12px;
        line-height: 19.44px; }
      .draggame .group .item li {
        margin: 0 0 5px 0; }
      .draggame .group .item .response {
        display: none; }
      .draggame .group .item.correct .response {
        display: block;
        color: #3aba68;
        font-weight: bold; }
        .draggame .group .item.correct .response .icn {
          float: left;
          top: 3px; }
        .draggame .group .item.correct .response span {
          margin-left: 43px;
          display: block; }
  .draggame .btn {
    background-color: #3c3c3c;
    color: #fff;
    font-size: 16px;
    line-height: 25.92px;
    padding: 9px 18px; }
    .draggame .btn:hover {
      cursor: pointer;
      background-color: #565656; }
    .draggame .btn.disabled {
      background-color: #f5f5f5;
      color: #cfcfcf; }
      .draggame .btn.disabled:hover {
        cursor: default; }

#hotornot .feedback {
  margin: 0 0 20px 0; }
#hotornot .question {
  font-family: "SansaNormal";
  text-align: center;
  font-size: 16px;
  padding: 10px 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede; }
#hotornot .controls {
  text-align: center; }
  #hotornot .controls button {
    margin-bottom: 30px; }
#hotornot .count-score {
  text-align: center; }
  #hotornot .count-score .score {
    font-weight: bold;
    margin: 0 0 5px;
    display: block; }
  #hotornot .count-score .mark-wrap {
    height: 33px;
    width: 100%;
    display: block; }
  #hotornot .count-score .mark {
    margin: 0 auto;
    float: none !important; }
#hotornot .countdown {
  display: block;
  width: 99px;
  height: 92px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  padding-top: 25px;
  padding-left: 5px;
  color: #c2c1c1;
  margin: 0 auto 10px; }
  #hotornot .countdown span {
    font-size: 30px;
    line-height: 25px;
    display: block;
    text-transform: none;
    color: #3c3c3c; }
#hotornot .countdown.s10 span,
#hotornot .countdown.s9 span,
#hotornot .countdown.s8 span,
#hotornot .countdown.s7 span,
#hotornot .countdown.s6 span,
#hotornot .countdown.s5 span,
#hotornot .countdown.s4 span,
#hotornot .countdown.s3 span,
#hotornot .countdown.s2 span,
#hotornot .countdown.s1 span,
#hotornot .countdown.s0 span {
  color: #f05654; }
#hotornot .btn.hot {
  background-color: #f05654; }
#hotornot .btn.not {
  background-color: #2f9bd8; }
#hotornot .btn.disabled {
  display: none !important; }

/* Sentence ordering activity */
.sentence-game {
  /* Add correct rule after placeholder rule. */ }
  .sentence-game .sentences {
    border: solid 1px #dedede;
    min-height: 80px;
    margin: 0 0 30px;
    background-color: #f5f5f5; }
  .sentence-game .sentence {
    background: #fff;
    border: 1px solid #dedede;
    float: left;
    width: 31.3333333%;
    margin: 1%;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 21.06px;
    opacity: 1; }
    .sentence-game .sentence:nth-child(3n+4) {
      clear: both; }
    .sentence-game .sentence:hover {
      cursor: move;
      border: 1px solid #008397; }
  .sentence-game table {
    clear: both;
    width: 100%; }
  .sentence-game th {
    font-family: 'SansaNormal';
    width: 33%;
    padding-bottom: 10px; }
  .sentence-game td {
    border: solid 1px #dedede;
    height: 100px;
    /* For TDs this is equivilent of min-height. */
    vertical-align: top;
    width: 33%;
    padding: 6px; }
    .sentence-game td .sentence {
      width: 97%;
      border: 1px solid #fff; }
      .sentence-game td .sentence:hover {
        border-color: #fff; }
  .sentence-game td.placeholder {
    background: #008397; }
  .sentence-game td.correct {
    background: #3aba68;
    border: none; }
    .sentence-game td.correct .sentence {
      border-color: #3aba68; }
  .sentence-game td.incorrect {
    background: #f05654;
    border: none; }
    .sentence-game td.incorrect .sentence {
      border-color: #f05654; }
  .sentence-game .green,
  .sentence-game .done p {
    color: #3aba68; }
  .sentence-game .feedback {
    margin: 20px 0; }

/* Slider carousel */
.panel .slider {
  position: relative;
  margin-top: 30px; }
.panel .slide {
  border: 2px solid #dedede;
  padding: 0; }
  .panel .slide img {
    float: left;
    display: block;
    border-radius: 5px 0 0 5px; }
  .panel .slide .text {
    margin: 0 0 0 271px;
    padding: 20px 30px 20px 0;
    position: relative;
    z-index: 3; }
    .panel .slide .text h2 {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 24px; }
    .panel .slide .text h3 {
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 12px; }
    .panel .slide .text p, .panel .slide .text a {
      font-size: 13px;
      line-height: 21px;
      margin: 0 0 10px; }
    .panel .slide .text .more {
      display: none; }
.panel .slider-nav {
  text-align: center;
  margin-top: 20px;
  position: relative; }
.panel a.slide-to {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c1bfbf;
  text-indent: -9999px;
  margin: 0 3px; }
  .panel a.slide-to:hover {
    background-color: #f5f5f5; }
  .panel a.slide-to.active {
    border: 1px solid #008397;
    background-color: #008397; }
.panel .next-prev {
  top: 50%;
  margin-top: -20px;
  position: absolute;
  width: 100%;
  height: 40px;
  display: block; }
  .panel .next-prev a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #008397;
    position: absolute;
    text-align: center; }
    .panel .next-prev a.slide-next {
      right: -20px; }
    .panel .next-prev a.slide-prev {
      left: -20px; }
    .panel .next-prev a .icn {
      top: 12px; }
    .panel .next-prev a:hover {
      background-color: #00afca; }

.feedback {
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 20px;
  margin: 0;
  /* button styles for slides that have continue buttons within feedback */ }
  .feedback p, .feedback li {
    margin: 0;
    font-size: 13px;
    line-height: 21.06px;
    font-weight: bold;
    text-align: center; }
  .feedback li {
    text-align: left; }
  .incorrect .feedback, .feedback.incorrect,
  .feedback p.incorrect {
    color: #f05654; }
  .correct .feedback, .feedback.correct,
  .feedback p.correct {
    color: #3aba68; }
  .feedback.indent {
    margin-left: 20px;
    margin-right: 20px; }
  .feedback .btn {
    border-radius: 5px;
    background-color: #3c3c3c;
    color: #fff;
    font-family: 'SansaNormal';
    font-size: 16px;
    line-height: 25.92px;
    padding: 9px 18px;
    margin: 20px 0 0;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .feedback .btn:hover {
      cursor: pointer;
      background-color: #565656; }
    .feedback .btn.slide-prev, .feedback .btn.slide-next {
      cursor: pointer;
      font-weight: normal;
      display: inline-block;
      margin: 20px auto 0; }
  .feedback.correct .slide-next.btn, .feedback.correct .slide-prev.btn {
    background-color: #3aba68;
    color: #fff; }
    .feedback.correct .slide-next.btn:hover, .feedback.correct .slide-prev.btn:hover {
      background-color: #5bcc84; }

/* quote */
blockquote {
  margin: 20px 60px 0;
  padding: 20px;
  border: 0;
  background-color: #fafafa;
  border-radius: 5px; }
  blockquote p {
    margin: 0;
    font-size: 14px;
    line-height: 22.68px;
    text-align: center; }
  blockquote cite {
    color: #999;
    margin: 10px 0 0;
    text-align: center; }
  blockquote.base-margin {
    margin-bottom: 20px; }
  blockquote.border {
    border: 3px solid #008397; }
  blockquote.align-right {
    width: 40%;
    margin: 0 0 0 40px;
    float: right; }
    blockquote.align-right p {
      margin-bottom: 20px;
      font-style: normal; }
    blockquote.align-right ol {
      margin-bottom: 0; }
      blockquote.align-right ol li {
        font-style: normal; }

/* breakout box */
.breakout {
  margin: 20px 60px 20px;
  padding: 30px 40px 10px;
  border: 0;
  background-color: #fafafa;
  border-radius: 5px;
  border: 3px solid #008397; }
  .breakout p, .breakout li {
    margin: 0;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    line-height: 28px; }
  .breakout ul {
    padding-left: 10px; }
  .breakout cite {
    color: #999;
    margin: 20px 0 20px;
    display: block; }
  .breakout.base-margin {
    margin-bottom: 20px; }
  .breakout.align-right {
    width: 40%;
    margin: 0 0 0 40px;
    float: right; }
    .breakout.align-right p {
      margin-bottom: 20px;
      font-style: normal; }
    .breakout.align-right ol {
      margin-bottom: 0; }
      .breakout.align-right ol li {
        font-style: normal; }

/* End screen */
.final {
  text-align: center;
  background-color: #008397;
  border: 0;
  margin: 0; }

.end {
  min-height: 500px; }
  .end h2 {
    padding: 40px 60px; }

button {
  padding: 10px 20px;
  font-size: 22px;
  line-height: 35.64px;
  border-radius: 5px;
  background-color: #3c3c3c;
  color: #fff;
  font-family: 'SansaNormal';
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  button .icn {
    margin-left: 10px; }
  button:hover {
    background-color: #565656; }
  .ie9 button {
    padding: 15px 20px 10px; }
  button.disabled {
    background-color: #f5f5f5;
    color: #cfcfcf; }
  button.btn {
    font-size: 16px;
    line-height: 25.92px;
    padding: 9px 18px; }
    button.btn.disabled {
      background-color: #f5f5f5;
      color: #cfcfcf; }
      button.btn.disabled:hover {
        background-color: #f5f5f5;
        color: #cfcfcf; }

/* Flash message */
#flash {
  z-index: 999;
  position: fixed;
  width: 30%;
  top: 40%;
  background-color: #fff;
  padding: 15px 30px;
  text-align: center;
  left: 35%;
  border-radius: 5px;
  font-weight: bold; }
  #flash.error {
    border: 3px solid #e50000;
    color: #e50000; }
  #flash.msg {
    border: 3px solid #008397;
    color: #3c3c3c;
    background-color: #008397; }

/* Resource Icon */
.resource .icn-resource {
  background-color: #008397;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  top: 0;
  float: left; }
.resource span {
  margin-left: 48px;
  display: block;
  margin-top: 5px; }

/*  --------------------------------------------------- UPLOAD FORM */
.file-form,
#pva-form {
  position: relative; }
  .file-form input[type=submit],
  #pva-form input[type=submit] {
    padding: 9px 18px;
    font-size: 16px;
    line-height: 25.92px;
    border: 0;
    border-radius: 5px;
    background-color: #3c3c3c;
    color: #fff;
    font-family: 'SansaNormal';
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 15px auto 0; }
    .file-form input[type=submit]:hover,
    #pva-form input[type=submit]:hover {
      cursor: pointer; }
    .file-form input[type=submit]:focus,
    #pva-form input[type=submit]:focus {
      border: 0 !important;
      outline: none !important;
      background-color: #008397; }

.upload-bar {
  background-color: #008397;
  height: 20px;
  display: block;
  border-radius: 5px; }

/* API Resubmit Modal */
#final-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }
  #final-wrapper #final {
    background-color: #fff;
    width: 70%;
    padding: 30px;
    border-radius: 3px;
    margin: 100px auto 0;
    display: block;
    text-align: center;
    font-weight: bold; }
    #final-wrapper #final .btn {
      display: block;
      margin: 20px auto 0; }

/* reusable classes */
.panel {
  padding: 40px 60px; }

.panel,
fieldset {
  margin-bottom: 20px; }
  .panel.last,
  fieldset.last {
    margin-bottom: 0;
    border: 0; }
  .panel.horz-padding,
  fieldset.horz-padding {
    padding: 0 60px; }

/* Responsive */
@media only screen and (max-width: 1020px) {
  .venn-diagram {
    width: 700px;
    padding: 0; }
    .venn-diagram .circle {
      width: 350px;
      height: 350px; }
      .venn-diagram .circle.three {
        bottom: 135px;
        left: 175px; }
        .venn-diagram .circle.three span ul {
          padding-top: 90px !important; }
      .venn-diagram .circle span ul {
        padding: 80px 60px; }
        .venn-diagram .circle span ul li {
          max-width: 229px;
          margin-right: 0; } }
@media only screen and (max-width: 865px) {
  /* venn diagram interaction */
  .venn-diagram {
    width: 600px;
    padding: 0; }
    .venn-diagram .circle {
      width: 300px;
      height: 300px; }
      .venn-diagram .circle.three {
        bottom: 220px;
        left: 153px; }
        .venn-diagram .circle.three span ul {
          padding-top: 50px !important; }
      .venn-diagram .circle span ul {
        padding: 50px 45px; }
        .venn-diagram .circle span ul li {
          max-width: 209px;
          margin-right: 0;
          height: 35px;
          overflow: hidden; } }
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .text-list label {
    width: 7%; }
  .text-list input[type="text"] {
    width: 80%; }
  .text-list .checkbox {
    width: 10%; }
  .text-list.no-checkbox input[type=text] {
    width: 90%; }

  /* draggable game */
  .draggame .group {
    width: 320px; }
    .draggame .group.right {
      width: 320px; }
    .draggame .group .item {
      width: 260px; } }
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #container {
    padding: 0; }

  /* header */
  header.panel {
    padding: 20px; }
    header.panel h1 {
      font-size: 25px;
      line-height: 35px; }

  .stage > h2 {
    padding: 20px 20px 0;
    font-size: 18px;
    line-height: 29.16px; }

  /* form */
  fieldset {
    padding: 35px 20px; }

  .field {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0 10px; }
    .field.two-col, .field.three-col, .field.four-col {
      width: 100%;
      float: none; }

  .feedback.indent {
    margin-right: 10px;
    margin-left: 10px; }

  .faq {
    padding: 35px 15px; }
    .faq ul {
      padding: 0px; }

  .final {
    padding: 20px 15px; }

  .question {
    border: 0;
    margin: 0 20px;
    padding: 20px 0 0; }
    .question p {
      margin-left: 0;
      font-size: 14px;
      line-height: 22.68px;
      word-wrap: break-word; }
      .question p.note {
        margin-left: 0;
        font-size: 12px;
        line-height: 19.44px; }
    .question .icn {
      position: relative;
      margin: 0 0 15px;
      top: 0; }

  /* Image for contextual image */
  .image-wrap {
    padding: 0; }
    .image-wrap.left .image {
      float: none;
      margin: 0 0 20px; }
    .image-wrap.right .image {
      float: none;
      margin: 0 0 20px; }

  /* Text with contextual information */
  .text-interaction {
    margin: 0; }
    .text-interaction h3 {
      font-size: 16px;
      line-height: 25.92px; }

  .text-list label {
    width: 6%; }
  .text-list input[type="text"] {
    width: 70%; }
  .text-list .checkbox {
    width: 20%; }
  .text-list.no-checkbox input[type=text] {
    width: 90%; }

  blockquote,
  .breakout {
    margin: 20px; }
    blockquote.align-right,
    .breakout.align-right {
      width: auto;
      float: none;
      margin: 20px 20px 30px; }

  button {
    font-size: 16px;
    line-height: 25.92px; }

  /* reusable classes */
  .panel {
    padding: 20px; }
    .panel p, .panel li {
      word-wrap: break-word; }
    .panel.horz-padding {
      padding: 0 20px; }

  /* drag and drop */
  .dnd-wrap .dnd .right {
    width: 100%;
    float: none; }
  .dnd-wrap .drag-from {
    width: 100%;
    float: none;
    border-right: 0;
    border-top: 1px solid #cfcfcf; }

  /* venn diagram */
  .venn .drag-from {
    padding: 20px; }
    .venn .drag-from li {
      width: 100%;
      float: none; }

  .venn-diagram {
    width: 100%;
    height: auto;
    padding: 20px; }
    .venn-diagram .circle {
      width: 100%;
      height: auto;
      position: relative;
      margin: 0 0 20px; }
      .venn-diagram .circle span {
        height: 230px;
        border-radius: 0; }
        .venn-diagram .circle span ul {
          padding: 20px; }
          .venn-diagram .circle span ul li {
            max-width: none; }
      .venn-diagram .circle strong {
        text-align: left; }
      .venn-diagram .circle.one {
        left: auto;
        top: auto; }
      .venn-diagram .circle.two {
        right: auto;
        top: auto; }
      .venn-diagram .circle.three {
        left: auto;
        bottom: auto;
        position: relative;
        padding-top: 30px; }
        .venn-diagram .circle.three strong {
          top: -10px;
          position: absolute; }
        .venn-diagram .circle.three span ul {
          padding-top: 20px !important; }

  /* slider container formatting */
  .slider-wrap > p br {
    display: none; }

  .slider {
    overflow: hidden; }
    .slider .ui-slider-label-ticks span {
      transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      /* IE 9 */
      -webkit-transform: rotate(30deg);
      /* Opera, Chrome, and Safari */
      font-size: 11px;
      margin-top: 10px; }

  /* drag game mobile version */
  .draggame .group.questions {
    padding: 40px 20px 0;
    width: 100%; }
  .draggame .group.answers {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    margin: 40px 20px 0;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }
    .draggame .group.answers .item p {
      margin-bottom: 12px; }
    .draggame .group.answers .icn-close {
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: 100; }
      .draggame .group.answers .icn-close:hover {
        cursor: pointer; }
  .draggame .group .item {
    width: 100%; }
    .draggame .group .item.assigned-other {
      background: #cfcfcf;
      border-color: #cfcfcf;
      font-weight: bold; }
    .draggame .group .item.assigned-this {
      background: #008397;
      border-color: #008397;
      font-weight: bold; }
    .draggame .group .item .selected-answer {
      background: #008397;
      border-radius: 5px;
      padding: 11px 15px 11px;
      margin: 0 0 10px;
      font-weight: bold; }
      .draggame .group .item .selected-answer p {
        margin-bottom: 0px; }
      .draggame .group .item .selected-answer.correct {
        color: #fff;
        font-weight: bold;
        background: #3aba68; }
      .draggame .group .item .selected-answer.incorrect {
        color: #fff;
        font-weight: bold;
        background: #f05654; }

  /* sentence ordering game */
  .sentence-game th {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    word-break: break-word;
    font-weight: bold; }

  /* slider carousel */
  .panel .slide img {
    float: none;
    margin: 20px auto 0;
    border-radius: 0px; }
  .panel .slide .text {
    margin-left: 0;
    padding-left: 30px; }
  .panel .next-prev {
    height: 45px;
    top: 130px; }
    .panel .next-prev a.slide-prev {
      left: 8px; }
    .panel .next-prev a.slide-next {
      right: 8px; }
  .panel .slider-nav {
    z-index: 2; }

  #flash {
    width: 60%;
    left: 20%; } }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .text-list input[type="text"] {
    width: 80%; }
  .text-list .checkbox {
    width: 10%; }
  .text-list.no-checkbox input[type=text] {
    width: 90%; } }
@keyframes "pulse2" {
  0% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); } }
@-moz-keyframes pulse2 {
  0% {
    -moz-transform: scale(0.6);
    transform: scale(0.6); }
  50% {
    -moz-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -moz-transform: scale(0.6);
    transform: scale(0.6); } }
@-webkit-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }
@-ms-keyframes "pulse2" {
  0% {
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  50% {
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -ms-transform: scale(0.6);
    transform: scale(0.6); } }
/* Default Font Size */
body {
  font-size: 16px;
  line-height: 25.92px; }

li {
  font-size: 16px;
  line-height: 25.92px; }

/*---------------------------------------------- STYLE OVERRIDES FOR CAREERS MODULES */
h2 {
  font-size: 26px;
  line-height: 42.12px; }
  h2 .number {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'SansaNormal';
    font-size: 18px;
    background-color: #cc4600;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
    text-align: center;
    color: #fff; }

/*---------------------------------------------- HEADER */
header {
  position: relative;
  border-bottom: 10px solid #e6e7e8; }
  header.panel {
    padding: 40px 60px; }
  header h1 {
    color: #fff;
    margin-top: 20px; }
  header #module-details {
    position: absolute;
    left: 170px;
    top: 65px;
    margin: 0; }
    header #module-details span {
      font-weight: bold;
      border-radius: 0;
      position: relative;
      z-index: 2;
      padding: 6px 24px 8px;
      line-height: 14px; }
      header #module-details span:first-child {
        z-index: 3; }
        header #module-details span:first-child:after {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-left-color: #ffffff;
          border-width: 14px;
          margin-top: -14px; }
      header #module-details span:nth-child(2) {
        padding-left: 25px; }
        header #module-details span:nth-child(2):after {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-left-color: #f1f2f2;
          border-width: 14px;
          margin-top: -14px; }
      header #module-details span:nth-child(3) {
        border-radius: 0 5px 5px 0;
        background-color: #e6e7e8;
        z-index: 1;
        padding-left: 25px; }

/*---------------------------------------------- PANEL SET UP AND CLASSES */
.panel {
  padding: 60px; }
  .panel.arrow {
    z-index: 1;
    position: relative; }
    .panel.arrow:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(151, 255, 99, 0);
      border-top-color: #fff;
      border-width: 29px;
      margin-left: -29px; }
  .panel.overview {
    background-color: #fff;
    position: relative;
    padding-bottom: 40px; }
    .panel.overview .icn {
      float: left; }
    .panel.overview .content {
      margin-left: 250px; }
    .panel.overview:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(151, 255, 99, 0);
      border-top-color: #fff;
      border-width: 29px;
      margin-left: -29px; }
  .panel.grey {
    background-color: #f1f2f2;
    position: relative; }
    .panel.grey.arrow {
      z-index: 1; }
      .panel.grey.arrow:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(241, 242, 242, 0);
        border-top-color: #f1f2f2;
        border-width: 29px;
        margin-left: -29px; }
  .panel .question {
    margin: 0 0 30px; }
  .panel.yellow {
    background-color: #ffbe00;
    color: #231f20;
    position: relative; }
    .panel.yellow:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(151, 255, 99, 0);
      border-top-color: #ffbe00;
      border-width: 29px;
      margin-left: -29px; }
    .panel.yellow.no-arrow:after {
      content: "";
      display: none; }
    .panel.yellow a {
      color: white; }
      .panel.yellow a:hover {
        color: white; }
    .panel.yellow input[type=text],
    .panel.yellow textarea {
      border-color: #e6ab00; }
      .panel.yellow input[type=text]:focus,
      .panel.yellow textarea:focus {
        border-color: #ffcb33 !important; }
  .panel.coral {
    background-color: #008397;
    color: #fff;
    position: relative; }
    .panel.coral:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(151, 255, 99, 0);
      border-top-color: #008397;
      border-width: 29px;
      margin-left: -29px; }
    .panel.coral a {
      color: #fff; }
  .panel.dark-grey {
    background-color: #414042;
    color: #fff; }
    .panel.dark-grey a {
      color: #ccc; }
      .panel.dark-grey a:hover {
        color: #e2e2e2; }
  .panel.no-base-margin {
    margin-bottom: 0; }
  .panel.no-base-border {
    border: 0; }
  .panel fieldset {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px; }

/*---------------------------------------------- FIELDSET */
fieldset.no-base-margin {
  margin-bottom: 0; }
fieldset.no-base-border {
  border: 0; }
fieldset .question {
  margin: 0 0 30px; }

/*---------------------------------------------- QUESTION */
.question .icn {
  width: 59px;
  height: 59px;
  margin-top: -20px;
  background-color: #cc4600; }
.question p {
  font-size: 20px;
  line-height: 32.4px; }

.icn-careers-learnmore,
.icn-careers-listen,
.icn-careers-lb-toptip,
.icn-careers-didyouknow,
.icn-careers-upload,
.icn-careers-toptip,
.icn-careers-example {
  display: block;
  font-size: 23px;
  line-height: 49px;
  background-color: #cc4600;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  float: left; }

/* Resource Icon */
.resource .icn-resource {
  background-color: #ec6915; }

/*---------------------------------------------- NUMBERED BULLET POINTS USING UL */
.numbered-bullets {
  list-style: none;
  margin: 40px 0 0; }
  .numbered-bullets li {
    clear: both;
    margin: 0 0 30px; }
    .numbered-bullets li span {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-family: 'SansaNormal';
      font-size: 18px;
      background-color: #cc4600;
      display: inline-block;
      position: relative;
      top: -4px;
      margin-right: 15px;
      text-align: center;
      color: #fff; }

/*---------------------------------------------- IMAGE WRAP */
.image-wrap figure {
  font-size: 16px;
  line-height: 25.92px;
  font-weight: normal; }

/*---------------------------------------------- THOUGHT BUBBLES */
.bubble {
  margin: 20px 0; }
  .bubble .text {
    float: left;
    width: 55%; }
  .bubble .thought {
    float: right;
    width: 40%;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative; }
    .bubble .thought p {
      color: #3c3c3c;
      margin: 0;
      text-align: center; }
    .bubble .thought:after {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-right-color: #ffffff;
      border-width: 15px;
      margin-top: -15px; }
  .bubble.opposite .text {
    float: right; }
  .bubble.opposite .thought {
    float: left; }
    .bubble.opposite .thought:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-left-color: #ffffff;
      border-width: 15px;
      margin-top: -15px; }

/*---------------------------------------------- SENTENCE ORDERING ACTIVITY */
.sentence-game td.placeholder {
  background: #f1f2f2; }
.sentence-game .sentence:hover {
  cursor: move;
  border: 1px solid #cc4600; }

/*---------------------------------------------- LINE DRAWING GAME */
/* Draggable game styles */
.draggame .group .item:hover {
  border: solid 2px #cc4600; }
.draggame .group .item.active {
  border: solid 2px #cc4600; }

/*---------------------------------------------- BREAKOUT BOXES */
.breakout {
  margin: 30px 60px 40px;
  background-color: #ffbe00;
  border-color: #e6ab00; }
  .breakout p, .breakout li {
    text-align: center;
    margin-bottom: 20px;
    color: #231f20;
    font-size: 16px;
    line-height: 25.92px; }
  .breakout h3 {
    color: #231f20;
    text-align: center; }
  .breakout li {
    text-align: left; }
  .breakout a {
    color: #fff; }
  .yellow .breakout {
    background-color: #fff; }
    .yellow .breakout p, .yellow .breakout li {
      color: #231f20; }
    .yellow .breakout a {
      color: #231f20; }
  .breakout.align-right ol {
    padding-left: 17px; }

/*---------------------------------------------- ACCORDIAN - STANDARD */
.accordian {
  list-style: none;
  padding: 0;
  margin: 30px 0 30px; }
  .accordian li {
    border: 2px solid #dedede;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff; }
    .accordian li ul {
      margin-bottom: 20px;
      margin-left: 0; }
    .accordian li li {
      border: 0;
      padding: 0;
      background-color: transparent;
      border-radius: 0; }
    .accordian li .accordian li {
      border: 2px solid #dedede;
      border-radius: 5px;
      padding: 15px;
      background-color: #fff; }
      .accordian li .accordian li ul {
        margin-bottom: 20px; }
      .accordian li .accordian li li {
        border: 0;
        padding: 0;
        background-color: transparent;
        border-radius: 0; }
  .accordian .intro {
    display: block;
    position: relative;
    text-decoration: none;
    color: #3c3c3c; }
    .accordian .intro .icn-careers-downarrow {
      border-radius: 50%;
      width: 35px;
      height: 35px;
      background-color: #cc4600;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      text-align: center; }
    .accordian .intro:hover .icn-careers-downarrow {
      background-color: #ff5800;
      cursor: pointer; }
    .accordian .intro .icn-text {
      float: left;
      top: 0; }
    .accordian .intro p {
      margin: 0;
      color: #333; }
    .accordian .intro span {
      display: block;
      margin-left: 60px;
      padding-top: 5px;
      padding-right: 40px; }
  .accordian .more-details {
    padding: 20px 20px 5px;
    margin: 20px 0 0;
    background-color: #f1f2f2;
    display: none; }
  .accordian .active .more-details {
    display: block; }
    .accordian .active .more-details .more-details {
      display: none; }
    .accordian .active .more-details .active .more-details {
      display: block; }

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 32.4px; }

  header.panel {
    padding: 20px; }
  header #module-details {
    position: absolute;
    top: 25px;
    left: 80px;
    margin: 0; }
    header #module-details span {
      font-size: 11px;
      padding: 6px 12px 8px; }

  .stage > h2 {
    font-size: 26px;
    line-height: 42.12px;
    margin: 0 0 20px; }

  .panel {
    padding: 40px 20px; }
    .panel.overview .icn-careers-ed {
      float: none;
      margin: 0 auto 10px;
      display: block; }
    .panel.overview .content {
      margin: 0; }

  .bubble .thought,
  .bubble.opposite .thought {
    float: none;
    width: 100%;
    position: relative;
    margin: 30px 0 20px; }
    .bubble .thought:after,
    .bubble.opposite .thought:after {
      bottom: 100%;
      left: 50%;
      top: auto;
      right: auto;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 20px;
      margin-left: -20px; }
  .bubble .text,
  .bubble.opposite .text {
    float: none;
    width: 100%;
    padding: 0; }

  .numbered-bullets {
    padding-left: 15px; }

  .breakout {
    margin: 30px 20px 40px; }
    .breakout ol, .breakout ul {
      padding-left: 17px; }

  h2 .number {
    display: block;
    margin: 0 0 10px; } }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
/* Spritesheet */
.icn {
  background-image: url("../img/sprites.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative; }

.icn span {
  display: none; }

.icn-text {
  background-image: none; }

/* Question Icons */
.file-upload {
  background-position: 15px 12px; }

/* Resource download icon */
.icn-resource {
  background-position: -53px -439px; }

/* submit button */
.submit-arrow {
  background-position: 0 -64px;
  width: 9px;
  height: 14px; }
  .disabled .submit-arrow {
    background-position: 0 -128px;
    width: 9px;
    height: 14px; }

/* Accordian List */
.arrow-toggle {
  background-position: -64px -64px;
  width: 11px;
  height: 7px; }

.arrow-toggle.active {
  background-position: -129px -64px;
  width: 11px;
  height: 7px; }

.icn-downarrow {
  background-position: 10px -306px;
  width: 14px;
  height: 9px; }
  .active .icn-downarrow {
    background-position: 10px -372px;
    width: 14px;
    height: 9px; }

/* drag and drop */
.drag-drop {
  background-position: -64px -128px;
  width: 19px;
  height: 19px; }

/* close button for modals on contextual images */
.icn-close {
  background-position: -64px -384px;
  width: 25px;
  height: 25px; }

/* Correct/Incorrect indication on multiple choice slides */
.icn-validation {
  width: 32px;
  height: 33px;
  display: none;
  top: 11px;
  margin-right: 10px; }
  .correct .icn-validation {
    background-position: -129px -128px;
    display: inline-block;
    background-image: url("../img/formelements.png"); }
  .incorrect .icn-validation {
    background-position: -129px -192px;
    background-image: url("../img/formelements.png");
    display: inline-block; }

/* tick icon for a bullet list */
.sm-tick {
  background-position: -129px -384px;
  width: 12px;
  height: 9px; }

.sm-tick-white {
  background-position: -192px -384px;
  width: 12px;
  height: 9px; }

/* validation for 30 second quiz */
.mark.wrong {
  background-position: -129px -512px;
  width: 32px;
  height: 33px;
  display: block; }
.mark.right {
  background-position: -129px -448px;
  width: 32px;
  height: 33px;
  display: block; }

.correct-response {
  background-position: -129px -448px;
  width: 32px;
  height: 33px; }

/* info icon ( i ) */
.info-symbol {
  background-position: -319px -64px;
  width: 7px;
  height: 16px; }

/* slider navigation */
.icn-slider-left {
  background-position: 0 -192px;
  width: 11px;
  height: 16px; }

.icn-slider-right {
  background-position: 0 -256px;
  width: 11px;
  height: 16px; }

/* Icons for Leadership M2/A2 diagram */
.icn-self {
  background-position: 0 -384px;
  width: 32px;
  height: 37px; }

.icn-team {
  background-position: -64px -384px;
  width: 71px;
  height: 37px; }

.icn-community {
  background-position: -192px -384px;
  width: 114px;
  height: 37px; }

/* careers sprites */
.icn-careers-apply {
  background-position: -129px -128px;
  width: 74px;
  height: 73px; }

.icn-careers-explore {
  background-position: -129px -128px;
  width: 74px;
  height: 73px; }

.icn-careers-ed {
  background-position: -704px -768px;
  width: 213px;
  height: 182px; }

.icn-careers-ed-thinking {
  background-position: -424px -768px;
  width: 216px;
  height: 163px; }

.icn-careers-pen {
  background-position: -242px -115px;
  width: 30px;
  height: 29px; }

.icn-careers-smile {
  background-position: -192px -256px;
  width: 57px;
  height: 56px; }

.icn-careers-clock {
  background-position: -256px -256px;
  width: 57px;
  height: 56px; }

.icn-careers-resource {
  background-position: -320px -128px;
  width: 21px;
  height: 29px; }

.icn-careers-toptip {
  background-position: -371px -112px;
  width: 30px;
  height: 25px; }

.icn-careers-toptip-coral {
  background-position: -371px -176px;
  width: 30px;
  height: 25px; }

.icn-careers-star {
  background-position: -447px -6px;
  width: 228px;
  height: 189px; }

.icn-careers-successful {
  background-position: -192px -448px;
  width: 72px;
  height: 72px; }

.icn-careers-unsuccessful {
  background-position: -192px -525px;
  width: 72px;
  height: 72px; }

.icn-careers-checklist {
  background-position: -303px -178px;
  width: 26px;
  height: 31px; }

.icn-careers-download {
  background-position: -576px -128px;
  width: 22px;
  height: 29px; }

.icn-careers-downarrow {
  background-position: 10px -179px;
  width: 35px;
  height: 35px; }
  .active .icn-careers-downarrow {
    background-position: 10px -245px;
    width: 35px;
    height: 35px; }

li.active li .icn-careers-downarrow {
  background-position: 10px -179px; }
li.active li.active .icn-careers-downarrow {
  background-position: 10px -245px; }

.icn-careers-learnmore {
  background-position: -236px -182px; }

.icn-careers-listen {
  background-position: -433px -182px; }

.icn-careers-didyouknow {
  background-position: -498px -183px; }

.icn-careers-example {
  background-position: -564px -176px; }

.icn-careers-lb-toptip {
  background-position: -437px -119px; }

.icn-careers-tick {
  background-position: -129px -448px;
  width: 32px;
  height: 33px; }

.icn-careers-cross {
  background-position: -129px -512px;
  width: 32px;
  height: 33px; }

.icn-careers-sm {
  background-position: -384px -384px;
  width: 248px;
  height: 47px; }

.icn-careers-fb-sm {
  background-position: -64px -639px;
  width: 50px;
  height: 51px; }

.icn-careers-li-sm {
  background-position: 0 -640px;
  width: 50px;
  height: 50px; }

.icn-careers-tw-sm {
  background-position: -129px -640px;
  width: 50px;
  height: 50px; }

.icn-careers-gem-network {
  background-position: -383px -512px;
  width: 137px;
  height: 177px; }

.icn-careers-upload {
  background-position: -505px -120px;
  width: 28px;
  height: 30px; }

/* Swapping out for mobile sizes */
@media only screen and (max-width: 767px) {
  .icn-careers-apply {
    background-position: -129px -256px;
    width: 37px;
    height: 37px; }

  .icn-careers-ed {
    background-position: -704px -640px;
    width: 128px;
    height: 109px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icn {
    background-image: url(../img/sprites@2x.png);
    background-size: 960px 960px; }

  .icn-text {
    background-image: none; }

  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before,
  .no-border input[type="checkbox"] + label:before {
    background-image: url(../img/formelements@2x.png);
    background-size: 960px 960px; }

  .styled {
    background: white url(../img/select-arrow@2x.png) no-repeat;
    background-size: 11px 7px;
    background-position: 97% center; }

  /* Seperate icons to swap out */ }
.incomplete {
  position: relative; }
  .incomplete:before {
    content: '';
    background: url("../../../common/img/incomplete.png") no-repeat 0 0;
    width: 32px;
    height: 33px;
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 2; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .incomplete:before {
        background: url("../../../common/img//incomplete@2x.png") no-repeat 0 0;
        background-size: 32px 33px; } }

.question.incomplete:before {
  left: -15px;
  top: 35px; }
