<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Config */
/* Grid */
/* Break Points */
/* Section Padding */
/* Assignment Type Colors */
/* Swatch Colors */
/* Misc */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*!
 * Cropper.js v0.8.1
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-09-03T04:55:16.458Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr; }
  .cropper-container img {
    display: block;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    image-orientation: 0deg; }

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cropper-wrap-box {
  overflow: hidden; }

.cropper-drag-box {
  opacity: 0;
  background-color: #fff; }

.cropper-modal {
  opacity: .5;
  background-color: #000; }

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75); }

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee; }
  .cropper-dashed.dashed-h {
    top: 33.33333333%;
    left: 0;
    width: 100%;
    height: 33.33333333%;
    border-top-width: 1px;
    border-bottom-width: 1px; }
  .cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333333%;
    width: 33.33333333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px; }

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75; }
  .cropper-center:before, .cropper-center:after {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee; }
  .cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px; }
  .cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px; }

.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .2; }

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }

.cropper-line {
  background-color: #39f; }
  .cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize; }
  .cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize; }
  .cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize; }
  .cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize; }

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f; }
  .cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize; }
  .cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize; }
  .cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize; }
  .cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize; }
  .cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize; }
  .cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize; }
  .cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize; }
  .cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1; }
    .cropper-point.point-se:before {
      position: absolute;
      right: -50%;
      bottom: -50%;
      display: block;
      width: 200%;
      height: 200%;
      content: ' ';
      opacity: 0;
      background-color: #39f; }

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75; } }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.ngdialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ngdialog.ngdialog-disabled-animation * {
  -webkit-animation: none !important;
  animation: none !important; }

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s; }

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s; }

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer; }

.cg-notify-message {
  position: fixed;
  top: 0px;
  z-index: 9999;
  max-width: 40rem;
  -webkit-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  -moz-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  -o-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  transition: top 0.5s ease-out,opacity 0.2s ease-out;
  visibility: hidden; }

.cg-notify-message-center {
  left: 50%; }

.cg-notify-message-left {
  left: 15px; }

.cg-notify-message-right {
  right: 15px; }

.cg-notify-message a {
  font-weight: bold;
  color: inherit; }

.cg-notify-message a:hover {
  color: inherit; }

.cg-notify-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  position: absolute;
  top: 0px;
  right: 3px;
  line-height: 15px; }

.cg-notify-close:hover, .cg-notify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

.cg-notify-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-animate-hide {
  display: none !important; }

.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out; }

.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out; }

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-variable:before {
  content: "\e927"; }

.re-icon-video:before {
  content: "\e928"; }

.re-icon-widget:before {
  content: "\e929"; }

.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box {
  position: relative;
  box-sizing: border-box; }

.redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  box-shadow: none; }

.redactor-box.redactor-inline {
  position: static; }

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important; }

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important; }

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important; }

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box; }

.redactor-in:focus {
  outline: none; }

.redactor-inline .redactor-in {
  overflow: hidden; }

.redactor-in *,
.redactor-read-only * {
  outline: none !important; }

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty {
  min-height: 1.5em; }

.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem; }

.redactor-in table {
  empty-cells: show; }

.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none; }

.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline; }

.redactor-in figure[data-redactor-type=line] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0, 0, 0, 0.1); }

.redactor-script-tag {
  display: none !important; }

.redactor-component {
  position: relative; }

.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1; }

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both; }

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer; }

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=image] {
  outline: none !important; }

.redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a; }

.redactor-component-active[data-redactor-type=video] {
  outline: none !important; }

.redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important; }

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important; }

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important; }

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important; }

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important; }

.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd; }

.redactor-component-caret {
  position: absolute;
  left: -9999px; }

.redactor-textnodes-wrapper {
  display: inline-block; }

#redactor-image-resizer {
  position: absolute;
  z-index: 1050;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize; }

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5; }

.redactor-file-remover:hover {
  opacity: 1; }

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3); }

#redactor-overlay &gt; .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem; }

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical; }

.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr; }

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: ""; }

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none; }

.redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.redactor-statusbar li:last-child {
  border-right-color: transparent; }

.redactor-statusbar a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline; }

.redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline; }

.redactor-statusbar:empty {
  display: none; }

.redactor-toolbar-wrapper {
  position: relative; }

.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box; }

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px; }

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px; }

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px; }

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef; }

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4); }

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3; }

.redactor-toolbar a.redactor-button-disabled:hover,
.redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default; }

.redactor-source-view .redactor-toolbar {
  background: #252525; }

.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff; }

.redactor-source-view .redactor-toolbar a:hover {
  background: #449aef; }

.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important; }

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }

.re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 4px;
  margin-left: -4px; }

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100; }

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97); }

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9); }

.redactor-air a:hover {
  background: #3d79f2; }

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff; }

.redactor-air a.redactor-button-disabled:hover {
  color: #fff; }

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer; }

.redactor-air-helper:hover {
  background: #fff; }

.redactor-voice-label {
  display: none; }

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }

.redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px; }

.redactor-context-toolbar a:first-child {
  padding-left: 0; }

.redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px; }

.redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.redactor-context-toolbar a:hover {
  color: #fff; }

.redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none; }

.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0; }

.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0; }

.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none; }

.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0; }

.redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px; }

.redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.redactor-dropdown a:last-child {
  border-bottom-color: transparent; }

.redactor-dropdown a {
  color: #000; }

.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important; }

.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.4);
  background: #fff; }

.redactor-dropdown-cells {
  margin: 10px auto; }

.redactor-dropdown-cells a,
.redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px; }

.redactor-dropdown-selector {
  display: flex;
  text-align: center; }

.redactor-dropdown-selector span {
  flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer; }

.redactor-dropdown-selector span:hover {
  background: #eee; }

.redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
  background: #eee; }

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px; }

#redactor-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px; }

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000; }

.redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.redactor-modal input,
.redactor-modal select,
.redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 .5em; }

.redactor-modal textarea {
  padding: .5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top; }

.redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"&gt;&lt;path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/&gt;&lt;/svg&gt;');
  background-repeat: no-repeat;
  background-position: right .65em center;
  padding-right: 28px; }

.redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: .5em .75em; }

.redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block; }

.redactor-modal input[type="radio"],
.redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px; }

.redactor-modal .form-item {
  margin-bottom: 20px; }

.redactor-modal .form-item:last-child {
  margin-bottom: 0; }

.redactor-modal fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.redactor-modal fieldset .form-item {
  margin-bottom: 12px; }

.redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px; }

.redactor-modal label .desc,
.redactor-modal label .success,
.redactor-modal label .error {
  text-transform: none;
  font-weight: normal; }

.redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit; }

.redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em; }

.redactor-modal input:hover,
.redactor-modal textarea:hover,
.redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  box-shadow: none; }

.redactor-modal input:focus,
.redactor-modal textarea:focus,
.redactor-modal select:focus {
  transition: all linear .2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0, 125, 255, 0.5);
  box-shadow: 0 0 3px rgba(0, 125, 255, 0.5); }

.redactor-modal input.error,
.redactor-modal textarea.error,
.redactor-modal select.error {
  background-color: rgba(255, 50, 101, 0.1);
  border: 1px solid #ff7f9e; }

.redactor-modal input.error:focus,
.redactor-modal textarea.error:focus,
.redactor-modal select.error:focus {
  border-color: #ff3265;
  box-shadow: 0 0 1px #ff3265; }

.redactor-modal input.success,
.redactor-modal textarea.success,
.redactor-modal select.success {
  background-color: rgba(47, 196, 182, 0.1);
  border: 1px solid #65dacf; }

.redactor-modal input.success:focus,
.redactor-modal textarea.success:focus,
.redactor-modal select.success:focus {
  border-color: #2fc4b6;
  box-shadow: 0 0 1px #2fc4b6; }

.redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover,
.redactor-modal textarea:disabled,
.redactor-modal textarea:disabled:hover,
.redactor-modal textarea.disabled,
.redactor-modal textarea.disabled:hover,
.redactor-modal select:disabled,
.redactor-modal select:disabled:hover,
.redactor-modal select.disabled,
.redactor-modal select.disabled:hover {
  resize: none;
  opacity: .6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #cacfd4;
  box-shadow: none;
  background-color: #fff; }

.redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%; }

.redactor-modal .desc {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px; }

.redactor-modal span.desc {
  margin-left: 0.25em; }

.redactor-modal div.desc {
  margin-top: 0.25em; }

.redactor-modal span.success,
.redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em; }

.redactor-modal div.desc {
  margin-bottom: -0.5em; }

.redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: .3;
  cursor: pointer; }

.redactor-modal .redactor-close:hover {
  opacity: 1; }

.redactor-modal .redactor-close:before {
  content: '\00d7'; }

.redactor-modal button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none; }

.redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0, 125, 255, 0.6);
  border-color: rgba(0, 125, 255, 0.5); }

.redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34; }

.redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42, 46, 52, 0.6);
  border-color: rgba(42, 46, 52, 0.5); }

.redactor-modal button.redactor-button-danger,
.redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: #2a2e34; }

.redactor-modal button.redactor-button-danger:hover,
.redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline; }

.redactor-modal button.redactor-button-update {
  background: #faa21b;
  border-color: transparent;
  color: #ffffff; }

.redactor-modal button.redactor-button-update:hover {
  background: #f77e0d;
  color: #ffffff;
  border-color: transparent; }

.redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both; }

.redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%; }

.redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block; }

.redactor-modal .redactor-modal-area {
  float: left;
  width: 66%; }

.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto; }

.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left; }

.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0; }

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.redactor-modal-header:empty {
  display: none; }

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px; }

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden; }

.redactor-modal-footer button {
  margin-right: 4px; }

.redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right; }

.redactor-modal-footer:empty {
  display: none; }

.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }

.redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px; }

.redactor-modal-tabs a:hover {
  transition: all linear .2s; }

.redactor-modal-tabs a:hover,
.redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff; }

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box; }

.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  box-sizing: inherit; }

.redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }

.redactor-styles[dir="rtl"] ul li,
.redactor-styles[dir="rtl"] ol li {
  text-align: right; }

.redactor-styles[dir="rtl"] ul,
.redactor-styles[dir="rtl"] ol,
.redactor-styles[dir="rtl"] ul ul,
.redactor-styles[dir="rtl"] ol ol,
.redactor-styles[dir="rtl"] ul ol,
.redactor-styles[dir="rtl"] ol ul {
  margin: 0 1.5em 0 0; }

.redactor-styles[dir="rtl"] figcaption {
  text-align: right; }

.redactor-styles ul[dir="rtl"],
.redactor-styles ul[dir="rtl"] ul,
.redactor-styles ul[dir="rtl"] ol,
.redactor-styles ol[dir="rtl"],
.redactor-styles ol[dir="rtl"] ul,
.redactor-styles ol[dir="rtl"] ol {
  margin: 0 1.5em 0 0; }

.redactor-styles ul[dir="rtl"] li,
.redactor-styles ol[dir="rtl"] li {
  text-align: right; }

.redactor-styles a,
.redactor-styles a:hover {
  color: #3397ff; }

.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em; }

.redactor-styles ul,
.redactor-styles ol {
  padding: 0; }

.redactor-styles ul,
.redactor-styles ul ul,
.redactor-styles ul ol,
.redactor-styles ol,
.redactor-styles ol ul,
.redactor-styles ol ol {
  margin: 0 0 0 1.5em; }

.redactor-styles ul li,
.redactor-styles ol li {
  text-align: left; }

.redactor-styles ol ol li {
  list-style-type: lower-alpha; }

.redactor-styles ol ol ol li {
  list-style-type: lower-roman; }

.redactor-styles ul,
.redactor-styles ol {
  margin-bottom: 1em; }

.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2; }

.redactor-styles h1 {
  font-size: 2.0736em; }

.redactor-styles h2 {
  font-size: 1.728em; }

.redactor-styles h3 {
  font-size: 1.44em; }

.redactor-styles h4 {
  font-size: 1.2em; }

.redactor-styles h5 {
  font-size: 1em; }

.redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: .035em; }

.redactor-styles blockquote {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: none; }

.redactor-styles table {
  width: 100%; }

.redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51, 51, 51, 0.9); }

.redactor-styles var, .redactor-styles cite {
  opacity: .6; }

.redactor-styles var {
  font-style: normal; }

.redactor-styles dfn,
.redactor-styles abbr {
  text-transform: uppercase; }

.redactor-styles dfn[title],
.redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

.redactor-styles code, .redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px; }

.redactor-styles code {
  background-color: #eff1f2; }

.redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833; }

.redactor-styles kbd {
  border: 1px solid #e5e7e9; }

.redactor-styles sub,
.redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.redactor-styles sub {
  bottom: -0.25em; }

.redactor-styles sup {
  top: -0.5em; }

.redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: .9em; }

.redactor-styles pre,
.redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.85);
  overflow: none;
  white-space: pre-wrap; }

.redactor-styles pre {
  padding: 1rem; }

.redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%; }

.redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px; }

.redactor-styles table th,
.redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px; }

.redactor-styles table tfoot th,
.redactor-styles table tfoot td {
  color: rgba(0, 0, 0, 0.5); }

.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%; }

.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important; }

.redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.redactor-styles figcaption {
  display: block;
  opacity: .6;
  font-size: 12px;
  font-style: italic;
  text-align: left; }

.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center; }

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic; }

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075); }

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075); }

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3); }

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3); }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }

.redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: .5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-box-fullscreen-target {
  position: absolute !important; }

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052; }

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098; }

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099; }

/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac &lt;rzajac@gmail.com&gt;
 * http://github.com/rzajac/angularjs-slider
 *
 * Licensed under the MIT license
 */
/* Slider colors */
/* Slider size parameters */
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 30px 0 15px 0;
  vertical-align: middle; }

rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap; }

rzslider span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

rzslider span.rz-bar-wrapper {
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box; }

rzslider span.rz-bar {
  z-index: 0;
  width: 100%;
  height: 4px;
  background: #EEE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

rzslider span.rz-bar.rz-selection {
  z-index: 1;
  width: 0;
  background: #FFA200;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

rzslider span.rz-pointer {
  top: -14px;
  z-index: 2;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #F6F6F6;
  border: 1px solid #CCC;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

rzslider span.rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: ''; }

rzslider span.rz-pointer:hover:after {
  background-color: #ffffff; }

rzslider span.rz-pointer.rz-active:after {
  background-color: #F6F6F6; }

rzslider span.rz-bubble {
  top: -36px;
  padding: 1px 3px;
  font-size: 90%;
  cursor: default; }

rzslider span.rz-bubble.rz-selection {
  top: 16px; }

rzslider span.rz-bubble.rz-limit {
  color: #55637d; }

/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis &amp; contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis &lt;brian@thirdroute.com&gt;
 */
.selectize-control.plugin-drag_drop.multi &gt; .selectize-input &gt; div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input &gt; * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input &gt; div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input &gt; div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled &gt; div,
.selectize-control.multi .selectize-input.disabled &gt; div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input &gt; input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input &gt; input::-ms-clear {
  display: none; }

.selectize-input &gt; input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input &gt; input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

.tipsy {
  font-size: 1.3rem;
  line-height: 1.3;
  position: absolute;
  padding: 5px;
  z-index: 100000; }

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 8px 10px 7px 10px;
  text-align: left; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000; }

.tipsy-arrow-s {
  border-top-color: #000; }

.tipsy-arrow-e {
  border-left-color: #000; }

.tipsy-arrow-w {
  border-right-color: #000; }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/**
 * vAccordion - AngularJS multi-level accordion component
 * @version v1.5.2
 * @link http://lukaszwatroba.github.io/v-accordion
 * @author Łukasz Wątroba &lt;l@lukaszwatroba.com&gt;
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
/***************************************
  vAccordion
 ***************************************/
/**
 * Example HTML:
 *
  &lt;v-accordion class="vAccordion--default"&gt;
    &lt;v-pane&gt;
      &lt;v-pane-header id="pane-header" aria-controls="pane-content"&gt;
         [content]
      &lt;/v-pane-header&gt;
      &lt;v-pane-content id="pane-content" aria-labelledby="pane-header"&gt;
        [content]
      &lt;/v-pane-content&gt;
    &lt;/v-pane&gt;
  &lt;/v-accordion&gt;
 */
/* Base styles
 ***************************************/
v-accordion, ss-accordion {
  display: block; }

v-pane, ss-pane {
  display: block; }

v-pane.is-expanded &gt; v-pane-content &gt; div {
  visibility: visible; }

v-pane[disabled] &gt; v-pane-header {
  opacity: 0.6;
  pointer-events: none; }

ss-pane.is-expanded &gt; ss-pane-content &gt; div {
  visibility: visible; }

ss-pane[disabled] &gt; ss-pane-header {
  opacity: 0.6;
  pointer-events: none; }

v-pane-header, ss-pane-header {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

v-pane-header:focus, ss-pane-header:focus {
  outline: none; }

v-pane-header &gt; div, ss-pane-header .ss-pane-button__content {
  display: block; }

v-pane-content, ss-pane-content {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 0px; }

v-pane-content &gt; div, ss-pane-content &gt; div {
  visibility: hidden; }

/* THIS IS A COMPILED FILE. DO NOT MODIFY. REFER TO README FOR DOCUMENTION */
@font-face {
  font-family: 'ss-icons';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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AADoOgAAADsAAOg7AADoOwAAADwAAOg8AADoPAAAAD0AAOg9AADoPQAAAD4AAOg+AADoPgAAAD8AAOg/AADoPwAAAEAAAOhAAADoQAAAAEEAAOhBAADoQQAAAEIAAOhCAADoQgAAAEMAAOhDAADoQwAAAEQAAOhEAADoRAAAAEUAAOhFAADoRQAAAEYAAOhGAADoRgAAAEcAAOhHAADoRwAAAEgAAOhIAADoSAAAAEkAAOhJAADoSQAAAEoAAOhKAADoSgAAAEsAAOhLAADoSwAAAEwAAOhMAADoTAAAAE0AAOhNAADoTQAAAE4AAOhOAADoTgAAAE8AAOhPAADoTwAAAFAAAOhQAADoUAAAAFEAAOhRAADoUQAAAFIAAOhSAADoUgAAAFMAAOhTAADoUwAAAFQAAOhUAADoVAAAAFUAAOhVAADoVQAAAFYAAOhWAADoVgAAAFcAAOhXAADoVwAAAFgAAOhYAADoWAAAAFkAAOhZAADoWQAAAFoAAOhaAADoWgAAAFsAAOhbAADoWwAAAFwAAOhcAADoXAAAAF0AAOhdAADoXQAAAF4AAOheAADoXgAAAF8AAOhfAADoXwAAAGAAAOhgAADoYAAAAGEAAOhhAADoYQAAAGIAAOhiAADoYgAAAGMAAOhjAADoYwAAAGQAAOhkAADoZAAAAGUAAOhlAADoZQAAAGYAAOhmAADoZgAAAGcAAOhnAADoZwAAAGgAAOhoAADoaAAAAGkAAOhpAADoaQAAAGoAAOhqAADoagAAAGsAAOhrAADoawAAAGwAAOhsAADobAAAAG0AAOhtAADobQAAAG4AAOhuAADobgAAAG8AAOhvAADobwAAAHAAAOhwAADocAAAAHEAAOhxAADocQAAAHIAAOhyAADocgAAAHMAAOhzAADocwAAAHQAAOh0AADodAAAAHUAAOh1AADodQAAAHYAAOh2AADodgAAAHcAAOh3AADodwAAAHgAAOh4AADoeAAAAHkAAOh5AADoeQAAAHoAAOh6AADoegAAAHsAAOh7AADoewAAAHwAAOh8AADofAAAAH0AAOh9AADofQAAAH4AAOh+AADofgAAAH8AAOh/AADofwAAAIAAAOiAAADogAAAAIEAAOiBAADogQAAAIIAAOiCAADoggAAAIMAAOiDAADogwAAAIQAAOiEAADohAAAAIUAAOiF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JyMHNSMHJyMHFQcjLwQ1LwI1JzUnFTUvATUvAzUnNSMnNS8CNSMnIzUnDwEVByM1JzUnNSc1JzUnNSc1MzcXMxUfATMVMzc1NzU/ATU3Jzc1LwE1NzM3NScjByMPASMVIwcfAg8BIycPAic1LwI1LwE1IzUjNS8DNS8ENyc1JzUnNSc1JyM1JzMXFTM1NzM1PwE1PwQzNRUnPwI1NzU3MzcvASMnIzUjJwcVFxUXFS8BNTM1MzUnNTc1JzUnNScPARUHFxUXMxczBxUXNxUXIxcVByMHFQcXFQcVByMnFScjBxczFRcPASc1JzUnIy8CNSMvAjUnNTc1PwEzBzM1NzU/AjU3NSM1IzU3NT8BNTc1NzM3NTczNTc1NzUnNzUnNT8BNTcnNzU/ASc1Jzc1NzUvATcnNycjLwE1LwEHNy8BNSMnNzMnNScjJyMnIzUjBxUHIwc1JzM1LwE3LwE1JwcjJzUnNzUvATUnIzUnIy8BNSMnIyc1JzUnNTcvATUjJyMnIzUnIycjLwMjNS8DIycjJzUnIycjJzUjNSMvASMnNS8BIzUnIy8BIxUjByMHJwcVByMnFSMnNScHFQcXFQcjJwcjBxUXMxcVFxUPAScjJyMHJw8DIxUjByMHIw8BIyc/AScjDwQnIw8CIw8BFy8CNS8BNTczDwEVHwI/AzUnNSc1JzUjJyMvAjUjLwEjJyMvASM1LwE1JzUnIyc1IycjLwEjNS8BIycjLwEjJyMnIy8CIzUnIy8BIy8BIwcjByMPAiMHIycjDwEjDwE1PwE1FSM1MzUzNzU3NTc1MzczNyM1IycVIycjJzUjNTcnIzczNzM1NzU3MzUVNSc1JzMjNSMnIycjJyM1IzUjJyM1JyMnNSM1JzUnIzUjJzUnIzMnNSc3NTM1MzUzNTM3JzUnNTMXATMVFxUXMx8CFRcHFSMHIw8BFSMnNSMHJyM1My8BFQcVDwUjByMHNTM1Nxc3MxczNzM1NzMXMzc1MzU3Mzc1NzM3NTcXMzc1MzczNxcVNzUzJzcXFTMVNzUnNTMVPwE1NzUzNTM1MzUzNTc1Nyc1NzU3Fw8CFQcjFQcVIxUHFSMHFQcjFRcHFQ8BIwcVByMPARUzFQcjFSMHFSMPASMHIw8BJzUzNzU3MzczNzM1NzUnMzczNTM1NycjJzczFRczNTc1LwEXMzc1MzUnNzM3NScjJzU3FTM3NSUjNS8DNTc1Mx8CFRcVFxUzFTMXFRczHwE3FzMVIwcjLwM1IzUvAgEzNzMfAQ8BIy8EIz8EFyMPBTUnIzMXPwUBNxUzFSMPASM1IwcjFSMVByM1IzUnNzM3MzUzNzMXMz8BMzczPwEHNxcVDwEnNTcnMzcXMxUXFQcnIwMVFxUjNTc1Jzc1MxUXFQEzNxcHFQcjBxU1PwEzNxUHIwcjByM/ATMHMxUPASM1PwEzByMHKx4SDBACLAEsAzwMNAEBAQECAgEBAQEBAQICAQEKCAsCCgkNDBUBJQEJCQgGCAcOAxQBCw8IFx4aBgEBAQEBAwEBAgEBAQECBgUDAQEBAQEBAQEBAgEBAQECAQECAQIBAgEBAQICAQICAQEDAwEDAgMCAQEBAgMCAwICAwEBAQIBAwQBAQEDAQEDAgEBAQEBAQEDAgEDAQgCAQIBAQEBAgEBAQEEAQIECQEBAQIBAgIEAgUCARcCAQ0FAgMCAgMBAgEBAQEBAQEBAwEBBAEIBAMBAQECAQEBAQIBAgEBAgQDBQEDAwEDAwEDAwECBAUBAQEBAQEBAQEBAQEBAQEBAQEBAQECAQEBAQIFAQIBAQMCAQEBAQEBAQEBAQEBAQIDAQEBAQQDBgEBAgQBAwIBAgMDAQEBAwMCAQMCBQQCBQMCBAQDAQIEAwECAwQEAQEBAgIBAgIBAQUCAgEBAwEBBQIFAQECAQMBAQEEBAYCBAEEBQUFAgEBAQMCAQMCBgEBAQEBAQEBAgIBAwMDAQICAgMDAQEDAQIBAQEFAgECAgEBAQEBAQEBAQEBAQQBAgECBAEBAQEEAQEBAgIDAQYBAgEBAQEBCAUKAQEBAQkEAwUEAgMBAgEBAQEBAgEEAwMCAQQEAgEGAgIBAQMDAgEBAQECAwIBAQECAQIJAgIBAgIBAgUEDQEBAgICBgEDBgEFAgIBAgEBAQICAQIDAQEBAQEDAQEBAQEBAgEFAQEBAQEBAQIBAQIBAQEBAgECAQECAQECAQEEAQIBAQEBAgEBAQIBAgEBAQIBAQMEAgMBAQMBAQMEAQECAQMIAwYCAQIDAQICAgECAQEBBQMBAQIBAQICAQECAwQCAgQCAQIBAQEBAQIDAwECAQEBAgICAQEBAwMCAQcBBQQBAgIBAQEEBAEBAwIBAQEBAgYBAQQBAgECAQUEAgECAQECAQIEAgEBAQEBAQQEAwMDAwIGAwMGAQUIAQgCAwMBAQECAgIEAwEDBQUEAg4ECAMBAQMBAgECAQIBAQMCAgQBAQEBAQEBAQEBAgIBAgMBAgMFAwECAgEBAQEDAQIFAwECAwEDAQMEAQQBAQEJARoCEQMCCgUCDRAGBgIDAxoGBQEKAQICBAUEDQIHBgUBAQECBAIBAgIBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAgEDAQEBAQEBAQIBAQEBAQECAQEHBAMmAQEBAgEFAQICAgIBAQQBAQQCAQMBAQMBAQQICAMFBgIDAgIBAgEEAQEBAQEBAQEBAQECBAICAQICAgIBAQECAQIBAQEBAQEBBJcBAQEBAgEBAwEBAQEEAgIBAQICAgEBBQEBAQIGAQEBAgMCAQEBAQMBAgIDAgEBBAEBBAEBAgMBAQIBAwMBAQQBAQMBAQMCAQEBAwMBAQEDAgMBAQMEAgT++wEDAwIBAgEBAQMDAQEBAQIDAQUDAwQBBwIBAwEHAQEBAf54AgECAwICAQMDAgMDAQEBOQYCAgEBAgsEBwkNBQEBCQEGBQINAgINAQEFAwcCAwIBAQEDAQECAQIBAgMBAQICAwIBAQEDpwEGAgYBbgECAwECAgIBAtIBAgEDAQICARQBAwEBAQMEAhEBAQUBAQEBAQIDAkgBAwEBAzMBAQICAz0BAQEBAQEEAQEBAQUBAwIBAwECAgECAQMCAgEBAgEBAgEBAQEBAQEBAQEBAQEBAQEBAgEBAQEDAQIBAwEBBwQDAQEBAQEBAwECAwQEAQsCAwEBAQECAQEBAQQEAgQBAQECAQEBAQEDBAECAQMBAQEDAQEBAgEBAQEBAgEBAQEBAQEBAQEBAQEEBQUIAwQBAQIJBgsCDAccAwMCAQQEBQUCBQQBAQQBBAgEBQcUAQEBAQEBAQMEAgEDAgYBBAUBAwECIgQBARMFCAgDAQICAgEFAQsCAwYDAQIBAgEFBwMCAQcBEAcHAgEBBwEBAgEBBAEBAQcEBAQOBQwBAQUBBQEHAgQBAQYCCAIBAQQCDQMBAgUBBgQMAwYFAhMKAQICCAILASwCAQIBAwEDBAECAwECAQIBAQEBAwICAgUEAQECAQQBAQMBBQUBAQIBBgECAQQCAQECAgQBBgIBAwMBAgIBAQMBAQMBAQECAgEDAQICBAEBAgECAQMBAQUEBQEEAQEBBAIBAQEDAQEBAQEKAQMCAwMCAgICBwQEAQMCAQEBAgECAQIBAwMBAwIBAwMBAQYCAwUFAgwGBQEFBQECBAECBAEEAgECAQMBAgEBAwEDAgECAQEBAQYDAwEDAgECAQUDAQEBAQMBAQMCAgEDBAECAgsBAQUBAQMBAQEDAQECBwsBAQICAgYFBQEDDAEHEwECAgEEEAQDBAUHAgIBBAEBAQEBAQEBAQIDAwEDAQIEAgICBQkCAgEBAQECAgICAQMIAwECAQECAgUCBAICAQEBAgECAwECAgEBAQEBAQEBAgIBAgMCAwEDAwIDAgIBAwEBAgECAQYCAQECAQENAQIBAQQCAQQEAQIBBAICAQQIAQECAwcBBQINAgMBAQECAQEEAgQGAwECBwMBAgQCAQMBAwQCAgMGBAEBAwECAwIBAQUCAgQDBAMBAgQBBQQCAQQBBAICAQEBBAIBAQMBBAIDBgECAQEBAwECAQIDAQQCAQIBAwIDAQEBBAIFAwUBAgECAQIBAQMCAgYDAgcBBgIBAgEBAQECAwEBAgIBAQIBAQEBAQEBAQMBAQEBAQIBAQECAgEEBwEBAgIFAgEBBAIBAgMBBQIHBAIDAQQCAgUCAgIBAgEDAgEBAgQDAwECCQgCAQQFDgIBAQEMAgEBAQECAQEBBAQCAQICAQMDAQIBAQECAQEBAQMDAQEEAwMCAwEFAQoBBAEBAQEBAQEEAgEBAQECAgEBAQIBBAEBBAECAgECAgEBAQEBAgIBAgcBAwECAQQBAwEBAQECAQEBAQEBAQEEAQMBAQEBAQECAQECAQMCAwQBAgEBAfxhAQEBAQEBAgEEAQEBAQEBAQMBAQEBAQEBBAEBBQICAQEBBAECAQEBAQEBAQEBAQEEAQEBAQQCAQMBAQEBAQEEAQECAQIBAQEBXwEBAQMBAQEBAQIHAQEBAQEFCwIEBAEBAgECAgICAQoBAgEBAwYBAQICAwEBAQEDAQQCAgIEAQEEAgECAQEDAgEEAQEEAQIBAQIBAgECBAIBAgMBAwQEAQIBAQEEAq8CAwoCAgECAQIFBgMGAgECBAEBAQECAgIBBQEBAQQBAQEHAgHOAQECAwMBAgIBAQEDBQEDAQMJAQMGBAEFBAECAwIFAv0tAQEBAgYBAgECAQEBAQEBAQMBAQMBAQEjAwEC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AakBqgGrAawBrQGuAa8ABG1lbnUKcGxheS1hdWRpbwRwbHVzBXByaW50CmRvd24tbm90Y2gFcGhvbmUIbnVtYmVyZWQKYW5ub3RhdGlvbgVpbnRybwRyZWFkBnN5bmN0dgV0aGluawV3cml0ZRJhbm5vdGF0aW9uLWNpcmNsZWQScGxheS1hdWRpby1jaXJjbGVkEG51bWJlcmVkLWNpcmNsZWQNcHJpbnQtY2lyY2xlZBxhdWRpby10ZXh0LWhpZ2hsaWdodC1jaXJjbGVkBnNlYXJjaAJvawZjYW5jZWwEc3RhcgpzdGFyLWVtcHR5DGhlbHAtY2lyY2xlZAlzdGFyLWhhbGYJcmlnaHQtZGlyCWNoYXJ0LXBpZQpjaGVjay10aGluBWF3YXJkBGluZm8EaGVscAVoZWFydAVjaGFydA1jbG9zZS1jaXJjbGVkB3RoLWxpc3QCdGgKdm9sdW1lLW9mZgZ2b2x1bWUNc2xvdy1wbGF5YmFjawpvay1jaXJjbGVkCmNsb3NlLXRoaW4HZmxvcmlkYQhucHJvZmlsZQRwbGF5BXBhdXNlBGJvb2sGcGVuY2lsCGxpbmstZXh0BGdlYXIIZG93bi1kaXIIY2FsZW5kYXIJY2FsZW5kYXIyDHBsdXMtY2lyY2xlZAlhdHRlbnRpb24FdXNlcnMEZG9jcwhkb3dubG9hZAlsZWZ0LW9wZW4KcmlnaHQtb3BlbgVmbGFzaAR1c2VyBmF0dGFjaAthbmdsZS1yaWdodAphbmdsZS1sZWZ0CWxpZ2h0YnVsYgRmbGFnCGZpbGUtcGRmDXJpZ2h0LWNpcmNsZWQJdXNlci1wbHVzCnVzZXItdGltZXMDZXllB2V5ZS1vZmYTYW5nbGUtY2lyY2xlZC1yaWdodBJhbmdsZS1jaXJjbGVkLWxlZnQQYW5nbGUtY2lyY2xlZC11cBJhbmdsZS1jaXJjbGVkLWRvd24HcmVmcmVzaAhmaWxlLWRvYwVjaGVjawlmaWxlLWVwdWIGbG9nb3V0CWRvd24tb3Blbgd1cC1vcGVuBGxvY2sDdGFnBmZsb3BweQdwaWN0dXJlD3Jlc2l6ZS12ZXJ0aWNhbAZuaWRlYXMKbmJvb2tzaGVsZgxuYXNzaWdubWVudHMMbm5ld2ZlYXR1cmVzD25yZWNlbnRseXZpZXdlZA9uZ2V0dGluZ3N0YXJ0ZWQHbmJsYXN0cw1taW51cy1jaXJjbGVkD2NvbXBhcmUtY2lyY2xlZARkb3RzEG5vdGVib29rLWNpcmNsZWQIcmV2aXNpb24GdGFyZ2V0AnR2CXNjYWZmb2xkcwRiZWxsCnR2LWNpcmNsZWQIbGFuZ3VhZ2UDa2V5A21oZRRhdWRpby10ZXh0LWhpZ2hsaWdodBBwcm9ncmVzcy1zcGlubmVyBW1pbnVzCGJvb2ttYXJrDmJvb2ttYXJrLWVtcHR5CWRyYWdnYWJsZQVnbG9iZQtxdW90ZS1yaWdodBB0YWxrYmFjay1jaXJjbGVkCmhlbHBjZW50ZXIEc3RvcANjY3cFY2xvY2sHcHVsbG91dAZyZXZpZXcIbG9jYXRpb24KYXNzZXNzbWVudApmaWxsLXJvdW5kB25iaW5kZXIIbmxpYnJhcnkHbnN5bmN0dghucmVhZGluZwhud3JpdGluZwZuc2tpbGwNbm5vdGlmaWNhdGlvbgZuaW50cm8FbnJlYWQGbnRoaW5rBm53cml0ZQducmV2aWV3B25kZWZpbmUGbm1vZGVsCW55b3VydHVybgZudm9jYWIObnVzaW5nbGFuZ3VhZ2UJbnByYWN0aWNlCG5wcm9tcHRzCW5vdmVydmlldwtuYmxhc3RfaW5mbwtuYmxhc3RfeW91cgxuYmxhc3RfdG9wMTAYbmJsYXN0X3lvdXJhdmVyYWdlcmF0aW5nFm5ibGFzdF9yYXRpbmdzcmVjZWl2ZWQTbmJsYXN0X3F1aWNrcmVzdWx0cxNuYmxhc3RfbnVtYmVyY3J1bmNoBmNhbWVyYQlsb2NrLW9wZW4FbG9naW4LY2hlY2stZW1wdHkHdHdpdHRlcghmYWNlYm9vawZmaWx0ZXIIbWFpbC1hbHQIbGlua2VkaW4IYmVsbC1hbHQDbWljDHlvdXR1YmUtcGxheQlpbnN0YWdyYW0EZG93bgJ1cAZnb29nbGUKZmlsZS1leGNlbAlmaWxlLWNvZGUFdHJhc2gJaG91cmdsYXNzAAAAAA==") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ss-icons';
    src: url('../font/ss-icons.svg?44103733#ss-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ss-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-menu:before {
  content: '\e800'; }

/* '' */
.icon-play-audio:before {
  content: '\e801'; }

/* '' */
.icon-plus:before {
  content: '\e802'; }

/* '' */
.icon-print:before {
  content: '\e803'; }

/* '' */
.icon-down-notch:before {
  content: '\e804'; }

/* '' */
.icon-phone:before {
  content: '\e805'; }

/* '' */
.icon-numbered:before {
  content: '\e806'; }

/* '' */
.icon-annotation:before {
  content: '\e807'; }

/* '' */
.icon-intro:before {
  content: '\e808'; }

/* '' */
.icon-read:before {
  content: '\e809'; }

/* '' */
.icon-synctv:before {
  content: '\e80a'; }

/* '' */
.icon-think:before {
  content: '\e80b'; }

/* '' */
.icon-write:before {
  content: '\e80c'; }

/* '' */
.icon-annotation-circled:before {
  content: '\e80d'; }

/* '' */
.icon-play-audio-circled:before {
  content: '\e80e'; }

/* '' */
.icon-numbered-circled:before {
  content: '\e80f'; }

/* '' */
.icon-print-circled:before {
  content: '\e810'; }

/* '' */
.icon-audio-text-highlight-circled:before {
  content: '\e811'; }

/* '' */
.icon-search:before {
  content: '\e812'; }

/* '' */
.icon-ok:before {
  content: '\e813'; }

/* '' */
.icon-cancel:before {
  content: '\e814'; }

/* '' */
.icon-star:before {
  content: '\e815'; }

/* '' */
.icon-star-empty:before {
  content: '\e816'; }

/* '' */
.icon-help-circled:before {
  content: '\e817'; }

/* '' */
.icon-star-half:before {
  content: '\e818'; }

/* '' */
.icon-right-dir:before {
  content: '\e819'; }

/* '' */
.icon-chart-pie:before {
  content: '\e81a'; }

/* '' */
.icon-check-thin:before {
  content: '\e81b'; }

/* '' */
.icon-award:before {
  content: '\e81c'; }

/* '' */
.icon-info:before {
  content: '\e81d'; }

/* '' */
.icon-help:before {
  content: '\e81e'; }

/* '' */
.icon-heart:before {
  content: '\e81f'; }

/* '' */
.icon-chart:before {
  content: '\e820'; }

/* '' */
.icon-close-circled:before {
  content: '\e821'; }

/* '' */
.icon-th-list:before {
  content: '\e822'; }

/* '' */
.icon-th:before {
  content: '\e823'; }

/* '' */
.icon-volume-off:before {
  content: '\e824'; }

/* '' */
.icon-volume:before {
  content: '\e825'; }

/* '' */
.icon-slow-playback:before {
  content: '\e826'; }

/* '' */
.icon-ok-circled:before {
  content: '\e827'; }

/* '' */
.icon-close-thin:before {
  content: '\e828'; }

/* '' */
.icon-florida:before {
  content: '\e829'; }

/* '' */
.icon-nprofile:before {
  content: '\e82a'; }

/* '' */
.icon-play:before {
  content: '\e82b'; }

/* '' */
.icon-pause:before {
  content: '\e82c'; }

/* '' */
.icon-book:before {
  content: '\e82d'; }

/* '' */
.icon-pencil:before {
  content: '\e82e'; }

/* '' */
.icon-link-ext:before {
  content: '\e82f'; }

/* '' */
.icon-gear:before {
  content: '\e830'; }

/* '' */
.icon-down-dir:before {
  content: '\e831'; }

/* '' */
.icon-calendar:before {
  content: '\e832'; }

/* '' */
.icon-calendar2:before {
  content: '\e833'; }

/* '' */
.icon-plus-circled:before {
  content: '\e834'; }

/* '' */
.icon-attention:before {
  content: '\e835'; }

/* '' */
.icon-users:before {
  content: '\e836'; }

/* '' */
.icon-docs:before {
  content: '\e837'; }

/* '' */
.icon-download:before {
  content: '\e838'; }

/* '' */
.icon-left-open:before {
  content: '\e839'; }

/* '' */
.icon-right-open:before {
  content: '\e83a'; }

/* '' */
.icon-flash:before {
  content: '\e83b'; }

/* '' */
.icon-user:before {
  content: '\e83c'; }

/* '' */
.icon-attach:before {
  content: '\e83d'; }

/* '' */
.icon-angle-right:before {
  content: '\e83e'; }

/* '' */
.icon-angle-left:before {
  content: '\e83f'; }

/* '' */
.icon-lightbulb:before {
  content: '\e840'; }

/* '' */
.icon-flag:before {
  content: '\e841'; }

/* '' */
.icon-file-pdf:before {
  content: '\e842'; }

/* '' */
.icon-right-circled:before {
  content: '\e843'; }

/* '' */
.icon-user-plus:before {
  content: '\e844'; }

/* '' */
.icon-user-times:before {
  content: '\e845'; }

/* '' */
.icon-eye:before {
  content: '\e846'; }

/* '' */
.icon-eye-off:before {
  content: '\e847'; }

/* '' */
.icon-angle-circled-right:before {
  content: '\e848'; }

/* '' */
.icon-angle-circled-left:before {
  content: '\e849'; }

/* '' */
.icon-angle-circled-up:before {
  content: '\e84a'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\e84b'; }

/* '' */
.icon-refresh:before {
  content: '\e84c'; }

/* '' */
.icon-file-doc:before {
  content: '\e84d'; }

/* '' */
.icon-check:before {
  content: '\e84e'; }

/* '' */
.icon-file-epub:before {
  content: '\e84f'; }

/* '' */
.icon-logout:before {
  content: '\e850'; }

/* '' */
.icon-down-open:before {
  content: '\e851'; }

/* '' */
.icon-up-open:before {
  content: '\e852'; }

/* '' */
.icon-lock:before {
  content: '\e853'; }

/* '' */
.icon-tag:before {
  content: '\e854'; }

/* '' */
.icon-floppy:before {
  content: '\e855'; }

/* '' */
.icon-picture:before {
  content: '\e856'; }

/* '' */
.icon-resize-vertical:before {
  content: '\e857'; }

/* '' */
.icon-nideas:before {
  content: '\e858'; }

/* '' */
.icon-nbookshelf:before {
  content: '\e859'; }

/* '' */
.icon-nassignments:before {
  content: '\e85a'; }

/* '' */
.icon-nnewfeatures:before {
  content: '\e85b'; }

/* '' */
.icon-nrecentlyviewed:before {
  content: '\e85c'; }

/* '' */
.icon-ngettingstarted:before {
  content: '\e85d'; }

/* '' */
.icon-nblasts:before {
  content: '\e85e'; }

/* '' */
.icon-minus-circled:before {
  content: '\e85f'; }

/* '' */
.icon-compare-circled:before {
  content: '\e860'; }

/* '' */
.icon-dots:before {
  content: '\e861'; }

/* '' */
.icon-notebook-circled:before {
  content: '\e862'; }

/* '' */
.icon-revision:before {
  content: '\e863'; }

/* '' */
.icon-target:before {
  content: '\e864'; }

/* '' */
.icon-tv:before {
  content: '\e865'; }

/* '' */
.icon-scaffolds:before {
  content: '\e866'; }

/* '' */
.icon-bell:before {
  content: '\e867'; }

/* '' */
.icon-tv-circled:before {
  content: '\e868'; }

/* '' */
.icon-language:before {
  content: '\e869'; }

/* '' */
.icon-key:before {
  content: '\e86a'; }

/* '' */
.icon-mhe:before {
  content: '\e86b'; }

/* '' */
.icon-audio-text-highlight:before {
  content: '\e86c'; }

/* '' */
.icon-progress-spinner:before {
  content: '\e86d'; }

/* '' */
.icon-minus:before {
  content: '\e86e'; }

/* '' */
.icon-bookmark:before {
  content: '\e86f'; }

/* '' */
.icon-bookmark-empty:before {
  content: '\e870'; }

/* '' */
.icon-draggable:before {
  content: '\e871'; }

/* '' */
.icon-globe:before {
  content: '\e872'; }

/* '' */
.icon-quote-right:before {
  content: '\e873'; }

/* '' */
.icon-talkback-circled:before {
  content: '\e874'; }

/* '' */
.icon-helpcenter:before {
  content: '\e875'; }

/* '' */
.icon-stop:before {
  content: '\e876'; }

/* '' */
.icon-ccw:before {
  content: '\e877'; }

/* '' */
.icon-clock:before {
  content: '\e878'; }

/* '' */
.icon-pullout:before {
  content: '\e879'; }

/* '' */
.icon-review:before {
  content: '\e87a'; }

/* '' */
.icon-location:before {
  content: '\e87b'; }

/* '' */
.icon-assessment:before {
  content: '\e87c'; }

/* '' */
.icon-fill-round:before {
  content: '\e87d'; }

/* '' */
.icon-nbinder:before {
  content: '\e87e'; }

/* '' */
.icon-nlibrary:before {
  content: '\e87f'; }

/* '' */
.icon-nsynctv:before {
  content: '\e880'; }

/* '' */
.icon-nreading:before {
  content: '\e881'; }

/* '' */
.icon-nwriting:before {
  content: '\e882'; }

/* '' */
.icon-nskill:before {
  content: '\e883'; }

/* '' */
.icon-nnotification:before {
  content: '\e884'; }

/* '' */
.icon-nintro:before {
  content: '\e885'; }

/* '' */
.icon-nread:before {
  content: '\e886'; }

/* '' */
.icon-nthink:before {
  content: '\e887'; }

/* '' */
.icon-nwrite:before {
  content: '\e888'; }

/* '' */
.icon-nreview:before {
  content: '\e889'; }

/* '' */
.icon-ndefine:before {
  content: '\e88a'; }

/* '' */
.icon-nmodel:before {
  content: '\e88b'; }

/* '' */
.icon-nyourturn:before {
  content: '\e88c'; }

/* '' */
.icon-nvocab:before {
  content: '\e88d'; }

/* '' */
.icon-nusinglanguage:before {
  content: '\e88e'; }

/* '' */
.icon-npractice:before {
  content: '\e88f'; }

/* '' */
.icon-nprompts:before {
  content: '\e890'; }

/* '' */
.icon-noverview:before {
  content: '\e891'; }

/* '' */
.icon-nblast_info:before {
  content: '\e892'; }

/* '' */
.icon-nblast_your:before {
  content: '\e893'; }

/* '' */
.icon-nblast_top10:before {
  content: '\e894'; }

/* '' */
.icon-nblast_youraveragerating:before {
  content: '\e895'; }

/* '' */
.icon-nblast_ratingsreceived:before {
  content: '\e896'; }

/* '' */
.icon-nblast_quickresults:before {
  content: '\e897'; }

/* '' */
.icon-nblast_numbercrunch:before {
  content: '\e898'; }

/* '' */
.icon-camera:before {
  content: '\e899'; }

/* '' */
.icon-lock-open:before {
  content: '\e89a'; }

/* '' */
.icon-login:before {
  content: '\e89b'; }

/* '' */
.icon-check-empty:before {
  content: '\f096'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-filter:before {
  content: '\f0b0'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-bell-alt:before {
  content: '\f0f3'; }

/* '' */
.icon-mic:before {
  content: '\f130'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-down:before {
  content: '\f175'; }

/* '' */
.icon-up:before {
  content: '\f176'; }

/* '' */
.icon-google:before {
  content: '\f1a0'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-code:before {
  content: '\f1c9'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-hourglass:before {
  content: '\f252'; }

/* '' */
html[platform=chrome] {
  overflow-y: scroll; }

html[platform=cordova] input[type=text], html[platform=cordova] textarea, html[platform=cordova] [role=textbox] {
  font-size: 2rem;
  /* prevent iOS from zooming in on focus */ }

@font-face {
  font-family: "ProximaNova";
  src: url("../vendor/proxima-nova/1132129/37994fca-b67e-41db-94b3-44077c62810a.eot?#iefix");
  src: url("../vendor/proxima-nova/1132129/37994fca-b67e-41db-94b3-44077c62810a.eot?#iefix") format("eot"), url("../vendor/proxima-nova/1132129/0583e751-caca-4cd8-af81-71b2aa5ddbbb.woff2") format("woff2"), url("../vendor/proxima-nova/1132129/da176885-bee9-49f7-88f0-d7ad9229ddd7.woff") format("woff"), url("../vendor/proxima-nova/1132129/1861a7b7-09a5-4efd-b681-5214784ded39.ttf") format("truetype");
  font-weight: 100; }

@font-face {
  font-family: "ProximaNova";
  src: url("../vendor/proxima-nova/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix");
  src: url("../vendor/proxima-nova/1132144/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix") format("eot"), url("../vendor/proxima-nova/1132144/d9fe41ee-4904-4a11-ba11-b61cd3be767f.woff2") format("woff2"), url("../vendor/proxima-nova/1132144/2fa30669-9bbd-4ced-912f-db94a367ed6c.woff") format("woff"), url("../vendor/proxima-nova/1132144/c12b3ebb-3771-483f-a84a-ac63d615c28e.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "ProximaNova";
  src: url("../vendor/proxima-nova/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
  src: url("../vendor/proxima-nova/1132159/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"), url("../vendor/proxima-nova/1132159/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"), url("../vendor/proxima-nova/1132159/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"), url("../vendor/proxima-nova/1132159/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "ProximaNova";
  src: url("../vendor/proxima-nova/1529351/b918fc25-caba-4cf5-8606-d77742e476f4.eot?#iefix");
  src: url("../vendor/proxima-nova/1529351/b918fc25-caba-4cf5-8606-d77742e476f4.eot?#iefix") format("eot"), url("../vendor/proxima-nova/1529351/e898042a-5eb9-4810-b578-c3993ab58f0f.woff2") format("woff2"), url("../vendor/proxima-nova/1529351/cb9d4f02-d326-46b0-a857-930cce057f80.woff") format("woff"), url("../vendor/proxima-nova/1529351/75cafc03-22e4-41b0-8bc2-1b9081506ecc.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "ProximaNova";
  src: url("../vendor/proxima-nova/1132171/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix");
  src: url("../vendor/proxima-nova/1132171/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix") format("eot"), url("../vendor/proxima-nova/1132171/ae47a7f5-89da-4879-b934-29722c3dd451.woff2") format("woff2"), url("../vendor/proxima-nova/1132171/70ae52ec-d89b-4c6a-9402-854ebe423c54.woff") format("woff"), url("../vendor/proxima-nova/1132171/6a35571c-ea14-4dac-9ae1-0e7af0abeec8.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: "ProximaNova";
  src: url("../vendor/proxima-nova/1132183/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix");
  src: url("../vendor/proxima-nova/1132183/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix") format("eot"), url("../vendor/proxima-nova/1132183/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2") format("woff2"), url("../vendor/proxima-nova/1132183/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff"), url("../vendor/proxima-nova/1132183/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf") format("truetype");
  font-weight: 700; }

/*
 * These need to be separate from the config because they have to be decalred AFTER we include neat
*/
/* Font Familys */
/* Headlines */
/* Text Sizes */
/*
  NVDA announces buttons and links in one go,
  if they are placed horizontally on the same line.
  This is an intended NVDA behavior:
  https://github.com/nvaccess/nvda/issues/3690 
  ```
  	Normally, when pressing the down arrow key in browse mode, NVDA moves the browse cursor to the next element in the reading order and announces it.
  		&gt;&gt;&gt; That's not really true. It moves to the next line.
  	However, if these elements happen to be lined up horizontally, NVDA will announce all of them in one single announcement.
  		&gt;&gt;&gt; This is intentional. NVDA tries to present the page according to the intended layout. This is called screen layout.
  ```
*/
.inline {
  display: inline-block; }

.row {
  display: block;
  clear: both;
  display: block;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  .row &gt; * {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .row &gt; *:last-child {
      margin-right: 0; }
    @media print {
      .row &gt; * {
        float: left !important; } }

.row--separated {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.5rem; }

.row--separated + .row--separated {
  padding-top: 4rem; }

ul.row {
  padding: 0;
  list-style: none;
  display: block;
  clear: both;
  display: block;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }
  ul.row::after {
    clear: both;
    content: "";
    display: table; }
  ul.row &gt; li, ul.row &gt; dd {
    margin: 0; }
  ul.row::after {
    clear: both;
    content: "";
    display: table; }
  ul.row &gt; * {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    ul.row &gt; *:last-child {
      margin-right: 0; }
    @media print {
      ul.row &gt; * {
        float: left !important; } }

/* Columns */
@media (min-width: 0) {
  [col-sm='1'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 4.80769%;
    width: 8.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='1']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='1'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='1'] {
    margin-left: 8.33333%; }
  [col-sm='2'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 13.46154%;
    width: 16.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='2']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='2'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='2'] {
    margin-left: 16.66667%; }
  [col-sm='3'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 22.11538%;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='3']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='3'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='3'] {
    margin-left: 25%; }
  [col-sm='4'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
    width: 33.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='4']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='4'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='4'] {
    margin-left: 33.33333%; }
  [col-sm='5'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 39.42308%;
    width: 41.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='5']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='5'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='5'] {
    margin-left: 41.66667%; }
  [col-sm='6'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 48.07692%;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='6']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='6'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='6'] {
    margin-left: 50%; }
  [col-sm='7'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 56.73077%;
    width: 58.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='7']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='7'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='7'] {
    margin-left: 58.33333%; }
  [col-sm='8'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 65.38462%;
    width: 66.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='8']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='8'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='8'] {
    margin-left: 66.66667%; }
  [col-sm='9'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 74.03846%;
    width: 75%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='9']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='9'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='9'] {
    margin-left: 75%; }
  [col-sm='10'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 82.69231%;
    width: 83.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='10']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='10'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='10'] {
    margin-left: 83.33333%; }
  [col-sm='11'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 91.34615%;
    width: 91.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='11']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='11'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='11'] {
    margin-left: 91.66667%; }
  [col-sm='12'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-sm='12']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 0) {
    [col-sm='12'] {
      float: left !important; } }

@media (min-width: 0) {
  [offset-sm='12'] {
    margin-left: 100%; }
  [col-sm='hidden'] {
    display: none; } }

@media (max-width: 767px) {
  [col-sm='12'] + [col-sm='12'] {
    margin-top: 3rem; } }

@media (min-width: 768px) {
  [col-md='1'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 4.80769%;
    width: 8.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='1']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='1'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='1'] {
    margin-left: 8.33333%; }
  [col-md='2'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 13.46154%;
    width: 16.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='2']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='2'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='2'] {
    margin-left: 16.66667%; }
  [col-md='3'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 22.11538%;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='3']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='3'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='3'] {
    margin-left: 25%; }
  [col-md='4'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
    width: 33.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='4']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='4'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='4'] {
    margin-left: 33.33333%; }
  [col-md='5'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 39.42308%;
    width: 41.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='5']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='5'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='5'] {
    margin-left: 41.66667%; }
  [col-md='6'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 48.07692%;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='6']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='6'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='6'] {
    margin-left: 50%; }
  [col-md='7'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 56.73077%;
    width: 58.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='7']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='7'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='7'] {
    margin-left: 58.33333%; }
  [col-md='8'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 65.38462%;
    width: 66.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='8']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='8'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='8'] {
    margin-left: 66.66667%; }
  [col-md='9'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 74.03846%;
    width: 75%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='9']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='9'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='9'] {
    margin-left: 75%; }
  [col-md='10'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 82.69231%;
    width: 83.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='10']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='10'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='10'] {
    margin-left: 83.33333%; }
  [col-md='11'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 91.34615%;
    width: 91.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='11']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='11'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='11'] {
    margin-left: 91.66667%; }
  [col-md='12'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-md='12']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 768px) {
    [col-md='12'] {
      float: left !important; } }

@media (min-width: 768px) {
  [offset-md='12'] {
    margin-left: 100%; }
  [col-md='hidden'] {
    display: none; } }

@media (min-width: 768px) and (max-width: 849px) {
  [col-md='12'] + [col-md='12'] {
    margin-top: 3rem; } }

@media (min-width: 850px) {
  [col-lg='1'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 4.80769%;
    width: 8.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='1']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='1'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='1'] {
    margin-left: 8.33333%; }
  [col-lg='2'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 13.46154%;
    width: 16.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='2']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='2'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='2'] {
    margin-left: 16.66667%; }
  [col-lg='3'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 22.11538%;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='3']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='3'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='3'] {
    margin-left: 25%; }
  [col-lg='4'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
    width: 33.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='4']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='4'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='4'] {
    margin-left: 33.33333%; }
  [col-lg='5'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 39.42308%;
    width: 41.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='5']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='5'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='5'] {
    margin-left: 41.66667%; }
  [col-lg='6'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 48.07692%;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='6']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='6'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='6'] {
    margin-left: 50%; }
  [col-lg='7'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 56.73077%;
    width: 58.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='7']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='7'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='7'] {
    margin-left: 58.33333%; }
  [col-lg='8'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 65.38462%;
    width: 66.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='8']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='8'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='8'] {
    margin-left: 66.66667%; }
  [col-lg='9'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 74.03846%;
    width: 75%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='9']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='9'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='9'] {
    margin-left: 75%; }
  [col-lg='10'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 82.69231%;
    width: 83.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='10']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='10'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='10'] {
    margin-left: 83.33333%; }
  [col-lg='11'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 91.34615%;
    width: 91.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='11']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='11'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='11'] {
    margin-left: 91.66667%; }
  [col-lg='12'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-lg='12']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 850px) {
    [col-lg='12'] {
      float: left !important; } }

@media (min-width: 850px) {
  [offset-lg='12'] {
    margin-left: 100%; }
  [col-lg='hidden'] {
    display: none; } }

@media (min-width: 850px) and (max-width: 1149px) {
  [col-lg='12'] + [col-lg='12'] {
    margin-top: 3rem; } }

@media (min-width: 1150px) {
  [col-xl='1'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 4.80769%;
    width: 8.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='1']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='1'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='1'] {
    margin-left: 8.33333%; }
  [col-xl='2'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 13.46154%;
    width: 16.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='2']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='2'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='2'] {
    margin-left: 16.66667%; }
  [col-xl='3'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 22.11538%;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='3']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='3'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='3'] {
    margin-left: 25%; }
  [col-xl='4'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
    width: 33.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='4']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='4'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='4'] {
    margin-left: 33.33333%; }
  [col-xl='5'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 39.42308%;
    width: 41.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='5']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='5'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='5'] {
    margin-left: 41.66667%; }
  [col-xl='6'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 48.07692%;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='6']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='6'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='6'] {
    margin-left: 50%; }
  [col-xl='7'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 56.73077%;
    width: 58.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='7']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='7'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='7'] {
    margin-left: 58.33333%; }
  [col-xl='8'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 65.38462%;
    width: 66.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='8']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='8'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='8'] {
    margin-left: 66.66667%; }
  [col-xl='9'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 74.03846%;
    width: 75%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='9']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='9'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='9'] {
    margin-left: 75%; }
  [col-xl='10'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 82.69231%;
    width: 83.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='10']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='10'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='10'] {
    margin-left: 83.33333%; }
  [col-xl='11'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 91.34615%;
    width: 91.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='11']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='11'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='11'] {
    margin-left: 91.66667%; }
  [col-xl='12'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-xl='12']:last-child {
      margin-right: 0; } }
  @media print and (min-width: 1150px) {
    [col-xl='12'] {
      float: left !important; } }

@media (min-width: 1150px) {
  [offset-xl='12'] {
    margin-left: 100%; }
  [col-xl='hidden'] {
    display: none; } }

@media (min-width: xlarge) {
  [col-xl='12'] + [col-xl='12'] {
    margin-top: 3rem; } }

@media print {
  [col-print='1'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 4.80769%;
    width: 8.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='1']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='1'] {
      float: left !important; } }

@media print {
  [offset-print='1'] {
    margin-left: 8.33333%; }
  [col-print='2'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 13.46154%;
    width: 16.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='2']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='2'] {
      float: left !important; } }

@media print {
  [offset-print='2'] {
    margin-left: 16.66667%; }
  [col-print='3'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 22.11538%;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='3']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='3'] {
      float: left !important; } }

@media print {
  [offset-print='3'] {
    margin-left: 25%; }
  [col-print='4'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
    width: 33.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='4']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='4'] {
      float: left !important; } }

@media print {
  [offset-print='4'] {
    margin-left: 33.33333%; }
  [col-print='5'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 39.42308%;
    width: 41.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='5']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='5'] {
      float: left !important; } }

@media print {
  [offset-print='5'] {
    margin-left: 41.66667%; }
  [col-print='6'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 48.07692%;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='6']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='6'] {
      float: left !important; } }

@media print {
  [offset-print='6'] {
    margin-left: 50%; }
  [col-print='7'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 56.73077%;
    width: 58.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='7']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='7'] {
      float: left !important; } }

@media print {
  [offset-print='7'] {
    margin-left: 58.33333%; }
  [col-print='8'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 65.38462%;
    width: 66.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='8']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='8'] {
      float: left !important; } }

@media print {
  [offset-print='8'] {
    margin-left: 66.66667%; }
  [col-print='9'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 74.03846%;
    width: 75%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='9']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='9'] {
      float: left !important; } }

@media print {
  [offset-print='9'] {
    margin-left: 75%; }
  [col-print='10'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 82.69231%;
    width: 83.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='10']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='10'] {
      float: left !important; } }

@media print {
  [offset-print='10'] {
    margin-left: 83.33333%; }
  [col-print='11'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 91.34615%;
    width: 91.66667%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='11']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='11'] {
      float: left !important; } }

@media print {
  [offset-print='11'] {
    margin-left: 91.66667%; }
  [col-print='12'] {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    [col-print='12']:last-child {
      margin-right: 0; } }
  @media print {
    [col-print='12'] {
      float: left !important; } }

@media print {
  [offset-print='12'] {
    margin-left: 100%; }
  [col-print='hidden'] {
    display: none; } }

[col-right] {
  float: right; }

[col-centered] {
  display: block;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* ==========================================================================
   Typography
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 8.5px;
  line-height: 8.5px; }
  @media (min-width: 768px) {
    html {
      font-size: 9.5px;
      line-height: 9.5px; } }
  @media (min-width: 850px) {
    html {
      font-size: 10px;
      line-height: 10px; } }

body, input, textarea, button {
  font-family: "ProximaNova", -apple-system, sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.625; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #1c1c1c; }
  h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    margin-right: 0.5em; }

h1, .h1 {
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3.2rem; }

h2, .h2 {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.1rem; }

h3, .h3 {
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 2.2rem; }

h4, .h4 {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.8rem; }

h5, .h5 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem; }

h6, .h6 {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem; }

p {
  margin: 1rem 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  .headline + p {
    margin-top: .5rem; }

a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #faa21b;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }
  a.link--icon-light {
    color: #939598; }
    a.link--icon-light:hover, a.link--icon-light:focus {
      color: #faa21b; }

.text-primary-link {
  color: #faa21b; }

.accent {
  color: #939598; }

.accent-small {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #939598; }

.disclaimer {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #939598; }

.helper {
  font-size: 1.5rem;
  line-height: 1.4;
  font-style: italic;
  color: #939598; }

.text-xsmall {
  font-size: 1.3rem;
  line-height: 1.625; }

small,
.text-small {
  font-size: 1.5rem;
  line-height: 1.625; }

.text-medium {
  font-size: 1.7rem;
  line-height: 1.625; }

.text-large {
  font-size: 1.9rem;
  line-height: 1.625; }

.text-condensed {
  display: block;
  line-height: 1.3; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: 600; }

.text-caps {
  text-transform: uppercase; }

.text-light {
  color: #939598; }

.text-white {
  color: white; }

.text-red {
  color: #da5450; }

.text-green {
  color: #bfd730; }

.text-new-orange {
  color: #f77e0d; }

.text-indented {
  text-indent: 2rem; }
  .text-indented * {
    text-indent: 0; }

.text-tag {
  text-transform: uppercase;
  font-size: 80%;
  border-radius: 10%;
  padding: 0.5rem;
  margin-left: 0.5rem;
  background-color: #f5f5f5; }

.negative-indent {
  text-indent: -.75rem;
  padding-left: .75rem; }
  .negative-indent * {
    text-indent: 0; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: .75rem 1rem;
  box-sizing: border-box; }
  input[type="color"] ::-webkit-input-placeholder, input[type="date"] ::-webkit-input-placeholder, input[type="datetime"] ::-webkit-input-placeholder, input[type="datetime-local"] ::-webkit-input-placeholder, input[type="email"] ::-webkit-input-placeholder, input[type="month"] ::-webkit-input-placeholder, input[type="number"] ::-webkit-input-placeholder, input[type="password"] ::-webkit-input-placeholder, input[type="search"] ::-webkit-input-placeholder, input[type="tel"] ::-webkit-input-placeholder, input[type="text"] ::-webkit-input-placeholder, input[type="time"] ::-webkit-input-placeholder, input[type="url"] ::-webkit-input-placeholder, input[type="week"] ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
    color: #939598; }
  input[type="color"] :-moz-placeholder, input[type="date"] :-moz-placeholder, input[type="datetime"] :-moz-placeholder, input[type="datetime-local"] :-moz-placeholder, input[type="email"] :-moz-placeholder, input[type="month"] :-moz-placeholder, input[type="number"] :-moz-placeholder, input[type="password"] :-moz-placeholder, input[type="search"] :-moz-placeholder, input[type="tel"] :-moz-placeholder, input[type="text"] :-moz-placeholder, input[type="time"] :-moz-placeholder, input[type="url"] :-moz-placeholder, input[type="week"] :-moz-placeholder, textarea :-moz-placeholder {
    color: #939598; }
  input[type="color"] ::-moz-placeholder, input[type="date"] ::-moz-placeholder, input[type="datetime"] ::-moz-placeholder, input[type="datetime-local"] ::-moz-placeholder, input[type="email"] ::-moz-placeholder, input[type="month"] ::-moz-placeholder, input[type="number"] ::-moz-placeholder, input[type="password"] ::-moz-placeholder, input[type="search"] ::-moz-placeholder, input[type="tel"] ::-moz-placeholder, input[type="text"] ::-moz-placeholder, input[type="time"] ::-moz-placeholder, input[type="url"] ::-moz-placeholder, input[type="week"] ::-moz-placeholder, textarea ::-moz-placeholder {
    color: #939598; }
  input[type="color"] :-ms-input-placeholder, input[type="date"] :-ms-input-placeholder, input[type="datetime"] :-ms-input-placeholder, input[type="datetime-local"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, input[type="month"] :-ms-input-placeholder, input[type="number"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, input[type="search"] :-ms-input-placeholder, input[type="tel"] :-ms-input-placeholder, input[type="text"] :-ms-input-placeholder, input[type="time"] :-ms-input-placeholder, input[type="url"] :-ms-input-placeholder, input[type="week"] :-ms-input-placeholder, textarea :-ms-input-placeholder {
    color: #939598; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

textarea[autosize] {
  resize: none !important;
  width: 100% !important;
  min-height: calc(1.5rem + 2em) !important;
  max-height: 240px;
  margin: 0 !important; }

textarea[autosize].no-redactor {
  min-height: 5em !important; }

.form__row + .form__row {
  margin-top: 2rem; }

.form__input {
  position: relative; }
  .form__input label, .form__input legend, .form__input--rating-description {
    font-size: 1.7rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 1rem;
    color: #1c1c1c; }
  .form__input .input {
    position: relative; }
  @media (min-width: 850px) {
    .form__input--horizontal {
      display: table;
      width: 100%; }
      .form__input--horizontal &gt; label, .form__input--horizontal &gt; input {
        display: table-cell;
        vertical-align: middle; }
      .form__input--horizontal &gt; label {
        width: 180px;
        padding-right: 24px;
        text-align: right; }
        .form__input--horizontal &gt; label.label--xsmall {
          width: 50px; }
        .form__input--horizontal &gt; label.label--small {
          width: 75px; } }
  .form__input input[disabled] {
    background-color: whitesmoke; }
  .form__input .section__label {
    padding-bottom: 2rem; }
    .form__input .section__label label {
      margin-bottom: 0; }

.tab-mode-enabled .form__checkbox input:focus + label::before, .tab-mode-enabled .form__radio input:focus + label::before {
  outline-color: #4D90FE !important;
  outline-style: solid !important;
  outline-offset: .5rem !important;
  outline-width: .5rem !important;
  z-index: 9999; }

.form__checkbox + .form__checkbox, .form__radio + .form__checkbox, .form__checkbox + .form__radio, .form__radio + .form__radio {
  margin-top: .5rem; }

.form__checkbox label, .form__radio label {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: 2.5rem;
  color: #4b4a4b; }
  .form__checkbox label &gt; *, .form__radio label &gt; * {
    pointer-events: none; }
  .form__checkbox label::before, .form__radio label::before {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    top: 0.2em;
    left: 0;
    display: block;
    border: 1px solid #4b4a4b;
    border-radius: 3px;
    color: rgba(28, 28, 28, 0);
    padding: .2rem;
    font-size: 1rem; }
    @media print {
      .form__checkbox label::before, .form__radio label::before {
        content: ''; } }

.form__checkbox input, .form__radio input {
  position: absolute;
  opacity: 0; }
  .form__checkbox input:checked + label::before, .form__radio input:checked + label::before {
    color: #1c1c1c; }
    @media print {
      .form__checkbox input:checked + label::before, .form__radio input:checked + label::before {
        content: ''; } }
  .form__checkbox input:checked + label::after, .form__radio input:checked + label::after {
    border: 0.45rem solid #92af2b; }
  .form__checkbox input:checked + label:hover::before, .form__radio input:checked + label:hover::before {
    border-color: #faa21b; }
  .form__checkbox input:disabled, .form__radio input:disabled {
    pointer-events: none; }
    .form__checkbox input:disabled + label::before, .form__radio input:disabled + label::before {
      background-color: #e1e1e1; }
    .form__checkbox input:disabled + label, .form__radio input:disabled + label {
      pointer-events: none; }
      .form__checkbox input:disabled + label + label::before, .form__radio input:disabled + label + label::before {
        background-color: #e1e1e1; }

.form__checkbox small, .form__radio small {
  font-size: 1.3rem;
  line-height: 1.625;
  display: block;
  margin: .5rem 0;
  text-indent: 0; }

.form__checkbox img, .form__radio img {
  margin-top: 1rem; }

.form__checkbox--sub {
  position: relative;
  top: -2px;
  margin-left: 2rem; }
  .form__checkbox--sub label {
    color: #939598; }

.form__checkbox--centered label::before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

.form__checkbox--empty-label label {
  height: 2rem; }

.form__checkbox--child {
  padding-left: 2.5rem; }

.form__radio label::before {
  content: '';
  background: rgba(146, 175, 43, 0); }

.form__radio label::after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  content: '';
  border: 0; }

.form__radio label:focus::before, .form__radio label:hover::before {
  background-color: #92af2b;
  border-color: #faa21b;
  background-clip: content-box; }

.form__radio label:focus::after, .form__radio label:hover::after {
  border: 0.45rem solid #92af2b; }

.form__radio label:focus::before, .form__radio label:hover::before {
  background-color: #92af2b;
  border-color: #faa21b; }

.form__radio input:checked + label::before {
  background-color: #92af2b;
  border-color: #4b4a4b; }
  @media print {
    .form__radio input:checked + label::before {
      background-color: #C0C3C7 !important;
      -webkit-print-color-adjust: exact; } }

.form__radio input:checked + label::after {
  border: 0.45rem solid #92af2b; }

.form__radio input:checked + label:hover::before {
  border-color: #faa21b; }

.form__radio input:enabled:checked:hover::before a {
  border: 1px solid #faa21b; }

.form__radio input:disabled + label {
  pointer-events: none;
  cursor: default; }
  .form__radio input:disabled + label + label::before {
    background-color: #e1e1e1; }
  .form__radio input:disabled + label::before {
    background-color: initial;
    border-color: #4b4a4b;
    background-clip: initial; }
  .form__radio input:disabled + label:hover::before {
    border-color: #4b4a4b; }
  .form__radio input:disabled + label:checked + label::before {
    background-color: #92af2b; }

.form__helper {
  font-size: 1.5rem;
  line-height: 1.625;
  display: block;
  color: #939598; }

.form__submit {
  margin-top: 3rem !important;
  clear: both;
  text-align: right; }
  .form__submit::after {
    clear: both;
    content: "";
    display: table; }
  .form__submit button {
    margin: 0 0 .5rem .5rem; }
  .form__submit--center {
    text-align: center; }
    .form__submit--center button:first-child {
      margin-left: 0; }

/* Angular Form Handling */
.selectize-input[required].ng-dirty.ng-valid:not([no-validation]),
input[type="color"][required].ng-dirty.ng-valid:not([no-validation]), input[type="date"][required].ng-dirty.ng-valid:not([no-validation]), input[type="datetime"][required].ng-dirty.ng-valid:not([no-validation]), input[type="datetime-local"][required].ng-dirty.ng-valid:not([no-validation]), input[type="email"][required].ng-dirty.ng-valid:not([no-validation]), input[type="month"][required].ng-dirty.ng-valid:not([no-validation]), input[type="number"][required].ng-dirty.ng-valid:not([no-validation]), input[type="password"][required].ng-dirty.ng-valid:not([no-validation]), input[type="search"][required].ng-dirty.ng-valid:not([no-validation]), input[type="tel"][required].ng-dirty.ng-valid:not([no-validation]), input[type="text"][required].ng-dirty.ng-valid:not([no-validation]), input[type="time"][required].ng-dirty.ng-valid:not([no-validation]), input[type="url"][required].ng-dirty.ng-valid:not([no-validation]), input[type="week"][required].ng-dirty.ng-valid:not([no-validation]), textarea[required].ng-dirty.ng-valid:not([no-validation]) {
  border-color: #bfd730; }
  .selectize-input[required].ng-dirty.ng-valid:not([no-validation]):focus,
  input[type="color"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="date"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="datetime"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="datetime-local"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="email"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="month"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="number"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="password"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="search"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="tel"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="text"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="time"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="url"][required].ng-dirty.ng-valid:not([no-validation]):focus, input[type="week"][required].ng-dirty.ng-valid:not([no-validation]):focus, textarea[required].ng-dirty.ng-valid:not([no-validation]):focus {
    border-color: #faa21b; }

.selectize-input[required].ng-dirty.ng-invalid,
input[type="color"][required].ng-dirty.ng-invalid, input[type="date"][required].ng-dirty.ng-invalid, input[type="datetime"][required].ng-dirty.ng-invalid, input[type="datetime-local"][required].ng-dirty.ng-invalid, input[type="email"][required].ng-dirty.ng-invalid, input[type="month"][required].ng-dirty.ng-invalid, input[type="number"][required].ng-dirty.ng-invalid, input[type="password"][required].ng-dirty.ng-invalid, input[type="search"][required].ng-dirty.ng-invalid, input[type="tel"][required].ng-dirty.ng-invalid, input[type="text"][required].ng-dirty.ng-invalid, input[type="time"][required].ng-dirty.ng-invalid, input[type="url"][required].ng-dirty.ng-invalid, input[type="week"][required].ng-dirty.ng-invalid, textarea[required].ng-dirty.ng-invalid {
  border-color: #da5450 !important;
  background: rgba(218, 84, 80, 0.05);
  color: #da5450 !important; }

.validation-message {
  font-size: 1.4rem;
  padding-left: .5rem;
  color: #da5450; }

.ng-invalid [type='submit'] {
  opacity: .5; }

html {
  color: #1c1c1c;
  background-color: white; }

section {
  padding-top: 4rem;
  padding-bottom: 4rem; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }
  img.round {
    border-radius: 50%; }
  img.desaturated {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3; }
  p img {
    vertical-align: middle;
    margin-left: .5rem; }
    p img:first-child {
      margin-left: 0; }

fieldset {
  margin: 0;
  border: none;
  padding: 0; }
  fieldset[disabled='disabled'] {
    position: relative; }
    fieldset[disabled='disabled']:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.7);
      z-index: 9;
      content: ''; }

audio {
  width: 100%; }

blockquote {
  margin: 0; }

mark::before, mark::after, del::before, del::after, ins::before, ins::after, s::before, s::after {
  position: absolute !important;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%); }
  mark::before ul, mark::before ol, mark::after ul, mark::after ol, del::before ul, del::before ol, del::after ul, del::after ol, ins::before ul, ins::before ol, ins::after ul, ins::after ol, s::before ul, s::before ol, s::after ul, s::after ol {
    list-style: none; }
    mark::before ul li::before, mark::before ol li::before, mark::after ul li::before, mark::after ol li::before, del::before ul li::before, del::before ol li::before, del::after ul li::before, del::after ol li::before, ins::before ul li::before, ins::before ol li::before, ins::after ul li::before, ins::after ol li::before, s::before ul li::before, s::before ol li::before, s::after ul li::before, s::after ol li::before {
      content: '\200B';
      display: block;
      height: 0; }
  mark::before.ss-focus-visible:focus, mark::before.ss-focus-visible:active, mark::after.ss-focus-visible:focus, mark::after.ss-focus-visible:active, del::before.ss-focus-visible:focus, del::before.ss-focus-visible:active, del::after.ss-focus-visible:focus, del::after.ss-focus-visible:active, ins::before.ss-focus-visible:focus, ins::before.ss-focus-visible:active, ins::after.ss-focus-visible:focus, ins::after.ss-focus-visible:active, s::before.ss-focus-visible:focus, s::before.ss-focus-visible:active, s::after.ss-focus-visible:focus, s::after.ss-focus-visible:active {
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto; }

mark, ins {
  color: #f77e0d; }

mark {
  background: none; }
  mark::before {
    content: " [begin highlighted content] "; }
  mark::after {
    content: " [end of highlighted content] "; }

ins {
  text-decoration: none; }
  ins::before {
    content: " [begin inserted content] "; }
  ins::after {
    content: " [end of inserted content] "; }

del, s {
  text-decoration: line-through; }
  del *, s * {
    text-decoration: line-through; }

del::before {
  content: " [begin deleted content] "; }

del::after {
  content: " [end of deleted content] "; }

s::before {
  content: " [begin stricken content] "; }

s::after {
  content: " [end of stricken content] "; }

label {
  cursor: pointer; }
  label input {
    position: absolute;
    visibility: hidden;
    z-index: -1; }

ul.no-bullets, ol.no-bullets {
  list-style: none;
  padding-left: 0; }
  ul.no-bullets li::before, ol.no-bullets li::before {
    content: '\200B';
    display: block;
    height: 0; }

ul.no-margin, ol.no-margin {
  margin: 0; }

ul.alpha, ol.alpha {
  list-style: upper-alpha; }

ul.numeric, ol.numeric {
  list-style: decimal; }

ul.none, ol.none {
  list-style: none; }

ul {
  padding-left: 3rem; }

ol {
  padding-left: 1.4em; }

li {
  margin-top: 8px; }
  li:first-child {
    margin-top: 0; }

svg {
  vertical-align: middle;
  position: relative;
  top: -1px; }

pre {
  white-space: pre-wrap; }

app-style-sheet {
  display: none; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none !important; }

html {
  overflow-y: scroll;
  /* Needs to be set explicitly for Chrome app */ }
  html.overlay-frame-open #main-app-div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media print {
      html.overlay-frame-open #main-app-div {
        top: 0 !important;
        /* Override top style applied to disable parent frame scrolling */ } }

body {
  min-width: 320px;
  background: #ffffff; }
  body:before {
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    content: '';
    z-index: -1; }
    @media print {
      body:before {
        display: none; } }
  body.nav-open, body.fullscreen-enabled {
    overflow: hidden;
    height: 100vh; }
  body.fullscreen-enabled:before {
    background: white;
    z-index: 9998; }
  body.state-change [ui-view=main] {
    opacity: 0.5; }

#main-app-div {
  display: block !important; }

/* Wrapper */
.upper-wrapper .iframe-escape {
  position: relative;
  left: 1rem;
  top: 1rem;
  z-index: 1001; }

html[runtime=native] .upper-wrapper {
  z-index: 1000; }
  html[runtime=native] .upper-wrapper .iframe-escape {
    position: fixed;
    z-index: 1001; }

@media (max-width: 767px) {
  .upper-wrapper {
    z-index: 1000; }
    .upper-wrapper .iframe-escape {
      position: fixed;
      z-index: 1001; } }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media only screen {
    .wrapper {
      min-height: 100vh; } }
  .nav-open .wrapper {
    -webkit-user-select: none;
    -webkit-user-drag: none; }
  .wrapper--plain {
    background: none;
    box-shadow: none; }

.load-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 10000; }

/* Header */
#header {
  height: 5.5rem;
  background: #ffffff;
  text-align: center;
  position: relative;
  z-index: 101;
  box-shadow: 0 0.25rem 0.7rem 0 rgba(28, 28, 28, 0.2); }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  html[runtime=native] #header {
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    z-index: 999; }
    @media print {
      html[runtime=native] #header {
        margin-top: 2rem;
        border: none; } }
  @media (max-width: 767px) {
    #header {
      position: fixed;
      top: 0rem;
      left: 0;
      width: 100%;
      z-index: 999; } }
  @media print and (max-width: 767px) {
    #header {
      margin-top: 2rem;
      border: none; } }
  @media (min-width: 768px) {
    html[runtime=web] #header {
      height: 7.5rem; } }
  #header .container {
    height: 100%; }
  html[runtime=native] #header .primary-nav, html[runtime=native]
  #header .secondary-nav {
    display: none; }
  @media (max-width: 767px) {
    #header .primary-nav,
    #header .secondary-nav {
      display: none; } }
  #header .logo {
    padding: 1.25rem 0 1rem;
    height: 100%;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      #header .logo img {
        width: 14rem; } }
    @media (min-width: 850px) {
      #header .logo img {
        width: 19rem; } }
    @media (min-width: 1150px) {
      #header .logo img {
        width: 23rem; } }
    @media (min-width: 768px) {
      #header .logo {
        padding: 3.7rem 0 2rem; } }
    @media (min-width: 850px) {
      #header .logo {
        padding: 3rem 0 1.5rem; } }
    @media (min-width: 1150px) {
      #header .logo {
        padding: 2.5rem 0; } }
    html[runtime=native] #header .logo {
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      padding: 1.25rem 0 1rem;
      position: absolute;
      top: 50%;
      left: 50%; }
      html[runtime=native] #header .logo img {
        width: 19rem !important; }
      @media print {
        html[runtime=native] #header .logo {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          position: relative;
          display: block;
          float: none;
          top: inherit;
          left: inherit;
          text-align: center; } }
    @media (max-width: 767px) {
      #header .logo {
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        padding: 1.25rem 0 1rem;
        position: absolute;
        top: 50%;
        left: 50%; }
        #header .logo img {
          width: 19rem !important; } }
  @media print and (max-width: 767px) {
    #header .logo {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      position: relative;
      display: block;
      float: none;
      top: inherit;
      left: inherit;
      text-align: center; } }
    @media (min-width: 768px) {
      html[runtime=web] #header .logo {
        float: left; } }
  #header .current-login-modifier {
    position: absolute;
    top: 15px;
    right: 2.5%;
    font-size: 1.5rem;
    line-height: 1.625;
    display: none;
    color: #939598; }
    @media (min-width: 768px) {
      #header .current-login-modifier {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        max-width: 15%; } }
    @media (min-width: 1150px) {
      #header .current-login-modifier {
        display: block;
        max-width: none; } }
    #header .current-login-modifier:before {
      font-size: 1.3rem;
      line-height: 1.625;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
      padding-right: .5rem; }
    #header .current-login-modifier.interactive:hover {
      color: #faa21b; }
  #header .top-right-container {
    display: none; }
    @media (min-width: 768px) {
      #header .top-right-container {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        display: block;
        right: 2.5rem; } }

/* Logo */
.logo img {
  display: block;
  padding: 0; }
  @media print {
    .logo img {
      margin: 0 auto; } }

.logo.centered img {
  margin: 0 auto; }

/* Main Body */
main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    main--border {
      border: solid #e1e1e1;
      border-width: 0 1px; } }
  main.embed-mode {
    padding: 0; }

@media (max-width: 767px) {
  .public main {
    padding-top: 8rem; } }

.public--wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media only screen {
    .public--wrapper {
      min-height: 92vh; } }

.public .footer {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0 2.5rem;
  margin: 3rem 0 1rem 0;
  width: 100%;
  text-align: center;
  color: #939598; }
  @media (min-width: 768px) {
    .public .footer {
      position: absolute;
      bottom: 1rem;
      margin: inherit; } }
  @media (min-width: 768px) {
    .public .footer p {
      display: inline-block;
      margin-right: 3rem; } }
  .public .footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 1rem; }
    .public .footer__links::after {
      clear: both;
      content: "";
      display: table; }
    .public .footer__links &gt; li, .public .footer__links &gt; dd {
      margin: 0; }
    @media (min-width: 768px) {
      .public .footer__links {
        display: inline-block; } }
    .public .footer__links li {
      display: inline-block; }
    .public .footer__links li + li {
      margin-left: .5rem; }
      .public .footer__links li + li:before {
        content: '|';
        margin-right: 1rem; }
    .public .footer__links a {
      color: inherit; }

@media print {
  .ngdialog-open [ui-view="app"] {
    display: none; } }

.ios-scroll {
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important; }

@media (min-width: 768px) {
  .show-for-small {
    display: none !important; } }

@media (min-width: 768px) {
  .show-for-small-and-sr {
    position: absolute !important;
    height: 1px;
    width: 1px;
    left: 0;
    top: 0;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip-path: inset(50%); }
    .show-for-small-and-sr ul, .show-for-small-and-sr ol {
      list-style: none; }
      .show-for-small-and-sr ul li::before, .show-for-small-and-sr ol li::before {
        content: '\200B';
        display: block;
        height: 0; }
    .show-for-small-and-sr.ss-focus-visible:focus, .show-for-small-and-sr.ss-focus-visible:active {
      width: auto;
      height: auto;
      overflow: visible;
      z-index: 999;
      clip-path: none;
      clip: auto; } }

@media (max-width: 767px) {
  .hide-for-small {
    display: none !important; } }

@media (min-width: 850px) {
  .hide-for-large {
    display: none !important; } }

@media (max-width: 1149px) {
  .show-for-xlarge {
    display: none !important; } }

@media only screen {
  .show-for-print {
    display: none !important; } }

@media print {
  [ng-show][show-for-print]:not(.ng-animate) {
    display: block !important; } }

@media print {
  .hide-for-print {
    display: none !important; } }

@media print {
  .print-avoid-breaks {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 3rem; } }

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.hide-label {
  float: right;
  color: transparent;
  height: 0; }

.not-visible {
  visibility: hidden; }

@media (min-width: 768px) {
  .binder__year.headline--strikethrough::before {
    width: 90%; } }

.binder__year.headline--strikethrough .toggle-view {
  top: 0; }

@media (min-width: 768px) {
  .binder__year.headline-select--strikethrough::before {
    margin-left: 15%;
    width: 75%; } }

@media (min-width: 768px) {
  .binder__year.headline-select--strikethrough .select-all {
    position: absolute;
    top: 0;
    left: 0; } }

.binder__search-status {
  margin-top: 1em; }

.binder .export__details {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .binder .export__details {
      margin: 0 0 0 2rem;
      display: inline-block; } }

.binder .card-listings {
  margin-top: 0; }
  .binder .card-listings .assignment .card__body {
    padding-bottom: 1.5rem; }
  .binder .card-listings .assignment .assignment__icon {
    top: 1.5rem;
    bottom: auto; }

.da-only button {
  margin-top: 1.5rem; }

[a-href] {
  cursor: pointer; }

.a11y-results h2 {
  margin-top: 6rem; }

.a11y-results--asset {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid black; }

.a11y-results pre {
  font-size: 11pt; }

.a11y-results mark {
  background-color: yellow;
  color: black; }

.a11y-results del {
  background-color: #FF9999;
  color: black;
  text-decoration: none; }

.a11y-results table th, .a11y-results table td {
  padding: 0 1rem; }

.accessibility-statement .overlay {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .accessibility-statement .overlay {
      padding: 3rem 4rem; } }

.accessibility-statement h1 {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.1rem; }

.accessibility-statement h2 {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin: 4rem 0 3rem; }

.accordion {
  /* Pane */
  /* Header */
  /* Content */
  /* Editable */ }
  .accordion ss-pane {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1; }
    .accordion ss-pane.compare {
      border-top: 1px dashed #00abe6;
      border-right: 1px dashed #00abe6;
      border-left: 1px dashed #00abe6; }
      .accordion ss-pane.compare + .compare {
        border-top: none; }
      .accordion ss-pane.compare__cap {
        border-top: 1px dashed #00abe6 !important; }
      .accordion ss-pane.compare__end {
        border-bottom: 1px dashed #00abe6 !important;
        margin-bottom: .5rem; }
      .accordion ss-pane.compare .section__name, .accordion ss-pane.compare .section__description {
        padding: 0 2.5rem; }
  .accordion ss-pane-header {
    padding: 3rem 8rem 3rem 0; }
    .accordion ss-pane-header .ss-pane-button {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background: transparent;
      color: transparent;
      border: none; }
      .accordion ss-pane-header .ss-pane-button::after {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        height: 2rem;
        width: 2rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 3rem;
        background: #f77e0d;
        border-radius: 50%;
        text-align: center;
        line-height: 2rem;
        color: #ffffff;
        padding-left: .15em;
        padding-top: .05em; }
    .accordion ss-pane-header .section__name {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      display: inline-block;
      max-width: 90%; }
    .accordion ss-pane-header .section__type {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      padding-left: 2rem; }
      .accordion ss-pane-header .section__type i {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 2.2rem;
        line-height: 1;
        color: #00abe6; }
        .accordion ss-pane-header .section__type i.icon-talkback-circled {
          color: #92af2b; }
  .accordion .is-expanded &gt; ss-pane-header .ss-pane-button::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -1rem; }
  .accordion ss-pane-content .file-list {
    margin-bottom: 3rem; }
  .accordion ss-pane-content .section__description, .accordion ss-pane-content .section__documents {
    margin-bottom: 2rem; }
  .accordion ss-pane-content .section__documents {
    padding: 0 2rem; }
  .accordion .is-expanded &gt; ss-pane-content {
    margin-bottom: 3rem; }
  .accordion .inline-form-editable__relation-action {
    display: flex;
    flex: 0 1 auto; }
  .accordion .inline-form-editable ss-pane-header {
    position: relative;
    padding: 3rem 8rem 3rem 5rem; }
    @media (min-width: 768px) {
      .accordion .inline-form-editable ss-pane-header {
        padding: 3rem 8rem 3rem 0; } }
    .accordion .inline-form-editable ss-pane-header .ss-pane-button__content {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      max-width: 95%; }
    .accordion .inline-form-editable ss-pane-header .editable-draggable {
      flex: 0 1 auto;
      min-width: 2rem;
      cursor: move;
      cursor: -webkit-grab; }
      .accordion .inline-form-editable ss-pane-header .editable-draggable:before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        color: #939598; }
      .accordion .inline-form-editable ss-pane-header .editable-draggable:hover::before, .accordion .inline-form-editable ss-pane-header .editable-draggable:focus::before {
        color: #faa21b; }
    .accordion .inline-form-editable ss-pane-header .section__name {
      flex: 1 1 auto;
      padding: 0 2rem; }
      .accordion .inline-form-editable ss-pane-header .section__name input {
        font-size: 1.9rem;
        font-weight: 300;
        height: 2.2rem; }
    .accordion .inline-form-editable ss-pane-header .section__type {
      position: static;
      flex: 0 1 auto;
      transform: none;
      padding-right: 2rem; }
    .accordion .inline-form-editable ss-pane-header .section__delete {
      flex: 0 0 auto; }
  .accordion .inline-form-editable ss-pane-content .editable-add {
    margin-left: 5rem; }
    @media (min-width: 768px) {
      .accordion .inline-form-editable ss-pane-content .editable-add {
        margin-left: 3rem; } }

.tab-mode-enabled .accordion ss-pane {
  overflow: initial; }

.tab-mode-enabled .accordion ss-pane-header:focus {
  outline-color: #4D90FE !important;
  outline-style: solid !important;
  outline-offset: .5rem !important;
  outline-width: .5rem !important;
  z-index: 9999; }

.tab-mode-enabled .accordion .is-expanded &gt; ss-pane-content {
  margin-top: 1rem; }

.active-sharing-selector__item {
  padding-top: 2rem; }

.active-sharing-selector__item:first-child {
  padding-top: 0; }

.add-asset-to-unit__tabs {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 3rem; }
  .add-asset-to-unit__tabs::after {
    clear: both;
    content: "";
    display: table; }
  .add-asset-to-unit__tabs &gt; li, .add-asset-to-unit__tabs &gt; dd {
    margin: 0; }
  @media (max-width: 767px) {
    .add-asset-to-unit__tabs {
      margin-bottom: 0; } }
  .add-asset-to-unit__tabs .btn {
    margin-right: .5rem; }

.add-asset-to-unit__subsection--add {
  display: flex;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .add-asset-to-unit__subsection--add {
      margin-bottom: 1rem; } }
  .add-asset-to-unit__subsection--add div {
    flex-grow: 2;
    margin-right: .5rem; }
  .add-asset-to-unit__subsection--add button {
    margin-bottom: 0; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.animation--spin {
  -webkit-animation: spin 1s linear;
  -moz-animation: spin 1s linear;
  animation: spin 1s linear; }

.spin-icon::before {
  -webkit-animation: spin 1.2s infinite linear;
  -moz-animation: spin 1.2s infinite linear;
  animation: spin 1.2s infinite linear;
  margin-right: 1rem; }

.annotation-example {
  position: relative; }
  .annotation-example:not(.redactor-styles) {
    margin: 4rem 0;
    padding: 4rem;
    box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.1), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
    @media (min-width: 768px) {
      .annotation-example:not(.redactor-styles) {
        display: flex;
        flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .annotation-example .example__text {
      flex: 1;
      margin-right: 2rem;
      order: 2; } }
  @media (min-width: 768px) {
    .annotation-example .example__note--top {
      width: 100%;
      order: 1; }
    .annotation-example .example__note--middle {
      order: 3; }
      .annotation-example .example__note--middle .note:first-child {
        margin-top: 0; }
    .annotation-example .example__note--bottom {
      width: 100%;
      order: 4; } }
  .annotation-example .example__note .note {
    margin: 2rem auto 0; }
    @media (min-width: 768px) {
      .annotation-example .example__note .note {
        margin: 2rem 0; } }
  .annotation-example .note {
    font-size: 1.3rem;
    line-height: 1.625;
    position: relative;
    width: 32rem;
    padding: 0 1rem;
    opacity: 1;
    background: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: .4rem; }
    .annotation-example .note .annotation__actions .actions__title {
      padding: 1rem 1rem 1rem 0;
      float: left;
      font-size: 1.4rem;
      line-height: 2.2rem; }
    .annotation-example .note .annotation__actions .actions__color {
      float: left;
      padding: 1rem 1rem 1rem 0; }
    .annotation-example .note .annotation__actions .actions__swatch::after {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      top: 0;
      color: #939598; }
    .annotation-example .note .annotation__note--content {
      -webkit-user-select: all;
      -moz-user-select: all;
      -ms-user-select: all;
      user-select: all;
      padding: 1rem 0;
      border-top: 1px solid #e1e1e1;
      clear: both;
      word-wrap: break-word; }
  .annotation-example .note-link {
    cursor: default;
    color: inherit;
    margin-left: 0.2rem;
    user-select: none; }
  .annotation-example mark {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    color: inherit; }
    @media (min-width: 850px) {
      .annotation-example mark {
        padding-top: 3.5px;
        padding-bottom: 3.5px; } }
    .annotation-example mark.color-1 {
      background-color: rgba(255, 220, 25, 0.5) !important; }
      .annotation-example mark.color-1.has-note {
        box-shadow: inset 0 -3px 0 #ffdc19; }
    .annotation-example mark.color-2 {
      background-color: rgba(154, 72, 142, 0.5) !important; }
      .annotation-example mark.color-2.has-note {
        box-shadow: inset 0 -3px 0 #9a488e; }
    .annotation-example mark.color-3 {
      background-color: rgba(250, 162, 27, 0.5) !important; }
      .annotation-example mark.color-3.has-note {
        box-shadow: inset 0 -3px 0 #faa21b; }
    .annotation-example mark.color-4 {
      background-color: rgba(0, 171, 230, 0.5) !important; }
      .annotation-example mark.color-4.has-note {
        box-shadow: inset 0 -3px 0 #00abe6; }
    .annotation-example mark.color-5 {
      background-color: rgba(218, 84, 80, 0.5) !important; }
      .annotation-example mark.color-5.has-note {
        box-shadow: inset 0 -3px 0 #da5450; }
    .annotation-example mark.color-6 {
      background-color: rgba(146, 175, 43, 0.5) !important; }
      .annotation-example mark.color-6.has-note {
        box-shadow: inset 0 -3px 0 #92af2b; }
    .annotation-example mark.color-1::before {
      content: "begin yellow highlight"; }
    .annotation-example mark.color-1::after {
      content: "end yellow highlight"; }
    .annotation-example mark.color-2::before {
      content: "begin purple highlight"; }
    .annotation-example mark.color-2::after {
      content: "end purple highlight"; }
    .annotation-example mark.color-3::before {
      content: "begin orange highlight"; }
    .annotation-example mark.color-3::after {
      content: "end orange highlight"; }
    .annotation-example mark.color-4::before {
      content: "begin blue highlight"; }
    .annotation-example mark.color-4::after {
      content: "end blue highlight"; }
    .annotation-example mark.color-5::before {
      content: "begin red highlight"; }
    .annotation-example mark.color-5::after {
      content: "end red highlight"; }
    .annotation-example mark.color-6::before {
      content: "begin green highlight"; }
    .annotation-example mark.color-6::after {
      content: "end green highlight"; }
  .annotation-example .sr-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    left: 0;
    top: 0;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip-path: inset(50%); }
    .annotation-example .sr-only::before, .annotation-example .sr-only::after {
      position: absolute !important;
      height: 1px;
      width: 1px;
      left: 0;
      top: 0;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      clip-path: inset(50%); }
      .annotation-example .sr-only::before ul, .annotation-example .sr-only::before ol, .annotation-example .sr-only::after ul, .annotation-example .sr-only::after ol {
        list-style: none; }
        .annotation-example .sr-only::before ul li::before, .annotation-example .sr-only::before ol li::before, .annotation-example .sr-only::after ul li::before, .annotation-example .sr-only::after ol li::before {
          content: '\200B';
          display: block;
          height: 0; }
      .annotation-example .sr-only::before.ss-focus-visible:focus, .annotation-example .sr-only::before.ss-focus-visible:active, .annotation-example .sr-only::after.ss-focus-visible:focus, .annotation-example .sr-only::after.ss-focus-visible:active {
        width: auto;
        height: auto;
        overflow: visible;
        z-index: 999;
        clip-path: none;
        clip: auto; }
    .annotation-example .sr-only ul, .annotation-example .sr-only ol {
      list-style: none; }
      .annotation-example .sr-only ul li::before, .annotation-example .sr-only ol li::before {
        content: '\200B';
        display: block;
        height: 0; }
    .annotation-example .sr-only.ss-focus-visible:focus, .annotation-example .sr-only.ss-focus-visible:active {
      width: auto;
      height: auto;
      overflow: visible;
      z-index: 999;
      clip-path: none;
      clip: auto; }

.assessment-wrap {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 0;
  border-left: 0.6rem solid #00abe6;
  z-index: 100; }
  .assessment-wrap-container {
    position: relative; }
    .assessment-wrap-container .container--breakout {
      padding-left: 5rem;
      padding-right: 5rem; }
  .assessment-wrap--right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-left: none;
    border-right: 0.5rem solid #00abe6; }
  @media print {
    .assessment-wrap {
      display: none; } }
  .assessment-wrap.active {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 90%;
    border-color: #faa21b; }
    @media (min-width: 768px) {
      .assessment-wrap.active {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 46%; } }
    .assessment-wrap.active .wrap__toggle {
      left: calc(90% - 1.9rem); }
      @media (min-width: 768px) {
        .assessment-wrap.active .wrap__toggle {
          left: calc(46% - 4.7rem); } }
    .assessment-wrap.active .wrap__content {
      left: 0;
      height: 100%; }
    .assessment-wrap.active--right {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 19.4%;
      border-color: #faa21b; }
      @media (min-width: 768px) {
        .assessment-wrap.active--right {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 60%; } }
      .assessment-wrap.active--right .wrap__toggle {
        right: calc(78% - .8rem); }
        @media (min-width: 768px) {
          .assessment-wrap.active--right .wrap__toggle {
            right: calc(39% - 4.5rem); } }
      .assessment-wrap.active--right .wrap__content {
        right: 0; }
  .assessment-wrap .wrap__toggle {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transition-property: left, background-color;
    -moz-transition-property: left, background-color;
    transition-property: left, background-color;
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    /* Size */
    /* Icon */
    /* Mouse Actions */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: -2rem;
    width: 7.2rem;
    background: #00abe6;
    white-space: nowrap; }
    .assessment-wrap .wrap__toggle[disabled] {
      opacity: .5;
      pointer-events: none; }
    .assessment-wrap .wrap__toggle.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    .assessment-wrap .wrap__toggle[class*='icon']:before {
      margin-right: .5rem; }
    @media (min-width: 768px) {
      .assessment-wrap .wrap__toggle {
        position: fixed;
        top: 0;
        right: auto;
        bottom: auto;
        left: -5rem;
        width: 14rem; } }
    .assessment-wrap .wrap__toggle--right {
      -webkit-transition-property: right, background-color;
      -moz-transition-property: right, background-color;
      transition-property: right, background-color;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: fixed;
      top: 26.5rem;
      right: -2rem;
      bottom: auto;
      left: auto; }
      @media (min-width: 0) {
        .assessment__mode-test .assessment-wrap .wrap__toggle--right {
          top: 22.5rem; }
        .ngdialog-content .assessment-wrap .wrap__toggle--right {
          top: 26rem; } }
      @media (min-width: 768px) {
        .assessment-wrap .wrap__toggle--right {
          position: fixed;
          top: 33rem;
          right: -5rem;
          bottom: auto;
          left: auto; }
          .assessment__mode-test .assessment-wrap .wrap__toggle--right {
            top: 32.7rem; }
          .ngdialog-content .assessment-wrap .wrap__toggle--right {
            top: 31rem; } }
      .assessment-wrap .wrap__toggle--right i {
        margin-right: .5rem; }
      .assessment-wrap .wrap__toggle--right-icon:before {
        transform: rotate(90deg); }
    .assessment-wrap .wrap__toggle .toggle__icon::before {
      transform: rotate(90deg); }
    .assessment-wrap .wrap__toggle .toggle__name {
      padding-left: .5rem; }
      @media (max-width: 767px) {
        .assessment-wrap .wrap__toggle .toggle__name {
          display: none; } }
    .assessment-wrap .wrap__toggle.active {
      display: initial;
      background: #faa21b; }
    .assessment-wrap .wrap__toggle i {
      opacity: .5;
      margin-left: .5rem; }
  .assessment-wrap .wrap__content {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 3rem;
    position: fixed;
    width: 90%;
    left: -90%;
    background-color: #ffffff;
    overflow-y: auto;
    z-index: 200; }
    @media (min-width: 768px) {
      .assessment-wrap .wrap__content {
        width: 46%;
        left: -46%; } }
    .assessment-wrap .wrap__content--right {
      padding-right: 3rem;
      padding-left: 2rem;
      display: none;
      right: 0;
      left: auto;
      width: 80%; }
      @media (min-width: 768px) {
        .assessment-wrap .wrap__content--right {
          width: 39%; } }
    .assessment-wrap .wrap__content--active {
      display: initial; }

.tab-mode-enabled .assessment-wrap .wrap__toggle:focus:focus {
  margin-left: 1.2rem;
  margin-right: 1.2rem; }

.assessment__header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  min-height: 8rem;
  margin-top: -2.5rem;
  padding-top: 0;
  padding-bottom: 1.5rem; }
  .overlay .assessment__header, .assessment__header.previewMode, .embed-mode .assessment__header {
    margin-top: 0; }

.assessment__icon {
  height: 3.6rem;
  width: 3.6rem;
  -webkit-box-reflect: below 1px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, transparent 60%, transparent 100%);
  position: absolute;
  top: 2rem;
  right: 2rem; }

.assessment__thumb {
  float: left;
  max-width: 0;
  overflow: hidden; }
  @media print {
    .assessment__thumb {
      display: none; } }
  @media (max-width: 767px) {
    .assessment__thumb {
      display: none; } }
  .assessment__thumb img {
    display: block;
    height: auto; }
  .allowThumb .assessment__thumb {
    max-width: 20rem;
    margin-right: 1rem; }

.assessment__name {
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 2.2rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 0;
  width: 85%; }
  @media (min-width: 768px) {
    .assessment__name {
      font-weight: 300;
      font-size: 2.4rem;
      line-height: 2.7rem;
      width: 89%; } }
  @media (min-width: 850px) {
    .assessment__name {
      font-weight: 300;
      font-size: 2.6rem;
      line-height: 3.1rem; } }
  .card-listings--mod-three .assessment__name {
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 2.2rem; }

.assessment__due {
  height: 5rem;
  width: 5rem;
  font-size: 1.4rem;
  line-height: 0.9em;
  display: block;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding-top: .75rem; }
  @media print {
    .assessment__due {
      display: none; } }
  .assessment__due:before {
    display: block;
    font-size: .8rem;
    content: 'Due'; }
  .assessment__due--closed {
    font-size: 0;
    line-height: 5rem;
    padding: 0; }
    .assessment__due--closed:before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      font-size: 3.5rem; }

.assessment__progress {
  display: flex;
  align-items: center; }
  .assessment__progress .progress {
    display: flex;
    align-items: center;
    flex: 1; }
    .assessment__progress .progress__slider {
      width: 100%;
      margin-right: 2rem; }
      .assessment__progress .progress__slider progress {
        height: 0.75rem;
        width: 100%;
        display: block;
        border-color: none;
        background-color: #e1e1e1; }
        .assessment__progress .progress__slider progress::-webkit-progress-bar {
          background: #e1e1e1; }
        .assessment__progress .progress__slider progress::-webkit-progress-value {
          -webkit-transition: all 0.15s ease-out 0s;
          -moz-transition: all 0.15s ease-out 0s;
          transition: all 0.15s ease-out 0s;
          background: #faa21b; }
    .assessment__progress .progress__amount {
      white-space: nowrap; }

.assessment__instructions {
  padding-top: 2rem; }

.assessment__begin {
  padding-top: 3rem;
  text-align: center; }

.assessment__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e1e1e1;
  position: sticky;
  top: -1px;
  background-color: white;
  z-index: 51;
  /* 51 &gt; 50 from .redactor-box */
  padding-top: 2rem; }
  .ngdialog .assessment__pagination {
    top: -10rem; }
  @media (max-width: 767px) {
    .assessment__pagination {
      top: 5rem; }
      .assessment__mode-test .assessment__pagination {
        top: 5.5rem; }
      .ngdialog .assessment__pagination {
        top: -1px; } }
  .assessment__pagination a, .assessment__pagination button {
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .assessment__pagination a:last-child, .assessment__pagination button:last-child {
      margin-right: 0; }
  .assessment__pagination button.pagination__prev {
    order: 1; }
  .assessment__pagination button.pagination__questions {
    order: 3; }
    @media (min-width: 768px) {
      .assessment__pagination button.pagination__questions {
        order: 2; } }
  .assessment__pagination button.pagination__submit {
    order: 4;
    margin-right: 0; }
    @media (min-width: 768px) {
      .assessment__pagination button.pagination__submit {
        order: 3;
        margin-right: 1rem;
        margin-left: auto; }
        .assessment__pagination button.pagination__submit + .btn {
          margin-left: 0; } }
  .assessment__pagination button.pagination__next {
    order: 2;
    margin-right: 1rem;
    margin-left: auto; }
    @media (min-width: 768px) {
      .assessment__pagination button.pagination__next {
        order: 4;
        margin-right: 0; } }
  .assessment__pagination i {
    margin-left: .5rem; }
  .assessment__pagination-timer {
    margin-left: 2rem; }
    @media (max-width: 767px) {
      .assessment__pagination-timer {
        margin-left: 0;
        display: block; } }
  .assessment__pagination .droppable-overlay ul {
    max-height: 40rem;
    overflow: scroll; }
  .assessment__pagination .droppable-overlay li {
    position: relative;
    outline-offset: -.5rem !important; }
    .assessment__pagination .droppable-overlay li.active {
      font-weight: 400;
      background-color: #f5f5f5; }
    .assessment__pagination .droppable-overlay li.bookmarked::before {
      position: absolute;
      top: 0.7rem;
      right: 1.75rem;
      font-family: "ss-icons";
      content: "";
      color: #faa21b; }
    .assessment__pagination .droppable-overlay li.requires-grading::after {
      position: absolute;
      top: 0.7rem;
      right: 3.5rem;
      font-family: "ss-icons";
      content: "";
      color: #939598; }
    .assessment__pagination .droppable-overlay li.completed::after {
      position: absolute;
      top: 0.7rem;
      right: 3.5rem;
      font-family: "ss-icons";
      content: "";
      color: #939598; }

.assessment__text {
  padding: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: .5rem; }
  .assessment__text p {
    line-height: 1.4; }

.assessment__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  counter-reset: li;
  position: sticky;
  top: -2.1rem;
  z-index: 2; }
  .assessment__nav::after {
    clear: both;
    content: "";
    display: table; }
  .assessment__nav &gt; li, .assessment__nav &gt; dd {
    margin: 0; }
  @media (max-width: 767px) {
    .assessment__nav {
      top: calc(7.3rem + 5.5rem + 3.5rem); }
      .assessment__mode-test .assessment__nav {
        top: calc(7.3rem + 5.5rem); }
        .ngdialog .assessment__mode-test .assessment__nav {
          top: calc(1.6rem + 5.5rem); } }
  @media print {
    .assessment__nav {
      display: none; } }
  @media (min-width: 768px) {
    .assessment__nav {
      font-size: 1.5rem;
      line-height: 1.625; } }
  .assessment__nav li {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    top: 1px;
    counter-increment: li; }
    .assessment__nav li.stateDisabled {
      background: #e1e1e1; }
  .assessment__nav li + li {
    border-top: 1px solid #e1e2e3; }
  .assessment__nav a {
    display: block;
    text-align: center;
    color: #939598;
    text-transform: uppercase;
    position: relative;
    padding: 1rem 0 1rem;
    line-height: 1em; }
    .assessment__nav a:before {
      display: block;
      font-size: 1.3em;
      margin: 0 0 .5rem;
      vertical-align: middle;
      position: relative; }
      @media (min-width: 768px) {
        .assessment__nav a:before {
          font-size: .9em;
          margin-bottom: .25rem; } }
      @media (min-width: 850px) {
        .assessment__nav a:before {
          font-size: 1.5rem;
          margin-bottom: .5rem; } }
    .assessment__nav a:after {
      position: absolute;
      top: 0.3rem;
      left: 0.5rem;
      content: counter(li) ".";
      color: rgba(147, 149, 152, 0.7); }
    .assessment__nav a.no-numbering:after {
      content: ''; }
  .assessment__nav .active {
    background: #00abe6; }
    .assessment__nav .active a, .assessment__nav .active a:after, .assessment__nav .active span {
      color: #ffffff !important; }
  .assessment__nav--disabled {
    background: #1c1c1c; }
  .assessment__nav--stuck {
    top: -2rem; }

@media (min-width: 768px) {
  .assessment__scroll {
    display: block;
    position: relative;
    overflow: hidden; } }

@media (min-width: 768px) {
  .assessment__scroll.assessment__scroll--open {
    height: auto;
    overflow: inherit; }
    .assessment__scroll.assessment__scroll--open .assessment__content, .assessment__scroll.assessment__scroll--open .assessment__respond {
      height: auto;
      overflow-y: inherit;
      padding: initial;
      width: initial; }
    .assessment__scroll.assessment__scroll--open .assessment__content {
      float: none; }
    .assessment__scroll.assessment__scroll--open .assessment__respond {
      position: relative;
      right: auto; }
    .assessment__scroll.assessment__scroll--open .assessment__nav {
      top: 7.3rem; } }

@media (min-width: 768px) {
  .assessment__columns {
    display: flex;
    gap: 2rem; } }

.assessment__columns &gt; div {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .assessment__columns &gt; div {
      flex: 1 0; } }

@media (min-width: 768px) {
  .assessment__columns.assessment__columns--open {
    display: initial; } }

.assessment__content {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .assessment__content {
      float: left; } }
  .assessment__content .multitool__content.numbering-on {
    padding-left: 4rem; }
  .assessment__content .multitool .para {
    left: 0; }

.assessment__content-item + .assessment__content-item {
  margin-top: 3rem; }

.assessment .choice__option {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: .5rem 0 .8rem; }

.assessment .choice__explanation {
  margin-top: .5rem;
  padding-left: 2.5rem;
  font-style: italic;
  display: flex; }

.assessment .choice--icon {
  margin-right: 1rem; }

@media (min-width: 768px) {
  .assessment__respond {
    position: absolute;
    right: 0; } }

.assessment__respond .assessment__text {
  padding: 0;
  margin-bottom: 3rem;
  background-color: #ffffff;
  border-radius: none; }
  .assessment__respond .assessment__text h3 {
    display: none; }

.assessment__respond .assessment__question {
  margin-top: 3rem; }
  .assessment__respond .assessment__question:first-child {
    margin-top: 0; }
  .assessment__respond .assessment__question .expanded {
    margin-top: 2rem; }

.assessment__respond .assessment__scoring .headline {
  margin: 1rem 0 2rem 0; }

@media (min-width: 768px) {
  .assessment__content, .assessment__respond {
    height: 92vh;
    width: 49%;
    overflow-y: scroll;
    padding: 2rem 2rem 1rem 0; }
    .assessment__content:only-child, .assessment__respond:only-child {
      height: auto;
      position: static;
      width: 100%;
      overflow-y: visible;
      padding-right: 0; } }

.assessment__list {
  margin: 1.5rem 0 0;
  padding-left: 0; }
  .assessment__list li {
    margin: 0 0.1rem 0.2rem 0;
    padding: 0.1rem 0.2rem;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    background: transparent; }
    .assessment__list li .btn {
      color: #4b4a4b;
      background-color: #ffffff; }
      .assessment__list li .btn:hover, .assessment__list li .btn:focus {
        color: #faa21b;
        border-color: #faa21b; }
    .assessment__list li.active .btn {
      color: #faa21b;
      border-color: #faa21b;
      padding-right: 4rem; }
      .assessment__list li.active .btn:hover, .assessment__list li.active .btn:focus {
        color: #da5450;
        border-color: #da5450; }
      .assessment__list li.active .btn .remove {
        color: #faa21b;
        display: inherit; }
      .assessment__list li.active .btn:hover .remove, .assessment__list li.active .btn:focus .remove {
        color: #da5450; }
    .assessment__list li input {
      display: none; }
    .assessment__list li button {
      position: relative; }
    .assessment__list li .remove {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      position: absolute;
      right: 1.5rem;
      bottom: -0.1rem;
      display: none; }
      .assessment__list li .remove::after {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
  .assessment__list--associated li.active .btn {
    padding-right: 2.5rem; }
    .assessment__list--associated li.active .btn:hover, .assessment__list--associated li.active .btn:focus {
      color: #ffffff;
      border-color: #faa21b;
      background-color: #faa21b; }

.assessment__continue {
  margin-top: 2rem;
  margin-bottom: 4rem; }
  .assessment__continue span {
    margin-left: .75rem; }

.assessment__submit .submit__cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center; }
  .assessment__submit .submit__cta + .submit__cta:last-child {
    padding-top: 0; }

.assessment__submit .assessment__columns {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  padding-top: 2rem; }

.assessment__top-margin {
  margin-top: 2rem; }

.assessment .btn {
  display: inline-block; }

.assessment .overlay__body .inline-state-nav {
  margin-bottom: 0; }

.assessment__print-view .assessment__header {
  margin: 5rem 0;
  padding: 2rem 0;
  border: solid 1px #e1e1e1;
  border-width: 1px 0; }

.assessment__print-view .assessment__meta {
  display: none; }

.assessment__print-view .assessment__name {
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: center;
  width: auto; }

.assessment__print-view .assessment__progress, .assessment__print-view .assessment__icon {
  display: none; }

.assessment__print-view .assessment__text {
  border: solid 1px #e1e1e1; }

.assessment__print-view .assessment__respond {
  margin-top: 3rem; }
  .assessment__print-view .assessment__respond .assessment__text {
    border: none; }

.assessment__print-view .assessment .module {
  padding-bottom: 0; }

.assessment__print-view .assessment__question {
  page-break-inside: avoid; }

.assessment__print-view .assessment__root_block {
  page-break-before: always; }

.assessment__print-view .assessment__annotation-content .multitool {
  margin-top: 2rem;
  border-top: solid 1px #e1e1e1;
  padding-top: 1.5rem; }

.assessment__dates {
  display: flex; }
  .assessment__dates-container {
    list-style: none;
    padding: 0; }
  .assessment__dates-action-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    align-content: flex-start; }
    .assessment__dates-action-container .btn--remove {
      flex: 0 0 auto;
      border: none;
      padding: 0; }

.assessment-scroll__wrapper {
  position: relative; }

.assessment-scroll__sentinel {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2rem;
  visibility: hidden; }
  .assessment-scroll__sentinel--down {
    top: -2rem; }
  .assessment-scroll__sentinel--up {
    top: -12rem; }

.assessment-scroll--hide {
  display: none !important; }

.assessment-scroll-container {
  display: block;
  position: relative;
  height: 92vh;
  overflow: hidden; }
  .assessment-scroll-container .assessment__content {
    height: 100%;
    overflow-y: scroll;
    padding: 2rem 2rem 1rem 0;
    float: left;
    width: 49%; }
  .assessment-scroll-container .assessment__respond {
    height: 100%;
    overflow-y: scroll;
    padding: 2rem 2rem 1rem 0;
    position: absolute;
    right: 0;
    width: 49%; }

.assignment-sub-type legend {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: .5rem;
  color: #939598; }

.assignment-wrap-container {
  position: relative; }

.assignment-wrap {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 0;
  border-left: 6px solid #00abe6;
  z-index: 100; }
  .assignment-wrap__right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-left: none;
    border-right: 6px solid #00abe6; }
  @media print {
    .assignment-wrap {
      display: none; } }
  .assignment-wrap.active {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 46%;
    border-color: #faa21b; }
    .assignment-wrap.active .wrap__toggle {
      left: calc(46% - 47px); }
    .assignment-wrap.active .wrap__content {
      left: 0px; }
  .assignment-wrap.active-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60%;
    border-color: #faa21b; }
    .assignment-wrap.active-right .wrap__toggle {
      right: calc(39% - 47px); }
    .assignment-wrap.active-right .wrap__content {
      right: 0px; }
  .assignment-wrap .wrap__toggle {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transition-property: left, background-color;
    -moz-transition-property: left, background-color;
    transition-property: left, background-color;
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    /* Size */
    /* Icon */
    /* Mouse Actions */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: -50px;
    width: 140px;
    background: #00abe6;
    white-space: nowrap; }
    .assignment-wrap .wrap__toggle[disabled] {
      opacity: .5;
      pointer-events: none; }
    .assignment-wrap .wrap__toggle.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    .assignment-wrap .wrap__toggle[class*='icon']:before {
      margin-right: .5rem; }
    .assignment-wrap .wrap__toggle i {
      opacity: .5;
      margin-left: .5rem; }
    .assignment-wrap .wrap__toggle-icon:before {
      transform: rotate(90deg); }
    @media (max-width: 767px) {
      .assignment-wrap .wrap__toggle-name {
        display: none; } }
    .assignment-wrap .wrap__toggle.active {
      display: initial;
      background: #faa21b; }
    .assignment-wrap .wrap__toggle-essay-asst {
      padding: 0 1.5rem; }
    .assignment-wrap .wrap__toggle-right {
      -webkit-transition-property: right, background-color;
      -moz-transition-property: right, background-color;
      transition-property: right, background-color;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: fixed;
      top: 0;
      right: -50px;
      bottom: auto;
      left: auto; }
      .assignment-wrap .wrap__toggle-right i {
        opacity: .5;
        margin-right: .5rem; }
      .assignment-wrap .wrap__toggle-right-icon:before {
        transform: rotate(90deg); }
  .assignment-wrap .wrap__content {
    z-index: 200;
    position: fixed;
    height: 400px;
    overflow-y: auto;
    width: 46%;
    padding-left: 32px;
    padding-top: 16px;
    padding-right: 16px;
    background-color: white;
    left: -46%; }
    .assignment-wrap .wrap__content-right {
      display: none;
      left: auto;
      right: 0;
      width: 39%;
      padding-left: 16px;
      padding-right: 32px; }
    .assignment-wrap .wrap__content-active {
      display: initial; }
    .assignment-wrap .wrap__content .auto-save-status {
      padding-bottom: 3rem; }
  @media (max-width: 767px) {
    .assignment-wrap .wrap__content {
      width: 90%;
      left: -90%; }
    .assignment-wrap .wrap__toggle {
      position: fixed;
      top: 0;
      right: auto;
      bottom: auto;
      left: -20px;
      width: 72px; }
    .assignment-wrap.active {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 90%; }
      .assignment-wrap.active .wrap__toggle {
        left: calc(90% - 1.9rem); } }

.tab-mode-enabled .assignment-wrap .wrap__toggle:focus {
  /* Provide space for left/right focus ring side to be visible */ }
  .tab-mode-enabled .assignment-wrap .wrap__toggle:focus:focus {
    margin-left: 1.2rem;
    margin-right: 1.2rem; }

.assignment {
  /* Within Card Listings */
  /* Full Width */ }
  .assignment-blast {
    margin-top: -2.5rem; }
  .assignment__header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    min-height: 8rem;
    margin-top: -2.5rem;
    padding-top: 0;
    padding-bottom: 1.5rem; }
    .overlay .assignment__header, .assignment__header.previewMode, .embed-mode .assignment__header {
      margin-top: 0; }
    @media only screen and (min-width: 768px) and (min-height: 800px) {
      .assignment__header.stuck {
        margin: 0; } }
  .assignment__body {
    padding-top: 0;
    padding-bottom: 4rem; }
    @media (min-width: 768px) {
      .assignment__body {
        min-height: calc(100vh - 129px); } }
    @media (min-width: 850px) {
      .assignment__body {
        min-height: calc(100vh - 136px); } }
    .assignment__body .research-links a {
      font-weight: 600; }
    .assignment__body table {
      width: auto !important; }
      .assignment__body table[width="100%"] {
        width: 100% !important; }
    .assignment__body .review__summary .summary__revision {
      display: block; }
    .assignment__body .review__summary i.icon-attention {
      color: #faa21b; }
  @media (max-width: 767px) {
    .assignment &gt; .sticky-wrapper {
      height: auto !important; } }
  .assignment__poster {
    width: 100%;
    height: 0;
    padding-bottom: 56.26667%;
    margin-bottom: 3rem;
    overflow: hidden;
    background: center center no-repeat;
    background-size: cover; }
    @media print {
      .assignment__poster {
        display: none; } }
    .assignment__poster img {
      display: none; }
    @media (min-width: 768px) {
      .card--large .assignment__poster {
        display: table-cell;
        width: 70%;
        height: auto;
        padding: 0;
        vertical-align: top; }
        .card--large .assignment__poster img {
          display: block;
          visibility: hidden;
          width: 100%; } }
    .ngdialog.poster .assignment__poster {
      -webkit-animation-name: slideInDown;
      -moz-animation-name: slideInDown;
      animation-name: slideInDown;
      -webkit-animation-delay: 0;
      -moz-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      margin: 0;
      box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.25); }
  .assignment__thumb {
    float: left;
    max-width: 0;
    overflow: hidden; }
    @media print {
      .assignment__thumb {
        display: none; } }
    @media (max-width: 767px) {
      .assignment__thumb {
        display: none; } }
    .assignment__thumb img {
      display: block;
      height: auto; }
    .allowThumb .assignment__thumb {
      max-width: 20rem;
      margin-right: 1rem; }
    .assignment__thumb + div {
      overflow: hidden; }
  .assignment__name {
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 2.2rem;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin: 0;
    width: 85%; }
    @media (min-width: 768px) {
      .assignment__name {
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 2.7rem;
        width: 89%; } }
    @media (min-width: 850px) {
      .assignment__name {
        font-weight: 300;
        font-size: 2.6rem;
        line-height: 3.1rem; } }
    .card-listings--mod-three .assignment__name {
      font-weight: 300;
      font-size: 1.9rem;
      line-height: 2.2rem; }
  .assignment__due {
    height: 5rem;
    width: 5rem;
    font-size: 1.4rem;
    line-height: 0.9em;
    display: block;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding-top: .75rem; }
    @media print {
      .assignment__due {
        display: none; } }
    .assignment__due:before {
      display: block;
      font-size: .8rem;
      content: 'Due'; }
    .assignment__due--closed {
      font-size: 0;
      line-height: 5rem;
      padding: 0; }
      .assignment__due--closed:before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        font-size: 3.5rem; }
  .assignment__bookshelf {
    font-size: 1.5rem;
    line-height: 1.625; }
    @media (min-width: 768px) {
      .assignment__bookshelf {
        position: absolute;
        top: 2rem;
        right: 0;
        background: #ffffff;
        padding: .5rem 1.25rem;
        border: 1px solid rgba(28, 28, 28, 0.1);
        border-radius: 3px; }
        .onav__assignment-meta .assignment__bookshelf {
          position: static; }
          .onav__assignment-meta .assignment__bookshelf a {
            font-size: 1.0em !important; } }
    .assignment__bookshelf a {
      color: #bfd730; }
      .assignment__bookshelf a:before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
  .assignment__icon {
    height: 3.6rem;
    width: 3.6rem;
    -webkit-box-reflect: below 1px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, transparent 60%, transparent 100%); }
  .assignment__meta {
    font-size: 1.5rem;
    line-height: 1.625; }
    .assignment__meta .meta__edited {
      display: block; }
      @media (min-width: 768px) {
        .assignment__meta .meta__edited {
          display: initial; } }
  .assignment__cta {
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    background: transparent;
    border: 1px solid rgba(147, 149, 152, 0.5);
    color: #939598;
    /* Size */
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.3rem;
    line-height: 30px;
    height: 30px;
    /* Icon */
    /* Mouse Actions */
    font-size: 1.3rem; }
    .assignment__cta[disabled] {
      opacity: .5;
      pointer-events: none; }
    .assignment__cta.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    .assignment__cta[class*='icon']:before {
      margin-right: .5rem; }
    .assignment__cta:active {
      top: 1px; }
  .assignment__pastdue {
    font-size: 1.3rem;
    line-height: 1.625;
    font-weight: 600;
    margin-top: .5rem !important;
    text-transform: uppercase; }
  .assignment__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    padding-top: 1.5rem;
    font-size: 1.1rem;
    counter-reset: li; }
    .assignment__nav::after {
      clear: both;
      content: "";
      display: table; }
    .assignment__nav &gt; li, .assignment__nav &gt; dd {
      margin: 0; }
    @media print {
      .assignment__nav {
        display: none; } }
    @media (min-width: 768px) {
      .assignment__nav {
        font-size: 1.5rem;
        line-height: 1.625; } }
    .assignment__nav-tight {
      padding-top: 0; }
    .assignment__nav li {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      display: block;
      background: #ffffff;
      position: relative;
      top: 1px;
      counter-increment: li; }
      .assignment__nav li.stateDisabled {
        background: #e1e1e1; }
    .assignment__nav li + li {
      border-left: 1px solid #e1e2e3; }
    .assignment__nav a {
      display: block;
      text-align: center;
      color: #939598;
      text-transform: uppercase;
      position: relative;
      padding: 1rem 0 .5rem;
      line-height: 1em; }
      .assignment__nav a:before {
        display: block;
        font-size: 1.3em;
        margin: 0 0 .5rem;
        vertical-align: middle;
        position: relative; }
        @media (min-width: 768px) {
          .assignment__nav a:before {
            font-size: .9em;
            margin-bottom: .25rem; } }
        @media (min-width: 850px) {
          .assignment__nav a:before {
            font-size: 1.5rem;
            margin-bottom: .5rem; } }
      .assignment__nav a:after {
        position: absolute;
        top: 0.3rem;
        left: 0.5rem;
        content: counter(li) ".";
        color: rgba(147, 149, 152, 0.7); }
      .assignment__nav a.no-numbering:after {
        content: ''; }
    .assignment__nav .active {
      background: #00abe6; }
      .assignment__nav .active a, .assignment__nav .active a:after, .assignment__nav .active span {
        color: #ffffff !important; }
    .assignment__nav--disabled {
      background: #000; }
  .assignment__tools {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: 1rem;
    font-size: 0; }
    .assignment__tools::after {
      clear: both;
      content: "";
      display: table; }
    .assignment__tools &gt; li, .assignment__tools &gt; dd {
      margin: 0; }
    @media print {
      .assignment__tools {
        display: none; } }
    .assignment__tools .tools__status {
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 2.85rem; }
    .assignment__tools .tools__btn {
      display: inline-block; }
      .assignment__tools .tools__btn a, .assignment__tools .tools__btn button {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 1.1rem;
        line-height: 1.1rem;
        display: inline-block;
        background: #babbbd;
        border-radius: .3rem;
        padding: 0;
        height: initial; }
      .assignment__tools .tools__btn .droppable-overlay a {
        font-size: 1.5rem;
        line-height: 1.625;
        display: block;
        background: #ffffff;
        color: #4b4a4b;
        border-radius: 0; }
        .assignment__tools .tools__btn .droppable-overlay a:hover {
          background: #f5f5f5; }
        .assignment__tools .tools__btn .droppable-overlay a:before {
          color: #faa21b;
          margin-right: .5rem; }
        .assignment__tools .tools__btn .droppable-overlay a i {
          color: #4b4a4b !important; }
      .assignment__tools .tools__btn.active a {
        background: #faa21b; }
      @media (max-width: 767px) {
        .assignment__tools .tools__btn[class*='icon'] {
          font-size: 0; }
        .assignment__tools .tools__btn:before {
          font-size: 1.25rem;
          padding: 0rem;
          margin-right: 0; } }
      .assignment__tools .tools__btn &gt; a, .assignment__tools .tools__btn button {
        padding: 7px;
        color: #ffffff !important;
        font-weight: 600;
        text-transform: uppercase;
        border: none; }
        .assignment__tools .tools__btn &gt; a:before, .assignment__tools .tools__btn button:before {
          margin-right: .75rem;
          top: 0; }
      .assignment__tools .tools__btn [droppable] {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        white-space: nowrap; }
        .assignment__tools .tools__btn [droppable]::after {
          font-family: "ss-icons";
          width: auto;
          margin: 0;
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          line-height: 1em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          vertical-align: middle;
          position: relative;
          top: -1px;
          text-rendering: optimizeLegibility;
          content: "";
          margin-left: .5rem; }
    .assignment__tools li {
      display: inline-block; }
    .assignment__tools li + li, .assignment__tools div + div {
      margin-left: 1rem; }
      .assignment__tools li + li:first-child, .assignment__tools li + li:only-child, .assignment__tools div + div:first-child, .assignment__tools div + div:only-child {
        margin-left: 0; }
    @media (max-width: 767px) {
      .assignment__tools span {
        display: none; } }
    .assignment__tools .fullscreen-button {
      margin-left: 1rem; }
      .assignment__tools .fullscreen-button:first-child, .assignment__tools .fullscreen-button:only-child {
        margin-left: 0; }
      @media (max-width: 767px) {
        .assignment__tools .fullscreen-button {
          display: none; } }
    .assignment__tools--toolbar {
      padding: 15px 0; }
      @media (max-width: 767px) {
        .assignment__tools--toolbar {
          margin-left: -10px;
          margin-right: -10px;
          padding-left: 10px;
          padding-right: 10px;
          border-bottom: 1px dotted #939598; }
          .assignment__tools--toolbar span {
            display: none; } }
      .assignment__tools--toolbar li {
        margin-right: 31px; }
        @media (max-width: 767px) {
          .assignment__tools--toolbar li {
            margin-left: 20px;
            margin-right: 0; } }
        @media (min-width: 850px) {
          .assignment__tools--toolbar li {
            margin-right: 40px; } }
        .assignment__tools--toolbar li:last-child {
          margin-right: 0; }
      .assignment__tools--toolbar i {
        font-size: 20px;
        position: relative;
        top: 2px; }
    .headline--hr .assignment__tools {
      float: right;
      line-height: inherit;
      margin-top: -.5rem; }
    .headline--hr dir-pagination-controls + .assignment__tools {
      clear: both;
      margin: 2rem 0; }
  .card-listings .assignment .assignment__poster {
    margin-bottom: 0; }
  .card-listings .assignment .assignment__name {
    margin-bottom: .5rem;
    padding-right: 2rem; }
  .card-listings .assignment .assignment__meta li {
    display: block;
    float: none;
    line-height: 1.5; }
    .card-listings .assignment .assignment__meta li:before {
      display: none; }
  .card-listings .assignment .assignment__meta .meta__section {
    font-size: 1.5rem;
    line-height: 1.625;
    margin-top: 2rem; }
    .card-listings .assignment .assignment__meta .meta__section table:first-child tr:first-child {
      padding-top: 0; }
    .card-listings .assignment .assignment__meta .meta__section table th {
      text-align: left;
      font-weight: 300;
      color: #939598;
      padding-right: 3rem; }
    @media (max-width: 767px) {
      .card-listings .assignment .assignment__meta .meta__section table tr {
        display: block;
        padding-top: 1.4rem; } }
    @media (min-width: 768px) {
      .card-listings .assignment .assignment__meta .meta__section table tr + tr th, .card-listings .assignment .assignment__meta .meta__section table tr + tr td {
        padding-top: 1.4rem; } }
    .card-listings .assignment .assignment__meta .meta__section table .ss-tag-list {
      margin-top: 0;
      padding-bottom: 0; }
      .card-listings .assignment .assignment__meta .meta__section table .ss-tag-list li {
        display: inline-block; }
    .card-listings .assignment .assignment__meta .meta__section table + table {
      margin-top: 0; }
      .card-listings .assignment .assignment__meta .meta__section table + table th {
        vertical-align: top; }
  .card-listings .assignment .assignment__cta {
    position: absolute;
    bottom: 3.5rem;
    left: 1.5rem; }
    .ios-mode .card-listings .assignment .assignment__cta {
      display: none; }
  .card-listings .assignment .assignment__due, .card-listings .assignment .assignment__icon {
    position: absolute;
    top: auto;
    right: 1.5rem;
    bottom: 3.5rem; }
  .card-listings .assignment .card__body {
    padding-bottom: 8rem; }
    .card-listings .assignment .card__body .body__partner {
      margin: 0 0 1rem 0.5rem;
      max-width: 10rem;
      max-height: 3rem;
      float: right; }
  .card-listings .assignment .card__unselected-border {
    border: none; }
  .card-listings .assignment .card__selected-border {
    border: 3px solid #faa21b; }
  @media (min-width: 768px) {
    .card-listings .assignment.card-listings--fullwidth .card__body {
      padding-bottom: 1.5rem; } }
  .card-listings .assignment .selected {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem; }
  .card-listings .assignment .selected i {
    font-size: 2.5rem; }
  .card-listings--listview .assignment .assignment__poster {
    display: block;
    width: 27.3rem;
    padding-bottom: 15.4rem;
    margin: 0;
    height: auto;
    float: left;
    background-position: 0 0; }
    .card-listings--listview .assignment .assignment__poster img {
      display: block;
      visibility: hidden;
      position: absolute; }
  .card-listings--listview .assignment .assignment__due, .card-listings--listview .assignment .assignment__icon {
    bottom: auto;
    top: 1.5rem; }
  .card-listings--listview .assignment .assignment__icon {
    height: 4rem;
    width: 4rem; }
  .card-listings--listview .assignment .card__body {
    padding-bottom: 1.5rem; }
  .card-listings--fullwidth .assignment .card__body {
    padding-bottom: 1.5rem; }
  .assignment.card-listings--review-mode .card:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1rem;
    display: block;
    height: 1.5rem;
    background: #1c1c1c;
    color: #ffffff;
    font-weight: 700;
    content: 'Review Mode';
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .assignment.card--large .assignment__cta,
    .assignment .card--large .assignment__cta {
      position: static;
      margin-top: 1rem; } }
  .assignment.card--large .assignment__due, .assignment.card--large .assignment__icon,
  .assignment .card--large .assignment__due,
  .assignment .card--large .assignment__icon {
    position: absolute;
    top: 2rem;
    right: 2rem; }
  @media (max-width: 767px) {
    .assignment.card--large .assignment__meta li,
    .assignment .card--large .assignment__meta li {
      float: none; }
      .assignment.card--large .assignment__meta li:before,
      .assignment .card--large .assignment__meta li:before {
        display: none; } }
  .assignment [class*='headline'][sticky] {
    padding-top: 1.2rem; }

@media (min-width: 1150px) {
  .auto-two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px; } }

@media print {
  .auto-two-col--print {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px; } }

.auto-two-col &gt; * {
  /* This will soon be in bourbon */
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.badges.container {
  min-width: initial; }

.badges .badge {
  padding-bottom: 2rem; }

.badges .badges__overview {
  cursor: context-menu; }

.badges .badges__section {
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 4rem;
  padding-top: 0;
  padding-bottom: 0; }
  .badges .badges__section:last-child {
    border-bottom: none;
    margin-bottom: 0; }
    .badges .badges__section:last-child .badges__children .badges__child:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .badges .badges__section {
      display: flex;
      flex-wrap: nowrap;
      border-bottom: none;
      margin: 0; } }

@media (min-width: 768px) {
  .badges .badges__parent {
    flex: 0 0 20rem;
    border-right: solid 1px #e1e1e1; } }

@media (max-width: 767px) {
  .badges .badges__parent .badges__child {
    max-width: 14rem;
    width: 50%;
    margin: 0 auto 4rem auto; } }

@media (min-width: 768px) {
  .badges .badges__parent .badges__child {
    max-width: 11rem;
    margin: 0 auto; }
    .badges .badges__parent .badges__child .badge__title {
      white-space: nowrap; } }

.badges .badges__children {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .badges .badges__children {
      justify-content: space-around; } }
  .badges .badges__children .badges__child {
    max-width: 11rem; }
    @media (max-width: 767px) {
      .badges .badges__children .badges__child {
        flex: 0 50%; } }
    @media (min-width: 768px) {
      .badges .badges__children .badges__child {
        margin: 0 0 0 4rem; } }

.badges.badges--settings {
  display: flex;
  align-items: center;
  margin-top: 3rem; }
  .badges.badges--settings .badges__earned {
    max-width: 12.5rem;
    padding-right: 2rem; }
  .badges.badges--settings p {
    font-size: 1.5rem;
    line-height: 1.625;
    margin: 0;
    color: #939598; }

/* Need to keep .badge class separated from .badges,
because there is a number of places where .badge is used outside of badges dialog */
@media (min-width: 768px) {
  .badge {
    position: relative; } }

.badge button {
  padding: 0; }

.badge-tooltip {
  font-size: 1.3rem;
  line-height: 1.625;
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  margin: 0 1rem 1rem;
  padding: 1rem;
  z-index: 10001;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: .4rem;
  box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
  @media (min-width: 768px) {
    .badge-tooltip {
      position: absolute;
      top: auto;
      right: auto;
      bottom: auto;
      left: calc(-15rem + 50px);
      -webkit-transform: translateY(5%);
      -moz-transform: translateY(5%);
      -ms-transform: translateY(5%);
      -o-transform: translateY(5%);
      transform: translateY(5%);
      width: 32rem;
      margin: 0; }
      .badge-tooltip::after, .badge-tooltip::before {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        position: absolute;
        left: 50%; }
      .badge-tooltip::before {
        height: 0;
        width: 0;
        border-bottom: 10px solid #e1e1e1;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: none;
        bottom: auto;
        top: -10px; }
      .badge-tooltip::after {
        height: 0;
        width: 0;
        border-bottom: 10px solid #ffffff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: none;
        bottom: auto;
        top: -9px; } }
  .badge-tooltip__header--tab {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline; }
    .badge-tooltip__header--tab .icon-cancel {
      background: white;
      border: none; }
  .badge-tooltip i {
    color: #689107; }
  .badge-tooltip .checkbox-list--badge {
    list-style: none; }
    .badge-tooltip .checkbox-list--badge li::before {
      content: '\200B';
      display: block;
      height: 0; }

.badge .badge {
  /* One quarter of full circle, rotated for each step */ }
  .badge .badge__background {
    fill: #e1e1e1; }
  .badge .badge__text {
    font-size: .5rem;
    font-weight: 800;
    text-transform: uppercase;
    fill: #e1e1e1; }
    @media (min-width: 768px) {
      .badge .badge__text {
        font-size: .4rem; } }
  .badge .badge__step, .badge .badge__steps-background {
    stroke-dashoffset: -1;
    stroke-width: 1;
    fill: none; }
  .badge .badge__steps-background {
    stroke: #e1e1e1;
    stroke-dasharray: 23, 2; }
  .badge .badge__step {
    /* show steps depending on .badge--completed-x class */
    visibility: hidden;
    stroke: #4b4a4b;
    stroke-dasharray: 0, 100;
    animation: circle-steps-fill .3s linear forwards;
    transform: rotate(-90deg);
    transform-origin: center; }
    .badge .badge__step--2 {
      stroke-dashoffset: -26;
      animation-delay: .3s; }
    .badge .badge__step--3 {
      stroke-dashoffset: -51;
      animation-delay: .6s; }
    .badge .badge__step--4 {
      stroke-dashoffset: -76;
      animation-delay: .9s; }
  .badge .badge--completed-1 .badge__step--1, .badge .badge--completed-2 .badge__step--1, .badge .badge--completed-2 .badge__step--2, .badge .badge--completed-3 .badge__step--1, .badge .badge--completed-3 .badge__step--2, .badge .badge--completed-3 .badge__step--3, .badge .badge--completed-4 .badge__step {
    visibility: visible; }
  .badge .badge__title {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-top: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #939598; }

.badge.badge--completed.badge--bronze .badge__background, .badge.badge--completed.badge--bronze .badge__title, .badge.badge--completed .badge__text, .badges__child:hover .badge.badge--bronze .badge__background, .badges__child:hover .badge.badge--bronze .badge__title, .badges__child:hover .badge .badge__text, .badges__child.focused .badge.badge--bronze .badge__background, .badges__child.focused .badge.badge--bronze .badge__title, .badges__child.focused .badge .badge__text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  fill: #faa21b;
  color: #faa21b; }
  .badge.badge--completed.badge--bronze .badge__background i, .badge.badge--completed.badge--bronze .badge__title i, .badge.badge--completed .badge__text i, .badges__child:hover .badge.badge--bronze .badge__background i, .badges__child:hover .badge.badge--bronze .badge__title i, .badges__child:hover .badge .badge__text i, .badges__child.focused .badge.badge--bronze .badge__background i, .badges__child.focused .badge.badge--bronze .badge__title i, .badges__child.focused .badge .badge__text i {
    color: #689107; }

.badge.badge--completed.badge--silver .badge__background, .badge.badge--completed.badge--silver .badge__title, .badge.badge--completed .badge__text, .badges__child:hover .badge.badge--silver .badge__background, .badges__child:hover .badge.badge--silver .badge__title, .badges__child:hover .badge .badge__text, .badges__child.focused .badge.badge--silver .badge__background, .badges__child.focused .badge.badge--silver .badge__title, .badges__child.focused .badge .badge__text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  fill: #939598;
  color: #939598; }
  .badge.badge--completed.badge--silver .badge__background i, .badge.badge--completed.badge--silver .badge__title i, .badge.badge--completed .badge__text i, .badges__child:hover .badge.badge--silver .badge__background i, .badges__child:hover .badge.badge--silver .badge__title i, .badges__child:hover .badge .badge__text i, .badges__child.focused .badge.badge--silver .badge__background i, .badges__child.focused .badge.badge--silver .badge__title i, .badges__child.focused .badge .badge__text i {
    color: #689107; }

.badge.badge--completed.badge--gold .badge__background, .badge.badge--completed.badge--gold .badge__title, .badge.badge--completed .badge__text, .badges__child:hover .badge.badge--gold .badge__background, .badges__child:hover .badge.badge--gold .badge__title, .badges__child:hover .badge .badge__text, .badges__child.focused .badge.badge--gold .badge__background, .badges__child.focused .badge.badge--gold .badge__title, .badges__child.focused .badge .badge__text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  fill: #ffdc19;
  color: #ffdc19; }
  .badge.badge--completed.badge--gold .badge__background i, .badge.badge--completed.badge--gold .badge__title i, .badge.badge--completed .badge__text i, .badges__child:hover .badge.badge--gold .badge__background i, .badges__child:hover .badge.badge--gold .badge__title i, .badges__child:hover .badge .badge__text i, .badges__child.focused .badge.badge--gold .badge__background i, .badges__child.focused .badge.badge--gold .badge__title i, .badges__child.focused .badge .badge__text i {
    color: #689107; }

.badge.badge--completed.badge--platinum .badge__background, .badge.badge--completed.badge--platinum .badge__title, .badge.badge--completed .badge__text, .badges__child:hover .badge.badge--platinum .badge__background, .badges__child:hover .badge.badge--platinum .badge__title, .badges__child:hover .badge .badge__text, .badges__child.focused .badge.badge--platinum .badge__background, .badges__child.focused .badge.badge--platinum .badge__title, .badges__child.focused .badge .badge__text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  fill: #00abe6;
  color: #00abe6; }
  .badge.badge--completed.badge--platinum .badge__background i, .badge.badge--completed.badge--platinum .badge__title i, .badge.badge--completed .badge__text i, .badges__child:hover .badge.badge--platinum .badge__background i, .badges__child:hover .badge.badge--platinum .badge__title i, .badges__child:hover .badge .badge__text i, .badges__child.focused .badge.badge--platinum .badge__background i, .badges__child.focused .badge.badge--platinum .badge__title i, .badges__child.focused .badge .badge__text i {
    color: #689107; }

.badge.badge--completed.badge--nonclassified .badge__background, .badge.badge--completed.badge--nonclassified .badge__title, .badge.badge--completed .badge__text, .badges__child:hover .badge.badge--nonclassified .badge__background, .badges__child:hover .badge.badge--nonclassified .badge__title, .badges__child:hover .badge .badge__text, .badges__child.focused .badge.badge--nonclassified .badge__background, .badges__child.focused .badge.badge--nonclassified .badge__title, .badges__child.focused .badge .badge__text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  fill: #faa21b;
  color: #faa21b; }
  .badge.badge--completed.badge--nonclassified .badge__background i, .badge.badge--completed.badge--nonclassified .badge__title i, .badge.badge--completed .badge__text i, .badges__child:hover .badge.badge--nonclassified .badge__background i, .badges__child:hover .badge.badge--nonclassified .badge__title i, .badges__child:hover .badge .badge__text i, .badges__child.focused .badge.badge--nonclassified .badge__background i, .badges__child.focused .badge.badge--nonclassified .badge__title i, .badges__child.focused .badge .badge__text i {
    color: #689107; }

.badge.badge--completed.badge--annual .badge__background, .badge.badge--completed.badge--annual .badge__title, .badge.badge--completed .badge__text, .badges__child:hover .badge.badge--annual .badge__background, .badges__child:hover .badge.badge--annual .badge__title, .badges__child:hover .badge .badge__text, .badges__child.focused .badge.badge--annual .badge__background, .badges__child.focused .badge.badge--annual .badge__title, .badges__child.focused .badge .badge__text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  fill: #92af2b;
  color: #92af2b; }
  .badge.badge--completed.badge--annual .badge__background i, .badge.badge--completed.badge--annual .badge__title i, .badge.badge--completed .badge__text i, .badges__child:hover .badge.badge--annual .badge__background i, .badges__child:hover .badge.badge--annual .badge__title i, .badges__child:hover .badge .badge__text i, .badges__child.focused .badge.badge--annual .badge__background i, .badges__child.focused .badge.badge--annual .badge__title i, .badges__child.focused .badge .badge__text i {
    color: #689107; }

@media (min-width: 768px) {
  .ngdialog.badges-overlay .ngdialog-content {
    width: 70%;
    max-width: none; } }

@keyframes circle-steps-fill {
  to {
    stroke-dasharray: 23,77; } }

.bg-white {
  background: #ffffff; }

[ss-bind-html] table td, [ss-bind-html] table th,
[ng-bind-html] table td,
[ng-bind-html] table th {
  border: 1px solid #e1e1e1;
  padding: .5rem 1rem; }

[ss-bind-html] table strong,
[ng-bind-html] table strong {
  font-weight: 700; }

.blast-rating-header {
  display: flex;
  justify-content: space-between; }
  .blast-rating-header--teacher {
    float: right; }

.blast-rating-reviewer {
  display: block; }

.blast-rating .rating {
  flex: 0 0 auto;
  margin-left: 2rem; }

.blast-status {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-top: 4rem; }
  .blast-status strong {
    font-weight: 600; }
  .blast-status ul {
    margin-top: 0;
    list-style: none;
    padding-left: 0; }

.blast-top-ten {
  list-style: none;
  padding-left: 0; }
  .blast-top-ten .top-ten__interval {
    margin-right: .1em; }
  .blast-top-ten .top-ten__score {
    float: right; }
  .blast-top-ten .top-ten__nickname {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blast-top-ten .top-ten__nickname:after {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      color: rgba(147, 149, 152, 0.65);
      margin-left: 6px;
      font-size: 85%; }
    .blast-top-ten .top-ten__nickname.active:after {
      -webkit-transform: rotate(90deg) translate3d(1px, 0, 0);
      -moz-transform: rotate(90deg) translate3d(1px, 0, 0);
      -ms-transform: rotate(90deg) translate3d(1px, 0, 0);
      -o-transform: rotate(90deg) translate3d(1px, 0, 0);
      transform: rotate(90deg) translate3d(1px, 0, 0);
      color: #faa21b; }
  .blast-top-ten .top-ten__post {
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    max-height: 50rem;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.3; }
    .blast-top-ten .top-ten__post.ng-hide {
      max-height: 0; }

.blast__poster {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem; }
  .blast__poster img {
    display: block;
    width: 100%;
    max-width: none; }
  .blast__poster.has-video img {
    visibility: hidden; }
    html[runtime=native] .blast__poster.has-video img {
      visibility: visible; }
  .blast__poster video {
    position: absolute;
    width: 100%; }

.blast__header {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  padding: 2.5rem;
  color: #ffffff; }
  @media print {
    .blast__header {
      position: static;
      margin: 1.5rem 0;
      padding: 0; } }
  .blast__header .assignment__due,
  .blast__header .assignment__icon {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2.5rem; }

.blast__title {
  color: inherit;
  font-weight: 400; }

.blast__slug {
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 2.2rem;
  margin-top: 3px;
  color: inherit; }

.blast__date {
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: inherit; }

.blast__question {
  font-weight: bold; }

blockquote {
  margin: 1em 0;
  border-left: 4px solid #e1e1e1;
  padding-left: 1em;
  opacity: .9; }

.bookshelf {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 1.6rem;
  line-height: 3.4rem;
  background-color: #fdb913;
  background-image: -webkit-linear-gradient(#fdb913, #faa21b);
  background-image: linear-gradient(#fdb913, #faa21b);
  display: inline-block;
  height: 3.4rem;
  padding: 0 2.5rem;
  color: #ffffff;
  text-transform: none;
  border: none;
  vertical-align: middle;
  font-weight: 400;
  border-radius: .5rem;
  position: relative;
  /* Colors */
  background: transparent;
  border: 1px solid rgba(147, 149, 152, 0.5);
  color: #939598;
  /* Size */
  /* Icon */
  /* Mouse Actions */
  font-weight: 500;
  color: #faa21b !important; }
  .bookshelf[disabled] {
    opacity: .5;
    pointer-events: none; }
  .bookshelf.loading {
    opacity: 1;
    color: rgba(255, 255, 255, 0); }
  .bookshelf[class*='icon']:before {
    margin-right: .5rem; }
  .bookshelf:active {
    top: 1px; }
  .bookshelf--grey {
    color: #939598 !important; }
  .bookshelf:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: ""; }

.btn {
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  font-size: 1.6rem;
  line-height: 3.4rem;
  background-color: #fdb913;
  background-image: -webkit-linear-gradient(#fdb913, #faa21b);
  background-image: linear-gradient(#fdb913, #faa21b);
  display: inline-block;
  height: 3.4rem;
  padding: 0 2.5rem;
  color: #ffffff;
  text-transform: none;
  border: none;
  vertical-align: middle;
  font-weight: 400;
  border-radius: .5rem;
  position: relative;
  /* Colors */
  /* Size */
  /* Icon */
  /* Mouse Actions */
  /* Sizes */
  /* Colors */ }
  .btn[disabled] {
    opacity: .5;
    pointer-events: none; }
  .btn.loading {
    opacity: 1;
    color: rgba(255, 255, 255, 0); }
  .btn[class*='icon']:before {
    margin-right: .5rem; }
  .btn:active {
    top: 1px; }
  .btn--block {
    display: block;
    width: 100%;
    text-align: center;
    height: auto; }
  .btn--small {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.3rem;
    line-height: 30px;
    height: 30px; }
  .btn--white {
    background: #ffffff;
    border: 1px solid rgba(147, 149, 152, 0.5);
    color: #939598; }
    .btn--white.active {
      color: #faa21b;
      border-color: #faa21b; }
  .btn--white-primary {
    background: #ffffff;
    border: 1px solid rgba(147, 149, 152, 0.5);
    color: #939598;
    color: #faa21b; }
  .btn--white-success {
    background: #ffffff;
    border: 1px solid rgba(147, 149, 152, 0.5);
    color: #939598;
    color: #69940c; }
  .btn--green {
    background: -webkit-linear-gradient(#ccdf5b, #9db222);
    background: linear-gradient(#ccdf5b, #9db222); }
    .btn--green:hover {
      background: -webkit-linear-gradient(#c6db45, #b0c726);
      background: linear-gradient(#c6db45, #b0c726); }
  .btn--blue {
    background: -webkit-linear-gradient(#1ac4ff, #0085b3);
    background: linear-gradient(#1ac4ff, #0085b3); }
    .btn--blue:hover {
      background: -webkit-linear-gradient(#01beff, #0098cd);
      background: linear-gradient(#01beff, #0098cd); }
  .btn--solid-secondary {
    background: #00abe6; }
    .btn--solid-secondary::before {
      opacity: .5;
      margin-right: .5rem; }
  .btn--orange {
    background: -webkit-linear-gradient(#fbb64d, #dd8805);
    background: linear-gradient(#fbb64d, #dd8805); }
    .btn--orange:hover {
      background: -webkit-linear-gradient(#fbac34, #f69705);
      background: linear-gradient(#fbac34, #f69705); }
  .btn--red {
    background: -webkit-linear-gradient(#e37d7a, #cc302b);
    background: linear-gradient(#e37d7a, #cc302b); }
    .btn--red:hover {
      background: -webkit-linear-gradient(#de6965, #d63f3b);
      background: linear-gradient(#de6965, #d63f3b); }
  .btn--plain {
    background: transparent;
    border: 1px solid rgba(147, 149, 152, 0.5);
    color: #939598; }
    .btn--plain.active {
      background-color: #faa21b;
      border-color: #faa21b;
      color: #ffffff; }
  .btn--solid-orange {
    background: #faa21b; }
    .btn--solid-orange::before {
      opacity: .5;
      margin-right: .5rem; }
  .btn--solid-red {
    background: #da5450; }
    .btn--solid-red::before {
      opacity: .5;
      margin-right: .5rem; }
  .btn--solid-success {
    background: #bfd730; }
    .btn--solid-success::before {
      opacity: .5;
      margin-right: .5rem; }
  .btn--reset {
    background: none;
    border: none; }
  .btn--icon-only::before {
    margin-right: 0 !important; }
  .btn--max-content {
    padding: 0;
    height: 100%; }
  .btn--right {
    float: right;
    margin-left: 20px; }
  .btn[droppable]::after, .btn--toggle::after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    margin-left: .5rem;
    opacity: .5; }
  .btn.active::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .btn::after {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .btn-spinner {
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

@media print {
  .btn, button {
    display: none !important; } }

.button-group__horizontal button {
  display: inline-block;
  margin-right: 1rem; }

.button-group__horizontal li {
  display: inline-block; }

.button-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem; }
  .button-list::after {
    clear: both;
    content: "";
    display: table; }
  .button-list &gt; li, .button-list &gt; dd {
    margin: 0; }
  .button-list li {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding-right: 2.5rem; }
    .button-list li:last-child {
      border-bottom: 0; }
    .button-list li.active {
      color: #faa21b; }
      .button-list li.active:after {
        font-size: 1.5rem;
        line-height: 1.625;
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0; }
    .button-list li button {
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      font-size: inherit;
      line-height: inherit;
      font-size: 1.5rem;
      line-height: 1.625;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      display: block;
      width: 100%;
      text-align: left;
      padding: 1rem 0; }
      .button-list li button:hover {
        color: #faa21b; }

.callout {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 4rem 5rem;
  display: inline-block; }
  .callout__headline {
    font-size: 2.1rem;
    line-height: 1.2;
    margin-bottom: 2.5rem; }
  .callout__content .content {
    display: block; }
    .callout__content .content::after {
      clear: both;
      content: "";
      display: table; }
    .callout__content .content__image {
      margin-bottom: 2.5rem; }
      .callout__content .content__image img {
        width: 100%; }
    @media (max-width: 767px) {
      .callout__content .content__details [col-sm='12'] + [col-sm='12'] {
        margin-top: 0; } }

.card {
  position: relative;
  border: 1px solid #e1e1e1;
  background: #ffffff; }
  @media print {
    .card {
      border: none; } }
  .card-listings .card--large {
    display: table;
    width: 100%; }
  .card--no-border {
    border: none; }
  .card__body {
    padding: 1.5rem 1.5rem 0;
    position: relative; }
    .card--no-border .card__body {
      padding-right: 0;
      padding-left: 0;
      border: none; }
    .card-listings .card__body {
      overflow: hidden; }
    @media (min-width: 768px) {
      .card-listings .card--large .card__body {
        display: table-cell;
        vertical-align: top; } }
    .card__body-short {
      padding-bottom: 1.5rem !important; }

.card-listings {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  clear: both;
  display: block;
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  margin: 0 -10px 0; }
  .card-listings::after {
    clear: both;
    content: "";
    display: table; }
  .card-listings &gt; li, .card-listings &gt; dd {
    margin: 0; }
  .card-listings::after {
    clear: both;
    content: "";
    display: table; }
  .card-listings &gt; * {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .card-listings &gt; *:last-child {
      margin-right: 0; }
    @media print {
      .card-listings &gt; * {
        float: left !important; } }
  @media (min-width: 768px) {
    .card-listings {
      display: block;
      clear: both;
      display: flex;
      position: relative;
      margin-left: -12px;
      margin-right: -12px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .card-listings::after {
        clear: both;
        content: "";
        display: table; }
      .card-listings &gt; * {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .card-listings &gt; *:last-child {
          margin-right: 0; } }
    @media print and (min-width: 768px) {
      .card-listings &gt; * {
        float: left !important; } }
  .card-listings &gt; li {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .card-listings &gt; li {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 48.07692%;
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
        padding-right: 10px;
        padding-left: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .card-listings &gt; li:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .card-listings &gt; li {
      float: left !important; } }
    @media (min-width: 850px) {
      .card-listings &gt; li {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 30.76923%;
        width: 33.33333%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .card-listings &gt; li:last-child {
          margin-right: 0; } }
  @media print and (min-width: 850px) {
    .card-listings &gt; li {
      float: left !important; } }
    .card-listings &gt; li.card-listings--fullwidth {
      width: 100%; }
  @media (min-width: 850px) {
    .card-listings--mod-one &gt; li:nth-child(-n+4),
    .card-listings--mod-two &gt; li:nth-child(-n+2) {
      width: 50%; } }
  .card-listings--mod-three {
    margin-right: -4px;
    margin-left: -4px; }
    @media (min-width: 850px) {
      .card-listings--mod-three &gt; li {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 22.11538%;
        width: 25%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
        padding-right: 4px;
        padding-left: 4px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .card-listings--mod-three &gt; li:last-child {
          margin-right: 0; } }
  @media print and (min-width: 850px) {
    .card-listings--mod-three &gt; li {
      float: left !important; } }
  .card-listings .card {
    -webkit-transition: box-shadow 0.15s ease-in-out;
    -moz-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    display: block;
    width: 100%;
    color: #4b4a4b;
    box-shadow: 0 0.25rem 0.7rem 0 rgba(1, 1, 1, 0.2); }
  .card-listings--listview {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    clear: both;
    display: block;
    position: relative;
    margin-left: -12px;
    margin-right: -12px; }
    .card-listings--listview::after {
      clear: both;
      content: "";
      display: table; }
    .card-listings--listview &gt; li, .card-listings--listview &gt; dd {
      margin: 0; }
    .card-listings--listview::after {
      clear: both;
      content: "";
      display: table; }
    .card-listings--listview &gt; * {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 100%;
      width: 100%;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 0; }
      .card-listings--listview &gt; *:last-child {
        margin-right: 0; }
      @media print {
        .card-listings--listview &gt; * {
          float: left !important; } }
    .card-listings--listview &gt; li {
      width: 100%;
      float: none; }
    .card-listings--listview &gt; li + li {
      margin-top: 1.5rem; }
    .card-listings--listview .card {
      display: block; }
      .card-listings--listview .card::after {
        clear: both;
        content: "";
        display: table; }
      .card-listings--listview .card__body {
        padding-right: 8rem; }
    .card-listings--listview .assignment__cta {
      display: none; }

.channel-header {
  position: relative;
  width: 100%;
  min-height: 30rem;
  margin: -2.5rem 0 4rem; }
  @media (min-width: 850px) {
    .channel-header {
      height: 400px; } }
  .channel-header__image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .channel-header__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .channel-header__image:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(90deg, rgba(28, 28, 28, 0.9) 10%, rgba(28, 28, 28, 0) 60%, rgba(28, 28, 28, 0) 100%);
      background: linear-gradient(90deg, rgba(28, 28, 28, 0.9) 10%, rgba(28, 28, 28, 0) 60%, rgba(28, 28, 28, 0) 100%);
      content: ''; }
  .channel-header .container {
    height: 100%; }
  .channel-header__text {
    position: relative;
    float: left;
    padding: 3rem 0;
    z-index: 3; }
    @media (min-width: 850px) {
      .channel-header__text {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        top: 50%;
        width: 50%;
        padding: 3rem 0; } }
  .channel-header__name {
    font-size: 4.8rem;
    line-height: 1;
    color: #ffffff !important;
    font-weight: 100;
    margin-bottom: .5rem;
    text-shadow: #1c1c1c 0 0 20px; }
    .channel-header__name:after {
      height: 2px;
      width: 80px;
      display: block;
      margin: 2rem 0;
      background: rgba(255, 255, 255, 0.25);
      content: ''; }
  .channel-header__teaser {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #ffffff; }

.channel-blast-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem; }
  .channel-blast-list__items::after {
    clear: both;
    content: "";
    display: table; }
  .channel-blast-list__items &gt; li, .channel-blast-list__items &gt; dd {
    margin: 0; }
  .channel-blast-list__items &gt; li {
    margin: 2rem; }

.channel-blast {
  flex-grow: 1;
  width: 26%; }
  .channel-blast__name {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 0.6rem;
    color: #faa21b;
    font-weight: 500; }
  .channel-blast__prompt {
    font-size: 1.6rem;
    line-height: 1.4;
    display: block;
    margin-top: .25rem;
    color: #4b4a4b;
    opacity: 0.7; }

.chart-legend, .bar-legend, .line-legend, .pie-legend, .radar-legend, .polararea-legend, .doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center; }
  .chart-legend li, .bar-legend li, .line-legend li, .pie-legend li, .radar-legend li, .polararea-legend li, .doughnut-legend li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: smaller;
    cursor: default; }
    .chart-legend li span, .bar-legend li span, .line-legend li span, .pie-legend li span, .radar-legend li span, .polararea-legend li span, .doughnut-legend li span {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border-radius: 5px; }

.checkbox-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .checkbox-list .checkbox-list {
    margin-top: .8rem;
    padding-left: 2.5rem; }
  .checkbox-list ul {
    list-style: none; }
  .checkbox-list .form__checkbox {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin: 0; }
  .checkbox-list--badge li {
    margin-top: .5rem; }
    .checkbox-list--badge li:last-child {
      margin-bottom: .5rem; }
  .checkbox-list--badge .form__checkbox label {
    font-size: small; }
  .checkbox-list--badge .form__checkbox input:checked + label::before {
    color: #92af2b; }

.checkbox-matrix {
  margin-bottom: 2rem; }
  .checkbox-matrix__table {
    table-layout: fixed;
    width: 100%;
    border: 1px dotted #939598; }
    .checkbox-matrix__table th, .checkbox-matrix__table td {
      border-right: 1px dotted #939598;
      border-bottom: 1px dotted #939598; }
    .checkbox-matrix__table th {
      border-top: 0;
      height: 3rem;
      padding: 1rem;
      font-weight: 600;
      word-break: break-word; }
      .checkbox-matrix__table th p {
        margin: 0; }
    .checkbox-matrix__table tr:first-child th {
      vertical-align: bottom; }
    .checkbox-matrix__table tr:last-child td {
      border-bottom: none; }
    .checkbox-matrix__table td {
      position: relative;
      height: 5rem;
      padding: 1rem; }
      .checkbox-matrix__table td .cell-content {
        padding: 1.5rem;
        height: 100%; }
        .checkbox-matrix__table td .cell-content__data {
          min-height: 4rem; }
    .checkbox-matrix__table--grading .grading-gutter {
      text-align: center; }
      .checkbox-matrix__table--grading .grading-gutter.valid .validator-mark::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        color: #bfd730; }
      .checkbox-matrix__table--grading .grading-gutter.invalid .validator-mark::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        color: #da5450; }
      .checkbox-matrix__table--grading .grading-gutter.unknown .validator-mark::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
  .checkbox-matrix__cell {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-left: 1.5rem; }
    .checkbox-matrix__cell .form__checkbox label, .checkbox-matrix__cell .form__radio label {
      display: inline; }
    .checkbox-matrix__cell--grading .validator-mark::before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      position: absolute;
      top: 0.5rem;
      left: 1rem;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      color: #4b4a4b; }
    .checkbox-matrix__cell--grading.invalid {
      background: rgba(218, 84, 80, 0.1);
      border: 1px solid #da5450; }
      .checkbox-matrix__cell--grading.invalid .validator-mark::before {
        content: "\e814"; }
    .checkbox-matrix__cell--grading.valid {
      background: rgba(191, 215, 48, 0.1);
      border: 1px solid #bfd730; }
      .checkbox-matrix__cell--grading.valid .validator-mark::before {
        content: "\e813"; }
  .checkbox-matrix--editing .checkbox-matrix__table {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .checkbox-matrix--editing .checkbox-matrix__table tr:last-child td {
      text-align: center; }
  .checkbox-matrix--editing .btn--remove {
    border: none;
    margin: 0 auto; }

.classroom__status {
  color: #939598; }
  .classroom__status:hover, .classroom__status:focus {
    color: #faa21b; }
    .classroom__status:hover::before, .classroom__status:focus::before {
      color: #faa21b; }
  .classroom__status::before {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #939598; }
  .classroom__status--unsynced, .classroom__status--broken {
    color: #da5450; }
    .classroom__status--unsynced::before, .classroom__status--broken::before {
      color: #da5450; }
    .classroom__status--unsynced:hover, .classroom__status--unsynced:focus, .classroom__status--broken:hover, .classroom__status--broken:focus {
      color: #8d211e; }
      .classroom__status--unsynced:hover::before, .classroom__status--unsynced:focus::before, .classroom__status--broken:hover::before, .classroom__status--broken:focus::before {
        color: #8d211e; }
  .classroom__status--synced {
    color: #92af2b; }
    .classroom__status--synced::before {
      color: #92af2b; }
    .classroom__status--synced:hover, .classroom__status--synced:focus {
      color: #69940c; }
      .classroom__status--synced:hover::before, .classroom__status--synced:focus::before {
        color: #69940c; }

[color-theme='blast'] {
  /* Text Color */
  /* Background Color */ }
  [color-theme='blast'] .apply-text-color,
  [color-theme='blast'] .assignment__meta li:before {
    color: #9a488e; }
  [color-theme='blast'] .apply-bg-color {
    background-color: #9a488e; }
  [color-theme='blast'] .apply-border-color {
    border-color: #9a488e; }

.card-listings--review-mode [color-theme='blast'].card:after {
  background-color: #9a488e; }

[color-theme='synctv'] {
  /* Text Color */
  /* Background Color */ }
  [color-theme='synctv'] .apply-text-color,
  [color-theme='synctv'] .assignment__meta li:before {
    color: #92af2b; }
  [color-theme='synctv'] .apply-bg-color {
    background-color: #92af2b; }
  [color-theme='synctv'] .apply-border-color {
    border-color: #92af2b; }

.card-listings--review-mode [color-theme='synctv'].card:after {
  background-color: #92af2b; }

[color-theme='reading'] {
  /* Text Color */
  /* Background Color */ }
  [color-theme='reading'] .apply-text-color,
  [color-theme='reading'] .assignment__meta li:before {
    color: #00abe6; }
  [color-theme='reading'] .apply-bg-color {
    background-color: #00abe6; }
  [color-theme='reading'] .apply-border-color {
    border-color: #00abe6; }

.card-listings--review-mode [color-theme='reading'].card:after {
  background-color: #00abe6; }

[color-theme='writing'] {
  /* Text Color */
  /* Background Color */ }
  [color-theme='writing'] .apply-text-color,
  [color-theme='writing'] .assignment__meta li:before {
    color: #ffdc19; }
  [color-theme='writing'] .apply-bg-color {
    background-color: #ffdc19; }
  [color-theme='writing'] .apply-border-color {
    border-color: #ffdc19; }

.card-listings--review-mode [color-theme='writing'].card:after {
  background-color: #ffdc19; }

[color-theme='skill'] {
  /* Text Color */
  /* Background Color */ }
  [color-theme='skill'] .apply-text-color,
  [color-theme='skill'] .assignment__meta li:before {
    color: #faa21b; }
  [color-theme='skill'] .apply-bg-color {
    background-color: #faa21b; }
  [color-theme='skill'] .apply-border-color {
    border-color: #faa21b; }

.card-listings--review-mode [color-theme='skill'].card:after {
  background-color: #faa21b; }

.comprehension .comp__option legend {
  padding-bottom: 2rem; }

.comprehension .comp__row {
  margin-right: 4rem; }
  @media (min-width: 768px) {
    .comprehension .comp__row {
      display: flex;
      margin-right: 0; } }
  .comprehension .comp__row &gt; div {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .comprehension .comp__row &gt; div {
        margin-right: 2rem;
        margin-bottom: 0; }
        .comprehension .comp__row &gt; div:last-child {
          margin-right: 4rem; } }

@media (min-width: 768px) {
  .comprehension .comp__answer, .comprehension .comp__explanation {
    flex-grow: 1; } }

.comprehension .comp__answer label, .comprehension .comp__explanation label {
  margin-bottom: 1rem; }

.comprehension .comp__answer textarea::placeholder, .comprehension .comp__explanation textarea::placeholder {
  font-size: 1.5rem;
  line-height: 1.625; }

.comprehension .ss-matrix .matrix__list textarea {
  padding: 1rem;
  border: solid 1px #e1e1e1; }

.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
  min-width: 320px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1149px) {
    .container[collapse='large'] {
      padding-right: 0;
      padding-left: 0; } }
  @media (max-width: 849px) {
    .container[collapse='medium'] {
      padding-right: 0;
      padding-left: 0; } }
  @media (max-width: 767px) {
    .container[collapse='small'] {
      padding-right: 0;
      padding-left: 0; } }
  .page-header + .container {
    margin-top: 2.5rem; }
  .container .container {
    padding-right: 0;
    padding-left: 0; }
  @media screen and (max-width: 1200px) {
    .container--breakout {
      padding-right: 5rem;
      padding-left: 5rem; } }
  .container--breakout, .container--breakout__column {
    transition: all 0.3s ease-out;
    transition-property: width, max-width; }

.content-management-types {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1.5rem; }
  .content-management-types .content-type {
    flex: 0 1 50%;
    margin-top: 1rem; }

[ss-bind-html] .ss-figure img, .redactor-box .ss-figure img {
  width: 100%;
  height: auto; }

[ss-bind-html] .ss-figure figcaption, .redactor-box .ss-figure figcaption {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #939598;
  text-align: left;
  margin-bottom: 2rem;
  font-style: initial; }

[ss-bind-html] .ss-figure--left, .redactor-box .ss-figure--left {
  float: left;
  display: block;
  margin-right: 3.84615%;
  width: 48.07692%;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 0; }
  [ss-bind-html] .ss-figure--left:last-child, .redactor-box .ss-figure--left:last-child {
    margin-right: 0; }
  @media print {
    [ss-bind-html] .ss-figure--left, .redactor-box .ss-figure--left {
      float: left !important; } }

[ss-bind-html] .ss-figure--right, .redactor-box .ss-figure--right {
  float: left;
  display: block;
  margin-right: 3.84615%;
  width: 48.07692%;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 0;
  float: right; }
  [ss-bind-html] .ss-figure--right:last-child, .redactor-box .ss-figure--right:last-child {
    margin-right: 0; }
  @media print {
    [ss-bind-html] .ss-figure--right, .redactor-box .ss-figure--right {
      float: left !important; } }

[ss-bind-html] .ss-figure--centered-small, .redactor-box .ss-figure--centered-small {
  width: 50%;
  margin: 0 auto; }

[ss-bind-html] .ss-figure--centered-medium, .redactor-box .ss-figure--centered-medium {
  width: 66%;
  margin: 0 auto; }

[ss-bind-html] .text-bold, .redactor-box .text-bold {
  font-weight: 600; }

.redactor-box .sr-description, .redactor-box .off-screen {
  color: #939598;
  text-align: left;
  margin-bottom: 2rem;
  font-style: initial; }
  .redactor-box .sr-description::before, .redactor-box .off-screen::before {
    content: "Description for screen reader users: "; }

.redactor-box figcaption::before {
  content: "Caption: "; }

.redactor-box [data-annotation-example] {
  border-left: 2px #f5f5f5 solid;
  padding: 1rem;
  margin: 2rem 0; }
  .redactor-box [data-annotation-example]::before, .redactor-box [data-annotation-example]::after {
    color: #939598;
    font-style: italic;
    display: block; }
  .redactor-box [data-annotation-example]::before {
    content: 'Start of annotation example—do not edit directly';
    margin-bottom: 1rem; }
  .redactor-box [data-annotation-example]::after {
    content: 'End of annotation example';
    margin-top: 1rem; }

.redactor-box ssembedvideo {
  padding: .25rem .75rem;
  background-color: #00abe6;
  color: #ffffff;
  border-radius: .4rem; }
  .redactor-box ssembedvideo::before {
    content: "Embedded video: "; }

[ss-bind-html] .sr-description, [ss-bind-html] .off-screen {
  position: absolute !important;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%); }
  [ss-bind-html] .sr-description ul, [ss-bind-html] .sr-description ol, [ss-bind-html] .off-screen ul, [ss-bind-html] .off-screen ol {
    list-style: none; }
    [ss-bind-html] .sr-description ul li::before, [ss-bind-html] .sr-description ol li::before, [ss-bind-html] .off-screen ul li::before, [ss-bind-html] .off-screen ol li::before {
      content: '\200B';
      display: block;
      height: 0; }
  [ss-bind-html] .sr-description.ss-focus-visible:focus, [ss-bind-html] .sr-description.ss-focus-visible:active, [ss-bind-html] .off-screen.ss-focus-visible:focus, [ss-bind-html] .off-screen.ss-focus-visible:active {
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto; }

[ss-bind-html] ol ol li {
  list-style-type: lower-alpha; }

[ss-bind-html] ol ol ol li {
  list-style-type: lower-roman; }

.correlations .correlations__list {
  padding-top: 2rem; }
  .correlations .correlations__list .summary {
    margin-bottom: 0; }

.correlations .correlations__head {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #e1e1e1;
  padding-bottom: 1.5rem; }
  @media (min-width: 0) {
    .correlations .correlations__head {
      position: sticky;
      top: 0px;
      z-index: 2;
      background: #ffffff; } }

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

.correlations .correlations__controls .controls__left {
  padding-left: 0; }
  @media (min-width: 768px) {
    .correlations .correlations__controls .controls__left {
      float: left;
      margin-right: 1rem; } }
  .correlations .correlations__controls .controls__left .droppable-overlay div {
    margin: 1rem 0 0 1rem; }

@media (min-width: 768px) {
  .correlations .correlations__controls .controls__right {
    float: right; } }

.correlations .correlations__controls .controls__left &gt; div, .correlations .correlations__controls .controls__right &gt; div {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .correlations .correlations__controls .controls__left &gt; div, .correlations .correlations__controls .controls__right &gt; div {
      margin: 0 0 1rem 1rem; }
      .correlations .correlations__controls .controls__left &gt; div:first-child, .correlations .correlations__controls .controls__right &gt; div:first-child {
        margin: 0 0 1rem; } }

.correlations .correlations__controls div {
  font-size: 1.5rem;
  line-height: 1.625; }
  @media (min-width: 768px) {
    .correlations .correlations__controls div {
      display: inline-block;
      vertical-align: middle; } }

.correlations .correlations__controls .btn {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.625; }
  @media (max-width: 767px) {
    .correlations .correlations__controls .btn {
      width: 100%;
      margin-bottom: 1rem; } }
  .correlations .correlations__controls .btn:before {
    font-size: 90%;
    opacity: .8; }

@media (max-width: 767px) {
  .correlations .correlations__controls .hide-label {
    float: none; } }

.correlations .correlations__controls .droppable-overlay::after {
  position: absolute;
  bottom: 2rem;
  background: -webkit-linear-gradient( top , rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  content: '';
  width: 100%;
  height: 5rem;
  pointer-events: none; }

.correlations .correlations__controls .droppable-overlay ul {
  max-height: 40rem;
  overflow: scroll;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .correlations .correlations__controls .droppable-overlay ul {
      max-height: 12rem; } }

.correlations .correlations__controls .droppable-overlay li {
  outline-offset: -.5rem !important; }
  .correlations .correlations__controls .droppable-overlay li.active {
    font-weight: 400;
    background-color: #f5f5f5; }
  .correlations .correlations__controls .droppable-overlay li:last-child {
    margin-bottom: 1rem; }
  .correlations .correlations__controls .droppable-overlay li div {
    width: calc(100% - 2rem); }

.correlations .correlations__content {
  padding-top: 2rem; }
  .correlations .correlations__content .summary {
    margin-bottom: 2rem; }

.correlations .correlations__content-row {
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 2rem; }
  .correlations .correlations__content-row h2 {
    padding-bottom: 2rem; }

.correlations .correlations__card-header {
  font-weight: 600; }

.correlations .correlations__citations ul {
  margin: 0 3rem 3rem 3rem;
  list-style: none;
  padding-left: 0; }
  .correlations .correlations__citations ul li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.3;
    border-bottom: solid 1px #e1e1e1;
    padding: .5rem 0;
    margin: 0; }
    .correlations .correlations__citations ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.correlations .container {
  max-width: none; }

.correlations .data-table table {
  width: initial;
  margin: 0 3rem 3rem 3rem; }

.correlations .data-table th {
  white-space: normal;
  overflow-wrap: break-word; }

.correlations .data-table th.sol {
  width: 10rem;
  vertical-align: top;
  padding-top: 2rem; }

.correlations .data-table td.sol {
  width: 10rem;
  white-space: nowrap; }

.correlations .data-table th.location, .correlations .data-table td.location {
  width: 12rem; }
  @media (min-width: 768px) {
    .correlations .data-table th.location, .correlations .data-table td.location {
      width: 18rem; } }

.correlations .data-table th.itemtype, .correlations .data-table td.itemtype {
  width: 14rem; }

.correlations .data-table .correlations__citations tr:last-child {
  border-bottom: none; }
  .correlations .data-table .correlations__citations tr:last-child .citation {
    padding-bottom: 0; }

.correlations .data-table .correlations__citations td {
  padding: .5rem 0; }

.correlations .data-table .correlations__citations th {
  padding: 0 0 1rem 0; }

.correlations__visited-user {
  color: #f77e0d; }

.correlations__visited-browser {
  color: #92af2b; }

@media (max-width: 767px) {
  .correlations .input__text {
    margin-top: -2rem; } }

@media (min-width: 768px) {
  .correlations .input__text {
    min-width: 30rem; } }

.correlations .ss-loader {
  margin-top: 25vh; }

.ngdialog.credits-overlay .ngdialog-content {
  width: 70%;
  max-width: none; }
  .ngdialog.credits-overlay .ngdialog-content .credits-overlay__loader {
    margin: 5rem auto 7rem; }
  .ngdialog.credits-overlay .ngdialog-content .data-table td {
    border-top: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    overflow-wrap: break-word; }
  .ngdialog.credits-overlay .ngdialog-content .data-table td:first-child, .ngdialog.credits-overlay .ngdialog-content .data-table th:first-child {
    width: 40%; }
  .ngdialog.credits-overlay .ngdialog-content .data-table td:last-child, .ngdialog.credits-overlay .ngdialog-content .data-table th:last-child {
    width: 30%; }
  .ngdialog.credits-overlay .ngdialog-content .data-table .table__body .container {
    margin-top: 1rem; }

.cropper-container .cropper-drag-box {
  background-color: #1c1c1c;
  opacity: .7; }

.cropper-container .cropper-view-box {
  outline-color: #e1e1e1; }

.cropper-container .cropper-crop-box:hover .cropper-center::before, .cropper-container .cropper-crop-box:hover .cropper-center::after, .cropper-container .cropper-crop-box:focus .cropper-center::before, .cropper-container .cropper-crop-box:focus .cropper-center::after {
  background-color: #faa21b; }

.cropper-container .cropper-point {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 1rem;
  width: 1rem;
  border-radius: 5rem;
  background-color: #1c1c1c;
  opacity: 1; }
  .cropper-container .cropper-point:hover {
    background-color: #faa21b; }

.cropper-container .cropper-center {
  opacity: 1; }
  .cropper-container .cropper-center::before, .cropper-container .cropper-center::after {
    background-color: #e1e1e1; }
  .cropper-container .cropper-center::before {
    width: 1.4rem;
    height: .2rem;
    left: -.6rem; }
  .cropper-container .cropper-center::after {
    width: .2rem;
    height: 1.4rem;
    top: -.6rem; }

.cropper-container .cropper-line, .cropper-container .cropper-face {
  background-color: transparent; }

.image-cropper-position {
  font-size: 1.3rem;
  line-height: 1.625;
  margin-top: .5rem;
  float: right;
  text-align: right; }

.image-cropper-help {
  border-radius: .5rem; }

.data-table .table__outer-wrapper {
  position: relative; }
  @media (max-width: 849px) {
    .data-table .table__outer-wrapper::after {
      position: absolute;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient( left , rgba(255, 255, 255, 0), #ffffff);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
      content: '';
      width: 5rem;
      height: 100%;
      pointer-events: none; } }
  .data-table .table__outer-wrapper-shrink::after {
    background: none;
    background: none; }

.data-table .table__inner-wrapper {
  width: 100%; }

@media (max-width: 849px) {
  .data-table .table__head, .data-table .table__body {
    min-width: 850px; } }

.data-table .table__head {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem; }
  @media (min-width: 0) {
    .data-table .table__head {
      position: sticky;
      top: 0px;
      z-index: 2;
      background: #ffffff; } }

@media (max-width: 849px) {
  .data-table .table__body-shrink {
    min-width: 0; } }

.data-table .table__controls {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #939598; }
  @media (min-width: 768px) {
    .data-table .table__controls {
      display: flex; } }
  .data-table .table__controls .controls__left &gt; div {
    display: inline-block; }
    .data-table .table__controls .controls__left &gt; div:last-child {
      margin-right: 0; }
  @media (min-width: 768px) {
    .data-table .table__controls .controls__left {
      flex: 1; } }
  .data-table .table__controls .controls__left .left__upper, .data-table .table__controls .controls__left .left__lower {
    margin: 0; }
    .data-table .table__controls .controls__left .left__upper &gt; div, .data-table .table__controls .controls__left .left__lower &gt; div {
      margin-top: 1rem;
      margin-right: 1rem;
      display: inline-block; }
  .data-table .table__controls .controls__right &gt; div {
    display: inline-block;
    vertical-align: bottom; }
    .data-table .table__controls .controls__right &gt; div:last-child {
      margin-right: 0; }
  .data-table .table__controls .controls__left &gt; div, .data-table .table__controls .controls__right &gt; div {
    margin-top: 1rem;
    margin-right: 1rem; }
  .data-table .table__controls .btn {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.625; }
    .data-table .table__controls .btn:before {
      font-size: 90%;
      opacity: .8; }

.data-table .table__search {
  position: relative;
  margin-top: 1rem; }
  .data-table .table__search:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1rem; }
  .data-table .table__search span[class*='icon'] {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1rem;
    color: #939598;
    pointer-events: none; }
  .data-table .table__search input {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 1.2rem;
    line-height: 1.475;
    background: #f5f5f5;
    border: 0.1rem solid #f5f5f5;
    border-radius: 5px;
    padding-left: 3rem; }
  .data-table .table__search .btn {
    width: 100%; }

.data-table .table__sort {
  display: inline-block;
  margin-left: 2px;
  -webkit-transform: translateY(-2px) rotate(180deg);
  -moz-transform: translateY(-2px) rotate(180deg);
  -ms-transform: translateY(-2px) rotate(180deg);
  -o-transform: translateY(-2px) rotate(180deg);
  transform: translateY(-2px) rotate(180deg); }
  .data-table .table__sort:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: ""; }
  .data-table .table__sort.desc, .data-table .table__sort.DESC {
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }

.data-table .table__actions {
  text-align: right; }
  .data-table .table__actions a {
    color: #939598; }
  .data-table .table__actions .icon-lock {
    margin-right: 1.5rem; }
  .data-table .table__actions .icon-gear {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    white-space: nowrap; }
    .data-table .table__actions .icon-gear::after {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      margin-left: .5rem; }

.data-table .table__empty {
  font-size: 1.5rem;
  line-height: 1.625;
  padding: 4rem 0 2rem;
  text-align: center; }

.data-table .table__connected-logo {
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  margin-right: 1rem; }

.data-table .table__gradebook {
  margin-left: 1.4rem;
  color: #939598; }

.data-table .table__icon-color {
  color: #689107; }

.data-table .table__auto-layout {
  table-layout: auto; }

.data-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  background: #ffffff; }

.data-table thead tr:last-child th {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background: #ffffff;
  box-shadow: 0 2px 0 rgba(28, 28, 28, 0.05); }

@media (min-width: 0) {
  .data-table thead:not(.static) tr:last-child th {
    position: sticky;
    top: 9rem;
    z-index: 1; }
    .data-table thead:not(.static) tr:last-child th:first-child::before, .data-table thead:not(.static) tr:last-child th:last-child::after {
      content: '';
      box-shadow: 0 2px 0 rgba(28, 28, 28, 0.05);
      position: absolute;
      top: 0;
      height: 100%;
      width: 2.5rem; }
    .data-table thead:not(.static) tr:last-child th:first-child::before {
      right: 100%; }
    .data-table thead:not(.static) tr:last-child th:last-child::after {
      left: 100%; } }

@media (min-width: 1150px) {
  .data-table thead:not(.static) tr:last-child th:first-child::before, .data-table thead:not(.static) tr:last-child th:last-child::after {
    width: calc((100vw - 1100px) / 2); } }

@media (min-width: 0) {
  .data-table .table__body-under-legend thead:not(.static) tr:last-child th {
    top: 14.7rem; } }

.data-table .table__body-headless thead:not(.static) tr:last-child th {
  top: 0; }

.data-table th, .data-table td {
  padding-right: 1rem;
  padding-left: 1rem;
  vertical-align: top;
  overflow-wrap: break-word; }
  .data-table th.single-word, .data-table td.single-word {
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal; }
  .data-table th.single-line, .data-table td.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal; }
  .data-table th:first-child, .data-table td:first-child {
    padding-left: 0; }
  .data-table th:last-child, .data-table td:last-child {
    padding-right: 0; }

.data-table th {
  font-size: 1.2rem;
  line-height: 1;
  text-align: left;
  color: #939598; }
  .data-table th .sort-button {
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    background: transparent;
    border: 1px solid rgba(147, 149, 152, 0.5);
    color: #939598;
    /* Size */
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.3rem;
    line-height: 30px;
    height: 30px;
    /* Icon */
    /* Mouse Actions */
    border: none;
    background: none;
    padding: 0;
    text-transform: inherit;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    color: inherit; }
    .data-table th .sort-button[disabled] {
      opacity: .5;
      pointer-events: none; }
    .data-table th .sort-button.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    .data-table th .sort-button[class*='icon']:before {
      margin-right: .5rem; }
    .data-table th .sort-button:active {
      top: 1px; }
  .data-table th:not([scope=row]) {
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: bottom; }

.data-table td, .data-table th[scope=row] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
  border-top: solid 1px #e1e1e1;
  color: #4b4a4b;
  font-weight: 400; }

.data-table .summary-row {
  border-top: 2px solid #e1e1e1; }

.data-table tr:first-child th[scope=row], .data-table tr:first-child td {
  border-top: none; }

.data-table td.color-1 {
  background-color: #ffdc19 !important; }

.data-table td.color-2 {
  background-color: #9a488e !important; }

.data-table td.color-3 {
  background-color: #faa21b !important; }

.data-table td.color-4 {
  background-color: #00abe6 !important; }

.data-table td.color-5 {
  background-color: #da5450 !important; }

.data-table td.color-6 {
  background-color: #92af2b !important; }

.data-table td.color-7 {
  background-color: #000000 !important; }

.data-table td.color-8 {
  background-color: #939598 !important; }

.data-table .icon-info {
  opacity: .5;
  font-size: 85%; }

.data-table .icon-lock {
  color: #939598; }

.data-table .droppable-overlay li {
  display: block; }

.data-table.data-table--embedded .table__body {
  padding: 0; }

.data-table.data-table--embedded thead tr:last-child th {
  position: static; }
  .data-table.data-table--embedded thead tr:last-child th:first-child::before, .data-table.data-table--embedded thead tr:last-child th:last-child::after {
    width: 0; }

.date-range {
  font-size: 1.5rem;
  line-height: 1.625; }
  .date-range::after {
    clear: both;
    content: "";
    display: table; }
  .date-range .range__selector, .date-range .range__custom {
    display: block;
    float: left; }
  .date-range .range__custom {
    margin-top: -2rem;
    margin-left: 1rem; }
    .date-range .range__custom::after {
      clear: both;
      content: "";
      display: table; }
    .date-range .range__custom &gt; * {
      display: inline-block; }
    .date-range .range__custom &gt; span {
      padding-right: 1rem;
      padding-left: 1rem; }
    .date-range .range__custom .input__text {
      width: 130px; }

.dgo .focused {
  outline-color: #4D90FE;
  outline-style: solid;
  outline-offset: .5rem;
  outline-width: .5rem;
  z-index: 9999; }

.dgo__header {
  background-color: #f5f5f5;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 4px; }
  .dgo__header .headline {
    margin: 0; }

.dgo__prompt {
  margin-top: 1rem; }

.dgo__drawing {
  position: relative;
  margin-bottom: 1rem; }
  .dgo__drawing:before {
    display: block;
    content: "";
    width: 100%; }
  .dgo__drawing.rectangle:before {
    padding-top: 75%; }
  .dgo__drawing.square:before {
    padding-top: 100%; }
  .dgo__drawing.venn2:before {
    padding-top: 63.75%; }
  .dgo__drawing.venn3:before {
    padding-top: 92.5%; }
  .dgo__drawing svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .dgo__drawing svg g:focus, .dgo__drawing svg g.focused {
      outline-width: 1rem;
      outline-offset: -.5rem; }
    .dgo__drawing svg path, .dgo__drawing svg circle, .dgo__drawing svg line {
      stroke: #4b4a4b; }
    .dgo__drawing svg text {
      fill: #4b4a4b; }

.dgo__helper {
  font-size: 1.5rem;
  line-height: 1.4;
  display: block;
  font-style: italic;
  color: #939598;
  margin-top: 1rem; }

.dgo-response-editor-inline {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .dgo-response-editor-inline input, .dgo-response-editor-inline textarea {
    border: none; }
  .dgo-response-editor-inline textarea {
    resize: none; }
  .dgo-response-editor-inline__header ::-webkit-input-placeholder, .dgo-response-editor-inline__content ::-webkit-input-placeholder {
    font-style: italic; }
  .dgo-response-editor-inline__header :-moz-placeholder, .dgo-response-editor-inline__content :-moz-placeholder {
    font-style: italic; }
  .dgo-response-editor-inline__header ::-moz-placeholder, .dgo-response-editor-inline__content ::-moz-placeholder {
    font-style: italic; }
  .dgo-response-editor-inline__header :-ms-input-placeholder, .dgo-response-editor-inline__content :-ms-input-placeholder {
    font-style: italic; }
  .dgo-response-editor-inline__header {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem; }
    .dgo-response-editor-inline__header h1, .dgo-response-editor-inline__header h2, .dgo-response-editor-inline__header h3, .dgo-response-editor-inline__header h4, .dgo-response-editor-inline__header h5, .dgo-response-editor-inline__header h6 {
      font-weight: bold; }
      .dgo-response-editor-inline__header h1.placeholder, .dgo-response-editor-inline__header h2.placeholder, .dgo-response-editor-inline__header h3.placeholder, .dgo-response-editor-inline__header h4.placeholder, .dgo-response-editor-inline__header h5.placeholder, .dgo-response-editor-inline__header h6.placeholder {
        font-style: italic; }
    .dgo-response-editor-inline__header button {
      border: none;
      padding: 0;
      background: transparent;
      font-weight: bold;
      text-transform: uppercase; }
      .dgo-response-editor-inline__header button:hover {
        color: #faa21b; }
      .dgo-response-editor-inline__header button.placeholder {
        font-style: italic; }
    .dgo-response-editor-inline__header textarea {
      border: 1px solid #e1e1e1; }
  .dgo-response-editor-inline__content {
    flex: 1;
    position: relative; }
    .dgo-response-editor-inline__content textarea {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent; }

.dgo__cta {
  font-style: italic; }

.dgo__delete-btn {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer; }
  .dgo__delete-btn:hover, .dgo__delete-btn:focus, .dgo__delete-btn.focused {
    color: #da5450;
    fill: #da5450; }

.dgo__admin-actions {
  margin-top: 2rem; }
  .dgo__admin-actions button {
    display: inline-block; }
    .dgo__admin-actions button + button {
      margin-left: 1rem; }

.dgo__story-plot path {
  stroke-dasharray: 2,1;
  fill: none; }

.dgo__story-plot circle {
  fill: #4b4a4b; }

.dgo__story-plot .reorderable {
  cursor: ns-resize; }

.dgo__story-plot .reorder-hint {
  opacity: 0;
  font-style: italic; }

.dgo__story-plot .action {
  cursor: pointer;
  font-style: italic; }
  .dgo__story-plot .action:hover {
    fill: #faa21b; }

.dgo__story-plot .response {
  font-style: normal; }

.dgo__story-plot .plot-element-label {
  font-weight: bold;
  text-transform: uppercase; }

.dgo__concept-web circle {
  fill: #ffffff; }

.dgo__concept-web .resize-preview {
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2;
  fill: rgba(255, 255, 255, 0.5); }

.dgo__concept-web .resize-handle {
  stroke: transparent;
  stroke-width: 15;
  fill: none; }

.dgo__concept-web .concept__header {
  font-weight: bold;
  text-transform: uppercase; }

.dgo__concept-web.editable .concept {
  cursor: pointer; }
  .dgo__concept-web.editable .concept circle, .dgo__concept-web.editable .concept text {
    -webkit-transition: fill 0.2s;
    -moz-transition: fill 0.2s;
    transition: fill 0.2s; }
  .dgo__concept-web.editable .concept:hover circle {
    fill: #f5f5f5; }
  .dgo__concept-web.editable .concept:hover text {
    fill: #faa21b; }

.dgo-flow-chart {
  display: flex;
  flex-direction: column; }
  .dgo-flow-chart .dgo-flow-chart__main, .dgo-flow-chart .dgo-flow-chart__other {
    border: 1px dotted #4b4a4b; }
  .dgo-flow-chart .dgo-flow-chart__main {
    height: 24rem; }
  .dgo-flow-chart .dgo-flow-chart__other {
    position: relative;
    flex: 1;
    height: 40rem;
    margin: 0 0.5rem; }
    .dgo-flow-chart .dgo-flow-chart__other-container {
      display: flex;
      flex-direction: row;
      list-style: none;
      margin: 0;
      padding: 0; }
    .dgo-flow-chart .dgo-flow-chart__other:first-child {
      margin-left: 0; }
    .dgo-flow-chart .dgo-flow-chart__other:last-child {
      margin-right: 0; }
    .dgo-flow-chart .dgo-flow-chart__other .dgo__delete-btn {
      position: absolute;
      bottom: 0;
      right: 0.5rem; }
  .dgo-flow-chart .dgo-flow-chart__arrows {
    position: relative; }
    .dgo-flow-chart .dgo-flow-chart__arrows:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 5%; }
    .dgo-flow-chart .dgo-flow-chart__arrows svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .dgo-flow-chart .dgo-flow-chart__arrows svg line, .dgo-flow-chart .dgo-flow-chart__arrows svg path {
        stroke: #4b4a4b; }
      .dgo-flow-chart .dgo-flow-chart__arrows svg line {
        stroke-dasharray: 1 1; }
      .dgo-flow-chart .dgo-flow-chart__arrows svg path {
        fill: #4b4a4b; }

.dgo-table {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0; }
  .dgo-table__cell {
    position: relative;
    flex: 1;
    height: 60rem;
    margin: 0 0.5rem;
    border: 1px dotted #4b4a4b; }
    .dgo-table__cell:first-child {
      margin-left: 0; }
    .dgo-table__cell:last-child {
      margin-right: 0; }
    .dgo-table__cell .dgo__delete-btn {
      position: absolute;
      bottom: 0;
      right: 0.5rem; }

.dgo-cause-and-effect {
  width: 100%; }
  .dgo-cause-and-effect textarea {
    resize: none;
    height: 20rem; }
  .dgo-cause-and-effect__table {
    border-collapse: separate;
    border-spacing: 2rem;
    margin: 0 -2rem 1rem;
    width: calc(100% + 4rem); }
  .dgo-cause-and-effect__header {
    text-transform: uppercase; }
    .dgo-cause-and-effect__header:focus {
      text-transform: none; }
  .dgo-cause-and-effect__cell {
    position: relative;
    border: 1px dotted #4b4a4b; }
    .dgo-cause-and-effect__cell ::-webkit-input-placeholder {
      font-style: italic; }
    .dgo-cause-and-effect__cell :-moz-placeholder {
      font-style: italic; }
    .dgo-cause-and-effect__cell ::-moz-placeholder {
      font-style: italic; }
    .dgo-cause-and-effect__cell :-ms-input-placeholder {
      font-style: italic; }
    .dgo-cause-and-effect__cell:first-child::after {
      position: absolute;
      left: 100%;
      top: calc(50% - 1rem);
      width: 2rem;
      height: 2rem;
      content: '';
      background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"&gt;&lt;line stroke="%234b4a4b" stroke-dasharray="1 1" x1="0" y1="10" x2="18" y2="10" /&gt;&lt;path fill="%234b4a4b" d="M 14 16 L 20 10 L 14 4 Z" /&gt;&lt;/svg&gt;'); }
    .dgo-cause-and-effect__cell .dgo__delete-btn {
      position: absolute;
      left: 100%;
      top: 0;
      margin-left: 0.5rem; }

.dgo-stacked-sequence__list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0; }

.dgo-stacked-sequence__item {
  position: relative;
  height: 18rem;
  margin: 2rem 0;
  border: 1px dotted #4b4a4b; }
  .dgo-stacked-sequence__item:first-child {
    margin-top: 0; }
  .dgo-stacked-sequence__item:last-child {
    margin-bottom: 0; }
  .dgo-stacked-sequence__item + .dgo-stacked-sequence__item::before {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    content: '';
    background: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"&gt;&lt;g transform="rotate(90 10 10)"&gt;&lt;line stroke="%234b4a4b" stroke-dasharray="1 1" x1="0" y1="10" x2="18" y2="10" /&gt;&lt;path fill="%234b4a4b" d="M 14 16 L 20 10 L 14 4 Z" /&gt;&lt;/g&gt;&lt;/svg&gt;'); }
  .dgo-stacked-sequence__item textarea {
    height: 100%; }

.dgo-stacked-sequence .dgo__delete-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem; }

.dgo-venn__circle {
  stroke: #4b4a4b;
  fill: none; }

.dgo-venn__headers {
  display: flex; }
  .dgo-venn__headers.top .dgo-venn__header:first-child {
    text-align: left;
    padding: 0 1rem 0 0; }
    .dgo-venn__headers.top .dgo-venn__header:first-child button {
      text-align: left; }
  .dgo-venn__headers.top .dgo-venn__header:last-child {
    text-align: right;
    padding: 0 0 0 1rem; }
    .dgo-venn__headers.top .dgo-venn__header:last-child button {
      text-align: right; }
  .dgo-venn__headers.bottom {
    text-align: center; }
    .dgo-venn__headers.bottom button {
      text-align: center; }

.dgo-venn__header {
  flex: 1;
  font-weight: bold;
  text-transform: uppercase; }
  .dgo-venn__header h1, .dgo-venn__header h2, .dgo-venn__header h3, .dgo-venn__header h4, .dgo-venn__header h5, .dgo-venn__header h6 {
    font-weight: bold; }
  .dgo-venn__header button {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border: none;
    padding: 0;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase; }
    .dgo-venn__header button:hover {
      color: #faa21b; }
    .dgo-venn__header button.placeholder {
      font-style: italic; }

.dgo-venn .hover-region {
  cursor: pointer;
  stroke: none;
  fill: transparent; }

.dgo-venn .hover text {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  fill: #faa21b; }

.dgo-venn .hover .hover-region, .dgo-venn .focused .hover-region {
  fill: #00abe6;
  opacity: 0.05; }

.dgo-venn .dgo__delete-btn {
  font-size: 20px; }

.tab-mode-enabled .dgo__story-plot .focused .reorder-hint {
  opacity: 0.7; }

.documents section {
  padding: 0; }

.documents ul {
  list-style-type: disc; }

.documents .documents__title {
  margin: 10rem 0 2rem; }
  @media print {
    .documents .documents__title {
      margin-top: 45%;
      text-align: center; } }
  .documents .documents__title .headline {
    text-transform: uppercase; }
    .documents .documents__title .headline h1 {
      font-size: 5rem;
      line-height: 4.6rem;
      font-weight: 600;
      color: #939598; }
      @media (min-width: 480px) {
        .documents .documents__title .headline h1 {
          font-size: 7rem;
          line-height: 6.6rem; } }
    .documents .documents__title .headline span {
      font-size: 3rem;
      line-height: 5rem;
      display: block;
      color: #faa21b; }
      .documents .documents__title .headline span:last-child {
        font-size: 2.4rem;
        line-height: 3.2rem;
        color: #939598; }

.documents .documents__logo {
  width: 30rem;
  margin-bottom: 2.5rem; }

@media print {
  .documents .documents__intro {
    margin-top: 2.5rem; } }

.documents .documents__callout {
  padding: 2rem 3rem;
  border: solid 1px #e1e1e1;
  border-radius: .5rem;
  box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.4);
  margin-bottom: 2.5rem;
  background-color: #ffffff; }
  @media print {
    .documents .documents__callout {
      page-break-inside: avoid; } }
  .documents .documents__callout__content {
    display: block; }

.documents .documents__example .column-descriptions {
  margin-bottom: 0; }
  .documents .documents__example .column-descriptions .header-description {
    padding: .5rem;
    border: none;
    vertical-align: bottom; }
    .documents .documents__example .column-descriptions .header-description div {
      border: solid 1px #faa21b;
      border-radius: .5rem;
      padding: 1rem;
      box-shadow: 0 1px 3px 0 rgba(250, 162, 27, 0.4);
      color: #faa21b; }
  .documents .documents__example .column-descriptions .header-pointer {
    display: block;
    text-align: center;
    color: #faa21b;
    margin-top: -.7rem;
    font-size: 2rem;
    user-select: none; }
  @media print {
    .documents .documents__example .column-descriptions .header-description div, .documents .documents__example .column-descriptions .header-pointer {
      color: #faa21b !important; } }

.documents--key .documents__choice-list--numbered {
  list-style-type: decimal; }

.documents--key .documents__choice-list--lettered {
  list-style-type: upper-alpha; }

.documents--key .documents__choice-list--lettered-lower {
  counter-reset: list;
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .documents--key .documents__choice-list--lettered-lower li:before {
    content: "(" counter(list, lower-alpha) ")";
    counter-increment: list;
    min-width: 2rem;
    text-align: center;
    float: left; }

.documents--key .documents__choice-list--none {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .documents--key .documents__choice-list--none li {
    margin-top: 1.5rem; }
    .documents--key .documents__choice-list--none li::before {
      content: '\200B'; }

@media print {
  .documents--key .documents__choice.text-primary-link:before {
    color: #faa21b !important; } }

.documents--key .documents__choice--explanation {
  padding-left: 1rem;
  display: flex; }
  @media print {
    .documents--key .documents__choice--explanation .text-primary-link, .documents--key .documents__choice--explanation .text-primary-link *, .documents--key .documents__choice--explanation .text-primary-link:before, .documents--key .documents__choice--explanation .text-primary-link:after {
      color: #faa21b !important; } }

.documents--key .documents__choice--icon {
  margin-right: 1rem; }

.documents--key .documents__chart-image-option {
  width: 100%;
  max-width: 128px; }

.documents--key .documents__columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media print {
    .documents--key .documents__columns {
      page-break-inside: avoid; } }

.documents--key .documents__col {
  width: calc(33.33% - 2rem);
  padding: 2rem;
  margin: 0 2rem 2rem 0;
  border: solid 1px #e1e1e1;
  border-radius: .4rem; }
  .documents--key .documents__col--1 {
    width: 100%;
    margin-right: 0; }
  .documents--key .documents__col--2, .documents--key .documents__col--4 {
    width: calc(50% - 2rem); }

@media only screen and (max-width: 767px) {
  .documents--key .documents__col {
    width: 100%; } }

.documents--key .documents__details .list--no-bullets {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .documents--key .documents__details .list--no-bullets li {
    margin-top: 1.5rem; }
    .documents--key .documents__details .list--no-bullets li::before {
      content: '\200B'; }

.documents--key .documents__rubric-option-list {
  list-style-type: disc; }

.documents main table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2.5rem; }
  .documents main table caption {
    line-height: 1.2;
    text-align: left; }
  .documents main table tr {
    word-wrap: break-word; }
    @media print {
      .documents main table tr:first-child th {
        background-color: rgba(75, 74, 75, 0.7) !important;
        color: #ffffff !important; } }
  .documents main table td {
    font-size: 1.4rem;
    line-height: 1.8rem; }
    .documents main table td.labeled-cell {
      padding: 0; }
      .documents main table td.labeled-cell .cell-label {
        display: block;
        padding: .5rem 0;
        background-color: #faa21b;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%; }
      .documents main table td.labeled-cell div, .documents main table td.labeled-cell ul {
        padding: 1rem; }
    .documents main table td .cell-title {
      font-weight: 600; }
    .documents main table td .cell-note {
      max-width: fit-content;
      color: #faa21b;
      font-weight: 600; }
    .documents main table td .list-item-with-children {
      font-weight: 600; }
  .documents main table ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .documents main table ul li {
      margin-top: 1.5rem; }
      .documents main table ul li::before {
        content: '\200B'; }
      .documents main table ul li:first-child {
        margin-top: 0; }
      .documents main table ul li ul li {
        margin-top: .4rem; }
        .documents main table ul li ul li:first-child {
          margin-top: .4rem; }
  .documents main table th, .documents main table td {
    padding: 1rem;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1; }
    .documents main table th.text-centered, .documents main table td.text-centered {
      text-align: center; }
  .documents main table th {
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 500;
    background-color: rgba(75, 74, 75, 0.7);
    color: #ffffff;
    text-align: left; }
    .documents main table th:only-of-type {
      font-weight: 400;
      color: #1c1c1c;
      background-color: #ffffff;
      border-left: solid 1px #e1e1e1;
      vertical-align: top; }
  .documents main table td {
    margin: 0;
    vertical-align: top; }
    .documents main table td:first-of-type ul {
      list-style-type: none;
      margin-left: 0; }
  .documents main table .attribute-label {
    color: #939598; }

@media print {
  .documents main {
    page-break-before: always;
    padding-top: 1rem; } }

.droppable-overlay {
  -webkit-animation: none 0s;
  -moz-animation: none 0s;
  animation: none 0s;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: .5rem;
  box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.1);
  position: absolute;
  z-index: 99;
  text-transform: none; }
  @media print {
    .droppable-overlay {
      display: none !important; } }
  .droppable-overlay:before {
    position: absolute;
    top: calc(-.75rem - 1px);
    left: 2.5rem;
    height: 1.5rem;
    width: 1.5rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    background: #ffffff;
    border: solid #e1e1e1;
    border-width: 1px 1px 0 0;
    content: ''; }
  .droppable-overlay.only-icon:before {
    left: 1rem !important; }
  .droppable-overlay--right {
    text-align: right; }
    .droppable-overlay--right:before {
      right: 2.5rem;
      left: auto; }
    .droppable-overlay--right.only-icon:before {
      right: 1rem !important;
      left: auto !important; }
    .droppable-overlay--right li &gt; * {
      padding: .75rem 2rem .75rem 5rem !important; }
  .droppable-overlay.flipped:before {
    position: absolute;
    top: initial;
    bottom: -0.7rem;
    left: 2.5rem;
    border-width: 0 0 1px 1px; }
  .droppable-overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.625; }
    .droppable-overlay ul::after {
      clear: both;
      content: "";
      display: table; }
    .droppable-overlay ul &gt; li, .droppable-overlay ul &gt; dd {
      margin: 0; }
    .droppable-overlay ul.long-list {
      max-height: 50vh;
      overflow-y: scroll; }
  .droppable-overlay li {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: block;
    margin-left: 0;
    white-space: nowrap; }
    .droppable-overlay li.header:hover {
      background: initial; }
    .droppable-overlay li.active {
      font-weight: bold; }
    .droppable-overlay li &gt; * {
      padding: .75rem 5rem .75rem 2rem; }
    .droppable-overlay li.droppable-spacer {
      border-bottom: solid 1px #e1e1e1; }
      .droppable-overlay li.droppable-spacer:hover {
        background: inherit; }
    .droppable-overlay li.droppable-heading:hover {
      background: inherit; }
    .droppable-overlay li.droppable-heading span {
      display: block;
      color: #939598;
      font-size: 90%;
      padding-left: 1rem;
      padding-bottom: 0;
      text-transform: uppercase; }
      .droppable-overlay li.droppable-heading span:before {
        color: #faa21b; }
      .droppable-overlay li.droppable-heading span i {
        color: #4b4a4b !important; }
  .droppable-overlay a, .droppable-overlay div {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: block;
    color: #4b4a4b; }
    .droppable-overlay a:hover, .droppable-overlay div:hover {
      background: #f5f5f5; }
    .droppable-overlay a:before, .droppable-overlay div:before {
      color: #faa21b;
      margin-right: .5rem; }
    .droppable-overlay a i, .droppable-overlay div i {
      color: #4b4a4b !important; }

.droppable::after {
  font-family: "ss-icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: optimizeLegibility;
  content: "";
  margin-left: .5rem;
  opacity: .5; }

.droppable__instructions {
  font-size: 1.3rem;
  line-height: 1.625;
  max-width: fit-content;
  text-align: left;
  padding: 2rem;
  margin-bottom: 0;
  font-style: italic;
  border-bottom: solid 1px #e1e1e1; }
  @media (min-width: 768px) {
    .droppable__instructions {
      max-width: 25rem; } }

.extq-gen-table table {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #b2b2b2;
  border-collapse: collapse;
  table-layout: fixed; }

.extq-gen-table th, .extq-gen-table td {
  padding: .75rem;
  border: 1px solid #e1e1e1;
  vertical-align: top; }
  .extq-gen-table th.remove, .extq-gen-table td.remove {
    width: 40px;
    text-align: center; }
  .extq-gen-table th.answer, .extq-gen-table td.answer {
    width: 100px; }

.extq-gen-table h5 {
  font-size: 1.5rem;
  line-height: 1.625;
  font-weight: 500;
  margin: 1rem 0; }
  .extq-gen-table h5:first-child {
    margin-top: 0; }
  .extq-gen-table h5:last-child {
    margin-bottom: 0; }

.extq-gen-table button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit; }

.extq-gen-table .btn {
  font-size: 1.6rem;
  line-height: 3.4rem;
  background-color: #fdb913;
  background-image: -webkit-linear-gradient(#fdb913, #faa21b);
  background-image: linear-gradient(#fdb913, #faa21b);
  display: inline-block;
  height: 3.4rem;
  padding: 0 2.5rem;
  color: #ffffff;
  text-transform: none;
  border: none;
  vertical-align: middle;
  font-weight: 400;
  border-radius: .5rem;
  position: relative;
  /* Colors */
  background: transparent;
  border: 1px solid rgba(147, 149, 152, 0.5);
  color: #939598;
  /* Size */
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 30px;
  height: 30px;
  /* Icon */
  /* Mouse Actions */ }
  .extq-gen-table .btn[disabled] {
    opacity: .5;
    pointer-events: none; }
  .extq-gen-table .btn.loading {
    opacity: 1;
    color: rgba(255, 255, 255, 0); }
  .extq-gen-table .btn[class*='icon']:before {
    margin-right: .5rem; }
  .extq-gen-table .btn:active {
    top: 1px; }

.extq-gen-table .redactor-styles {
  height: auto;
  padding: .75rem; }

.extq-gen-table .redactor-toolbar a.re-button {
  height: auto;
  padding: .75rem; }

.extq-gen-table .selectize-control {
  margin-bottom: .75rem;
  width: 100%; }

.extq-gen-table .selectize-input {
  white-space: nowrap; }

.extq-gen-table .field + .field {
  margin-top: 4rem; }

.extq-gen-table .validation {
  font-size: 1.5rem;
  line-height: 1.625;
  display: block;
  margin-top: .5rem; }
  .extq-gen-table .validation-message {
    color: #da5450; }
    .extq-gen-table .validation-message::before {
      margin-right: .5rem; }
  .extq-gen-table .validation-warning {
    color: #4b4a4b; }
    .extq-gen-table .validation-warning::before {
      margin-right: .5rem; }

.file-list {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none;
  margin: 1rem 0; }
  .file-list::after {
    clear: both;
    content: "";
    display: table; }
  .file-list &gt; li, .file-list &gt; dd {
    margin: 0; }
  .file-list li::before {
    content: '\200B';
    display: block;
    height: 0; }
  .file-list:first-child {
    margin-top: 0; }
  .file-list:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .file-list {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; } }
  @media (min-width: 1150px) {
    .file-list {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3; } }
  .file-list &gt; li, .file-list &gt; div {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    @media (max-width: 767px) {
      .file-list &gt; li:last-child, .file-list &gt; div:last-child {
        margin-bottom: 0; } }
  .file-list a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 1rem 4.5rem;
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #939598; }
    .file-list a:hover {
      border-color: #00abe6; }
      .file-list a:hover .file__icon {
        color: #00abe6; }
    .file-list a:focus {
      outline-offset: -.5rem !important; }
    @media (min-width: 768px) {
      .file-list a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .file-list .file__icon {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    line-height: 1.625;
    width: 5.5rem;
    left: 0;
    text-align: center;
    color: #00abe6;
    z-index: 1; }
    .file-list .file__icon--right {
      font-size: 1.9rem;
      line-height: 1.625;
      left: auto;
      right: 0;
      color: #e1e1e1; }
  .file-list .file__name {
    display: block;
    color: #00abe6;
    font-weight: 500; }
    @media (min-width: 768px) {
      .file-list .file__name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .file-list .file__info {
    display: none; }
  .file-list--split {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
    @media (min-width: 1150px) {
      .file-list--split {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
  .file-list--vertical {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; }
  .file-list--full {
    -webkit-columns: initial;
    -moz-columns: initial;
    columns: initial; }
  .file-list--expanded a {
    padding: 1.5rem 6.5rem; }
  .file-list--expanded .file__icon {
    width: 6.5rem;
    font-size: 3rem; }
    .file-list--expanded .file__icon--right {
      font-size: 2rem; }
  .file-list--expanded .file__info {
    display: block; }
  .file-list--compact {
    -webkit-columns: initial;
    -moz-columns: initial;
    columns: initial; }
    .file-list--compact &gt; li, .file-list--compact &gt; div {
      margin: 0.5rem 0 0;
      width: 100%; }
      @media (min-width: 768px) {
        .file-list--compact &gt; li, .file-list--compact &gt; div {
          margin: 0.7rem 1rem 0 0;
          width: auto; } }
    .file-list--compact a {
      font-size: 1.3rem;
      padding: 0.6rem 1.3rem 0.6rem 4.5rem; }
    .file-list--compact .file__icon {
      width: 4.5rem;
      font-size: 2.5rem; }
      @media (min-width: 768px) {
        .file-list--compact .file__icon--right {
          display: none; } }
    .file-list--compact .file__info {
      display: block; }
  .file-list--single .file__icon {
    line-height: 0; }
  .file-list--block &gt; li, .file-list--block &gt; div {
    display: block; }

.filters__more {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 1.5rem;
  line-height: 1.625;
  padding: 0.4rem 0;
  display: inline-block;
  color: #939598;
  white-space: nowrap;
  border: none;
  background: transparent; }
  .filters__more[class^="icon-"]::before, .filters__more[class*=" icon-"]::before {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: inherit;
    margin-right: .5rem;
    opacity: .5; }
  .filters__more:hover, .filters__more:focus {
    color: #faa21b; }

.filters__slider-container {
  margin: 1rem 0; }

.flex-video {
  margin: 1rem 0;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .flex-video:first-child {
    margin-top: 0; }
  .flex-video:last-child {
    margin-bottom: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999; }
  .fullscreen::after {
    clear: both;
    content: "";
    display: table; }
  @media print {
    .fullscreen {
      position: static;
      height: auto; } }
  .fullscreen__left, .fullscreen__right {
    width: 50%;
    height: 100vh;
    overflow: scroll;
    padding: 3rem;
    background: #ffffff;
    position: relative;
    -webkit-overflow-scrolling: touch; }
    @media print {
      .fullscreen__left, .fullscreen__right {
        width: 100%;
        height: auto;
        overflow: auto; } }
  .fullscreen__left {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    float: left; }
    .ng-leave .fullscreen__left {
      -webkit-animation-name: slideOutLeft;
      -moz-animation-name: slideOutLeft;
      animation-name: slideOutLeft;
      -webkit-animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
  .fullscreen__right {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    right: 0; }
    .ng-leave .fullscreen__right {
      -webkit-animation-name: slideOutRight;
      -moz-animation-name: slideOutRight;
      animation-name: slideOutRight;
      -webkit-animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
  .fullscreen__bar {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 0.3%;
    height: 100vh;
    background: #e1e1e1;
    cursor: col-resize;
    float: left;
    margin: 0 -0.15%;
    position: relative;
    z-index: 2; }
    .ng-leave .fullscreen__bar {
      background: transparent; }
  .fullscreen.ng-leave {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .fullscreen [sticky].stuck {
    position: relative;
    top: auto !important; }
  .fullscreen .fullscreen-button {
    display: inline-block; }

.full-screen-dialog {
  padding: 0; }
  .full-screen-dialog .ngdialog-overlay {
    display: none; }
  .full-screen-dialog .ngdialog-content {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none; }
  .full-screen-dialog [col-md] {
    width: 100%; }
    .full-screen-dialog [col-md] + [col-md] {
      margin-top: 3rem; }

body.fullscreen-open {
  overflow: hidden; }
  @media print {
    body.fullscreen-open {
      overflow: auto; } }
  body.fullscreen-open [ui-view=app] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.gradebook-bar-chart {
  position: relative;
  min-width: 100%;
  height: 60vh;
  padding-right: 10rem; }
  .gradebook-bar-chart__container {
    width: 100%;
    overflow-x: scroll;
    margin-top: 2rem; }
    .gradebook-bar-chart__container::after {
      position: absolute;
      top: 0;
      right: 2.5rem;
      bottom: 0;
      content: '';
      width: 10rem;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
      pointer-events: none; }

.gradebook .data-table .table__head {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 0 2px 0 rgba(28, 28, 28, 0.05); }
  @media (max-width: 849px) {
    .gradebook .data-table .table__head {
      min-width: initial; } }

.gradebook .data-table .table__search {
  margin-top: 0; }

.gradebook .ss-loader {
  margin-top: 25vh; }

.gradebook__table {
  overflow-x: scroll; }
  .gradebook__table::before {
    position: absolute;
    top: 0;
    left: 2.5rem;
    content: '';
    width: 10em;
    height: 21rem;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    z-index: 1; }
  .gradebook__table::after {
    position: absolute;
    right: 2.5rem;
    bottom: 0;
    content: '';
    width: 10em;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none; }
  .gradebook__table table {
    font-size: 1.5rem;
    margin-top: 7rem;
    text-align: center; }

.gradebook .icon-gear {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  white-space: nowrap; }
  .gradebook .icon-gear::after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    margin-left: .5rem; }

.gradebook__label::after {
  display: table-cell;
  content: '';
  width: 9.6rem;
  height: 100%;
  background-color: #f5f5f5;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1; }

.gradebook__label th, .gradebook__label td {
  padding: 0.5rem 1rem;
  border-top: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  font-weight: 400;
  width: 96px; }
  .gradebook__label th:first-child, .gradebook__label td:first-child {
    padding: 1.3rem 2rem;
    font-size: 1.2rem;
    min-width: 20rem;
    background: #f5f5f5;
    color: #939598;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    z-index: 1; }
  .gradebook__label th:last-child, .gradebook__label td:last-child {
    border-right: none; }

.gradebook__label--text {
  margin-left: 1rem; }

.gradebook__label--action {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block; }
  .gradebook__label--action a {
    color: #939598; }
  .gradebook__label--action label::before {
    top: -1.5rem; }

.gradebook__label--rotate {
  height: 14rem;
  white-space: nowrap; }
  .gradebook__label--rotate::after {
    display: none; }
  .gradebook__label--rotate th, .gradebook__label--rotate td {
    padding: 0;
    border: none; }
    .gradebook__label--rotate th:first-child, .gradebook__label--rotate td:first-child {
      background-color: initial; }
    .gradebook__label--rotate th &gt; div, .gradebook__label--rotate td &gt; div {
      -webkit-transform: translate(0, 9.6rem) rotate(315deg);
      -moz-transform: translate(0, 9.6rem) rotate(315deg);
      -ms-transform: translate(0, 9.6rem) rotate(315deg);
      -o-transform: translate(0, 9.6rem) rotate(315deg);
      transform: translate(0, 9.6rem) rotate(315deg);
      -webkit-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      width: 3rem; }
    .gradebook__label--rotate th div.rotate, .gradebook__label--rotate td div.rotate {
      padding: 2rem 0 0.3rem 4.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 30rem;
      border-top: solid 1px #e1e1e1;
      text-align: left;
      font-weight: 400;
      overflow: inherit; }
  .gradebook__label--rotate .rotate__empty div &gt; div {
    padding-top: 5rem; }

.gradebook__label--student::after {
  height: 3.5rem;
  background-color: initial;
  border-left: solid 1px #f5f5f5; }

.gradebook__label--student th {
  border-right: solid 1px #f5f5f5;
  color: #939598;
  font-weight: 500;
  text-transform: uppercase; }
  .gradebook__label--student th:first-child {
    position: relative;
    font-size: 1.2rem;
    padding: 1rem 2rem 0.5rem;
    min-width: 20rem;
    background: #ffffff;
    color: #939598;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    z-index: 1; }
  .gradebook__label--student th:last-child {
    border-right: none; }

.gradebook__student::after {
  display: block;
  content: '';
  width: 9.6rem;
  height: 4.7rem;
  background-color: #f5f5f5;
  border-top: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1; }

.gradebook__student .student__name {
  position: relative;
  padding: 1.1rem 2rem;
  min-width: 20rem;
  background: #f5f5f5;
  text-align: left;
  border-top: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  z-index: 1; }

.gradebook__student .student__grades {
  border-top: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1; }
  .gradebook__student .student__grades:last-child {
    border-right: none; }
  .gradebook__student .student__grades a, .gradebook__student .student__grades span, .gradebook__student .student__grades .blank-score {
    padding: 1rem 2rem;
    display: block;
    box-sizing: border-box;
    min-width: 9.6rem;
    height: 4.6rem; }
  .gradebook__student .student__grades a, .gradebook__student .student__grades span {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative; }
    .gradebook__student .student__grades a.icon-attention::before, .gradebook__student .student__grades span.icon-attention::before {
      position: absolute;
      left: 6px;
      top: 6px; }
  .gradebook__student .student__grades a {
    cursor: pointer; }
    .gradebook__student .student__grades a.color-1 {
      color: #1c1c1c;
      background-color: rgba(255, 220, 25, 0.5); }
      .gradebook__student .student__grades a.color-1:hover, .gradebook__student .student__grades a.color-1:focus {
        background-color: rgba(255, 220, 25, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .gradebook__student .student__grades a.color-2 {
      color: #1c1c1c;
      background-color: rgba(154, 72, 142, 0.5); }
      .gradebook__student .student__grades a.color-2:hover, .gradebook__student .student__grades a.color-2:focus {
        background-color: rgba(154, 72, 142, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .gradebook__student .student__grades a.color-3 {
      color: #1c1c1c;
      background-color: rgba(250, 162, 27, 0.5); }
      .gradebook__student .student__grades a.color-3:hover, .gradebook__student .student__grades a.color-3:focus {
        background-color: rgba(250, 162, 27, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .gradebook__student .student__grades a.color-4 {
      color: #1c1c1c;
      background-color: rgba(0, 171, 230, 0.5); }
      .gradebook__student .student__grades a.color-4:hover, .gradebook__student .student__grades a.color-4:focus {
        background-color: rgba(0, 171, 230, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .gradebook__student .student__grades a.color-5 {
      color: #1c1c1c;
      background-color: rgba(218, 84, 80, 0.5); }
      .gradebook__student .student__grades a.color-5:hover, .gradebook__student .student__grades a.color-5:focus {
        background-color: rgba(218, 84, 80, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .gradebook__student .student__grades a.color-6 {
      color: #1c1c1c;
      background-color: rgba(146, 175, 43, 0.5); }
      .gradebook__student .student__grades a.color-6:hover, .gradebook__student .student__grades a.color-6:focus {
        background-color: rgba(146, 175, 43, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .gradebook__student .student__grades a.color-7 {
      color: #1c1c1c;
      background-color: rgba(0, 0, 0, 0.5); }
      .gradebook__student .student__grades a.color-7:hover, .gradebook__student .student__grades a.color-7:focus {
        background-color: rgba(0, 0, 0, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .gradebook__student .student__grades a.color-8 {
      color: #1c1c1c;
      background-color: rgba(147, 149, 152, 0.5); }
      .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
        background-color: rgba(147, 149, 152, 0.8); }
    .gradebook__student .student__grades a.color-8:hover, .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
  .gradebook__student .student__grades span.color-1 {
    color: #1c1c1c;
    background-color: rgba(255, 220, 25, 0.5); }
  .gradebook__student .student__grades span.color-2 {
    color: #1c1c1c;
    background-color: rgba(154, 72, 142, 0.5); }
  .gradebook__student .student__grades span.color-3 {
    color: #1c1c1c;
    background-color: rgba(250, 162, 27, 0.5); }
  .gradebook__student .student__grades span.color-4 {
    color: #1c1c1c;
    background-color: rgba(0, 171, 230, 0.5); }
  .gradebook__student .student__grades span.color-5 {
    color: #1c1c1c;
    background-color: rgba(218, 84, 80, 0.5); }
  .gradebook__student .student__grades span.color-6 {
    color: #1c1c1c;
    background-color: rgba(146, 175, 43, 0.5); }
  .gradebook__student .student__grades span.color-7 {
    color: #1c1c1c;
    background-color: rgba(0, 0, 0, 0.5); }
  .gradebook__student .student__grades span.color-8 {
    color: #1c1c1c;
    background-color: rgba(147, 149, 152, 0.5); }
  .gradebook__student .student__grades-blank {
    background-color: #f5f5f5; }

.gradebook__empty {
  margin-top: 20vh;
  text-align: center; }

[class*='headline'] {
  page-break-after: avoid;
  page-break-inside: avoid; }
  [class*='headline'] h1, [class*='headline'] h2, [class*='headline'] h3, [class*='headline'] h4, [class*='headline'] h5, [class*='headline'] h6 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    font-weight: inherit; }
    [class*='headline'] h1 small, [class*='headline'] h2 small, [class*='headline'] h3 small, [class*='headline'] h4 small, [class*='headline'] h5 small, [class*='headline'] h6 small {
      float: right;
      line-height: inherit; }
    [class*='headline'] h1 [class*='icon-'], [class*='headline'] h2 [class*='icon-'], [class*='headline'] h3 [class*='icon-'], [class*='headline'] h4 [class*='icon-'], [class*='headline'] h5 [class*='icon-'], [class*='headline'] h6 [class*='icon-'] {
      color: #faa21b;
      opacity: 1; }
  @media (min-width: 768px) {
    [class*='headline'] .right, [class*='headline'] [dir-pagination-controls], [class*='headline'] [pagination-controls], [class*='headline'] dir-pagination-controls {
      float: right; } }
  [class*='headline'] i[class*='icon-'] {
    opacity: .5; }
  [class*='headline'] .logo {
    display: inline-block; }

.headline {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  /* Sizes */
  /* Styles */ }
  .headline:not(.headline--no-clearfix)::after {
    clear: both;
    content: "";
    display: table; }
  .headline--xsmall {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .headline--small {
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.8rem; }
  .headline--medium {
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 2.2rem;
    margin-bottom: .5rem; }
  .headline--large {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.7rem; }
  .headline--xlarge {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.1rem; }
  .headline--xxlarge {
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 3.2rem; }
  .headline--xxxlarge {
    font-weight: 300;
    font-size: 4rem;
    line-height: 1; }
    @media (min-width: 850px) {
      .headline--xxxlarge {
        font-size: 6rem;
        line-height: 1; } }
  .headline--hr {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 2rem;
    padding-bottom: 1.2rem; }
  .headline--nohr {
    margin-bottom: 2em; }
  .headline--short-hr {
    border-bottom: 1px solid #EAE9ED;
    margin-bottom: 0;
    padding-bottom: 1.2rem; }
  .headline--strikethrough {
    position: relative;
    white-space: nowrap;
    text-align: center; }
    .headline--strikethrough:before {
      background: -webkit-linear-gradient( left , #f5f5f5 0, #e1e1e1 25%, #e1e1e1 75%, #f5f5f5 100%);
      background: linear-gradient(to right, #f5f5f5 0, #e1e1e1 25%, #e1e1e1 75%, #f5f5f5 100%);
      position: absolute;
      left: 0;
      top: .5em;
      width: 100%;
      height: 1px;
      content: ''; }
    .headline--strikethrough h1, .headline--strikethrough h2, .headline--strikethrough h3, .headline--strikethrough h4, .headline--strikethrough h5, .headline--strikethrough span {
      display: inline-block;
      padding: 0 1em;
      font-weight: 300;
      background: #ffffff;
      position: relative;
      top: -1px; }
    .headline--strikethrough span {
      font-size: 100%; }
      .headline--strikethrough span.no-header {
        display: inline-block;
        padding: 0 1em;
        font-weight: 300;
        background: #ffffff;
        position: relative;
        top: -1px; }
  .headline--equal-spacing {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .headline--tall {
    padding-bottom: 1.2rem; }
  .headline--short {
    margin-bottom: 1rem; }
  .headline--thin {
    font-weight: 100; }
  .headline--bold {
    font-weight: bold; }
  .headline--extq {
    margin-bottom: .5rem; }
    .headline--extq p {
      display: inline-block;
      margin: 0; }
  .headline--flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .headline--flex &gt; *:first-child {
      flex: 1; }
    .headline--flex .switch__body {
      font-size: 1.7rem;
      line-height: 1.625; }
  .headline--inline-blocks &gt; * {
    display: inline-block;
    margin-left: 0.5rem; }
  .headline--label {
    margin-bottom: 4rem; }
  .headline__details {
    padding: 0;
    list-style: none; }
    .headline__details::after {
      clear: both;
      content: "";
      display: table; }
    .headline__details &gt; li, .headline__details &gt; dd {
      margin: 0; }
    .headline__details li {
      font-size: 1.5rem;
      line-height: 1.625;
      color: #939598; }
  .headline__description {
    font-size: initial;
    font-style: italic; }
  .headline__info-icon {
    width: 2.4rem;
    height: 2.4rem; }
    .headline__info-icon svg {
      position: static;
      vertical-align: baseline;
      width: 2.4rem;
      height: 2.4rem; }
    .headline__info-icon[class*='icon']:before {
      font-size: 2.4rem;
      line-height: 2.4rem;
      color: #ffffff;
      vertical-align: baseline; }

.sticky-headline [class*='headline'] {
  padding-top: 1.2rem; }

.home-features {
  padding-top: 0;
  padding-bottom: 0; }
  .home-features .features__nav {
    background: #fff; }
  .home-features .features__content {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #e1e1e1; }
    .home-features .features__content:last-child {
      border-bottom: none; }
    .home-features .features__content a {
      font-weight: 500; }
    .home-features .features__content .row:first-child {
      margin-bottom: 2rem; }
    .home-features .features__content .content__blasts {
      display: block; }
      .home-features .features__content .content__blasts::after {
        clear: both;
        content: "";
        display: table; }
      .home-features .features__content .content__blasts .blasts__thumb {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%; }
        .home-features .features__content .content__blasts .blasts__thumb:last-child {
          margin-right: 0; }
        @media (min-width: 768px) {
          .home-features .features__content .content__blasts .blasts__thumb {
            float: left;
            display: block;
            margin-right: 3.84615%;
            width: 48.07692%; }
            .home-features .features__content .content__blasts .blasts__thumb:last-child {
              margin-right: 0; } }
      .home-features .features__content .content__blasts .blasts__details {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%; }
        .home-features .features__content .content__blasts .blasts__details:last-child {
          margin-right: 0; }
        @media (min-width: 768px) {
          .home-features .features__content .content__blasts .blasts__details {
            float: left;
            display: block;
            margin-right: 3.84615%;
            width: 48.07692%; }
            .home-features .features__content .content__blasts .blasts__details:last-child {
              margin-right: 0; } }
    .home-features .features__content .content__ideas {
      display: block; }
      .home-features .features__content .content__ideas::after {
        clear: both;
        content: "";
        display: table; }
      .home-features .features__content .content__ideas .ideas__list {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%;
        margin-bottom: 1rem; }
        .home-features .features__content .content__ideas .ideas__list:last-child {
          margin-right: 0; }
        @media (min-width: 768px) {
          .home-features .features__content .content__ideas .ideas__list {
            float: left;
            display: block;
            margin-right: 3.84615%;
            width: 48.07692%; }
            .home-features .features__content .content__ideas .ideas__list:last-child {
              margin-right: 0; }
            .home-features .features__content .content__ideas .ideas__list:nth-child(2n) {
              margin-right: 0; }
            .home-features .features__content .content__ideas .ideas__list:nth-child(2n+1) {
              clear: left; } }
    .home-features .features__content .content__link {
      display: block; }
    .home-features .features__content .content__thumb {
      background: center center no-repeat;
      background-size: cover;
      margin-bottom: 1.5rem;
      padding-bottom: 54%; }
    .home-features .features__content .content__headline, .home-features .features__content .content__prehead {
      display: block;
      color: #939598;
      font-weight: 500;
      margin-bottom: 1.5rem; }
      .home-features .features__content .content__headline i, .home-features .features__content .content__prehead i {
        color: #faa21b;
        margin-right: .25em; }
    .home-features .features__content .content__headline {
      font-weight: 400;
      font-size: 2.4rem;
      line-height: 2.7rem; }
      .home-features .features__content .content__headline i {
        opacity: 1; }
        .home-features .features__content .content__headline i.icon-nblasts {
          color: #9a488e; }
        .home-features .features__content .content__headline i.icon-nideas {
          color: #92af2b; }
        .home-features .features__content .content__headline i.icon-ngettingstarted {
          color: #ffdc19; }
    .home-features .features__content .content__prehead {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: .5rem; }
    .home-features .features__content .content__title {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      font-size: 2.4rem;
      line-height: 1.2;
      color: #faa21b; }
      .home-features .features__content .content__title.large {
        font-size: 3rem;
        margin-top: .5rem; }
      .home-features .features__content .content__title a {
        font-weight: 400; }
    .home-features .features__content .content__desc {
      margin: .5rem 0; }

.home-identifier {
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .home-identifier {
      padding-top: 0;
      padding-bottom: 2rem; } }

.home-masthead {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  min-height: 8rem;
  margin-top: -2.5rem;
  position: relative;
  border: none; }
  .overlay .home-masthead, .home-masthead.previewMode, .embed-mode .home-masthead {
    margin-top: 0; }
  @media (max-width: 767px) {
    .home-masthead {
      padding-top: 7.5rem; } }
  @media (min-width: 768px) {
    .home-masthead {
      min-height: 0;
      height: 0;
      padding: 0 0 13% 0;
      background: url("../img/home-hero.jpg") 0 0 no-repeat;
      background-size: cover; } }
  .home-masthead &gt; .container {
    height: 100%; }
  @media (min-width: 768px) {
    .home-masthead .masthead__headline {
      -webkit-transform: translateY(5vw);
      -moz-transform: translateY(5vw);
      -ms-transform: translateY(5vw);
      -o-transform: translateY(5vw);
      transform: translateY(5vw); } }
  .home-masthead .masthead__headline h1, .home-masthead .masthead__headline h2, .home-masthead .masthead__headline h3, .home-masthead .masthead__headline h4, .home-masthead .masthead__headline h5, .home-masthead .masthead__headline h6 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 200;
    text-align: center; }
    @media (min-width: 768px) {
      .home-masthead .masthead__headline h1, .home-masthead .masthead__headline h2, .home-masthead .masthead__headline h3, .home-masthead .masthead__headline h4, .home-masthead .masthead__headline h5, .home-masthead .masthead__headline h6 {
        font-size: 3.5vw; } }
  @media (min-width: 768px) {
    .home-masthead .masthead__headline--reviewer {
      -webkit-transform: translateY(5vw);
      -moz-transform: translateY(5vw);
      -ms-transform: translateY(5vw);
      -o-transform: translateY(5vw);
      transform: translateY(5vw); } }
  @media (min-width: 1264px) {
    .home-masthead .masthead__headline--reviewer h1, .home-masthead .masthead__headline--reviewer h2, .home-masthead .masthead__headline--reviewer h3, .home-masthead .masthead__headline--reviewer h4, .home-masthead .masthead__headline--reviewer h5, .home-masthead .masthead__headline--reviewer h6 {
      font-size: 3.5vw; } }
  @media (min-width: 768px) {
    .home-masthead .masthead__headline--badges {
      -webkit-transform: translateY(4vw);
      -moz-transform: translateY(4vw);
      -ms-transform: translateY(4vw);
      -o-transform: translateY(4vw);
      transform: translateY(4vw);
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (min-width: 1150px) {
    .home-masthead .masthead__headline--badges {
      -webkit-transform: translateY(5vw);
      -moz-transform: translateY(5vw);
      -ms-transform: translateY(5vw);
      -o-transform: translateY(5vw);
      transform: translateY(5vw); } }
  .home-masthead .masthead__headline--badges .masthead__badge {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .home-masthead .masthead__headline--badges .masthead__badge {
        margin-left: 2rem;
        margin-top: 0; } }
  @media (min-width: 768px) {
    .home-masthead .masthead__headline--badges .masthead__username {
      display: inline; } }
  .home-masthead .masthead__badge a {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 7rem;
    width: 7rem; }
  .home-masthead .masthead__username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f77e0d;
    font-size: 90%; }

.horz-icon-list {
  margin: 0;
  padding-left: 0;
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  .horz-icon-list li {
    margin-top: 2rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    .horz-icon-list li::before {
      content: "\200B"; }
    @media (min-width: 768px) {
      .horz-icon-list li {
        padding-right: 1.4rem;
        padding-left: 1.4rem; } }
    @media (min-width: 1150px) {
      .horz-icon-list li {
        padding-right: 1.8rem;
        padding-left: 1.8rem; } }
  @media (max-width: 767px) {
    .horz-icon-list span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      font-size: 1.3rem; } }
  .horz-icon-list .icon {
    height: 3.55rem;
    width: 3.55rem; }
    @media (min-width: 768px) {
      .horz-icon-list .icon {
        height: 3.6rem;
        width: 3.6rem;
        -webkit-box-reflect: below 1px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, transparent 60%, transparent 100%);
        margin-right: .5rem; } }

.hr {
  display: block;
  background: #e1e1e1;
  height: 1px;
  margin: 3rem 0;
  content: ''; }
  #theme-usa .hr {
    height: .25rem; }
  .hr--small {
    display: block;
    background: #e1e1e1;
    height: 1px;
    margin: 3rem 0;
    content: '';
    margin: 1rem 0; }
    #theme-usa .hr--small {
      height: .25rem; }

.divider {
  border-top: solid 1px #e1e1e1;
  margin-top: 2rem !important;
  padding-top: 2rem !important; }
  #theme-usa .divider {
    border-top: solid .25rem; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ss-icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: optimizeLegibility; }

i:first-child {
  margin-right: .2em; }

i:only-child {
  margin-right: 0; }

.indent {
  margin: 1rem 0 1rem 2rem; }
  .indent:first-child {
    margin-top: 0; }
  .indent:last-child {
    margin-bottom: 0; }

.inline-form-editable .editable-inline-wrapper {
  flex: 1 1 auto;
  margin: 0 1.5rem 0 0; }

.inline-form-editable .editable-placeholder {
  color: #939598; }

.inline-form-editable .editable-click {
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start; }
  .inline-form-editable .editable-click:hover {
    color: #faa21b;
    cursor: pointer; }
    .inline-form-editable .editable-click:hover::after {
      color: #faa21b; }
  .inline-form-editable .editable-click::after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    font-size: 2rem;
    line-height: 1;
    flex: 0 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #e1e1e1; }

.inline-form-editable .editable-hide {
  display: none !important; }

.inline-form-editable .editable-input {
  background-color: transparent;
  line-height: 1; }

.inline-form-editable .editable-text .editable-controls, .inline-form-editable .editable-number .editable-controls, .inline-form-editable .editable-url .editable-controls {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between; }
  .inline-form-editable .editable-text .editable-controls .editable-input, .inline-form-editable .editable-number .editable-controls .editable-input, .inline-form-editable .editable-url .editable-controls .editable-input {
    margin: 0 1.5rem 0 0;
    padding: 0;
    border: none;
    flex: 1 1 auto; }
  .inline-form-editable .editable-text .editable-controls [ng-click], .inline-form-editable .editable-number .editable-controls [ng-click], .inline-form-editable .editable-url .editable-controls [ng-click] {
    display: none; }

.inline-form-editable .editable-text .editable-buttons, .inline-form-editable .editable-number .editable-buttons, .inline-form-editable .editable-url .editable-buttons {
  margin: 0;
  line-height: .5rem;
  flex: 0 0 auto; }
  .inline-form-editable .editable-text .editable-buttons button, .inline-form-editable .editable-number .editable-buttons button, .inline-form-editable .editable-url .editable-buttons button {
    font-size: 0;
    background-color: transparent;
    border: none; }
    .inline-form-editable .editable-text .editable-buttons button::before, .inline-form-editable .editable-number .editable-buttons button::before, .inline-form-editable .editable-url .editable-buttons button::before {
      font-size: 2rem;
      line-height: 1;
      color: #939598; }
    .inline-form-editable .editable-text .editable-buttons button:hover::before, .inline-form-editable .editable-number .editable-buttons button:hover::before, .inline-form-editable .editable-url .editable-buttons button:hover::before {
      color: #faa21b; }
    .inline-form-editable .editable-text .editable-buttons button[type="submit"]::before, .inline-form-editable .editable-number .editable-buttons button[type="submit"]::before, .inline-form-editable .editable-url .editable-buttons button[type="submit"]::before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: ""; }
    .inline-form-editable .editable-text .editable-buttons button[type="button"]::before, .inline-form-editable .editable-number .editable-buttons button[type="button"]::before, .inline-form-editable .editable-url .editable-buttons button[type="button"]::before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: ""; }

.inline-form-editable .editable-number .editable-controls .editable-input {
  width: 80%; }

.inline-form-editable .editable-textarea {
  background-color: #f5f5f5; }
  .inline-form-editable .editable-textarea .editable-buttons button {
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    /* Size */
    /* Icon */
    /* Mouse Actions */
    float: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: capitalize; }
    .inline-form-editable .editable-textarea .editable-buttons button[disabled] {
      opacity: .5;
      pointer-events: none; }
    .inline-form-editable .editable-textarea .editable-buttons button.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    .inline-form-editable .editable-textarea .editable-buttons button[class*='icon']:before {
      margin-right: .5rem; }
    .inline-form-editable .editable-textarea .editable-buttons button:active {
      top: 1px; }
    .inline-form-editable .editable-textarea .editable-buttons button::before {
      opacity: .5; }
    .inline-form-editable .editable-textarea .editable-buttons button[type="submit"] {
      margin-left: 1rem;
      background: #faa21b; }
      .inline-form-editable .editable-textarea .editable-buttons button[type="submit"]::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        margin-right: .5rem; }
    .inline-form-editable .editable-textarea .editable-buttons button[type="button"] {
      background: transparent;
      border: 1px solid rgba(147, 149, 152, 0.5);
      color: #939598; }
      .inline-form-editable .editable-textarea .editable-buttons button[type="button"]::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        margin-right: .5rem; }
  .inline-form-editable .editable-textarea .redactor-toolbar {
    border-top: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1; }
  .inline-form-editable .editable-textarea .redactor-styles {
    max-height: none; }
    @media (min-width: 768px) {
      .inline-form-editable .editable-textarea .redactor-styles {
        height: initial;
        min-height: 10rem !important; } }

.inline-form-editable .editable-image {
  position: relative; }
  .inline-form-editable .editable-image .image__preview {
    position: relative;
    width: 100%;
    min-height: 18.7rem; }
  .inline-form-editable .editable-image .image__upload {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 100%;
    text-align: center;
    color: #939598;
    border: solid 1px #e1e1e1;
    padding: 8rem 0; }
    .inline-form-editable .editable-image .image__upload::before {
      margin-right: .5rem; }
    .inline-form-editable .editable-image .image__upload:hover {
      color: #faa21b;
      border-color: #faa21b; }
  .inline-form-editable .editable-image .image__remove {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0;
    background-color: transparent;
    border: none; }
    .inline-form-editable .editable-image .image__remove::before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      font-size: 2rem;
      line-height: 1;
      color: #e1e1e1; }
    .inline-form-editable .editable-image .image__remove:hover::before, .inline-form-editable .editable-image .image__remove:focus::before {
      color: #faa21b; }
  .inline-form-editable .editable-image .editable-upload-input:focus + .image__upload {
    outline-color: #4D90FE !important;
    outline-style: solid !important;
    outline-offset: .5rem !important;
    outline-width: .5rem !important;
    z-index: 9999; }
  .inline-form-editable .editable-image img {
    cursor: default; }

.inline-form-editable .editable-assignment {
  position: relative; }
  @media (min-width: 768px) {
    .inline-form-editable .editable-assignment:hover .assignment__actions {
      left: 0; } }
  .inline-form-editable .editable-assignment .assignment__preview {
    position: relative;
    width: 100%;
    min-height: 15rem; }
  .inline-form-editable .editable-assignment .assignment__create {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 100%;
    text-align: center;
    color: #939598;
    border: solid 1px #e1e1e1;
    padding: 6.2rem 0; }
    .inline-form-editable .editable-assignment .assignment__create::before {
      margin-right: .5rem; }
    .inline-form-editable .editable-assignment .assignment__create:hover {
      color: #faa21b;
      border-color: #faa21b; }
  .inline-form-editable .editable-assignment .assignment__actions {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1; }
    .inline-form-editable .editable-assignment .assignment__actions button:first-child {
      margin-top: 1rem; }
    @media (min-width: 768px) {
      .inline-form-editable .editable-assignment .assignment__actions {
        left: -9999px; } }
    .inline-form-editable .editable-assignment .assignment__actions .btn--plain {
      background-color: #ffffff; }
    .inline-form-editable .editable-assignment .assignment__actions-container {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-around;
      flex: 0 1 auto; }

.inline-form-editable .editable-draggable {
  flex: 0 1 auto;
  min-width: 2rem;
  cursor: move;
  cursor: -webkit-grab; }
  .inline-form-editable .editable-draggable:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #939598; }
  .inline-form-editable .editable-draggable:hover::before, .inline-form-editable .editable-draggable:focus::before {
    color: #faa21b; }

.inline-form-editable .editable-add {
  margin-top: 3rem; }

.inline-edit__display {
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start; }
  .inline-edit__display:hover {
    color: #faa21b;
    cursor: pointer; }
    .inline-edit__display:hover::after {
      color: #faa21b; }
  .inline-edit__display::after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    font-size: 2rem;
    line-height: 1;
    flex: 0 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #e1e1e1; }

.inline-edit input {
  font-size: inherit;
  line-height: inherit;
  font-weight: 300; }

.inline-edit .editable-buttons::after {
  clear: both;
  content: "";
  display: table; }

.inline-edit .editable-buttons button {
  font-size: 1.6rem;
  line-height: 3.4rem;
  background-color: #fdb913;
  background-image: -webkit-linear-gradient(#fdb913, #faa21b);
  background-image: linear-gradient(#fdb913, #faa21b);
  display: inline-block;
  height: 3.4rem;
  padding: 0 2.5rem;
  color: #ffffff;
  text-transform: none;
  border: none;
  vertical-align: middle;
  font-weight: 400;
  border-radius: .5rem;
  position: relative;
  /* Colors */
  /* Size */
  /* Icon */
  /* Mouse Actions */
  float: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: capitalize; }
  .inline-edit .editable-buttons button[disabled] {
    opacity: .5;
    pointer-events: none; }
  .inline-edit .editable-buttons button.loading {
    opacity: 1;
    color: rgba(255, 255, 255, 0); }
  .inline-edit .editable-buttons button[class*='icon']:before {
    margin-right: .5rem; }
  .inline-edit .editable-buttons button:active {
    top: 1px; }
  .inline-edit .editable-buttons button::before {
    opacity: .5; }
  .inline-edit .editable-buttons button[type="submit"] {
    margin-left: 1rem;
    background: #faa21b; }
    .inline-edit .editable-buttons button[type="submit"]::before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      margin-right: .5rem; }
  .inline-edit .editable-buttons button[type="button"] {
    background: transparent;
    border: 1px solid rgba(147, 149, 152, 0.5);
    color: #939598; }
    .inline-edit .editable-buttons button[type="button"]::before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      margin-right: .5rem; }

.inline-edit .editable-placeholder {
  color: #939598; }

.tab-mode-enabled .inline-form-editable .editable-assignment .assignment__actions {
  left: 0; }

.inline-state-nav {
  font-size: 1.7rem;
  line-height: 1.625;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 2.5rem; }
  .inline-state-nav::after {
    clear: both;
    content: "";
    display: table; }
  .inline-state-nav &gt; li, .inline-state-nav &gt; dd {
    margin: 0; }
  .inline-state-nav li {
    display: block;
    float: left;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent; }
  .inline-state-nav a,
  .inline-state-nav button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    display: block;
    padding: 1rem 2rem .75rem;
    color: #4b4a4b; }
    .inline-state-nav a:hover,
    .inline-state-nav button:hover {
      color: #1c1c1c; }
  .inline-state-nav .active {
    border-color: #faa21b; }
    .inline-state-nav .active, .inline-state-nav .active a {
      color: #1c1c1c; }
  .inline-state-nav .tools__btn {
    border: none; }
  .inline-state-nav--with-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap; }
    .inline-state-nav--with-toolbar ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border: none;
      margin: 0;
      padding: 0;
      flex-grow: 1;
      flex-shrink: 1; }
      .inline-state-nav--with-toolbar ul::after {
        clear: both;
        content: "";
        display: table; }
      .inline-state-nav--with-toolbar ul &gt; li, .inline-state-nav--with-toolbar ul &gt; dd {
        margin: 0; }
      .inline-state-nav--with-toolbar ul.assignment__tools {
        flex-grow: 0;
        flex-shrink: 0; }
    .inline-state-nav--with-toolbar::after {
      display: none; }
  .inline-state-nav--secondary .active {
    border-color: #00abe6; }
  .inline-state-nav--block {
    border: 1px solid #e1e1e1; }
    .inline-state-nav--block li {
      width: 100%;
      border-bottom: 1px solid #e1e1e1;
      margin-bottom: 0; }
      .inline-state-nav--block li:last-child {
        border-bottom: none; }
      @media (min-width: 768px) {
        .inline-state-nav--block li {
          width: initial;
          width: auto;
          border-right: 1px solid #e1e1e1;
          border-bottom: none; } }
      .inline-state-nav--block li button {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        font-size: inherit;
        line-height: inherit;
        padding: 1rem 2.5rem;
        width: 100%;
        color: #4b4a4b; }
        .inline-state-nav--block li button:hover {
          color: #1c1c1c; }
        .inline-state-nav--block li button::before {
          opacity: .5;
          margin-right: .5rem; }
      .inline-state-nav--block li.active {
        background-color: #00abe6;
        border-color: #00abe6; }
        .inline-state-nav--block li.active button {
          color: #ffffff; }

.input {
  /* Helper */
  /* Standard Text Input */
  /* Standard Text Input */
  /* Clear for non-multi selectize */
  /* Toggle Switch */
  /* Rich Text */
  /* Range */ }
  .input__helper {
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
    font-style: italic;
    color: #939598;
    margin-top: .5rem; }
    .input__helper::before {
      margin-right: .5rem; }
    .input__helper--radio {
      margin-left: 2.5rem; }
    .input__helper--switch {
      margin-left: 6.5rem; }
      @media (min-width: 768px) {
        .input__helper--switch {
          margin-left: 6rem; } }
  label .input__helper {
    margin-top: 0; }
  .input__selectize {
    min-height: 40px; }
  .input__text {
    position: relative; }
    .input__text .selectize-input,
    .input__text input,
    .input__text textarea {
      font-size: 1.5rem;
      line-height: 1em;
      background: #ffffff;
      border: none;
      padding: .9rem 0 .5rem;
      border-bottom: 2px solid #e1e1e1;
      border-radius: 0; }
      .input__text .selectize-input::placeholder,
      .input__text input::placeholder,
      .input__text textarea::placeholder {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .input__text .selectize-input[disabled],
      .input__text input[disabled],
      .input__text textarea[disabled] {
        opacity: .5; }
    .input__text textarea {
      line-height: 1.6;
      min-height: 40px !important; }
    .input__text span[class*='icon']:not(.input__clear) {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      top: calc(50% - 2px);
      left: .5rem;
      font-size: 85%;
      color: #939598;
      pointer-events: none; }
    .input__text[class*='icon']:not(.input__clear) input[type="color"], .input__text[class*='icon']:not(.input__clear) input[type="date"], .input__text[class*='icon']:not(.input__clear) input[type="datetime"], .input__text[class*='icon']:not(.input__clear) input[type="datetime-local"], .input__text[class*='icon']:not(.input__clear) input[type="email"], .input__text[class*='icon']:not(.input__clear) input[type="month"], .input__text[class*='icon']:not(.input__clear) input[type="number"], .input__text[class*='icon']:not(.input__clear) input[type="password"], .input__text[class*='icon']:not(.input__clear) input[type="search"], .input__text[class*='icon']:not(.input__clear) input[type="tel"], .input__text[class*='icon']:not(.input__clear) input[type="text"], .input__text[class*='icon']:not(.input__clear) input[type="time"], .input__text[class*='icon']:not(.input__clear) input[type="url"], .input__text[class*='icon']:not(.input__clear) input[type="week"], .input__text[class*='icon']:not(.input__clear) textarea {
      padding-left: 2.75rem; }
    .input__text[class*='icon']:not(.input__clear):before {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      top: calc(50% - 2px);
      left: .5rem;
      font-size: 85%;
      color: #939598;
      pointer-events: none; }
    .input__text[class*='icon']:not(.input__clear).icon--right input[type="color"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="date"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="datetime"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="datetime-local"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="email"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="month"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="number"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="password"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="search"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="tel"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="text"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="time"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="url"], .input__text[class*='icon']:not(.input__clear).icon--right input[type="week"], .input__text[class*='icon']:not(.input__clear).icon--right textarea {
      padding-left: 0;
      padding-right: 2.75rem; }
    .input__text[class*='icon']:not(.input__clear).icon--right:before {
      left: auto;
      right: .5rem; }
    .input__text label {
      font-size: 1.5rem;
      line-height: 1.625;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      position: absolute;
      top: -2.8rem;
      display: block;
      opacity: 0;
      color: #939598; }
    .input__text label + input,
    .input__text label ~ .selectize-control {
      margin-top: 2rem; }
    .input__text.has-value label {
      opacity: 1; }
    .input__text--date {
      display: flex; }
      .input__text--date .hasDatepicker {
        margin-right: .5rem; }
  .input__transclude .selectize-input,
  .input__transclude input,
  .input__transclude textarea {
    font-size: 1.5rem;
    line-height: 1em;
    background: #ffffff;
    border: none;
    padding: .9rem 0 .5rem;
    border-bottom: 2px solid #e1e1e1;
    border-radius: 0; }
    .input__transclude .selectize-input::placeholder,
    .input__transclude input::placeholder,
    .input__transclude textarea::placeholder {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .input__transclude .selectize-input[disabled],
    .input__transclude input[disabled],
    .input__transclude textarea[disabled] {
      opacity: .5; }
  .input__transclude textarea {
    line-height: 1.6;
    min-height: 40px !important; }
  .input__transclude span[class*='icon']:not(.input__clear) {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    top: calc(50% - 2px);
    left: .5rem;
    font-size: 85%;
    color: #939598;
    pointer-events: none; }
  .input__transclude[class*='icon']:not(.input__clear) input[type="color"], .input__transclude[class*='icon']:not(.input__clear) input[type="date"], .input__transclude[class*='icon']:not(.input__clear) input[type="datetime"], .input__transclude[class*='icon']:not(.input__clear) input[type="datetime-local"], .input__transclude[class*='icon']:not(.input__clear) input[type="email"], .input__transclude[class*='icon']:not(.input__clear) input[type="month"], .input__transclude[class*='icon']:not(.input__clear) input[type="number"], .input__transclude[class*='icon']:not(.input__clear) input[type="password"], .input__transclude[class*='icon']:not(.input__clear) input[type="search"], .input__transclude[class*='icon']:not(.input__clear) input[type="tel"], .input__transclude[class*='icon']:not(.input__clear) input[type="text"], .input__transclude[class*='icon']:not(.input__clear) input[type="time"], .input__transclude[class*='icon']:not(.input__clear) input[type="url"], .input__transclude[class*='icon']:not(.input__clear) input[type="week"], .input__transclude[class*='icon']:not(.input__clear) textarea {
    padding-left: 2.75rem; }
  .input__transclude[class*='icon']:not(.input__clear):before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    top: calc(50% - 2px);
    left: .5rem;
    font-size: 85%;
    color: #939598;
    pointer-events: none; }
  .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="color"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="date"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="datetime"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="datetime-local"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="email"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="month"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="number"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="password"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="search"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="tel"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="text"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="time"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="url"], .input__transclude[class*='icon']:not(.input__clear).icon--right input[type="week"], .input__transclude[class*='icon']:not(.input__clear).icon--right textarea {
    padding-left: 0;
    padding-right: 2.75rem; }
  .input__transclude[class*='icon']:not(.input__clear).icon--right:before {
    left: auto;
    right: .5rem; }
  .input__transclude label {
    font-size: 1.5rem;
    line-height: 1.625;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: block;
    opacity: 0;
    color: #939598; }
  .input__transclude label + input,
  .input__transclude label ~ .selectize-control {
    margin-top: 2rem; }
  .input__transclude.has-value label {
    opacity: 1; }
  .input__clear {
    position: absolute;
    right: 6px;
    top: 3px;
    z-index: 999; }
  .input__switch label {
    display: flex !important; }
    .input__switch label .switch__toggle {
      -webkit-transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
      -moz-transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
      transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
      display: block;
      background-color: #fafafa;
      border: 1px solid #e1e1e1;
      border-radius: 26px;
      box-shadow: inset 0 0 0 1px #e1e1e1;
      cursor: pointer;
      height: 28px;
      position: relative;
      min-width: 44px;
      vertical-align: top;
      content: ''; }
      .input__switch label .switch__toggle:after {
        position: absolute;
        top: 0;
        right: 16px;
        left: 0;
        -webkit-transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s;
        -moz-transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s;
        transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s;
        background-color: #ffffff;
        border: 1px solid #e1e1e1;
        border-radius: 24px;
        box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        height: 24px; }
    .input__switch label .switch__body {
      overflow: hidden;
      margin-left: 1.5rem; }
    .input__switch label input {
      position: absolute;
      visibility: hidden; }
    .input__switch label :checked + .switch__toggle {
      -webkit-transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
      -moz-transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
      transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
      border-color: #53d76a;
      box-shadow: inset 0 0 0 13px #53d76a;
      padding-left: 18px; }
      .input__switch label :checked + .switch__toggle:after {
        -webkit-transition: border 0.25s, left 0.15s 0.25s, right 0.25s 0.175s;
        -moz-transition: border 0.25s, left 0.15s 0.25s, right 0.25s 0.175s;
        transition: border 0.25s, left 0.15s 0.25s, right 0.25s 0.175s;
        border-color: #53d76a;
        left: 16px;
        right: 0; }
    .input__switch label .input__helper {
      margin: 0; }
  .input__richtext label {
    margin-bottom: 1.25rem; }
  .input__range {
    -webkit-appearance: none;
    width: 100%;
    margin: 6px 0; }
    .input__range:focus {
      outline: none; }
    .input__range::-webkit-slider-runnable-track {
      width: 100%;
      height: 4px;
      cursor: pointer;
      background: #939598; }
    .input__range::-webkit-slider-thumb {
      height: 16px;
      width: 16px;
      border-radius: 16px;
      background: #4b4a4b;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -6px; }

input[type=text] {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  input[type=text]:focus {
    border-color: #faa21b; }
  input[type=text]::-ms-clear {
    display: none; }

input[type=text][disabled], textarea[disabled] {
  opacity: 0.75; }

.unit-sortable-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .unit-sortable-list::after {
    clear: both;
    content: "";
    display: table; }
  .unit-sortable-list &gt; li, .unit-sortable-list &gt; dd {
    margin: 0; }

.unit-box {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 2rem 2.5rem; }
  .unit-box__headline {
    font-size: 2.1rem;
    line-height: 1.2;
    margin-bottom: 2.5rem; }
  .unit-box .box__image, .unit-box .box__actions {
    display: block;
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
    float: right;
    clear: right; }
    .unit-box .box__image::after, .unit-box .box__actions::after {
      clear: both;
      content: "";
      display: table; }
    .unit-box .box__image:last-child, .unit-box .box__actions:last-child {
      margin-right: 0; }
    @media print {
      .unit-box .box__image, .unit-box .box__actions {
        float: left !important; } }
    @media (min-width: 768px) {
      .unit-box .box__image, .unit-box .box__actions {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 48.07692%;
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
        float: right; }
        .unit-box .box__image:last-child, .unit-box .box__actions:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .unit-box .box__image, .unit-box .box__actions {
      float: left !important; } }
    @media (min-width: 1150px) {
      .unit-box .box__image, .unit-box .box__actions {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 39.42308%;
        width: 41.66667%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
        float: right; }
        .unit-box .box__image:last-child, .unit-box .box__actions:last-child {
          margin-right: 0; } }
  @media print and (min-width: 1150px) {
    .unit-box .box__image, .unit-box .box__actions {
      float: left !important; } }
  .unit-box .box__image {
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .unit-box .box__image {
        margin-bottom: 0; } }
    .unit-box .box__image img {
      display: block; }
  .unit-box .box__body {
    display: block;
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
    float: left; }
    .unit-box .box__body::after {
      clear: both;
      content: "";
      display: table; }
    .unit-box .box__body:last-child {
      margin-right: 0; }
    @media print {
      .unit-box .box__body {
        float: left !important; } }
    @media (min-width: 768px) {
      .unit-box .box__body {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 48.07692%;
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .unit-box .box__body:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .unit-box .box__body {
      float: left !important; } }
    @media (min-width: 1150px) {
      .unit-box .box__body {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 56.73077%;
        width: 58.33333%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .unit-box .box__body:last-child {
          margin-right: 0; } }
  @media print and (min-width: 1150px) {
    .unit-box .box__body {
      float: left !important; } }
    .unit-box .box__body--top {
      display: flex;
      flex-direction: row;
      align-content: center;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1.5rem; }
  .unit-box .box__headline {
    font-size: 2.1rem;
    line-height: 1.2;
    font-weight: 500; }
  .unit-box .box__docs {
    list-style: none;
    padding-left: 0;
    clear: both;
    margin-top: 1.5rem; }
    .unit-box .box__docs li + li {
      margin-top: 3px; }
    .unit-box .box__docs .comma-separated-list {
      display: inline; }
  .unit-box .box__restrict {
    margin-top: 1.5rem; }
  .unit-box .box__actions ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .unit-box .box__actions ul::after {
      clear: both;
      content: "";
      display: table; }
    .unit-box .box__actions ul &gt; li, .unit-box .box__actions ul &gt; dd {
      margin: 0; }
  .unit-box .box__actions li::after {
    clear: both;
    content: "";
    display: table; }
  .unit-box .box__actions a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    float: left; }
    .unit-box .box__actions a:before {
      opacity: 1; }
    .unit-box .box__actions a.btn {
      padding-left: 0;
      padding-right: 0; }
  .unit-box .box__actions .actions__split a:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 85%; }
  .unit-box .box__actions .actions__split a:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 15%;
    border-left: 1px solid #ffffff; }
    .unit-box .box__actions .actions__split a:last-child:before {
      margin-right: 0; }
  .unit-box .box__actions .actions__split--evenly {
    display: flex; }
    .unit-box .box__actions .actions__split--evenly a:first-child, .unit-box .box__actions .actions__split--evenly a:last-child {
      width: 100%; }
  @media (max-width: 767px) {
    .unit-box.inline-form-editable {
      padding-left: 5rem; } }
  .unit-box.inline-form-editable .box__headline {
    flex: 1 1 auto;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-left: 2rem; }
    .unit-box.inline-form-editable .box__headline input {
      font-size: 2.1rem;
      line-height: 1.2;
      font-weight: 500;
      height: 2.5rem; }
  .unit-box inline-form-overlay {
    display: inline-block; }
    .unit-box inline-form-overlay.editable-note-create a {
      color: #939598; }
      .unit-box inline-form-overlay.editable-note-create a::before {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        margin-right: .5rem; }
      .unit-box inline-form-overlay.editable-note-create a:hover {
        color: #faa21b; }
    .unit-box inline-form-overlay .overlay-cta:focus {
      outline: none !important; }
      .unit-box inline-form-overlay .overlay-cta:focus a, .unit-box inline-form-overlay .overlay-cta:focus label {
        outline-color: #4D90FE !important;
        outline-style: solid !important;
        outline-offset: .5rem !important;
        outline-width: .5rem !important;
        z-index: 9999; }

.unit-box + .unit-box {
  margin-top: 1.5rem; }

.legal {
  position: relative;
  margin-bottom: 2rem;
  border: solid 1px #e1e1e1;
  border-radius: .4rem; }
  .legal::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5em;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none; }
  .legal__content {
    max-height: 30rem;
    overflow-y: scroll;
    padding: 2rem 2rem 5rem; }

.line-reader {
  position: absolute;
  padding: 0;
  background-color: transparent;
  border: 1px solid #939598;
  border-left-width: 2rem;
  border-radius: .5rem;
  box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.5);
  cursor: move;
  z-index: 1;
  height: 15rem;
  width: 30rem;
  min-height: 15rem !important;
  min-width: 20rem !important;
  max-height: 40rem !important;
  max-width: 120rem !important;
  z-index: 52;
  /* 52 &gt; 51 from .assessment__pagination */ }
  @media (min-width: 768px) {
    .line-reader {
      width: 55rem; } }
  .line-reader .ss-draggable__keyboard-help {
    display: none !important;
    position: absolute;
    top: calc(100% - 2rem);
    border: 1px solid #939598;
    border-top-width: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 1rem;
    background: #939598;
    color: #ffffff; }
    .line-reader .ss-draggable__keyboard-help.active {
      display: inherit !important; }
  .line-reader .ngdialog-close {
    top: 1rem;
    right: 0;
    padding: 2rem; }
    .line-reader .ngdialog-close::before {
      color: #ffffff; }
  .line-reader .headline {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-right: 2rem;
    background-color: #939598;
    border-bottom: 1px solid #939598; }
    .line-reader .headline h2 {
      color: #ffffff; }
  .line-reader .ui-resizable-handle {
    position: absolute;
    display: block;
    background: #939598; }
    .line-reader .ui-resizable-handle.ui-resizable-e {
      width: 2rem;
      height: 100%;
      top: 0;
      right: 0;
      cursor: e-resize; }
    .line-reader .ui-resizable-handle.ui-resizable-s {
      height: 6rem;
      bottom: 0;
      left: 0;
      right: 2rem;
      cursor: s-resize;
      border-top: 1px solid #939598; }
    .line-reader .ui-resizable-handle.ui-resizable-se {
      height: calc(6rem - 2px);
      width: calc(6rem - 2px);
      right: 0;
      bottom: 0;
      z-index: 2;
      cursor: se-resize;
      outline-offset: -0.5rem !important; }
      .line-reader .ui-resizable-handle.ui-resizable-se::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
        position: absolute;
        top: 2rem;
        right: 2.5rem;
        font-size: 2rem;
        color: #ffffff; }

.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  color: #faa21b;
  position: relative; }
  .link-list::after {
    clear: both;
    content: "";
    display: table; }
  .link-list &gt; li, .link-list &gt; dd {
    margin: 0; }
  .link-list li {
    margin: 0;
    padding-left: .75em; }
    .link-list li:before {
      position: absolute;
      left: 0;
      content: '•'; }

.link-sections__intro {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.1rem; }

.link-sections h3 {
  font-size: 1.7rem;
  line-height: 1.625;
  color: #1c1c1c;
  font-weight: 400;
  margin: 2rem 0 1rem; }
  @media (min-width: 1150px) {
    .link-sections h3:first-child {
      margin-top: 0; } }

.link-sections ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .link-sections ul::after {
    clear: both;
    content: "";
    display: table; }
  .link-sections ul &gt; li, .link-sections ul &gt; dd {
    margin: 0; }
  .link-sections ul li {
    margin: 0 0 1rem; }

.link-sections ol {
  margin: 0; }

@media (min-width: 1150px) {
  .link-sections .sections__bottom h5 {
    margin-top: 2rem; } }

.list-alt-rows {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.625; }
  .list-alt-rows::after {
    clear: both;
    content: "";
    display: table; }
  .list-alt-rows &gt; li, .list-alt-rows &gt; dd {
    margin: 0; }
  .list-alt-rows li {
    padding: 1rem; }
  .list-alt-rows li:nth-child(even) {
    background: #f5f5f5; }

.listing-view-select {
  float: right;
  font-size: 2.25rem; }
  @media (max-width: 767px) {
    .listing-view-select {
      display: none; } }
  .listing-view-select a {
    color: #939598; }
  .listing-view-select .active {
    color: #faa21b; }

@media (min-width: 768px) {
  .live-monitor__subhead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem; }
    .live-monitor__subhead div {
      flex: 1; }
    .live-monitor__subhead button {
      flex: 0 0 25%;
      margin-left: 2rem; }
    .live-monitor__subhead .summary {
      margin-bottom: 0; } }

.live-monitor__subhead details {
  text-align: left; }
  .live-monitor__subhead details &gt; summary {
    display: list-item; }
    .live-monitor__subhead details &gt; summary &gt; span {
      margin-left: .5rem; }
    .live-monitor__subhead details &gt; summary i {
      margin: 0 .5rem; }
  .live-monitor__subhead details ul li {
    display: inline-block; }
    .live-monitor__subhead details ul li:after {
      content: ', '; }
    .live-monitor__subhead details ul li:last-child:after {
      content: ''; }

@media (max-width: 767px) {
  .live-monitor .table__body {
    padding-right: 3rem; } }

.live-monitor .off-screen {
  background-color: #da5450; }

.live-monitor .off-screen-count {
  background-color: #ffdc19; }

.login {
  min-height: 100vh; }
  .login .device {
    position: absolute;
    display: none; }
    @media (min-width: 768px) {
      .login .device {
        display: inherit; } }
    .login .device--ipad {
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-delay: 0.25s;
      -moz-animation-delay: 0.25s;
      animation-delay: 0.25s;
      -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
      @media (min-width: 768px) {
        .login .device--ipad {
          top: 40%;
          left: -220px;
          width: 50vw; } }
      .login .device--ipad img {
        max-height: 55vh;
        width: auto; }
    .login .device--keyboard {
      -webkit-animation-name: fadeInDown;
      -moz-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-delay: 0.25s;
      -moz-animation-delay: 0.25s;
      animation-delay: 0.25s;
      -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
      @media (min-width: 768px) {
        .login .device--keyboard {
          top: 0;
          left: 0; } }
      @media (min-width: 1150px) {
        .login .device--keyboard {
          left: 15%; } }
      .login .device--keyboard img {
        max-height: 20vh;
        width: auto; }
    .login .device--iphone {
      -webkit-animation-name: fadeInRight;
      -moz-animation-name: fadeInRight;
      animation-name: fadeInRight;
      -webkit-animation-delay: 0.25s;
      -moz-animation-delay: 0.25s;
      animation-delay: 0.25s;
      -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
      @media (min-width: 768px) {
        .login .device--iphone {
          top: 18%;
          right: -3rem;
          width: 25vw;
          text-align: right; } }
      @media (min-width: 850px) {
        .login .device--iphone {
          width: 30vw; } }
      .login .device--iphone img {
        max-height: 43vh;
        width: auto; }
  .login--wrapper {
    width: 100%;
    padding: 0 2.5rem;
    perspective: 1000; }
    @media (min-width: 768px) {
      .login--wrapper {
        position: absolute;
        top: 20%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-25%);
        -moz-transform: translateX(-50%) translateY(-25%);
        -ms-transform: translateX(-50%) translateY(-25%);
        -o-transform: translateX(-50%) translateY(-25%);
        transform: translateX(-50%) translateY(-25%);
        min-width: 380px;
        max-width: 430px; } }
  @media (min-width: 768px) and (max-height: 768px) {
    .login--wrapper {
      top: 20%; } }
  .login .footer {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 2.5rem;
    margin: 3rem 0 1rem 0;
    width: 100%;
    text-align: center;
    color: #939598; }
    @media (min-width: 768px) {
      .login .footer {
        position: absolute;
        bottom: 1rem;
        margin: inherit; } }
    @media (min-width: 768px) {
      .login .footer p {
        display: inline-block;
        margin-right: 3rem; } }
    .login .footer__links {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: 1rem; }
      .login .footer__links::after {
        clear: both;
        content: "";
        display: table; }
      .login .footer__links &gt; li, .login .footer__links &gt; dd {
        margin: 0; }
      @media (min-width: 768px) {
        .login .footer__links {
          display: inline-block; } }
      .login .footer__links li {
        display: inline-block; }
      .login .footer__links li + li {
        margin-left: .5rem; }
        .login .footer__links li + li:before {
          content: '|';
          margin-right: 1rem; }
      .login .footer__links a {
        color: inherit; }
  .login .logo {
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: white 0 0 20px 0px; }
    @media (max-height: 760px) {
      .login .logo {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
    .login .logo img {
      display: block;
      width: 100%;
      max-width: 30rem;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .login .logo img {
          max-width: none; } }
    .login .logo span {
      display: block;
      margin-top: 1.5rem;
      font-size: 2rem;
      font-weight: 300;
      color: #4b4a4b;
      text-align: center; }
      @media (min-width: 768px) {
        .login .logo span {
          font-size: 2.8rem; } }
  .login [login-form] {
    position: relative;
    perspective: 1000;
    transform-style: preserve-3d; }
    .login [login-form] .slide {
      background-color: rgba(255, 255, 255, 0.7);
      box-shadow: white 0 0 20px 0px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media (min-width: 768px) {
        .login [login-form] .slide {
          position: absolute;
          top: 0;
          right: 0;
          left: 0; }
          .login [login-form] .slide.ng-hide-remove, .login [login-form] .slide.ng-hide-add {
            -webkit-transition: all 0.4s ease-in;
            -moz-transition: all 0.4s ease-in;
            transition: all 0.4s ease-in; }
          .login [login-form] .slide.ng-hide-remove {
            transform: rotateY(180deg); }
            .login [login-form] .slide.ng-hide-remove-active {
              transform: rotateY(0); }
          .login [login-form] .slide.ng-hide-add {
            transform: rotateY(0); }
            .login [login-form] .slide.ng-hide-add-active {
              transform: rotateY(-180deg); } }
      .login [login-form] .slide p {
        color: #4b4a4b; }
  .login .login-form .form {
    /* Footer */ }
    .login .login-form .form__input {
      margin-top: 2.2rem;
      height: 5.5rem;
      position: relative; }
      .login .login-form .form__input:first-child {
        margin-top: 0; }
      .login .login-form .form__input:before {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: calc(50%);
        left: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.625;
        color: #92af2b; }
      .login .login-form .form__input input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 1.9rem;
        line-height: 5rem;
        padding: 0 0 0 4.5rem;
        height: 100%;
        width: 100%;
        background: none;
        border: none;
        border: 1px solid #bcbcbc;
        border-radius: .4rem; }
        .login .login-form .form__input input.error {
          border: 1px solid #da5450; }
      .login .login-form .form__input--or {
        margin: 3rem 0;
        height: 1px;
        background-color: #e1e1e1;
        text-align: center; }
        .login .login-form .form__input--or span {
          position: relative;
          top: -1.2rem;
          padding: 0 0.5rem;
          font-size: 1.5rem;
          line-height: 1.625;
          color: #939598;
          background-color: #ffffff;
          text-transform: uppercase; }
      .login .login-form .form__input--compact {
        height: 4.5rem;
        margin-top: 1rem; }
        .login .login-form .form__input--compact input {
          font-size: 1.7rem;
          line-height: 4.5rem;
          padding: 0 0 0 1.25rem;
          height: 4.5rem; }
        @media (max-height: 760px) {
          .login .login-form .form__input--compact {
            height: 4rem; }
            .login .login-form .form__input--compact input {
              font-size: 1.5rem;
              line-height: 4rem;
              height: 4rem; } }
    .login .login-form .form__checkbox {
      margin-top: 1.5rem; }
      .login .login-form .form__checkbox label &gt; a {
        pointer-events: all; }
    .login .login-form .form__footer {
      margin-top: 2rem; }
      .login .login-form .form__footer::after {
        clear: both;
        content: "";
        display: table; }
      .login .login-form .form__footer a {
        font-size: 1.5rem;
        line-height: 1.625;
        display: block;
        color: #4b4a4b;
        margin-top: 2rem; }
        @media (min-width: 768px) {
          .login .login-form .form__footer a {
            width: 60%;
            float: left;
            margin-top: 0;
            line-height: 5.5rem; } }
      .login .login-form .form__footer .btn {
        display: block;
        margin-top: 2rem;
        width: 100%;
        font-size: 2.1rem;
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem; }
        @media (min-width: 768px) {
          .login .login-form .form__footer .btn {
            margin-top: 0;
            width: 15rem;
            float: right; } }
  .login .login-form .error-message {
    margin: 0.5rem 0 0.75rem;
    font-size: 1.3rem;
    line-height: 1.625;
    display: block;
    padding-left: 1.5rem;
    color: #da5450; }
  .login button {
    width: 100%; }
    .login button.icon-mhe:before {
      background: #939598;
      color: #ffffff; }
    .login button a {
      color: #939598;
      font-weight: 500; }
    .login button + button {
      margin-top: 2rem; }

.module {
  display: block;
  padding-bottom: 3rem; }
  .module::after {
    clear: both;
    content: "";
    display: table; }
  .module--small-only {
    margin-top: 0rem; }
    @media (max-width: 767px) {
      .module--small-only {
        margin-top: 3rem; } }
  .module--contained {
    border: 1px solid #e1e1e1;
    padding: 2.5rem;
    background: #f5f5f5;
    margin-bottom: 2.5rem; }
    .module--contained:first-child {
      margin-top: 0; }
    .module--contained:last-child {
      margin-bottom: 0; }
    .module--contained .headline--box {
      background: #939598;
      margin: -2.5rem;
      margin-bottom: 2.5rem;
      padding: 1.25rem; }
      .module--contained .headline--box h2 {
        font-weight: 600;
        font-size: 1.9rem;
        line-height: 2.2rem;
        color: #ffffff;
        position: relative;
        padding-right: 3rem; }
        .module--contained .headline--box h2:before,
        .module--contained .headline--box h2 [class*='icon'] {
          position: absolute;
          top: auto;
          right: 0;
          bottom: auto;
          left: auto;
          font-size: 1.25em;
          color: #ffffff; }
        .module--contained .headline--box h2 svg.icon {
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          top: 50%;
          height: 3rem;
          width: 3rem;
          right: 0; }
        .module--contained .headline--box h2 button {
          background: none;
          border: none;
          margin: 0;
          padding: 0;
          font-size: inherit;
          line-height: inherit;
          line-height: 1em; }
      .module--contained .headline--box button {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-weight: 600;
        font-size: 1.9rem;
        line-height: 2.2rem;
        color: #ffffff; }
        .module--contained .headline--box button:hover, .module--contained .headline--box button:focus {
          color: #faa21b; }
    .module--contained .headline--green {
      background: #bfd730; }
    .module--contained .headline--blue {
      background: #00abe6; }
    .module--contained .headline--orange {
      background: #fdb913; }
    .module--contained .headline .assignment__tools {
      position: relative;
      z-index: 2;
      background: none;
      margin-top: -.6rem; }
    .module--contained .multitool__header {
      background-color: #f5f5f5; }
    .module--contained .file-list li {
      background: #ffffff; }
  .module--hr {
    border-top: 1px solid #e1e1e1;
    padding-top: 2rem; }
  .module--top {
    padding-top: 3rem; }
  .module--clear {
    clear: both; }
  .module--tight {
    padding-bottom: 1.5rem; }
  .module ol.focus-questions {
    margin-top: 0;
    margin-bottom: 2rem; }
    .module ol.focus-questions:last-of-type {
      margin-bottom: 0; }

.nav-status, .nav-help {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: none;
  width: 49px;
  padding: 12px;
  cursor: pointer;
  z-index: 100; }
  @media print {
    .nav-status, .nav-help {
      display: none; } }
  html[runtime=native] .nav-status, html[runtime=native] .nav-help {
    display: block; }
  .nav-status::before, .nav-help::before {
    font-size: 200%; }

.nav-help {
  right: 2.5rem;
  margin-right: -12px; }

.nav-status {
  left: 2.5rem;
  margin-left: -12px; }
  .nav-status.sync-status-ready {
    color: #92af2b; }
  .nav-status.sync-status-offline {
    color: #faa21b; }
  .nav-status.sync-status-downloading {
    color: #faa21b; }
  .nav-status.sync-status-dirty {
    color: #da5450 !important; }

#native-sync-progress {
  text-align: left; }

.nav-toggle {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  width: 49px;
  padding: 12px;
  right: 2.5rem;
  margin-right: -12px;
  cursor: pointer;
  z-index: 100; }
  @media print {
    .nav-toggle {
      display: none; } }
  @media (min-width: 768px) {
    html[runtime=web] .nav-toggle {
      display: none; } }
  .nav-toggle span {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: block;
    height: 3px;
    background-color: #181718; }
  .nav-toggle span + span {
    margin-top: 4px; }
  .nav-toggle.active span:nth-child(2) {
    opacity: 0; }
  .nav-toggle.active span:first-child {
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
    -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
    -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
    -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
    transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0); }
  .nav-toggle.active span:last-child {
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
    -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
    -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
    -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0); }

.ngdialog {
  z-index: 1000; }
  .ngdialog--always-on-top {
    z-index: 9999999; }
  @media print {
    .ngdialog {
      position: static; } }
  @media (min-width: 768px) {
    .ngdialog {
      padding: 10% 0; } }
  @media (min-width: 1150px) {
    .ngdialog {
      padding: 10rem 0; } }
  .ngdialog-overlay {
    height: 100%;
    overflow-y: auto; }
    .poster .ngdialog-overlay {
      background: rgba(255, 255, 255, 0.95); }
  .ngdialog-content {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 970px;
    position: relative;
    max-height: none;
    overflow-y: visible; }
    @media (min-width: 768px) {
      .ngdialog-content {
        width: 65%;
        max-width: 60rem;
        max-height: none; } }
    .large .ngdialog-content {
      width: 100%;
      max-width: 100rem; }
      @media (min-width: 768px) {
        .large .ngdialog-content {
          width: 80%; } }
    .xlarge .ngdialog-content {
      width: 100%;
      max-width: 110rem; }
      @media (min-width: 768px) {
        .xlarge .ngdialog-content {
          width: 90%; } }
    .poster .ngdialog-content {
      -webkit-animation-name: fadeIn;
      -moz-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-delay: 0;
      -moz-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      width: 100%;
      max-width: 1100px;
      background: none;
      max-height: 100%;
      overflow-y: hidden; }
    .ngdialog-content .redactor-editor {
      padding-top: 20px !important; }
    .ngdialog-content .redactor-toolbar {
      position: relative !important;
      visibility: visible !important;
      top: 0 !important; }
    .ngdialog-content.flowplayer-fullscreen {
      -webkit-animation-name: none;
      -moz-animation-name: none;
      animation-name: none;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
  .ngdialog-close {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-size: 3rem;
    line-height: 0;
    padding: 3rem;
    cursor: pointer;
    z-index: 2;
    display: block;
    float: right;
    margin-left: auto; }
    @media print {
      .ngdialog-close {
        display: none; } }
    @media (min-width: 1150px) {
      .ngdialog-close {
        right: 4rem; } }
    .ngdialog-close:before {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      font-size: 2rem;
      line-height: 1px;
      display: block;
      color: #939598; }
    .ngdialog-close:active {
      -webkit-transform: translateY(1px);
      -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
      -o-transform: translateY(1px);
      transform: translateY(1px); }

.cg-notify-message {
  background: #ffffff;
  border: 1px solid #92af2b;
  color: #92af2b;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  font-weight: 600;
  text-align: center; }
  .cg-notify-message .cg-notify-close {
    padding-bottom: 2rem;
    padding-left: 2rem;
    color: #92af2b; }
  .cg-notify-message.notify--error {
    border-color: #da5450;
    color: #da5450; }
    .cg-notify-message.notify--error .cg-notify-close {
      color: #da5450; }
  .cg-notify-message.notify--info {
    border-color: #faa21b;
    color: #faa21b; }
    .cg-notify-message.notify--info .cg-notify-close {
      color: #faa21b; }
  .cg-notify-message.notify--badge {
    width: 47.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    color: #4b4a4b;
    box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.1), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
    .cg-notify-message.notify--badge .notify__badge {
      flex: 0 0 10rem;
      height: 10rem;
      width: 10rem; }
    .cg-notify-message.notify--badge .badge__message {
      font-size: 1.5rem;
      line-height: 1.625;
      flex-grow: 1;
      text-align: left;
      padding-left: 2rem;
      font-weight: 400; }
      .cg-notify-message.notify--badge .badge__message a {
        font-size: 1.7rem;
        line-height: 1.625;
        color: #faa21b;
        display: block;
        font-weight: 500; }
      .cg-notify-message.notify--badge .badge__message em {
        font-weight: 600;
        font-style: normal; }
    .cg-notify-message.notify--badge .cg-notify-close {
      top: 1rem;
      right: 1rem; }
      .cg-notify-message.notify--badge .cg-notify-close:hover::before, .cg-notify-message.notify--badge .cg-notify-close:focus::before {
        color: #da5450; }
      .cg-notify-message.notify--badge .cg-notify-close::before {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        font-size: 1.5rem;
        line-height: 1.7rem;
        display: block;
        color: #939598; }
  @media (max-width: 767px) {
    .cg-notify-message-right {
      right: 0; } }
  @media (max-width: 767px) {
    .cg-notify-message {
      transform: translateY(calc(5.5rem - 10px)); } }

.cg-notify-close {
  top: 3px;
  opacity: 1; }
  .cg-notify-close:hover, .cg-notify-close:focus {
    opacity: 1; }

.ng-show--fade {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1; }
  .ng-show--fade.ng-hide {
    opacity: 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.ng-hide:not(.ng-animate) {
  display: none; }

[ng-if], [ng-repeat] {
  -webkit-animation: none 0s;
  -moz-animation: none 0s;
  animation: none 0s; }

.ng-show--slide-down {
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  max-height: none; }
  .ng-show--slide-down.ng-hide-remove, .ng-show--slide-down.ng-hide.ng-hide-add-active {
    max-height: 0; }
  .ng-show--slide-down.ng-hide-add, .ng-show--slide-down.ng-hide-remove-active {
    max-height: 80vh; }

ng-include {
  display: block; }

[ng-click] {
  cursor: pointer; }

.novel-study-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .novel-study-list::after {
    clear: both;
    content: "";
    display: table; }
  .novel-study-list &gt; li, .novel-study-list &gt; dd {
    margin: 0; }
  @media (min-width: 768px) {
    .novel-study-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .novel-study-list &gt; li {
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .novel-study-list .novel-study-list__item {
      flex: 0 0 49%; } }
  @media (min-width: 850px) {
    .novel-study-list .novel-study-list__item {
      flex: 0 0 32%; } }
  @media (min-width: 1150px) {
    .novel-study-list .novel-study-list__item {
      flex: 0 0 24%; } }
  .novel-study-list .novel-study-list__item a.btn {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center; }
  .novel-study-list .novel-study-list__image {
    position: relative;
    height: 0;
    padding-bottom: 54%;
    overflow: hidden;
    margin-bottom: 1rem; }
    .novel-study-list .novel-study-list__image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%; }

.number-crunch {
  text-align: center; }
  .number-crunch .number-crunch__question {
    margin: -2.5rem -2.5rem 0;
    font-size: 4rem;
    line-height: 1.2em;
    background: #ffffff;
    padding: 1.5rem 2.5rem; }
    @media (min-width: 850px) {
      .number-crunch .number-crunch__question {
        font-size: 4.5rem; } }
  .number-crunch .number-crunch__answer {
    margin: 0 -2.5rem -2.5rem;
    padding: 2.5rem;
    background: #f5f5f5;
    position: relative; }
    .number-crunch .number-crunch__answer span {
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      display: block;
      opacity: 0;
      min-height: 2em; }
    .number-crunch .number-crunch__answer.active span {
      opacity: 1; }
  .number-crunch__icon {
    font-size: 5rem;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.5rem 0 0 -2.5rem;
    cursor: pointer;
    color: #faa21b;
    border: none;
    background: transparent;
    padding: 0; }
    .number-crunch__icon:hover, .number-crunch__icon:focus {
      color: #f77e0d; }
    @media (min-width: 1150px) {
      .number-crunch__icon {
        font-size: 7rem;
        margin: -3.5rem 0 0 -3.5rem; } }
    .number-crunch__icon.ng-hide {
      opacity: 0; }
  .number-crunch.content-module {
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 20px; }
    .number-crunch.content-module .number-crunch__question, .number-crunch.content-module .number-crunch__answer {
      background: transparent;
      margin: 0;
      padding: 0; }

.overlay-frame {
  height: 100%;
  width: 100%;
  padding: 0; }
  .overlay-frame.ngdialog {
    overflow: hidden; }
  .overlay-frame .ngdialog-content {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    width: auto;
    max-width: none;
    box-shadow: 0 0 25px rgba(28, 28, 28, 0.5); }
  .overlay-frame .overlay {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%; }
    .overlay-frame .overlay__head {
      border-bottom: 1px solid #e1e1e1; }
    .overlay-frame .overlay__body {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      box-flex: 2;
      -webkit-flex: 2;
      -moz-flex: 2;
      -ms-flex: 2;
      flex: 2;
      padding: 0;
      position: relative; }
    .overlay-frame .overlay__options {
      text-align: center; }
      .overlay-frame .overlay__options ul {
        text-align: left; }
      .overlay-frame .overlay__options button {
        display: block;
        width: 100%;
        margin-bottom: 1.75rem; }
        @media (max-width: 767px) {
          .overlay-frame .overlay__options button:last-of-type {
            margin-bottom: 0; } }
        @media (min-width: 768px) {
          .overlay-frame .overlay__options button {
            display: inline-block;
            width: auto;
            margin-right: 1rem;
            margin-bottom: 1rem; } }
      .overlay-frame .overlay__options span {
        display: inline; }
        .overlay-frame .overlay__options span::before {
          margin-right: .5rem; }
      @media (max-width: 1149px) {
        .overlay-frame .overlay__options #btn--scaffold-print {
          display: none; } }
      @media (max-width: 1149px) {
        .overlay-frame .overlay__options #btn--save-exemplary {
          display: none; } }
    .overlay-frame .overlay iframe, .overlay-frame .overlay embed {
      height: 100%;
      width: 100%;
      border: none; }
  .overlay-frame te-wrap {
    height: 100%;
    width: 100%;
    position: absolute; }
    .overlay-frame te-wrap .te-wrap-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .overlay-frame te-wrap &gt; div,
    .overlay-frame te-wrap ng-transclude,
    .overlay-frame te-wrap ng-transclude &gt; * {
      height: 100%;
      width: 100%; }

.overlay-nav.navOpen {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: fixed;
  top: 45px;
  right: 0;
  height: calc(100vh - 45.75px);
  width: 260px;
  background: #f5f5f5;
  overflow: hidden;
  z-index: 998;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767px) {
    .overlay-nav.navOpen {
      overflow-y: scroll; } }
  @media (min-width: 768px) {
    .overlay-nav.navOpen {
      display: none; }
      html[runtime=native] .overlay-nav.navOpen {
        display: block; } }
  @media (max-width: 849px) {
    .overlay-nav.navOpen *:focus {
      outline-offset: -1rem !important; } }
  .overlay-nav.navOpen.ng-leave {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

@media (min-width: 1150px) {
  .overlay__head &gt; .container, .overlay__body &gt; .container, .overlay__foot &gt; .container {
    padding-right: 4rem;
    padding-left: 4rem; } }

@media (max-width: 767px) {
  .overlay__head .btn, .overlay__body .btn, .overlay__foot .btn {
    margin-bottom: 1rem;
    display: block;
    margin-left: 0 !important; } }

.overlay__head .search-bar, .overlay__body .search-bar {
  border-top: solid 1px #e1e1e1; }

.overlay__head {
  padding: 3rem 0;
  clear: right; }
  .overlay__head .headline {
    text-align: center;
    margin-bottom: 0; }
  .overlay__head .headline + .headline {
    margin-top: 1em; }
  .overlay__head .overlay__options {
    text-align: center;
    margin-top: 1rem; }
    .overlay__head .overlay__options ul {
      text-align: left; }

.overlay__head.reset-padding-top {
  padding-top: 0; }

.overlay__head2 {
  margin-top: 0.5rem; }

.overlay__body {
  padding: 0 0 3rem 0; }
  .overlay__body .inline-form-editable .headline {
    margin-top: -3rem; }
  .overlay__body .inline-form-editable .ss-form {
    margin-top: -4rem; }
    .overlay__body .inline-form-editable .ss-form input {
      font-weight: 300;
      font-size: 2.8rem;
      line-height: 3.2rem;
      width: 95%;
      padding-bottom: 2rem;
      border: none; }
    .overlay__body .inline-form-editable .ss-form label {
      display: none; }
    .overlay__body .inline-form-editable .ss-form .row {
      margin-bottom: 0; }
  .overlay__body .extq__draggables li {
    padding: 0; }
    .overlay__body .extq__draggables li:before {
      display: none; }
    .overlay__body .extq__draggables li &gt; div {
      padding: 0.6rem 1rem 0.7rem; }
  .overlay__body .extq__draggables-image {
    transform: none !important; }
  .overlay__body .total-note {
    font-size: 1.5rem;
    color: #4b4a4b; }
  .overlay__body .login-stats-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1rem 0; }
    .overlay__body .login-stats-list::after {
      clear: both;
      content: "";
      display: table; }
    .overlay__body .login-stats-list &gt; li, .overlay__body .login-stats-list &gt; dd {
      margin: 0; }
    .overlay__body .login-stats-list__stat {
      text-align: center; }
      .overlay__body .login-stats-list__stat--text-left {
        text-align: left; }
      .overlay__body .login-stats-list__stat--header {
        text-align: center;
        font-size: 2.0rem;
        font-weight: 500; }
    .overlay__body .login-stats-list .hr {
      margin: 1rem 0; }
  .overlay__body .usage-stats {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    align-content: center;
    margin: 0 auto;
    padding: 1rem 0; }
    .overlay__body .usage-stats__item {
      flex: 0 1 auto; }
      .overlay__body .usage-stats__item .hr {
        margin: 0.5rem 0; }
    .overlay__body .usage-stats__list {
      margin: 0;
      padding: 0;
      list-style: none;
      padding: 1rem 0; }
      .overlay__body .usage-stats__list::after {
        clear: both;
        content: "";
        display: table; }
      .overlay__body .usage-stats__list &gt; li, .overlay__body .usage-stats__list &gt; dd {
        margin: 0; }
    .overlay__body .usage-stats__list-item {
      padding-left: 1rem;
      font-size: 1.5rem;
      color: #4b4a4b; }
      .overlay__body .usage-stats__list-item:before {
        display: none; }

.overlay__foot {
  padding: 0 0 3rem 0;
  text-align: center; }
  .overlay__foot .btn {
    margin-bottom: 1rem; }
    .overlay__foot .btn + .btn {
      margin-left: 1rem; }

.overlay__actions {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem; }
  @media (max-width: 767px) {
    .overlay__actions {
      flex-direction: column; } }
  .overlay__actions button, .overlay__actions .btn {
    margin-right: 1rem; }
    .overlay__actions button:last-child, .overlay__actions .btn:last-child {
      margin-right: 2rem; }
    @media (max-width: 767px) {
      .overlay__actions button, .overlay__actions .btn {
        width: 100%;
        margin-right: 0; } }
  .overlay__actions &gt; button, .overlay__actions &gt; .btn {
    margin: 0; }

.overlay--confirmation .confirmation-response {
  text-align: center; }

.overlay--confirmation .input__switch {
  margin-bottom: 2rem; }
  .overlay--confirmation .input__switch label {
    justify-content: center; }

@media (min-width: 768px) {
  .overlay--confirmation .confirmation-response {
    display: flex;
    justify-content: center; }
    .overlay--confirmation .confirmation-response ss-field[type=switch] {
      margin: 0.5rem 4rem 0.5rem 0; }
  .overlay--confirmation .input__switch {
    margin-bottom: 0; } }

.overlay .logo {
  display: block; }
  .overlay .logo img {
    margin: 0 auto; }

.overlay .table__head {
  padding-top: 0; }

.overlay .table__actions {
  text-align: center; }

.overlay canvas {
  width: 100%; }

.page-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  min-height: 8rem;
  margin-top: -2.5rem; }
  .overlay .page-header, .page-header.previewMode, .embed-mode .page-header {
    margin-top: 0; }
  .page-header .header__upper {
    position: relative; }
    .page-header .header__upper::after {
      clear: both;
      content: "";
      display: table; }
  .page-header .header__lower {
    margin-top: 3rem; }
  .page-header .header__subhead {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 300;
    color: rgba(28, 28, 28, 0.5); }
    .page-header .header__subhead h1, .page-header .header__subhead h2, .page-header .header__subhead h3, .page-header .header__subhead h4, .page-header .header__subhead h5, .page-header .header__subhead h6 {
      font-size: 1.9rem;
      line-height: 1.3;
      color: rgba(28, 28, 28, 0.5); }
    .page-header .header__subhead .h1, .page-header .header__subhead .h2, .page-header .header__subhead .h3, .page-header .header__subhead .h4, .page-header .header__subhead .h5, .page-header .header__subhead .h6 {
      font-size: 1.9rem;
      line-height: 1.3;
      color: rgba(28, 28, 28, 0.5); }
  .page-header .header__headline {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 300; }
    @media (min-width: 768px) {
      .page-header .header__headline {
        width: inherit;
        max-width: 55rem;
        float: left; } }
    @media (min-width: 1150px) {
      .page-header .header__headline {
        max-width: 68rem; } }
    .page-header .header__headline p {
      font-size: 1.5rem;
      line-height: 1.6;
      margin-top: 0;
      font-weight: 300; }
  .page-header .header__subhead + .header__headline {
    font-weight: 500; }
  .page-header .header__actions {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .page-header .header__actions {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: 0; } }
    .page-header .header__actions .icon-angle-left::before {
      margin-right: 1rem; }
    .page-header .header__actions .icon-angle-right::before {
      content: ""; }
    .page-header .header__actions .icon-angle-right::after {
      font-family: "ss-icons";
      content: '\e83e';
      margin-left: 1rem; }
    .page-header .header__actions .btn + .btn {
      margin-left: 1rem; }
  .page-header .header__details::after {
    clear: both;
    content: "";
    display: table; }
  .page-header .header__details .details__section {
    font-size: 1.5rem;
    line-height: 1.625; }
    @media (min-width: 768px) {
      .page-header .header__details .details__section {
        float: left;
        margin-left: 3rem; } }
    @media (min-width: 1150px) {
      .page-header .header__details .details__section {
        display: inline;
        margin-left: 7rem; } }
    .page-header .header__details .details__section:first-child {
      margin-left: 0; }
    .page-header .header__details .details__section a {
      color: #4b4a4b; }
      .page-header .header__details .details__section a:hover {
        color: #faa21b; }
      .page-header .header__details .details__section a::before {
        margin-right: .5rem;
        color: #faa21b; }
    .page-header .header__details .details__section td {
      max-width: 20rem; }
    @media (max-width: 767px) {
      .page-header .header__details .details__section tr {
        display: block;
        padding-top: 1.4rem; } }
    @media (min-width: 768px) {
      .page-header .header__details .details__section tr + tr th, .page-header .header__details .details__section tr + tr td {
        padding-top: 1.4rem; } }
    .page-header .header__details .details__section.section--vertical {
      display: block;
      margin-right: 7rem; }
      .page-header .header__details .details__section.section--vertical th, .page-header .header__details .details__section.section--vertical td {
        display: block; }
      .page-header .header__details .details__section.section--vertical td {
        padding: 0; }
      .page-header .header__details .details__section.section--vertical tr + tr th {
        padding-top: .5rem; }
    .page-header .header__details .details__section td {
      word-break: break-word; }
  .page-header .header__details .details__subheader {
    text-align: left;
    font-weight: 300;
    color: #939598;
    padding-right: 2rem; }
  .page-header .header__details .details__content span {
    display: block; }
    .page-header .header__details .details__content span i {
      margin-right: .5rem; }

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  height: 2.4rem;
  position: relative; }
  .pagination &gt; li, .pagination &gt; dd {
    margin: 0; }
  @media (max-width: 767px) {
    .pagination {
      margin-bottom: 2rem; } }
  .pagination:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    height: .5rem;
    left: 0;
    top: 50%;
    background: #e1e1e1;
    content: '';
    z-index: 0; }
    @media (min-width: 768px) {
      .pagination:before {
        display: none; } }
  .pagination li {
    padding: 0 2px;
    position: relative; }
    @media (min-width: 768px) {
      .pagination li {
        margin-left: 2px; } }
  .pagination a {
    height: 2.4rem;
    width: 2.4rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
    display: block;
    background: #e1e1e1;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-weight: 400; }
  .pagination .active a {
    background: #00abe6;
    font-weight: bolder; }
    @media (max-width: 767px) {
      .pagination .active a {
        border-radius: 2px; }
        .pagination .active a:after {
          height: 0;
          width: 0;
          -webkit-transform: translate(-50%, 100%);
          -moz-transform: translate(-50%, 100%);
          -ms-transform: translate(-50%, 100%);
          -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          border: solid transparent;
          border-width: .9rem 1.1rem 0 1.1rem;
          border-top-color: #00abe6;
          content: ''; } }
  .pagination__picker {
    margin: 2rem auto; }
    @media (min-width: 768px) {
      .pagination__picker {
        justify-content: center; } }
    @media (min-width: 768px) {
      .pagination__picker li {
        margin-left: .5rem;
        margin-right: .5rem; } }

.poll-results {
  margin: 0;
  padding: 0;
  list-style: none; }
  .poll-results::after {
    clear: both;
    content: "";
    display: table; }
  .poll-results &gt; li, .poll-results &gt; dd {
    margin: 0; }
  .poll-results li, .poll-results li + li {
    display: flex;
    flex-direction: row;
    margin-top: 1em; }
  .poll-results p {
    margin-top: 0;
    margin-bottom: 0; }
  .poll-results__color {
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    margin-right: 10px;
    position: relative;
    top: .25rem; }
    .poll-results__color.color-1 {
      background-color: #00abe6; }
    .poll-results__color.color-2 {
      background-color: #92af2b; }
    .poll-results__color.color-3 {
      background-color: #faa21b; }
    .poll-results__color.color-4 {
      background-color: #9a488e; }
    .poll-results__color.color-5 {
      background-color: #da5450; }
  .poll-results__vote-percent {
    flex: 0 0 50px;
    margin-left: 10px;
    font-weight: bold;
    font-size: smaller;
    text-align: right; }
  .poll-results__option {
    overflow: hidden;
    flex: 1 0 0; }

.print-forbidden {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }
  @media print {
    .print-forbidden {
      visibility: hidden;
      height: 2em;
      overflow: hidden; } }
  @media print {
    .print-forbidden:before {
      content: attr(print-forbidden-message);
      visibility: visible;
      line-height: 2em; } }

.print-only {
  display: none; }
  @media print {
    .print-only {
      display: initial; } }

.profile-content .sidebar {
  display: block;
  padding: 0; }
  .profile-content .sidebar .sidebar__nav {
    margin: 0; }

.profile-content .ss-form .form__section {
  padding: 0;
  border-top: none; }
  .profile-content .ss-form .form__section .section__title, .profile-content .ss-form .form__section .section__body {
    width: 100%; }
  .profile-content .ss-form .form__section .section__title {
    margin-bottom: 0; }
    .profile-content .ss-form .form__section .section__title .headline {
      display: flex;
      align-items: center; }
      .profile-content .ss-form .form__section .section__title .headline button {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 1.6rem;
        padding-bottom: 0;
        margin-left: 10px;
        color: #faa21b; }
        .profile-content .ss-form .form__section .section__title .headline button:hover, .profile-content .ss-form .form__section .section__title .headline button:focus {
          color: #f77e0d; }

.profile-content .ss-form .form__submit {
  border-top: 0;
  padding-top: 0; }

.profile-content .ss-form .droppable-overlay li.active {
  font-weight: 400;
  background-color: #f5f5f5; }

.profile-content .section__body {
  margin-bottom: 2rem; }
  .profile-content .section__body .gradebook-range .range__segment {
    display: flex; }
    .profile-content .section__body .gradebook-range .range__segment .range__color {
      display: flex;
      align-items: center;
      min-width: 10rem;
      width: 10vw; }
    .profile-content .section__body .gradebook-range .range__segment .range__slider {
      width: 85vw;
      padding: 0 2rem; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-1 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-1 .rz-pointer {
        background-color: #ffdc19 !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-2 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-2 .rz-pointer {
        background-color: #9a488e !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-3 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-3 .rz-pointer {
        background-color: #faa21b !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-4 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-4 .rz-pointer {
        background-color: #00abe6 !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-5 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-5 .rz-pointer {
        background-color: #da5450 !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-6 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-6 .rz-pointer {
        background-color: #92af2b !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-7 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-7 .rz-pointer {
        background-color: #000000 !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-pointer {
        background-color: #939598 !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-selection, .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-pointer {
        border: solid 1px #e1e1e1; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider .rz-bar-wrapper {
        opacity: 1 !important; }
      .profile-content .section__body .gradebook-range .range__segment .range__slider--default {
        margin-right: 1.4rem; }
        .profile-content .section__body .gradebook-range .range__segment .range__slider--default rzslider {
          margin: 0; }
        .profile-content .section__body .gradebook-range .range__segment .range__slider--default .rz-pointer,
        .profile-content .section__body .gradebook-range .range__segment .range__slider--default .rz-bubble {
          display: none; }
        .profile-content .section__body .gradebook-range .range__segment .range__slider--default .rz-bar-wrapper {
          width: 100% !important;
          left: 0 !important; }
    .profile-content .section__body .gradebook-range .range__segment .range__remove {
      display: flex;
      align-items: center;
      padding: 0 1rem;
      width: 5vw; }
      .profile-content .section__body .gradebook-range .range__segment .range__remove button {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        font-size: inherit;
        line-height: inherit;
        -webkit-transition: all ease-in-out 0.15s;
        -moz-transition: all ease-in-out 0.15s;
        transition: all ease-in-out 0.15s; }
  .profile-content .section__body .gradebook-range .range__options {
    margin-top: 2rem; }

@media (min-width: 768px) {
  .profile-content .ngdialog-content {
    width: 82rem;
    min-width: 82rem; } }

.rating-edit .ss-matrix .matrix__list textarea:focus {
  outline-offset: 1.8rem !important;
  border-radius: 0.2rem !important; }

.rating-edit .ss-matrix .matrix__list &gt; li {
  margin-bottom: 1.5rem !important; }

.rating__numeric {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin: 0;
  padding-top: .5rem;
  float: right;
  font-weight: 600; }

.rating__options {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 3rem;
  line-height: 1em;
  display: inline; }
  .rating__options::after {
    clear: both;
    content: "";
    display: table; }
  .rating__options &gt; li, .rating__options &gt; dd {
    margin: 0; }
  .rating__options li {
    display: inline-block; }
  .rating__options li + li {
    margin-left: 3px; }

.rating--input {
  cursor: pointer; }
  .rating--input.rating--readonly {
    cursor: initial;
    pointer-events: none; }

.rating--small {
  font-size: 20px; }

.rating--stars li:before {
  font-family: "ss-icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: optimizeLegibility;
  content: "";
  color: #bfd730; }

.rating--stars .half:before {
  font-family: "ss-icons";
  content: ""; }

.rating--stars .active:before {
  font-family: "ss-icons";
  content: ""; }

.rating--blocks li {
  position: relative; }
  .rating--blocks li &gt; * {
    pointer-events: none; }
  .rating--blocks li::before {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    top: 0.2em;
    left: 0;
    display: block;
    border: 1px solid #4b4a4b;
    border-radius: 3px;
    color: rgba(28, 28, 28, 0);
    padding: .2rem;
    font-size: 1rem; }
    @media print {
      .rating--blocks li::before {
        content: ''; } }
  .rating--blocks li::before {
    content: '';
    background: rgba(146, 175, 43, 0); }
  .rating--blocks li::after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0.5rem;
    left: 0.3rem;
    content: '';
    border: 0; }
  .rating--blocks li:focus::before, .rating--blocks li:hover::before {
    background-color: #92af2b;
    border-color: #faa21b;
    background-clip: content-box; }
  .rating--blocks li:focus::after, .rating--blocks li:hover::after {
    border: 0.45rem solid #92af2b; }
  .rating--blocks li:before {
    position: relative;
    content: ''; }
  .rating--blocks li.active::before {
    background-color: #92af2b;
    border-color: #4b4a4b; }
    @media print {
      .rating--blocks li.active::before {
        background-color: #C0C3C7 !important;
        -webkit-print-color-adjust: exact; } }
  .rating--blocks li.active::after {
    border: 0.45rem solid #92af2b; }
  .rating--blocks li.active:hover::before {
    border-color: #faa21b; }
  .rating--blocks li.active:hover::before a {
    border: 1px solid #faa21b; }
  .rating--blocks li.active.zero::before {
    background: #939598; }
  .rating--blocks li.active.zero::after {
    border-color: #939598; }
  .rating--blocks li.zero::before {
    background: #ffffff;
    margin-right: 1rem;
    border: 1px solid #4b4a4b; }
  .rating--blocks li.zero:focus::before, .rating--blocks li.zero:hover::before {
    background: #939598;
    border-color: #faa21b;
    background-clip: content-box; }
  .rating--blocks li.suggested::before {
    content: '\e813';
    color: #939598; }
  .rating--blocks li.placeholder {
    cursor: initial;
    pointer-events: none; }
    .rating--blocks li.placeholder::before {
      background: transparent;
      border: none; }
    .rating--blocks li.placeholder:focus::before, .rating--blocks li.placeholder:hover::before, .rating--blocks li.placeholder:focus::after, .rating--blocks li.placeholder:hover::after {
      background: transparent;
      border: none;
      cursor: initial;
      pointer-events: none; }

.rating--blocks li + li {
  margin-left: .25em; }

.redactor__counts, .redactor__required-length, .redactor__autosave {
  font-size: 1.3rem;
  line-height: 1.625;
  margin-top: .5rem; }
  @media (min-width: 768px) {
    .redactor__counts, .redactor__required-length, .redactor__autosave {
      text-align: right; } }

@media (min-width: 768px) {
  .redactor__counts {
    float: right; } }

@media (min-width: 768px) {
  .redactor__required-length {
    clear: both; } }

@media (min-width: 768px) {
  .redactor__autosave {
    text-align: left;
    float: left; } }

.redactor__autosave a {
  color: #faa21b; }

.redactor-dropdown a {
  margin: 0;
  border-color: #e1e1e1; }
  .redactor-dropdown a:hover {
    background-color: #f5f5f5 !important;
    color: #faa21b !important; }
  .redactor-dropdown a:focus {
    outline-offset: -5px !important; }
  .redactor-dropdown a.redactor-dropdown-item-disabled {
    background-color: initial !important;
    opacity: .5;
    color: #1c1c1c; }

.redactor__instructions {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-size: 1.9rem;
  line-height: 1.625;
  position: absolute;
  right: 1rem;
  bottom: 0;
  padding: 0 1rem;
  margin-bottom: 1rem;
  z-index: 101;
  color: #939598; }

.redactor-styles {
  font-family: "ProximaNova", -apple-system, sans-serif;
  font-weight: 400;
  padding: 2rem 2rem 4rem;
  font-size: 1.6rem;
  max-height: 30rem;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .redactor-styles {
      height: 40rem; } }
  .redactor-styles-on {
    border: none; }
    .redactor-styles-on.redactor-focus, .redactor-styles-on.redactor-focus:focus {
      border: none; }
  .redactor-styles.redactor--expand {
    max-height: none; }
    @media (min-width: 768px) {
      .redactor-styles.redactor--expand {
        height: initial;
        min-height: 20rem !important; } }
    .redactor-styles.redactor--expand-minimal {
      height: initial; }
  .redactor-styles.redactor--resize {
    resize: both; }
  .redactor-styles blockquote {
    color: #4b4a4b;
    margin: 1em 0;
    border-left: 4px solid #e1e1e1;
    padding-left: 1em;
    opacity: .9; }
  .redactor-styles mark {
    padding: 0;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
    .redactor-styles mark:not(.annotation) {
      color: #00abe6;
      background: inherit; }
  .redactor-styles .indent {
    margin: 1.6rem 0 1.6rem 2rem; }
    .redactor-styles .indent:first-child {
      margin-top: 0; }
    .redactor-styles .indent:last-child {
      margin-bottom: 0; }
  .redactor-styles .flex-video, .redactor-styles figure.flex-video {
    margin: 1.6rem 0;
    padding-bottom: 56.25%; }
    .redactor-styles .flex-video:first-child, .redactor-styles figure.flex-video:first-child {
      margin-top: 0; }
    .redactor-styles .flex-video:last-child, .redactor-styles figure.flex-video:last-child {
      margin-bottom: 0; }
  .redactor-styles audio {
    width: 50%;
    padding: 0 1rem; }
  .redactor-styles .off-screen {
    position: absolute;
    left: -999rem;
    width: 100rem; }

.redactor-toolbar {
  background: #f5f5f5;
  box-shadow: none; }
  .redactor-toolbar a {
    color: rgba(28, 28, 28, 0.6);
    background: transparent;
    margin: 0;
    box-shadow: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
    .redactor-toolbar a:last-child {
      border-right: none; }
    .redactor-toolbar a:hover {
      background: none;
      color: #1c1c1c; }
    .redactor-toolbar a.redactor-button-active {
      background: #939598;
      color: #ffffff; }
    .redactor-toolbar a.re-button-icon {
      padding: 1.5rem;
      font-size: 1.6rem; }
    .redactor-toolbar a .re-button-tooltip {
      font-size: 1.2rem; }
  .redactor-toolbar i {
    margin: 0; }

.redactor-box.redactor-styles-on {
  border: none; }
  .redactor-box.redactor-styles-on .redactor-toolbar {
    padding: 0; }

.redactor-styles, .redactor-box, .redactor-box textarea {
  z-index: 50; }

.redactor-placeholder::before {
  width: 85%; }

.redactor-modal {
  font-family: "ProximaNova", -apple-system, sans-serif;
  font-weight: 400;
  border-radius: 0; }
  .redactor-modal section {
    padding: 0; }
  .redactor-modal label input {
    display: initial; }
  .redactor-modal input:focus {
    border-color: #faa21b;
    box-shadow: none; }
  .redactor-modal button {
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    /* Size */
    /* Icon */
    /* Mouse Actions */
    font-family: "ProximaNova", -apple-system, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-right: 1rem;
    margin-bottom: 1rem;
    min-height: 0;
    background: #faa21b;
    color: #ffffff;
    border: none; }
    .redactor-modal button[disabled] {
      opacity: .5;
      pointer-events: none; }
    .redactor-modal button.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    .redactor-modal button[class*='icon']:before {
      margin-right: .5rem; }
    .redactor-modal button:active {
      top: 1px; }
    @media (max-width: 767px) {
      .redactor-modal button {
        width: 100%;
        margin-right: 0; } }
    .redactor-modal button:hover {
      background-color: #f77e0d;
      color: #ffffff; }
    .redactor-modal button.btn--plain {
      background: transparent;
      border: 1px solid rgba(147, 149, 152, 0.5);
      color: #939598; }
      .redactor-modal button.btn--plain.active {
        background-color: #faa21b;
        border-color: #faa21b;
        color: #ffffff; }
    .redactor-modal button.redactor-button-unstyled {
      background: transparent;
      border: 1px solid rgba(147, 149, 152, 0.5);
      color: #939598;
      float: none;
      margin-right: 1rem; }
      .redactor-modal button.redactor-button-unstyled:hover {
        background: transparent;
        border: 1px solid rgba(147, 149, 152, 0.5);
        color: #939598;
        text-decoration: none; }
        .redactor-modal button.redactor-button-unstyled:hover.active {
          background-color: #faa21b;
          border-color: #faa21b;
          color: #ffffff; }
    .redactor-modal button:last-of-type {
      margin-right: 0; }
    .redactor-modal button:last-child {
      margin-right: 0; }
  .redactor-modal #redactor-modal-header {
    border: none;
    padding: 0 0 3rem 0;
    clear: right; }
    .redactor-modal #redactor-modal-header.headline {
      margin-bottom: 0;
      text-align: center; }
  .redactor-modal .redactor-modal-body {
    font-size: 1.7rem;
    line-height: 1.625;
    padding: 0 2.5rem 3rem; }
    .redactor-modal .redactor-modal-body .definition {
      float: right; }
    @media (max-width: 849px) {
      .redactor-modal .redactor-modal-body .container {
        min-width: fit-content; } }
  .redactor-modal .redactor-modal-footer {
    text-align: center;
    border: none;
    padding-top: 0;
    overflow: visible; }
    .redactor-modal .redactor-modal-footer &gt; div {
      margin-right: 1rem; }
  .redactor-modal .redactor-close {
    position: static;
    display: block;
    float: right;
    font-size: 0;
    margin-left: auto;
    padding: 2rem 5rem 3rem 3rem;
    opacity: 1; }
    .redactor-modal .redactor-close:before {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      font-size: 2rem;
      line-height: 1px;
      position: relative;
      display: block;
      color: #939598;
      top: 2rem; }
  .redactor-modal-overlay {
    background-color: rgba(28, 28, 28, 0.5); }

.research-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.4; }
  .research-link-list::after {
    clear: both;
    content: "";
    display: table; }
  .research-link-list &gt; li, .research-link-list &gt; dd {
    margin: 0; }
  .research-link-list.framed {
    background: #eee;
    padding: 1rem;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 24px; }
  .research-link-list__item + .research-link-list__item {
    margin-top: 2rem; }
  .research-link-list__link {
    display: block;
    font-weight: bold;
    font-size: 1.1em; }
  .research-link-list__description {
    margin-top: 0.5rem; }

.rubrics {
  margin: 0;
  padding: 0;
  list-style: none; }
  .rubrics::after {
    clear: both;
    content: "";
    display: table; }
  .rubrics &gt; li, .rubrics &gt; dd {
    margin: 0; }
  .rubrics__key {
    font-size: 1.5rem;
    line-height: 1.625;
    text-align: right; }
    .rubrics__key--left {
      text-align: left; }
    .rubrics__key ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .rubrics__key ul::after {
        clear: both;
        content: "";
        display: table; }
      .rubrics__key ul &gt; li, .rubrics__key ul &gt; dd {
        margin: 0; }
      .rubrics__key ul li {
        display: inline-block;
        width: 1.5rem;
        text-align: center; }
      .rubrics__key ul li + li {
        margin-left: .5rem; }
        @media (max-width: 767px) {
          .rubrics__key ul li + li {
            margin-left: .6rem; } }
    .rubrics__key--zero li:first-child {
      margin-right: 1rem; }
  .rubrics__list {
    display: flex;
    justify-content: space-between; }
    .rubrics__list--left {
      display: block; }
      .rubrics__list--left ss-rating .rating {
        margin-left: 0; }
  .rubrics__line-details {
    flex: 1; }
    .rubrics__line-details p {
      word-break: break-word;
      margin: 0.5rem 0 0; }
  .rubrics .rating {
    flex: 0 0 auto;
    margin: 0.5rem 0 0 2rem; }

rzslider {
  margin: 3rem 0; }
  rzslider span.rz-bar {
    height: .7rem; }
    rzslider span.rz-bar.rz-selection {
      width: inherit;
      background: #00abe6; }
  rzslider span.rz-pointer {
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    height: 1.5rem;
    width: .7rem;
    top: -.4rem;
    background: #00abe6;
    border: none;
    box-shadow: 0.3rem 0 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
    rzslider span.rz-pointer::after {
      display: none; }
  rzslider span.rz-bubble.rz-limit {
    font-size: 1.3rem;
    line-height: 1.625;
    top: 1.6rem;
    color: #939598; }

.screen-reader-section {
  position: absolute !important;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%); }
  .screen-reader-section ul, .screen-reader-section ol {
    list-style: none; }
    .screen-reader-section ul li::before, .screen-reader-section ol li::before {
      content: '\200B';
      display: block;
      height: 0; }
  .screen-reader-section.ss-focus-visible:focus, .screen-reader-section.ss-focus-visible:active {
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto; }

#skip-nav {
  display: block;
  margin: 1.5rem .5rem .5rem 1.5rem;
  padding: 1rem 2rem;
  background: #ffffff; }

.search-bar-new {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #f5f5f5;
  margin-top: -1.5rem; }
  .search-bar-new .search__form {
    display: table;
    width: 100%;
    position: relative; }
    .search-bar-new .search__form:after {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 1.25rem; }
    .search-bar-new .search__form__input, .search-bar-new .search__form__more {
      display: table-cell;
      vertical-align: middle; }
    .search-bar-new .search__form__input {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      width: 100%;
      padding-left: 4rem;
      border: none;
      text-overflow: ellipsis; }
    .search-bar-new .search__form__more {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      font-size: 1.6rem;
      line-height: 1;
      width: 1%;
      background: #00abe6;
      color: #ffffff;
      padding: 0 6rem 0 2.4rem;
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 767px) {
        .search-bar-new .search__form__more {
          font-size: 0;
          padding-left: 0; } }
      .search-bar-new .search__form__more:before, .search-bar-new .search__form__more:after {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        display: block;
        width: 2rem;
        height: .2rem;
        content: '';
        background-color: #e4f5fc;
        right: 2rem; }
      .search-bar-new .search__form__more:after {
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: -.1rem; }
      .search-bar-new .search__form__more.active:after {
        opacity: 0; }
    .search-bar-new .search__form__clear {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      font-size: 0;
      line-height: 0;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s;
      right: 14.5rem;
      z-index: 2;
      cursor: pointer; }
      .search-bar-new .search__form__clear.ng-hide {
        opacity: 0; }
      .search-bar-new .search__form__clear:before {
        font-size: 1.9rem;
        line-height: 1.625;
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "×";
        font-weight: 700;
        color: #1c1c1c; }
  .search-bar-new .search__advanced {
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    padding-top: 3rem; }
    .search-bar-new .search__advanced.ng-enter, .search-bar-new .search__advanced.ng-leave.ng-leave-active {
      max-height: 0; }
    .search-bar-new .search__advanced.ng-leave, .search-bar-new .search__advanced.ng-enter.ng-enter-active {
      max-height: 40rem; }
    .search-bar-new .search__advanced .advanced__category {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 1.8rem;
      margin-bottom: .75rem;
      text-transform: uppercase;
      color: #00abe6; }
    .search-bar-new .search__advanced .advanced__splitlist::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 850px) {
      .search-bar-new .search__advanced .advanced__splitlist .form__checkbox {
        width: 50%;
        float: left; }
        .search-bar-new .search__advanced .advanced__splitlist .form__checkbox:nth-child(2) {
          margin-top: 0; }
        .search-bar-new .search__advanced .advanced__splitlist .form__checkbox:nth-child(odd) {
          padding-right: 2rem; } }
    .search-bar-new .search__advanced .advanced__check-buttons {
      margin-top: -.5rem;
      margin-left: -.75rem; }
      .search-bar-new .search__advanced .advanced__check-buttons label {
        font-size: 1.4rem;
        line-height: 2.4rem;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.3s;
        display: inline-block;
        text-transform: uppercase;
        padding: .75rem 1.5rem;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        margin-top: .5rem;
        margin-left: .75rem; }
        .search-bar-new .search__advanced .advanced__check-buttons label.active {
          background: #ffffff; }
      .search-bar-new .search__advanced .advanced__check-buttons .icon {
        height: 2.4rem;
        width: 2.4rem; }
    .search-bar-new .search__advanced .advanced__slider rzslider {
      display: inline-block;
      width: calc(100% - 10rem); }
    .search-bar-new .search__advanced .advanced__slider .slider__range {
      font-size: 1.5rem;
      line-height: 1.625;
      width: 9rem;
      display: inline-block;
      vertical-align: middle;
      font-weight: 600; }
    .search-bar-new .search__advanced .row {
      margin-bottom: -2rem; }
      @media (min-width: 768px) {
        .search-bar-new .search__advanced .row {
          margin-bottom: -3rem; } }
      .search-bar-new .search__advanced .row &gt; * {
        margin-top: 0;
        margin-bottom: 2rem; }
        @media (min-width: 768px) {
          .search-bar-new .search__advanced .row &gt; * {
            margin-bottom: 3rem; } }
    .search-bar-new .search__advanced rzslider {
      margin: 0; }
      .search-bar-new .search__advanced rzslider .rz-bubble {
        display: none; }
      .search-bar-new .search__advanced rzslider .rz-bar-wrapper {
        height: 1rem;
        padding-top: 0;
        margin-top: -.25rem; }
      .search-bar-new .search__advanced rzslider .rz-bar {
        height: 100%;
        width: 100%;
        border-radius: 1rem;
        box-shadow: inset 0px 2px 2px 0 rgba(147, 149, 152, 0.75); }
      .search-bar-new .search__advanced rzslider .rz-selection {
        background: #00abe6;
        border-bottom: 1px solid #1992c6;
        box-shadow: none; }
      .search-bar-new .search__advanced rzslider .rz-pointer {
        height: 2.4rem;
        width: 2.4rem;
        background: #00abe6;
        border: none;
        top: -1rem; }
        .search-bar-new .search__advanced rzslider .rz-pointer:after {
          top: 50%;
          left: 50%;
          margin-top: -4px;
          margin-left: -4px; }
  .search-bar-new .search__viewing {
    font-size: 1.5rem;
    line-height: 1.625;
    margin-top: .5rem; }

.search-bar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
  min-height: 8rem;
  margin-top: -2.5rem;
  padding-top: 2.5rem; }
  .overlay .search-bar, .search-bar.previewMode, .embed-mode .search-bar {
    margin-top: 0; }
  .search-bar input[type='search'] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-size: 1.9rem;
    line-height: 1.625;
    padding-left: 2.75rem;
    background: none !important;
    line-height: 3.5rem; }
  .search-bar .search__upper {
    width: 100%; }
    @media (min-width: 768px) {
      .search-bar .search__upper {
        display: flex; } }
    .search-bar .search__upper .input__text {
      font-size: 1.9rem;
      line-height: 1.625; }
      .search-bar .search__upper .input__text input {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        height: 3.5rem;
        border-bottom: solid 1px #e1e1e1; }
        .search-bar .search__upper .input__text input:focus {
          border-color: #faa21b; }
      .search-bar .search__upper .input__text .selectize-control {
        margin-top: 0; }
      .search-bar .search__upper .input__text .selectize-input {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 1.9rem;
        line-height: 1.625;
        padding: 0 0 0 2.75rem;
        width: 100%;
        background: transparent;
        border-bottom: solid 1px #e1e1e1; }
        .search-bar .search__upper .input__text .selectize-input::after {
          display: none; }
        .search-bar .search__upper .input__text .selectize-input input {
          height: auto; }
    .search-bar .search__upper .input__helper {
      display: none; }
    .search-bar .search__upper .upper__search {
      flex: 1 1 auto; }
    .search-bar .search__upper .upper__toggler {
      text-align: center;
      flex: 0 0 auto; }
      @media (min-width: 768px) {
        .search-bar .search__upper .upper__toggler {
          white-space: nowrap;
          padding-left: 24px;
          text-align: inherit; } }
      .search-bar .search__upper .upper__toggler button {
        margin-top: 1rem; }
        @media (min-width: 768px) {
          .search-bar .search__upper .upper__toggler button {
            margin-top: inherit; } }
    .search-bar .search__upper + .search__upper {
      margin-top: 1rem; }
  .search-bar .search__middle {
    margin-top: .5rem; }
    .search-bar .search__middle .middle__tags::before {
      margin: 1rem 0.5rem;
      color: #939598; }
    .search-bar .search__middle .middle__tags .picker__list {
      margin-top: 0; }
  .search-bar .search__lower strong, .search-bar .search__lower .category {
    font-size: 1.7rem;
    line-height: 1.625;
    color: #00abe6;
    font-weight: 500; }
  .search-bar .search__lower [col-sm='12'] + [col-sm='12'] {
    margin: 0; }
  .search-bar .search__lower .lower__checkbox legend {
    padding-top: 1rem; }
  .search-bar .search__lower .lower__checkbox strong, .search-bar .search__lower .lower__checkbox .category {
    margin: 1.5rem 0 1rem;
    display: block; }
  .search-bar .search__lower .lower__checkbox p {
    font-size: 1.5rem;
    line-height: 1.625; }
  .search-bar .search__lower .lower__checkbox .checkbox__split {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: 0;
    padding: 0;
    list-style: none; }
    .search-bar .search__lower .lower__checkbox .checkbox__split::after {
      clear: both;
      content: "";
      display: table; }
    .search-bar .search__lower .lower__checkbox .checkbox__split &gt; li, .search-bar .search__lower .lower__checkbox .checkbox__split &gt; dd {
      margin: 0; }
    @media (min-width: 768px) {
      .search-bar .search__lower .lower__checkbox .checkbox__split {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
    .search-bar .search__lower .lower__checkbox .checkbox__split .checkbox-list li {
      width: 100%;
      margin-top: 0;
      margin-bottom: .8rem; }
    .search-bar .search__lower .lower__checkbox .checkbox__split &gt; ul &gt; li {
      display: inline-block;
      width: 100%;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
  .search-bar .search__lower .lower__checkbox .checkbox__split-flex {
    margin: 0;
    padding: 0;
    list-style: none; }
    .search-bar .search__lower .lower__checkbox .checkbox__split-flex::after {
      clear: both;
      content: "";
      display: table; }
    .search-bar .search__lower .lower__checkbox .checkbox__split-flex &gt; li, .search-bar .search__lower .lower__checkbox .checkbox__split-flex &gt; dd {
      margin: 0; }
    @media (max-width: 767px) {
      .search-bar .search__lower .lower__checkbox .checkbox__split-flex {
        height: auto !important; } }
    @media (min-width: 768px) {
      .search-bar .search__lower .lower__checkbox .checkbox__split-flex .checkbox-list {
        display: flex;
        flex-flow: column wrap;
        max-height: 100%; }
        .search-bar .search__lower .lower__checkbox .checkbox__split-flex .checkbox-list li {
          margin: 0 0 0.8rem; } }
  .search-bar .search__lower .lower__checkbox .checkbox__child {
    margin-bottom: .8rem; }
  .search-bar .search__lower .lower__checkbox .standards__description strong {
    color: #4b4a4b; }
  .search-bar .search__lower .lower__slider {
    margin-top: 3rem;
    padding: 0 .5rem; }
  .search-bar .search__check-buttons button {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin: 0 0.8rem 0.8rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: inline-block;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: transparent; }
    .search-bar .search__check-buttons button.active {
      background: #ffffff; }
  .search-bar .search__check-buttons .icon {
    height: 2.4rem;
    width: 2.4rem; }

.secondary-nav {
  font-size: 1.5rem;
  line-height: 1.625;
  text-align: left; }
  .secondary-nav, .secondary-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .secondary-nav::after, .secondary-nav ul::after {
      clear: both;
      content: "";
      display: table; }
    .secondary-nav &gt; li, .secondary-nav &gt; dd, .secondary-nav ul &gt; li, .secondary-nav ul &gt; dd {
      margin: 0; }
  @media print {
    .secondary-nav {
      display: none; } }
  @media (min-width: 768px) {
    html[runtime=web] .secondary-nav {
      float: right; } }
  .secondary-nav li {
    position: relative; }
  .secondary-nav a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #4b4a4b; }
    .secondary-nav a:before {
      min-width: 1.5em; }
  .secondary-nav .secondary__alert, .secondary-nav .secondary__name {
    margin: 3.1rem 0 0; }
  .secondary-nav .secondary__alert {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    position: absolute;
    top: 0.5rem;
    -webkit-transform: translate(-150%);
    -moz-transform: translate(-150%);
    -ms-transform: translate(-150%);
    -o-transform: translate(-150%);
    transform: translate(-150%);
    color: #faa21b;
    text-align: center;
    border-radius: 50%; }
    .secondary-nav .secondary__alert::before {
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      margin-right: .5rem;
      min-width: inherit; }
    .secondary-nav .secondary__alert:hover, .secondary-nav .secondary__alert:focus {
      color: #f77e0d; }
  .secondary-nav .secondary__name {
    position: relative;
    font-size: 1.5rem;
    line-height: 1em;
    padding: 1rem 2.5rem 1rem 0;
    display: none;
    font-style: italic; }
    @media (min-width: 768px) {
      .secondary-nav .secondary__name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        max-width: 11rem; } }
    @media (min-width: 960px) {
      .secondary-nav .secondary__name {
        max-width: 20rem; } }
    .secondary-nav .secondary__name:after {
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-family: "ss-icons";
      content: "";
      font-size: 5px; }
    @media (min-width: 768px) and (max-width: 1050px) {
      .secondary-nav .secondary__name {
        padding-right: 0;
        padding-top: 0.5rem; }
        .secondary-nav .secondary__name--full {
          display: none; }
        .secondary-nav .secondary__name:after {
          position: static;
          font-family: "ss-icons";
          content: "";
          font-size: 2rem;
          font-style: normal; } }
  .secondary-nav .secondary__drop-nav {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    right: -19px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    z-index: -1;
    box-shadow: 0 0 5px 0 rgba(225, 225, 225, 0.8); }
    @media (max-width: 767px) {
      .secondary-nav .secondary__drop-nav {
        display: inherit !important; } }
    .secondary-nav .secondary__drop-nav &gt; li {
      padding: 1.25rem; }
    .secondary-nav .secondary__drop-nav:before {
      position: absolute;
      top: -10px;
      right: 10px;
      height: 2.2rem;
      width: 2.2rem;
      -webkit-transform: rotate(-45deg) translateY(-1px);
      -moz-transform: rotate(-45deg) translateY(-1px);
      -ms-transform: rotate(-45deg) translateY(-1px);
      -o-transform: rotate(-45deg) translateY(-1px);
      transform: rotate(-45deg) translateY(-1px);
      content: '';
      background: #ffffff;
      border: 1px solid;
      border-color: #e1e1e1 #e1e1e1 #ffffff #ffffff; }
    .secondary-nav .secondary__drop-nav.ng-enter, .secondary-nav .secondary__drop-nav.ng-leave.ng-leave-active {
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px);
      opacity: 0; }
    .secondary-nav .secondary__drop-nav.ng-leave, .secondary-nav .secondary__drop-nav.ng-enter.ng-enter-active {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      z-index: 902; }
  .secondary-nav .secondary__upper {
    white-space: nowrap; }
    .secondary-nav .secondary__upper li {
      display: inline-block; }
    .secondary-nav .secondary__upper li + li {
      margin-left: 1.4rem; }
    @media (min-width: 768px) {
      .secondary-nav .secondary__upper a {
        font-size: 1.6rem;
        line-height: 3.4rem;
        background-color: #fdb913;
        background-image: -webkit-linear-gradient(#fdb913, #faa21b);
        background-image: linear-gradient(#fdb913, #faa21b);
        display: inline-block;
        height: 3.4rem;
        padding: 0 2.5rem;
        color: #ffffff;
        text-transform: none;
        border: none;
        vertical-align: middle;
        font-weight: 400;
        border-radius: .5rem;
        position: relative;
        /* Colors */
        background: transparent;
        border: 1px solid rgba(147, 149, 152, 0.5);
        color: #939598;
        /* Size */
        font-size: 1.5rem;
        /* Icon */
        /* Mouse Actions */
        padding-right: 1.4rem;
        padding-left: 1.4rem; }
        .secondary-nav .secondary__upper a[disabled] {
          opacity: .5;
          pointer-events: none; }
        .secondary-nav .secondary__upper a.loading {
          opacity: 1;
          color: rgba(255, 255, 255, 0); }
        .secondary-nav .secondary__upper a[class*='icon']:before {
          margin-right: .5rem; }
        .secondary-nav .secondary__upper a:active {
          top: 1px; } }
  .secondary-nav .secondary__lower {
    border-top: 1px solid #e1e1e1;
    display: block;
    padding: .5rem 0;
    font-weight: 600; }
    @media (min-width: 768px) {
      .secondary-nav .secondary__lower {
        border-top-width: 2px; } }
    @media (max-width: 767px) {
      .secondary-nav .secondary__lower a {
        font-size: 16px; } }

.droppable-overlay.droppable-secondary-nav {
  padding: 1rem 0; }
  .droppable-overlay.droppable-secondary-nav:before {
    left: auto;
    right: 1.5rem; }
  .droppable-overlay.droppable-secondary-nav .secondary-nav-fullname {
    display: none;
    text-align: center;
    padding: 2rem;
    border-bottom: solid 1px #e1e1e1; }
    .droppable-overlay.droppable-secondary-nav .secondary-nav-fullname:hover {
      background: #ffffff; }
    @media (min-width: 768px) and (max-width: 1050px) {
      .droppable-overlay.droppable-secondary-nav .secondary-nav-fullname {
        display: block; } }

.section-padding--none {
  padding-top: 0;
  padding-bottom: 0; }

.section-padding--none-none {
  padding-top: 0;
  padding-bottom: 0; }

.section-padding--none-xxsmall {
  padding-top: 0;
  padding-top: 1rem; }

.section-padding--none-xsmall {
  padding-top: 0;
  padding-bottom: 2rem; }

.section-padding--none-small {
  padding-top: 0;
  padding-bottom: 3rem; }

.section-padding--none-medium {
  padding-top: 0;
  padding-bottom: 4rem; }

.section-padding--none-large {
  padding-top: 0;
  padding-bottom: 5rem; }

.section-padding--xxsmall {
  padding-top: 1rem;
  padding-top: 1rem; }

.section-padding--xxsmall-none {
  padding-top: 1rem;
  padding-bottom: 0; }

.section-padding--xxsmall-xxsmall {
  padding-top: 1rem;
  padding-top: 1rem; }

.section-padding--xxsmall-xsmall {
  padding-top: 1rem;
  padding-bottom: 2rem; }

.section-padding--xxsmall-small {
  padding-top: 1rem;
  padding-bottom: 3rem; }

.section-padding--xxsmall-medium {
  padding-top: 1rem;
  padding-bottom: 4rem; }

.section-padding--xxsmall-large {
  padding-top: 1rem;
  padding-bottom: 5rem; }

.section-padding--xsmall {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.section-padding--xsmall-none {
  padding-top: 2rem;
  padding-bottom: 0; }

.section-padding--xsmall-xxsmall {
  padding-top: 2rem;
  padding-top: 1rem; }

.section-padding--xsmall-xsmall {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.section-padding--xsmall-small {
  padding-top: 2rem;
  padding-bottom: 3rem; }

.section-padding--xsmall-medium {
  padding-top: 2rem;
  padding-bottom: 4rem; }

.section-padding--xsmall-large {
  padding-top: 2rem;
  padding-bottom: 5rem; }

.section-padding--small {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.section-padding--small-none {
  padding-top: 3rem;
  padding-bottom: 0; }

.section-padding--small-xxsmall {
  padding-top: 3rem;
  padding-top: 1rem; }

.section-padding--small-xsmall {
  padding-top: 3rem;
  padding-bottom: 2rem; }

.section-padding--small-small {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.section-padding--small-medium {
  padding-top: 3rem;
  padding-bottom: 4rem; }

.section-padding--small-large {
  padding-top: 3rem;
  padding-bottom: 5rem; }

.section-padding--medium {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.section-padding--medium-none {
  padding-top: 4rem;
  padding-bottom: 0; }

.section-padding--medium-xxsmall {
  padding-top: 4rem;
  padding-top: 1rem; }

.section-padding--medium-xsmall {
  padding-top: 4rem;
  padding-bottom: 2rem; }

.section-padding--medium-small {
  padding-top: 4rem;
  padding-bottom: 3rem; }

.section-padding--medium-medium {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.section-padding--medium-large {
  padding-top: 4rem;
  padding-bottom: 5rem; }

.section-padding--large {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.section-padding--large-none {
  padding-top: 5rem;
  padding-bottom: 0; }

.section-padding--large-xxsmall {
  padding-top: 5rem;
  padding-top: 1rem; }

.section-padding--large-xsmall {
  padding-top: 5rem;
  padding-bottom: 2rem; }

.section-padding--large-small {
  padding-top: 5rem;
  padding-bottom: 3rem; }

.section-padding--large-medium {
  padding-top: 5rem;
  padding-bottom: 4rem; }

.section-padding--large-large {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.selectize-control.single .selectize-input, .selectize-input, .selectize-input {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  background: none;
  box-shadow: none;
  border-color: #e1e1e1;
  color: #4b4a4b; }
  .selectize-control.single .selectize-input:before, .selectize-input:before, .selectize-input:before {
    display: none; }
  .selectize-control.single .selectize-input:after, .selectize-input:after, .selectize-input:after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    height: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1.5rem;
    margin: 0 !important;
    opacity: .5;
    border: none; }
  .selectize-control.single .selectize-input &gt; *, .selectize-input &gt; *, .selectize-input &gt; * {
    line-height: 1.3; }
  .selectize-control.single .selectize-input input, .selectize-input input, .selectize-input input {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    border-color: #e1e1e1; }
  .selectize-control.single .selectize-input.input-active, .selectize-input.input-active, .selectize-input.input-active {
    display: flex; }
  .selectize-control.single .selectize-input.dropdown-active, .selectize-input.dropdown-active, .selectize-input.dropdown-active {
    border-color: #faa21b; }
  .selectize-control.single .selectize-input.disabled, .selectize-input.disabled, .selectize-input.disabled {
    background: none !important;
    opacity: 1 !important;
    border-color: transparent !important; }
    .selectize-control.single .selectize-input.disabled:after, .selectize-input.disabled:after, .selectize-input.disabled:after {
      display: none; }
  .selectize-control.single .selectize-input.focus, .selectize-input.focus, .selectize-input.focus {
    box-shadow: none;
    border-color: #faa21b; }
  .selectize-control.single .selectize-input.prevent-input.has-items input, .selectize-input.prevent-input.has-items input, .selectize-input.prevent-input.has-items input {
    opacity: 0 !important;
    position: absolute !important;
    left: -10000px !important; }

[autocomplete] .selectize-control .selectize-input:after {
  display: none !important; }

.selectize-dropdown, .selectize-dropdown.single {
  border-color: #e1e1e1;
  margin: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.1);
  z-index: 101; }

.selectize-dropdown .selectize-dropdown-desc {
  font-size: 1.3rem;
  line-height: 1.625; }

.selectize-control.multi .selectize-input .item {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 1.6rem;
  line-height: 1.275;
  padding: 0.5rem 6rem 0.5rem 1.5rem;
  background: #ffffff;
  border: solid 1px #e1e1e1;
  border-radius: .5rem;
  color: #ffffff;
  box-shadow: none; }
  .selectize-control.multi .selectize-input .item::after {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    color: #ffffff;
    margin-left: 1rem; }
  .selectize-control.multi .selectize-input .item:hover {
    border-color: #faa21b; }
    .selectize-control.multi .selectize-input .item:hover::after {
      color: #ffffff; }
  .selectize-control.multi .selectize-input .item.active {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: #ffffff;
    border: solid 1px #e1e1e1; }
    .selectize-control.multi .selectize-input .item.active:hover {
      border-color: #faa21b; }
    .selectize-control.multi .selectize-input .item.active .remove {
      border-left-color: transparent; }
  .selectize-control.multi .selectize-input .item .remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #939598;
    width: 100%;
    text-indent: -9999rem; }
    .selectize-control.multi .selectize-input .item .remove:hover {
      background-color: transparent; }

.selectize-control.multi .selectize-input input[type="text"] {
  flex: 1; }

.selectize-control.multi .selectize-input [data-value] {
  word-break: break-all; }
  @media (min-width: 850px) {
    .selectize-control.multi .selectize-input [data-value] {
      word-break: normal; } }
  .selectize-control.multi .selectize-input [data-value], .selectize-control.multi .selectize-input [data-value].active {
    background: #faa21b;
    border-color: #faa21b;
    text-shadow: none; }

.selectize-control.plugin-remove_button [data-value] {
  padding-right: 3.5rem !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  font-size: 1.6rem;
  border-color: rgba(255, 255, 255, 0.4); }

.tab-mode-enabled .selectize-control.single .tab-mode-enabled .selectize-input, .tab-mode-enabled .selectize-input, .tab-mode-enabled .selectize-input {
  overflow: initial; }
  .tab-mode-enabled .selectize-control.single .tab-mode-enabled .selectize-input input:focus, .tab-mode-enabled .selectize-input input:focus, .tab-mode-enabled .selectize-input input:focus {
    outline-color: #4D90FE !important;
    outline-style: solid !important;
    outline-offset: .5rem !important;
    outline-width: .5rem !important;
    z-index: 9999; }

.tab-mode-enabled .selectize-dropdown .selectize-dropdown-content div.active {
  outline-color: #4D90FE !important;
  outline-style: solid !important;
  outline-offset: -.5rem !important;
  outline-width: .5rem !important;
  z-index: 9999; }

.sidebar {
  padding-right: 3rem; }
  .sidebar .sidebar__headline h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 500; }
  .sidebar .sidebar__headline input {
    font-size: 3rem;
    height: 3rem;
    font-weight: 500; }
  .sidebar .sidebar__partner img {
    margin: 0 0.5rem;
    display: inline-block;
    vertical-align: middle;
    max-width: 10rem;
    max-height: 3rem; }
  .sidebar .sidebar__subtext {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 2rem;
    font-weight: 300;
    color: #1c1c1c; }
    .sidebar .sidebar__subtext strong {
      font-weight: 500; }
    .sidebar .sidebar__subtext .district-restrict {
      display: block;
      margin-top: 2rem; }
  .sidebar .sidebar__image img {
    display: block; }
  .sidebar .sidebar__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 2rem 0;
    border: solid #e1e1e1;
    border-width: 1px 0;
    counter-reset: li; }
    .sidebar .sidebar__nav::after {
      clear: both;
      content: "";
      display: table; }
    .sidebar .sidebar__nav &gt; li, .sidebar .sidebar__nav &gt; dd {
      margin: 0; }
    .sidebar .sidebar__nav li {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      display: block;
      counter-increment: li; }
      .sidebar .sidebar__nav li + li {
        border-top: 1px solid #e1e1e1; }
    .sidebar .sidebar__nav a {
      font-size: 1.6rem;
      line-height: 1;
      display: block;
      padding: 1.5rem 1rem;
      color: #1c1c1c;
      font-weight: 500; }
    .sidebar .sidebar__nav .active {
      background: rgba(225, 225, 225, 0.3);
      color: #f77e0d; }
      .sidebar .sidebar__nav .active a {
        color: #f77e0d; }
  .sidebar .sidebar__details {
    font-size: 1.6rem; }
    .sidebar .sidebar__details .details__meta {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: -1em;
      padding-top: 1rem; }
      .sidebar .sidebar__details .details__meta::after {
        clear: both;
        content: "";
        display: table; }
      .sidebar .sidebar__details .details__meta &gt; li, .sidebar .sidebar__details .details__meta &gt; dd {
        margin: 0; }
      .sidebar .sidebar__details .details__meta p {
        margin: 1rem 0 0 .5rem; }
      .sidebar .sidebar__details .details__meta dt, .sidebar .sidebar__details .details__meta dd {
        margin-top: 1em; }
      .sidebar .sidebar__details .details__meta dt {
        display: block;
        float: left;
        clear: left; }
      .sidebar .sidebar__details .details__meta dd {
        display: block;
        float: left;
        margin-left: .5rem;
        color: #1c1c1c; }
    .sidebar .sidebar__details .details__actions {
      margin-top: 1.5rem; }
    .sidebar .sidebar__details .details__options li {
      margin-top: 2rem; }

@media print {
  .sidebar {
    display: none; } }

.slide-toggle__open {
  margin-top: 3rem; }

.spotlight {
  font-size: 1.5rem;
  line-height: 1.4;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 3rem; }
  .spotlight a {
    color: #00abe6; }
  .spotlight h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 500; }
    .spotlight h4:first-child {
      margin-top: 0; }
    .spotlight h4:last-child {
      margin-bottom: 0; }
  .spotlight .spotlight__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .spotlight .spotlight__list::after {
      clear: both;
      content: "";
      display: table; }
    .spotlight .spotlight__list &gt; li, .spotlight .spotlight__list &gt; dd {
      margin: 0; }

.ss-annotation {
  font-size: 1.3rem;
  line-height: 1.625;
  position: absolute;
  top: -999.9rem;
  right: auto;
  bottom: auto;
  left: -999.9rem;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 32rem;
  padding: 0 1rem;
  z-index: 10001;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: .4rem;
  box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
  .ss-annotation::after, .ss-annotation::before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    position: absolute;
    left: 50%; }
  .ss-annotation::before {
    height: 0;
    width: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #e1e1e1;
    bottom: -11px; }
  .ss-annotation::after {
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: -10px; }
  .ss-annotation__flip::before {
    height: 0;
    width: 0;
    border-bottom: 10px solid #e1e1e1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
    bottom: auto;
    top: -11px; }
  .ss-annotation__flip::after {
    height: 0;
    width: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: none;
    bottom: auto;
    top: -10px; }
  .ss-annotation .annotation__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline; }
    .ss-annotation .annotation__actions .actions__title {
      flex: 0 0 auto;
      padding: 1rem 1rem 1rem 0;
      font-size: 1.4rem; }
    .ss-annotation .annotation__actions .actions__color {
      flex: 1 0 auto;
      padding: 1rem 1rem 1rem 0; }
    .ss-annotation .annotation__actions .actions__swatch::after {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      top: 0;
      color: #939598; }
    .ss-annotation .annotation__actions .actions__edit {
      flex: 1 0 auto;
      display: flex;
      flex-wrap: nowrap;
      align-items: baseline;
      justify-content: flex-end; }
      .ss-annotation .annotation__actions .actions__edit &gt; div {
        padding-right: 1rem; }
        .ss-annotation .annotation__actions .actions__edit &gt; div:last-child {
          padding-right: 0; }
      .ss-annotation .annotation__actions .actions__edit .droppable-overlay {
        width: 33rem;
        padding: 0 1rem; }
        .ss-annotation .annotation__actions .actions__edit .droppable-overlay .inline-state-nav li {
          width: 50%;
          padding: 0;
          text-align: center;
          font-size: 1.4rem; }
          .ss-annotation .annotation__actions .actions__edit .droppable-overlay .inline-state-nav li:hover {
            background: inherit; }
          .ss-annotation .annotation__actions .actions__edit .droppable-overlay .inline-state-nav li a {
            padding-right: 0;
            padding-left: 0; }
        .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries {
          height: 17rem;
          overflow: scroll; }
          .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries li {
            width: 100%;
            padding: 0; }
            .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries li:hover {
              -webkit-transition: ease-in-out, 0.15s;
              -moz-transition: ease-in-out, 0.15s;
              transition: ease-in-out, 0.15s;
              background: inherit; }
            .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries li a {
              width: 100%;
              padding: 1rem 0;
              margin: 0;
              float: left;
              color: #4b4a4b;
              overflow: hidden;
              text-overflow: ellipsis; }
              .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries li a:hover {
                color: #faa21b; }
            .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries li i {
              padding: 1rem;
              float: left;
              color: #e1e1e1;
              cursor: pointer; }
              .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries li i:hover {
                color: #faa21b; }
          .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries li &gt; * {
            padding: 0; }
          .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__entries--saved li a {
            width: 89%; }
        .ss-annotation .annotation__actions .actions__edit .droppable-overlay .responses__blank {
          font-size: 1.5rem;
          line-height: 1.625;
          height: 17rem;
          padding-top: 6.5rem;
          text-align: center; }
        .ss-annotation .annotation__actions .actions__edit .droppable-overlay button {
          width: 100%;
          padding: 1rem 0;
          border-top: 1px solid #e1e1e1; }
    .ss-annotation .annotation__actions .actions__responses::after {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      top: 0;
      color: #939598; }
  .ss-annotation .annotation__note--content {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    padding: 1rem 0;
    border-top: 1px solid #e1e1e1;
    clear: both;
    word-wrap: break-word; }
  .ss-annotation .annotation__note textarea {
    font-size: small;
    height: 7.5rem;
    padding: .5rem 0;
    border-radius: 0;
    border-top: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    border-left: none;
    resize: none;
    -webkit-appearance: none; }
    .ss-annotation .annotation__note textarea::placeholder {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .ss-annotation .annotation__note button {
    width: 100%; }
  .ss-annotation .annotation__confirm {
    padding: 1rem 0; }
  .ss-annotation button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: #faa21b;
    font-size: 1.4rem; }
    .ss-annotation button::before {
      top: 0;
      margin-right: .5rem;
      width: 1em; }
    .ss-annotation button:hover {
      color: #f77e0d; }
    .ss-annotation button.icon-trash {
      color: #939598; }
      .ss-annotation button.icon-trash:hover {
        color: #4b4a4b; }
    .ss-annotation button.icon-cancel {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      color: #939598; }
      .ss-annotation button.icon-cancel::before {
        top: -1px;
        margin-right: 0; }
      .ss-annotation button.icon-cancel:hover {
        color: #4b4a4b; }

[ss-annotation] .selected-word {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background-color: #b4d6ff; }

[ss-annotation] .is-annotated {
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  position: relative;
  background-color: rgba(255, 220, 25, 0.5);
  cursor: pointer; }
  [ss-annotation] .is-annotated.hovered-word {
    background-color: rgba(255, 220, 25, 0.8); }
  [ss-annotation] .is-annotated.has-note:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .3rem;
    content: '';
    background-color: #ffdc19; }
  [ss-annotation] .is-annotated.color-1 {
    background-color: rgba(255, 220, 25, 0.5); }
    [ss-annotation] .is-annotated.color-1.hovered-word {
      background-color: rgba(255, 220, 25, 0.8); }
    [ss-annotation] .is-annotated.color-1.has-note:before {
      background-color: #ffdc19; }
  [ss-annotation] .is-annotated.color-2 {
    background-color: rgba(154, 72, 142, 0.5); }
    [ss-annotation] .is-annotated.color-2.hovered-word {
      background-color: rgba(154, 72, 142, 0.8); }
    [ss-annotation] .is-annotated.color-2.has-note:before {
      background-color: #9a488e; }
  [ss-annotation] .is-annotated.color-3 {
    background-color: rgba(250, 162, 27, 0.5); }
    [ss-annotation] .is-annotated.color-3.hovered-word {
      background-color: rgba(250, 162, 27, 0.8); }
    [ss-annotation] .is-annotated.color-3.has-note:before {
      background-color: #faa21b; }
  [ss-annotation] .is-annotated.color-4 {
    background-color: rgba(0, 171, 230, 0.5); }
    [ss-annotation] .is-annotated.color-4.hovered-word {
      background-color: rgba(0, 171, 230, 0.8); }
    [ss-annotation] .is-annotated.color-4.has-note:before {
      background-color: #00abe6; }
  [ss-annotation] .is-annotated.color-5 {
    background-color: rgba(218, 84, 80, 0.5); }
    [ss-annotation] .is-annotated.color-5.hovered-word {
      background-color: rgba(218, 84, 80, 0.8); }
    [ss-annotation] .is-annotated.color-5.has-note:before {
      background-color: #da5450; }
  [ss-annotation] .is-annotated.color-6 {
    background-color: rgba(146, 175, 43, 0.5); }
    [ss-annotation] .is-annotated.color-6.hovered-word {
      background-color: rgba(146, 175, 43, 0.8); }
    [ss-annotation] .is-annotated.color-6.has-note:before {
      background-color: #92af2b; }

.annotate-btn {
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, font-size 0.1s ease-in-out, line-height 0.1s ease-in-out, bottom 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, font-size 0.1s ease-in-out, line-height 0.1s ease-in-out, bottom 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out, font-size 0.1s ease-in-out, line-height 0.1s ease-in-out, bottom 0.1s ease-in-out;
  position: absolute;
  bottom: 90%;
  left: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal; }
  .annotate-btn:not(:focus):not(:hover):not(:active) {
    width: 1rem;
    height: 1rem;
    font-size: 0.4em;
    line-height: 0.4em;
    color: transparent; }
  .annotate-btn:focus, .annotate-btn:hover, .annotate-btn:active {
    width: 10rem; }
  .annotate-btn:active {
    top: auto;
    bottom: calc(90% - 1px); }
  .annotate-btn.active {
    background: #00abe6; }
  .annotate-btn-container {
    position: relative; }
    .annotate-btn-container + .annotate-btn-container .annotate-btn {
      margin-left: 2rem; }
  .annotate-btn-skip {
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .annotate-btn-skip-top {
      margin-bottom: 2rem; }
    .annotate-btn-skip-bottom {
      margin-top: 2rem; }
  .annotate-btn__actions {
    left: -9999px; }
    .annotate-btn__actions:focus, .annotate-btn__actions:hover, .annotate-btn__actions:active {
      left: 0;
      width: auto;
      padding: 0 1rem; }

.keyboard-annotation-enabled span:not(.word) {
  padding: 0.3rem 0 0.4rem; }

.keyboard-annotation-enabled .is-annotated:not(.word).has-note {
  padding-bottom: 0.1rem;
  border-bottom: 0.3rem solid #ffdc19; }
  .keyboard-annotation-enabled .is-annotated:not(.word).has-note:before {
    content: none; }

.keyboard-annotation-enabled .is-annotated:not(.word).color-1 {
  border-bottom-color: #ffdc19; }

.keyboard-annotation-enabled .is-annotated:not(.word).color-2 {
  border-bottom-color: #9a488e; }

.keyboard-annotation-enabled .is-annotated:not(.word).color-3 {
  border-bottom-color: #faa21b; }

.keyboard-annotation-enabled .is-annotated:not(.word).color-4 {
  border-bottom-color: #00abe6; }

.keyboard-annotation-enabled .is-annotated:not(.word).color-5 {
  border-bottom-color: #da5450; }

.keyboard-annotation-enabled .is-annotated:not(.word).color-6 {
  border-bottom-color: #92af2b; }

.keyboard-annotating .word {
  text-decoration: underline;
  text-decoration-color: #00abe6; }

.annotation__swatch {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem !important;
  border-radius: .4rem;
  background: #faa21b;
  vertical-align: middle;
  content: ''; }
  .annotation__swatch.color-1 {
    background-color: #ffdc19 !important; }
  .annotation__swatch.color-2 {
    background-color: #9a488e !important; }
  .annotation__swatch.color-3 {
    background-color: #faa21b !important; }
  .annotation__swatch.color-4 {
    background-color: #00abe6 !important; }
  .annotation__swatch.color-5 {
    background-color: #da5450 !important; }
  .annotation__swatch.color-6 {
    background-color: #92af2b !important; }

.ss-audio-record .audio-record__feedback {
  min-height: 6.5rem;
  border: solid 1px #e1e1e1;
  border-radius: .4rem;
  margin-bottom: 1rem; }
  .ss-audio-record .audio-record__feedback svg {
    display: block;
    width: 100%;
    height: 3.9rem;
    padding: 0;
    margin: 0; }
    .ss-audio-record .audio-record__feedback svg stop {
      stop-color: #e1e1e1;
      stop-opacity: 1; }
  .ss-audio-record .audio-record__feedback path {
    stroke-linecap: square;
    stroke: white;
    stroke-width: 2px; }
  .ss-audio-record .audio-record__feedback.active svg stop {
    stop-color: #faa21b; }

.ss-audio-record .audio-record__time {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #4b4a4b;
  padding: 1rem 0 0 1rem;
  flex: 0 0 auto; }
  .ss-audio-record .audio-record__time span {
    display: inline-block;
    text-align: center; }
    .ss-audio-record .audio-record__time span:first-child, .ss-audio-record .audio-record__time span:last-child {
      min-width: 4rem; }
    .ss-audio-record .audio-record__time span:nth-child(2) {
      min-width: 1.5rem; }

.ss-audio-record .audio-record__actions button {
  min-width: 14.5rem;
  margin-bottom: 1rem; }

.ss-audio-record .audio-record__actions:last-child button {
  margin-bottom: 0; }

.ss-audio-record .audio-record__feedback-info {
  display: flex; }

.ss-audio-record .audio-record__progress {
  flex: 1 1 auto;
  padding: .5rem 1rem 0 1rem; }
  .ss-audio-record .audio-record__progress rzslider {
    margin: 0; }
    .ss-audio-record .audio-record__progress rzslider .rz-bubble {
      display: none; }
    .ss-audio-record .audio-record__progress rzslider .rz-pointer {
      height: 1rem;
      width: 1rem;
      -webkit-transition: -webkit-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
      -moz-transition: -moz-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
      -webkit-transform: translateY(calc(-50% + 2px));
      -moz-transform: translateY(calc(-50% + 2px));
      -ms-transform: translateY(calc(-50% + 2px));
      -o-transform: translateY(calc(-50% + 2px));
      transform: translateY(calc(-50% + 2px));
      background: #faa21b;
      border: none;
      top: 0;
      cursor: initial; }
      .ss-audio-record .audio-record__progress rzslider .rz-pointer:after {
        display: none; }
    .ss-audio-record .audio-record__progress rzslider .rz-bar-wrapper {
      margin-top: 0;
      padding-top: 0;
      height: 100%;
      opacity: 1 !important; }
    .ss-audio-record .audio-record__progress rzslider .rz-bar {
      height: 100%;
      background: #e1e1e1;
      border-radius: 0; }
      .ss-audio-record .audio-record__progress rzslider .rz-bar.rz-selection {
        width: 100%;
        background: #faa21b;
        border-radius: 0; }

@media print {
  .ss-audio {
    display: none; } }

.ss-audio-dialog.ngdialog {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  overflow: visible; }
  .ss-audio-dialog.ngdialog .ngdialog-content {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 0.3;
    -moz-animation-duration: 0.3;
    animation-duration: 0.3;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    max-width: none;
    background: none;
    overflow: visible; }
  .ss-audio-dialog.ngdialog.ngdialog-closing .ngdialog-content {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    animation-name: slideOutDown;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 0.3;
    -moz-animation-duration: 0.3;
    animation-duration: 0.3;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

.ss-audio-player {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  line-height: 1.625;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  color: #939598;
  position: relative; }
  @media print {
    .ss-audio-player {
      display: none; } }
  .ss-audio-player .audio__scrubber {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 0;
    padding: 0 0 0 1rem; }
    .ss-audio-player .audio__scrubber rzslider .rz-bar {
      -webkit-transition: height 0.15s ease-in-out;
      -moz-transition: height 0.15s ease-in-out;
      transition: height 0.15s ease-in-out; }
      @media (min-width: 768px) {
        .ss-audio-player .audio__scrubber rzslider .rz-bar {
          bottom: 0; } }
    .ss-audio-player .audio__scrubber rzslider .rz-pointer {
      height: 1rem;
      width: 1rem;
      -webkit-transition: -webkit-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
      -moz-transition: -moz-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
      opacity: 0; }
      .ss-audio-player .audio__scrubber rzslider .rz-pointer:focus {
        opacity: 1; }
  .ss-audio-player .audio__controls {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    min-height: 6.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #ffffff;
    white-space: nowrap;
    border: solid 1px #e1e1e1;
    border-radius: 4px; }
    .ss-audio-player .audio__controls .controls__left, .ss-audio-player .audio__controls .controls__right {
      display: flex; }
      .ss-audio-player .audio__controls .controls__left div + div, .ss-audio-player .audio__controls .controls__right div + div {
        margin-left: 1rem; }
    .ss-audio-player .audio__controls .controls__left li {
      margin-right: 1rem; }
    .ss-audio-player .audio__controls .controls__right {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      flex-basis: 100%;
      margin-top: .5rem; }
      .ss-audio-player .audio__controls .controls__right li {
        margin-left: 1rem; }
      .ss-audio-player .audio__controls .controls__right div:first-child {
        flex: 1; }
    .ss-audio-player .audio__controls .controls__audio {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .ss-audio-player .audio__controls .controls__audio rzslider {
        width: 8rem;
        margin-left: .5rem; }
        .ss-audio-player .audio__controls .controls__audio rzslider .rz-pointer {
          height: 1.5rem;
          width: 0.6rem; }
        .ss-audio-player .audio__controls .controls__audio rzslider:hover .rz-selection {
          -webkit-transition: background 0.15s ease-in-out;
          -moz-transition: background 0.15s ease-in-out;
          transition: background 0.15s ease-in-out;
          background: #faa21b; }
        .ss-audio-player .audio__controls .controls__audio rzslider:hover .rz-pointer {
          -webkit-transition: background 0.15s ease-in-out;
          -moz-transition: background 0.15s ease-in-out;
          transition: background 0.15s ease-in-out;
          background: #faa21b; }
      .ss-audio-player .audio__controls .controls__audio.muted .rz-selection, .ss-audio-player .audio__controls .controls__audio.muted .rz-pointer {
        background: #e1e1e1; }
    @media (min-width: 400px) {
      .ss-audio-player .audio__controls .controls__audio-desktop {
        display: block !important; } }
    .ss-audio-player .audio__controls .controls__time span {
      display: inline-block; }
      .ss-audio-player .audio__controls .controls__time span:first-child {
        min-width: 4rem;
        text-align: center; }
    .ss-audio-player .audio__controls .controls__time .time__separator {
      min-width: 1.5rem;
      text-align: center; }
  .ss-audio-player .audio__btn {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .ss-audio-player .audio__btn.icon-volume {
      color: #faa21b; }
    .ss-audio-player .audio__btn::before {
      margin-right: .5rem;
      width: 1em; }
    .ss-audio-player .audio__btn:empty:before {
      margin-right: 0; }
    .ss-audio-player .audio__btn.active {
      color: #faa21b; }
    @media (min-width: 768px) {
      .ss-audio-player .audio__btn:hover {
        color: #faa21b; } }
  .ss-audio-player:hover .audio__scrubber rzslider .rz-pointer {
    opacity: 1; }
  .ss-audio-player rzslider {
    margin: 0; }
    .ss-audio-player rzslider .rz-bubble {
      display: none; }
    .ss-audio-player rzslider .rz-pointer {
      -webkit-transform: translateY(calc(-50% + 2px));
      -moz-transform: translateY(calc(-50% + 2px));
      -ms-transform: translateY(calc(-50% + 2px));
      -o-transform: translateY(calc(-50% + 2px));
      transform: translateY(calc(-50% + 2px));
      background: #faa21b;
      border: none;
      top: 0; }
      .ss-audio-player rzslider .rz-pointer:after {
        display: none; }
    .ss-audio-player rzslider .rz-bar-wrapper {
      margin-top: 0;
      padding-top: 0;
      height: 100%;
      opacity: 1 !important;
      cursor: pointer; }
    .ss-audio-player rzslider .rz-bar {
      height: 100%;
      background: #e1e1e1;
      border-radius: 0; }
      .ss-audio-player rzslider .rz-bar.rz-selection {
        width: 100%;
        background: #faa21b;
        border-radius: 0; }

.ss-audio--large .audio__scrubber {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0; }
  .ss-audio--large .audio__scrubber:hover .rz-bar {
    height: 8px; }
  .ss-audio--large .audio__scrubber:hover .rz-pointer {
    -webkit-transform: translateY(-50%) scale(1.5);
    -moz-transform: translateY(-50%) scale(1.5);
    -ms-transform: translateY(-50%) scale(1.5);
    -o-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5); }

.ss-audio--large .audio__controls {
  padding: calc(1.5rem + 4px) 1.5rem 1.5rem;
  margin-bottom: 0;
  box-shadow: 0.3rem 0 2.5rem -0.5rem rgba(28, 28, 28, 0.2), -0.3rem 0 2.5rem -0.5rem rgba(28, 28, 28, 0.2);
  border-radius: 0;
  border: none; }
  .ss-audio--large .audio__controls .controls__right {
    flex-basis: auto;
    margin-top: 0; }
    .ss-audio--large .audio__controls .controls__right div:first-child {
      flex: initial; }

.ss-audio-minimal {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 .5rem 0 0;
  align-items: center;
  background: #ffffff;
  border: solid 1px #e1e1e1;
  border-radius: .4rem;
  color: #939598; }
  .ss-audio-minimal button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: .5rem 1rem; }
    .ss-audio-minimal button.icon-volume {
      color: #faa21b; }
    .ss-audio-minimal button::before {
      margin-right: .5rem;
      width: 1em; }
    .ss-audio-minimal button:empty:before {
      margin-right: 0; }
    .ss-audio-minimal button.active {
      color: #faa21b; }
    @media (min-width: 768px) {
      .ss-audio-minimal button:hover {
        color: #faa21b; } }

.ss-beta {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #ffffff;
  background-color: #939598;
  padding: .2rem 1rem;
  border-radius: 1.5rem;
  font-weight: 600;
  text-transform: uppercase; }

.ss-bind-html--label-fix {
  margin-bottom: 2rem; }

[ss-bind-html] .word {
  display: inline-block; }

[ss-bind-html] .blank {
  display: inline-block;
  width: 10rem;
  height: 2rem;
  border-bottom: 1px solid #1c1c1c;
  content: ''; }

[ss-bind-html] table.valign-cells-top td {
  vertical-align: top; }

[ss-bind-html] blockquote .blocknumber {
  color: #faa21b;
  margin-right: .5rem; }

[ss-bind-html] img {
  width: 100%;
  height: auto; }

[ss-bind-html] .works-cited {
  border-top: solid 1px #e1e1e1;
  margin-top: 3rem;
  padding-top: 3rem; }
  [ss-bind-html] .works-cited ul {
    list-style: none;
    padding-left: 0; }
  [ss-bind-html] .works-cited p, [ss-bind-html] .works-cited li {
    text-indent: -3rem;
    padding-left: 3rem;
    line-height: 2; }

[ss-bind-html] u, [ss-bind-html] u * {
  text-decoration: underline; }

[ss-bind-html][announce-emphasis] u::before, [ss-bind-html][announce-emphasis] u::after {
  position: absolute !important;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%); }
  [ss-bind-html][announce-emphasis] u::before ul, [ss-bind-html][announce-emphasis] u::before ol, [ss-bind-html][announce-emphasis] u::after ul, [ss-bind-html][announce-emphasis] u::after ol {
    list-style: none; }
    [ss-bind-html][announce-emphasis] u::before ul li::before, [ss-bind-html][announce-emphasis] u::before ol li::before, [ss-bind-html][announce-emphasis] u::after ul li::before, [ss-bind-html][announce-emphasis] u::after ol li::before {
      content: '\200B';
      display: block;
      height: 0; }
  [ss-bind-html][announce-emphasis] u::before.ss-focus-visible:focus, [ss-bind-html][announce-emphasis] u::before.ss-focus-visible:active, [ss-bind-html][announce-emphasis] u::after.ss-focus-visible:focus, [ss-bind-html][announce-emphasis] u::after.ss-focus-visible:active {
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto; }

[ss-bind-html][announce-emphasis] u::before {
  content: " [begin underline] "; }

[ss-bind-html][announce-emphasis] u::after {
  content: " [end underline] "; }

[ss-bind-html][announce-emphasis] b::before, [ss-bind-html][announce-emphasis] b::after, [ss-bind-html][announce-emphasis] strong::before, [ss-bind-html][announce-emphasis] strong::after {
  position: absolute !important;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%); }
  [ss-bind-html][announce-emphasis] b::before ul, [ss-bind-html][announce-emphasis] b::before ol, [ss-bind-html][announce-emphasis] b::after ul, [ss-bind-html][announce-emphasis] b::after ol, [ss-bind-html][announce-emphasis] strong::before ul, [ss-bind-html][announce-emphasis] strong::before ol, [ss-bind-html][announce-emphasis] strong::after ul, [ss-bind-html][announce-emphasis] strong::after ol {
    list-style: none; }
    [ss-bind-html][announce-emphasis] b::before ul li::before, [ss-bind-html][announce-emphasis] b::before ol li::before, [ss-bind-html][announce-emphasis] b::after ul li::before, [ss-bind-html][announce-emphasis] b::after ol li::before, [ss-bind-html][announce-emphasis] strong::before ul li::before, [ss-bind-html][announce-emphasis] strong::before ol li::before, [ss-bind-html][announce-emphasis] strong::after ul li::before, [ss-bind-html][announce-emphasis] strong::after ol li::before {
      content: '\200B';
      display: block;
      height: 0; }
  [ss-bind-html][announce-emphasis] b::before.ss-focus-visible:focus, [ss-bind-html][announce-emphasis] b::before.ss-focus-visible:active, [ss-bind-html][announce-emphasis] b::after.ss-focus-visible:focus, [ss-bind-html][announce-emphasis] b::after.ss-focus-visible:active, [ss-bind-html][announce-emphasis] strong::before.ss-focus-visible:focus, [ss-bind-html][announce-emphasis] strong::before.ss-focus-visible:active, [ss-bind-html][announce-emphasis] strong::after.ss-focus-visible:focus, [ss-bind-html][announce-emphasis] strong::after.ss-focus-visible:active {
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto; }

[ss-bind-html][announce-emphasis] b::before, [ss-bind-html][announce-emphasis] strong::before {
  content: " [begin bold] "; }

[ss-bind-html][announce-emphasis] b::after, [ss-bind-html][announce-emphasis] strong::after {
  content: " [end bold] "; }

[ss-bind-html] .screenplay__transition, [ss-bind-html] .screenplay__transition--first, [ss-bind-html] .screenplay__heading, [ss-bind-html] .screenplay__subheader, [ss-bind-html] .screenplay__action, [ss-bind-html] .screenplay__character, [ss-bind-html] .screenplay__character--first, [ss-bind-html] .screenplay__parenthetical, [ss-bind-html] .screenplay__dialog {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.2rem;
  font-weight: 300; }
  [ss-bind-html] .screenplay__transition::before, [ss-bind-html] .screenplay__transition::after, [ss-bind-html] .screenplay__transition--first::before, [ss-bind-html] .screenplay__transition--first::after, [ss-bind-html] .screenplay__heading::before, [ss-bind-html] .screenplay__heading::after, [ss-bind-html] .screenplay__subheader::before, [ss-bind-html] .screenplay__subheader::after, [ss-bind-html] .screenplay__action::before, [ss-bind-html] .screenplay__action::after, [ss-bind-html] .screenplay__character::before, [ss-bind-html] .screenplay__character::after, [ss-bind-html] .screenplay__character--first::before, [ss-bind-html] .screenplay__character--first::after, [ss-bind-html] .screenplay__parenthetical::before, [ss-bind-html] .screenplay__parenthetical::after, [ss-bind-html] .screenplay__dialog::before, [ss-bind-html] .screenplay__dialog::after {
    position: absolute !important;
    height: 1px;
    width: 1px;
    left: 0;
    top: 0;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip-path: inset(50%); }
    [ss-bind-html] .screenplay__transition::before ul, [ss-bind-html] .screenplay__transition::before ol, [ss-bind-html] .screenplay__transition::after ul, [ss-bind-html] .screenplay__transition::after ol, [ss-bind-html] .screenplay__transition--first::before ul, [ss-bind-html] .screenplay__transition--first::before ol, [ss-bind-html] .screenplay__transition--first::after ul, [ss-bind-html] .screenplay__transition--first::after ol, [ss-bind-html] .screenplay__heading::before ul, [ss-bind-html] .screenplay__heading::before ol, [ss-bind-html] .screenplay__heading::after ul, [ss-bind-html] .screenplay__heading::after ol, [ss-bind-html] .screenplay__subheader::before ul, [ss-bind-html] .screenplay__subheader::before ol, [ss-bind-html] .screenplay__subheader::after ul, [ss-bind-html] .screenplay__subheader::after ol, [ss-bind-html] .screenplay__action::before ul, [ss-bind-html] .screenplay__action::before ol, [ss-bind-html] .screenplay__action::after ul, [ss-bind-html] .screenplay__action::after ol, [ss-bind-html] .screenplay__character::before ul, [ss-bind-html] .screenplay__character::before ol, [ss-bind-html] .screenplay__character::after ul, [ss-bind-html] .screenplay__character::after ol, [ss-bind-html] .screenplay__character--first::before ul, [ss-bind-html] .screenplay__character--first::before ol, [ss-bind-html] .screenplay__character--first::after ul, [ss-bind-html] .screenplay__character--first::after ol, [ss-bind-html] .screenplay__parenthetical::before ul, [ss-bind-html] .screenplay__parenthetical::before ol, [ss-bind-html] .screenplay__parenthetical::after ul, [ss-bind-html] .screenplay__parenthetical::after ol, [ss-bind-html] .screenplay__dialog::before ul, [ss-bind-html] .screenplay__dialog::before ol, [ss-bind-html] .screenplay__dialog::after ul, [ss-bind-html] .screenplay__dialog::after ol {
      list-style: none; }
      [ss-bind-html] .screenplay__transition::before ul li::before, [ss-bind-html] .screenplay__transition::before ol li::before, [ss-bind-html] .screenplay__transition::after ul li::before, [ss-bind-html] .screenplay__transition::after ol li::before, [ss-bind-html] .screenplay__transition--first::before ul li::before, [ss-bind-html] .screenplay__transition--first::before ol li::before, [ss-bind-html] .screenplay__transition--first::after ul li::before, [ss-bind-html] .screenplay__transition--first::after ol li::before, [ss-bind-html] .screenplay__heading::before ul li::before, [ss-bind-html] .screenplay__heading::before ol li::before, [ss-bind-html] .screenplay__heading::after ul li::before, [ss-bind-html] .screenplay__heading::after ol li::before, [ss-bind-html] .screenplay__subheader::before ul li::before, [ss-bind-html] .screenplay__subheader::before ol li::before, [ss-bind-html] .screenplay__subheader::after ul li::before, [ss-bind-html] .screenplay__subheader::after ol li::before, [ss-bind-html] .screenplay__action::before ul li::before, [ss-bind-html] .screenplay__action::before ol li::before, [ss-bind-html] .screenplay__action::after ul li::before, [ss-bind-html] .screenplay__action::after ol li::before, [ss-bind-html] .screenplay__character::before ul li::before, [ss-bind-html] .screenplay__character::before ol li::before, [ss-bind-html] .screenplay__character::after ul li::before, [ss-bind-html] .screenplay__character::after ol li::before, [ss-bind-html] .screenplay__character--first::before ul li::before, [ss-bind-html] .screenplay__character--first::before ol li::before, [ss-bind-html] .screenplay__character--first::after ul li::before, [ss-bind-html] .screenplay__character--first::after ol li::before, [ss-bind-html] .screenplay__parenthetical::before ul li::before, [ss-bind-html] .screenplay__parenthetical::before ol li::before, [ss-bind-html] .screenplay__parenthetical::after ul li::before, [ss-bind-html] .screenplay__parenthetical::after ol li::before, [ss-bind-html] .screenplay__dialog::before ul li::before, [ss-bind-html] .screenplay__dialog::before ol li::before, [ss-bind-html] .screenplay__dialog::after ul li::before, [ss-bind-html] .screenplay__dialog::after ol li::before {
        content: '\200B';
        display: block;
        height: 0; }
    [ss-bind-html] .screenplay__transition::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__transition::before.ss-focus-visible:active, [ss-bind-html] .screenplay__transition::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__transition::after.ss-focus-visible:active, [ss-bind-html] .screenplay__transition--first::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__transition--first::before.ss-focus-visible:active, [ss-bind-html] .screenplay__transition--first::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__transition--first::after.ss-focus-visible:active, [ss-bind-html] .screenplay__heading::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__heading::before.ss-focus-visible:active, [ss-bind-html] .screenplay__heading::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__heading::after.ss-focus-visible:active, [ss-bind-html] .screenplay__subheader::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__subheader::before.ss-focus-visible:active, [ss-bind-html] .screenplay__subheader::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__subheader::after.ss-focus-visible:active, [ss-bind-html] .screenplay__action::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__action::before.ss-focus-visible:active, [ss-bind-html] .screenplay__action::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__action::after.ss-focus-visible:active, [ss-bind-html] .screenplay__character::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__character::before.ss-focus-visible:active, [ss-bind-html] .screenplay__character::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__character::after.ss-focus-visible:active, [ss-bind-html] .screenplay__character--first::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__character--first::before.ss-focus-visible:active, [ss-bind-html] .screenplay__character--first::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__character--first::after.ss-focus-visible:active, [ss-bind-html] .screenplay__parenthetical::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__parenthetical::before.ss-focus-visible:active, [ss-bind-html] .screenplay__parenthetical::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__parenthetical::after.ss-focus-visible:active, [ss-bind-html] .screenplay__dialog::before.ss-focus-visible:focus, [ss-bind-html] .screenplay__dialog::before.ss-focus-visible:active, [ss-bind-html] .screenplay__dialog::after.ss-focus-visible:focus, [ss-bind-html] .screenplay__dialog::after.ss-focus-visible:active {
      width: auto;
      height: auto;
      overflow: visible;
      z-index: 999;
      clip-path: none;
      clip: auto; }

[ss-bind-html] .screenplay__transition, [ss-bind-html] .screenplay__heading, [ss-bind-html] .screenplay__subheader, [ss-bind-html] .screenplay__action, [ss-bind-html] .screenplay__character--first {
  max-width: 75rem; }

[ss-bind-html] .screenplay__transition, [ss-bind-html] .screenplay__heading, [ss-bind-html] .screenplay__subheader {
  margin-bottom: 1rem; }

[ss-bind-html] .screenplay__transition {
  text-align: right; }
  [ss-bind-html] .screenplay__transition::before {
    content: "[transition]"; }
  [ss-bind-html] .screenplay__transition--first {
    text-align: left; }

[ss-bind-html] .screenplay__heading::before {
  content: "[scene heading]"; }

[ss-bind-html] .screenplay__subheader::before {
  content: "[subheader]"; }

[ss-bind-html] .screenplay__action {
  margin-top: 0; }
  [ss-bind-html] .screenplay__action::before {
    content: "[action]"; }

[ss-bind-html] .screenplay__character {
  max-width: 12rem;
  white-space: nowrap; }
  [ss-bind-html] .screenplay__character::before {
    content: "[character]"; }

[ss-bind-html] .screenplay__parenthetical {
  max-width: 26rem;
  white-space: nowrap; }
  [ss-bind-html] .screenplay__parenthetical::before {
    content: "[parenthetical]"; }

[ss-bind-html] .screenplay__dialog {
  max-width: 40rem;
  margin-top: 0; }
  @media (max-width: 767px) {
    [ss-bind-html] .screenplay__dialog {
      max-width: 32.5rem; } }
  [ss-bind-html] .screenplay__dialog::before {
    content: "[dialog]"; }
  [ss-bind-html] .screenplay__dialog--multi::before {
    content: ""; }

[ss-bind-html] ul.cards, [ss-bind-html] ol.cards {
  list-style: none;
  margin: 1rem 0;
  padding-left: 0; }
  [ss-bind-html] ul.cards li, [ss-bind-html] ol.cards li {
    border: 1px solid #e1e1e1;
    margin: 1rem 0 0;
    padding: .5rem 1rem; }
  @media (min-width: 768px) {
    [ss-bind-html] ul.cards.single-line, [ss-bind-html] ol.cards.single-line {
      display: flex; }
      [ss-bind-html] ul.cards.single-line li, [ss-bind-html] ol.cards.single-line li {
        flex: 1 0 0;
        margin: 1rem 0 0 1rem; }
        [ss-bind-html] ul.cards.single-line li:first-of-type, [ss-bind-html] ol.cards.single-line li:first-of-type {
          margin-left: 0; }
    [ss-bind-html] ul.cards.two-per-line, [ss-bind-html] ol.cards.two-per-line {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      [ss-bind-html] ul.cards.two-per-line li, [ss-bind-html] ol.cards.two-per-line li {
        width: calc(50% - 0.5rem);
        overflow-wrap: anywhere;
        margin-top: 1rem; }
        [ss-bind-html] ul.cards.two-per-line li:nth-of-type(odd), [ss-bind-html] ol.cards.two-per-line li:nth-of-type(odd) {
          margin-right: 0.5rem; }
        [ss-bind-html] ul.cards.two-per-line li:nth-of-type(even), [ss-bind-html] ol.cards.two-per-line li:nth-of-type(even) {
          margin-left: 0.5rem; } }

[ss-bind-html] ul.list-no-bullets, [ss-bind-html] ol.list-no-bullets {
  list-style: none; }
  [ss-bind-html] ul.list-no-bullets li::before, [ss-bind-html] ol.list-no-bullets li::before {
    content: '\200B';
    display: block;
    height: 0; }

[ss-bind-html] .card {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  padding: 1rem 1.5rem;
  overflow-wrap: anywhere; }

[ss-bind-html] .box-text::before, [ss-bind-html] .box-text::after {
  position: absolute !important;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%); }
  [ss-bind-html] .box-text::before ul, [ss-bind-html] .box-text::before ol, [ss-bind-html] .box-text::after ul, [ss-bind-html] .box-text::after ol {
    list-style: none; }
    [ss-bind-html] .box-text::before ul li::before, [ss-bind-html] .box-text::before ol li::before, [ss-bind-html] .box-text::after ul li::before, [ss-bind-html] .box-text::after ol li::before {
      content: '\200B';
      display: block;
      height: 0; }
  [ss-bind-html] .box-text::before.ss-focus-visible:focus, [ss-bind-html] .box-text::before.ss-focus-visible:active, [ss-bind-html] .box-text::after.ss-focus-visible:focus, [ss-bind-html] .box-text::after.ss-focus-visible:active {
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto; }

[ss-bind-html] .box-text::before {
  content: " [start of border box] "; }

[ss-bind-html] .box-text::after {
  content: " [end of border box] "; }

[ss-bind-html] .fig-caption {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #939598;
  text-align: left;
  margin: 1rem 0; }

.redactor-dropdown-item-box-text &gt; span, [ss-bind-html] .box-text, .redactor-box .box-text {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  padding: 1rem 1.5rem; }

.redactor-dropdown-item-superscript &gt; span::after {
  content: "text";
  vertical-align: super;
  font-size: 50%; }

.redactor-dropdown-item-subscript &gt; span::after {
  content: "text";
  vertical-align: sub;
  font-size: 50%; }

.ss-cutoff__controls {
  position: relative;
  margin-top: 2rem; }
  .ss-cutoff__controls button::after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    margin-left: .5rem;
    opacity: .5; }

.ss-cutoff--rollup .ss-cutoff__content {
  height: 15rem;
  overflow: hidden; }

.ss-cutoff--rollup .ss-cutoff__controls::before {
  background: -webkit-linear-gradient(0deg, #f5f5f5, rgba(255, 255, 255, 0));
  background: linear-gradient(0deg, #f5f5f5, rgba(255, 255, 255, 0));
  content: "";
  display: inline-block;
  position: absolute;
  top: -10rem;
  width: 100%;
  height: 10rem; }

.ss-cutoff--rollup .ss-cutoff__hide {
  display: none; }

.ss-cutoff--rolldown .ss-cutoff__show {
  display: none; }

.ss-form .form__section {
  display: block;
  clear: both;
  display: block;
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  border-top: 1px solid #e1e1e1; }
  .ss-form .form__section::after {
    clear: both;
    content: "";
    display: table; }
  .ss-form .form__section &gt; * {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .ss-form .form__section &gt; *:last-child {
      margin-right: 0; }
    @media print {
      .ss-form .form__section &gt; * {
        float: left !important; } }
  .ss-form .form__section .section__title {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .ss-form .form__section .section__title:last-child {
      margin-right: 0; }
    @media print {
      .ss-form .form__section .section__title {
        float: left !important; } }
    @media (min-width: 768px) {
      .ss-form .form__section .section__title {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 22.11538%;
        width: 25%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .ss-form .form__section .section__title:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .ss-form .form__section .section__title {
      float: left !important; } }
    .ss-form .form__section .section__title h1, .ss-form .form__section .section__title h2, .ss-form .form__section .section__title h3, .ss-form .form__section .section__title h4, .ss-form .form__section .section__title h5, .ss-form .form__section .section__title h6 {
      font-size: 2.1rem;
      line-height: 1.3; }
    .ss-form .form__section .section__title--flex {
      display: flex;
      align-items: center; }
      .ss-form .form__section .section__title--flex *:first-child {
        flex: 1; }
    .ss-form .form__section .section__title--inline * {
      display: inline-block; }
  .ss-form .form__section .section__body {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .ss-form .form__section .section__body:last-child {
      margin-right: 0; }
    @media print {
      .ss-form .form__section .section__body {
        float: left !important; } }
    @media (min-width: 768px) {
      .ss-form .form__section .section__body {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 74.03846%;
        width: 75%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .ss-form .form__section .section__body:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .ss-form .form__section .section__body {
      float: left !important; } }
    .ss-form .form__section .section__body h3 {
      line-height: inherit; }
    .ss-form .form__section .section__body .assignment__tools {
      text-align: left; }
    .ss-form .form__section .section__body .no-bullets {
      margin: 0; }
  .ss-form .form__section .section__edit {
    margin-bottom: 3rem; }
    .ss-form .form__section .section__edit .section__label {
      display: flex;
      align-items: center; }
      .ss-form .form__section .section__edit .section__label label:first-child, .ss-form .form__section .section__edit .section__label div:first-child {
        flex: 1; }
  .ss-form .form__section--top {
    border-top: 0; }

.ss-form .form__prompts {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -1.5rem;
  margin-bottom: 3rem; }
  .ss-form .form__prompts::after {
    clear: both;
    content: "";
    display: table; }
  .ss-form .form__prompts &gt; li, .ss-form .form__prompts &gt; dd {
    margin: 0; }
  .ss-form .form__prompts li {
    display: inline-block;
    margin-top: 1rem;
    margin-right: 1.5rem; }
  .ss-form .form__prompts button {
    color: #faa21b; }
    .ss-form .form__prompts button.active {
      background: #faa21b;
      border-color: #faa21b;
      color: #ffffff; }
      .ss-form .form__prompts button.active:hover, .ss-form .form__prompts button.active:focus {
        background-color: #f77e0d; }

.ss-form .form__checkbox label {
  display: inline-block; }

.ss-form .form__checkbox label.empty {
  display: block; }

.ss-form .form__submit {
  margin-top: 0 !important;
  padding-top: 3rem;
  padding-bottom: 0;
  border-top: 1px solid #e1e1e1; }
  .ss-form .form__submit::after {
    clear: both;
    content: "";
    display: table; }
  #theme-usa .ss-form .form__submit {
    border-top: .25rem; }
  .ss-form .form__submit button {
    float: left; }
    .ss-form .form__submit button:last-child {
      float: right; }
  .ss-form .form__submit--combo {
    display: block; }
    .ss-form .form__submit--combo::after {
      clear: both;
      content: "";
      display: table; }
    .ss-form .form__submit--combo .submit__input {
      width: 70%;
      float: left; }
    .ss-form .form__submit--combo .submit__btn {
      width: 20%;
      float: right; }
    .ss-form .form__submit--combo .submit__error {
      clear: both;
      display: block;
      padding-top: 1rem; }
  .ss-form .form__submit--borderless {
    border: none; }

.ss-form .row {
  margin-bottom: 3rem; }
  .ss-form .row:last-child {
    margin-bottom: 0; }

.ss-form fieldset + .row,
.ss-form fieldset + fieldset {
  margin-top: 3rem; }

.ss-form label {
  display: block; }
  .ss-form label.label--btn {
    display: inline-block; }

.ss-form fieldset {
  margin: 0;
  padding: 0;
  border: none; }
  .ss-form fieldset[disabled='disabled'] {
    opacity: .5; }

.ss-form .ss-matrix .matrix__actions {
  text-align: left; }

.ss-legend {
  font-size: 1.5rem;
  line-height: 1.625;
  width: fit-content;
  margin-top: 1rem;
  margin-left: auto;
  padding: 1rem 0 0 2rem;
  border: solid 1px #e1e1e1;
  border-radius: .4rem;
  box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.2); }
  .ss-legend div {
    display: inline-flex;
    padding: 0 2rem 1rem 0; }
  .ss-legend canvas {
    width: 2rem;
    border-radius: .4rem;
    vertical-align: middle;
    margin-right: .5rem; }
  .ss-legend ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.ss-loader {
  height: 75px;
  width: 75px;
  position: relative;
  top: 50%;
  margin: 0 auto; }
  .ss-loader span {
    height: 35px;
    width: 35px;
    -webkit-animation-name: loaderZoomDefault;
    -moz-animation-name: loaderZoomDefault;
    animation-name: loaderZoomDefault;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    display: block;
    background-color: #faa21b;
    border-radius: 50%; }
    .ss-loader span:nth-child(1) {
      top: 0;
      animation-delay: 0; }
    .ss-loader span:nth-child(2) {
      top: 0;
      left: 40px;
      animation-delay: -1.875s; }
    .ss-loader span:nth-child(4) {
      top: 40px;
      left: 40px;
      animation-delay: -1.25s; }
    .ss-loader span:nth-child(3) {
      top: 40px;
      animation-delay: -0.625s; }
  .ss-loader.loader--vert-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%; }
  .ss-loader.ng-leave {
    transition: 0.2s linear all;
    opacity: 1; }
  .ss-loader.ng-leave.ng-leave-active {
    opacity: 0; }

@keyframes loaderZoomDefault {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: #e1e1e1; }
  80% {
    background-color: #e1e1e1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #faa21b; } }

.ss-palette .palette__selector {
  display: inline-block !important; }
  .ss-palette .palette__selector--reset {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s; }
  .ss-palette .palette__selector::after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    top: 0;
    color: #939598; }

.ss-palette .palette__swatch {
  display: inline-block;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: .4rem;
  background: #faa21b;
  vertical-align: middle;
  content: ''; }
  .ss-palette .palette__swatch.color-1 {
    background-color: #ffdc19 !important; }
  .ss-palette .palette__swatch.color-2 {
    background-color: #9a488e !important; }
  .ss-palette .palette__swatch.color-3 {
    background-color: #faa21b !important; }
  .ss-palette .palette__swatch.color-4 {
    background-color: #00abe6 !important; }
  .ss-palette .palette__swatch.color-5 {
    background-color: #da5450 !important; }
  .ss-palette .palette__swatch.color-6 {
    background-color: #92af2b !important; }
  .ss-palette .palette__swatch.color-7 {
    background-color: #000000 !important; }
  .ss-palette .palette__swatch.color-8 {
    background-color: #939598 !important; }
  .ss-palette .palette__swatch.color-8 {
    border: solid 1px #e1e1e1; }

.ss-palette .droppable-overlay {
  width: 22rem;
  padding: 1rem 0; }
  .ss-palette .droppable-overlay::before {
    left: 1.5rem; }
  .ss-palette .droppable-overlay ul {
    margin: 0; }
  .ss-palette .droppable-overlay li {
    display: inline-block;
    float: left;
    padding: .5rem 2rem;
    width: 50%;
    font-size: 1.4rem; }
    .ss-palette .droppable-overlay li:hover {
      -webkit-transition: ease-in-out, 0.15s;
      -moz-transition: ease-in-out, 0.15s;
      transition: ease-in-out, 0.15s;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      background: inherit; }
  .ss-palette .droppable-overlay li &gt; * {
    padding: 0; }

.ss-palette__label {
  display: inline-block;
  margin-left: 1rem; }

.ss-searchable__end {
  margin-top: 3rem; }
  .ss-searchable__end::after {
    clear: both;
    content: "";
    display: table; }
  .ss-searchable__end p {
    margin: 0;
    color: #939598; }
  .ss-searchable__end .end__finished p:first-child {
    float: left; }
  .ss-searchable__end .end__finished p:last-child {
    float: right; }
  .ss-searchable__end .end__loading {
    width: 100%;
    text-align: center; }
    .ss-searchable__end .end__loading::before {
      -webkit-animation: spin 1.2s infinite linear;
      -moz-animation: spin 1.2s infinite linear;
      animation: spin 1.2s infinite linear;
      margin-right: 1rem; }
  .ss-searchable__end.end--table {
    margin-top: 0;
    border-top: solid 1px #e1e1e1;
    padding-top: 2rem; }
  .ss-searchable__end.summary--table {
    border-top: none; }

.ss-shape {
  margin: 0 0.5rem; }
  .ss-shape::after {
    content: "";
    vertical-align: middle; }
  .ss-shape.color-1 {
    color: #ffdc19 !important; }
  .ss-shape.color-2 {
    color: #9a488e !important; }
  .ss-shape.color-3 {
    color: #faa21b !important; }
  .ss-shape.color-4 {
    color: #00abe6 !important; }
  .ss-shape.color-5 {
    color: #da5450 !important; }
  .ss-shape.color-6 {
    color: #92af2b !important; }
  .ss-shape.color-7 {
    color: #000000 !important; }
  .ss-shape.color-8 {
    color: #939598 !important; }
  .ss-shape.star::after {
    font-size: 2.2rem;
    line-height: 0;
    content: "★"; }
  .ss-shape.diamond::after {
    font-size: 3rem;
    line-height: 0;
    content: "◆"; }
  .ss-shape.triangle::after {
    font-size: 2.4rem;
    line-height: 0;
    content: "▲"; }
  .ss-shape.spade::after {
    font-size: 1.8rem;
    line-height: 0;
    content: "♠"; }
  .ss-shape.heart::after {
    font-size: 1.6rem;
    line-height: 0;
    content: "♥"; }
  .ss-shape.club::after {
    font-size: 1.8rem;
    line-height: 0;
    content: "♣"; }
  .ss-shape.square:after {
    font-size: 2.4rem;
    line-height: 0;
    content: "◼"; }
  .ss-shape.circle::after {
    font-size: 2.4rem;
    line-height: 0;
    content: "●"; }

.ss-site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ss-site-nav ul::after {
    clear: both;
    content: "";
    display: table; }
  .ss-site-nav ul &gt; li, .ss-site-nav ul &gt; dd {
    margin: 0; }

.ss-site-nav .nav__drop-icon:before {
  font-family: "ss-icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: optimizeLegibility;
  content: ""; }

.ss-site-nav--mobile &gt; ul {
  display: block; }
  .ss-site-nav--mobile &gt; ul &gt; li {
    border-bottom: 1px solid #e1e1e1; }

.ss-site-nav--mobile li {
  display: block; }

.ss-site-nav--mobile button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit; }

.ss-site-nav--mobile button, .ss-site-nav--mobile a {
  display: block;
  padding: 2.25rem 2rem 2.25rem 5rem;
  width: 100%;
  text-align: left; }

.ss-site-nav--mobile .nav {
  /* Top level nav item */
  /* Directional arrow on top level */
  /* Droppable subnav */ }
  .ss-site-nav--mobile .nav__top-level {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative;
    color: #1c1c1c;
    line-height: 1;
    text-transform: uppercase; }
    .ss-site-nav--mobile .nav__top-level.open, .ss-site-nav--mobile .nav__top-level:hover {
      color: #faa21b; }
    .ss-site-nav--mobile .nav__top-level:before {
      -webkit-transform: translate(calc(-100% - 7px), -1px);
      -moz-transform: translate(calc(-100% - 7px), -1px);
      -ms-transform: translate(calc(-100% - 7px), -1px);
      -o-transform: translate(calc(-100% - 7px), -1px);
      transform: translate(calc(-100% - 7px), -1px);
      position: absolute;
      top: auto;
      left: auto;
      font-size: 18px; }
  .ss-site-nav--mobile .nav__top-level.open .nav__drop-icon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ss-site-nav--mobile .nav__subnav {
    display: block;
    background-color: #4b4a4b;
    padding: 1.5rem 0; }
    .ss-site-nav--mobile .nav__subnav a {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      color: #fff;
      font-size: 16px;
      line-height: 1; }
      .ss-site-nav--mobile .nav__subnav a:hover {
        color: #faa21b; }
    .ss-site-nav--mobile .nav__subnav .active a {
      color: #faa21b; }
    .ss-site-nav--mobile .nav__subnav [class*="icon"]:before {
      display: none; }
    .ss-site-nav--mobile .nav__subnav .secondary-nav-fullname {
      display: none; }

.ss-site-nav--large {
  float: left;
  height: 100%;
  /* Droppable icon indicator */
  /* Droppable subnav */ }
  @media (max-width: 767px) {
    .ss-site-nav--large {
      display: none; } }
  .ss-site-nav--large &gt; ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: flex-end; }
    .ss-site-nav--large &gt; ul &gt; li {
      display: block;
      position: relative;
      padding: 0 2rem 1.7rem; }
      .ss-site-nav--large &gt; ul &gt; li:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 50%;
        height: 0;
        width: 0;
        border-bottom: 0.5rem solid #939598;
        border-left: 0.5rem solid transparent;
        border-right: 0.5rem solid transparent;
        content: '';
        opacity: 0;
        margin-left: -.5rem; }
      .ss-site-nav--large &gt; ul &gt; li.active:after {
        opacity: 1; }
  .ss-site-nav--large a {
    display: block;
    color: #939598;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 1149px) {
      .ss-site-nav--large a {
        font-size: 14px; } }
    .ss-site-nav--large a:before {
      display: none; }
  .ss-site-nav--large a:not(.btn) {
    line-height: 1; }
  .ss-site-nav--large .active &gt; a,
  .ss-site-nav--large li:hover &gt; a {
    color: #faa21b; }
  .ss-site-nav--large .nav__drop-icon {
    margin-left: .5rem; }
  .ss-site-nav--large li:hover .nav__drop-icon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ss-site-nav--large li.hide-large-subnav .nav__drop-icon {
    display: none; }
  .ss-site-nav--large .nav__subnav {
    display: none;
    position: absolute;
    top: calc(100% - .5rem);
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    border-radius: .4rem;
    box-shadow: 0 2px 3px rgba(28, 28, 28, 0.05);
    z-index: 1; }
    .ss-site-nav--large .nav__subnav ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 1rem 0; }
      .ss-site-nav--large .nav__subnav ul li {
        flex: 1 0 50%;
        width: 40vw;
        max-width: 50rem; }
    .ss-site-nav--large .nav__subnav a {
      padding: 1rem 1.5rem;
      color: #4b4a4b;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: none;
      text-align: left; }
      .ss-site-nav--large .nav__subnav a:hover {
        color: #faa21b;
        background-color: #f5f5f5; }
    .ss-site-nav--large .nav__subnav .active a {
      color: #faa21b; }
    .ss-site-nav--large .nav__subnav [class*="icon"]:before {
      display: none; }
    .ss-site-nav--large .nav__subnav:before {
      position: absolute;
      top: calc(-.75rem - 1px);
      left: 2.5rem;
      height: 1.5rem;
      width: 1.5rem;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      display: block;
      background: #ffffff;
      border: solid #e1e1e1;
      border-width: 1px 1px 0 0;
      content: ''; }
  .ss-site-nav--large li:hover .nav__subnav {
    display: block; }
  .ss-site-nav--large li.hide-large-subnav .nav__subnav {
    display: none !important; }

.ss-site-nav__package-filter {
  display: inline-block;
  width: 250px;
  text-align: left; }

.ss-sortable {
  font-size: 1.7rem;
  line-height: 1.625;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .ss-sortable {
      position: absolute;
      right: 0;
      bottom: 1.2rem;
      margin-top: 0;
      text-align: right; } }
  .ss-sortable a {
    font-weight: 400; }
  .ss-sortable li a {
    font-weight: 300; }
  .ss-sortable i {
    padding-left: .5rem; }

.sorting-actions {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto; }
  .sorting-actions--horizontal {
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between; }
    .sorting-actions--horizontal .sorting-actions__prev {
      margin-right: .2rem; }
  .sorting-actions button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    height: 2rem;
    width: 2rem;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 1.2rem;
    color: #939598;
    border: solid 1px #e1e1e1;
    border-radius: 50%; }
  .sorting-actions__prev:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: ""; }
  .sorting-actions__next:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: ""; }

.ss-standards-list {
  margin: 1.5rem 0 0; }
  .ss-standards-list li {
    margin: 0 0.1rem 0.2rem 0;
    padding: 0.1rem 0.2rem;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    background: transparent; }
    .ss-standards-list li .btn {
      color: #4b4a4b;
      background-color: #ffffff; }
      .ss-standards-list li .btn:hover, .ss-standards-list li .btn:focus {
        color: #faa21b;
        border-color: #faa21b; }
    .ss-standards-list li.active .btn {
      color: #faa21b;
      border-color: #faa21b;
      padding-right: 4rem; }
      .ss-standards-list li.active .btn:hover, .ss-standards-list li.active .btn:focus {
        color: #da5450;
        border-color: #da5450; }
      .ss-standards-list li.active .btn .remove {
        color: #faa21b;
        display: inherit; }
      .ss-standards-list li.active .btn:hover .remove, .ss-standards-list li.active .btn:focus .remove {
        color: #da5450; }
    .ss-standards-list li input {
      display: none; }
    .ss-standards-list li button {
      position: relative; }
    .ss-standards-list li .remove {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      position: absolute;
      right: 1.5rem;
      bottom: -0.1rem;
      display: none; }
      .ss-standards-list li .remove::after {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
  .ss-standards-list--associated li.active .btn {
    padding-right: 2.5rem; }
    .ss-standards-list--associated li.active .btn:hover, .ss-standards-list--associated li.active .btn:focus {
      color: #ffffff;
      border-color: #faa21b;
      background-color: #faa21b; }
  .ss-standards-list__items {
    display: inline; }
  .ss-standards-list__icon {
    display: inline; }
    .ss-standards-list__icon::before {
      margin: 1rem 0.5rem;
      color: #939598; }

.ss-standards-picker .search-bar {
  background: inherit; }

.ss-standards-picker .input__helper {
  display: none; }

ss-standards .field .selectize-input &gt; input[type="text"] {
  width: 100% !important; }

.ss-tag-list {
  margin: 1.5rem 0 0; }
  .ss-tag-list li {
    margin: 0 0.1rem 0.2rem 0;
    padding: 0.1rem 0.2rem;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    background: transparent; }
    .ss-tag-list li .btn {
      color: #4b4a4b;
      background-color: #ffffff; }
      .ss-tag-list li .btn:hover, .ss-tag-list li .btn:focus {
        color: #faa21b;
        border-color: #faa21b; }
    .ss-tag-list li.active .btn {
      color: #faa21b;
      border-color: #faa21b;
      padding-right: 4rem; }
      .ss-tag-list li.active .btn:hover, .ss-tag-list li.active .btn:focus {
        color: #da5450;
        border-color: #da5450; }
      .ss-tag-list li.active .btn .remove {
        color: #faa21b;
        display: inherit; }
      .ss-tag-list li.active .btn:hover .remove, .ss-tag-list li.active .btn:focus .remove {
        color: #da5450; }
    .ss-tag-list li input {
      display: none; }
    .ss-tag-list li button {
      position: relative; }
    .ss-tag-list li .remove {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      position: absolute;
      right: 1.5rem;
      bottom: -0.1rem;
      display: none; }
      .ss-tag-list li .remove::after {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
  .ss-tag-list--associated li.active .btn {
    padding-right: 2.5rem; }
    .ss-tag-list--associated li.active .btn:hover, .ss-tag-list--associated li.active .btn:focus {
      color: #ffffff;
      border-color: #faa21b;
      background-color: #faa21b; }

.ss-tag-picker .picker__upper {
  margin-bottom: 3rem; }
  .ss-tag-picker .picker__upper .upper__search input {
    padding-left: 2.75rem;
    border-bottom: none; }
  .ss-tag-picker .picker__upper .upper__sort .ss-sortable {
    position: static;
    margin-top: .5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .ss-tag-picker .picker__upper .upper__sort .ss-sortable {
        text-align: right; } }

.ss-tag-picker .picker__middle {
  position: relative; }
  .ss-tag-picker .picker__middle::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5em;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none; }
  .ss-tag-picker .picker__middle .middle__tags {
    position: relative;
    height: 45rem;
    overflow: scroll; }
    .ss-tag-picker .picker__middle .middle__tags .picker__list {
      margin: 0 0 7.5rem;
      padding: 0 1rem;
      display: block; }
      .ss-tag-picker .picker__middle .middle__tags .picker__list--empty {
        position: absolute;
        top: 40%;
        right: 50%;
        -webkit-transform: translateY(-50%) translateX(50%);
        -moz-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
        -o-transform: translateY(-50%) translateX(50%);
        transform: translateY(-50%) translateX(50%);
        text-align: center; }

.ss-tag-picker .picker__lower {
  padding-top: 2rem;
  min-height: 6.2rem;
  border-top: 1px solid #e1e1e1; }
  .ss-tag-picker .picker__lower .lower__selected {
    padding: 0.2rem 0 0; }
    .ss-tag-picker .picker__lower .lower__selected .selected__results {
      display: inline; }
      .ss-tag-picker .picker__lower .lower__selected .selected__results p {
        display: inline;
        margin-right: .5rem;
        line-height: 3rem; }
    .ss-tag-picker .picker__lower .lower__selected .picker__list::before {
      display: none; }
  .ss-tag-picker .picker__lower .lower__submit {
    padding: 0; }
    .ss-tag-picker .picker__lower .lower__submit button {
      float: right; }

.ss-tag-picker .picker__list {
  margin: 1.5rem 0 0;
  display: block; }
  .ss-tag-picker .picker__list li {
    margin: 0 0.1rem 0.2rem 0;
    padding: 0.1rem 0.2rem;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    background: transparent; }
    .ss-tag-picker .picker__list li .btn {
      color: #4b4a4b;
      background-color: #ffffff; }
      .ss-tag-picker .picker__list li .btn:hover, .ss-tag-picker .picker__list li .btn:focus {
        color: #faa21b;
        border-color: #faa21b; }
    .ss-tag-picker .picker__list li.active .btn {
      color: #faa21b;
      border-color: #faa21b;
      padding-right: 4rem; }
      .ss-tag-picker .picker__list li.active .btn:hover, .ss-tag-picker .picker__list li.active .btn:focus {
        color: #da5450;
        border-color: #da5450; }
      .ss-tag-picker .picker__list li.active .btn .remove {
        color: #faa21b;
        display: inherit; }
      .ss-tag-picker .picker__list li.active .btn:hover .remove, .ss-tag-picker .picker__list li.active .btn:focus .remove {
        color: #da5450; }
    .ss-tag-picker .picker__list li input {
      display: none; }
    .ss-tag-picker .picker__list li button {
      position: relative; }
    .ss-tag-picker .picker__list li .remove {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      position: absolute;
      right: 1.5rem;
      bottom: -0.1rem;
      display: none; }
      .ss-tag-picker .picker__list li .remove::after {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
  .ss-tag-picker .picker__list--associated li.active .btn {
    padding-right: 2.5rem; }
    .ss-tag-picker .picker__list--associated li.active .btn:hover, .ss-tag-picker .picker__list--associated li.active .btn:focus {
      color: #ffffff;
      border-color: #faa21b;
      background-color: #faa21b; }
  @media (min-width: 768px) {
    .ss-tag-picker .picker__list {
      display: inline; } }

.ss-video-record .video__countdown .countdown__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c1c1c;
  opacity: 0.75;
  transition: opacity .2s; }
  .ss-video-record .video__countdown .countdown__bg.countdown-2 {
    opacity: 0.5; }
  .ss-video-record .video__countdown .countdown__bg.countdown-1 {
    opacity: .25; }
  .ss-video-record .video__countdown .countdown__bg.inactive {
    opacity: 0; }

.ss-video-record .video__countdown .countdown__numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  animation: countdownBounce 1s 3; }
  @media (prefers-reduced-motion) {
    .ss-video-record .video__countdown .countdown__numbers {
      animation: none; } }

.ss-video-record .video__recording {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  line-height: 1.625;
  margin: .75rem;
  padding: .5rem .75rem;
  color: #da5450;
  font-weight: 500;
  border-radius: .4rem; }
  .ss-video-record .video__recording span {
    margin-left: .5rem; }

.ss-video-record .video__time {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.5rem;
  line-height: 1.625;
  display: flex;
  padding: .75rem;
  color: #ffffff; }
  .ss-video-record .video__time &gt; * {
    margin-right: 0.6rem;
    margin-left: 0.6rem; }
  .ss-video-record .video__time span {
    min-width: 4.5rem;
    text-align: center; }
  .ss-video-record .video__time .time__container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    flex: 1;
    background: #939598;
    border-radius: .25rem; }
  .ss-video-record .video__time .time__filled {
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    transition: width 1s linear;
    display: block;
    content: '';
    height: 100%;
    background: #ffffff;
    border-radius: .25rem; }

.ss-video-record .video__recorder {
  width: 100%; }

.ss-video-record .video__actions {
  display: flex;
  margin-bottom: 1rem; }
  .ss-video-record .video__actions--top {
    justify-content: space-between; }

@-moz-document url-prefix() {
  .ss-video-record .video__recorder {
    max-height: 30rem; } }

@keyframes countdownBounce {
  0% {
    opacity: 0;
    font-size: 14rem;
    animation-timing-function: ease-out; }
  20%, 80% {
    opacity: 1; }
  100% {
    opacity: 0;
    font-size: 12rem; } }

ss-video .ss-video-container {
  position: relative;
  line-height: 0; }
  @media print {
    ss-video .ss-video-container {
      display: none; } }
  ss-video .ss-video-container &gt; * {
    line-height: 1.625; }

ss-video .flowplayer-load-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  color: transparent;
  border-color: transparent;
  line-height: 0; }

ss-video .fp-subtitle-menu {
  display: none; }

ss-video .fp-color, ss-video .fp-bar, ss-video .fp-icon, ss-video .fp-cc, ss-video .fp-progress, ss-video .fp-transcript, ss-video .fp-volume {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  ss-video .fp-color::before, ss-video .fp-bar::before, ss-video .fp-icon::before, ss-video .fp-cc::before, ss-video .fp-progress::before, ss-video .fp-transcript::before, ss-video .fp-volume::before {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

ss-video .fp-bar-slider em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

ss-video .fp-color, ss-video .fp-progress {
  background-color: #faa21b; }

ss-video .fp-cc {
  padding: 0 0.5rem; }

ss-video .fp-elapsed {
  min-width: 4.5rem; }

ss-video .fp-icon {
  line-height: 2rem; }
  ss-video .fp-icon::before {
    line-height: 1; }
  ss-video .fp-icon:hover::before, ss-video .fp-icon:focus::before {
    color: #faa21b; }

ss-video .fp-timeline {
  min-width: 5rem; }

ss-video .fp-transcript {
  padding: 0 1rem; }
  ss-video .fp-transcript--mock {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    cursor: pointer;
    color: #ffffff; }
    ss-video .fp-transcript--mock::before {
      top: 0; }

ss-video .fp-volume {
  height: initial; }

ss-video .fp-cc, ss-video .fp-transcript, ss-video .fp-descriptions {
  border-radius: .5rem; }
  ss-video .fp-cc.ss-color, ss-video .fp-transcript.ss-color, ss-video .fp-descriptions.ss-color {
    background-color: #ffffff;
    color: #1c1c1c !important; }
  ss-video .fp-cc:hover, ss-video .fp-cc:focus, ss-video .fp-transcript:hover, ss-video .fp-transcript:focus, ss-video .fp-descriptions:hover, ss-video .fp-descriptions:focus {
    color: #faa21b !important; }

ss-video .fp-descriptions {
  padding: 0 0.5rem;
  font-weight: bold; }

ss-video .is-fullscreen .fp-transcript {
  display: none; }

ss-video .flowplayer.is-fullscreen .fp-captions p {
  font-size: 2.5vmax; }

ss-video .summary {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 1rem;
  padding-bottom: 0; }

.ss-video-infobox .transcript p {
  display: flex;
  margin-bottom: 1rem; }

.ss-video-infobox .transcript .timestamp {
  font-family: 'Courier New', Courier, monospace;
  margin-right: 2rem; }

.audio-description-controls {
  font-size: 1.5rem;
  line-height: 1.625; }
  .audio-description-controls::before {
    padding-right: .5rem; }

.fp-help {
  background: black;
  color: white; }

.standards-navigator {
  padding-top: 3rem; }
  .standards-navigator .icon-search {
    padding-left: 10px; }
  .standards-navigator .input__text[class*='icon']:before {
    left: auto; }
  .standards-navigator input[type="search"] {
    font-size: 1.9rem;
    padding: .5rem 0; }
  .standards-navigator .ss-loader {
    margin-top: 100px; }
  .standards-navigator .type-selector {
    padding: 0 15px;
    width: 90%; }
  .standards-navigator table.grades-selector {
    width: 80px;
    text-align: center;
    float: left;
    margin-top: 42px; }
    .standards-navigator table.grades-selector td {
      height: 80px;
      cursor: pointer;
      border: 1px solid lightgrey; }
      .standards-navigator table.grades-selector td.active {
        background-color: lightgrey; }
  .standards-navigator .standards-navigator-header {
    padding-bottom: 20px; }
  .standards-navigator .standards-instructions {
    text-align: center;
    padding-top: 300px; }
  .standards-navigator div.standards-tree-container {
    max-width: calc(100% - 85px);
    width: calc(100% - 85px);
    margin-left: 85px; }
    .standards-navigator div.standards-tree-container table.standards-tree {
      width: 100%;
      max-width: 100%; }
      .standards-navigator div.standards-tree-container table.standards-tree th:first-child, .standards-navigator div.standards-tree-container table.standards-tree td:first-child {
        line-height: 1.2; }
      .standards-navigator div.standards-tree-container table.standards-tree th, .standards-navigator div.standards-tree-container table.standards-tree td {
        padding: 10px;
        font-size: 1.9rem;
        line-height: 1.9rem;
        height: 40px; }
      .standards-navigator div.standards-tree-container table.standards-tree .searchCell {
        padding: 0;
        text-align: center;
        width: 32px; }
      .standards-navigator div.standards-tree-container table.standards-tree .codeCell {
        width: 140px;
        padding: 0;
        text-align: center; }
      .standards-navigator div.standards-tree-container table.standards-tree th {
        border-right: 1px solid transparent;
        border-left: 1px solid transparent; }
      .standards-navigator div.standards-tree-container table.standards-tree td {
        border: 1px solid lightgrey; }
      .standards-navigator div.standards-tree-container table.standards-tree tr.level-1 td:first-child {
        padding-left: 40px; }
      .standards-navigator div.standards-tree-container table.standards-tree tr.level-2 td:first-child {
        padding-left: 80px; }
      .standards-navigator div.standards-tree-container table.standards-tree tr.level-3 td:first-child {
        padding-left: 120px; }
      .standards-navigator div.standards-tree-container table.standards-tree tr.level-4 td:first-child {
        padding-left: 160px; }

.standards-view ul {
  margin: 0; }

.standards__description {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.625;
  font-weight: 300; }
  .standards__description::after {
    clear: both;
    content: "";
    display: table; }
  .standards__description &gt; li, .standards__description &gt; dd {
    margin: 0; }
  .standards__description li {
    padding-bottom: 1.5rem; }
    .standards__description li:last-child {
      padding-bottom: 0; }
    .standards__description li strong {
      color: #4b4a4b;
      font-weight: 500; }
    .standards__description li p {
      margin: 0; }

.standards__instructions div:first-child h2 {
  margin-top: 0; }

.standards__instructions div h2 {
  margin-top: 1.5rem;
  font-weight: bold; }

@media only screen and (max-height: 800px) {
  .sticky-wrapper {
    height: auto !important; } }

[sticky] {
  position: static; }
  @media only screen and (min-width: 768px) and (min-height: 800px) {
    [sticky].stuck {
      position: fixed;
      width: 100%;
      z-index: 101; } }

@media only screen and (min-width: 768px) and (min-height: 800px) {
  .container [sticky].stuck {
    width: calc(100% - 5rem); } }

.sticky-headline.stuck .headline {
  margin-bottom: 0; }

.container [sticky].stuck {
  max-width: 1100px; }

.container--breakout--active [sticky].stuck {
  max-width: 536px; }
  @media (max-width: 1149px) {
    .container--breakout--active [sticky].stuck {
      max-width: 46%; } }

.subnav {
  background: -webkit-linear-gradient(#939598, #939598);
  background: linear-gradient(#939598, #939598);
  clear: both;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #ffffff; }
  .subnav::after {
    clear: both;
    content: "";
    display: table; }
  @media print {
    .subnav {
      display: none; } }
  html[runtime=native] .subnav {
    margin-top: 5.5rem; }
  @media (max-width: 767px) {
    .subnav {
      margin-top: 5.5rem; } }
  .subnav li, .subnav li + li {
    display: block; }
  .subnav a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 1.5rem;
    line-height: 3.5rem;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative; }
    @media (max-width: 767px) {
      .subnav a {
        font-size: 1.4rem; } }
  .subnav__left {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left; }
    .subnav__left::after {
      clear: both;
      content: "";
      display: table; }
    .subnav__left &gt; li, .subnav__left &gt; dd {
      margin: 0; }
    .subnav__left li {
      float: left; }
      .subnav__left li a, .subnav__left li span {
        display: inline-block; }
      .subnav__left li span {
        padding: 0 1.25rem;
        font-weight: 700;
        font-size: 60%;
        vertical-align: top; }
      .subnav__left li:last-child span {
        display: none; }
  .subnav__right {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right; }
    .subnav__right::after {
      clear: both;
      content: "";
      display: table; }
    .subnav__right &gt; li, .subnav__right &gt; dd {
      margin: 0; }
    @media (max-width: 767px) {
      .subnav__right {
        display: none; } }
    .subnav__right li, .subnav__right li + li {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      float: left;
      position: relative; }
      .subnav__right li.has-separator, .subnav__right li + li.has-separator {
        margin-left: 2.5rem; }
        .subnav__right li.has-separator::before, .subnav__right li + li.has-separator::before {
          position: absolute;
          top: 0.75rem;
          left: -1.5rem;
          content: '';
          width: .1rem;
          height: 2rem;
          background-color: #ffffff; }
    .subnav__right li:first-child {
      margin-right: 0; }
    .subnav__right a {
      padding-right: 1rem;
      padding-left: 1rem; }
      .subnav__right a:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 50%;
        height: 0;
        width: 0;
        border-bottom: 0.5rem solid #f5f5f5;
        border-left: 0.5rem solid transparent;
        border-right: 0.5rem solid transparent;
        content: '';
        opacity: 0;
        margin-left: -.5rem; }
      .subnav__right a.active:after {
        opacity: 1; }
  .subnav--messaging {
    font-size: 1.5rem; }

.summary {
  padding: 3rem 2.5rem;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .summary {
      padding: 2rem 3rem; } }
  .summary--help {
    font-style: italic; }
  .summary--end {
    margin-bottom: 0; }
  .summary--flex div {
    font-size: 1.5rem;
    line-height: 1;
    color: rgba(28, 28, 28, 0.5);
    text-align: center;
    margin-bottom: 2rem; }
    .summary--flex div:last-child {
      margin-bottom: 0; }
    .summary--flex div span {
      color: #1c1c1c; }
  @media (min-width: 768px) {
    .summary--flex {
      display: flex; }
      .summary--flex p {
        flex: 1;
        margin-right: 2rem; }
      .summary--flex div {
        flex: 1;
        margin-right: 2rem;
        margin-bottom: 0; }
        .summary--flex div:last-child {
          margin-right: 0; } }
  .summary .summary__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .summary .summary__list::after {
      clear: both;
      content: "";
      display: table; }
    .summary .summary__list &gt; li, .summary .summary__list &gt; dd {
      margin: 0; }
    .summary .summary__list dt {
      color: rgba(28, 28, 28, 0.5);
      margin-top: 3rem; }
      .summary .summary__list dt:first-child {
        margin-top: 0; }
    .summary .summary__list dd {
      color: #1c1c1c; }
    .summary .summary__list strong {
      font-weight: 500; }
    .summary .summary__list h2 {
      font-size: 1.7rem;
      line-height: 1.625; }

.syncblast-overview-discussion-question {
  margin: 1rem 0; }

.syncblast-bg-standards + .syncblast-bg-standards {
  margin-top: 2rem; }

.syncblast-bg-question + .syncblast-bg-question {
  margin-top: 2rem; }

.syncblast-bg-question__options {
  margin-top: 8px;
  margin-bottom: 2rem; }

.syncblast-bg-question__option.correct {
  color: #92af2b; }

.syncblast-bg-question__explanation {
  display: block;
  border-left: 4px solid #e1e1e1;
  padding-left: 1rem; }
  @media print {
    .syncblast-bg-question__explanation {
      display: none; } }

.tab-mode-keyboard-help {
  display: none; }

.show-in-tab-mode {
  position: absolute !important;
  height: 1px;
  width: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip-path: inset(50%); }
  .show-in-tab-mode ul, .show-in-tab-mode ol {
    list-style: none; }
    .show-in-tab-mode ul li::before, .show-in-tab-mode ol li::before {
      content: '\200B';
      display: block;
      height: 0; }
  .show-in-tab-mode.ss-focus-visible:focus, .show-in-tab-mode.ss-focus-visible:active {
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto; }

.tab-mode-enabled *:focus {
  outline-color: #4D90FE !important;
  outline-style: solid !important;
  outline-offset: .5rem !important;
  outline-width: .5rem !important;
  z-index: 9999;
  box-shadow: 0 0 0 0 #4D90FE; }

.tab-mode-enabled .tab-mode-keyboard-help {
  display: block; }

.tab-mode-enabled .show-in-tab-mode {
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 999;
  clip-path: none;
  clip: auto;
  position: static !important; }

.annotation-popup-open .tab-mode-keyboard-help {
  display: none; }

.te-wrap-container {
  display: flex;
  position: relative; }
  @media (min-width: 768px) {
    .te-wrap-container.allow-flex .te-wrap {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; } }
  @media (min-width: 768px) {
    .te-wrap-container.allow-flex .te-wrap.active {
      max-width: 300px; } }
  .te-wrap-container ng-transclude {
    flex-grow: 1; }

.te-wrap {
  -webkit-transition: max-width 0.3s;
  -moz-transition: max-width 0.3s;
  transition: max-width 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 0;
  border-left: 6px solid #00abe6;
  z-index: 100; }
  .te-wrap.active {
    max-width: 300px; }
    @media (min-width: 768px) {
      .te-wrap.active {
        max-width: 450px; } }
  .te-wrap .wrap__nav {
    opacity: 0; }
  .te-wrap .wrap__content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-top: 4rem;
    background: #ffffff;
    opacity: 0;
    overflow: scroll; }
    .te-wrap .wrap__content .uploaded-image {
      position: relative;
      max-width: 40rem; }
      .te-wrap .wrap__content .uploaded-image-opener {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 3rem;
        line-height: 1;
        display: block;
        z-index: 2;
        opacity: 0; }
        .te-wrap .wrap__content .uploaded-image-opener:before {
          font-family: "ss-icons";
          width: auto;
          margin: 0;
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          line-height: 1em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          vertical-align: middle;
          position: relative;
          top: -1px;
          text-rendering: optimizeLegibility;
          content: "";
          color: #faa21b; }
      .te-wrap .wrap__content .uploaded-image:hover .uploaded-image-opener {
        opacity: 1.0; }
  .te-wrap .wrap__toggle {
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    /* Size */
    /* Icon */
    /* Mouse Actions */
    position: absolute;
    top: 36rem;
    right: auto;
    bottom: auto;
    left: -11rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #00abe6;
    white-space: nowrap; }
    .te-wrap .wrap__toggle[disabled] {
      opacity: .5;
      pointer-events: none; }
    .te-wrap .wrap__toggle.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    .te-wrap .wrap__toggle[class*='icon']:before {
      margin-right: .5rem; }
    .te-wrap .wrap__toggle:after {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      margin-left: .5rem; }
    .te-wrap .wrap__toggle i {
      opacity: .5;
      margin-left: .5rem; }
  .te-wrap.active .wrap__nav, .te-wrap.active .wrap__content {
    opacity: 1; }
  .te-wrap.active .wrap__toggle:after {
    font-family: "ss-icons";
    content: ""; }
  .te-wrap h2 {
    font-size: 1.7rem;
    line-height: 1.625;
    padding: 1rem 2rem 0;
    border-top: 1px solid #f5f5f5; }
    .te-wrap h2:first-child {
      border-top: none; }
  .te-wrap table {
    font-size: 1.5rem;
    line-height: 1.625;
    display: block;
    border: none; }
    .te-wrap table thead {
      display: none; }
    .te-wrap table tbody tr td {
      padding: 0 2rem;
      border: none; }
    .te-wrap table tbody tr h4 {
      font-size: 1.5rem;
      line-height: 1.625;
      font-weight: 600;
      margin-top: 1rem; }
    .te-wrap table tbody tr ol {
      margin-bottom: 0; }
    .te-wrap table table tbody tr td {
      border: solid 1px #e1e1e1; }
  .te-wrap .wrap__nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    z-index: 1;
    background-color: #ffffff; }
    .te-wrap .wrap__nav .inline-state-nav {
      display: flex;
      margin: 0;
      flex: 1; }
      .te-wrap .wrap__nav .inline-state-nav li {
        flex: 1;
        text-align: center;
        font-size: 1.4rem; }
        .te-wrap .wrap__nav .inline-state-nav li a {
          padding-right: 0;
          padding-left: 0; }
        .te-wrap .wrap__nav .inline-state-nav li.active {
          border-color: #00abe6; }
    .te-wrap .wrap__nav .lesson-plan {
      padding: 1rem 2rem 0.75rem;
      flex: 0;
      border-bottom: 2px solid #e1e1e1; }

.tab-mode-enabled .te-wrap .wrap__toggle:focus:focus {
  margin-left: 1.2rem;
  margin-right: 1.2rem; }

.test-question-breakdown {
  overflow-x: scroll;
  margin-bottom: 10rem; }
  .test-question-breakdown::after {
    position: absolute;
    right: 2.5rem;
    bottom: 0;
    content: '';
    width: 10em;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none; }
  .test-question-breakdown table {
    font-size: 1.5rem;
    margin-top: 7rem;
    text-align: center; }
  .test-question-breakdown th, .test-question-breakdown td {
    padding: 1rem 2.5rem;
    width: 4rem;
    border: solid 1px #e1e1e1;
    position: relative;
    font-weight: normal; }
    .test-question-breakdown th[title], .test-question-breakdown th[original-title], .test-question-breakdown td[title], .test-question-breakdown td[original-title] {
      cursor: help; }
  .test-question-breakdown .summary-cell {
    background: #f5f5f5;
    text-transform: uppercase; }
  .test-question-breakdown i {
    display: block;
    margin-top: 0.6rem;
    font-size: 2rem; }
  .test-question-breakdown__header-row {
    height: 14rem;
    white-space: nowrap; }
    .test-question-breakdown__header-row::after {
      display: none; }
    .test-question-breakdown__header-row th {
      padding: 0 0 2rem;
      border: none; }
      .test-question-breakdown__header-row th:first-child, .test-question-breakdown__header-row th:nth-child(2) {
        font-size: 1.2rem;
        color: #939598;
        font-weight: 500;
        text-transform: uppercase;
        text-align: right;
        z-index: 2; }
        .test-question-breakdown__header-row th:first-child .rotated-content, .test-question-breakdown__header-row th:nth-child(2) .rotated-content {
          padding-top: 1.75rem; }
      .test-question-breakdown__header-row th:last-child {
        border-right: none; }
      .test-question-breakdown__header-row th &gt; .rotate-container {
        -webkit-transform: translate(0, 10.2rem) rotate(315deg);
        -moz-transform: translate(0, 10.2rem) rotate(315deg);
        -ms-transform: translate(0, 10.2rem) rotate(315deg);
        -o-transform: translate(0, 10.2rem) rotate(315deg);
        transform: translate(0, 10.2rem) rotate(315deg);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        width: 4rem; }
      .test-question-breakdown__header-row th .rotated-content {
        padding: 1.5rem 0 0.3rem 5.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 25rem;
        border-top: solid 1px #e1e1e1;
        text-align: left;
        font-weight: 400;
        overflow: inherit; }
    .test-question-breakdown__header-row .rotate__empty div &gt; div {
      padding-top: 5rem; }
  .test-question-breakdown__score {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.7); }
    .test-question-breakdown__score.color-1 {
      color: #1c1c1c;
      background-color: rgba(255, 220, 25, 0.5); }
      .test-question-breakdown__score.color-1:hover, .test-question-breakdown__score.color-1:focus {
        background-color: rgba(255, 220, 25, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .test-question-breakdown__score.color-2 {
      color: #1c1c1c;
      background-color: rgba(154, 72, 142, 0.5); }
      .test-question-breakdown__score.color-2:hover, .test-question-breakdown__score.color-2:focus {
        background-color: rgba(154, 72, 142, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .test-question-breakdown__score.color-3 {
      color: #1c1c1c;
      background-color: rgba(250, 162, 27, 0.5); }
      .test-question-breakdown__score.color-3:hover, .test-question-breakdown__score.color-3:focus {
        background-color: rgba(250, 162, 27, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .test-question-breakdown__score.color-4 {
      color: #1c1c1c;
      background-color: rgba(0, 171, 230, 0.5); }
      .test-question-breakdown__score.color-4:hover, .test-question-breakdown__score.color-4:focus {
        background-color: rgba(0, 171, 230, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .test-question-breakdown__score.color-5 {
      color: #1c1c1c;
      background-color: rgba(218, 84, 80, 0.5); }
      .test-question-breakdown__score.color-5:hover, .test-question-breakdown__score.color-5:focus {
        background-color: rgba(218, 84, 80, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .test-question-breakdown__score.color-6 {
      color: #1c1c1c;
      background-color: rgba(146, 175, 43, 0.5); }
      .test-question-breakdown__score.color-6:hover, .test-question-breakdown__score.color-6:focus {
        background-color: rgba(146, 175, 43, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .test-question-breakdown__score.color-7 {
      color: #1c1c1c;
      background-color: rgba(0, 0, 0, 0.5); }
      .test-question-breakdown__score.color-7:hover, .test-question-breakdown__score.color-7:focus {
        background-color: rgba(0, 0, 0, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }
    .test-question-breakdown__score.color-8 {
      color: #1c1c1c;
      background-color: rgba(147, 149, 152, 0.5); }
      .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
        background-color: rgba(147, 149, 152, 0.8); }
    .test-question-breakdown__score.color-8:hover, .test-question-breakdown__score.color-8:focus {
      background-color: rgba(28, 28, 28, 0.2); }

.thematic-list .thematic-list__body {
  margin: 0;
  padding: 0;
  list-style: none; }
  .thematic-list .thematic-list__body::after {
    clear: both;
    content: "";
    display: table; }
  .thematic-list .thematic-list__body &gt; li, .thematic-list .thematic-list__body &gt; dd {
    margin: 0; }

.thematic-list .thematic-list__header {
  display: flex; }
  .thematic-list .thematic-list__header &gt; .headline {
    margin-left: 2rem; }
    .thematic-list .thematic-list__header &gt; .headline:first-child {
      width: 4rem;
      margin-left: 0; }
    .thematic-list .thematic-list__header &gt; .headline:nth-child(2) {
      flex: 2; }
    .thematic-list .thematic-list__header &gt; .headline:last-child {
      flex: 5.8; }

.thematic-list .thematic-list__row {
  padding: 2rem 0;
  border-bottom: solid 1px #e1e1e1; }
  .thematic-list .thematic-list__row:first-child {
    padding-top: 0; }
  .thematic-list .thematic-list__row:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  @media (min-width: 768px) {
    .thematic-list .thematic-list__row {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .thematic-list .thematic-list__row .headline {
    margin-bottom: 2rem; }

.thematic-list .thematic-list__row-header {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .thematic-list .thematic-list__row-header {
      height: 4rem;
      width: 4rem;
      border: solid 1px #e1e1e1;
      border-radius: 50%;
      text-align: center;
      vertical-align: middle;
      line-height: 4rem;
      margin: 4rem 2rem 0 0; } }

.thematic-list .thematic-list__unit-options {
  margin: 0;
  padding: 0;
  list-style: none; }
  .thematic-list .thematic-list__unit-options::after {
    clear: both;
    content: "";
    display: table; }
  .thematic-list .thematic-list__unit-options &gt; li, .thematic-list .thematic-list__unit-options &gt; dd {
    margin: 0; }
  .thematic-list .thematic-list__unit-options &gt; li {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .thematic-list .thematic-list__unit-options &gt; li {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .thematic-list .thematic-list__unit-options {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      width: calc((100% - 6rem) / 4 * 3); } }

.thematic-list .thematic-list__unit {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .thematic-list .thematic-list__unit {
      margin-bottom: 0;
      padding: 0 0 0 2rem;
      width: 33.33%; }
      .thematic-list .thematic-list__unit--thematic {
        width: calc((100% - 6rem) / 4);
        padding: 0 2rem 0 0;
        border-right: solid 1px #e1e1e1; } }
  .thematic-list .thematic-list__unit a.btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center; }
  .thematic-list .thematic-list__unit--additional figure span {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 3rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #faa21b; }
  .thematic-list .thematic-list__unit--additional figure:hover span, .thematic-list .thematic-list__unit--additional figure:focus span {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    color: #f77e0d; }
  .thematic-list .thematic-list__unit--additional .file-list {
    display: none; }

.thematic-list .thematic-list__image {
  position: relative;
  height: 0;
  padding-bottom: 54%;
  overflow: hidden;
  margin-bottom: 1rem; }
  .thematic-list .thematic-list__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.think-asst .assessment__optional-field {
  margin-bottom: 2rem; }

.think-asst__header {
  margin: 2rem 0 2rem; }

.think-asst .think-asst__feedback li + li {
  margin-top: 1rem; }

@media (min-width: 768px) {
  .time-picker {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem; }
    .time-picker__btn-group {
      display: flex;
      gap: .5rem;
      flex: 1 1 auto; }
    .time-picker__btn {
      flex: 1 1 auto; } }

.tipsy.large-white .tipsy-inner {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #1c1c1c;
  font-weight: 300;
  background: #ffffff;
  max-width: 430px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.1); }

.tipsy.large-white .tipsy-arrow {
  height: 1rem;
  width: 1rem;
  background: #ffffff;
  border: solid #e1e1e1;
  border-width: 1px 1px 0 0; }
  .tipsy.large-white .tipsy-arrow.tipsy-arrow-n {
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg); }
  .tipsy.large-white .tipsy-arrow.tipsy-arrow-s {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

.toggle-view-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .toggle-view-container {
      flex-basis: 100%;
      align-items: flex-start;
      margin-top: 1rem; } }
  .toggle-view-container .toggle-view {
    position: static;
    margin-top: 0; }
  .toggle-view-container .ss-sortable {
    position: static; }

.toggle-view {
  margin-top: 1rem; }
  .toggle-view::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .toggle-view {
      position: absolute;
      top: 1rem;
      right: 0;
      margin-top: 0; } }
  .toggle-view button {
    padding: 0 1rem;
    display: block;
    height: 3rem;
    line-height: 3rem;
    float: left; }
    .toggle-view button div {
      display: inline-block; }
      @media (min-width: 768px) {
        .toggle-view button div {
          font-size: 0; } }
    .toggle-view button i {
      margin-right: .5rem; }
      @media (min-width: 768px) {
        .toggle-view button i {
          display: block;
          margin-right: 0; } }
    .toggle-view button:hover i, .toggle-view button.active i, .toggle-view button:hover div, .toggle-view button.active div {
      -webkit-transition: color 1s ease;
      -moz-transition: color 1s ease;
      transition: color 1s ease; }
    .toggle-view button:hover i, .toggle-view button:hover div {
      color: #f77e0d; }
    .toggle-view button.active:hover i, .toggle-view button.active:hover div {
      color: #ffffff; }
    .toggle-view button:first-child {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .toggle-view button:last-child {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-left: none; }
    @media (min-width: 768px) {
      .toggle-view button {
        height: 2.5rem;
        line-height: 2.5rem; } }

.ui-datepicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
  line-height: 1.625;
  display: none;
  min-width: 22.2rem;
  margin: 0 .1rem 1rem;
  border-radius: .3rem;
  padding: 1rem 1.4rem;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0 0 0 0.1rem #e1e1e1, 0 0.5rem 2rem #e1e1e1;
  z-index: 1002 !important; }
  .ui-datepicker-header {
    padding-bottom: .4rem; }
  .ui-datepicker-prev, .ui-datepicker-next {
    padding: 0 .5rem;
    border-radius: .3rem; }
    .ui-datepicker-prev:hover, .ui-datepicker-prev:focus, .ui-datepicker-next:hover, .ui-datepicker-next:focus {
      background: #faa21b;
      color: #ffffff; }
  .ui-datepicker-prev {
    float: left; }
  .ui-datepicker-next {
    float: right; }
  .ui-datepicker-title {
    text-align: center; }
  .ui-datepicker-calendar {
    font-size: 1.3rem;
    line-height: 1.625; }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
      padding: .2rem; }
    .ui-datepicker-calendar span, .ui-datepicker-calendar td a {
      display: block;
      width: 2.6rem;
      line-height: 2.6rem;
      text-align: center;
      color: #1c1c1c;
      border-radius: .3rem; }
    .ui-datepicker-calendar th span {
      color: #939598;
      font-weight: normal; }
    .ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td a:focus {
      background: #faa21b;
      text-decoration: none; }
    .ui-datepicker-calendar td .ui-state-active {
      background: #939598;
      color: #ffffff;
      cursor: default; }
    .ui-datepicker-calendar td.ui-datepicker-today a {
      border-radius: 1.3rem;
      box-shadow: inset 0 0 0 0.2rem #939598; }
    .ui-datepicker-calendar td.ui-state-disabled {
      opacity: .3; }
  .ui-datepicker .ui-state-hover, .ui-datepicker .ui-state-highlight {
    background: #faa21b;
    color: #ffffff;
    text-decoration: none; }

.playground ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .playground ul::after {
    clear: both;
    content: "";
    display: table; }
  .playground ul &gt; li, .playground ul &gt; dd {
    margin: 0; }

.playground code {
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-family: monospace; }

.playground .instructions {
  padding: 2rem;
  background-color: #f5f5f5;
  margin-bottom: 2rem;
  border-radius: .5rem; }

.playground .buttons button {
  margin-bottom: 1rem; }

.playground .colors {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }
  .playground .colors__swatch {
    width: 23%;
    margin-bottom: 2rem; }
  .playground .colors__block {
    display: block;
    height: 12.5rem;
    background-color: black;
    margin-bottom: 1rem; }
    .playground .colors__block--yellow {
      background-color: #ffdc19; }
    .playground .colors__block--lightorange {
      background-color: #fdb913; }
    .playground .colors__block--orange {
      background-color: #faa21b; }
    .playground .colors__block--darkorange {
      background-color: #f77e0d; }
    .playground .colors__block--lightblue {
      background-color: #e4f5fc; }
    .playground .colors__block--blue {
      background-color: #00abe6; }
    .playground .colors__block--darkblue {
      background-color: #1992c6; }
    .playground .colors__block--lightgreen {
      background-color: #bfd730; }
    .playground .colors__block--green {
      background-color: #92af2b; }
    .playground .colors__block--darkgreen {
      background-color: #69940c; }
    .playground .colors__block--purple {
      background-color: #9a488e; }
    .playground .colors__block--red {
      background-color: #da5450; }
    .playground .colors__block--white {
      background-color: #ffffff; }
    .playground .colors__block--lightgray {
      background-color: #f5f5f5; }
    .playground .colors__block--gray {
      background-color: #e1e1e1; }
    .playground .colors__block--modgray {
      background-color: #b2b2b2; }
    .playground .colors__block--medgray {
      background-color: #939598; }
    .playground .colors__block--darkgray {
      background-color: #4b4a4b; }
    .playground .colors__block--black {
      background-color: #1c1c1c; }
  .playground .colors__details li {
    font-size: 1.4rem; }
    .playground .colors__details li:first-child {
      font-size: 2rem; }

.playground .forms label {
  pointer-events: none; }

.playground .forms .form__radio .hover::before {
  background-color: #92af2b;
  border-color: #faa21b;
  background-clip: content-box; }

.playground .icons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }
  .playground .icons i {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 31%;
    margin-bottom: 1rem;
    font-style: normal; }
    .playground .icons i::before {
      margin-right: 1rem;
      width: 2rem; }

.playground .typography__2col, .playground .typography__3col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.playground .typography__2col p, .playground .typography__2col div {
  flex: 1 0 40%; }

.playground .typography__3col p, .playground .typography__3col div {
  flex: 1 0 33%; }

.unit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  clear: both;
  display: block;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }
  .unit-list::after {
    clear: both;
    content: "";
    display: table; }
  .unit-list &gt; li, .unit-list &gt; dd {
    margin: 0; }
  .unit-list::after {
    clear: both;
    content: "";
    display: table; }
  .unit-list &gt; * {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .unit-list &gt; *:last-child {
      margin-right: 0; }
    @media print {
      .unit-list &gt; * {
        float: left !important; } }
  @media (max-width: 767px) {
    .unit-list {
      margin-left: 0;
      margin-right: 0; } }
  .unit-list &gt; li, .unit-list &gt; div {
    margin-top: 2.5rem; }
    .unit-list &gt; li:first-child, .unit-list &gt; div:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .unit-list &gt; li, .unit-list &gt; div {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 48.07692%;
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .unit-list &gt; li:last-child, .unit-list &gt; div:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .unit-list &gt; li, .unit-list &gt; div {
      float: left !important; } }
    @media (min-width: 768px) {
        .unit-list &gt; li:nth-child(2n + 1), .unit-list &gt; div:nth-child(2n + 1) {
          clear: left; }
        .unit-list &gt; li:nth-child(-n + 2), .unit-list &gt; div:nth-child(-n + 2) {
          margin-top: 0; } }
  .unit-list .unit__headline {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.7rem;
    margin-bottom: .5rem; }
  .unit-list .unit__image {
    position: relative;
    height: 0;
    padding-bottom: 44.61%;
    overflow: hidden;
    margin-bottom: 1rem; }
    .unit-list .unit__image .image__actions {
      position: absolute;
      bottom: 1rem;
      width: 100%; }
      .unit-list .unit__image .image__actions button {
        display: block;
        margin-left: 1rem; }
        @media (min-width: 1150px) {
          .unit-list .unit__image .image__actions button {
            width: 47%; } }
      .unit-list .unit__image .image__actions button + button {
        margin-top: 1rem; }
    .unit-list .unit__image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .unit-list .file-list &gt; li {
    display: block; }

.upload-poster {
  display: flex;
  flex-direction: column; }
  .upload-poster__action {
    flex: 0 0 auto;
    margin-bottom: 2rem; }
  .upload-poster__cropper {
    flex: 0 1 auto; }
    @media (min-width: 850px) {
      .upload-poster__cropper {
        max-width: 60%; } }
  .upload-poster__crop-box {
    display: block;
    padding: 5px; }
  .upload-poster__label {
    display: inline-block; }
  .upload-poster__input:focus + .upload-poster__label {
    outline-color: #4D90FE !important;
    outline-style: solid !important;
    outline-offset: .5rem !important;
    outline-width: .5rem !important;
    z-index: 9999; }

.vocab th {
  padding-bottom: 1rem; }

.vocab i {
  color: #92af2b; }

.warning {
  padding: 2rem;
  display: flex;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  border-radius: 4px; }
  .warning .warning__icon {
    color: #faa21b;
    margin-right: 2rem; }
  .warning .warning__description {
    font-size: 1.5rem;
    line-height: 1.625; }
  .warning .warning__actions button {
    margin-top: 1rem;
    margin-right: 1rem;
    display: inline-block; }
  .warning--error {
    border-color: #da5450;
    color: #da5450; }
    .warning--error .warning__icon {
      color: #da5450; }
  .warning--success {
    border-color: #689107;
    color: #689107; }
    .warning--success .warning__icon {
      color: #689107; }

.welcome-panel {
  margin-bottom: 7rem;
  padding: 0; }
  .welcome-panel .welcome__headline {
    margin-bottom: 3rem; }
  .welcome-panel .headline--strikethrough {
    margin-right: auto;
    margin-left: auto;
    max-width: 78rem; }

.window-height {
  min-height: 100vh; }

.work__section {
  margin-top: 3rem;
  padding-top: 0;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e1e1e1; }
  .work__section:first-child {
    margin-top: 0; }
  .work__section:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .work__section .section__headline {
    margin-bottom: 2rem; }
    .work__section .section__headline.headline--small {
      margin-bottom: 1rem; }
    .work__section .section__headline strong {
      font-weight: 500; }
    .work__section .section__headline .headline__actions {
      float: right; }
    .work__section .section__headline .meta__expand:after {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      margin-left: .5rem;
      opacity: .7; }
  .work__section .section__body .headline--large {
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 2.2rem; }
  .work__section .section__body .redactor-box, .work__section .section__body .body__content {
    margin: 1rem 0; }
  .work__section .section__meta {
    margin: 0;
    font-size: 1.4rem; }
  .work__section .section__feedback .feedback__content {
    display: flex;
    margin-bottom: 2rem; }
    .work__section .section__feedback .feedback__content button {
      margin-left: 2rem; }

.work__response {
  border-left: 4px solid #e1e1e1;
  padding-left: 2rem; }

.work__thinks {
  margin: 0;
  padding: 0;
  list-style: none; }
  .work__thinks::after {
    clear: both;
    content: "";
    display: table; }
  .work__thinks &gt; li, .work__thinks &gt; dd {
    margin: 0; }
  .work__thinks li + li {
    margin-top: 4rem; }
  .work__thinks .think__question {
    font-size: 1.5rem;
    line-height: 1.625;
    font-weight: 500;
    margin-bottom: 2rem; }

.work [sticky].stuck {
  width: inherit;
  max-width: 53.8rem;
  margin-right: 2.5rem; }

.alerts-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .alerts-list::after {
    clear: both;
    content: "";
    display: table; }
  .alerts-list &gt; li, .alerts-list &gt; dd {
    margin: 0; }
  .alerts-list &gt; li + li {
    border-top: 1px solid #e1e1e1;
    margin-top: 3rem;
    padding-top: 3rem; }
  .alerts-list ul {
    list-style: disc;
    margin: 1em 0; }
  .alerts-list li .btn {
    margin-top: 1rem; }
  .alerts-list section {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .alerts-list section:first-child {
      padding-top: 0; }
  .alerts-list .ss-form .form__submit {
    padding-top: 0; }

.assessment-report .icon-angle-right::before {
  content: ""; }

.assessment-report .icon-angle-right::after {
  font-family: "ss-icons";
  content: '\e83e';
  margin-left: 1rem; }

.assessment-bank-selector.active .btn {
  color: #faa21b;
  border-color: #faa21b;
  padding-right: 4rem; }
  .assessment-bank-selector.active .btn:hover, .assessment-bank-selector.active .btn:focus {
    color: #da5450;
    border-color: #da5450; }
  .assessment-bank-selector.active .btn .remove {
    color: #faa21b;
    display: inherit; }
  .assessment-bank-selector.active .btn:hover .remove, .assessment-bank-selector.active .btn:focus .remove {
    color: #da5450; }

.assessment-bank-selector .remove {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  right: 1.5rem;
  bottom: -0.1rem;
  display: none; }
  .assessment-bank-selector .remove::after {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: ""; }

.block-editor .matrix__list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0; }
  .block-editor .matrix__list::after {
    clear: both;
    content: "";
    display: table; }
  .block-editor .matrix__list &gt; li, .block-editor .matrix__list &gt; dd {
    margin: 0; }
  .block-editor .matrix__list &gt; li {
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    padding: 1rem;
    border: solid 1px #e1e1e1;
    border-radius: .4rem;
    position: relative;
    min-width: 0; }
    .block-editor .matrix__list &gt; li.sortable-chosen {
      cursor: -webkit-grabbing; }
    .block-editor .matrix__list &gt; li + li {
      margin-top: .5rem; }
    .block-editor .matrix__list &gt; li .list__select + span {
      line-height: 1.5;
      margin-left: 3.2rem; }
  .block-editor .matrix__list .list__item {
    display: flex;
    flex-wrap: wrap; }
    .block-editor .matrix__list .list__item .assessment__columns {
      flex-basis: 100%;
      margin-top: 1rem;
      min-width: 0; }
      .block-editor .matrix__list .list__item .assessment__columns &gt; div {
        min-width: 0;
        margin-bottom: 1rem; }
        .block-editor .matrix__list .list__item .assessment__columns &gt; div:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .block-editor .matrix__list .list__item .assessment__columns &gt; div {
            margin-right: 1rem;
            margin-bottom: 0; }
            .block-editor .matrix__list .list__item .assessment__columns &gt; div:last-child {
              margin-right: 0; } }
  .block-editor .matrix__list .list__name {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    flex: 1;
    min-width: 0;
    text-align: left; }
    .block-editor .matrix__list .list__name span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
  .block-editor .matrix__list .list__actions {
    margin: 0;
    padding: 0;
    list-style: none; }
    .block-editor .matrix__list .list__actions::after {
      clear: both;
      content: "";
      display: table; }
    .block-editor .matrix__list .list__actions &gt; li, .block-editor .matrix__list .list__actions &gt; dd {
      margin: 0; }
    .block-editor .matrix__list .list__actions li {
      display: inline-block;
      padding: 0 .5rem; }
  .block-editor .matrix__list .list__sorting-actions {
    flex: 0 1 auto;
    margin-right: .8rem; }

.block-editor .matrix__actions {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: .5rem; }
  .block-editor .matrix__actions::after {
    clear: both;
    content: "";
    display: table; }
  .block-editor .matrix__actions &gt; li, .block-editor .matrix__actions &gt; dd {
    margin: 0; }
  .block-editor .matrix__actions li {
    display: inline-block; }
  .block-editor .matrix__actions button {
    margin-bottom: .5rem; }

.block-editor .matrix__empty {
  font-style: italic; }

.block-editor--editing .matrix__list .list__drag-handle {
  padding-left: .8rem;
  cursor: move;
  cursor: -webkit-grab;
  min-width: 2rem; }
  .block-editor--editing .matrix__list .list__drag-handle:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #939598; }
  .block-editor--editing .matrix__list .list__drag-handle:hover::before, .block-editor--editing .matrix__list .list__drag-handle:focus::before {
    color: #faa21b; }

.assessment__cell {
  position: relative; }
  .assessment__cell.invalid, .assessment__cell.valid {
    cursor: default; }
  .assessment__cell .cell__close {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-size: 3rem;
    line-height: 0;
    position: absolute;
    top: .1rem;
    right: 0;
    width: 3.9rem;
    height: 3.9rem;
    padding: .5rem;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
    z-index: 2; }
    @media print {
      .assessment__cell .cell__close {
        display: none; } }
    .assessment__cell .cell__close::before {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      font-size: 1.5rem;
      line-height: 1px;
      display: block;
      color: #939598; }
    .assessment__cell .cell__close:active {
      -webkit-transform: translateY(1px);
      -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
      -o-transform: translateY(1px);
      transform: translateY(1px); }
  .assessment__cell .cell__data {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 2rem;
    justify-content: flex-start; }
  .assessment__cell .cell__input {
    display: inline-block;
    width: 100%;
    min-height: 3.5rem;
    background: rgba(0, 171, 230, 0.1);
    font-size: inherit;
    line-height: inherit;
    border: solid 1px #00abe6;
    padding: 0 .5rem;
    border-radius: .2rem; }
  .assessment__cell .cell__textarea {
    display: block;
    width: 100%;
    min-height: 5rem;
    background: rgba(0, 171, 230, 0.1);
    font-size: inherit;
    line-height: inherit;
    border: solid 1px #00abe6;
    padding: 0 .5rem;
    border-radius: .2rem;
    resize: none; }
    .assessment__cell .cell__textarea p {
      padding-top: 1rem; }
  .assessment__cell .cell__select {
    display: flex;
    justify-content: center;
    align-items: center; }
    .assessment__cell .cell__select button {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      margin: 0 auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      opacity: 0; }
      .assessment__cell .cell__select button:focus, .assessment__cell .cell__select button:hover {
        opacity: 1; }
  .assessment__cell .redactor-box {
    width: 100%; }

.assessment__chart {
  margin-bottom: 3rem; }
  .assessment__chart .chart__draggable {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.625;
    min-height: 4.8rem;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: start; }
    .assessment__chart .chart__draggable::after {
      clear: both;
      content: "";
      display: table; }
    .assessment__chart .chart__draggable &gt; li, .assessment__chart .chart__draggable &gt; dd {
      margin: 0; }
    .assessment__chart .chart__draggable li, .assessment__chart .chart__draggable li + li {
      -webkit-transition: background-color, border-color, color 0.15s ease-in-out;
      -moz-transition: background-color, border-color, color 0.15s ease-in-out;
      transition: background-color, border-color, color 0.15s ease-in-out;
      margin: 0 1rem 1rem 0;
      border: 1px solid #00abe6;
      border-radius: .2rem;
      padding: .6rem 1rem .7rem 4rem;
      position: relative;
      cursor: -webkit-grab;
      height: auto !important;
      width: auto !important; }
      .assessment__chart .chart__draggable li::before, .assessment__chart .chart__draggable li + li::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        position: absolute;
        top: 1rem;
        left: 1rem;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        color: #939598; }
      .assessment__chart .chart__draggable li:active, .assessment__chart .chart__draggable li + li:active {
        box-shadow: 0 0 0 1px #00abe6;
        cursor: -webkit-grabbing;
        z-index: 999; }
        .assessment__chart .chart__draggable li:active.chart__image, .assessment__chart .chart__draggable li + li:active.chart__image {
          -webkit-transition: all 0.15s ease-in-out;
          -moz-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
          -webkit-transform: scale3d(2.66, 2.66, 2.66);
          -moz-transform: scale3d(2.66, 2.66, 2.66);
          -ms-transform: scale3d(2.66, 2.66, 2.66);
          -o-transform: scale3d(2.66, 2.66, 2.66);
          transform: scale3d(2.66, 2.66, 2.66); }
          .assessment__chart .chart__draggable li:active.chart__image img, .assessment__chart .chart__draggable li + li:active.chart__image img {
            opacity: .65; }
      .assessment__chart .chart__draggable li p, .assessment__chart .chart__draggable li + li p {
        margin: 0; }
    .assessment__chart .chart__draggable img {
      height: 7.5rem;
      width: 7.5rem;
      vertical-align: top; }
    .assessment__chart .chart__draggable--dialog li::before, .assessment__chart .chart__draggable--dialog li + li::before {
      content: "\e834"; }
    .assessment__chart .chart__draggable--dialog li.chart__image, .assessment__chart .chart__draggable--dialog li + li.chart__image {
      transform: none !important; }
  .assessment__chart .chart__table {
    table-layout: fixed;
    width: 100%;
    border: 1px dotted #939598; }
    .assessment__chart .chart__table th, .assessment__chart .chart__table td {
      border-right: 1px dotted #939598;
      border-bottom: 1px dotted #939598; }
      .assessment__chart .chart__table th:last-child, .assessment__chart .chart__table td:last-child {
        border-right: none; }
    .assessment__chart .chart__table th {
      border-top: 0;
      height: 3rem;
      padding: 1rem;
      font-weight: 600; }
      .assessment__chart .chart__table th p {
        margin: 0; }
    .assessment__chart .chart__table tr:first-child th {
      vertical-align: bottom; }
    .assessment__chart .chart__table tr:last-child td {
      border-bottom: none; }
    .assessment__chart .chart__table td {
      position: relative;
      height: 5rem;
      padding: 1rem; }
      .assessment__chart .chart__table td.has-image {
        width: 10rem; }
      .assessment__chart .chart__table td .cell-content {
        padding: 1.5rem;
        height: 100%; }
        .assessment__chart .chart__table td .cell-content.has-display-image img {
          height: 100%;
          width: 100%; }
        .assessment__chart .chart__table td .cell-content.has-display-text [ng-bind-html], .assessment__chart .chart__table td .cell-content.has-display-text [ss-bind-html] {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          word-break: break-all;
          word-break: break-word; }
        .assessment__chart .chart__table td .cell-content__data {
          min-height: 4rem; }
    .assessment__chart .chart__table img {
      height: 5rem;
      width: 5rem;
      vertical-align: top; }
      .assessment__print-view .assessment__chart .chart__table img {
        height: 7.5rem;
        width: 7.5rem; }
    .assessment__chart .chart__table .ui-droppable.active {
      background: rgba(0, 171, 230, 0.08); }
    .assessment__chart .chart__table .ui-droppable.hover {
      background: rgba(0, 171, 230, 0.5); }
    .assessment__chart .chart__table--grading .grading-gutter {
      text-align: center; }
      .assessment__chart .chart__table--grading .grading-gutter.valid .validator-mark::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        color: #bfd730; }
      .assessment__chart .chart__table--grading .grading-gutter.invalid .validator-mark::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: "";
        color: #da5450; }
      .assessment__chart .chart__table--grading .grading-gutter.unknown .validator-mark::before {
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
  .assessment__chart .assessment__cell .cell__close {
    height: 2.1rem;
    width: 2.1rem; }
  .assessment__chart .assessment__cell--grading .validator-mark::before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #939598; }
  .assessment__chart .assessment__cell--grading.invalid {
    background: rgba(218, 84, 80, 0.1);
    border: 1px solid #da5450; }
    .assessment__chart .assessment__cell--grading.invalid .validator-mark::before {
      content: "\e814"; }
  .assessment__chart .assessment__cell--grading.valid {
    background: rgba(191, 215, 48, 0.1);
    border: 1px solid #bfd730; }
    .assessment__chart .assessment__cell--grading.valid .validator-mark::before {
      content: "\e813"; }
  .assessment__chart .assessment__cell--grading .cell__data {
    padding: .6rem 1rem .7rem 4rem; }
  .assessment__chart--editing .chart__table {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .assessment__chart--editing .chart__table tr:last-child td {
      text-align: center; }
  .assessment__chart--editing .cell__data {
    display: block;
    margin-bottom: 1rem; }
    .assessment__chart--editing .cell__data:last-child {
      margin-bottom: 0; }
    .assessment__chart--editing .cell__data img {
      height: 100%;
      margin-bottom: 1rem; }
    .assessment__chart--editing .cell__data .file-upload {
      margin-bottom: 1rem; }
  .assessment__chart--editing .btn--remove {
    border: none;
    margin: 0 auto; }

.cloze-choice-value {
  margin-bottom: 1rem;
  display: inline-block; }
  .cloze-choice-value.invalid, .cloze-choice-value.valid {
    padding: 0.4rem 0.75rem;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5rem; }
  .cloze-choice-value.invalid {
    color: #da5450;
    font-weight: 600; }
    .cloze-choice-value.invalid::after {
      content: ' (Incorrect)'; }
  .cloze-choice-value.valid {
    color: #bfd730;
    font-weight: 600; }
    .cloze-choice-value.valid::after {
      content: ' (Correct)'; }

.cloze-choices-inline-view {
  border: solid 1px #e1e1e1;
  padding: 0 0.75rem;
  margin: 0 0.75rem 0 0; }

.ebsr__part {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  page-break-after: avoid;
  page-break-inside: avoid; }

.assessment__gns .gns__help {
  border-radius: .5rem; }

.assessment__gns .gns__draggable {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.625;
  min-height: 4.8rem;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 2rem;
  border: 1px dotted #939598;
  display: flex;
  flex-wrap: wrap;
  align-items: start; }
  .assessment__gns .gns__draggable::after {
    clear: both;
    content: "";
    display: table; }
  .assessment__gns .gns__draggable &gt; li, .assessment__gns .gns__draggable &gt; dd {
    margin: 0; }
  .assessment__gns .gns__draggable li, .assessment__gns .gns__draggable li + li {
    -webkit-transition: background-color, border-color, color 0.15s ease-in-out;
    -moz-transition: background-color, border-color, color 0.15s ease-in-out;
    transition: background-color, border-color, color 0.15s ease-in-out;
    margin: 0 1rem 1rem 0;
    border: 1px solid #00abe6;
    border-radius: .2rem;
    padding: .6rem 1rem .7rem 4rem;
    position: relative;
    cursor: -webkit-grab;
    height: auto !important;
    width: auto !important; }
    .assessment__gns .gns__draggable li::before, .assessment__gns .gns__draggable li + li::before {
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      position: absolute;
      top: 1rem;
      left: 1rem;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      color: #939598; }
    .assessment__gns .gns__draggable li:active, .assessment__gns .gns__draggable li + li:active {
      box-shadow: 0 0 0 1px #00abe6;
      cursor: -webkit-grabbing;
      z-index: 999; }
    .assessment__gns .gns__draggable li p, .assessment__gns .gns__draggable li + li p {
      margin: 0; }
  .assessment__gns .gns__draggable img {
    height: 7.5rem;
    width: 7.5rem;
    vertical-align: top; }

.assessment__gns .gns__item {
  position: relative;
  margin-bottom: .5rem; }
  .assessment__gns .gns__item:last-child {
    margin-bottom: 0; }
  .assessment__gns .gns__item img {
    height: 7.5rem;
    width: 7.5rem;
    display: block; }

.assessment__gns .gns__group {
  font-size: 1.5rem;
  line-height: 1.625;
  flex: 1;
  margin: 0;
  padding: 1rem;
  border: 1px dotted #939598;
  display: flex;
  flex-direction: column; }
  .assessment__gns .gns__group::after {
    clear: both;
    content: "";
    display: table; }
  .assessment__gns .gns__group img {
    height: 7.5rem;
    width: 7.5rem; }
  .assessment__gns .gns__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
    min-height: 4.8rem; }
    .assessment__gns .gns__group ul::after {
      clear: both;
      content: "";
      display: table; }
    .assessment__gns .gns__group ul &gt; li, .assessment__gns .gns__group ul &gt; dd {
      margin: 0; }
    .assessment__gns .gns__group ul li {
      margin-top: 1rem;
      cursor: -webkit-grab; }
      .assessment__gns .gns__group ul li:first-child {
        margin-top: 0; }
  .assessment__print-view .assessment__gns .gns__group {
    min-height: 15rem; }

.assessment__gns .gns__group.drop-target, .assessment__gns .gns__draggable.drop-target {
  background: rgba(0, 171, 230, 0.08); }

.assessment__gns .add-button {
  margin-top: 1rem;
  height: auto; }

@media (min-width: 768px) {
  .assessment__gns .assessment__columns {
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .assessment__gns .assessment__columns &gt; * {
    flex: 1 1;
    max-width: calc(50% - 1rem);
    display: flex;
    flex-direction: column; }
    .assessment__respond .assessment__gns .assessment__columns &gt; * {
      min-width: calc(50% - 1rem);
      margin: 0; }
    .assessment__respond--full-width .assessment__gns .assessment__columns &gt; * {
      min-width: calc(20% - 2rem); }
    .assessment__scroll--open .assessment__gns .assessment__columns &gt; * {
      min-width: calc(50% - 1rem); } }

.assessment__gns .assessment__cell {
  padding: 0.5rem 4rem 0.5rem 3rem;
  border: 1px solid #00abe6;
  border-radius: .2rem;
  display: flex;
  align-items: center; }
  .assessment__gns .assessment__cell .sorting-actions {
    order: 0;
    margin: 0 1rem 0 0; }
  .tab-mode-enabled .assessment__gns .assessment__cell {
    padding-left: 1rem; }
  .assessment__gns .assessment__cell::before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #939598;
    transform: translateY(-50%); }
    .tab-mode-enabled .assessment__gns .assessment__cell::before {
      display: none; }
  .assessment__gns .assessment__cell .cell__data {
    padding: .6rem 1rem .7rem 0;
    order: 1;
    display: block; }
  .assessment__gns .assessment__cell .content-action {
    position: absolute;
    top: .3rem;
    right: 1.2rem;
    width: 4rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto; }
  .assessment__gns .assessment__cell.invalid {
    background: rgba(218, 84, 80, 0.1);
    border: 1px solid #da5450; }
    .assessment__gns .assessment__cell.invalid::before {
      content: "\e814"; }
  .assessment__gns .assessment__cell.valid {
    background: rgba(191, 215, 48, 0.1);
    border: 1px solid #bfd730; }
    .assessment__gns .assessment__cell.valid::before {
      content: "\e813"; }
  .assessment__gns .assessment__cell--grading .validator-mark {
    display: none; }

.assessment__gns--editing {
  padding-bottom: 2rem; }
  .assessment__gns--editing .assessment__columns {
    margin: 1rem 0;
    padding-left: 0; }
    @media (min-width: 768px) {
      .assessment__gns--editing .assessment__columns {
        flex-wrap: initial; } }
  .assessment__gns--editing .assessment__cell {
    border-color: #e1e1e1;
    padding: 1rem 4rem 1rem 1rem;
    display: block; }
    .assessment__gns--editing .assessment__cell::before {
      display: none; }
    .assessment__gns--editing .assessment__cell .cell__data {
      padding: 0; }
    .assessment__gns--editing .assessment__cell .cell__close::before {
      content: "\e85f"; }
  .assessment__gns--editing .chart__table {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .assessment__gns--editing .chart__table th:nth-last-child(2), .assessment__gns--editing .chart__table td:nth-last-child(2) {
      border-right: none; }
  .assessment__gns--editing .gns__item {
    margin-bottom: 1rem; }
  .assessment__gns--editing .cell__data {
    display: block;
    margin-bottom: 1rem; }
    .assessment__gns--editing .cell__data:last-child {
      margin-bottom: 0; }
    .assessment__gns--editing .cell__data img {
      height: 100%;
      margin-bottom: 1rem; }
    .assessment__gns--editing .cell__data .file-upload {
      margin-bottom: 1rem; }
  .assessment__gns--editing .gns__group {
    display: flex;
    flex-direction: column; }
    .assessment__gns--editing .gns__group-actions {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-self: flex-end;
      margin-left: auto;
      margin-top: auto;
      margin-bottom: 0;
      margin-right: auto; }
  .assessment__gns--editing .btn--remove {
    display: block;
    border: none;
    padding: 0;
    margin: 0 auto; }
  .assessment__gns--editing .file-upload .btn {
    min-height: 3.4rem;
    height: auto; }

.assessment__optional-field--expanded .optional-field__content {
  margin-top: 2rem; }

.assessment__passage--editing .text-word-count {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: baseline;
  align-content: flex-start; }
  .assessment__passage--editing .text-word-count__input, .assessment__passage--editing .text-word-count__switch {
    flex: 0 0 auto; }
  .assessment__passage--editing .text-word-count__switch {
    margin-top: 1rem; }

.extq--container {
  margin-bottom: 3rem; }

.extq__grading {
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 2rem;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  border-radius: 4px; }
  .extq__grading--inline {
    padding: 0;
    display: inline-flex;
    margin: 0;
    border: none; }
  .extq__grading--chart {
    flex-direction: column;
    text-align: center; }
  .extq__grading .grading__description, .extq__grading .grading__next, .extq__grading .grading__action {
    margin-top: 2rem; }
  .extq__grading .grading__description {
    font-size: 1.7rem;
    line-height: 1.625;
    flex: auto; }
    .extq__grading .grading__description--right {
      margin-left: 2rem; }
  .extq__grading .grading__override {
    display: block;
    margin-top: 1rem; }

.extq__panel .img-description {
  font-size: 1.5rem;
  line-height: 1.625;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 999;
  clip-path: none;
  clip: auto;
  position: static !important;
  background-color: #ffffff;
  padding: 2rem;
  max-width: 90%;
  margin: 2rem auto 4rem;
  border: solid 1px #e1e1e1;
  box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.1), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
  @media (min-width: 850px) {
    .extq__panel .img-description {
      columns: 2;
      column-gap: 2rem; } }

.extq__blanks textarea, .extq__chart .extq__input, .extq__blanks input {
  display: inline-block;
  background: rgba(0, 171, 230, 0.1);
  font-size: inherit;
  line-height: inherit;
  border: solid 1px #00abe6;
  border-width: 0 0 1px 0;
  padding: 0 .4rem;
  border-radius: .2rem; }

.extq__blanks textarea, .extq__chart .extq__input {
  display: block;
  border-width: 1px;
  width: 100%;
  resize: none; }

/* Fill in the Blanks / Multi Choice */
.extq__blanks .extq__segment,
.extq__multichoice .extq__segment {
  font-size: 1.3rem;
  line-height: 1.625;
  margin: .5rem 0 .8rem; }
  .extq__blanks .extq__segment:last-child,
  .extq__multichoice .extq__segment:last-child {
    margin-bottom: 2.5rem; }

.extq__blanks.singular,
.extq__multichoice.singular {
  padding: 0;
  list-style: none; }

.extq__blanks .segment_list,
.extq__multichoice .segment_list {
  padding: 0;
  margin: 0;
  list-style: none; }

.extq__blanks .inline-segment {
  display: inline; }

.extq__blanks.teacher-mode {
  padding-left: 4.5rem; }

.extq__blanks &gt; div {
  position: relative; }

.extq__blanks textarea {
  margin-top: .5rem !important; }

.extq__blanks .extq__copyable {
  display: flex; }
  .extq__blanks .extq__copyable button {
    margin-left: 1rem; }

.extq__blanks .extq__validator-mark {
  position: absolute;
  left: -4.5rem;
  top: auto; }

.extq__blanks .extq__input--small {
  min-width: 7rem;
  width: 7rem; }

.extq__blanks .extq__input--medium {
  min-width: 12rem;
  width: 12rem; }

.extq__blanks .extq__input--large {
  min-width: 15rem;
  width: 15rem; }

.tab-mode-enabled .extq__multichoice input:focus + label::before {
  outline-color: #4D90FE !important;
  outline-style: solid !important;
  outline-offset: .5rem !important;
  outline-width: .5rem !important;
  z-index: 9999; }

.extq__multichoice label {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: 2.5rem;
  color: #4b4a4b;
  position: relative; }
  .extq__multichoice label &gt; * {
    pointer-events: none; }
  .extq__multichoice label::before {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    top: 0.2em;
    left: 0;
    display: block;
    border: 1px solid #4b4a4b;
    border-radius: 3px;
    color: rgba(28, 28, 28, 0);
    padding: .2rem;
    font-size: 1rem; }
    @media print {
      .extq__multichoice label::before {
        content: ''; } }
  .extq__multichoice label::before {
    content: '';
    background: rgba(146, 175, 43, 0); }
  .extq__multichoice label::after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0.5rem;
    left: 0.3rem;
    content: '';
    border: 0; }
  .extq__multichoice label:focus::before, .extq__multichoice label:hover::before {
    background-color: #92af2b;
    border-color: #faa21b;
    background-clip: content-box; }
  .extq__multichoice label:focus::after, .extq__multichoice label:hover::after {
    border: 0.45rem solid #92af2b; }

.extq__multichoice input {
  position: absolute;
  opacity: 0; }
  .extq__multichoice input:enabled + label:hover::before a {
    border: 1px solid #faa21b; }
  .extq__multichoice input:checked + label::before {
    background-color: #92af2b;
    border-color: #4b4a4b; }
    @media print {
      .extq__multichoice input:checked + label::before {
        background-color: #C0C3C7 !important;
        -webkit-print-color-adjust: exact; } }
  .extq__multichoice input:checked + label::after {
    border: 0.45rem solid #92af2b; }
  .extq__multichoice input:checked + label:hover::before {
    border-color: #faa21b; }
  .extq__multichoice input:enabled:checked:hover::before a {
    border: 1px solid #faa21b; }
  .extq__multichoice input:disabled + label {
    pointer-events: none;
    cursor: default; }
    .extq__multichoice input:disabled + label + label::before {
      background-color: #e1e1e1; }
    .extq__multichoice input:disabled + label::before {
      background-color: initial;
      border-color: #4b4a4b;
      background-clip: initial; }
    .extq__multichoice input:disabled + label:hover::before {
      border-color: #4b4a4b; }
    .extq__multichoice input:disabled + label:checked + label::before {
      background-color: #92af2b; }
  .extq__multichoice input:disabled:checked + label::before {
    background-color: #92af2b; }

.extq__multichoice table {
  border: solid 1px #e1e1e1;
  margin-bottom: 2rem; }
  .extq__multichoice table td {
    padding: 2rem; }

.extq__multichoice .isCorrect {
  color: #92af2b; }
  @media print {
    .extq__multichoice .isCorrect * {
      color: #92af2b !important; } }

.extq__multichoice .isIncorrect {
  color: #da5450; }
  @media print {
    .extq__multichoice .isIncorrect * {
      color: #da5450 !important; } }

.extq__multichoice .multichoice__answer {
  display: block; }

.extq__multichoice .multichoice__explanation {
  display: block;
  border-left: 4px solid #e1e1e1;
  padding-left: 1rem; }

.extq__draggablesHeadline {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 400; }

.extq__panel {
  padding: 2rem;
  background-color: #f5f5f5;
  margin-bottom: 2rem;
  border-radius: 4px; }

.extq__instructions {
  margin: 0 0 2rem 0; }

.extq__empty {
  font-size: 70%;
  opacity: .5;
  font-style: italic; }

.extq-vocab--cognate {
  font-size: 1.2rem;
  display: block;
  margin-top: 2rem;
  text-transform: uppercase; }

/* Draggables */
.extq__draggables {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.625; }
  .extq__draggables::after {
    clear: both;
    content: "";
    display: table; }
  .extq__draggables &gt; li, .extq__draggables &gt; dd {
    margin: 0; }
  .extq__draggables li, .extq__draggables li + li {
    -webkit-transition: background-color, border-color, color 0.15s ease-in-out;
    -moz-transition: background-color, border-color, color 0.15s ease-in-out;
    transition: background-color, border-color, color 0.15s ease-in-out;
    display: inline-block;
    margin: .5rem 1rem .5rem 0;
    border: 1px solid #00abe6;
    border-radius: .2rem;
    padding: .6rem 1rem .7rem 2.5rem;
    position: relative;
    cursor: -webkit-grab;
    height: auto !important;
    width: auto !important; }
    .extq__draggables li:before, .extq__draggables li + li:before {
      position: absolute;
      top: 0;
      left: 0.3rem;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      font-size: 2.75rem;
      line-height: 0.4rem;
      content: '.. .. .. .. .. ..';
      display: inline-block;
      letter-spacing: -.2rem;
      color: #939598;
      width: 0; }
    .extq__draggables li:active, .extq__draggables li + li:active {
      box-shadow: 0 0 0 1px #00abe6;
      cursor: -webkit-grabbing;
      z-index: 999; }
    .extq__draggables li p, .extq__draggables li + li p {
      margin: 0; }
  .extq__draggables img {
    height: 7.5rem;
    width: 7.5rem; }
  .extq__draggables .extq__draggables-image {
    line-height: 0; }
    .extq__draggables .extq__draggables-image:active {
      -webkit-transition: -webkit-transform 200ms ease-in-out;
      -moz-transition: -moz-transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out;
      -webkit-transform: scale3d(2.66, 2.66, 2.66);
      -moz-transform: scale3d(2.66, 2.66, 2.66);
      -ms-transform: scale3d(2.66, 2.66, 2.66);
      -o-transform: scale3d(2.66, 2.66, 2.66);
      transform: scale3d(2.66, 2.66, 2.66); }
  .extq__draggables .ui-draggable-dragging img {
    opacity: .65; }

/* Chart */
table.extq__chart {
  margin-top: 2rem; }

.extq__chart {
  border: none;
  table-layout: fixed;
  padding-top: 1rem; }
  .extq__chart th, .extq__chart td {
    vertical-align: top;
    border: 1px dotted #939598;
    min-width: 33.33333%;
    max-width: 50%; }
    .extq__chart th:first-child, .extq__chart td:first-child {
      border-left: none; }
    .extq__chart th:last-child, .extq__chart td:last-child {
      border-right: none; }
  .extq__chart th {
    border-top: 0;
    height: 3rem;
    padding: .5rem 1.5rem;
    font-weight: 600;
    vertical-align: bottom; }
    .extq__chart th:last-child {
      width: 10rem; }
    .extq__chart th p {
      margin: 0; }
  .extq__chart.extq__chart--1 th {
    width: 100%; }
  .extq__chart.extq__chart--2 th {
    width: 50%; }
  .extq__chart.extq__chart--3 th {
    width: 33.33333%; }
  .extq__chart.extq__chart--4 th {
    width: 25%; }
  .extq__chart.extq__chart--5 th {
    width: 20%; }
  .extq__chart.fourColWithPic th:nth-child(1) {
    width: 20%; }
  .extq__chart.fourColWithPic th:nth-child(2) {
    width: 20%; }
  .extq__chart.fourColWithPic th:nth-child(3) {
    width: 40%; }
  .extq__chart.fourColWithPic th:nth-child(4) {
    width: 20%; }
  .extq__chart.fourColWithExample th:nth-child(1) {
    width: 20%; }
  .extq__chart.fourColWithExample th:nth-child(2) {
    width: 20%; }
  .extq__chart.fourColWithExample th:nth-child(3) {
    width: 30%; }
  .extq__chart.fourColWithExample th:nth-child(4) {
    width: 30%; }
  .extq__chart.threeColWatch th:nth-child(1) {
    width: 18%; }
  .extq__chart.threeColWatch th:nth-child(2) {
    width: 41%; }
  .extq__chart.threeColWatch th:nth-child(3) {
    width: 41%; }
  .extq__chart.fourColWatch th:nth-child(1) {
    width: 19%; }
  .extq__chart.fourColWatch th:nth-child(2) {
    width: 27%; }
  .extq__chart.fourColWatch th:nth-child(3) {
    width: 27%; }
  .extq__chart.fourColWatch th:nth-child(4) {
    width: 27%; }
  .extq__chart td {
    position: relative;
    padding: 1.5rem;
    min-height: 6rem; }
    .extq__chart td.has-image {
      width: 10rem; }
    .extq__chart td.has-display-image img {
      height: 100%;
      width: 100%; }
    .extq__chart td.has-drop {
      padding-right: 2.8rem;
      cursor: pointer; }
      .extq__chart td.has-drop [ng-bind-html], .extq__chart td.has-drop [ss-bind-html] {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word; }
    .extq__chart td.has-input {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .extq__chart td.invalid {
      background: rgba(218, 84, 80, 0.2); }
    .extq__chart td.warning {
      background: rgba(255, 220, 25, 0.1); }
    .extq__chart td.has-display-text [ng-bind-html], .extq__chart td.has-display-text [ss-bind-html] {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word; }
  .extq__chart p {
    margin: 0 0 2rem; }
    .extq__chart p.subheader {
      margin-bottom: 0;
      font-weight: 600; }
    .extq__chart p:last-child {
      margin-bottom: 0; }
  .extq__chart img {
    height: 5rem;
    width: 5rem; }
  .extq__chart .ui-droppable.active {
    background: rgba(0, 171, 230, 0.08); }
  .extq__chart .ui-droppable.hover {
    background: rgba(0, 171, 230, 0.5); }
  .extq__chart .extq__response-entry {
    height: 100%; }
  .extq__chart .extq__remove {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-size: 3rem;
    line-height: 0;
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 1rem 0 1rem 1rem;
    cursor: pointer;
    z-index: 2; }
    @media print {
      .extq__chart .extq__remove {
        display: none; } }
    .extq__chart .extq__remove:before {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      font-size: 1.5rem;
      line-height: 1px;
      display: block;
      color: #939598; }
    .extq__chart .extq__remove:active {
      -webkit-transform: translateY(1px);
      -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
      -o-transform: translateY(1px);
      transform: translateY(1px); }
  .extq__chart .extq__answer-btn {
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .extq__chart .extq__answer-btn-desktop {
    opacity: 0; }
    .tab-mode-enabled .extq__chart .extq__answer-btn-desktop:focus, .extq__chart .extq__answer-btn-desktop:hover {
      opacity: 1; }
  .extq__chart .extq__input {
    min-height: 5rem; }
    .extq__chart .extq__input.redactor-styles {
      height: 10rem; }
  .extq__chart .extq__teacher-gutter {
    width: 5rem !important; }
  .extq__chart td.extq__teacher-gutter {
    vertical-align: middle; }

.assignment__body .extq__chart {
  width: 100% !important; }

.extq__question--ebsr {
  display: block;
  clear: both;
  display: block;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }
  .extq__question--ebsr::after {
    clear: both;
    content: "";
    display: table; }
  .extq__question--ebsr &gt; * {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .extq__question--ebsr &gt; *:last-child {
      margin-right: 0; }
    @media print {
      .extq__question--ebsr &gt; * {
        float: left !important; } }
  @media (min-width: 0) {
    .extq__question--ebsr &gt; div {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 100%;
      width: 100%;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 0; }
      .extq__question--ebsr &gt; div:last-child {
        margin-right: 0; } }
  @media print and (min-width: 0) {
    .extq__question--ebsr &gt; div {
      float: left !important; } }
  @media (min-width: 768px) {
    .extq__question--ebsr &gt; div {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 48.07692%;
      width: 50%;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 0; }
      .extq__question--ebsr &gt; div:last-child {
        margin-right: 0; } }
  @media print and (min-width: 768px) {
    .extq__question--ebsr &gt; div {
      float: left !important; } }
  .extq__question--ebsr .extq__panel {
    background-color: inherit;
    padding: 0; }
  .extq__question--ebsr .extq__multichoice {
    padding: 0;
    list-style: none; }

.extq-gen-rubric .rubric {
  /* Empty list paragraph styling */ }
  .extq-gen-rubric .rubric__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .extq-gen-rubric .rubric__list::after {
      clear: both;
      content: "";
      display: table; }
    .extq-gen-rubric .rubric__list &gt; li, .extq-gen-rubric .rubric__list &gt; dd {
      margin: 0; }
    .extq-gen-rubric .rubric__list &gt; li {
      font-size: 1.5rem;
      line-height: 1;
      display: block;
      padding: 1rem 3rem 1rem 3rem;
      border: solid 1px #e1e1e1;
      border-radius: 3px;
      position: relative; }
      .extq-gen-rubric .rubric__list &gt; li + li {
        margin-top: .5rem; }
    .extq-gen-rubric .rubric__list textarea {
      padding: 0 2.5rem 0 2.5rem;
      border: none;
      resize: vertical;
      overflow: hidden; }
    .extq-gen-rubric .rubric__list .list__input-title {
      border: none;
      margin-bottom: 2rem; }
    .extq-gen-rubric .rubric__list .list__title {
      font-weight: 500; }
    .extq-gen-rubric .rubric__list .list__new-row {
      font-style: italic; }
    .extq-gen-rubric .rubric__list .list__number {
      font-size: 1.4rem;
      line-height: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2.5rem;
      background: #f5f5f5;
      font-weight: 400;
      z-index: 2; }
      .extq-gen-rubric .rubric__list .list__number span {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center; }
    .extq-gen-rubric .rubric__list .list__actions {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      right: 1rem; }
      .extq-gen-rubric .rubric__list .list__actions li {
        display: block;
        float: left;
        padding: 0 .5rem; }
  .extq-gen-rubric .rubric__actions {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: .5rem;
    text-align: right; }
    .extq-gen-rubric .rubric__actions::after {
      clear: both;
      content: "";
      display: table; }
    .extq-gen-rubric .rubric__actions &gt; li, .extq-gen-rubric .rubric__actions &gt; dd {
      margin: 0; }
    .extq-gen-rubric .rubric__actions-left {
      text-align: left; }
    .extq-gen-rubric .rubric__actions li, .extq-gen-rubric .rubric__actions div {
      display: inline-block; }
      .extq-gen-rubric .rubric__actions li + div, .extq-gen-rubric .rubric__actions div + div {
        margin-left: .5rem; }
  .extq-gen-rubric .rubric__empty {
    font-style: italic; }

.extq-gen-rubric .validation {
  font-size: 1.5rem;
  line-height: 1.625;
  display: block;
  margin-top: .5rem; }
  .extq-gen-rubric .validation-message {
    color: #da5450; }
    .extq-gen-rubric .validation-message::before {
      margin-right: .5rem; }
  .extq-gen-rubric .validation-warning {
    color: #4b4a4b; }
    .extq-gen-rubric .validation-warning::before {
      margin-right: .5rem; }

/* Validators */
.extq__validators {
  display: flex;
  justify-content: space-around;
  width: 10rem; }
  .extq__validators button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    height: 4rem;
    width: 4rem;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 2.4rem;
    color: #939598;
    border: solid 1px #e1e1e1;
    border-radius: 50%; }
  .extq__validators .mark-valid:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: ""; }
  .extq__validators .mark-valid.active, .extq__validators .mark-valid:hover, .extq__validators .mark-valid:focus {
    color: #92af2b;
    border-color: #92af2b; }
  .extq__validators .mark-invalid:before {
    font-family: "ss-icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-rendering: optimizeLegibility;
    content: ""; }
  .extq__validators .mark-invalid.active, .extq__validators .mark-invalid:hover, .extq__validators .mark-invalid:focus {
    color: #da5450;
    border-color: #da5450; }

.extq__validator-mark.valid:before {
  font-family: "ss-icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: optimizeLegibility;
  content: "";
  color: #bfd730; }

.extq__validator-mark.invalid:before {
  font-family: "ss-icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: optimizeLegibility;
  content: "";
  color: #da5450; }

.extq__validator-mark.unknown:before {
  font-family: "ss-icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: optimizeLegibility;
  content: ""; }

.help-center-certificate span, .help-center-certificate strong {
  display: block;
  font-weight: normal; }

.help-center-certificate .overlay__body {
  border: 2rem solid #faa21b;
  padding: 4rem;
  text-align: center; }
  .help-center-certificate .overlay__body::before {
    position: absolute;
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
    content: "";
    border: 4px double #faa21b; }

.help-center-certificate .certificate__body {
  margin-bottom: 3rem; }

.help-center-certificate .certificate__name {
  font-size: 3rem; }

.help-center-certificate .certificate__name, .help-center-certificate .certificate__descr {
  color: #faa21b; }

.help-center-certificate .certificate__foot {
  display: flex;
  align-items: center;
  text-align: initial; }

.help-center-certificate .certificate__ribbon {
  font-size: 9rem;
  color: #faa21b;
  text-align: center;
  line-height: 1; }

.help-center-certificate .certificate__signed {
  text-align: right; }
  .help-center-certificate .certificate__signed .signed__title {
    font-size: small;
    font-weight: 300; }

.help-center-certificate .certificate__date, .help-center-certificate .certificate__ribbon, .help-center-certificate .certificate__signed {
  flex: 1;
  justify-content: center; }

.help-center-certificate .logo {
  margin-bottom: 2rem; }

.help-center-certificate + .ngdialog-close {
  top: 2rem;
  right: 4.5rem; }

.help-center .guide-content {
  padding: 0; }
  .help-center .guide-content__child-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #e1e1e1; }
    .help-center .guide-content__child-list::after {
      clear: both;
      content: "";
      display: table; }
    .help-center .guide-content__child-list &gt; li, .help-center .guide-content__child-list &gt; dd {
      margin: 0; }
    .help-center .guide-content__child-list li {
      position: relative;
      padding: .5rem 0 .5rem 5rem;
      line-height: 3.4rem;
      border-top: solid 1px #e1e1e1; }
      .help-center .guide-content__child-list li &gt; div {
        display: none;
        float: right; }
      .help-center .guide-content__child-list li:hover &gt; div {
        display: inline-block; }
      .help-center .guide-content__child-list li.sortable-chosen {
        border-top: none;
        background-color: #f5f5f5; }
  .help-center .guide-content__child-item {
    display: flex; }
    .help-center .guide-content__child-item &gt; i, .help-center .guide-content__child-item &gt; div {
      flex: 0 0 auto; }
    .help-center .guide-content__child-item &gt; span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex: 1 1 auto; }
  .help-center .guide-content__add-buttons &gt; div {
    display: inline-block; }
    .help-center .guide-content__add-buttons &gt; div &gt; button {
      margin-top: 0; }
  .help-center .guide-content__actions {
    display: flex;
    justify-content: flex-end; }
    .help-center .guide-content__actions &gt; button {
      margin-left: 1rem; }
  .help-center .guide-content section {
    margin: 2rem 0;
    padding: 0; }
  .help-center .guide-content h3 {
    margin-top: 1.2rem; }
  .help-center .guide-content h4 {
    margin: 3rem 0 2rem;
    line-height: 2.6rem; }
    .help-center .guide-content h4:first-child {
      margin-top: 0; }
  .help-center .guide-content h5 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 2rem 0 1rem; }
  .help-center .guide-content h6 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin: 1.75rem 0 1rem; }
  .help-center .guide-content .editable-image.image__preview {
    width: auto;
    min-height: 3rem; }
  .help-center .guide-content .editable-image.image__upload {
    padding: .5rem 0; }

.help-center__element--completed {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #69940c; }

.help-center__element--halfway {
  color: #faa21b; }

.help-center .guide-list__header {
  padding-top: 3rem; }
  .help-center .guide-list__header i {
    font-size: 2.5rem;
    position: relative;
    top: -.2rem; }
  .help-center .guide-list__header .headline {
    display: inline-block; }

.help-center .guide-list__credit-counter {
  float: right;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4b4a4b; }

.help-center .guide-list__section-button {
  float: right;
  margin: -.3rem 0 0 1rem; }

.help-center .guide-list__item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #e1e1e1; }

.help-center .guide-list__item {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 2rem 0 0 0;
  padding: 0 2rem;
  flex: 0 1 33.33%; }
  @media (max-width: 767px) {
    .help-center .guide-list__item {
      flex: 0 0 100%; } }
  .help-center .guide-list__item a {
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-weight: 600; }
  .help-center .guide-list__item-summary {
    margin: 0.5rem 0;
    font-weight: 400;
    color: #4b4a4b;
    font-size: 1.6rem; }

.align-score {
  position: relative;
  bottom: 2.5rem; }

@media (min-width: 768px) {
  .help-center__sidebar-wrapper {
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    position: sticky;
    top: 0; } }

.help-center .sidebar__details {
  padding: 1.5rem 0; }

.help-center .sidebar__headline {
  margin-bottom: 2rem; }

.help-center .guide-sidebar {
  padding: 1rem 1rem 0; }
  .help-center .guide-sidebar__root-link a {
    color: #1c1c1c; }
    .help-center .guide-sidebar__root-link a:hover, .help-center .guide-sidebar__root-link a:focus {
      color: #faa21b; }
  .help-center .guide-sidebar__tree {
    margin: 1rem 0; }
  .help-center .guide-sidebar__item {
    display: flex;
    width: 100%;
    align-items: center; }
  .help-center .guide-sidebar__item-subtitle {
    color: #939598; }
  .help-center .guide-sidebar__item-score {
    font-size: 1.4rem;
    line-height: 1em;
    flex: 0 0 auto;
    white-space: nowrap; }
  .help-center .guide-sidebar--edit-mode .guide-sidebar__item {
    max-width: 100%; }
    .help-center .guide-sidebar--edit-mode .guide-sidebar__item-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
  .help-center .guide-sidebar .v-tree .guide-sidebar__item-title {
    flex: 1 1 auto;
    font-weight: 600; }
  .help-center .guide-sidebar .v-tree .v-tree .guide-sidebar__item-title {
    font-weight: 500; }
  .help-center .guide-sidebar .v-tree .v-tree .v-tree .guide-sidebar__item-title {
    font-weight: 400; }
  .help-center .guide-sidebar .v-tree .v-tree .v-tree .v-tree .guide-sidebar__item-title {
    font-weight: 300; }
  .help-center .guide-sidebar .v-tree__item-expander {
    display: none; }

.help-center {
  padding-bottom: 80px; }

.help-center .navbar {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 0; }
  .help-center .navbar li::before {
    content: '\200B';
    display: block;
    height: 0; }
  .help-center .navbar-item {
    margin: 0 1rem 1rem 0; }
    .help-center .navbar-item:last-child {
      margin: 0; }
  .help-center .navbar--social li {
    margin: 0 2rem; }
    .help-center .navbar--social li a {
      font-size: 1.9rem;
      line-height: 1.625;
      position: relative; }

.help-center__overview-header, .help-center__overview-footer {
  position: relative;
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .help-center__overview-header, .help-center__overview-footer {
      padding: 8rem 0; }
      .help-center__overview-header::before, .help-center__overview-footer::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: 100%;
        width: 100%; } }

.help-center__overview-header {
  position: relative; }
  @media (min-width: 768px) {
    .help-center__overview-header {
      margin-top: -2.5rem; }
      .help-center__overview-header::before {
        background: url("../img/home-hero-help-3.jpg") top center no-repeat;
        background-size: cover; }
      .help-center__overview-header:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        content: ''; }
      .help-center__overview-header &gt; * {
        position: relative;
        z-index: 2; } }
  @media (min-width: 768px) {
    .help-center__overview-header h1 {
      color: #ffffff; } }

.help-center__overview-footer {
  margin-bottom: -80px; }
  @media (max-width: 767px) {
    .help-center__overview-footer {
      padding-bottom: 8rem; } }
  @media (min-width: 768px) {
    .help-center__overview-footer:before {
      background: url("../img/home-hero-help-2.jpg") 100% 20% no-repeat;
      background-size: cover; } }

@media (min-width: 768px) {
  .help-center--public .help-center__overview-header::before {
    background: url("../img/home-hero-help-4.jpg") top center no-repeat;
    background-size: cover; } }

.help-center .search-bar {
  margin-bottom: 2.5rem; }

.help-center .help-center__search-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .help-center .help-center__search-list::after {
    clear: both;
    content: "";
    display: table; }
  .help-center .help-center__search-list &gt; li, .help-center .help-center__search-list &gt; dd {
    margin: 0; }

.help-center .help-center__search-list-item:first-child {
  margin-top: 2rem; }

.help-center .help-center__search-list-item + li {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: solid 1px #e1e1e1; }

.help-center .help-center__item-location {
  font-size: 1.5rem;
  margin: .25rem 0;
  color: #939598;
  font-size: 70%;
  text-transform: uppercase; }

.help-center .help-center__item-name span {
  margin-right: .5rem; }

.help-center .help-center__item-name h3 {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: inline;
  color: #faa21b;
  font-weight: 600; }

.help-center .help-center__poster-container {
  height: 100px;
  margin: 1rem 0;
  overflow: hidden;
  font-size: 90%; }
  .help-center .help-center__poster-container img {
    max-height: 100%;
    max-width: 100%;
    float: left;
    margin-right: 1.5rem; }
  .help-center .help-center__poster-container div {
    overflow: hidden; }

.multitool__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 2rem; }
  .multitool__header.header--hr {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.2rem; }
  .multitool__header[sticky] {
    padding-top: 1.2rem; }
  .multitool__header.stuck {
    background-color: white; }

.multitool__headline {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin-right: 24px; }

.multitool__body {
  position: relative; }

.multitool__content {
  -webkit-transition: padding 0.15s ease-in-out;
  -moz-transition: padding 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out;
  position: relative;
  padding-right: 2.5rem; }
  .multitool__content.numbering-on {
    padding-left: 2.5rem;
    padding-right: 0rem; }
    .multitool__content.numbering-on .para {
      opacity: 1; }
  .multitool__content.user-select-disabled {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important; }
    .multitool__content.user-select-disabled .img-description {
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
  .multitool__content.image-descriptions-on .img-description {
    font-size: 1.5rem;
    line-height: 1.625;
    width: auto;
    height: auto;
    overflow: visible;
    z-index: 999;
    clip-path: none;
    clip: auto;
    position: static !important;
    padding: 2rem;
    max-width: 90%;
    margin: 2rem auto 4rem;
    border: solid 1px #e1e1e1;
    box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.1), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
    @media (min-width: 850px) {
      .multitool__content.image-descriptions-on .img-description {
        columns: 2;
        column-gap: 2rem; } }
  .multitool__content h1, .multitool__content h2, .multitool__content h3, .multitool__content h4, .multitool__content h5, .multitool__content h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold; }

.multitool__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.625;
  margin: -1.5rem 0 2rem;
  text-align: right;
  color: #939598; }
  .multitool__meta::after {
    clear: both;
    content: "";
    display: table; }
  .multitool__meta &gt; li, .multitool__meta &gt; dd {
    margin: 0; }
  .multitool__meta li {
    display: inline-block; }
  .multitool__meta li + li:before {
    content: '|';
    margin: 0 .5rem; }

.multitool__kb-anno button {
  margin-right: 1rem;
  margin-bottom: 1rem; }

.multitool .para {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  position: absolute;
  right: calc(100% - 1rem);
  opacity: 0;
  color: #faa21b; }

.multitool .word {
  text-indent: 0;
  display: inline-block; }
  .multitool .word.inline-tweak {
    display: inline; }

.multitool .phrase.isHighlighted {
  background-color: rgba(255, 220, 25, 0.4) !important; }

.multitool .phrase.currentPhrase {
  background-color: #ffdc19 !important; }

.multitool .vocab-term {
  border-bottom: 1px dashed #1c1c1c; }
  .multitool .vocab-term-icon {
    margin-right: 0.5rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 0;
    position: relative;
    top: -0.5rem; }

.multitool .inline-state-nav {
  margin: 0; }

.multitool .gdoc {
  padding: 3rem 2.5rem;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 2.5rem; }
  .multitool .gdoc:last-child {
    padding-bottom: 3rem; }
  .multitool .gdoc__footer {
    font-size: 1.5rem;
    line-height: 1.625; }
  .multitool .gdoc .text {
    padding: 0; }
  .multitool .gdoc .guard {
    background: #fff;
    border-radius: 6px;
    padding: 2rem;
    border: 1px solid rgba(1, 1, 1, 0.1); }
    .multitool .gdoc .guard h3:first-child {
      padding-top: 0; }

.multitool [cmalign="left"] {
  width: 50%;
  margin-top: .5rem;
  margin-right: 2rem;
  float: left; }

.multitool [cmalign="right"] {
  width: 50%;
  margin-top: .5rem;
  margin-left: 2rem;
  float: right; }

.multitool [cmalign] .caption {
  font-size: 1.5rem;
  line-height: 1.625;
  color: #939598;
  text-align: left;
  margin: 1rem 0; }

.multitool [cmalign="full"] .caption {
  margin-bottom: 2rem; }

.multitool .cm-discussion-questions {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 20px; }
  .multitool .cm-discussion-questions__heading {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 3.1rem; }
  .multitool .cm-discussion-questions .question {
    padding-top: 2rem; }

.picadiff__header {
  display: block; }
  .picadiff__header::after {
    clear: both;
    content: "";
    display: table; }
  .picadiff__header span {
    font-weight: 500; }

.picadiff__body {
  display: block;
  margin: 3rem 0; }
  .picadiff__body::after {
    clear: both;
    content: "";
    display: table; }
  .picadiff__body .picadiff-content {
    padding-top: 3rem;
    border-top: solid 1px #e1e1e1; }
    @media (max-width: 767px) {
      .picadiff__body .picadiff-content .left {
        margin-bottom: 3rem; } }

.picadiff__foot {
  display: block;
  padding-top: 3rem;
  border-top: solid 1px #e1e1e1; }
  .picadiff__foot::after {
    clear: both;
    content: "";
    display: table; }

.picadiff .equal {
  background-color: rgba(255, 220, 25, 0.5);
  padding: .3rem .75rem;
  border-radius: .4rem;
  font-weight: 400; }
  .picadiff .equal::before, .picadiff .equal::after {
    position: absolute !important;
    height: 1px;
    width: 1px;
    left: 0;
    top: 0;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip-path: inset(50%); }
    .picadiff .equal::before ul, .picadiff .equal::before ol, .picadiff .equal::after ul, .picadiff .equal::after ol {
      list-style: none; }
      .picadiff .equal::before ul li::before, .picadiff .equal::before ol li::before, .picadiff .equal::after ul li::before, .picadiff .equal::after ol li::before {
        content: '\200B';
        display: block;
        height: 0; }
    .picadiff .equal::before.ss-focus-visible:focus, .picadiff .equal::before.ss-focus-visible:active, .picadiff .equal::after.ss-focus-visible:focus, .picadiff .equal::after.ss-focus-visible:active {
      width: auto;
      height: auto;
      overflow: visible;
      z-index: 999;
      clip-path: none;
      clip: auto; }
  .picadiff .equal::before {
    content: " [begin highlight] "; }
  .picadiff .equal::after {
    content: " [end of highlight] "; }

.ss-carousel {
  position: relative; }
  .ss-carousel .flickity-prev-next-button {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: none; }
    .ss-carousel .flickity-prev-next-button .arrow {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .ss-carousel .flickity-prev-next-button:focus {
      box-shadow: 0 0 0 0 #4D90FE; }
  .ss-carousel .flickity-page-dots .dot {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .ss-carousel.library-featured .flickity-page-dots {
    display: none; }
  .ss-carousel.library-featured .flickity-prev-next-button {
    width: 3.6rem;
    height: 3.6rem; }
  .ss-carousel.library-featured .slideshow__wrapper {
    width: 100%;
    min-height: 40rem;
    background-size: cover;
    background-position: center; }
    .ss-carousel.library-featured .slideshow__wrapper:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(90deg, rgba(28, 28, 28, 0.9) 10%, rgba(28, 28, 28, 0) 60%, rgba(28, 28, 28, 0) 100%);
      background: linear-gradient(90deg, rgba(28, 28, 28, 0.9) 10%, rgba(28, 28, 28, 0) 60%, rgba(28, 28, 28, 0) 100%);
      content: '';
      z-index: 2; }
    @media (min-width: 850px) {
      .ss-carousel.library-featured .slideshow__wrapper {
        height: 400px; } }
    .ss-carousel.library-featured .slideshow__wrapper .container {
      height: 100%; }
      @media (max-width: 767px) {
        .ss-carousel.library-featured .slideshow__wrapper .container {
          padding-right: 5.5rem;
          padding-left: 5.5rem; } }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .ss-carousel.library-featured .slideshow__wrapper .container {
          padding-right: 5rem;
          padding-left: 5rem; } }
  .ss-carousel.library-featured .slideshow__body {
    position: relative;
    float: left;
    padding: 3rem 0;
    z-index: 3; }
    @media (min-width: 850px) {
      .ss-carousel.library-featured .slideshow__body {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        top: 50%;
        width: 50%;
        padding: 3rem 0; } }
    .ss-carousel.library-featured .slideshow__body .body__name {
      font-size: 4.8rem;
      line-height: 1;
      color: #ffffff;
      font-weight: 100;
      margin-bottom: .5rem; }
    .ss-carousel.library-featured .slideshow__body .body__byline {
      font-size: 1.5rem;
      line-height: 1.2;
      display: block;
      color: rgba(255, 255, 255, 0.7);
      margin-top: .5rem; }
      .ss-carousel.library-featured .slideshow__body .body__byline:after {
        height: 2px;
        width: 80px;
        display: block;
        margin: 2rem 0;
        background: rgba(255, 255, 255, 0.25);
        content: ''; }
      .ss-carousel.library-featured .slideshow__body .body__byline .byline__partner {
        margin: 0 0.5rem;
        display: inline-block;
        vertical-align: middle;
        max-width: 10rem;
        max-height: 3rem; }
      .ss-carousel.library-featured .slideshow__body .body__byline strong {
        color: #ffffff;
        font-weight: 500; }
    .ss-carousel.library-featured .slideshow__body .body__desc {
      font-size: 1.8rem;
      line-height: 1.5;
      color: #ffffff; }
  .ss-carousel.library-featured .slideshow__image {
    display: none; }
    @media (min-width: 850px) {
      .ss-carousel.library-featured .slideshow__image {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
        top: 50%;
        width: 45%;
        display: inherit;
        float: right;
        z-index: 3; } }
  .ss-carousel.library-featured .slideshow__bgvideo {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1; }
    @media (min-width: 1150px) {
      .ss-carousel.library-featured .slideshow__bgvideo {
        display: block; } }
  @media screen and (max-width: 1200px) {
    .ss-carousel.library-slideshow {
      margin-left: 3rem;
      margin-right: 3rem; } }
  .ss-carousel.library-slideshow .flickity-viewport {
    outline: none !important; }
  .ss-carousel.library-slideshow .flickity-page-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -2.5rem;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: center; }
    .ss-carousel.library-slideshow .flickity-page-dots::after {
      clear: both;
      content: "";
      display: table; }
    .ss-carousel.library-slideshow .flickity-page-dots &gt; li, .ss-carousel.library-slideshow .flickity-page-dots &gt; dd {
      margin: 0; }
    .ss-carousel.library-slideshow .flickity-page-dots .dot {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      height: 8px;
      width: 8px;
      display: inline-block;
      background: rgba(28, 28, 28, 0.4);
      border-radius: 50%; }
      .ss-carousel.library-slideshow .flickity-page-dots .dot:first-child {
        margin-left: 0; }
      .ss-carousel.library-slideshow .flickity-page-dots .dot:last-child {
        margin-right: 0; }
      .ss-carousel.library-slideshow .flickity-page-dots .dot.is-selected {
        background: #f77e0d; }
  .ss-carousel.library-slideshow .flickity-prev-next-button {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    padding-bottom: 40%; }
    @media (min-width: 768px) {
      .ss-carousel.library-slideshow .flickity-prev-next-button {
        padding-bottom: 26.5%; } }
    @media (min-width: 850px) {
      .ss-carousel.library-slideshow .flickity-prev-next-button {
        padding-bottom: 17.8%; } }
    .ss-carousel.library-slideshow .flickity-prev-next-button.previous {
      left: -44px; }
    .ss-carousel.library-slideshow .flickity-prev-next-button.next {
      right: -44px; }
    .ss-carousel.library-slideshow .flickity-prev-next-button .arrow {
      -webkit-transition: fill 0.15s ease-in-out;
      -moz-transition: fill 0.15s ease-in-out;
      transition: fill 0.15s ease-in-out;
      fill: #939598; }
    .ss-carousel.library-slideshow .flickity-prev-next-button:hover .arrow {
      fill: #4b4a4b; }
  @media (min-width: 640px) {
    .ss-carousel.library-slideshow__desktop .flickity-page-dots {
      display: block !important; } }
  .ss-carousel.library-slideshow .carousel__content {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
  .ss-carousel.library-slideshow .carousel__slide {
    width: 75%; }
    @media (min-width: 768px) {
      .ss-carousel.library-slideshow .carousel__slide {
        width: calc(50% - .75rem);
        margin-right: 1rem; } }
    @media (min-width: 850px) {
      .ss-carousel.library-slideshow .carousel__slide {
        width: calc(33.33% - .75rem); } }
  .ss-carousel.library-slideshow .carousel__preview {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
    display: block;
    clear: both;
    display: table;
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: auto;
    margin: 2rem 0 0;
    box-shadow: 0 0 5px 0 rgba(28, 28, 28, 0.3);
    position: relative; }
    .ss-carousel.library-slideshow .carousel__preview::after {
      clear: both;
      content: "";
      display: table; }
    .ss-carousel.library-slideshow .carousel__preview &gt; * {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 100%;
      width: 100%;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 0; }
      .ss-carousel.library-slideshow .carousel__preview &gt; *:last-child {
        margin-right: 0; }
      @media print {
        .ss-carousel.library-slideshow .carousel__preview &gt; * {
          float: left !important; } }
    @media (max-width: 767px) {
      .ss-carousel.library-slideshow .carousel__preview {
        display: none; } }
    .ss-carousel.library-slideshow .carousel__preview.ng-enter, .ss-carousel.library-slideshow .carousel__preview.ng-leave.ng-leave-active {
      max-height: 0; }
    .ss-carousel.library-slideshow .carousel__preview.ng-leave, .ss-carousel.library-slideshow .carousel__preview.ng-enter.ng-enter-active {
      max-height: 320px; }
    .ss-carousel.library-slideshow .carousel__preview.ng-enter ss-video {
      display: none; }
    .ss-carousel.library-slideshow .carousel__preview &gt; * {
      -webkit-transition: opacity 0.15s;
      -moz-transition: opacity 0.15s;
      transition: opacity 0.15s;
      opacity: 1; }
    .ss-carousel.library-slideshow .carousel__preview.ng-animate * {
      opacity: 0; }
    .ss-carousel.library-slideshow .carousel__preview .preview__poster, .ss-carousel.library-slideshow .carousel__preview .preview__body {
      display: table-cell;
      width: 50%;
      width: 50%;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 0;
      vertical-align: top; }
      @media print {
        .ss-carousel.library-slideshow .carousel__preview .preview__poster, .ss-carousel.library-slideshow .carousel__preview .preview__body {
          float: left !important; } }
      .ss-carousel.library-slideshow .carousel__preview .preview__poster:first-child, .ss-carousel.library-slideshow .carousel__preview .preview__body:first-child {
        padding-left: 0; }
      .ss-carousel.library-slideshow .carousel__preview .preview__poster:last-child, .ss-carousel.library-slideshow .carousel__preview .preview__body:last-child {
        padding-right: 0; }
    .ss-carousel.library-slideshow .carousel__preview .preview__poster {
      line-height: 0;
      position: relative;
      padding-right: 0; }
      .ss-carousel.library-slideshow .carousel__preview .preview__poster img {
        display: block;
        width: 100%; }
      .ss-carousel.library-slideshow .carousel__preview .preview__poster ss-video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 12px; }
      .ss-carousel.library-slideshow .carousel__preview .preview__poster.has-video img {
        visibility: hidden; }
    .ss-carousel.library-slideshow .carousel__preview .preview__body {
      padding-top: 1.5rem;
      padding-bottom: 5.5rem;
      line-height: 2rem;
      padding-left: 2rem !important; }
      .ss-carousel.library-slideshow .carousel__preview .preview__body h3 {
        font-weight: 400;
        font-size: 2.6rem;
        line-height: 3.1rem; }
    .ss-carousel.library-slideshow .carousel__preview .preview__close {
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      font-size: inherit;
      line-height: inherit;
      position: absolute;
      top: 1.5rem;
      right: 50%;
      font-size: 0;
      line-height: 0;
      width: auto; }
      .ss-carousel.library-slideshow .carousel__preview .preview__close:before {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 1.8rem;
        line-height: 1em;
        font-family: "ss-icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        text-rendering: optimizeLegibility;
        content: ""; }
    .ss-carousel.library-slideshow .carousel__preview .preview__view-btn {
      font-size: 1.6rem;
      line-height: 3.4rem;
      background-color: #fdb913;
      background-image: -webkit-linear-gradient(#fdb913, #faa21b);
      background-image: linear-gradient(#fdb913, #faa21b);
      display: inline-block;
      height: 3.4rem;
      padding: 0 2.5rem;
      color: #ffffff;
      text-transform: none;
      border: none;
      vertical-align: middle;
      font-weight: 400;
      border-radius: .5rem;
      position: relative;
      /* Colors */
      /* Size */
      /* Icon */
      /* Mouse Actions */
      padding-right: 15px;
      padding-left: 15px;
      font-size: 1.3rem;
      line-height: 30px;
      height: 30px;
      background: transparent;
      border: 1px solid rgba(147, 149, 152, 0.5);
      color: #939598;
      position: absolute;
      top: auto;
      right: auto;
      bottom: 1.5rem;
      left: auto; }
      .ss-carousel.library-slideshow .carousel__preview .preview__view-btn[disabled] {
        opacity: .5;
        pointer-events: none; }
      .ss-carousel.library-slideshow .carousel__preview .preview__view-btn.loading {
        opacity: 1;
        color: rgba(255, 255, 255, 0); }
      .ss-carousel.library-slideshow .carousel__preview .preview__view-btn[class*='icon']:before {
        margin-right: .5rem; }
      .ss-carousel.library-slideshow .carousel__preview .preview__view-btn:active {
        top: 1px; }
      .ss-carousel.library-slideshow .carousel__preview .preview__view-btn:active {
        top: auto;
        bottom: 1.4rem; }
  @media (min-width: 640px) {
    .ss-carousel.library-slideshow .carousel__preview-desktop {
      display: block !important; } }
  .ss-carousel.library-slideshow .slideshow__image {
    opacity: 1;
    padding-bottom: 54%;
    background: center center no-repeat;
    background-size: cover; }
    .ss-carousel.library-slideshow .slideshow__image img {
      display: none; }
  .ss-carousel.library-slideshow .slideshow__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 0;
    background: rgba(28, 28, 28, 0.8);
    z-index: 2; }
    .ss-carousel.library-slideshow .slideshow__content:hover, .ss-carousel.library-slideshow .slideshow__content.hover {
      opacity: 1; }
    .ss-carousel.library-slideshow .slideshow__content:focus {
      outline-offset: -.5rem; }
  .ss-carousel.library-slideshow .slideshow__body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block; }
    .ss-carousel.library-slideshow .slideshow__body:focus {
      outline-offset: -.5rem !important; }
    .ss-carousel.library-slideshow .slideshow__body.previewable {
      bottom: 3rem; }
    .ss-carousel.library-slideshow .slideshow__body .body__inner {
      position: absolute;
      right: 2rem;
      bottom: 2rem;
      left: 2rem; }
    .ss-carousel.library-slideshow .slideshow__body .body__name {
      font-size: 1.9rem;
      line-height: 1.2;
      color: #f77e0d;
      margin-bottom: .25rem;
      font-weight: 400; }
    .ss-carousel.library-slideshow .slideshow__body .body__byline {
      font-size: 1.5rem;
      line-height: 1.2;
      display: block;
      color: rgba(255, 255, 255, 0.7); }
      .ss-carousel.library-slideshow .slideshow__body .body__byline strong {
        color: #ffffff;
        font-weight: 500; }
  .ss-carousel.library-slideshow .slideshow__expand {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    top: calc(100% - 3rem);
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent; }
    @media (max-width: 767px) {
      .ss-carousel.library-slideshow .slideshow__expand {
        display: none; } }
    .ss-carousel.library-slideshow .slideshow__expand::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-family: "ss-icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      text-rendering: optimizeLegibility;
      content: "";
      color: #ffffff;
      opacity: .7; }
    .ss-carousel.library-slideshow .slideshow__expand:hover, .ss-carousel.library-slideshow .slideshow__expand:focus {
      background-color: rgba(250, 162, 27, 0.7);
      outline-offset: -.5rem !important; }
  @media (min-width: 640px) {
    .ss-carousel.library-slideshow .slideshow__expand-desktop {
      display: block !important; } }
  .ss-carousel.library-slideshow .slideshow__lower {
    display: block;
    margin-top: .75rem;
    padding-right: 1rem; }
    .ss-carousel.library-slideshow .slideshow__lower .lower__partner {
      margin: 0 0 1rem 1rem;
      float: right;
      max-width: 10rem;
      max-height: 3rem; }
    .ss-carousel.library-slideshow .slideshow__lower .lower__name {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      font-size: 1.8rem;
      line-height: 1.2;
      margin: 0;
      color: #faa21b;
      font-weight: 500; }
      .ss-carousel.library-slideshow .slideshow__lower .lower__name:focus {
        margin-left: .5rem;
        outline-offset: 0 !important; }
    .ss-carousel.library-slideshow .slideshow__lower .lower__byline {
      font-size: 1.6rem;
      line-height: 1.4;
      display: block;
      margin-top: .25rem;
      color: #4b4a4b;
      opacity: .7; }
    .ss-carousel.library-slideshow .slideshow__lower .body__byline {
      opacity: .7; }
  .ss-carousel--masthead, .ss-carousel--masthead.library-slideshow {
    margin-bottom: 2.5rem; }
    .ss-carousel--masthead .slideshow__body .body__subhead, .ss-carousel--masthead.library-slideshow .slideshow__body .body__subhead {
      font-size: 1.5rem;
      line-height: 1.625;
      display: block;
      margin-bottom: .5rem;
      color: #faa21b;
      font-weight: 400; }
    .ss-carousel--masthead .flickity-prev-next-button .arrow, .ss-carousel--masthead.library-slideshow .flickity-prev-next-button .arrow {
      fill: rgba(255, 255, 255, 0.5); }
    .ss-carousel--masthead .flickity-prev-next-button:hover .arrow, .ss-carousel--masthead.library-slideshow .flickity-prev-next-button:hover .arrow {
      fill: #ffffff; }
    .ss-carousel--masthead .flickity-page-dots .dot, .ss-carousel--masthead.library-slideshow .flickity-page-dots .dot {
      background: #ffffff; }
  .ss-carousel--show-overlay.library-slideshow .slideshow__body .body__inner {
    left: 1rem;
    right: 1rem;
    bottom: 1rem; }
  .ss-carousel--show-overlay.library-slideshow .slideshow__content {
    background: -webkit-linear-gradient(rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 15%, #1c1c1c);
    background: linear-gradient(rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 15%, #1c1c1c);
    opacity: 1; }
  @media (min-width: 640px) {
    .ss-carousel__desktop .flickity-prev-next-button {
      display: block !important; } }

.ss-selector {
  position: relative;
  text-align: left;
  line-height: 2rem; }
  @media (min-width: 768px) {
    .ss-selector {
      line-height: 1.6rem; } }
  .ss-selector__checkbox {
    display: inline-block; }
    .ss-selector__checkbox input {
      opacity: 0;
      margin-right: .5rem; }
      .ss-selector__checkbox input + label {
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 1.5rem;
        line-height: 2.4rem;
        padding: 0 1rem 0 3.5rem;
        font-weight: 400;
        height: 2.5rem;
        border: solid 1px #e1e1e1;
        border-radius: .5rem; }
        .ss-selector__checkbox input + label::before {
          -webkit-transition: border-color 0.15s ease-in-out;
          -moz-transition: border-color 0.15s ease-in-out;
          transition: border-color 0.15s ease-in-out;
          height: 1.5rem;
          width: 1.5rem;
          position: absolute;
          top: 0.4rem;
          left: 1rem;
          display: inline-block;
          content: "";
          border: solid 1px #e1e1e1;
          border-radius: 3px; }
        .ss-selector__checkbox input + label::after {
          -webkit-transition: color 0.15s ease-in-out;
          -moz-transition: color 0.15s ease-in-out;
          transition: color 0.15s ease-in-out;
          font-size: 1.3rem;
          color: #f77e0d; }
        .ss-selector__checkbox input + label:hover, .ss-selector__checkbox input + label:focus {
          border-color: #faa21b;
          color: #faa21b; }
          .ss-selector__checkbox input + label:hover::before, .ss-selector__checkbox input + label:hover::after, .ss-selector__checkbox input + label:focus::before, .ss-selector__checkbox input + label:focus::after {
            border-color: #faa21b;
            color: #faa21b; }
      .ss-selector__checkbox input:focus + label::before {
        outline-color: #4D90FE;
        outline-style: solid;
        outline-offset: .5rem;
        outline-width: .5rem;
        z-index: 9999; }
      .ss-selector__checkbox input:checked + label {
        border-color: #f77e0d;
        color: #f77e0d; }
        .ss-selector__checkbox input:checked + label::before {
          border-color: #f77e0d; }
        .ss-selector__checkbox input:checked + label::after {
          font-family: "ss-icons";
          width: auto;
          margin: 0;
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          line-height: 1em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          vertical-align: middle;
          position: relative;
          top: -1px;
          text-rendering: optimizeLegibility;
          content: "";
          position: absolute;
          top: 0.5rem;
          left: 1.1rem; }
        .ss-selector__checkbox input:checked + label:hover, .ss-selector__checkbox input:checked + label:focus {
          border-color: #faa21b;
          color: #faa21b; }
          .ss-selector__checkbox input:checked + label:hover::before, .ss-selector__checkbox input:checked + label:hover::after, .ss-selector__checkbox input:checked + label:focus::before, .ss-selector__checkbox input:checked + label:focus::after {
            border-color: #faa21b;
            color: #faa21b; }
      .ss-selector__checkbox input.indeterminate + label {
        border-color: #f77e0d;
        color: #f77e0d; }
        .ss-selector__checkbox input.indeterminate + label::before {
          border-color: #f77e0d; }
        .ss-selector__checkbox input.indeterminate + label::after {
          font-family: "ss-icons";
          width: auto;
          margin: 0;
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          line-height: 1em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          vertical-align: middle;
          position: relative;
          top: -1px;
          text-rendering: optimizeLegibility;
          content: "";
          position: absolute;
          top: 0.6rem;
          left: 1.2rem;
          color: #f77e0d; }
        .ss-selector__checkbox input.indeterminate + label:hover, .ss-selector__checkbox input.indeterminate + label:focus {
          border-color: #faa21b;
          color: #faa21b; }
          .ss-selector__checkbox input.indeterminate + label:hover::before, .ss-selector__checkbox input.indeterminate + label:hover::after, .ss-selector__checkbox input.indeterminate + label:focus::before, .ss-selector__checkbox input.indeterminate + label:focus::after {
            border-color: #faa21b;
            color: #faa21b; }
    .ss-selector__checkbox label {
      position: relative;
      float: left; }

.bar-separated-list {
  list-style: none;
  padding: 0; }
  .bar-separated-list li {
    display: inline; }
    .bar-separated-list li:after {
      content: ' | '; }
    .bar-separated-list li:last-child:after {
      content: ''; }

.comma:after {
  content: ', '; }

.comma:last-child:after {
  content: ''; }

.comma-separated-list {
  list-style: none;
  padding: 0; }
  .comma-separated-list li, .comma-separated-list div {
    display: inline; }
    .comma-separated-list li:after, .comma-separated-list div:after {
      content: ', '; }
    .comma-separated-list li:last-child:after, .comma-separated-list div:last-child:after {
      content: ''; }

.inline-list {
  display: inline; }

.inline-list-element {
  display: inline-block;
  height: 0; }
  .inline-list-element--comma-separated .comma-token::after {
    content: ', ';
    margin-left: -.4rem;
    margin-right: .4rem; }
  .inline-list-element--comma-separated:last-child .comma-token::after {
    content: ' '; }

.dash-separated + .dash-separated:before {
  content: ' - '; }

.filter-greyscale {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%); }

.library-search-results.ng-enter {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.library-search-results.ng-leave {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.docLink &gt; span {
  font-size: 200%;
  display: inline;
  line-height: 2.5rem; }

.docLink &gt; div {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 6px; }
  .docLink &gt; div &gt; span {
    text-transform: uppercase;
    font-size: 75%; }

.login-text {
  display: none;
  position: absolute;
  right: 12px;
  bottom: 16px;
  top: 40px; }
  @media (min-width: 768px) {
    .login-text {
      display: block; } }

.signin-container {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 540px;
  margin-top: -1.5rem; }

.signin-content {
  background-color: rgba(128, 175, 47, 0.8);
  padding: 12px;
  margin-top: 16px; }
  .signin-content input {
    font-size: 90%;
    text-align: center; }
    .signin-content input[disabled] {
      background-color: #e1e1e1;
      border: solid 2px #e1e1e1; }
  .signin-content .btn {
    margin-top: 16px; }
  .signin-content .msg {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase; }
  .signin-content label {
    color: #ffffff; }
  .signin-content div.ng-enter {
    transition: 0.2s ease-out opacity;
    opacity: 0; }
  .signin-content div.ng-enter.ng-enter-active {
    opacity: 1; }

.progress-bar {
  background-color: #f2f2f2;
  border-radius: 3px;
  border: 1px solid gainsboro;
  box-shadow: inset 0 0 3px 0 rgba(115, 115, 115, 0.15);
  margin: 0 auto;
  width: 100%; }
  .progress-bar &gt; span.meter {
    background-color: #477DCA;
    background-repeat: repeat-x;
    background-size: 40px 40px;
    border: 1px solid #2c5999;
    border-bottom-right-radius: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 60%; }
  .progress-bar p {
    color: #ffffff;
    line-height: 1.5em;
    height: 1.5em;
    margin: 0;
    padding: 0.1em 0.5em;
    text-shadow: 0 0 1px black;
    overflow: hidden; }

.zoom-in {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.google-doc-template {
  display: none; }

.google-doc-title {
  display: none; }

.v-tree {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e1e1e1; }
  .v-tree::after {
    clear: both;
    content: "";
    display: table; }
  .v-tree &gt; li, .v-tree &gt; dd {
    margin: 0; }
  .v-tree .v-tree {
    padding-left: 2rem;
    border: none; }
  .v-tree .v-tree__item {
    /* open/close effects */ }
    .v-tree .v-tree__item .v-tree__item-header {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      padding: 1rem .7rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e1e1e1; }
      .v-tree .v-tree__item .v-tree__item-header .v-tree__item-expander::before {
        flex: 0 0 auto;
        height: 2rem;
        width: 2rem;
        background: #f77e0d;
        border-radius: 50%;
        line-height: 2rem;
        color: #ffffff;
        margin: 0 .7rem 0 0;
        padding-left: .15em;
        padding-top: .05em; }
      .v-tree .v-tree__item .v-tree__item-header .v-tree__item-title {
        flex: 1 1 auto;
        padding: 0 .7rem 0 0; }
    .v-tree .v-tree__item.v-tree__item--selected &gt; .v-tree__item-header {
      background-color: #F9F9F9;
      color: #faa21b; }
    .v-tree .v-tree__item.v-tree__item--inactive {
      filter: grayscale(100%);
      font-style: italic; }
    .v-tree .v-tree__item.v-tree__item--expanded &gt; .v-tree__item-header .v-tree__item-expander::before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .v-tree .v-tree__item .subitems-enter-active {
      transition: transform .3s ease;
      transform-origin: top;
      overflow: hidden; }
    .v-tree .v-tree__item .subitems-enter-to, .v-tree .v-tree__item .subitems-leave {
      transform: scaleY(1); }
    .v-tree .v-tree__item .subitems-enter, .v-tree .v-tree__item .subitems-leave-to {
      transform: scaleY(0); }

@media print {
  /* Print Reset */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #1c1c1c !important;
    box-shadow: none !important;
    text-shadow: none !important;
    float: none !important; }
  html, body {
    height: auto; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #939598;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  print-page-break {
    display: block;
    page-break-after: always; } }

/* Themes */
#theme-usa {
  /* Color Overrides */
  /* Additional USA-Only Colors */
  /* Theme Overrides */
  /* Annotation Color Overrides */
  /* Misc */
  /* Draggables */
  /* Chart */
  /* Validators */ }
  #theme-usa .ss-annotation {
    border-color: #5b616b; }
    #theme-usa .ss-annotation::before {
      height: 0;
      width: 0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-top: 11px solid #5b616b; }
    #theme-usa .ss-annotation__flip::before {
      height: 0;
      width: 0;
      border-bottom: 10px solid #5b616b;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: none; }
    #theme-usa .ss-annotation .annotation__actions .actions__swatch::after {
      color: #323a45; }
    #theme-usa .ss-annotation .annotation__actions .actions__template .droppable-overlay .responses__entries li a {
      color: #323a45; }
      #theme-usa .ss-annotation .annotation__actions .actions__template .droppable-overlay .responses__entries li a:hover {
        color: #0071bc; }
    #theme-usa .ss-annotation .annotation__actions .actions__template .droppable-overlay .responses__entries li i {
      color: #5b616b; }
      #theme-usa .ss-annotation .annotation__actions .actions__template .droppable-overlay .responses__entries li i:hover {
        color: #0071bc; }
    #theme-usa .ss-annotation .annotation__actions .actions__template .droppable-overlay button {
      border-color: #5b616b; }
    #theme-usa .ss-annotation .annotation__actions .actions__responses::after {
      color: #323a45; }
    #theme-usa .ss-annotation .annotation__actions .actions__edit &gt; div:last-child button {
      color: #323a45; }
      #theme-usa .ss-annotation .annotation__actions .actions__edit &gt; div:last-child button:hover {
        color: #5b616b; }
    #theme-usa .ss-annotation .annotation__note--content {
      border-color: #5b616b; }
    #theme-usa .ss-annotation .annotation__note textarea {
      border-color: #5b616b; }
    #theme-usa .ss-annotation button {
      color: #0071bc; }
      #theme-usa .ss-annotation button:hover {
        color: #205493; }
      #theme-usa .ss-annotation button.icon-trash {
        color: #323a45; }
        #theme-usa .ss-annotation button.icon-trash:hover {
          color: #323a45; }
      #theme-usa .ss-annotation button.icon-cancel {
        color: #323a45; }
        #theme-usa .ss-annotation button.icon-cancel:hover {
          color: #323a45; }
  #theme-usa .annotation__swatch {
    background: #ff580a; }
    #theme-usa .annotation__swatch.color-1 {
      background-color: #b38c00 !important; }
    #theme-usa .annotation__swatch.color-2 {
      background-color: #4c2c92 !important; }
    #theme-usa .annotation__swatch.color-3 {
      background-color: #ff580a !important; }
    #theme-usa .annotation__swatch.color-4 {
      background-color: #0071bc !important; }
    #theme-usa .annotation__swatch.color-5 {
      background-color: #e31c3d !important; }
    #theme-usa .annotation__swatch.color-6 {
      background-color: #2e8540 !important; }
  #theme-usa ss-video.fp-ui-shown .fp-ui, #theme-usa ss-video.is-paused .fp-ui, #theme-usa ss-video.is-mouseover .fp-ui {
    background: none; }
  #theme-usa ss-video .fp-header {
    background: none;
    padding: 0; }
    #theme-usa ss-video .fp-header .fp-icon {
      padding: 0.6rem;
      margin: 0;
      background: rgba(0, 0, 0, 0.75); }
  #theme-usa ss-video .fp-airplay {
    border-bottom-right-radius: .5rem; }
  #theme-usa ss-video .fp-fullscreen {
    border-bottom-left-radius: .5rem; }
  #theme-usa ss-video .fp-controls {
    background: black; }
  #theme-usa ss-video .fp-color {
    background-color: #ffffff; }
  #theme-usa ss-video .fp-transcript--mock {
    background: rgba(0, 0, 0, 0.75); }
    #theme-usa ss-video .fp-transcript--mock.ss-color {
      background-color: #ffffff; }
  #theme-usa ss-video .fp-cc:hover, #theme-usa ss-video .fp-cc:focus, #theme-usa ss-video .fp-transcript:hover, #theme-usa ss-video .fp-transcript:focus, #theme-usa ss-video .fp-descriptions:hover, #theme-usa ss-video .fp-descriptions:focus {
    color: #02bfe7 !important; }
    #theme-usa ss-video .fp-cc:hover.ss-color, #theme-usa ss-video .fp-cc:focus.ss-color, #theme-usa ss-video .fp-transcript:hover.ss-color, #theme-usa ss-video .fp-transcript:focus.ss-color, #theme-usa ss-video .fp-descriptions:hover.ss-color, #theme-usa ss-video .fp-descriptions:focus.ss-color {
      color: #0071bc !important; }
  #theme-usa ss-video .fp-icon:hover::before, #theme-usa ss-video .fp-icon:focus::before {
    color: #02bfe7; }
  #theme-usa ss-video .fp-timeline {
    background-color: #aeb0b5; }
  #theme-usa ss-video .fp-progress {
    background-color: #ffffff; }
  #theme-usa ss-video .fp-buffer {
    background-color: #5b616b; }
  #theme-usa ss-video .fp-volume:hover .fp-color, #theme-usa ss-video .fp-volume:hover .fp-progress, #theme-usa ss-video .fp-volume:focus .fp-color, #theme-usa ss-video .fp-volume:focus .fp-progress, #theme-usa ss-video .fp-bar:hover .fp-color, #theme-usa ss-video .fp-bar:hover .fp-progress, #theme-usa ss-video .fp-bar:focus .fp-color, #theme-usa ss-video .fp-bar:focus .fp-progress {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #02bfe7; }
  #theme-usa .accordion ss-pane {
    border-color: #aeb0b5; }
    #theme-usa .accordion ss-pane.compare {
      border-top-color: #0071bc;
      border-right-color: #0071bc;
      border-left-color: #0071bc; }
      #theme-usa .accordion ss-pane.compare__cap {
        border-top-color: #0071bc !important; }
      #theme-usa .accordion ss-pane.compare__end {
        border-bottom-color: #0071bc !important; }
  #theme-usa .accordion ss-pane-header .ss-pane-button::after {
    background: #0071bc; }
  #theme-usa .accordion ss-pane-header .section__type i {
    color: #0071bc; }
    #theme-usa .accordion ss-pane-header .section__type i:hover, #theme-usa .accordion ss-pane-header .section__type i:focus {
      color: #112e51; }
    #theme-usa .accordion ss-pane-header .section__type i.icon-talkback-circled {
      color: #2e8540; }
      #theme-usa .accordion ss-pane-header .section__type i.icon-talkback-circled:hover, #theme-usa .accordion ss-pane-header .section__type i.icon-talkback-circled:focus {
        color: #1a4c25; }
  #theme-usa .accordion ss-pane-header:hover .ss-pane-button::after, #theme-usa .accordion ss-pane-header:focus .ss-pane-button::after {
    background: #112e51; }
  #theme-usa .annotation-example .note {
    background: #ffffff;
    border: solid 1px #aeb0b5;
    box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.1), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
    #theme-usa .annotation-example .note .annotation__actions .actions__swatch::after {
      color: #212121; }
    #theme-usa .annotation-example .note .annotation__note--content {
      border-top: 1px solid #5b616b; }
  #theme-usa .annotation-example .note-link, #theme-usa .annotation-example .note-link &gt; * {
    color: inherit;
    text-decoration: none; }
  #theme-usa .annotation-example mark {
    color: #212121; }
    #theme-usa .annotation-example mark.color-1 {
      background-color: rgba(179, 140, 0, 0.5) !important; }
      #theme-usa .annotation-example mark.color-1.has-note {
        box-shadow: inset 0 -3px 0 #b38c00; }
    #theme-usa .annotation-example mark.color-2 {
      background-color: rgba(76, 44, 146, 0.5) !important; }
      #theme-usa .annotation-example mark.color-2.has-note {
        box-shadow: inset 0 -3px 0 #4c2c92; }
    #theme-usa .annotation-example mark.color-3 {
      background-color: rgba(255, 88, 10, 0.5) !important; }
      #theme-usa .annotation-example mark.color-3.has-note {
        box-shadow: inset 0 -3px 0 #ff580a; }
    #theme-usa .annotation-example mark.color-4 {
      background-color: rgba(0, 113, 188, 0.5) !important; }
      #theme-usa .annotation-example mark.color-4.has-note {
        box-shadow: inset 0 -3px 0 #0071bc; }
    #theme-usa .annotation-example mark.color-5 {
      background-color: rgba(227, 28, 61, 0.5) !important; }
      #theme-usa .annotation-example mark.color-5.has-note {
        box-shadow: inset 0 -3px 0 #e31c3d; }
    #theme-usa .annotation-example mark.color-6 {
      background-color: rgba(46, 133, 64, 0.5) !important; }
      #theme-usa .annotation-example mark.color-6.has-note {
        box-shadow: inset 0 -3px 0 #2e8540; }
  #theme-usa .assessment-wrap {
    border-color: #212121; }
    #theme-usa .assessment-wrap.active {
      border-color: #205493; }
      #theme-usa .assessment-wrap.active--right {
        border-color: #205493; }
    #theme-usa .assessment-wrap .wrap__toggle {
      background: #212121; }
      #theme-usa .assessment-wrap .wrap__toggle:hover, #theme-usa .assessment-wrap .wrap__toggle:focus {
        background: #0071bc; }
      #theme-usa .assessment-wrap .wrap__toggle.active {
        background: #205493; }
        #theme-usa .assessment-wrap .wrap__toggle.active:hover, #theme-usa .assessment-wrap .wrap__toggle.active:focus {
          background: #0071bc; }
      #theme-usa .assessment-wrap .wrap__toggle i {
        opacity: 1; }
  #theme-usa .assessment__header {
    background: #f1f1f1;
    border-color: #aeb0b5; }
  #theme-usa .assessment__due {
    color: #ffffff; }
  #theme-usa .assessment__progress .progress__slider progress {
    border-color: none;
    background-color: #aeb0b5; }
    #theme-usa .assessment__progress .progress__slider progress::-webkit-progress-bar {
      background: #aeb0b5; }
    #theme-usa .assessment__progress .progress__slider progress::-webkit-progress-value {
      background: #0071bc; }
  #theme-usa .assessment__pagination {
    background-color: #ffffff;
    border-bottom: solid 1px #aeb0b5; }
    #theme-usa .assessment__pagination .droppable-overlay li:hover, #theme-usa .assessment__pagination .droppable-overlay li:focus {
      color: #0071bc; }
    #theme-usa .assessment__pagination .droppable-overlay li.active {
      background-color: #f1f1f1; }
    #theme-usa .assessment__pagination .droppable-overlay li.bookmarked::before {
      color: #0071bc; }
    #theme-usa .assessment__pagination .droppable-overlay li.completed::after {
      color: #212121; }
  #theme-usa .assessment__text {
    background-color: #f1f1f1; }
  #theme-usa .assessment__nav li {
    background: #f1f1f1; }
    #theme-usa .assessment__nav li:hover, #theme-usa .assessment__nav li:focus {
      background-color: #0071bc;
      border-color: #0071bc; }
    #theme-usa .assessment__nav li.stateDisabled {
      background: #5b616b; }
  #theme-usa .assessment__nav li + li {
    border-color: #aeb0b5; }
  #theme-usa .assessment__nav a {
    color: #212121;
    text-decoration: none; }
    #theme-usa .assessment__nav a:after {
      color: #212121; }
    #theme-usa .assessment__nav a:hover, #theme-usa .assessment__nav a:focus {
      background-color: #0071bc;
      color: #ffffff; }
      #theme-usa .assessment__nav a:hover::after, #theme-usa .assessment__nav a:focus::after {
        color: #ffffff; }
  #theme-usa .assessment__nav .active {
    background-color: #205493; }
    #theme-usa .assessment__nav .active a, #theme-usa .assessment__nav .active a:after, #theme-usa .assessment__nav .active span {
      color: #ffffff !important; }
  #theme-usa .assessment__nav--disabled {
    background: #1c1c1c; }
  #theme-usa .assessment__respond .assessment__text {
    background-color: #ffffff; }
  #theme-usa .assignment-sub-type legend {
    color: #212121; }
  #theme-usa .assignment-wrap {
    border-color: #323a45; }
    #theme-usa .assignment-wrap.active {
      border-color: #205493; }
    #theme-usa .assignment-wrap .wrap__toggle, #theme-usa .assignment-wrap .wrap__toggle &gt; * {
      background: #323a45;
      color: #ffffff;
      transition: color 0.15s ease-in-out; }
    #theme-usa .assignment-wrap .wrap__toggle.active, #theme-usa .assignment-wrap .wrap__toggle.active &gt; * {
      background: #205493;
      color: #ffffff; }
    #theme-usa .assignment-wrap .wrap__toggle:hover, #theme-usa .assignment-wrap .wrap__toggle:hover &gt; *, #theme-usa .assignment-wrap .wrap__toggle:focus, #theme-usa .assignment-wrap .wrap__toggle:focus &gt; * {
      background: #0071bc;
      color: #ffffff; }
  #theme-usa .assignment a {
    color: #212121; }
    #theme-usa .assignment a.card {
      text-decoration: none; }
      #theme-usa .assignment a.card .card__body .assignment__name {
        text-decoration: underline; }
  #theme-usa .assignment .card {
    border-color: #aeb0b5;
    box-shadow: 0 0.25rem 0.7rem 0 #f1f1f1; }
    #theme-usa .assignment .card--block:hover, #theme-usa .assignment .card--block:focus {
      border-color: #0071bc; }
    #theme-usa .assignment .card--block:hover .assignment__name, #theme-usa .assignment .card--block:focus .assignment__name {
      color: #0071bc; }
  #theme-usa .assignment__name:hover, #theme-usa .assignment__name:focus {
    color: #0071bc; }
  #theme-usa .assignment__nav li:hover, #theme-usa .assignment__nav li:focus {
    background-color: #0071bc;
    border-color: #0071bc; }
  #theme-usa .assignment__nav li + li {
    border-color: #aeb0b5; }
  #theme-usa .assignment__nav a {
    text-decoration: none; }
    #theme-usa .assignment__nav a::after {
      color: #212121; }
    #theme-usa .assignment__nav a:hover, #theme-usa .assignment__nav a:focus {
      background-color: #0071bc;
      color: #ffffff; }
      #theme-usa .assignment__nav a:hover::after, #theme-usa .assignment__nav a:focus::after {
        color: #ffffff; }
  #theme-usa .assignment__nav .active {
    background-color: #205493; }
  #theme-usa .assignment__meta .meta__section table th {
    color: #212121; }
  #theme-usa .assignment__cta {
    color: #212121; }
  #theme-usa .assignment__header {
    background-color: #f1f1f1; }
  #theme-usa .assignment__tools .tools__btn a, #theme-usa .assignment__tools .tools__btn button {
    background: #5b616b;
    color: #ffffff;
    text-decoration: none; }
    #theme-usa .assignment__tools .tools__btn a:hover, #theme-usa .assignment__tools .tools__btn a:focus, #theme-usa .assignment__tools .tools__btn button:hover, #theme-usa .assignment__tools .tools__btn button:focus {
      background: #0071bc;
      color: #ffffff; }
  #theme-usa .assignment__tools .tools__btn .droppable-overlay a {
    background: #ffffff;
    color: #212121;
    text-decoration: none; }
    #theme-usa .assignment__tools .tools__btn .droppable-overlay a:hover, #theme-usa .assignment__tools .tools__btn .droppable-overlay a:focus {
      color: #0071bc;
      background: #f1f1f1; }
  #theme-usa .assignment__tools .tools__btn.active a {
    background: #205493;
    color: #ffffff; }
    #theme-usa .assignment__tools .tools__btn.active a:hover, #theme-usa .assignment__tools .tools__btn.active a:focus {
      background: #0071bc;
      color: #ffffff; }
  #theme-usa .assignment .card__selected-border {
    border-color: #205493; }
    #theme-usa .assignment .card__selected-border:hover, #theme-usa .assignment .card__selected-border:focus {
      border-color: #0071bc; }
  #theme-usa .assignment #synctv g path {
    fill: #0071bc; }
  #theme-usa .badges .badges__section {
    border-bottom: solid 1px #aeb0b5; }
    #theme-usa .badges .badges__section:last-child {
      border-bottom: none; }
    @media (min-width: 768px) {
      #theme-usa .badges .badges__section {
        border-bottom: none; } }
  @media (min-width: 768px) {
    #theme-usa .badges .badges__parent {
      border-right: solid 1px #aeb0b5; } }
  #theme-usa .badges .badges__children--summary .badges__title {
    display: block; }
  #theme-usa .badges.badges--settings p {
    color: #323a45; }
  #theme-usa .badge-tooltip {
    background: #ffffff;
    border: 1px solid #5b616b;
    box-shadow: 0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2), -0.3rem 0.5rem 2.5rem -0.5rem rgba(28, 28, 28, 0.2); }
    @media (min-width: 768px) {
      #theme-usa .badge-tooltip::before {
        height: 0;
        width: 0;
        border-bottom: 10px solid #5b616b;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; }
      #theme-usa .badge-tooltip::after {
        height: 0;
        width: 0;
        border-bottom: 10px solid #ffffff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent; } }
    #theme-usa .badge-tooltip__header .icon-cancel {
      background: white;
      border: none; }
    #theme-usa .badge-tooltip i {
      color: #2e8540; }
  #theme-usa .badge .badge__background {
    fill: #aeb0b5; }
  #theme-usa .badge .badge__granular-progress {
    stroke: #323a45;
    fill: none; }
  #theme-usa .badge .badge__steps-background {
    stroke: #aeb0b5; }
  #theme-usa .badge .badge__step {
    stroke: #323a45; }
  #theme-usa .badge .badge__title {
    color: #5b616b; }
  #theme-usa .badge.badge--completed.badge--bronze .badge__background, #theme-usa .badge.badge--completed.badge--bronze .badge__title, #theme-usa .badges__child:hover .badge.badge--bronze .badge__background, #theme-usa .badges__child:hover .badge.badge--bronze .badge__title, #theme-usa .badges__child.focused .badge.badge--bronze .badge__background, #theme-usa .badges__child.focused .badge.badge--bronze .badge__title {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    fill: #fdb81e;
    color: #323a45; }
    #theme-usa .badge.badge--completed.badge--bronze .badge__background i, #theme-usa .badge.badge--completed.badge--bronze .badge__title i, #theme-usa .badges__child:hover .badge.badge--bronze .badge__background i, #theme-usa .badges__child:hover .badge.badge--bronze .badge__title i, #theme-usa .badges__child.focused .badge.badge--bronze .badge__background i, #theme-usa .badges__child.focused .badge.badge--bronze .badge__title i {
      color: #2e8540; }
  #theme-usa .badge.badge--completed.badge--silver .badge__background, #theme-usa .badge.badge--completed.badge--silver .badge__title, #theme-usa .badges__child:hover .badge.badge--silver .badge__background, #theme-usa .badges__child:hover .badge.badge--silver .badge__title, #theme-usa .badges__child.focused .badge.badge--silver .badge__background, #theme-usa .badges__child.focused .badge.badge--silver .badge__title {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    fill: #5b616b;
    color: #323a45; }
    #theme-usa .badge.badge--completed.badge--silver .badge__background i, #theme-usa .badge.badge--completed.badge--silver .badge__title i, #theme-usa .badges__child:hover .badge.badge--silver .badge__background i, #theme-usa .badges__child:hover .badge.badge--silver .badge__title i, #theme-usa .badges__child.focused .badge.badge--silver .badge__background i, #theme-usa .badges__child.focused .badge.badge--silver .badge__title i {
      color: #2e8540; }
  #theme-usa .badge.badge--completed.badge--gold .badge__background, #theme-usa .badge.badge--completed.badge--gold .badge__title, #theme-usa .badges__child:hover .badge.badge--gold .badge__background, #theme-usa .badges__child:hover .badge.badge--gold .badge__title, #theme-usa .badges__child.focused .badge.badge--gold .badge__background, #theme-usa .badges__child.focused .badge.badge--gold .badge__title {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    fill: #f9c642;
    color: #323a45; }
    #theme-usa .badge.badge--completed.badge--gold .badge__background i, #theme-usa .badge.badge--completed.badge--gold .badge__title i, #theme-usa .badges__child:hover .badge.badge--gold .badge__background i, #theme-usa .badges__child:hover .badge.badge--gold .badge__title i, #theme-usa .badges__child.focused .badge.badge--gold .badge__background i, #theme-usa .badges__child.focused .badge.badge--gold .badge__title i {
      color: #2e8540; }
  #theme-usa .badge.badge--completed.badge--platinum .badge__background, #theme-usa .badge.badge--completed.badge--platinum .badge__title, #theme-usa .badges__child:hover .badge.badge--platinum .badge__background, #theme-usa .badges__child:hover .badge.badge--platinum .badge__title, #theme-usa .badges__child.focused .badge.badge--platinum .badge__background, #theme-usa .badges__child.focused .badge.badge--platinum .badge__title {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    fill: #0071bc;
    color: #323a45; }
    #theme-usa .badge.badge--completed.badge--platinum .badge__background i, #theme-usa .badge.badge--completed.badge--platinum .badge__title i, #theme-usa .badges__child:hover .badge.badge--platinum .badge__background i, #theme-usa .badges__child:hover .badge.badge--platinum .badge__title i, #theme-usa .badges__child.focused .badge.badge--platinum .badge__background i, #theme-usa .badges__child.focused .badge.badge--platinum .badge__title i {
      color: #2e8540; }
  #theme-usa .badge.badge--completed.badge--nonclassified .badge__background, #theme-usa .badge.badge--completed.badge--nonclassified .badge__title, #theme-usa .badges__child:hover .badge.badge--nonclassified .badge__background, #theme-usa .badges__child:hover .badge.badge--nonclassified .badge__title, #theme-usa .badges__child.focused .badge.badge--nonclassified .badge__background, #theme-usa .badges__child.focused .badge.badge--nonclassified .badge__title {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    fill: #0071bc;
    color: #323a45; }
    #theme-usa .badge.badge--completed.badge--nonclassified .badge__background i, #theme-usa .badge.badge--completed.badge--nonclassified .badge__title i, #theme-usa .badges__child:hover .badge.badge--nonclassified .badge__background i, #theme-usa .badges__child:hover .badge.badge--nonclassified .badge__title i, #theme-usa .badges__child.focused .badge.badge--nonclassified .badge__background i, #theme-usa .badges__child.focused .badge.badge--nonclassified .badge__title i {
      color: #2e8540; }
  #theme-usa .badge.badge--completed.badge--annual .badge__background, #theme-usa .badge.badge--completed.badge--annual .badge__title, #theme-usa .badges__child:hover .badge.badge--annual .badge__background, #theme-usa .badges__child:hover .badge.badge--annual .badge__title, #theme-usa .badges__child.focused .badge.badge--annual .badge__background, #theme-usa .badges__child.focused .badge.badge--annual .badge__title {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    fill: #2e8540;
    color: #323a45; }
    #theme-usa .badge.badge--completed.badge--annual .badge__background i, #theme-usa .badge.badge--completed.badge--annual .badge__title i, #theme-usa .badges__child:hover .badge.badge--annual .badge__background i, #theme-usa .badges__child:hover .badge.badge--annual .badge__title i, #theme-usa .badges__child.focused .badge.badge--annual .badge__background i, #theme-usa .badges__child.focused .badge.badge--annual .badge__title i {
      color: #2e8540; }
  #theme-usa .assessment-bank-selector.active .btn {
    color: #0071bc;
    border-color: #0071bc; }
    #theme-usa .assessment-bank-selector.active .btn:hover, #theme-usa .assessment-bank-selector.active .btn:focus {
      color: #e31c3d;
      border-color: #e31c3d;
      background-color: #ffffff; }
    #theme-usa .assessment-bank-selector.active .btn .remove {
      color: #0071bc; }
    #theme-usa .assessment-bank-selector.active .btn:hover .remove, #theme-usa .assessment-bank-selector.active .btn:focus .remove {
      color: #e31c3d; }
  #theme-usa .blast__header {
    background: rgba(0, 0, 0, 0.65); }
  #theme-usa .blast__title, #theme-usa .blast__slug, #theme-usa .blast__date {
    color: #ffffff; }
  #theme-usa .bookshelf {
    color: #212121 !important;
    border-color: #5b616b; }
    #theme-usa .bookshelf:hover, #theme-usa .bookshelf:focus {
      color: #0071bc !important;
      border-color: #0071bc; }
  #theme-usa .btn {
    background-color: #0071bc;
    color: #ffffff;
    background-image: none;
    text-decoration: none; }
    #theme-usa .btn:hover, #theme-usa .btn:focus {
      background: #112e51;
      color: #ffffff; }
    #theme-usa .btn--plain {
      background-color: transparent;
      border-color: #5b616b;
      color: #212121; }
      #theme-usa .btn--plain:hover, #theme-usa .btn--plain:focus {
        background-color: transparent;
        border-color: #0071bc;
        color: #0071bc; }
      #theme-usa .btn--plain.active {
        color: #ffffff;
        background-color: #0071bc;
        border-color: #0071bc; }
        #theme-usa .btn--plain.active:hover, #theme-usa .btn--plain.active:focus {
          background-color: #205493; }
    #theme-usa .btn--green, #theme-usa .btn--solid-orange {
      background: #0071bc;
      color: #ffffff; }
    #theme-usa .btn--white {
      background-color: #ffffff;
      border-color: #212121;
      color: #212121; }
      #theme-usa .btn--white:hover, #theme-usa .btn--white:focus {
        background-color: #ffffff;
        border-color: #0071bc;
        color: #0071bc; }
      #theme-usa .btn--white.active {
        color: #0071bc;
        border-color: #0071bc; }
    #theme-usa .btn--white-primary {
      background-color: #ffffff;
      border-color: #0071bc;
      color: #0071bc; }
      #theme-usa .btn--white-primary:hover, #theme-usa .btn--white-primary:focus {
        background-color: #0071bc;
        border-color: #0071bc;
        color: #ffffff; }
    #theme-usa .btn--white-success {
      background-color: #ffffff;
      border-color: #2e8540;
      color: #2e8540; }
      #theme-usa .btn--white-success:hover, #theme-usa .btn--white-success:focus {
        background-color: #2e8540;
        border-color: #2e8540;
        color: #ffffff; }
    #theme-usa .btn::after {
      opacity: .75; }
    #theme-usa .btn[disabled] {
      opacity: 1;
      background-color: #5b616b; }
  #theme-usa .button-list li {
    border-bottom: 1px solid #e1e1e1; }
    #theme-usa .button-list li.active {
      color: #205493; }
    #theme-usa .button-list li button:hover {
      color: #205493; }
  #theme-usa .classroom__status {
    color: #0071bc;
    text-decoration: none; }
    #theme-usa .classroom__status::before {
      color: #0071bc; }
    #theme-usa .classroom__status:hover, #theme-usa .classroom__status:focus {
      color: #112e51; }
      #theme-usa .classroom__status:hover::before, #theme-usa .classroom__status:focus::before {
        color: #112e51; }
    #theme-usa .classroom__status--unsynced, #theme-usa .classroom__status--broken {
      color: #e31c3d; }
      #theme-usa .classroom__status--unsynced::before, #theme-usa .classroom__status--broken::before {
        color: #e31c3d; }
      #theme-usa .classroom__status--unsynced:hover, #theme-usa .classroom__status--unsynced:focus, #theme-usa .classroom__status--broken:hover, #theme-usa .classroom__status--broken:focus {
        color: #981b1e; }
        #theme-usa .classroom__status--unsynced:hover::before, #theme-usa .classroom__status--unsynced:focus::before, #theme-usa .classroom__status--broken:hover::before, #theme-usa .classroom__status--broken:focus::before {
          color: #981b1e; }
    #theme-usa .classroom__status--synced {
      color: #2e8540; }
      #theme-usa .classroom__status--synced::before {
        color: #2e8540; }
      #theme-usa .classroom__status--synced:hover, #theme-usa .classroom__status--synced:focus {
        color: #4aa564; }
        #theme-usa .classroom__status--synced:hover::before, #theme-usa .classroom__status--synced:focus::before {
          color: #4aa564; }
    #theme-usa .classroom__status span {
      text-decoration: underline; }
  #theme-usa [color-theme='blast'] {
    /* Text Color */
    /* Background Color */ }
    #theme-usa [color-theme='blast'] .apply-text-color,
    #theme-usa [color-theme='blast'] .assignment__meta li:before {
      color: #4c2c92; }
    #theme-usa [color-theme='blast'] .apply-bg-color {
      background-color: #4c2c92; }
    #theme-usa [color-theme='blast'] .apply-border-color {
      border-color: #4c2c92; }
  #theme-usa .card-listings--review-mode [color-theme='blast'].card:after {
    background-color: #4c2c92; }
  #theme-usa [color-theme='synctv'] {
    /* Text Color */
    /* Background Color */ }
    #theme-usa [color-theme='synctv'] .apply-text-color,
    #theme-usa [color-theme='synctv'] .assignment__meta li:before {
      color: #2e8540; }
    #theme-usa [color-theme='synctv'] .apply-bg-color {
      background-color: #2e8540; }
    #theme-usa [color-theme='synctv'] .apply-border-color {
      border-color: #2e8540; }
  #theme-usa .card-listings--review-mode [color-theme='synctv'].card:after {
    background-color: #2e8540; }
  #theme-usa [color-theme='reading'] {
    /* Text Color */
    /* Background Color */ }
    #theme-usa [color-theme='reading'] .apply-text-color,
    #theme-usa [color-theme='reading'] .assignment__meta li:before {
      color: #0071bc; }
    #theme-usa [color-theme='reading'] .apply-bg-color {
      background-color: #0071bc; }
    #theme-usa [color-theme='reading'] .apply-border-color {
      border-color: #0071bc; }
  #theme-usa .card-listings--review-mode [color-theme='reading'].card:after {
    background-color: #0071bc; }
  #theme-usa [color-theme='writing'] {
    /* Text Color */
    /* Background Color */ }
    #theme-usa [color-theme='writing'] .apply-text-color,
    #theme-usa [color-theme='writing'] .assignment__meta li:before {
      color: #e31c3d; }
    #theme-usa [color-theme='writing'] .apply-bg-color {
      background-color: #e31c3d; }
    #theme-usa [color-theme='writing'] .apply-border-color {
      border-color: #e31c3d; }
  #theme-usa .card-listings--review-mode [color-theme='writing'].card:after {
    background-color: #e31c3d; }
  #theme-usa [color-theme='skill'] {
    /* Text Color */
    /* Background Color */ }
    #theme-usa [color-theme='skill'] .apply-text-color,
    #theme-usa [color-theme='skill'] .assignment__meta li:before {
      color: #4c2c92; }
    #theme-usa [color-theme='skill'] .apply-bg-color {
      background-color: #4c2c92; }
    #theme-usa [color-theme='skill'] .apply-border-color {
      border-color: #4c2c92; }
  #theme-usa .card-listings--review-mode [color-theme='skill'].card:after {
    background-color: #4c2c92; }
  #theme-usa [ss-bind-html] .ss-figure figcaption, #theme-usa .redactor-box .ss-figure figcaption {
    color: #323a45; }
  #theme-usa .redactor-box [data-annotation-example] {
    border-left-color: #aeb0b5; }
    #theme-usa .redactor-box [data-annotation-example]::before, #theme-usa .redactor-box [data-annotation-example]::after {
      color: #323a45; }
  #theme-usa .redactor-box ssembedvideo {
    background-color: #2e8540; }
  #theme-usa .correlations .correlations__head {
    border-bottom: solid 2px #aeb0b5; }
  #theme-usa .correlations .correlations__controls .btn:before {
    opacity: 1; }
  #theme-usa .correlations .correlations__controls .droppable-overlay li.active {
    background-color: #f1f1f1; }
  #theme-usa .correlations .correlations__content-row {
    border-bottom: solid 1px #aeb0b5; }
  #theme-usa .correlations .correlations__citations ul li {
    border-bottom: solid 1px #aeb0b5; }
    #theme-usa .correlations .correlations__citations ul li:last-child {
      border-bottom: none; }
  #theme-usa .correlations .data-table .correlations__citations tr:last-child {
    border-bottom: none; }
  #theme-usa .correlations__visited-user {
    color: #205493; }
  #theme-usa .correlations__visited-browser {
    color: #2e8540; }
  #theme-usa .cropper-container .cropper-crop-box:hover .cropper-center::before, #theme-usa .cropper-container .cropper-crop-box:hover .cropper-center::after, #theme-usa .cropper-container .cropper-crop-box:focus .cropper-center::before, #theme-usa .cropper-container .cropper-crop-box:focus .cropper-center::after {
    background-color: #0071bc; }
  #theme-usa .cropper-container .cropper-drag-box {
    background-color: #1c1c1c;
    opacity: .8; }
  #theme-usa .cropper-container .cropper-view-box {
    outline-color: #f1f1f1; }
  #theme-usa .cropper-container .cropper-point {
    background-color: #212121; }
    #theme-usa .cropper-container .cropper-point:hover, #theme-usa .cropper-container .cropper-point:focus {
      background-color: #0071bc; }
  #theme-usa .cropper-container .cropper-center::before, #theme-usa .cropper-container .cropper-center::after {
    background-color: #f1f1f1; }
  #theme-usa .cropper-container .cropper-line, #theme-usa .cropper-container .cropper-face {
    background-color: transparent; }
  #theme-usa .data-table .table__head {
    border-color: #aeb0b5; }
  #theme-usa .data-table .table__search span[class*='icon'] {
    color: #5b616b; }
  #theme-usa .data-table .table__search input {
    background: #f1f1f1;
    color: #212121; }
    #theme-usa .data-table .table__search input:hover, #theme-usa .data-table .table__search input:focus {
      border-color: #0071bc; }
    #theme-usa .data-table .table__search input::placeholder {
      color: #212121; }
  #theme-usa .data-table .table__actions .icon-gear {
    color: #5b616b; }
    #theme-usa .data-table .table__actions .icon-gear:hover, #theme-usa .data-table .table__actions .icon-gear:focus {
      color: #0071bc; }
  #theme-usa .data-table .table__gradebook {
    color: #5b616b; }
    #theme-usa .data-table .table__gradebook:hover, #theme-usa .data-table .table__gradebook:focus {
      color: #0071bc; }
  #theme-usa .data-table thead tr:last-child th {
    box-shadow: 0 2px 0 #aeb0b5; }
  @media (min-width: 0) {
    #theme-usa .data-table thead:not(.static) tr:last-child th:first-child::before, #theme-usa .data-table thead:not(.static) tr:last-child th:last-child::after {
      box-shadow: 0 2px 0 #aeb0b5; } }
  #theme-usa .data-table th,
  #theme-usa .data-table td {
    color: #212121; }
  #theme-usa .data-table td, #theme-usa .data-table th[scope=row] {
    border-color: #aeb0b5; }
  #theme-usa .data-table .summary-row {
    border-color: #5b616b; }
  #theme-usa .data-table .icon-info {
    opacity: 1; }
  #theme-usa .data-table .icon-lock {
    color: #5b616b !important; }
  #theme-usa .data-table .icon-ok-circled {
    color: #2e8540 !important; }
  #theme-usa .dgo textarea::placeholder, #theme-usa .dgo input::placeholder {
    color: #212121; }
  #theme-usa .dgo__header {
    background-color: #f1f1f1; }
  #theme-usa .dgo__helper {
    color: #939598; }
  #theme-usa .dgo-response-editor-inline__header button:hover {
    color: #0071bc; }
  #theme-usa .dgo-response-editor-inline__header textarea {
    border-color: #e1e1e1; }
  #theme-usa .dgo__delete-btn:hover, #theme-usa .dgo__delete-btn:focus, #theme-usa .dgo__delete-btn.focused {
    color: #e31c3d;
    fill: #e31c3d; }
  #theme-usa .dgo__story-plot .action:hover {
    fill: #0071bc; }
  #theme-usa .dgo__concept-web .resize-preview {
    stroke: #1c1c1c;
    fill: #ffffff; }
  #theme-usa .dgo__concept-web.editable .concept:hover circle {
    fill: #f5f5f5; }
  #theme-usa .dgo__concept-web.editable .concept:hover text {
    fill: #0071bc; }
  #theme-usa .dgo-venn__header button:hover {
    color: #0071bc; }
  #theme-usa .dgo-venn .hover-region {
    stroke: none;
    fill: transparent; }
  #theme-usa .dgo-venn .hover text {
    fill: #0071bc; }
  #theme-usa .dgo__drawing svg text {
    fill: #212121; }
  #theme-usa .tab-mode-enabled .dgo__story-plot .focused .reorder-hint {
    opacity: 1; }
  #theme-usa .documents .documents__title .headline h1 {
    color: #5b616b; }
  #theme-usa .documents .documents__title .headline span {
    color: #0071bc; }
    #theme-usa .documents .documents__title .headline span:last-child {
      color: #5b616b; }
  #theme-usa .documents .documents__callout {
    border: solid 1px #aeb0b5;
    box-shadow: 0 1px 3px 0 rgba(28, 28, 28, 0.4);
    background-color: #ffffff; }
  #theme-usa .documents .documents__example .column-descriptions .header-description {
    border: none; }
    #theme-usa .documents .documents__example .column-descriptions .header-description div {
      border-color: #0071bc;
      box-shadow: 0 1px 3px 0 rgba(0, 113, 188, 0.4);
      color: #0071bc; }
  #theme-usa .documents .documents__example .column-descriptions .header-pointer {
    color: #0071bc; }
  @media print {
    #theme-usa .documents .documents__example .column-descriptions .header-description div, #theme-usa .documents .documents__example .column-descriptions .header-pointer {
      color: #0071bc !important; } }
  #theme-usa .documents--key .documents__col {
    border: solid 1px #aeb0b5; }
  @media print {
    #theme-usa .documents--key .documents__choice.text-primary-link:before {
      color: #0071bc !important; } }
  @media print {
    #theme-usa .documents--key .documents__choice--explanation .text-primary-link, #theme-usa .documents--key .documents__choice--explanation .text-primary-link *, #theme-usa .documents--key .documents__choice--explanation .text-primary-link:before, #theme-usa .documents--key .documents__choice--explanation .text-primary-link:after {
      color: #0071bc !important; } }
  @media print {
    #theme-usa .documents main table tr:first-child th {
      background-color: rgba(50, 58, 69, 0.7) !important;
      color: #ffffff !important; } }
  #theme-usa .documents main table td.labeled-cell .cell-label {
    background-color: #0071bc;
    color: #ffffff; }
  #theme-usa .documents main table td .cell-note {
    color: #0071bc; }
  #theme-usa .documents main table th, #theme-usa .documents main table td {
    border-right: solid 1px #aeb0b5;
    border-bottom: solid 1px #aeb0b5; }
  #theme-usa .documents main table th {
    background-color: rgba(50, 58, 69, 0.7);
    color: #ffffff; }
    #theme-usa .documents main table th:only-of-type {
      color: #1c1c1c;
      background-color: #ffffff;
      border-left: solid 1px #aeb0b5; }
  #theme-usa .documents main table .attribute-label {
    color: #5b616b; }
  #theme-usa .droppable-overlay {
    border-color: #aeb0b5; }
    #theme-usa .droppable-overlay::before {
      border-color: #aeb0b5; }
    #theme-usa .droppable-overlay li:hover, #theme-usa .droppable-overlay li:focus {
      color: #0071bc; }
    #theme-usa .droppable-overlay li.droppable-spacer {
      border-bottom: solid 1px #aeb0b5; }
    #theme-usa .droppable-overlay li.droppable-heading span {
      color: #5b616b; }
      #theme-usa .droppable-overlay li.droppable-heading span:before {
        color: #0071bc; }
      #theme-usa .droppable-overlay li.droppable-heading span i {
        color: #212121 !important; }
    #theme-usa .droppable-overlay li a, #theme-usa .droppable-overlay li div {
      color: #212121;
      text-decoration: none; }
      #theme-usa .droppable-overlay li a:hover, #theme-usa .droppable-overlay li a:focus, #theme-usa .droppable-overlay li div:hover, #theme-usa .droppable-overlay li div:focus {
        color: #0071bc;
        background: #f1f1f1; }
  #theme-usa .droppable__instructions {
    border-bottom: solid 1px #aeb0b5; }
  #theme-usa mark, #theme-usa ins {
    color: #0071bc; }
  #theme-usa .extq-gen-table table {
    border-color: #323a45; }
  #theme-usa .extq-gen-table th, #theme-usa .extq-gen-table td {
    border-color: #323a45; }
  #theme-usa .extq-gen-table .validation-message {
    color: #e31c3d; }
  #theme-usa .extq-gen-table .validation-warning {
    color: #323a45; }
  #theme-usa .file-list a {
    color: #212121;
    border-color: #5b616b; }
    #theme-usa .file-list a:hover, #theme-usa .file-list a:focus {
      color: #0071bc;
      border-color: #0071bc; }
      #theme-usa .file-list a:hover .file__icon, #theme-usa .file-list a:focus .file__icon {
        color: #0071bc; }
  #theme-usa .file-list .file__icon {
    color: #0071bc; }
    #theme-usa .file-list .file__icon--right {
      color: #5b616b; }
  #theme-usa .file-list .file__name {
    color: #0071bc; }
  #theme-usa .form__checkbox label, #theme-usa .form__radio label {
    color: #212121; }
    #theme-usa .form__checkbox label:focus, #theme-usa .form__checkbox label:hover, #theme-usa .form__radio label:focus, #theme-usa .form__radio label:hover {
      color: #0071bc; }
      #theme-usa .form__checkbox label:focus::before, #theme-usa .form__checkbox label:hover::before, #theme-usa .form__radio label:focus::before, #theme-usa .form__radio label:hover::before {
        background-color: #2e8540;
        border-color: #0071bc; }
      #theme-usa .form__checkbox label:focus::after, #theme-usa .form__checkbox label:hover::after, #theme-usa .form__radio label:focus::after, #theme-usa .form__radio label:hover::after {
        border-color: #2e8540; }
  #theme-usa .form__checkbox input:checked + label::before, #theme-usa .form__radio input:checked + label::before {
    color: #212121; }
  #theme-usa .form__radio input:checked + label::before {
    background-color: #2e8540; }
  #theme-usa .form__radio input:checked + label::after {
    border-color: #2e8540; }
  #theme-usa .form__radio input:checked + label:focus::before, #theme-usa .form__radio input:checked + label:hover::before {
    border-color: #0071bc; }
  #theme-usa .form__checkbox input:checked + label:hover::before {
    color: #ffffff; }
  #theme-usa .form__helper {
    color: #5b616b; }
  #theme-usa .gradebook .data-table .table__head {
    border-bottom: 1px solid #aeb0b5;
    box-shadow: 0 2px 0 #aeb0b5; }
  #theme-usa .gradebook .icon-gear:hover, #theme-usa .gradebook .icon-gear:focus {
    color: #0071bc; }
  #theme-usa .gradebook__label::after {
    background-color: #f1f1f1;
    border-top: solid 1px #aeb0b5;
    border-left: solid 1px #aeb0b5; }
  #theme-usa .gradebook__label th, #theme-usa .gradebook__label td {
    border-top: solid 1px #aeb0b5;
    border-right: solid 1px #aeb0b5; }
    #theme-usa .gradebook__label th:first-child, #theme-usa .gradebook__label td:first-child {
      background: #f1f1f1;
      color: #212121; }
    #theme-usa .gradebook__label th:last-child, #theme-usa .gradebook__label td:last-child {
      border-right: none; }
  #theme-usa .gradebook__label--action a {
    color: #212121; }
  #theme-usa .gradebook__label--rotate th, #theme-usa .gradebook__label--rotate td {
    border: none; }
    #theme-usa .gradebook__label--rotate th:first-child, #theme-usa .gradebook__label--rotate td:first-child {
      background-color: initial; }
    #theme-usa .gradebook__label--rotate th div.rotate, #theme-usa .gradebook__label--rotate td div.rotate {
      border-top: solid 1px #aeb0b5; }
  #theme-usa .gradebook__label--student::after {
    background-color: initial;
    border-left: solid 1px #aeb0b5; }
  #theme-usa .gradebook__label--student th {
    border-right: solid 1px #aeb0b5;
    color: #212121; }
    #theme-usa .gradebook__label--student th:first-child {
      background: #ffffff;
      color: #212121; }
    #theme-usa .gradebook__label--student th:last-child {
      border-right: none; }
  #theme-usa .gradebook__student::after {
    background-color: #f1f1f1;
    border-top: solid 1px #aeb0b5;
    border-left: solid 1px #aeb0b5; }
  #theme-usa .gradebook__student .student__name {
    background-color: #f1f1f1;
    border-top: solid 1px #aeb0b5;
    border-right: solid 1px #aeb0b5; }
  #theme-usa .gradebook__student .student__grades {
    border-top: solid 1px #aeb0b5;
    border-right: solid 1px #aeb0b5; }
    #theme-usa .gradebook__student .student__grades:last-child {
      border-right: none; }
    #theme-usa .gradebook__student .student__grades a.color-1 {
      color: #212121;
      background-color: rgba(179, 140, 0, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-1:hover, #theme-usa .gradebook__student .student__grades a.color-1:focus {
        background-color: rgba(179, 140, 0, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades a.color-2 {
      color: #212121;
      background-color: rgba(76, 44, 146, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-2:hover, #theme-usa .gradebook__student .student__grades a.color-2:focus {
        background-color: rgba(76, 44, 146, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades a.color-3 {
      color: #212121;
      background-color: rgba(255, 88, 10, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-3:hover, #theme-usa .gradebook__student .student__grades a.color-3:focus {
        background-color: rgba(255, 88, 10, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades a.color-4 {
      color: #212121;
      background-color: rgba(0, 113, 188, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-4:hover, #theme-usa .gradebook__student .student__grades a.color-4:focus {
        background-color: rgba(0, 113, 188, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades a.color-5 {
      color: #212121;
      background-color: rgba(227, 28, 61, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-5:hover, #theme-usa .gradebook__student .student__grades a.color-5:focus {
        background-color: rgba(227, 28, 61, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades a.color-6 {
      color: #212121;
      background-color: rgba(46, 133, 64, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-6:hover, #theme-usa .gradebook__student .student__grades a.color-6:focus {
        background-color: rgba(46, 133, 64, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades a.color-7 {
      color: #212121;
      background-color: rgba(28, 28, 28, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-7:hover, #theme-usa .gradebook__student .student__grades a.color-7:focus {
        background-color: rgba(28, 28, 28, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades a.color-8 {
      color: #212121;
      background-color: rgba(91, 97, 107, 0.5); }
      #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
        background-color: rgba(91, 97, 107, 0.7); }
    #theme-usa .gradebook__student .student__grades a.color-8:hover, #theme-usa .gradebook__student .student__grades a.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .gradebook__student .student__grades-blank {
      background-color: #f1f1f1; }
  #theme-usa [class*='headline'] i[class*='icon-'] {
    color: #0071bc;
    opacity: 1; }
  #theme-usa .headline--hr, #theme-usa .headline--short-hr {
    border-color: #aeb0b5; }
  #theme-usa .headline--strikethrough::before {
    background: -webkit-linear-gradient( left , #f1f1f1 0, #aeb0b5 25%, #aeb0b5 75%, #f1f1f1 100%);
    background: linear-gradient(to right, #f1f1f1 0, #aeb0b5 25%, #aeb0b5 75%, #f1f1f1 100%); }
  #theme-usa .home-features .features__content .content__ideas .ideas__list:hover .content__title, #theme-usa .home-features .features__content .content__ideas .ideas__list:focus .content__title {
    color: #112e51; }
  #theme-usa .home-features .features__content .content__title {
    color: #0071bc; }
  #theme-usa .home-features .features__content .content__prehead {
    color: #5b616b; }
  #theme-usa .home-features .features__content .content__headline i.icon-nblasts {
    color: #4c2c92; }
  #theme-usa .home-features .features__content .content__headline i.icon-nideas {
    color: #2e8540; }
  #theme-usa .home-features .features__content .content__headline i.icon-ngettingstarted {
    color: #e31c3d; }
  #theme-usa .home-masthead .masthead__username {
    color: #0071bc; }
  #theme-usa .hr {
    background: #aeb0b5; }
  #theme-usa .inline-form-editable input::placeholder {
    font-style: italic; }
  #theme-usa .inline-form-editable .editable-placeholder {
    color: #212121; }
  #theme-usa .inline-form-editable .editable-click:hover {
    color: #0071bc; }
    #theme-usa .inline-form-editable .editable-click:hover::after {
      color: #0071bc; }
  #theme-usa .inline-form-editable .editable-click::after {
    color: #5b616b; }
  #theme-usa .inline-form-editable .editable-input {
    background-color: transparent; }
  #theme-usa .inline-form-editable .editable-text .editable-buttons button, #theme-usa .inline-form-editable .editable-number .editable-buttons button, #theme-usa .inline-form-editable .editable-url .editable-buttons button {
    background-color: transparent;
    border: none; }
    #theme-usa .inline-form-editable .editable-text .editable-buttons button::before, #theme-usa .inline-form-editable .editable-number .editable-buttons button::before, #theme-usa .inline-form-editable .editable-url .editable-buttons button::before {
      color: #212121; }
    #theme-usa .inline-form-editable .editable-text .editable-buttons button:hover::before, #theme-usa .inline-form-editable .editable-number .editable-buttons button:hover::before, #theme-usa .inline-form-editable .editable-url .editable-buttons button:hover::before {
      color: #0071bc; }
  #theme-usa .inline-form-editable .editable-textarea {
    background-color: #f1f1f1; }
    #theme-usa .inline-form-editable .editable-textarea .editable-buttons button {
      font-size: 1.6rem;
      line-height: 3.4rem;
      background-color: #fdb913;
      background-image: -webkit-linear-gradient(#fdb913, #faa21b);
      background-image: linear-gradient(#fdb913, #faa21b);
      display: inline-block;
      height: 3.4rem;
      padding: 0 2.5rem;
      color: #ffffff;
      text-transform: none;
      border: none;
      vertical-align: middle;
      font-weight: 400;
      border-radius: .5rem;
      position: relative;
      /* Colors */
      /* Size */
      /* Icon */
      /* Mouse Actions */
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[disabled] {
        opacity: .5;
        pointer-events: none; }
      #theme-usa .inline-form-editable .editable-textarea .editable-buttons button.loading {
        opacity: 1;
        color: rgba(255, 255, 255, 0); }
      #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[class*='icon']:before {
        margin-right: .5rem; }
      #theme-usa .inline-form-editable .editable-textarea .editable-buttons button:active {
        top: 1px; }
      #theme-usa .inline-form-editable .editable-textarea .editable-buttons button::before {
        opacity: 1; }
      #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[type="submit"] {
        background: #0071bc; }
        #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[type="submit"]:hover, #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[type="submit"]:focus {
          background-color: #205493; }
      #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[type="button"] {
        background: transparent;
        border: 1px solid rgba(147, 149, 152, 0.5);
        color: #939598;
        border: solid 1px #aeb0b5;
        color: #212121; }
        #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[type="button"]:hover, #theme-usa .inline-form-editable .editable-textarea .editable-buttons button[type="button"]:focus {
          color: #0071bc;
          border-color: #0071bc; }
    #theme-usa .inline-form-editable .editable-textarea .redactor-toolbar {
      border-top: solid 1px #aeb0b5;
      border-right: solid 1px #aeb0b5;
      border-left: solid 1px #aeb0b5; }
  #theme-usa .inline-form-editable .editable-image .image__upload {
    color: #212121;
    border: solid 1px #aeb0b5; }
    #theme-usa .inline-form-editable .editable-image .image__upload:hover {
      color: #0071bc;
      border-color: #0071bc; }
  #theme-usa .inline-form-editable .editable-image .image__remove {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 3.5rem;
    width: 3.5rem;
    background-color: #ffffff;
    border: none;
    border-radius: 50%; }
    #theme-usa .inline-form-editable .editable-image .image__remove::before {
      color: #212121; }
    #theme-usa .inline-form-editable .editable-image .image__remove:hover::before, #theme-usa .inline-form-editable .editable-image .image__remove:focus::before {
      color: #0071bc; }
  #theme-usa .inline-form-editable .editable-assignment .assignment__create {
    color: #212121;
    border: solid 1px #aeb0b5; }
    #theme-usa .inline-form-editable .editable-assignment .assignment__create:hover {
      color: #0071bc;
      border-color: #0071bc; }
  #theme-usa .inline-form-editable .editable-assignment .assignment__actions {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 1; }
    #theme-usa .inline-form-editable .editable-assignment .assignment__actions button:first-child {
      margin-top: 1rem; }
  #theme-usa .inline-form-editable .editable-draggable {
    color: #212121; }
    #theme-usa .inline-form-editable .editable-draggable:before {
      color: inherit; }
    #theme-usa .inline-form-editable .editable-draggable:hover {
      color: #0071bc; }
  #theme-usa .inline-edit__display:hover {
    color: #0071bc; }
    #theme-usa .inline-edit__display:hover::after {
      color: #0071bc; }
  #theme-usa .inline-edit__display::after {
    color: #5b616b; }
  #theme-usa .inline-edit .editable-buttons button {
    font-size: 1.6rem;
    line-height: 3.4rem;
    background-color: #fdb913;
    background-image: -webkit-linear-gradient(#fdb913, #faa21b);
    background-image: linear-gradient(#fdb913, #faa21b);
    display: inline-block;
    height: 3.4rem;
    padding: 0 2.5rem;
    color: #ffffff;
    text-transform: none;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: .5rem;
    position: relative;
    /* Colors */
    /* Size */
    /* Icon */
    /* Mouse Actions */
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    #theme-usa .inline-edit .editable-buttons button[disabled] {
      opacity: .5;
      pointer-events: none; }
    #theme-usa .inline-edit .editable-buttons button.loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0); }
    #theme-usa .inline-edit .editable-buttons button[class*='icon']:before {
      margin-right: .5rem; }
    #theme-usa .inline-edit .editable-buttons button:active {
      top: 1px; }
    #theme-usa .inline-edit .editable-buttons button::before {
      opacity: 1; }
    #theme-usa .inline-edit .editable-buttons button[type="submit"] {
      background: #0071bc; }
      #theme-usa .inline-edit .editable-buttons button[type="submit"]:hover, #theme-usa .inline-edit .editable-buttons button[type="submit"]:focus {
        background-color: #205493; }
    #theme-usa .inline-edit .editable-buttons button[type="button"] {
      background: transparent;
      border: 1px solid rgba(147, 149, 152, 0.5);
      color: #939598;
      border: solid 1px #aeb0b5;
      color: #212121; }
      #theme-usa .inline-edit .editable-buttons button[type="button"]:hover, #theme-usa .inline-edit .editable-buttons button[type="button"]:focus {
        color: #0071bc;
        border-color: #0071bc; }
  #theme-usa .inline-edit .editable-placeholder {
    color: #212121; }
  #theme-usa .inline-state-nav {
    border-color: #aeb0b5; }
    #theme-usa .inline-state-nav a,
    #theme-usa .inline-state-nav button {
      color: #4b4a4b;
      text-decoration: none; }
      #theme-usa .inline-state-nav a:hover,
      #theme-usa .inline-state-nav button:hover {
        color: #0071bc; }
    #theme-usa .inline-state-nav .active {
      border-color: #205493; }
      #theme-usa .inline-state-nav .active, #theme-usa .inline-state-nav .active a {
        color: #205493; }
        #theme-usa .inline-state-nav .active:hover, #theme-usa .inline-state-nav .active a:hover {
          color: #0071bc; }
    #theme-usa .inline-state-nav--secondary .active {
      border-color: #205493; }
    #theme-usa .inline-state-nav--block {
      border: solid 1px #aeb0b5; }
      #theme-usa .inline-state-nav--block li {
        border-bottom: solid 1px #aeb0b5; }
        @media (min-width: 768px) {
          #theme-usa .inline-state-nav--block li {
            border-right: solid 1px #aeb0b5;
            border-bottom: none; } }
        #theme-usa .inline-state-nav--block li button {
          color: #212121; }
          #theme-usa .inline-state-nav--block li button:hover {
            color: #ffffff;
            background-color: #0071bc; }
          #theme-usa .inline-state-nav--block li button::before {
            opacity: 1; }
        #theme-usa .inline-state-nav--block li.active {
          background-color: #205493;
          border-color: #205493; }
          #theme-usa .inline-state-nav--block li.active button {
            color: #ffffff; }
  #theme-usa .input__helper {
    color: #5b616b; }
  #theme-usa .input__text input {
    color: #212121;
    border-color: #5b616b; }
    #theme-usa .input__text input::placeholder {
      color: #212121; }
    #theme-usa .input__text input:hover, #theme-usa .input__text input:focus {
      border-color: #0071bc; }
      #theme-usa .input__text input:hover::placeholder, #theme-usa .input__text input:focus::placeholder {
        color: #0071bc; }
    #theme-usa .input__text input[disabled] {
      opacity: .75; }
      #theme-usa .input__text input[disabled]:hover, #theme-usa .input__text input[disabled]:focus {
        border-color: #5b616b; }
  #theme-usa .input__text label {
    color: #212121; }
  #theme-usa .input__text[class*='icon']::before {
    color: #212121; }
  #theme-usa .input__text span[class*='icon'] {
    color: #212121; }
  #theme-usa .input__transclude label {
    color: #212121; }
  #theme-usa .input__switch .switch__toggle {
    border-color: #5b616b;
    background-color: #5b616b;
    box-shadow: none; }
  #theme-usa .input__switch :checked + .switch__toggle {
    border-color: #2e8540;
    box-shadow: inset 0 0 0 13px #2e8540; }
    #theme-usa .input__switch :checked + .switch__toggle:after {
      border-color: #2e8540; }
  #theme-usa input, #theme-usa textarea {
    border-color: #5b616b; }
    #theme-usa input:hover, #theme-usa input:focus, #theme-usa textarea:hover, #theme-usa textarea:focus {
      border-color: #0071bc; }
  #theme-usa .legal {
    border: solid 1px #aeb0b5; }
  #theme-usa .line-reader {
    border-color: #212121; }
    #theme-usa .line-reader .tab-mode-keyboard-help {
      background: #212121;
      border-color: #212121; }
    #theme-usa .line-reader .ngdialog-close::before {
      color: #ffffff; }
    #theme-usa .line-reader .headline {
      background-color: #212121;
      color: #ffffff;
      border-color: #212121; }
      #theme-usa .line-reader .headline h2 {
        color: #ffffff; }
    #theme-usa .line-reader .ui-resizable-handle {
      background: #212121;
      border-color: #212121; }
      #theme-usa .line-reader .ui-resizable-handle.ui-resizable-se:hover::before, #theme-usa .line-reader .ui-resizable-handle.ui-resizable-se:focus::before {
        color: #02bfe7; }
      #theme-usa .line-reader .ui-resizable-handle.ui-resizable-se::before {
        color: #ffffff; }
  #theme-usa .link-list {
    color: #0071bc; }
  #theme-usa .live-monitor .off-screen {
    background-color: #e31c3d; }
  #theme-usa .live-monitor .off-screen-count {
    background-color: #f9c642; }
  #theme-usa .module--contained .headline--box {
    background: #5b616b; }
    #theme-usa .module--contained .headline--box h2 {
      color: #ffffff;
      font-weight: 300; }
    #theme-usa .module--contained .headline--box button:hover, #theme-usa .module--contained .headline--box button:focus {
      color: #dce4ef; }
  #theme-usa .module--contained .headline--green, #theme-usa .module--contained .headline--blue, #theme-usa .module--contained .headline--orange {
    background: #112e51; }
  #theme-usa .module--hr {
    border-color: #aeb0b5; }
  #theme-usa .multitool__header.header--hr {
    border-color: #aeb0b5; }
  #theme-usa .multitool__meta {
    color: #323a45; }
  #theme-usa .multitool .para {
    color: #0071bc; }
  #theme-usa .multitool .phrase.isHighlighted {
    background-color: rgba(179, 140, 0, 0.4) !important; }
  #theme-usa .multitool .phrase.currentPhrase {
    background-color: #b38c00 !important; }
  #theme-usa .ngdialog-close:hover::before, #theme-usa .ngdialog-close:focus::before {
    color: #e31c3d; }
  #theme-usa .ngdialog-close::before {
    color: #212121; }
  #theme-usa .cg-notify-message {
    border-color: #2e8540;
    color: #2e8540; }
    #theme-usa .cg-notify-message .cg-notify-close {
      color: #2e8540; }
    #theme-usa .cg-notify-message.notify--error {
      border-color: #e31c3d;
      color: #e31c3d; }
      #theme-usa .cg-notify-message.notify--error .cg-notify-close {
        color: #e31c3d; }
    #theme-usa .cg-notify-message.notify--info {
      border-color: #0071bc;
      color: #0071bc; }
      #theme-usa .cg-notify-message.notify--info .cg-notify-close {
        color: #0071bc; }
    #theme-usa .cg-notify-message.notify--badge {
      color: #212121; }
      #theme-usa .cg-notify-message.notify--badge .badge__message span {
        color: #0071bc; }
      #theme-usa .cg-notify-message.notify--badge .cg-notify-close:hover::before, #theme-usa .cg-notify-message.notify--badge .cg-notify-close:focus::before {
        color: #e31c3d; }
      #theme-usa .cg-notify-message.notify--badge .cg-notify-close::before {
        color: #212121; }
  #theme-usa .number-crunch__icon {
    color: #0071bc; }
    #theme-usa .number-crunch__icon:hover, #theme-usa .number-crunch__icon:focus {
      color: #112e51; }
  #theme-usa .overlay__head .search-bar, #theme-usa .overlay__body .search-bar {
    border-top: solid 1px #aeb0b5; }
  #theme-usa .overlay__body .total-note {
    color: #212121; }
  #theme-usa .overlay__body .usage-stats__list-item {
    color: #212121; }
  #theme-usa .page-header {
    background: #f1f1f1;
    border-color: #aeb0b5; }
    #theme-usa .page-header .header__subhead {
      color: #323a45; }
      #theme-usa .page-header .header__subhead h1, #theme-usa .page-header .header__subhead h2, #theme-usa .page-header .header__subhead h3, #theme-usa .page-header .header__subhead h4, #theme-usa .page-header .header__subhead h5, #theme-usa .page-header .header__subhead h6 {
        color: #323a45; }
      #theme-usa .page-header .header__subhead .h1, #theme-usa .page-header .header__subhead .h2, #theme-usa .page-header .header__subhead .h3, #theme-usa .page-header .header__subhead .h4, #theme-usa .page-header .header__subhead .h5, #theme-usa .page-header .header__subhead .h6 {
        color: #323a45; }
    #theme-usa .page-header .header__details .details__subheader {
      color: #323a45; }
  #theme-usa .pagination a {
    color: #ffffff;
    background-color: #5b616b;
    text-decoration: none; }
    #theme-usa .pagination a:hover, #theme-usa .pagination a:focus {
      color: #ffffff;
      background-color: #0071bc; }
  #theme-usa .pagination .active a {
    background-color: #205493; }
    #theme-usa .pagination .active a:hover, #theme-usa .pagination .active a:focus {
      background-color: #0071bc; }
    #theme-usa .pagination .active a::after {
      border-top-color: #205493; }
    #theme-usa .pagination .active a:hover::after, #theme-usa .pagination .active a:focus::after {
      border-top-color: #0071bc; }
  #theme-usa .picadiff__body .picadiff-content {
    border-top: solid 1px #aeb0b5; }
  #theme-usa .picadiff__foot {
    border-top: solid 1px #aeb0b5; }
  #theme-usa .picadiff .equal {
    color: #ffffff;
    background-color: #0071bc; }
    @media screen and (-ms-high-contrast: active) {
      #theme-usa .picadiff .equal {
        color: #212121;
        border: 2px solid #212121; } }
  #theme-usa .poll-results__color.color-1 {
    background-color: #0071bc; }
  #theme-usa .poll-results__color.color-2 {
    background-color: #2e8540; }
  #theme-usa .poll-results__color.color-3 {
    background-color: #4c2c92; }
  #theme-usa .poll-results__color.color-4 {
    background-color: #e31c3d; }
  #theme-usa .poll-results__color.color-5 {
    background-color: #981b1e; }
  #theme-usa .profile-content .ss-form .form__section .section__title .headline button {
    color: #0071bc; }
    #theme-usa .profile-content .ss-form .form__section .section__title .headline button:hover, #theme-usa .profile-content .ss-form .form__section .section__title .headline button:focus {
      color: #112e51; }
  #theme-usa .profile-content .ss-form .form__submit--combo button[type='submit'] {
    background-color: #0071bc; }
    #theme-usa .profile-content .ss-form .form__submit--combo button[type='submit']:hover, #theme-usa .profile-content .ss-form .form__submit--combo button[type='submit']:focus {
      background-color: #112e51; }
  #theme-usa .profile-content .ss-form .droppable-overlay li.active {
    background-color: #f1f1f1; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-1 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-1 .rz-pointer {
    background-color: #b38c00 !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-2 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-2 .rz-pointer {
    background-color: #4c2c92 !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-3 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-3 .rz-pointer {
    background-color: #ff580a !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-4 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-4 .rz-pointer {
    background-color: #0071bc !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-5 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-5 .rz-pointer {
    background-color: #e31c3d !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-6 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-6 .rz-pointer {
    background-color: #2e8540 !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-7 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-7 .rz-pointer {
    background-color: #1c1c1c !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-pointer {
    background-color: #5b616b !important; }
  #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-selection, #theme-usa .profile-content .section__body .gradebook-range .range__segment .range__slider rzslider.color-8 .rz-pointer {
    border: solid 1px #aeb0b5; }
  #theme-usa .rating--stars li:before {
    color: #2e8540; }
  #theme-usa .rating--blocks li {
    border-color: #5b616b; }
    #theme-usa .rating--blocks li:focus::before, #theme-usa .rating--blocks li:hover::before {
      background-color: #2e8540;
      border-color: #0071bc; }
    #theme-usa .rating--blocks li:focus::after, #theme-usa .rating--blocks li:hover::after {
      border-color: #2e8540; }
    #theme-usa .rating--blocks li.active::before {
      background-color: #2e8540; }
    #theme-usa .rating--blocks li.active::after {
      border-color: #2e8540; }
    #theme-usa .rating--blocks li.active:focus::before, #theme-usa .rating--blocks li.active:hover::before {
      border-color: #0071bc; }
    #theme-usa .rating--blocks li.active.zero::before {
      background: #5b616b; }
    #theme-usa .rating--blocks li.active.zero::after {
      border-color: #5b616b; }
    #theme-usa .rating--blocks li.zero::before {
      border-color: #5b616b; }
    #theme-usa .rating--blocks li.zero::after {
      border-color: #5b616b; }
    #theme-usa .rating--blocks li.zero:focus::before, #theme-usa .rating--blocks li.zero:hover::before {
      background-color: #5b616b;
      border-color: #0071bc;
      background-clip: content-box; }
    #theme-usa .rating--blocks li .suggested::before {
      color: #212121; }
  #theme-usa .redactor__autosave a {
    color: #0071bc; }
  #theme-usa .redactor-context-toolbar a {
    color: #ffffff; }
    #theme-usa .redactor-context-toolbar a:hover, #theme-usa .redactor-context-toolbar a:focus {
      color: #02bfe7; }
    #theme-usa .redactor-context-toolbar a::before {
      border-left-color: #ffffff; }
  #theme-usa .redactor-dropdown a {
    border-color: #aeb0b5; }
    #theme-usa .redactor-dropdown a:hover {
      background-color: #0071bc !important;
      color: #ffffff !important; }
      #theme-usa .redactor-dropdown a:hover.redactor-dropdown-item-disabled {
        opacity: 1;
        color: #212121 !important; }
    #theme-usa .redactor-dropdown a.redactor-dropdown-item-disabled {
      background-color: initial !important;
      opacity: 1;
      color: #212121 !important; }
  #theme-usa .redactor__instructions {
    color: #212121; }
    #theme-usa .redactor__instructions:hover, #theme-usa .redactor__instructions:focus {
      color: #0071bc; }
  #theme-usa .redactor-placeholder::after {
    color: #212121;
    font-style: italic; }
  #theme-usa .redactor-styles blockquote {
    color: #212121;
    border-left-color: #212121;
    opacity: 1; }
  #theme-usa .redactor-styles mark:not(.annotation) {
    color: #e31c3d;
    background: inherit; }
  #theme-usa .redactor-toolbar {
    background: #f1f1f1; }
    #theme-usa .redactor-toolbar a {
      border-color: #aeb0b5; }
      #theme-usa .redactor-toolbar a:hover, #theme-usa .redactor-toolbar a:focus {
        background: #0071bc;
        color: #ffffff; }
      #theme-usa .redactor-toolbar a.redactor-button-active {
        background: #112e51;
        color: #ffffff; }
        #theme-usa .redactor-toolbar a.redactor-button-active:hover, #theme-usa .redactor-toolbar a.redactor-button-active:focus {
          background: #0071bc; }
  #theme-usa .redactor-source-view .redactor-toolbar a {
    background: transparent; }
    #theme-usa .redactor-source-view .redactor-toolbar a.redactor-button-active {
      background: #112e51; }
  #theme-usa .redactor-styles {
    border-color: #5b616b; }
  #theme-usa .redactor-placeholder::before {
    color: #5b616b; }
  #theme-usa #redactor-modal input {
    border-color: #5b616b; }
    #theme-usa #redactor-modal input:focus {
      border-color: #0071bc; }
  #theme-usa #redactor-modal #redactor-modal-button-cancel {
    background-color: transparent;
    border-color: #5b616b;
    color: #212121; }
    #theme-usa #redactor-modal #redactor-modal-button-cancel:hover, #theme-usa #redactor-modal #redactor-modal-button-cancel:focus {
      border-color: #0071bc;
      color: #0071bc; }
  #theme-usa #redactor-modal #redactor-modal-button-action {
    background-color: #0071bc; }
    #theme-usa #redactor-modal #redactor-modal-button-action:hover, #theme-usa #redactor-modal #redactor-modal-button-action:focus {
      background: #112e51;
      color: #ffffff; }
  #theme-usa #redactor-modal .redactor-close::before {
    color: #212121; }
  #theme-usa #redactor-modal .redactor-close:hover::before, #theme-usa #redactor-modal .redactor-close:focus::before {
    color: #e31c3d; }
  #theme-usa #redactor-modal .redactor-modal .req {
    color: #e31c3d; }
  #theme-usa .redactor-modal button.redactor-button-update {
    background: #0071bc; }
    #theme-usa .redactor-modal button.redactor-button-update:hover {
      background: #112e51; }
  #theme-usa rzslider span.rz-bar {
    background: #ffffff;
    border: solid 1px #1c1c1c; }
    #theme-usa rzslider span.rz-bar.rz-selection {
      background: #0071bc;
      border: none; }
  #theme-usa rzslider span.rz-pointer {
    background: #0071bc;
    border: none; }
    #theme-usa rzslider span.rz-pointer:hover, #theme-usa rzslider span.rz-pointer:focus {
      background: #1c1c1c; }
  #theme-usa rzslider span.rz-bubble.rz-limit {
    color: #212121; }
  #theme-usa .current-login-modifier {
    display: none;
    color: #212121; }
    @media (min-width: 1150px) {
      #theme-usa .current-login-modifier {
        display: block;
        max-width: none; } }
    #theme-usa .current-login-modifier.interactive:hover, #theme-usa .current-login-modifier.interactive:focus {
      color: #0071bc; }
  #theme-usa .search-bar {
    background: #f1f1f1;
    border-color: #aeb0b5; }
    #theme-usa .search-bar .search__upper .input__text[class*='icon']::before {
      color: #212121; }
    #theme-usa .search-bar .search__upper .input__text input {
      border-color: #5b616b; }
      #theme-usa .search-bar .search__upper .input__text input:hover, #theme-usa .search-bar .search__upper .input__text input:focus {
        border-color: #0071bc; }
        #theme-usa .search-bar .search__upper .input__text input:hover::placeholder, #theme-usa .search-bar .search__upper .input__text input:focus::placeholder {
          color: #0071bc; }
      #theme-usa .search-bar .search__upper .input__text input::placeholder {
        color: #212121; }
    #theme-usa .search-bar .search__upper .input__text .selectize-input {
      border-color: #5b616b; }
      #theme-usa .search-bar .search__upper .input__text .selectize-input:hover, #theme-usa .search-bar .search__upper .input__text .selectize-input:focus {
        border-color: #0071bc; }
        #theme-usa .search-bar .search__upper .input__text .selectize-input:hover input::placeholder, #theme-usa .search-bar .search__upper .input__text .selectize-input:focus input::placeholder {
          color: #0071bc; }
    #theme-usa .search-bar .search__middle .middle__tags::before {
      color: #212121; }
    #theme-usa .search-bar .search__middle .middle__tags .filters__more {
      color: #212121;
      background: transparent; }
      #theme-usa .search-bar .search__middle .middle__tags .filters__more:hover {
        color: #0071bc; }
      #theme-usa .search-bar .search__middle .middle__tags .filters__more::before {
        opacity: 1; }
    #theme-usa .search-bar .search__lower strong, #theme-usa .search-bar .search__lower .category {
      color: #0071bc; }
    #theme-usa .search-bar .search__check-buttons button {
      border-color: #212121; }
      #theme-usa .search-bar .search__check-buttons button:hover, #theme-usa .search-bar .search__check-buttons button:focus {
        color: #0071bc;
        border-color: #0071bc; }
  #theme-usa .secondary-nav a {
    color: #212121; }
    #theme-usa .secondary-nav a::before {
      color: #112e51; }
    #theme-usa .secondary-nav a:hover, #theme-usa .secondary-nav a:focus {
      color: #0071bc; }
      #theme-usa .secondary-nav a:hover::before, #theme-usa .secondary-nav a:focus::before {
        color: #0071bc; }
  #theme-usa .droppable-secondary-nav .secondary__alert {
    color: #ffffff; }
    #theme-usa .droppable-secondary-nav .secondary__alert::before {
      background: #0071bc; }
    #theme-usa .droppable-secondary-nav .secondary__alert:hover, #theme-usa .droppable-secondary-nav .secondary__alert:focus {
      color: #ffffff; }
      #theme-usa .droppable-secondary-nav .secondary__alert:hover::before, #theme-usa .droppable-secondary-nav .secondary__alert:focus::before {
        background: #112e51; }
  #theme-usa .selectize-control.single #theme-usa .selectize-input, #theme-usa .selectize-input, #theme-usa .selectize-input {
    border-color: #5b616b; }
    #theme-usa .selectize-control.single #theme-usa .selectize-input:hover, #theme-usa .selectize-control.single #theme-usa .selectize-input:focus, #theme-usa .selectize-control.single #theme-usa .selectize-input.focus, #theme-usa .selectize-input:hover, #theme-usa .selectize-input:focus, #theme-usa .selectize-input.focus, #theme-usa .selectize-input:hover, #theme-usa .selectize-input:focus, #theme-usa .selectize-input.focus {
      color: #0071bc;
      border-color: #0071bc; }
    #theme-usa .selectize-control.single #theme-usa .selectize-input::after, #theme-usa .selectize-input::after, #theme-usa .selectize-input::after {
      opacity: .75; }
    #theme-usa .selectize-control.single #theme-usa .selectize-input[disabled]:hover, #theme-usa .selectize-control.single #theme-usa .selectize-input[disabled]:focus, #theme-usa .selectize-control.single #theme-usa .selectize-input[disabled].focus, #theme-usa .selectize-input[disabled]:hover, #theme-usa .selectize-input[disabled]:focus, #theme-usa .selectize-input[disabled].focus, #theme-usa .selectize-input[disabled]:hover, #theme-usa .selectize-input[disabled]:focus, #theme-usa .selectize-input[disabled].focus {
      color: #212121 !important; }
  #theme-usa .selectize-dropdown, #theme-usa .selectize-dropdown.single {
    border-color: #5b616b;
    box-shadow: 0 1px 3px 0 rgba(91, 97, 107, 0.1); }
  #theme-usa .selectize-control.multi .selectize-input [data-value] {
    color: #0071bc;
    border-color: #0071bc;
    background-color: #ffffff; }
  #theme-usa .selectize-control.multi .selectize-input .item::after {
    color: #0071bc; }
  #theme-usa .selectize-control.multi .selectize-input .item:hover, #theme-usa .selectize-control.multi .selectize-input .item:focus {
    color: #e31c3d;
    border-color: #e31c3d; }
    #theme-usa .selectize-control.multi .selectize-input .item:hover::after, #theme-usa .selectize-control.multi .selectize-input .item:focus::after {
      color: #e31c3d; }
  #theme-usa .selectize-control.multi .selectize-input .item .remove {
    text-decoration: none; }
    #theme-usa .selectize-control.multi .selectize-input .item .remove:hover, #theme-usa .selectize-control.multi .selectize-input .item .remove:focus {
      color: #e31c3d;
      background-color: transparent; }
  #theme-usa .sidebar .sidebar__nav {
    border-color: #aeb0b5; }
    #theme-usa .sidebar .sidebar__nav a {
      text-decoration: none; }
    #theme-usa .sidebar .sidebar__nav li a:hover, #theme-usa .sidebar .sidebar__nav li a:focus {
      color: #ffffff;
      background: #0071bc; }
    #theme-usa .sidebar .sidebar__nav li + li {
      border-color: #aeb0b5; }
    #theme-usa .sidebar .sidebar__nav .active a {
      color: #ffffff;
      background: #112e51; }
      #theme-usa .sidebar .sidebar__nav .active a:hover, #theme-usa .sidebar .sidebar__nav .active a:focus {
        background: #0071bc; }
  #theme-usa .spotlight {
    background: #f1f1f1; }
  #theme-usa .ss-annotation {
    border-color: #aeb0b5; }
    #theme-usa .ss-annotation .annotation__actions .actions__all .droppable-overlay li {
      background-color: transparent; }
    #theme-usa .ss-annotation .annotation__actions .actions__swatch::after {
      color: #212121; }
    #theme-usa .ss-annotation .annotation__note textarea {
      border-color: #aeb0b5; }
      #theme-usa .ss-annotation .annotation__note textarea::placeholder {
        color: #212121; }
      #theme-usa .ss-annotation .annotation__note textarea:hover::placeholder, #theme-usa .ss-annotation .annotation__note textarea:focus::placeholder {
        color: #0071bc; }
    #theme-usa .ss-annotation button {
      color: #0071bc; }
      #theme-usa .ss-annotation button:hover, #theme-usa .ss-annotation button:focus {
        color: #112e51; }
      #theme-usa .ss-annotation button.icon-cancel {
        color: #212121; }
        #theme-usa .ss-annotation button.icon-cancel:hover, #theme-usa .ss-annotation button.icon-cancel:focus {
          color: #e31c3d; }
  #theme-usa [ss-annotation] .is-annotated {
    background-color: rgba(179, 140, 0, 0.5); }
    #theme-usa [ss-annotation] .is-annotated.hovered-word {
      background-color: rgba(179, 140, 0, 0.8); }
    #theme-usa [ss-annotation] .is-annotated.has-note:before {
      background-color: #b38c00; }
    #theme-usa [ss-annotation] .is-annotated.color-1 {
      background-color: rgba(179, 140, 0, 0.6); }
      #theme-usa [ss-annotation] .is-annotated.color-1.hovered-word {
        background-color: rgba(179, 140, 0, 0.8); }
      #theme-usa [ss-annotation] .is-annotated.color-1.has-note:before {
        background-color: #b38c00; }
    #theme-usa [ss-annotation] .is-annotated.color-2 {
      background-color: rgba(76, 44, 146, 0.6); }
      #theme-usa [ss-annotation] .is-annotated.color-2.hovered-word {
        background-color: rgba(76, 44, 146, 0.8); }
      #theme-usa [ss-annotation] .is-annotated.color-2.has-note:before {
        background-color: #4c2c92; }
    #theme-usa [ss-annotation] .is-annotated.color-3 {
      background-color: rgba(255, 88, 10, 0.6); }
      #theme-usa [ss-annotation] .is-annotated.color-3.hovered-word {
        background-color: rgba(255, 88, 10, 0.8); }
      #theme-usa [ss-annotation] .is-annotated.color-3.has-note:before {
        background-color: #ff580a; }
    #theme-usa [ss-annotation] .is-annotated.color-4 {
      background-color: rgba(0, 113, 188, 0.6); }
      #theme-usa [ss-annotation] .is-annotated.color-4.hovered-word {
        background-color: rgba(0, 113, 188, 0.8); }
      #theme-usa [ss-annotation] .is-annotated.color-4.has-note:before {
        background-color: #0071bc; }
    #theme-usa [ss-annotation] .is-annotated.color-5 {
      background-color: rgba(227, 28, 61, 0.6); }
      #theme-usa [ss-annotation] .is-annotated.color-5.hovered-word {
        background-color: rgba(227, 28, 61, 0.8); }
      #theme-usa [ss-annotation] .is-annotated.color-5.has-note:before {
        background-color: #e31c3d; }
    #theme-usa [ss-annotation] .is-annotated.color-6 {
      background-color: rgba(46, 133, 64, 0.6); }
      #theme-usa [ss-annotation] .is-annotated.color-6.hovered-word {
        background-color: rgba(46, 133, 64, 0.8); }
      #theme-usa [ss-annotation] .is-annotated.color-6.has-note:before {
        background-color: #2e8540; }
  #theme-usa .annotate-btn:not(:focus):not(:hover):not(:active) {
    color: transparent; }
  #theme-usa .annotate-btn.active {
    background: #e31c3d; }
  #theme-usa .keyboard-annotation-enabled:not(.keyboard-annotating) .is-annotated.has-note {
    border-bottom-color: #b38c00; }
  #theme-usa .keyboard-annotation-enabled:not(.keyboard-annotating) .is-annotated.color-1 {
    border-bottom-color: #b38c00; }
  #theme-usa .keyboard-annotation-enabled:not(.keyboard-annotating) .is-annotated.color-2 {
    border-bottom-color: #4c2c92; }
  #theme-usa .keyboard-annotation-enabled:not(.keyboard-annotating) .is-annotated.color-3 {
    border-bottom-color: #ff580a; }
  #theme-usa .keyboard-annotation-enabled:not(.keyboard-annotating) .is-annotated.color-4 {
    border-bottom-color: #0071bc; }
  #theme-usa .keyboard-annotation-enabled:not(.keyboard-annotating) .is-annotated.color-5 {
    border-bottom-color: #e31c3d; }
  #theme-usa .keyboard-annotation-enabled:not(.keyboard-annotating) .is-annotated.color-6 {
    border-bottom-color: #2e8540; }
  #theme-usa .keyboard-annotating .word {
    text-decoration-color: #e31c3d; }
  #theme-usa .ss-audio-record .audio-record__feedback {
    border: solid 1px #aeb0b5; }
    #theme-usa .ss-audio-record .audio-record__feedback svg stop {
      stop-color: #5b616b; }
    #theme-usa .ss-audio-record .audio-record__feedback.active svg stop {
      stop-color: #0071bc; }
  #theme-usa .ss-audio-record .audio-record__time {
    color: #212121; }
  #theme-usa .ss-audio-record .audio-record__error {
    border-color: #e31c3d;
    color: #e31c3d; }
  #theme-usa .ss-audio-player {
    color: #212121; }
    #theme-usa .ss-audio-player .audio__controls {
      border: solid 1px #aeb0b5; }
    #theme-usa .ss-audio-player .audio__btn.icon-volume {
      color: #0071bc; }
      #theme-usa .ss-audio-player .audio__btn.icon-volume:hover {
        color: #112e51; }
    #theme-usa .ss-audio-player .audio__btn.active {
      color: #0071bc; }
    #theme-usa .ss-audio-player .audio__btn:hover {
      color: #0071bc; }
    #theme-usa .ss-audio-player rzslider .rz-pointer {
      background: #0071bc;
      border: none; }
      #theme-usa .ss-audio-player rzslider .rz-pointer:hover, #theme-usa .ss-audio-player rzslider .rz-pointer:focus {
        background: #112e51; }
    #theme-usa .ss-audio-player rzslider .rz-bar {
      background: #ffffff;
      border: solid 1px #1c1c1c; }
      #theme-usa .ss-audio-player rzslider .rz-bar.rz-selection {
        background: #0071bc; }
  #theme-usa .ss-audio-minimal {
    color: #212121; }
    #theme-usa .ss-audio-minimal .audio__btn:hover, #theme-usa .ss-audio-minimal .audio__btn:focus {
      color: #0071bc; }
  #theme-usa .ss-beta {
    background-color: #5b616b; }
  #theme-usa [ss-bind-html] a {
    color: #0071bc; }
    #theme-usa [ss-bind-html] a:hover, #theme-usa [ss-bind-html] a:focus {
      color: #112e51; }
  #theme-usa [ss-bind-html] a, #theme-usa [ss-bind-html] a * {
    text-decoration: underline; }
  #theme-usa [ss-bind-html] blockquote .blocknumber {
    color: #0071bc;
    margin-right: .5rem; }
  #theme-usa [ss-bind-html] .fig-caption {
    color: #5b616b; }
  #theme-usa .ss-carousel.library-featured .flickity-prev-next-button:hover .arrow, #theme-usa .ss-carousel.library-featured .flickity-prev-next-button:focus .arrow, #theme-usa .ss-carousel.library-slideshow .flickity-prev-next-button:hover .arrow, #theme-usa .ss-carousel.library-slideshow .flickity-prev-next-button:focus .arrow {
    fill: #0071bc; }
  #theme-usa .ss-carousel.library-featured .flickity-page-dots .dot, #theme-usa .ss-carousel.library-slideshow .flickity-page-dots .dot {
    opacity: 1; }
    #theme-usa .ss-carousel.library-featured .flickity-page-dots .dot.is-selected, #theme-usa .ss-carousel.library-slideshow .flickity-page-dots .dot.is-selected {
      background: #0071bc; }
      #theme-usa .ss-carousel.library-featured .flickity-page-dots .dot.is-selected:hover, #theme-usa .ss-carousel.library-slideshow .flickity-page-dots .dot.is-selected:hover {
        background: #0071bc; }
    #theme-usa .ss-carousel.library-featured .flickity-page-dots .dot:hover, #theme-usa .ss-carousel.library-slideshow .flickity-page-dots .dot:hover {
      background: #0071bc; }
  #theme-usa .ss-carousel.library-featured .carousel__slide:hover .lower__name, #theme-usa .ss-carousel.library-slideshow .carousel__slide:hover .lower__name {
    color: #112e51; }
  #theme-usa .ss-carousel.library-featured .slideshow__body .body__name, #theme-usa .ss-carousel.library-featured .slideshow__body .body__subhead, #theme-usa .ss-carousel.library-slideshow .slideshow__body .body__name, #theme-usa .ss-carousel.library-slideshow .slideshow__body .body__subhead {
    color: #ffffff; }
  #theme-usa .ss-carousel.library-featured .slideshow__body .body__byline, #theme-usa .ss-carousel.library-slideshow .slideshow__body .body__byline {
    color: #ffffff; }
    #theme-usa .ss-carousel.library-featured .slideshow__body .body__byline::after, #theme-usa .ss-carousel.library-slideshow .slideshow__body .body__byline::after {
      background: #aeb0b5; }
  #theme-usa .ss-carousel.library-featured .slideshow__lower, #theme-usa .ss-carousel.library-slideshow .slideshow__lower {
    text-decoration: none; }
    #theme-usa .ss-carousel.library-featured .slideshow__lower .lower__name, #theme-usa .ss-carousel.library-slideshow .slideshow__lower .lower__name {
      color: #0071bc;
      text-decoration: underline; }
    #theme-usa .ss-carousel.library-featured .slideshow__lower .lower__byline, #theme-usa .ss-carousel.library-slideshow .slideshow__lower .lower__byline {
      color: #212121;
      opacity: 1; }
  #theme-usa .ss-carousel.library-featured .slideshow__expand, #theme-usa .ss-carousel.library-slideshow .slideshow__expand {
    border-color: #aeb0b5; }
    #theme-usa .ss-carousel.library-featured .slideshow__expand::before, #theme-usa .ss-carousel.library-slideshow .slideshow__expand::before {
      color: #ffffff; }
    #theme-usa .ss-carousel.library-featured .slideshow__expand:hover, #theme-usa .ss-carousel.library-featured .slideshow__expand:focus, #theme-usa .ss-carousel.library-slideshow .slideshow__expand:hover, #theme-usa .ss-carousel.library-slideshow .slideshow__expand:focus {
      background-color: rgba(0, 113, 188, 0.7); }
  #theme-usa .ss-carousel.library-featured .flickity-prev-next-button {
    background: rgba(28, 28, 28, 0.75); }
    #theme-usa .ss-carousel.library-featured .flickity-prev-next-button:focus, #theme-usa .ss-carousel.library-featured .flickity-prev-next-button:hover {
      background: rgba(255, 255, 255, 0.85); }
    #theme-usa .ss-carousel.library-featured .flickity-prev-next-button .arrow {
      fill: #f1f1f1; }
  #theme-usa .ss-carousel.library-featured .flickity-page-dots {
    background: rgba(28, 28, 28, 0.75);
    border-radius: 1rem; }
    #theme-usa .ss-carousel.library-featured .flickity-page-dots .dot {
      background: #f1f1f1; }
      #theme-usa .ss-carousel.library-featured .flickity-page-dots .dot.is-selected {
        background: #02bfe7; }
  #theme-usa .ss-carousel.library-featured .btn {
    background: #e31c3d;
    color: #ffffff; }
    #theme-usa .ss-carousel.library-featured .btn:hover, #theme-usa .ss-carousel.library-featured .btn:focus {
      background: #981b1e; }
  #theme-usa .ss-carousel.library-slideshow .flickity-prev-next-button .arrow {
    fill: #323a45; }
  #theme-usa .ss-carousel.library-slideshow .flickity-page-dots .dot {
    background: #323a45; }
  #theme-usa .ss-carousel.library-slideshow .carousel__preview .preview__close:hover::before {
    color: #e31c3d; }
  #theme-usa .ss-carousel.library-slideshow .carousel__preview .preview__close::before {
    color: #212121; }
  #theme-usa .ss-carousel.library-slideshow .carousel__preview .preview__view-btn {
    border-color: #212121;
    color: #212121 !important; }
    #theme-usa .ss-carousel.library-slideshow .carousel__preview .preview__view-btn:hover, #theme-usa .ss-carousel.library-slideshow .carousel__preview .preview__view-btn:focus {
      border-color: #0071bc;
      color: #0071bc !important; }
  #theme-usa .ss-carousel.library-slideshow .slideshow__content {
    background: rgba(28, 28, 28, 0.9); }
  #theme-usa .ss-carousel.library-slideshow .slideshow__expand::before {
    opacity: 1; }
  #theme-usa .ss-carousel.library-slideshow .slideshow__expand:hover, #theme-usa .ss-carousel.library-slideshow .slideshow__expand:focus {
    background-color: #0071bc; }
  #theme-usa .ss-cutoff--rollup .ss-cutoff__controls::before {
    background: -webkit-linear-gradient(0deg, #f1f1f1, rgba(255, 255, 255, 0));
    background: linear-gradient(0deg, #f1f1f1, rgba(255, 255, 255, 0)); }
  #theme-usa .ss-form .form__section, #theme-usa .ss-form .form__submit {
    border-color: #aeb0b5; }
  #theme-usa .ss-form .form__prompts button {
    color: #0071bc; }
    #theme-usa .ss-form .form__prompts button.active {
      background: #0071bc;
      border-color: #0071bc;
      color: #ffffff; }
      #theme-usa .ss-form .form__prompts button.active:hover, #theme-usa .ss-form .form__prompts button.active:focus {
        background-color: #205493; }
  #theme-usa .ss-form .form__submit button[type='submit'] {
    background-color: #e31c3d; }
    #theme-usa .ss-form .form__submit button[type='submit']:hover, #theme-usa .ss-form .form__submit button[type='submit']:focus {
      background-color: #981b1e; }
  #theme-usa .ss-legend {
    border: solid 1px #aeb0b5; }
  #theme-usa .ss-loader span {
    -webkit-animation-name: loaderZoomUsa;
    -moz-animation-name: loaderZoomUsa;
    animation-name: loaderZoomUsa;
    background-color: #0071bc; }

@keyframes loaderZoomUsa {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: #aeb0b5; }
  80% {
    background-color: #aeb0b5; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #0071bc; } }
  #theme-usa .ss-matrix .matrix__list &gt; li {
    border: solid 1px #aeb0b5; }
  #theme-usa .ss-matrix .matrix__list .list__number {
    background: #f1f1f1; }
  #theme-usa .ss-palette .palette__selector::after {
    color: #323a45; }
  #theme-usa .ss-palette .palette__swatch {
    background: #0071bc; }
    #theme-usa .ss-palette .palette__swatch.color-1 {
      background-color: #b38c00 !important; }
    #theme-usa .ss-palette .palette__swatch.color-2 {
      background-color: #4c2c92 !important; }
    #theme-usa .ss-palette .palette__swatch.color-3 {
      background-color: #ff580a !important; }
    #theme-usa .ss-palette .palette__swatch.color-4 {
      background-color: #0071bc !important; }
    #theme-usa .ss-palette .palette__swatch.color-5 {
      background-color: #e31c3d !important; }
    #theme-usa .ss-palette .palette__swatch.color-6 {
      background-color: #2e8540 !important; }
    #theme-usa .ss-palette .palette__swatch.color-7 {
      background-color: #1c1c1c !important; }
    #theme-usa .ss-palette .palette__swatch.color-8 {
      background-color: #5b616b !important; }
    #theme-usa .ss-palette .palette__swatch.color-8 {
      border: solid 1px #aeb0b5; }
  #theme-usa .ss-searchable__end p {
    color: #212121; }
  #theme-usa .ss-selector__checkbox input + label {
    border-color: #212121; }
    #theme-usa .ss-selector__checkbox input + label::before {
      border-color: #212121; }
    #theme-usa .ss-selector__checkbox input + label::after {
      color: #205493; }
    #theme-usa .ss-selector__checkbox input + label:hover, #theme-usa .ss-selector__checkbox input + label:focus {
      border-color: #0071bc;
      color: #0071bc; }
      #theme-usa .ss-selector__checkbox input + label:hover::before, #theme-usa .ss-selector__checkbox input + label:hover::after, #theme-usa .ss-selector__checkbox input + label:focus::before, #theme-usa .ss-selector__checkbox input + label:focus::after {
        border-color: #0071bc;
        color: #0071bc; }
  #theme-usa .ss-selector__checkbox input:checked + label {
    border-color: #205493;
    color: #205493; }
    #theme-usa .ss-selector__checkbox input:checked + label::before {
      border-color: #205493; }
    #theme-usa .ss-selector__checkbox input:checked + label:hover, #theme-usa .ss-selector__checkbox input:checked + label:focus {
      border-color: #0071bc;
      color: #0071bc; }
      #theme-usa .ss-selector__checkbox input:checked + label:hover::before, #theme-usa .ss-selector__checkbox input:checked + label:hover::after, #theme-usa .ss-selector__checkbox input:checked + label:focus::before, #theme-usa .ss-selector__checkbox input:checked + label:focus::after {
        border-color: #0071bc;
        color: #0071bc; }
  #theme-usa .ss-selector__checkbox input.indeterminate + label {
    border-color: #205493;
    color: #205493; }
    #theme-usa .ss-selector__checkbox input.indeterminate + label::before {
      border-color: #205493; }
    #theme-usa .ss-selector__checkbox input.indeterminate + label::after {
      color: #205493; }
    #theme-usa .ss-selector__checkbox input.indeterminate + label:hover, #theme-usa .ss-selector__checkbox input.indeterminate + label:focus {
      border-color: #0071bc;
      color: #0071bc; }
      #theme-usa .ss-selector__checkbox input.indeterminate + label:hover::before, #theme-usa .ss-selector__checkbox input.indeterminate + label:hover::after, #theme-usa .ss-selector__checkbox input.indeterminate + label:focus::before, #theme-usa .ss-selector__checkbox input.indeterminate + label:focus::after {
        border-color: #0071bc;
        color: #0071bc; }
  #theme-usa .ss-shape.color-1 {
    color: #b38c00 !important; }
  #theme-usa .ss-shape.color-2 {
    color: #4c2c92 !important; }
  #theme-usa .ss-shape.color-3 {
    color: #ff580a !important; }
  #theme-usa .ss-shape.color-4 {
    color: #0071bc !important; }
  #theme-usa .ss-shape.color-5 {
    color: #e31c3d !important; }
  #theme-usa .ss-shape.color-6 {
    color: #2e8540 !important; }
  #theme-usa .ss-shape.color-7 {
    color: #1c1c1c !important; }
  #theme-usa .ss-shape.color-8 {
    color: #5b616b !important; }
  #theme-usa .ss-site-nav--mobile a, #theme-usa .ss-site-nav--mobile button {
    color: #0071bc; }
  #theme-usa .ss-site-nav--mobile .active a, #theme-usa .ss-site-nav--mobile .active button {
    color: #212121; }
  #theme-usa .ss-site-nav--mobile .nav__subnav a {
    color: #fff; }
  #theme-usa .ss-site-nav--large &gt; ul &gt; li:after {
    height: 0;
    width: 0;
    border-bottom: 0.5rem solid #112e51;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent; }
  #theme-usa .ss-site-nav--large a {
    color: #212121; }
    #theme-usa .ss-site-nav--large a:hover, #theme-usa .ss-site-nav--large a:focus {
      color: #0071bc; }
  #theme-usa .ss-site-nav--large .active,
  #theme-usa .ss-site-nav--large .active &gt; a {
    color: #0071bc; }
    #theme-usa .ss-site-nav--large .active:hover, #theme-usa .ss-site-nav--large .active:focus,
    #theme-usa .ss-site-nav--large .active &gt; a:hover,
    #theme-usa .ss-site-nav--large .active &gt; a:focus {
      color: #112e51; }
  #theme-usa .ss-tag-list li .btn {
    background-color: #ffffff;
    color: #212121;
    border-color: #323a45; }
    #theme-usa .ss-tag-list li .btn:hover, #theme-usa .ss-tag-list li .btn:focus {
      color: #0071bc;
      border-color: #0071bc; }
  #theme-usa .ss-tag-list li.active .btn {
    background-color: #ffffff;
    color: #0071bc;
    border-color: #0071bc; }
    #theme-usa .ss-tag-list li.active .btn:hover, #theme-usa .ss-tag-list li.active .btn:focus {
      background-color: #ffffff;
      color: #e31c3d;
      border-color: #e31c3d; }
    #theme-usa .ss-tag-list li.active .btn .remove {
      color: #0071bc; }
    #theme-usa .ss-tag-list li.active .btn:hover .remove, #theme-usa .ss-tag-list li.active .btn:focus .remove {
      color: #e31c3d; }
  #theme-usa .ss-tag-list--associated li.active .btn:hover, #theme-usa .ss-tag-list--associated li.active .btn:focus {
    color: #ffffff;
    border-color: #0071bc;
    background-color: #0071bc; }
  #theme-usa .ss-tag-picker .picker__lower {
    border-color: #aeb0b5; }
  #theme-usa .ss-video-record .video__countdown .countdown__bg {
    background: #1c1c1c; }
  #theme-usa .ss-video-record .video__countdown .countdown__numbers {
    color: #ffffff; }
  #theme-usa .ss-video-record .video__recording {
    color: #e31c3d;
    background-color: rgba(28, 28, 28, 0.75); }
  #theme-usa .ss-video-record .video__time {
    color: #ffffff;
    background-color: rgba(28, 28, 28, 0.75); }
    #theme-usa .ss-video-record .video__time .time__container {
      background: #aeb0b5; }
    #theme-usa .ss-video-record .video__time .time__filled {
      background: #ffffff; }
  #theme-usa .subnav {
    background: #112e51; }
    #theme-usa .subnav a {
      color: #ffffff; }
      #theme-usa .subnav a:hover, #theme-usa .subnav a:focus {
        color: #dce4ef; }
  #theme-usa .summary {
    background: #f1f1f1; }
    #theme-usa .summary--flex div {
      color: #212121; }
      #theme-usa .summary--flex div span {
        color: #1c1c1c; }
    #theme-usa .summary .summary__list dt {
      color: #1c1c1c;
      font-weight: 300; }
    #theme-usa .summary .summary__list dd {
      color: #1c1c1c; }
  #theme-usa .te-wrap {
    border-color: #0071bc; }
    #theme-usa .te-wrap .wrap__toggle {
      background: #0071bc; }
    #theme-usa .te-wrap .inline-state-nav li a {
      color: #212121; }
      #theme-usa .te-wrap .inline-state-nav li a:hover, #theme-usa .te-wrap .inline-state-nav li a:focus {
        color: #0071bc; }
    #theme-usa .te-wrap .inline-state-nav li.active a {
      color: #0071bc; }
  #theme-usa .test-question-breakdown th, #theme-usa .test-question-breakdown td {
    border: solid 1px #aeb0b5; }
  #theme-usa .test-question-breakdown .summary-cell {
    background: #f1f1f1; }
  #theme-usa .test-question-breakdown__header-row th {
    border: none; }
    #theme-usa .test-question-breakdown__header-row th:first-child, #theme-usa .test-question-breakdown__header-row th:nth-child(2) {
      color: #323a45; }
    #theme-usa .test-question-breakdown__header-row th .rotated-content {
      border-top: solid 1px #aeb0b5; }
  #theme-usa .test-question-breakdown__score {
    color: #ffffff; }
    #theme-usa .test-question-breakdown__score.color-1 {
      color: #212121;
      background-color: rgba(179, 140, 0, 0.5); }
      #theme-usa .test-question-breakdown__score.color-1:hover, #theme-usa .test-question-breakdown__score.color-1:focus {
        background-color: rgba(179, 140, 0, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .test-question-breakdown__score.color-2 {
      color: #212121;
      background-color: rgba(76, 44, 146, 0.5); }
      #theme-usa .test-question-breakdown__score.color-2:hover, #theme-usa .test-question-breakdown__score.color-2:focus {
        background-color: rgba(76, 44, 146, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .test-question-breakdown__score.color-3 {
      color: #212121;
      background-color: rgba(255, 88, 10, 0.5); }
      #theme-usa .test-question-breakdown__score.color-3:hover, #theme-usa .test-question-breakdown__score.color-3:focus {
        background-color: rgba(255, 88, 10, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .test-question-breakdown__score.color-4 {
      color: #212121;
      background-color: rgba(0, 113, 188, 0.5); }
      #theme-usa .test-question-breakdown__score.color-4:hover, #theme-usa .test-question-breakdown__score.color-4:focus {
        background-color: rgba(0, 113, 188, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .test-question-breakdown__score.color-5 {
      color: #212121;
      background-color: rgba(227, 28, 61, 0.5); }
      #theme-usa .test-question-breakdown__score.color-5:hover, #theme-usa .test-question-breakdown__score.color-5:focus {
        background-color: rgba(227, 28, 61, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .test-question-breakdown__score.color-6 {
      color: #212121;
      background-color: rgba(46, 133, 64, 0.5); }
      #theme-usa .test-question-breakdown__score.color-6:hover, #theme-usa .test-question-breakdown__score.color-6:focus {
        background-color: rgba(46, 133, 64, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .test-question-breakdown__score.color-7 {
      color: #212121;
      background-color: rgba(28, 28, 28, 0.5); }
      #theme-usa .test-question-breakdown__score.color-7:hover, #theme-usa .test-question-breakdown__score.color-7:focus {
        background-color: rgba(28, 28, 28, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
    #theme-usa .test-question-breakdown__score.color-8 {
      color: #212121;
      background-color: rgba(91, 97, 107, 0.5); }
      #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
        background-color: rgba(91, 97, 107, 0.8); }
    #theme-usa .test-question-breakdown__score.color-8:hover, #theme-usa .test-question-breakdown__score.color-8:focus {
      background-color: rgba(33, 33, 33, 0.2); }
  #theme-usa .thematic-list .thematic-list__row {
    border-bottom: solid 1px #aeb0b5; }
    #theme-usa .thematic-list .thematic-list__row:last-child {
      border-bottom: none; }
  @media (min-width: 768px) {
    #theme-usa .thematic-list .thematic-list__row-header {
      border: solid 1px #aeb0b5; } }
  @media (min-width: 768px) {
    #theme-usa .thematic-list .thematic-list__unit--thematic {
      border-right: solid 1px #aeb0b5; } }
  #theme-usa .thematic-list .thematic-list__unit--additional figure span {
    color: #0071bc; }
  #theme-usa .thematic-list .thematic-list__unit--additional figure:hover span, #theme-usa .thematic-list .thematic-list__unit--additional figure:focus span {
    color: #205493; }
  #theme-usa .toggle-view button i {
    color: #212121; }
  #theme-usa .toggle-view button:hover i, #theme-usa .toggle-view button:hover div {
    color: #0071bc; }
  #theme-usa .toggle-view button.active i {
    color: #ffffff; }
  #theme-usa .toggle-view button.active:hover i, #theme-usa .toggle-view button.active:hover div {
    color: #ffffff; }
  #theme-usa body {
    color: #212121; }
  #theme-usa h1, #theme-usa h2, #theme-usa h3, #theme-usa h4, #theme-usa h5, #theme-usa h6 {
    color: #212121; }
  #theme-usa a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #0071bc; }
    #theme-usa a:hover, #theme-usa a:focus {
      color: #112e51; }
    #theme-usa a.link--icon-light {
      color: #5b616b;
      text-decoration: none; }
      #theme-usa a.link--icon-light:hover, #theme-usa a.link--icon-light:focus {
        color: #0071bc; }
  #theme-usa .accent, #theme-usa .disclaimer, #theme-usa .helper, #theme-usa .text-light {
    color: #5b616b; }
  #theme-usa .text-red, #theme-usa .accent-small {
    color: #e31c3d; }
  #theme-usa .text-green {
    color: #2e8540; }
  #theme-usa .text-primary-link {
    color: #0071bc; }
  #theme-usa main a, #theme-usa .ngdialog a {
    text-decoration: underline; }
    #theme-usa main a[role=button], #theme-usa main a.btn, #theme-usa .ngdialog a[role=button], #theme-usa .ngdialog a.btn {
      text-decoration: none; }
  #theme-usa .ui-datepicker {
    background: #ffffff;
    box-shadow: 0 0 0 0.1rem #aeb0b5, 0 0.5rem 2rem #aeb0b5; }
    #theme-usa .ui-datepicker-prev:hover, #theme-usa .ui-datepicker-prev:focus, #theme-usa .ui-datepicker-next:hover, #theme-usa .ui-datepicker-next:focus {
      background: #0071bc;
      color: #ffffff; }
    #theme-usa .ui-datepicker-calendar span, #theme-usa .ui-datepicker-calendar td a {
      color: #1c1c1c; }
    #theme-usa .ui-datepicker-calendar th span {
      color: #323a45; }
    #theme-usa .ui-datepicker-calendar td a:hover, #theme-usa .ui-datepicker-calendar td a:focus {
      background: #0071bc; }
    #theme-usa .ui-datepicker-calendar td .ui-state-active {
      background: #323a45;
      color: #ffffff; }
    #theme-usa .ui-datepicker-calendar td.ui-datepicker-today a {
      box-shadow: inset 0 0 0 0.2rem #323a45; }
    #theme-usa .ui-datepicker-calendar td.ui-state-disabled {
      opacity: .3; }
    #theme-usa .ui-datepicker .ui-state-hover, #theme-usa .ui-datepicker .ui-state-highlight {
      background: #0071bc;
      color: #ffffff; }
  #theme-usa .playground .forms .form__radio .hover::before {
    background-color: #2e8540;
    border-color: #0071bc; }
  #theme-usa .warning {
    background-color: #ffffff;
    border: solid 1px #aeb0b5; }
    #theme-usa .warning .warning__icon {
      color: #0071bc; }
    #theme-usa .warning--error {
      border-color: #e31c3d;
      color: #e31c3d; }
      #theme-usa .warning--error .warning__icon {
        color: #e31c3d; }
    #theme-usa .warning--success {
      border-color: #2e8540;
      color: #2e8540; }
      #theme-usa .warning--success .warning__icon {
        color: #2e8540; }
  #theme-usa .block-edit-overlay .assessment-row-detail label, #theme-usa .block-edit-overlay .assessment-row &gt; ng-transclude-detail label {
    color: #212121; }
  #theme-usa .block-edit-overlay .assessment-row-detail .assessment-label-sm, #theme-usa .block-edit-overlay .assessment-row &gt; ng-transclude-detail .assessment-label-sm {
    color: #212121; }
  #theme-usa .block-edit-overlay .assessment-row + .assessment-row, #theme-usa .block-edit-overlay .assessment-row--block-actions {
    border-top: solid 1px #aeb0b5; }
  #theme-usa .block-editor .matrix__list &gt; li {
    border: solid 1px #aeb0b5; }
  #theme-usa .block-editor--editing .matrix__list .list__drag-handle:before {
    color: #212121; }
  #theme-usa .block-editor--editing .matrix__list .list__drag-handle:hover::before, #theme-usa .block-editor--editing .matrix__list .list__drag-handle:focus::before {
    color: #0071bc; }
  #theme-usa .assessment__cell .cell__close::before {
    color: #212121; }
  #theme-usa .assessment__cell .cell__close:hover::before, #theme-usa .assessment__cell .cell__close:focus::before {
    color: #e31c3d; }
  #theme-usa .assessment__cell .cell__input {
    background: rgba(0, 113, 188, 0.1);
    border-color: #0071bc; }
  #theme-usa .assessment__cell .cell__textarea {
    background: rgba(0, 113, 188, 0.1);
    border-color: #0071bc; }
  #theme-usa .assessment__chart .chart__draggable li, #theme-usa .assessment__chart .chart__draggable li + li {
    border-color: #0071bc; }
    #theme-usa .assessment__chart .chart__draggable li::before, #theme-usa .assessment__chart .chart__draggable li + li::before {
      color: #323a45; }
    #theme-usa .assessment__chart .chart__draggable li:hover::before, #theme-usa .assessment__chart .chart__draggable li:focus::before, #theme-usa .assessment__chart .chart__draggable li + li:hover::before, #theme-usa .assessment__chart .chart__draggable li + li:focus::before {
      color: #0071bc; }
    #theme-usa .assessment__chart .chart__draggable li:active, #theme-usa .assessment__chart .chart__draggable li + li:active {
      box-shadow: 0 0 0 1px #0071bc; }
  #theme-usa .assessment__chart .chart__table {
    border-color: #323a45; }
    #theme-usa .assessment__chart .chart__table th, #theme-usa .assessment__chart .chart__table td {
      border-color: #323a45; }
      #theme-usa .assessment__chart .chart__table th:first-child, #theme-usa .assessment__chart .chart__table td:first-child {
        border-color: #323a45; }
    #theme-usa .assessment__chart .chart__table .ui-droppable.active {
      background: rgba(0, 113, 188, 0.08); }
    #theme-usa .assessment__chart .chart__table .ui-droppable.hover {
      background: rgba(0, 113, 188, 0.5); }
    #theme-usa .assessment__chart .chart__table--grading .grading-gutter.valid .validator-mark::before {
      color: #2e8540; }
    #theme-usa .assessment__chart .chart__table--grading .grading-gutter.invalid .validator-mark::before {
      color: #e31c3d; }
  #theme-usa .assessment__chart .assessment__cell--grading .validator-mark::before {
    color: #323a45; }
  #theme-usa .assessment__chart .assessment__cell--grading.invalid {
    background: rgba(227, 28, 61, 0.1);
    border-color: #e31c3d; }
  #theme-usa .assessment__chart .assessment__cell--grading.valid {
    background: rgba(46, 133, 64, 0.1);
    border-color: #2e8540; }
  #theme-usa .assessment__chart--editing .btn--remove:hover, #theme-usa .assessment__chart--editing .btn--remove:focus {
    color: #e31c3d; }
  #theme-usa .assessment__choice-matrix .choice-matrix__table {
    border-color: #323a45; }
    #theme-usa .assessment__choice-matrix .choice-matrix__table th, #theme-usa .assessment__choice-matrix .choice-matrix__table td {
      border-color: #323a45; }
    #theme-usa .assessment__choice-matrix .choice-matrix__table--grading .grading-gutter.valid .validator-mark::before {
      color: #2e8540; }
    #theme-usa .assessment__choice-matrix .choice-matrix__table--grading .grading-gutter.invalid .validator-mark::before {
      color: #e31c3d; }
  #theme-usa .assessment__choice-matrix .choice-matrix__cell--grading .validator-mark::before {
    color: #323a45; }
  #theme-usa .assessment__choice-matrix .choice-matrix__cell--grading.invalid {
    background: rgba(227, 28, 61, 0.1);
    border-color: #e31c3d; }
  #theme-usa .assessment__choice-matrix .choice-matrix__cell--grading.valid {
    background: rgba(46, 133, 64, 0.1);
    border-color: #2e8540; }
  #theme-usa .cloze-choice-value.invalid {
    color: #e31c3d;
    background: none;
    border-color: rgba(227, 28, 61, 0.5);
    font-weight: 600; }
  #theme-usa .cloze-choice-value.valid {
    color: #2e8540;
    background: none;
    border-color: rgba(46, 133, 64, 0.5);
    font-weight: 600; }
  #theme-usa .assessment__gns .gns__help {
    background: #f1f1f1; }
  #theme-usa .assessment__gns .gns__draggable {
    border-color: #323a45; }
    #theme-usa .assessment__gns .gns__draggable li, #theme-usa .assessment__gns .gns__draggable li + li {
      border-color: #0071bc; }
      #theme-usa .assessment__gns .gns__draggable li:hover, #theme-usa .assessment__gns .gns__draggable li:focus, #theme-usa .assessment__gns .gns__draggable li + li:hover, #theme-usa .assessment__gns .gns__draggable li + li:focus {
        border-color: #205493; }
        #theme-usa .assessment__gns .gns__draggable li:hover::before, #theme-usa .assessment__gns .gns__draggable li:focus::before, #theme-usa .assessment__gns .gns__draggable li + li:hover::before, #theme-usa .assessment__gns .gns__draggable li + li:focus::before {
          color: #0071bc; }
      #theme-usa .assessment__gns .gns__draggable li::before, #theme-usa .assessment__gns .gns__draggable li + li::before {
        color: #212121; }
      #theme-usa .assessment__gns .gns__draggable li:active, #theme-usa .assessment__gns .gns__draggable li + li:active {
        box-shadow: 0 0 0 1px #0071bc; }
  #theme-usa .assessment__gns .gns__group {
    border-color: #323a45; }
  #theme-usa .assessment__gns .gns__group.drop-target, #theme-usa .assessment__gns .gns__draggable.drop-target {
    background: rgba(0, 113, 188, 0.08); }
  #theme-usa .assessment__gns .assessment__cell {
    border-color: #0071bc; }
    #theme-usa .assessment__gns .assessment__cell::before {
      color: #212121; }
    #theme-usa .assessment__gns .assessment__cell:hover::before, #theme-usa .assessment__gns .assessment__cell:focus::before {
      color: #0071bc; }
    #theme-usa .assessment__gns .assessment__cell.invalid {
      background: rgba(227, 28, 61, 0.1);
      border-color: #e31c3d; }
    #theme-usa .assessment__gns .assessment__cell.valid {
      background: rgba(46, 133, 64, 0.1);
      border-color: #2e8540; }
    #theme-usa .assessment__gns .assessment__cell .cell__data {
      border-color: #0071bc; }
      #theme-usa .assessment__gns .assessment__cell .cell__data:hover, #theme-usa .assessment__gns .assessment__cell .cell__data:focus {
        border-color: #205493; }
    #theme-usa .assessment__gns .assessment__cell--grading:hover::before, #theme-usa .assessment__gns .assessment__cell--grading:focus::before {
      color: #212121; }
  #theme-usa .assessment__gns--editing .assessment__cell {
    border-color: #212121; }
  #theme-usa .assessment__gns--editing .btn--remove:hover, #theme-usa .assessment__gns--editing .btn--remove:focus {
    color: #e31c3d; }
  #theme-usa .extq__grading {
    background-color: #ffffff;
    border: solid 1px #aeb0b5; }
  #theme-usa .extq__blanks textarea, .extq__blanks #theme-usa textarea, #theme-usa .extq__chart .extq__input, .extq__chart #theme-usa .extq__input, #theme-usa .extq__blanks input, .extq__blanks #theme-usa input {
    background: rgba(0, 113, 188, 0.1);
    border-color: #0071bc; }
  #theme-usa .extq__multichoice label::before {
    border-color: #5b616b; }
  #theme-usa .extq__multichoice label::after {
    border: none; }
  #theme-usa .extq__multichoice label:focus::before, #theme-usa .extq__multichoice label:hover::before {
    background-color: #2e8540;
    border-color: #0071bc; }
  #theme-usa .extq__multichoice input:enabled + label:hover::before a, #theme-usa .extq__multichoice input:enabled + label:focus::before a {
    border-color: #0071bc; }
  #theme-usa .extq__multichoice input:checked + label::before {
    background-color: #2e8540;
    border-color: #5b616b; }
  #theme-usa .extq__multichoice input:checked + label:hover::before, #theme-usa .extq__multichoice input:checked + label:focus::before {
    border-color: #0071bc; }
  #theme-usa .extq__multichoice input:enabled:checked:hover::before, #theme-usa .extq__multichoice input:enabled:checked:focus::before {
    border-color: #0071bc; }
  #theme-usa .extq__multichoice input:disabled + label::before {
    border-color: #5b616b; }
  #theme-usa .extq__multichoice input:disabled + label:hover::before, #theme-usa .extq__multichoice input:disabled + label:focus::before {
    border-color: #5b616b; }
  #theme-usa .extq__multichoice input:disabled:checked + label::before {
    background-color: #2e8540; }
  #theme-usa .extq__multichoice .isCorrect {
    color: #2e8540; }
    @media print {
      #theme-usa .extq__multichoice .isCorrect * {
        color: #2e8540 !important; } }
  #theme-usa .extq__multichoice .isIncorrect {
    color: #e31c3d; }
    @media print {
      #theme-usa .extq__multichoice .isIncorrect * {
        color: #e31c3d !important; } }
  #theme-usa .extq__panel {
    background-color: #f1f1f1; }
  #theme-usa .extq__draggables li, #theme-usa .extq__draggables li + li {
    border-color: #0071bc; }
    #theme-usa .extq__draggables li:hover, #theme-usa .extq__draggables li:focus, #theme-usa .extq__draggables li + li:hover, #theme-usa .extq__draggables li + li:focus {
      color: #0071bc; }
      #theme-usa .extq__draggables li:hover::before, #theme-usa .extq__draggables li:focus::before, #theme-usa .extq__draggables li + li:hover::before, #theme-usa .extq__draggables li + li:focus::before {
        color: #0071bc; }
    #theme-usa .extq__draggables li::before, #theme-usa .extq__draggables li + li::before {
      color: #323a45; }
    #theme-usa .extq__draggables li:active, #theme-usa .extq__draggables li + li:active {
      box-shadow: 0 0 0 1px #0071bc; }
  #theme-usa .extq__chart th, #theme-usa .extq__chart td {
    border-color: #323a45; }
  #theme-usa .extq__chart td.invalid {
    background: rgba(227, 28, 61, 0.2); }
  #theme-usa .extq__chart td.warning {
    background: rgba(253, 184, 30, 0.1); }
  #theme-usa .extq__chart .ui-droppable.active {
    background: rgba(0, 113, 188, 0.08); }
  #theme-usa .extq__chart .ui-droppable.hover {
    background: rgba(0, 113, 188, 0.5); }
  #theme-usa .extq__chart .extq__remove:hover::before, #theme-usa .extq__chart .extq__remove:focus::before {
    color: #e31c3d; }
  #theme-usa .extq__chart .extq__remove::before {
    color: #212121; }
  #theme-usa .extq__validators button {
    color: #5b616b;
    border: solid 1px #aeb0b5; }
  #theme-usa .extq__validators .mark-valid.active, #theme-usa .extq__validators .mark-valid:hover, #theme-usa .extq__validators .mark-valid:focus {
    color: #2e8540;
    border-color: #2e8540; }
  #theme-usa .extq__validators .mark-invalid.active, #theme-usa .extq__validators .mark-invalid:hover, #theme-usa .extq__validators .mark-invalid:focus {
    color: #e31c3d;
    border-color: #e31c3d; }
  #theme-usa .extq__validator-mark.valid:before {
    color: #2e8540; }
  #theme-usa .extq__validator-mark.invalid:before {
    color: #e31c3d; }
  #theme-usa .help-center-certificate .overlay__body {
    border-color: #0071bc; }
    #theme-usa .help-center-certificate .overlay__body::before {
      border: 4px double #0071bc; }
  #theme-usa .help-center-certificate .certificate__name, #theme-usa .help-center-certificate .certificate__descr {
    color: #0071bc; }
  #theme-usa .help-center-certificate .certificate__ribbon {
    color: #0071bc; }
  #theme-usa .help-center .guide-content__child-list {
    border-bottom: solid 1px #aeb0b5; }
    #theme-usa .help-center .guide-content__child-list li {
      border-top: solid 1px #aeb0b5; }
      #theme-usa .help-center .guide-content__child-list li.sortable-chosen {
        background-color: #f1f1f1; }
  #theme-usa .help-center__element--completed {
    color: #1c642b; }
    #theme-usa .help-center__element--completed:hover, #theme-usa .help-center__element--completed:focus {
      color: #0071bc; }
  #theme-usa .help-center__element--halfway {
    color: #205493; }
  #theme-usa .help-center .guide-list__credit-counter {
    color: #212121; }
  #theme-usa .help-center .guide-list__item-list {
    border-bottom: solid 1px #aeb0b5; }
  #theme-usa .help-center .guide-list__item:hover h4, #theme-usa .help-center .guide-list__item:focus h4 {
    color: #205493; }
  #theme-usa .help-center .guide-list__item h4 {
    color: #0071bc; }
  #theme-usa .help-center .guide-list__item-summary {
    color: #212121; }
  #theme-usa .help-center .guide-sidebar__root-link:hover, #theme-usa .help-center .guide-sidebar__root-link:focus {
    color: #0071bc; }
  #theme-usa .help-center .navbar--social li a {
    text-decoration: none; }
  @media (min-width: 768px) {
    #theme-usa .help-center__overview-header h1 {
      color: #ffffff; } }
  #theme-usa .help-center .help-center__search-list-item + li {
    border-top: solid 1px #aeb0b5; }
  #theme-usa .help-center .help-center__item-location {
    color: #212121; }
  #theme-usa .help-center .help-center__item-name h3 {
    color: #0071bc; }
    #theme-usa .help-center .help-center__item-name h3:hover, #theme-usa .help-center .help-center__item-name h3:focus {
      color: #112e51; }
  #theme-usa .v-tree .v-tree__item .v-tree__item-header:hover, #theme-usa .v-tree .v-tree__item .v-tree__item-header:focus {
    color: #0071bc; }
  #theme-usa .v-tree .v-tree__item .v-tree__item-header .v-tree__item-expander::before {
    background: #e31c3d;
    color: #ffffff; }
  #theme-usa .v-tree .v-tree__item.v-tree__item--selected &gt; .v-tree__item-header {
    background-color: #f1f1f1;
    color: #0071bc; }

.ss-matrix .matrix {
  /* Matrix List */
  /* Matrix Actions / Buttons */
  /* Empty list paragraph styling */ }
  .ss-matrix .matrix__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .ss-matrix .matrix__list::after {
      clear: both;
      content: "";
      display: table; }
    .ss-matrix .matrix__list &gt; li, .ss-matrix .matrix__list &gt; dd {
      margin: 0; }
    .ss-matrix .matrix__list-sortable &gt; li {
      cursor: move;
      cursor: -webkit-grab; }
      .ss-matrix .matrix__list-sortable &gt; li.sortable-chosen {
        cursor: -webkit-grabbing; }
    .ss-matrix .matrix__list &gt; li {
      font-size: 1.5rem;
      line-height: 1;
      display: block;
      padding: 1rem;
      border: solid 1px #e1e1e1;
      border-radius: 3px;
      position: relative; }
      .ss-matrix .matrix__list &gt; li + li {
        margin-top: .5rem; }
    .ss-matrix .matrix__list textarea {
      padding: 0 2.5rem 0 2.5rem;
      border: none; }
    .ss-matrix .matrix__list .list__title {
      font-weight: 500; }
    .ss-matrix .matrix__list .list__new-row {
      font-style: italic; }
    .ss-matrix .matrix__list .list__number {
      font-size: 1.4rem;
      line-height: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2.5rem;
      background: #f5f5f5;
      font-weight: 400;
      z-index: 2; }
      .ss-matrix .matrix__list .list__number span {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center; }
    .ss-matrix .matrix__list .list__actions {
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      right: 1rem; }
      .ss-matrix .matrix__list .list__actions::after {
        clear: both;
        content: "";
        display: table; }
      .ss-matrix .matrix__list .list__actions &gt; li, .ss-matrix .matrix__list .list__actions &gt; dd {
        margin: 0; }
      .ss-matrix .matrix__list .list__actions li {
        display: block;
        float: left;
        padding: 0 .5rem; }
  .ss-matrix .matrix__actions {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: .5rem;
    text-align: right; }
    .ss-matrix .matrix__actions::after {
      clear: both;
      content: "";
      display: table; }
    .ss-matrix .matrix__actions &gt; li, .ss-matrix .matrix__actions &gt; dd {
      margin: 0; }
    .ss-matrix .matrix__actions-left {
      text-align: left; }
    .ss-matrix .matrix__actions li, .ss-matrix .matrix__actions div {
      display: inline-block; }
      .ss-matrix .matrix__actions li + div, .ss-matrix .matrix__actions div + div {
        margin-left: .5rem; }
  .ss-matrix .matrix__empty {
    font-style: italic; }

.block-edit-overlay .assessment-row, .block-edit-overlay .assessment-row &gt; ng-transclude {
  display: block;
  clear: both;
  display: block;
  position: relative;
  margin-left: -12px;
  margin-right: -12px; }
  .block-edit-overlay .assessment-row::after, .block-edit-overlay .assessment-row &gt; ng-transclude::after {
    clear: both;
    content: "";
    display: table; }
  .block-edit-overlay .assessment-row &gt; *, .block-edit-overlay .assessment-row &gt; ng-transclude &gt; * {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .block-edit-overlay .assessment-row &gt; *:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude &gt; *:last-child {
      margin-right: 0; }
    @media print {
      .block-edit-overlay .assessment-row &gt; *, .block-edit-overlay .assessment-row &gt; ng-transclude &gt; * {
        float: left !important; } }
  .block-edit-overlay .assessment-row__heading, .block-edit-overlay .assessment-row &gt; ng-transclude__heading {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 1.5rem; }
    .block-edit-overlay .assessment-row__heading:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__heading:last-child {
      margin-right: 0; }
    @media print {
      .block-edit-overlay .assessment-row__heading, .block-edit-overlay .assessment-row &gt; ng-transclude__heading {
        float: left !important; } }
    @media (min-width: 768px) {
      .block-edit-overlay .assessment-row__heading, .block-edit-overlay .assessment-row &gt; ng-transclude__heading {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 13.46154%;
        width: 16.66667%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .block-edit-overlay .assessment-row__heading:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__heading:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .block-edit-overlay .assessment-row__heading, .block-edit-overlay .assessment-row &gt; ng-transclude__heading {
      float: left !important; } }
    .block-edit-overlay .assessment-row__heading[class*='icon']::before, .block-edit-overlay .assessment-row &gt; ng-transclude__heading[class*='icon']::before {
      margin-right: .5rem; }
  .block-edit-overlay .assessment-row__detail, .block-edit-overlay .assessment-row__submit, .block-edit-overlay .assessment-row &gt; ng-transclude__detail, .block-edit-overlay .assessment-row &gt; ng-transclude__submit {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0; }
    .block-edit-overlay .assessment-row__detail:last-child, .block-edit-overlay .assessment-row__submit:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__detail:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__submit:last-child {
      margin-right: 0; }
    @media print {
      .block-edit-overlay .assessment-row__detail, .block-edit-overlay .assessment-row__submit, .block-edit-overlay .assessment-row &gt; ng-transclude__detail, .block-edit-overlay .assessment-row &gt; ng-transclude__submit {
        float: left !important; } }
    @media (min-width: 768px) {
      .block-edit-overlay .assessment-row__detail, .block-edit-overlay .assessment-row__submit, .block-edit-overlay .assessment-row &gt; ng-transclude__detail, .block-edit-overlay .assessment-row &gt; ng-transclude__submit {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 82.69231%;
        width: 83.33333%;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0; }
        .block-edit-overlay .assessment-row__detail:last-child, .block-edit-overlay .assessment-row__submit:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__detail:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__submit:last-child {
          margin-right: 0; } }
  @media print and (min-width: 768px) {
    .block-edit-overlay .assessment-row__detail, .block-edit-overlay .assessment-row__submit, .block-edit-overlay .assessment-row &gt; ng-transclude__detail, .block-edit-overlay .assessment-row &gt; ng-transclude__submit {
      float: left !important; } }
    .block-edit-overlay .assessment-row__detail--sm, .block-edit-overlay .assessment-row__submit--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__detail--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__submit--sm {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 100%;
      width: 100%;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 0; }
      .block-edit-overlay .assessment-row__detail--sm:last-child, .block-edit-overlay .assessment-row__submit--sm:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__detail--sm:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__submit--sm:last-child {
        margin-right: 0; }
      @media print {
        .block-edit-overlay .assessment-row__detail--sm, .block-edit-overlay .assessment-row__submit--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__detail--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__submit--sm {
          float: left !important; } }
      @media (min-width: 768px) {
        .block-edit-overlay .assessment-row__detail--sm, .block-edit-overlay .assessment-row__submit--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__detail--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__submit--sm {
          float: left;
          display: block;
          margin-right: 3.84615%;
          width: 48.07692%;
          width: 50%;
          padding-left: 12px;
          padding-right: 12px;
          margin-right: 0; }
          .block-edit-overlay .assessment-row__detail--sm:last-child, .block-edit-overlay .assessment-row__submit--sm:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__detail--sm:last-child, .block-edit-overlay .assessment-row &gt; ng-transclude__submit--sm:last-child {
            margin-right: 0; } }
  @media print and (min-width: 768px) {
    .block-edit-overlay .assessment-row__detail--sm, .block-edit-overlay .assessment-row__submit--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__detail--sm, .block-edit-overlay .assessment-row &gt; ng-transclude__submit--sm {
      float: left !important; } }
    .block-edit-overlay .assessment-row__detail label, .block-edit-overlay .assessment-row__submit label, .block-edit-overlay .assessment-row &gt; ng-transclude__detail label, .block-edit-overlay .assessment-row &gt; ng-transclude__submit label {
      color: #4b4a4b; }
    .block-edit-overlay .assessment-row__detail .rubric-container, .block-edit-overlay .assessment-row__submit .rubric-container, .block-edit-overlay .assessment-row &gt; ng-transclude__detail .rubric-container, .block-edit-overlay .assessment-row &gt; ng-transclude__submit .rubric-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .block-edit-overlay .assessment-row__detail .assessment-label, .block-edit-overlay .assessment-row__submit .assessment-label, .block-edit-overlay .assessment-row &gt; ng-transclude__detail .assessment-label, .block-edit-overlay .assessment-row &gt; ng-transclude__submit .assessment-label {
      display: block;
      padding-bottom: 1rem; }
    .block-edit-overlay .assessment-row__detail .assessment-label-sm, .block-edit-overlay .assessment-row__submit .assessment-label-sm, .block-edit-overlay .assessment-row &gt; ng-transclude__detail .assessment-label-sm, .block-edit-overlay .assessment-row &gt; ng-transclude__submit .assessment-label-sm {
      font-size: 1.5rem;
      line-height: 1.625;
      display: block;
      color: #4b4a4b; }
    .block-edit-overlay .assessment-row__detail .assessment-mc-row, .block-edit-overlay .assessment-row__submit .assessment-mc-row, .block-edit-overlay .assessment-row &gt; ng-transclude__detail .assessment-mc-row, .block-edit-overlay .assessment-row &gt; ng-transclude__submit .assessment-mc-row {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
  .block-edit-overlay .assessment-row__submit .btn, .block-edit-overlay .assessment-row &gt; ng-transclude__submit .btn {
    display: inline-block; }

.block-edit-overlay ss-field + ss-field &gt; .field {
  margin-top: 1rem; }

.block-edit-overlay ss-standards + ss-field &gt; .field {
  margin-top: 4rem; }

.block-edit-overlay ss-field + .field-item {
  margin-top: 1rem; }

.block-edit-overlay .field-item + .field-item {
  margin-top: 1rem; }

.block-edit-overlay .input__helper {
  margin-top: 0.25rem; }

.block-edit-overlay .assessment-row + .assessment-row, .block-edit-overlay .assessment-row--block-actions {
  border-top: solid 1px #e1e1e1; }

.assessment-radio-group legend {
  margin-bottom: 1rem; }

.file-upload {
  display: flex; }
  .file-upload--preview {
    margin-left: 2rem;
    flex-grow: 1; }
  img + .file-upload {
    margin-top: 1rem; }
    img + .file-upload .btn {
      flex-grow: 1;
      text-align: center; }
</pre></body></html>