@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout. So basically 1.5rem = 15px */
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  position: relative; }

body {
  height: 100%;
  width: 100%;
  background: #d9d9db url(../images/paper-bg.png);
  color: #35353c;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.4em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8; }
  body.resources-is-open, body.nav-is-open {
    overflow: hidden; }

:focus {
  outline: 1px solid #20bdc0 !important; }

.app-container {
  width: auto;
  position: relative;
  padding-left: 92px;
  margin-bottom: 100px; }
  .app-container.home {
    padding-left: 0;
    margin-bottom: 0;
    overflow-x: hidden; }

@media (max-width: 768px) {
  .app-container {
    padding-left: 0; } }
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px; }

h1 {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -.1rem; }

h2 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -.1rem; }

h3 {
  color: #2d2d33;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6; }

p {
  margin: 0 0 15px;
  line-height: 18px; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #0e9398;
  transition: background 0.3s ease; }

a:hover {
  color: #0e9398;
  text-decoration: none; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem; }

li {
  line-height: 18px;
  margin-bottom: 10px; }

.content header .pagination ul, .nav .nav-accordion, .nav .nav-accordion > li ul, .resources .resources-panel ul, .related-resources ul, .matching .interaction ul, .reveal .lesson-detail ul, .basic .lesson-detail ul.documents, .lightbox figure ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #c3c3c4;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

[data-status='locked'] {
  color: gray !important; }

.cta {
  position: relative;
  margin-top: 30px; }

.caption {
  font-size: 12px;
  line-height: 16px; }

.alert {
  background: red;
  color: white;
  padding: 5px 10px; }
  .alert a {
    color: white; }

/* Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.icon {
  position: relative; }
  .icon:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    -moz-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); }
  .icon.icon-resource {
    padding-left: 56px; }
    .icon.icon-resource.icon-gray:before {
      background: url(../images/icon-resources-gray.svg) no-repeat; }
    .icon.icon-resource:before {
      width: 42px;
      height: 38px;
      background: url(../images/icon-resources-blue.svg) no-repeat; }
  .icon.icon-more {
    background: none;
    color: #35353c;
    height: auto;
    line-height: normal;
    font-size: 18px;
    font-weight: 400;
    padding-left: 45px;
    margin-bottom: 40px; }
    .icon.icon-more.active i:after {
      height: 0; }
    .icon.icon-more strong {
      font-weight: 700;
      text-transform: uppercase; }
    .icon.icon-more i {
      background: #f3ab1b;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      border: 1px solid #c59616;
      height: 33px;
      width: 33px;
      text-indent: -9999px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .icon.icon-more i:before, .icon.icon-more i:after {
        content: '';
        position: absolute;
        display: block;
        background: #35353c;
        height: 3px;
        width: 14px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        -moz-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); }
      .icon.icon-more i:after {
        height: 14px;
        width: 3px; }
  .icon.icon-correct {
    padding-left: 32px; }
    .icon.icon-correct:before {
      width: 24px;
      height: 20px;
      background: url(../images/icon-correct.svg) no-repeat; }
  .icon.icon-incorrect {
    padding-left: 28px; }
    .icon.icon-incorrect:before {
      width: 19px;
      height: 19px;
      background: url(../images/icon-incorrect.png) no-repeat; }
  .icon.icon-question {
    padding-left: 56px; }
    .icon.icon-question:before {
      content: '?';
      width: 30px;
      height: 30px;
      border: 3px solid #35353c;
      border-radius: 100%;
      text-align: center;
      line-height: 30px; }
  .icon.icon-pdf:before {
    width: 14px;
    height: 16px;
    left: 10px;
    background: url(../images/icon-pdf.svg) no-repeat; }
  .icon.icon-back {
    padding-left: 44px; }
    .icon.icon-back:before {
      left: 20px;
      right: auto;
      width: 14px;
      height: 14px;
      -webkit-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -o-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg);
      background: url(../images/icon-arrow-back-btn.svg) no-repeat; }
    .icon.icon-back:hover:before {
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -moz-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      -o-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg); }
  .icon.icon-next {
    padding-right: 44px; }
    .icon.icon-next:before {
      left: auto;
      right: 20px;
      width: 14px;
      height: 14px;
      -webkit-transform: translateY(-50%) rotate(0deg);
      -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
      -o-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg);
      background: url(../images/icon-arrow-btn.svg) no-repeat; }
    .icon.icon-next:hover:before {
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .icon.icon-next.btn-large {
      padding-right: 80px;
      font-size: 42px; }
      .icon.icon-next.btn-large:before {
        height: 32px;
        width: 32px; }
      .icon.icon-next.btn-large:hover:before {
        -webkit-transform: translateY(-50%) rotate(47deg);
        -moz-transform: translateY(-50%) rotate(47deg);
        -ms-transform: translateY(-50%) rotate(47deg);
        -o-transform: translateY(-50%) rotate(47deg);
        transform: translateY(-50%) rotate(47deg); }
      @media (max-width: 600px) {
        .icon.icon-next.btn-large {
          font-size: 24px;
          padding-left: 20px;
          padding-right: 60px; } }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #f1f1f1; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'architects_daughterregular';
  src: url("../fonts/ArchitectsDaughter-webfont.eot");
  src: url("../fonts/ArchitectsDaughter-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ArchitectsDaughter-webfont.woff2") format("woff2"), url("../fonts/ArchitectsDaughter-webfont.woff") format("woff"), url("../fonts/ArchitectsDaughter-webfont.ttf") format("truetype"), url("../fonts/ArchitectsDaughter-webfont.svg#architects_daughterregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Button Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  color: white;
  border: none;
  background: #35353c;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: white;
  background: #28282e;
  outline: 0; }

/* Button Plain
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.btn-plain,
button.btn-plain,
input[type="submit"].btn-plain,
input[type="reset"].btn-plain,
input[type="button"].btn-plain {
  color: #35353c;
  background-color: #e6e7e7;
  border: 1px solid #cccccc; }

.no-touch .btn.btn-plain:hover,
.no-touch button.btn-plain:hover,
.no-touch input[type="submit"].btn-plain:hover,
.no-touch input[type="reset"].btn-plain:hover,
.no-touch input[type="button"].btn-plain:hover,
.no-touch .btn.btn-plain:focus,
.no-touch button.btn-plain:focus,
.no-touch input[type="submit"].btn-plain:focus,
.no-touch input[type="reset"].btn-plain:focus,
.no-touch input[type="button"].btn-plain:focus {
  background-color: white;
  color: #35353c; }

/* Button Primary
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary,
input[type="reset"].btn-primary,
input[type="button"].btn-primary {
  color: white;
  background-color: #0e9398;
  border-color: #0e9398; }

.no-touch .btn.btn-primary:hover,
.no-touch button.btn-primary:hover,
.no-touch input[type="submit"].btn-primary:hover,
.no-touch input[type="reset"].btn-primary:hover,
.no-touch input[type="button"].btn-primary:hover,
.no-touch .btn.btn-primary:focus,
.no-touch button.btn-primary:focus,
.no-touch input[type="submit"].btn-primary:focus,
.no-touch input[type="reset"].btn-primary:focus,
.no-touch input[type="button"].btn-primary:focus {
  color: white;
  background-color: #20bdc0;
  border-color: #20bdc0; }

/* Button Secondary
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.btn-secondary,
button.btn-secondary,
input[type="submit"].btn-secondary,
input[type="reset"].btn-secondary,
input[type="button"].btn-secondary {
  color: #35353c;
  background-color: #f3ab1b;
  border: 1px solid #c59616;
  text-transform: uppercase; }

.no-touch .btn.btn-secondary:hover,
.no-touch button.btn-secondary:hover,
.no-touch input[type="submit"].btn-secondary:hover,
.no-touch input[type="reset"].btn-secondary:hover,
.no-touch input[type="button"].btn-secondary:hover,
.no-touch .btn.btn-secondary:focus,
.no-touch button.btn-secondary:focus,
.no-touch input[type="submit"].btn-secondary:focus,
.no-touch input[type="reset"].btn-secondary:focus,
.no-touch input[type="button"].btn-secondary:focus {
  background-color: #c59616;
  color: #35353c; }

/* Button Back
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.icon-back,
button.icon-back,
input[type="submit"].icon-back,
input[type="reset"].icon-back,
input[type="button"].icon-back {
  color: #35353c;
  background-color: #dfdfe0;
  border: 1px solid #a0a0a7;
  text-transform: uppercase; }

.no-touch .btn.icon-back:hover,
.no-touch button.icon-back:hover,
.no-touch input[type="submit"].icon-back:hover,
.no-touch input[type="reset"].icon-back:hover,
.no-touch input[type="button"].icon-back:hover,
.no-touch .btn.icon-back:focus,
.no-touch button.icon-back:focus,
.no-touch input[type="submit"].icon-back:focus,
.no-touch input[type="reset"].icon-back:focus,
.no-touch input[type="button"].icon-back:focus {
  background-color: #f1f1f1;
  border: 1px solid #a0a0a7;
  color: #35353c; }

/* Button Large
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.btn-large,
button.btn-large,
input[type="submit"].btn-large,
input[type="reset"].btn-large,
input[type="button"].btn-large {
  height: 100px;
  padding: 0 30px;
  line-height: 94px;
  color: white;
  background-color: transparent;
  border: 3px solid white; }

.no-touch .btn.btn-large:hover,
.no-touch button.btn-large:hover,
.no-touch input[type="submit"].btn-large:hover,
.no-touch input[type="reset"].btn-large:hover,
.no-touch input[type="button"].btn-large:hover,
.no-touch .btn.btn-large:focus,
.no-touch button.btn-large:focus,
.no-touch input[type="submit"].btn-large:focus,
.no-touch input[type="reset"].btn-large:focus,
.no-touch input[type="button"].btn-large:focus {
  color: white;
  background-color: #28282e;
  border: 3px solid white; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: white;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #20bdc0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Container */
.container {
  position: relative;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible; }
  .container.full {
    padding: 0; }
    .container.full > .wrap {
      max-width: none;
      padding: 0; }
  .container > .wrap {
    margin: 0 auto;
    width: auto;
    padding: 0;
    max-width: 960px;
    box-sizing: border-box; }
    .container > .wrap:after {
      content: '';
      display: table;
      clear: both; }

/* Grid */
.grid-row {
  margin-bottom: 20px; }
  .grid-row:after {
    content: '';
    display: table;
    clear: both; }

.grid-row .col {
  float: left;
  box-sizing: border-box; }

.grid-row .col {
  margin-left: 4%; }

.grid-row.alt .col {
  margin-left: 2%; }

.grid-row.flush .col {
  margin-left: 0;
  padding: 20px 20px; }

.grid-row .col:first-child {
  margin-left: 0; }

.one.col {
  width: 4.66666666667%; }

.two.col {
  width: 13.3333333333%; }

.three.col {
  width: 22%; }

.four.col {
  width: 30.6666666667%; }

.five.col {
  width: 39.3333333333%; }

.six.col {
  width: 48%; }

.seven.col {
  width: 56.6666666667%; }

.eight.col {
  width: 65.3333333333%; }

.nine.col {
  width: 74.0%; }

.ten.col {
  width: 82.6666666667%; }

.eleven.col {
  width: 91.3333333333%; }

.twelve.col {
  width: 100%;
  margin-left: 0; }

.one-third.col {
  width: 30.6666666667%; }

.two-thirds.col {
  width: 65.3333333333%; }

.one-quarter.col {
  width: 22%; }

.one-half.col {
  width: 48%; }

/* Secondary */
.grid-row.alt .one.col {
  width: 6.5%; }
.grid-row.alt .two.col {
  width: 15%; }
.grid-row.alt .three.col {
  width: 23.5%; }
.grid-row.alt .four.col {
  width: 32%; }
.grid-row.alt .five.col {
  width: 40.5%; }
.grid-row.alt .six.col {
  width: 49%; }
.grid-row.alt .seven.col {
  width: 57.5%; }
.grid-row.alt .eight.col {
  width: 66%; }
.grid-row.alt .nine.col {
  width: 74.5%; }
.grid-row.alt .ten.col {
  width: 83%; }
.grid-row.alt .eleven.col {
  width: 91.5%; }
.grid-row.alt .twelve.col {
  width: 100%;
  margin-left: 0; }
.grid-row.alt .one-third.col {
  width: 32%; }
.grid-row.alt .two-thirds.col {
  width: 66%; }
.grid-row.alt .one-quarter.col {
  width: 23.5%; }
.grid-row.alt .one-half.col {
  width: 49%; }

/* Flush */
.grid-row.flush .one.col {
  width: 8.33333333%; }
.grid-row.flush .two.col {
  width: 16.666666%; }
.grid-row.flush .three.col {
  width: 25%; }
.grid-row.flush .four.col {
  width: 33.33333333%; }
.grid-row.flush .five.col {
  width: 41.6666667%; }
.grid-row.flush .six.col {
  width: 50%; }
.grid-row.flush .seven.col {
  width: 58.33333333%; }
.grid-row.flush .eight.col {
  width: 66.6666666%; }
.grid-row.flush .nine.col {
  width: 75%; }
.grid-row.flush .ten.col {
  width: 83.33333%; }
.grid-row.flush .eleven.col {
  width: 91.6666666%; }
.grid-row.flush .twelve.col {
  width: 100%;
  margin-left: 0; }
.grid-row.flush .one-third.col {
  width: 33.33333333%; }
.grid-row.flush .two-thirds.col {
  width: 66.6666667%; }
.grid-row.flush .one-quarter.col {
  width: 25%; }
.grid-row.flush .one-half.col {
  width: 50%; }

/* Grid Offset */
.one.offset.col {
  margin-left: 8.66666666667%; }

.two.offset.col {
  margin-left: 17.3333333333%; }

.three.offset.col {
  margin-left: 26%; }

.four.offset.col {
  margin-left: 34.6666666667%; }

.five.offset.col {
  margin-left: 43.3333333333%; }

.six.offset.col {
  margin-left: 52%; }

.seven.offset.col {
  margin-left: 60.6666666667%; }

.eight.offset.col {
  margin-left: 69.3333333333%; }

.nine.offset.col {
  margin-left: 78.0%; }

.ten.offset.col {
  margin-left: 86.6666666667%; }

.eleven.offset.col {
  margin-left: 95.3333333333%; }

.one-third.offset.col {
  margin-left: 34.6666666667%; }

.two-thirds.offset.col {
  margin-left: 69.3333333333%; }

.one-half.offset.col {
  margin-left: 52%; }

.one-half.offset.col {
  margin-left: 52%; }

@media screen and (max-width: 600px) {
  .grid-row {
    margin-bottom: 0; }

  .grid-row .col {
    float: none !important;
    margin: 0 0 30px 0 !important;
    border: none;
    width: 100% !important; } }
/* Header Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  overflow: visible; }
  .header > .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
  .header:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1; }
  .header:after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 0 5px 5px rgba(53, 53, 60, 0.05); }
  .header .logo {
    position: relative;
    z-index: 2; }
    .header .logo img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  @media (max-width: 768px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: #d9d9db url(../images/paper-bg.png);
      border-bottom: 1px solid #bababb;
      z-index: 997; }
      .header:before, .header:after {
        display: block; }
    .header .logo img {
      max-width: 60%; } }

.header-spacer {
  display: none; }
  .header-spacer > .wrap {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px; }
  .header-spacer img {
    display: block;
    margin: 0 auto;
    max-width: 60%; }
  @media (max-width: 768px) {
    .header-spacer {
      display: block; } }

/* Content Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#lesson-detail {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease 0s; }
  #lesson-detail.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease; }

.content {
  padding-top: 10px;
  padding-bottom: 40px;
  /* Content Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Content Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  .content header {
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-right: 100px;
    border-bottom: 1px solid #828286; }
    .content header .pagination {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .content header .pagination ul {
        font-size: 0; }
        .content header .pagination ul li {
          display: inline-block;
          margin: 0 3px; }
          .content header .pagination ul li.active a {
            background: #f3ab1b;
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); }
          .content header .pagination ul li a {
            display: block;
            width: 10px;
            height: 10px;
            background: #35353c;
            border-radius: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .content header .pagination ul li a:hover {
              -webkit-transform: scale(1.4);
              -moz-transform: scale(1.4);
              -ms-transform: scale(1.4);
              -o-transform: scale(1.4);
              transform: scale(1.4); }
            .content header .pagination ul li a[data-status="locked"] {
              background: gray; }
    @media (max-width: 768px) {
      .content header {
        padding-right: 0; }
      .content header h1 {
        margin-bottom: 40px; }
      .content header .pagination {
        position: relative;
        top: auto;
        right: 0;
        margin-bottom: 20px; }
        .content header .pagination ul {
          text-align: center; }
          .content header .pagination ul li {
            margin: 0 5px; }
            .content header .pagination ul li a {
              width: 20px;
              height: 20px; } }
  .content footer {
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #848388; }
    .content footer:after {
      content: '';
      display: table;
      clear: both; }
    .content footer h2 {
      float: left;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -.1rem;
      font-family: "architects_daughterregular", cursive;
      text-transform: uppercase; }
    .content footer .icon-back {
      float: left; }
    .content footer .icon-next {
      float: right; }

/* Footer Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background: rgba(13, 139, 145, 0.7);
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #767678;
  padding-left: 112px;
  overflow: visible;
  z-index: 100; }
  .home .footer {
    position: relative; }
  .footer > .wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: none; }
  .footer:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 4px;
    background: white; }
  .footer span, .footer a {
    text-decoration: none;
    color: #35353c;
    font-size: 14px;
    line-height: 18px; }
  .footer span {
    display: block;
    font-weight: normal; }
  .footer a {
    font-weight: 700; }
    .footer a:hover {
      text-decoration: underline; }
  @media (max-width: 768px) {
    .footer {
      position: relative;
      padding-left: 20px;
      bottom: auto;
      left: auto; }
      .footer span {
        text-align: center; } }

/* Nav Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 18px 0;
  background: #35353c;
  border-right: 8px solid #edb10f;
  z-index: 999;
  width: 92px;
  max-width: 75%;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  -moz-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  /* Toggle
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Nav Accordion
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Nav Panel
  ––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  .nav-is-open .nav {
    width: 320px;
    -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
    -moz-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9); }
  @media (max-width: 768px) {
    .nav {
      left: -92px;
      padding-top: 70px; }
    .nav-is-open .nav {
      left: 0; } }
  .nav .nav-toggle {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    padding: 0;
    margin: 0 0 15px 16px;
    background: transparent;
    border-radius: 100%;
    text-indent: -9999px;
    border: 2px solid #edb10f;
    box-sizing: border-box;
    -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.5s;
    -moz-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.5s;
    transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.5s; }
    .no-touch .nav .nav-toggle:hover:before {
      -webkit-transform: translateZ(0) scale(1.1);
      -moz-transform: translateZ(0) scale(1.1);
      -ms-transform: translateZ(0) scale(1.1);
      -o-transform: translateZ(0) scale(1.1);
      transform: translateZ(0) scale(1.1); }
    .ie9 .nav .nav-toggle:hover:before {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .nav .nav-toggle:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 100%;
      width: 100%;
      border-radius: 100%;
      background: #edb10f;
      -webkit-transform: translateZ(0) scale(0);
      -moz-transform: translateZ(0) scale(0);
      -ms-transform: translateZ(0) scale(0);
      -o-transform: translateZ(0) scale(0);
      transform: translateZ(0) scale(0);
      -webkit-transition: all 0.5s cubic-bezier(1, -0.25, 0, 1.25);
      -moz-transition: all 0.5s cubic-bezier(1, -0.25, 0, 1.25);
      transition: all 0.5s cubic-bezier(1, -0.25, 0, 1.25); }
      .ie9 .nav .nav-toggle:before {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
    .nav .nav-toggle span {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      background: white;
      width: 26px;
      height: 4px;
      -webkit-transform: translateZ(0) translate(-50%, -50%);
      -moz-transform: translateZ(0) translate(-50%, -50%);
      -ms-transform: translateZ(0) translate(-50%, -50%);
      -o-transform: translateZ(0) translate(-50%, -50%);
      transform: translateZ(0) translate(-50%, -50%); }
      .nav .nav-toggle span.bar-1 {
        -webkit-transform: translateZ(0) translate(-50%, -9px);
        -moz-transform: translateZ(0) translate(-50%, -9px);
        -ms-transform: translateZ(0) translate(-50%, -9px);
        -o-transform: translateZ(0) translate(-50%, -9px);
        transform: translateZ(0) translate(-50%, -9px); }
      .nav .nav-toggle span.bar-3 {
        -webkit-transform: translateZ(0) translate(-50%, 5px);
        -moz-transform: translateZ(0) translate(-50%, 5px);
        -ms-transform: translateZ(0) translate(-50%, 5px);
        -o-transform: translateZ(0) translate(-50%, 5px);
        transform: translateZ(0) translate(-50%, 5px); }
      .ie9 .nav .nav-toggle span {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .ie9 .nav .nav-toggle span.bar-1 {
          -webkit-transform: translate(-50%, -9px);
          -moz-transform: translate(-50%, -9px);
          -ms-transform: translate(-50%, -9px);
          -o-transform: translate(-50%, -9px);
          transform: translate(-50%, -9px); }
        .ie9 .nav .nav-toggle span.bar-3 {
          -webkit-transform: translate(-50%, 5px);
          -moz-transform: translate(-50%, 5px);
          -ms-transform: translate(-50%, 5px);
          -o-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px); }
    @media (max-width: 768px) {
      .nav .nav-toggle {
        position: absolute;
        top: 18px;
        left: 92px;
        background: #35353c; }
      .nav-is-open .nav .nav-toggle {
        left: 0;
        -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
        -moz-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
        transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9); } }
  .nav-is-open .nav .nav-accordion > li.open span.label {
    max-width: 100px;
    color: white;
    -webkit-transition: all 0.2s ease 0.2s, color 0.3s ease 0s;
    -moz-transition: all 0.2s ease 0.2s, color 0.3s ease 0s;
    transition: all 0.2s ease 0.2s, color 0.3s ease 0s; }
  .nav-is-open .nav .nav-accordion > li.open > a {
    padding-right: 20px;
    max-width: 400px;
    color: white;
    -webkit-transition: all 0.2s ease 0.2s, color 0.3s ease 0s;
    -moz-transition: all 0.2s ease 0.2s, color 0.3s ease 0s;
    transition: all 0.2s ease 0.2s, color 0.3s ease 0s; }
    .nav-is-open .nav .nav-accordion > li.open > a:before {
      width: 185px;
      max-width: 50%;
      -webkit-transition: all 0.2s ease 0.2s;
      -moz-transition: all 0.2s ease 0.2s;
      transition: all 0.2s ease 0.2s; }
  .nav-is-open .nav .nav-accordion > li.open ul {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 0.5s;
    -moz-transition: all 0.4s ease 0.5s;
    transition: all 0.4s ease 0.5s; }
  .nav .nav-accordion > li span {
    display: inline-block;
    vertical-align: middle; }
    .nav .nav-accordion > li span.label {
      max-width: 0;
      overflow: hidden;
      margin-right: 4px;
      color: #5b5b5f;
      -webkit-transition: all 0.2s ease 0s, color 0.3s ease 0s;
      -moz-transition: all 0.2s ease 0s, color 0.3s ease 0s;
      transition: all 0.2s ease 0s, color 0.3s ease 0s; }
  .nav .nav-accordion > li.active > a {
    color: white; }
  .nav .nav-accordion > li > a {
    position: relative;
    display: block;
    max-width: 38px;
    padding: 12px 30px 12px 16px;
    color: #5b5b5f;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease 0.4s, color 0.3s ease 0s;
    -moz-transition: all 0.2s ease 0.4s, color 0.3s ease 0s;
    transition: all 0.2s ease 0.4s, color 0.3s ease 0s; }
    .nav .nav-accordion > li > a:hover {
      color: white; }
    .nav .nav-accordion > li > a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      width: 24px;
      height: 1px;
      background: #1effff;
      -webkit-transition: all 0.2s ease 0.4s;
      -moz-transition: all 0.2s ease 0.4s;
      transition: all 0.2s ease 0.4s; }
  .nav .nav-accordion > li ul {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    transition: all 0s ease 0s; }
    .nav .nav-accordion > li ul li {
      padding: 10px 0;
      margin: 0; }
      .nav .nav-accordion > li ul li.active a {
        color: #1effff; }
      .nav .nav-accordion > li ul li a {
        position: relative;
        display: block;
        padding-right: 24px;
        color: white;
        text-decoration: none;
        font-weight: 300; }
        .nav .nav-accordion > li ul li a:hover {
          color: #1effff; }
        .nav .nav-accordion > li ul li a:before {
          content: '';
          position: absolute;
          display: block;
          top: 50%;
          right: 0;
          margin-top: -4px;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background: white; }
        .nav .nav-accordion > li ul li a[data-status='unlocked']:before {
          width: 12px;
          height: 10px;
          margin-top: -5px;
          border-radius: 0;
          background: url("../images/icon-correct.svg") no-repeat; }
  .nav .nav-panel {
    display: none; }

/* Mask
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  display: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5); }
  .nav-is-open .nav-mask {
    display: block; }

/* Resources Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.resources {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 26px 0;
  box-sizing: border-box;
  -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  -moz-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
  /* Toggle
  –––––––––––––––––––––––––––––––––––––––––––––––––– */ }
  .resources .resources-toggle {
    position: relative;
    display: block;
    width: 44px;
    height: 40px;
    padding: 0;
    margin: 0 16px 0;
    background: transparent;
    text-indent: -9999px;
    box-sizing: border-box;
    background: url(../images/icon-resources-gray.svg) no-repeat 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    z-index: 2; }
    .resources-is-open .resources .resources-toggle {
      width: 30px;
      height: 30px;
      margin: 5px 23px 0 23px;
      background: url(../images/icon-close-gray.svg) no-repeat 0 0; }
  .resources .resources-panel {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d9d9db url(../images/paper-bg.png);
    border: 8px solid #35353c;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease; }
    .resources .resources-panel:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #20bdc0;
      box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.1); }
    .resources-is-open .resources .resources-panel {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease 0s; }
    .resources .resources-panel > .wrap {
      position: absolute;
      top: 60px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      overflow-y: scroll;
      padding: 20px;
      margin: 0 auto;
      max-width: 960px; }
      .resources .resources-panel > .wrap > h2 {
        font-size: 32px;
        line-height: 34px;
        border-bottom: 1px solid #c6c6c8;
        padding-bottom: 15px;
        padding-top: 15px; }
    .resources .resources-panel h3 {
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-top: 30px; }
    .resources .resources-panel h4 {
      font-size: 16px;
      margin: 20px 0 5px; }
    .resources .resources-panel ul > li {
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid #c6c6c8;
      padding: 15px;
      overflow: hidden; }
      .resources .resources-panel ul > li h2 {
        margin-bottom: 0; }
      .resources .resources-panel ul > li h2 + p {
        margin-top: 15px; }
      .resources .resources-panel ul > li p {
        margin-bottom: 0; }
        .resources .resources-panel ul > li p a {
          color: #35353c;
          font-style: italic; }
      .resources .resources-panel ul > li p + ul {
        margin-top: 20px; }
      .resources .resources-panel ul > li ul li {
        background: rgba(195, 195, 196, 0.3); }

/* Related Resources Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.related-resources {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #aaaaac; }
  .related-resources > .wrap {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative; }
    .related-resources > .wrap:before {
      content: '';
      position: absolute;
      display: block;
      top: 35px;
      bottom: 35px;
      left: 65%;
      width: 1px;
      background: #bfbfc0; }
  .related-resources .grid-row:last-child {
    margin-bottom: 0; }
  .related-resources .grid-row .col.two-thirds {
    width: 60%; }
  .related-resources .grid-row .col.one-third {
    width: 30%;
    margin-left: 10%; }
  @media (max-width: 600px) {
    .related-resources > .wrap:before {
      display: none; } }

/* Video Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.video-player .lesson-detail {
  max-width: 768px;
  margin: 0 auto; }
.video-player figure {
  position: relative;
  margin: 0 0 10px; }
  .video-player figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .video-player figure .video-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 140px;
    height: 140px;
    padding: 0;
    margin: 0;
    background: transparent;
    text-indent: -9999px;
    box-sizing: border-box;
    z-index: 10;
    background: url(../images/icon-play.svg) no-repeat;
    -webkit-transform: translateZ(0) translate(-50%, -50%) scale(1);
    -moz-transform: translateZ(0) translate(-50%, -50%) scale(1);
    -ms-transform: translateZ(0) translate(-50%, -50%) scale(1);
    -o-transform: translateZ(0) translate(-50%, -50%) scale(1);
    transform: translateZ(0) translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.5s cubic-bezier(1, -0.25, 0, 1.25);
    -moz-transition: all 0.5s cubic-bezier(1, -0.25, 0, 1.25);
    transition: all 0.5s cubic-bezier(1, -0.25, 0, 1.25); }
    .video-player figure .video-toggle:hover {
      -webkit-transform: translateZ(0) translate(-50%, -50%) scale(1.2);
      -moz-transform: translateZ(0) translate(-50%, -50%) scale(1.2);
      -ms-transform: translateZ(0) translate(-50%, -50%) scale(1.2);
      -o-transform: translateZ(0) translate(-50%, -50%) scale(1.2);
      transform: translateZ(0) translate(-50%, -50%) scale(1.2); }

/* Multiple Choice Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.multiple-choice .lesson-detail {
  max-width: 860px;
  margin: 0 auto; }
  .multiple-choice .lesson-detail form > h2 {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    line-height: 24px; }
  .multiple-choice .lesson-detail h3 {
    font-size: 16px;
    font-weight: 400; }
  .multiple-choice .lesson-detail .submit {
    margin-top: 40px; }
    .multiple-choice .lesson-detail .submit:after {
      content: '';
      display: table;
      clear: both; }
    .multiple-choice .lesson-detail .submit .scorecard {
      font-weight: 700;
      font-size: 16px;
      float: right;
      text-align: right; }
  .multiple-choice .lesson-detail .row {
    position: relative;
    margin-bottom: 6px; }
    .multiple-choice .lesson-detail .row.correct .message {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease 0s; }
      .multiple-choice .lesson-detail .row.correct .message:before {
        width: 24px;
        height: 20px;
        background: url(../images/icon-correct.svg) no-repeat; }
      .multiple-choice .lesson-detail .row.correct .message:after {
        content: 'Correct'; }
    .multiple-choice .lesson-detail .row.incorrect .message {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease 0s; }
      .multiple-choice .lesson-detail .row.incorrect .message:before {
        width: 19px;
        height: 19px;
        background: url(../images/icon-incorrect.png) no-repeat; }
      .multiple-choice .lesson-detail .row.incorrect .message:after {
        content: 'Incorrect'; }
    .multiple-choice .lesson-detail .row.right-out label {
      opacity: 0.3; }
    .multiple-choice .lesson-detail .row input {
      display: block;
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0; }
      .multiple-choice .lesson-detail .row input:focus + label {
        outline: 1px solid #20bdc0 !important; }
      .multiple-choice .lesson-detail .row input:checked + label:after {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease 0s; }
    .multiple-choice .lesson-detail .row label {
      position: relative;
      z-index: 2;
      display: block;
      background: #e6e7e7;
      border: 1px solid #c6c6c8;
      margin-bottom: 0;
      padding: 10px 10px 10px 50px;
      cursor: pointer;
      font-size: 16px;
      line-height: 24px; }
      .multiple-choice .lesson-detail .row label:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        -moz-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
        height: 26px;
        width: 26px;
        box-sizing: border-box;
        border: 2px solid #35353c; }
      .multiple-choice .lesson-detail .row label:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 16px;
        top: 50%;
        margin-top: -13px;
        height: 20px;
        width: 24px;
        box-sizing: border-box;
        background: url(../images/icon-checkmark.svg) no-repeat;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.3s, opacity 0.3s ease; }
      .multiple-choice .lesson-detail .row label ul {
        margin: 10px 0 0 15px;
        font-size: 14px;
        line-height: 16px;
        font-style: italic; }
    .multiple-choice .lesson-detail .row .message {
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 50%;
      z-index: 3;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s ease; }
      .multiple-choice .lesson-detail .row .message:after {
        content: '';
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700; }
      .multiple-choice .lesson-detail .row .message:before {
        content: '';
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        top: -3px; }
  @media (max-width: 768px) {
    .multiple-choice .lesson-detail .submit {
      margin-top: 20px; }
      .multiple-choice .lesson-detail .submit .scorecard {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 20px;
        text-align: left; } }

/* Matching Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.matching .lesson-detail {
  max-width: 865px;
  margin: 0 auto; }
  .matching .lesson-detail h2 {
    color: #2d2d33;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.1rem; }
.matching .grid-row {
  position: relative; }
  .matching .grid-row > .wrap:before, .matching .grid-row > .wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #6a6b6d; }
  .matching .grid-row > .wrap:before {
    left: 32%; }
  .matching .grid-row > .wrap:after {
    left: 66%; }
  @media (max-width: 600px) {
    .matching .grid-row > .wrap:before, .matching .grid-row > .wrap:after {
      display: none; } }
.matching .interaction {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-top: 1px solid #bababb;
  border-bottom: 1px solid #bababb;
  margin-bottom: 30px;
  padding: 35px 0 0; }
  .matching .interaction:before, .matching .interaction:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #bababb;
    border-bottom: 1px solid #bababb;
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 9999px; }
  .matching .interaction:before {
    right: 100%; }
  .matching .interaction:after {
    left: 100%; }
  .matching .interaction > h2 {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none; }
  .matching .interaction ul:after {
    content: '';
    display: table;
    clear: both; }
  .matching .interaction ul li {
    float: left;
    margin: 0 3.48837% 30px 0;
    width: 17.2093%;
    box-sizing: border-box;
    text-align: center;
    min-height: 225px;
    cursor: pointer; }
    .matching .interaction ul li:nth-child(5n) {
      margin-right: 0; }
    .matching .interaction ul li.active button {
      background: #5d2d61;
      border-color: #6f3b73;
      color: white; }
    .matching .interaction ul li.active figure {
      border: 4px solid #6f3b73; }
  .matching .interaction ul figure {
    margin: 0 0 10px; }
    .matching .interaction ul figure img {
      width: 100%;
      display: block; }
  .matching .interaction ul button {
    white-space: normal;
    height: auto;
    line-height: normal;
    padding: 10px; }
  @media (max-width: 768px) {
    .matching .interaction ul li {
      width: 30%;
      margin: 0 5% 30px 0; }
      .matching .interaction ul li:nth-child(5n) {
        margin-right: 5%; }
      .matching .interaction ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 320px) {
    .matching .interaction ul li {
      width: 100%;
      margin: 0 0 30px 0 !important; } }
.matching .scorecard {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: none; }

/* Reveal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.reveal .lesson-detail {
  max-width: 865px;
  margin: 0 auto; }
  .reveal .lesson-detail ul {
    text-align: center;
    margin-bottom: 40px; }
    .reveal .lesson-detail ul:after {
      content: '';
      display: table;
      clear: both; }
    .reveal .lesson-detail ul figure {
      max-width: 225px;
      margin: 0 auto 20px auto;
      border: 4px solid #6f3b73;
      box-sizing: border-box; }
      .reveal .lesson-detail ul figure img {
        display: block;
        width: 100%; }
    .reveal .lesson-detail ul li {
      width: 33.33%;
      box-sizing: border-box;
      padding: 0 10px;
      float: left;
      margin-bottom: 30px; }
    .reveal .lesson-detail ul div {
      display: table;
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid #bbbbbc;
      width: 100%; }
    .reveal .lesson-detail ul span {
      display: table-cell;
      padding: 10px;
      font-size: 18px;
      font-weight: 800;
      line-height: 24px;
      vertical-align: middle; }
.reveal h2 {
  margin-bottom: 10px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-style: 18px;
  font-weight: 800; }
.reveal h2 + p {
  margin-bottom: 30px; }
.reveal .more-consequences li div {
  min-height: 70px; }
@media (max-width: 768px) {
  .reveal .lesson-detail ul li {
    float: none;
    width: 100%; } }

/* Infographic Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.infographic .lesson-detail {
  max-width: 768px;
  margin: 0 auto; }
.infographic .grid-row {
  margin-bottom: 60px; }
.infographic figure {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: visibility 0s 0.3s, opacity 0.3s ease, transform 0.3s ease; }
  .infographic figure.animate {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease 0s, transform 0.3s ease; }
  .infographic figure img {
    display: block;
    max-width: 100%; }
.infographic h3 {
  color: #215970;
  font-size: 64px;
  line-height: 66px;
  font-weight: 800;
  letter-spacing: -0.1em; }
  .infographic h3 span {
    display: inline-block;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 3px solid #20bdc0;
    color: #6f3b73;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    vertical-align: middle;
    margin-top: -5px;
    letter-spacing: 0; }
.infographic p span {
  color: #6f3b73;
  font-weight: 800; }

/* Graphic Novel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.graphic-novel .lesson-detail {
  background: white;
  position: relative;
  overflow: hidden; }
  .graphic-novel .lesson-detail.dark {
    background: black; }
.graphic-novel section {
  position: relative; }
  .graphic-novel section [data-type="background"] {
    position: relative;
    top: 0;
    z-index: 1; }
  .graphic-novel section figure {
    margin: 0;
    position: relative;
    z-index: 2; }
    .graphic-novel section figure.right {
      text-align: right; }
      .graphic-novel section figure.right.right-padding {
        padding-right: 40px; }
      .graphic-novel section figure.right img {
        display: inline-block;
        margin: 0; }
    .graphic-novel section figure.left {
      text-align: left; }
      .graphic-novel section figure.left.left-padding {
        padding-left: 40px; }
      .graphic-novel section figure.left img {
        display: inline-block;
        margin: 0; }
    .graphic-novel section figure img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
    .graphic-novel section figure:last-child {
      margin-bottom: 40px; }
  .graphic-novel section > figure {
    margin-top: 40px; }
.graphic-novel .continue {
  background: black;
  min-height: 500px;
  position: relative;
  z-index: 3; }
  .graphic-novel .continue .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* Draggable Input Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.draggable-input {
  /* Chart
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* UI Slider
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  /* Slider size and handle placement;
   */
  /* Styling;
   */
  /* Handles and cursors;
   */
  /* Disabled state;
   */ }
  .draggable-input .grid-row {
    margin-top: 30px; }
    .draggable-input .grid-row .col {
      width: 100%;
      position: relative;
      -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
      -moz-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
      transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9); }
      .draggable-input .grid-row .col h2 {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.3s, opacity 0.3s ease; }
    .draggable-input .grid-row .col + .col {
      width: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.4s;
      -moz-transition: opacity 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.4s;
      transition: opacity 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.4s; }
      .draggable-input .grid-row .col + .col h2 {
        max-width: 285px; }
      .draggable-input .grid-row .col + .col .chart-container {
        float: left; }
      .draggable-input .grid-row .col + .col p {
        position: absolute;
        top: 50%;
        right: 0;
        width: 45%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .reveal-answer .draggable-input .grid-row .col {
      width: 30.6666666667%; }
      .reveal-answer .draggable-input .grid-row .col h2 {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease 0s; }
    .reveal-answer .draggable-input .grid-row .col + .col {
      height: auto;
      width: 65.3333333333%;
      opacity: 1; }
    @media (max-width: 960px) {
      .draggable-input .grid-row .col {
        float: none;
        width: 100% !important; }
      .draggable-input .grid-row .col + .col {
        width: 100%;
        margin: 0; }
        .draggable-input .grid-row .col + .col h2 {
          max-width: none; }
        .draggable-input .grid-row .col + .col .chart-container {
          float: none; }
        .draggable-input .grid-row .col + .col p {
          position: relative;
          top: auto;
          right: auto;
          width: 100%;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
  .draggable-input h2, .draggable-input .submit {
    text-align: center; }
  .reveal-answer .draggable-input .submit {
    display: none; }
  .draggable-input .chart-container {
    text-align: center;
    margin-bottom: 40px;
    position: relative; }
    .draggable-input .chart-container canvas {
      display: inline-block;
      position: relative; }
    .draggable-input .chart-container span {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      margin-top: -5px;
      color: #215970;
      font-size: 60px;
      font-weight: 700;
      text-align: center;
      letter-spacing: -.2rem;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .draggable-input .slider-container {
    margin-bottom: 40px; }
    .reveal-answer .draggable-input .slider-container {
      display: none; }
    .draggable-input .slider-container label {
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 40px; }
  .draggable-input .slider {
    max-width: 380px;
    margin: 0 auto 20px auto; }
  .draggable-input .slider-input {
    margin: 0 auto;
    display: block; }
  .draggable-input .noUi-target,
  .draggable-input .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .draggable-input .noUi-target {
    position: relative;
    direction: ltr; }
  .draggable-input .noUi-base {
    width: 100%;
    height: 100%;
    position: relative; }
  .draggable-input .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
  .draggable-input .noUi-handle {
    position: relative;
    z-index: 1; }
  .draggable-input .noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10; }
  .draggable-input .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s; }
  .draggable-input .noUi-state-drag * {
    cursor: inherit !important; }
  .draggable-input .noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .draggable-input .noUi-horizontal {
    height: 5px; }
  .draggable-input .noUi-horizontal .noUi-handle {
    width: 12px;
    height: 40px;
    left: -6px;
    top: -17px; }
  .draggable-input .noUi-background {
    background: black; }
  .draggable-input .noUi-connect {
    background: #0e9398;
    -webkit-transition: background 450ms;
    transition: background 450ms; }
  .draggable-input .noUi-dragable {
    cursor: w-resize; }
  .draggable-input .noUi-vertical .noUi-dragable {
    cursor: n-resize; }
  .draggable-input .noUi-handle {
    background: #20bdc0;
    cursor: default;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }
  .draggable-input .noUi-active {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }
  .draggable-input [disabled].noUi-connect,
  .draggable-input [disabled] .noUi-connect {
    background: #B8B8B8; }
  .draggable-input [disabled] .noUi-handle {
    cursor: not-allowed; }

/* Reflection Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.reflection .lesson-detail {
  max-width: 768px;
  margin: 0 auto; }
  .reflection .lesson-detail > p {
    margin-bottom: 30px; }
.reflection .row {
  margin-bottom: 20px; }
  .reflection .row textarea {
    width: 100%;
    min-height: 200px; }
.reflection .message {
  display: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #c3c3c4;
  padding: 20px; }
  .reflection .message p:first-child {
    font-weight: 700; }

/* Lesson Intro Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lesson-intro .lesson-detail {
  max-width: 768px;
  margin: 0 auto; }

/* Basic Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.basic .lesson-detail {
  max-width: 865px;
  margin: 0 auto; }
  .basic .lesson-detail figure {
    margin: 0;
    padding: 0;
    border: 3px solid #6f3b73; }
    .basic .lesson-detail figure img {
      width: 100%;
      display: block; }
  .basic .lesson-detail ul.documents li {
    padding: 0;
    background: none; }
    .basic .lesson-detail ul.documents li a {
      color: #35353c;
      display: block;
      padding: 10px 10px 10px 35px;
      background: rgba(128, 128, 128, 0.2);
      text-decoration: none; }
      .basic .lesson-detail ul.documents li a:hover {
        background: rgba(14, 147, 152, 0.4); }

/* Lightbox Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox figure {
  position: relative;
  margin: 0;
  border: 1px solid #35353c;
  margin-bottom: 40px; }
  .lightbox figure figcaption {
    position: absolute;
    top: 65px;
    left: 50px;
    right: 50px;
    z-index: 2; }
    .lightbox figure figcaption p {
      font-weight: 700; }
  .lightbox figure figcaption + figcaption {
    top: auto;
    bottom: 65px; }
  .lightbox figure .img-wrapper {
    position: relative; }
  .lightbox figure img {
    position: relative;
    display: block;
    max-width: 100%;
    z-index: 1; }
  .lightbox figure ul li {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease 0s; }
    .lightbox figure ul li.schedule {
      top: 300px;
      left: 295px; }
      .lightbox figure ul li.schedule .img-reveal {
        top: 18px;
        left: 12px; }
    .lightbox figure ul li.diary {
      top: 315px;
      left: 640px; }
      .lightbox figure ul li.diary .img-reveal {
        top: 12px;
        left: -45px; }
    .lightbox figure ul li.picture {
      top: 330px;
      left: 765px; }
      .lightbox figure ul li.picture .img-reveal {
        top: 27px;
        left: 17px; }
    .lightbox figure ul li.jacket {
      top: 525px;
      left: 225px; }
      .lightbox figure ul li.jacket .img-reveal {
        top: -84px;
        left: -184px; }
    .lightbox figure ul li.tv {
      top: 450px;
      left: 560px; }
      .lightbox figure ul li.tv .img-reveal {
        top: -53px;
        left: -69px; }
    .lightbox figure ul li.right .details {
      left: auto;
      right: 10px; }
    .lightbox figure ul li.active button {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
      .lightbox figure ul li.active button:before, .lightbox figure ul li.active button:after {
        -webkit-transform: translateZ(0) translate(-50%, -50%) rotate(45deg);
        -moz-transform: translateZ(0) translate(-50%, -50%) rotate(45deg);
        -ms-transform: translateZ(0) translate(-50%, -50%) rotate(45deg);
        -o-transform: translateZ(0) translate(-50%, -50%) rotate(45deg);
        transform: translateZ(0) translate(-50%, -50%) rotate(45deg); }
      .ie9 .lightbox figure ul li.active button:before, .ie9 .lightbox figure ul li.active button:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
    .lightbox figure ul li.active .details {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.3s ease 0s, transform 0.3s ease; }
    .lightbox figure ul li.hide {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s 0.3s, opacity 0.3s ease; }
  .lightbox figure ul button {
    position: relative;
    background: white;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 20px;
    border: 3px solid #20bdc0;
    border-radius: 100%;
    line-height: normal;
    text-indent: -9999px;
    box-sizing: content-box;
    box-shadow: 0 0 25px 0 rgba(30, 255, 255, 0.9);
    z-index: 5;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .lightbox figure ul button:focus {
      border-width: 5px;
      margin: -2px 0 0 -2px; }
    .lightbox figure ul button:before, .lightbox figure ul button:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background: #35353c;
      width: 3px;
      height: 10px;
      -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
      -moz-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
      transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9);
      -webkit-transform: translateZ(0) translate(-50%, -50%) rotate(0);
      -moz-transform: translateZ(0) translate(-50%, -50%) rotate(0);
      -ms-transform: translateZ(0) translate(-50%, -50%) rotate(0);
      -o-transform: translateZ(0) translate(-50%, -50%) rotate(0);
      transform: translateZ(0) translate(-50%, -50%) rotate(0); }
    .ie9 .lightbox figure ul button:before, .ie9 .lightbox figure ul button:after {
      -webkit-transform: translate(-50%, -50%) rotate(0);
      -moz-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
      -o-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0); }
    .lightbox figure ul button:after {
      width: 10px;
      height: 3px; }
    .lightbox figure ul button:hover + .img-reveal {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease 0s; }
  .lightbox figure ul .img-reveal {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease; }
    .lightbox figure ul .img-reveal img {
      max-width: none; }
  .lightbox figure ul .details {
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: visibility 0s 0.3s, opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #35353c;
    border: 1px solid #20bdc0;
    width: 300px;
    padding: 20px;
    z-index: 4; }
    .lightbox figure ul .details h2 {
      color: #20bdc0;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 20px;
      font-weight: 800;
      margin-bottom: 5px;
      letter-spacing: 0; }
    .lightbox figure ul .details p {
      color: white;
      font-size: 12px;
      line-height: 22px; }
  .lightbox figure .mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease; }
    .lightbox figure .mask.active {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease 0s; }
.lightbox table {
  margin-bottom: 20px; }
  .lightbox table tr {
    border: none; }
  .lightbox table th, .lightbox table td {
    border: 2px solid #20bdc0;
    width: 20%;
    padding: 15px 20px;
    vertical-align: top; }
  .lightbox table th, .lightbox table h2 {
    background: #35353c;
    color: white;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0; }
  .lightbox table td {
    font-weight: 600;
    line-height: 22px; }
  .lightbox table h2 {
    display: none;
    border-bottom: 2px solid #20bdc0;
    padding: 15px 20px;
    margin: 0; }
@media (max-width: 1100px) {
  .lightbox figure ul li.schedule {
    top: 31%;
    left: 31%; }
  .lightbox figure ul li.diary {
    top: 33%;
    left: 67%; }
  .lightbox figure ul li.picture {
    top: 35%;
    left: 80%; }
  .lightbox figure ul li.jacket {
    top: 55%;
    left: 24%; }
  .lightbox figure ul li.tv {
    top: 48%;
    left: 59%; }
  .lightbox figure ul li button:hover + .img-reveal {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease; } }
@media (max-width: 960px) {
  .lightbox figure {
    border: none; }
    .lightbox figure figcaption {
      position: relative !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: auto !important;
      margin-bottom: 20px; }
    .lightbox figure img {
      border: 1px solid #35353c; }
  .lightbox table thead {
    display: none; }
  .lightbox table td {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .lightbox table h2 {
    display: block; }
  .lightbox table p {
    padding: 15px 20px; } }
@media (max-width: 600px) {
  .lightbox figure ul li {
    z-index: 9999; }
    .lightbox figure ul li .details {
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0 !important;
      right: 0 !important;
      bottom: 0;
      width: auto; }
    .lightbox figure ul li.active button {
      position: fixed;
      top: 15px;
      right: 15px;
      z-index: 2; } }

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 255, 255, 0.9);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    box-shadow: 0 0 25px 0 rgba(30, 255, 255, 0.9);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 255, 255, 0.9);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/* Modal Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal .close {
    display: none; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.modal-footer:after {
  clear: both; }

/* Skip Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.skip-menu:focus {
  outline: none !important; }
.skip-menu a {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: -1;
  box-sizing: border-box;
  padding: 0 20px;
  color: white; }
  .skip-menu a:active, .skip-menu a:hover, .skip-menu a:focus {
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: #35353c;
    z-index: 9999; }

/* Home Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Intro Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro {
  border-top: 11px solid #f3ab1b;
  border-bottom: 4px solid #232327;
  background: #35353c url("../images/chalkboard-bg.png");
  text-align: center;
  overflow: visible;
  z-index: 10; }
  .intro > .wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative; }
    .intro > .wrap:before, .intro > .wrap:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -65px;
      height: 360px;
      width: 31.25%;
      max-width: 300px; }
    .intro > .wrap:before {
      background: url("../images/home-characters-1.png") no-repeat right bottom;
      left: -100px; }
    .intro > .wrap:after {
      background: url("../images/home-characters-2.png") no-repeat left bottom;
      right: -100px; }
  .intro .logo {
    margin-bottom: 40px; }
    .intro .logo img {
      max-width: 100%; }
  .intro .logo + a {
    max-width: 100%; }
  .intro p {
    color: white;
    line-height: 30px;
    max-width: 56.25%;
    margin: 0 auto; }
    .intro p strong {
      text-transform: uppercase; }
    .intro p:first-of-type {
      margin-top: 55px; }
    .intro p:last-of-type {
      margin-bottom: 0; }
  @media (max-width: 600px) {
    .intro > .wrap:before, .intro > .wrap:after {
      display: none; }
    .intro .logo + a {
      font-size: 20px !important;
      height: 80px;
      line-height: 76px; }
    .intro p {
      max-width: 95%; } }

/* Content Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content.home {
  position: relative;
  overflow: hidden; }
  .content.home:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -999px;
    right: -999px;
    bottom: -999px;
    box-shadow: inset 0 0 100px 100px rgba(53, 53, 60, 0.3); }
  .content.home > .wrap {
    padding-top: 90px;
    padding-bottom: 40px;
    max-width: 1160px; }
  .content.home .grid-row {
    position: relative; }
    .content.home .grid-row:last-child {
      margin-bottom: 0; }
    .content.home .grid-row:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      background: #6a6b6d; }
    .content.home .grid-row .col *:last-child {
      margin-bottom: 0; }
    .content.home .grid-row .col.one-half {
      width: 47.5%; }
    .content.home .grid-row .col.one-half + .one-half {
      margin-left: 5%; }
  .content.home h2 {
    text-transform: capitalize;
    color: #6f3b73;
    font-size: 18px;
    line-height: 20px;
    font-family: "architects_daughterregular", cursive;
    text-transform: uppercase; }
  .content.home h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px; }
  .content.home p + h3 {
    margin-top: 30px; }
  .content.home ul {
    list-style: none;
    margin-left: 10px; }
    .content.home ul li {
      position: relative;
      padding-left: 10px; }
      .content.home ul li:before {
        content: '\2022';
        position: absolute;
        left: 0;
        font-size: 16px; }
      .content.home ul li a {
        color: #35353c; }
  @media (max-width: 600px) {
    .content.home .grid-row:before {
      display: none; } }

/* Sub Content Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content-sub {
  border-top: 1px solid #c0c0c2;
  background: rgba(255, 255, 255, 0.3); }
  .content-sub > .wrap {
    padding: 20px 0;
    max-width: 1160px; }
  .content-sub h2 {
    text-transform: capitalize;
    color: #0e9398;
    font-size: 18px;
    line-height: 20px;
    font-family: "architects_daughterregular", cursive;
    text-transform: uppercase; }
  .content-sub p {
    margin-left: 10px; }

/*# sourceMappingURL=site.css.map */
