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

/*
$colour-correct: #ebf5eb !default;

*/
/*
$breakpoints: (
  'small': (min-width: 320px),
  'medium': (min-width: 768px),
  'large': (min-width: 1024px),
) !default;
*/
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #455C75;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

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

p {
  margin: 0 0 1rem; }

hr {
  border: 0;
  height: 1px;
  background: #9b9b9b;
  width: 80%;
  margin: 1rem auto; }

img {
  max-width: 100%; }

section {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 20px;
  /* 9 */
  padding: 1.25rem;
  /* 9 */ }

/**
 * Clear inner floats
 */
.clearfix::after, .row::after, .form__row::after, .um-row::after, .um-col-1 .um-field::after,
.um-field::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1200px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

.container--l {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  max-width: 1180px;
  /* 9 */
  max-width: 73.75rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 40px;
  /* 9 */
  padding: 2.5rem;
  /* 9 */ }

.container--s {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  max-width: 600px;
  /* 9 */
  max-width: 37.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 40px;
  /* 9 */
  padding: 2.5rem;
  /* 9 */ }

.container--m {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  max-width: 870px;
  /* 9 */
  max-width: 54.375rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 40px;
  /* 9 */
  padding: 2.5rem;
  /* 9 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.module {
  margin: 0 0 20px; }
  .module p:last-child,
  .module ul:last-child,
  .module ol:last-child {
    margin-bottom: 0; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center-align, .um-center {
  text-align: center; }

.bg-light {
  background: #ededed; }

.padding {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 20px;
  /* 9 */
  padding: 1.25rem;
  /* 9 */ }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

/**
 * Basic typography style for copy text
 */
body {
  color: #4a4a4a;
  font: normal 100%/1.4 "Quattrocento Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.h1, .typography h1, .typography .h1, .page-header h1, .h2, .typography h2, .typography .h2, .h3, .typography h3, .typography .h3, .hero-heading, .h4, .typography h4, .typography .h4, .box__title, .h5, .typography h5, .typography .h5, .h6, .typography h6, .typography .h6, .dashboard-title a {
  font-family: "Libre Baskerville", serif;
  font-weight: 400; }

.h1, .typography h1, .typography .h1, .page-header h1, .h2, .typography h2, .typography .h2 {
  line-height: 1.2; }

.h3, .typography h3, .typography .h3, .hero-heading, .h4, .typography h4, .typography .h4, .box__title {
  line-height: 1.3; }

.h1, .typography h1, .typography .h1, .page-header h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 26px;
  /* 9 */
  font-size: 1.625rem;
  /* 9 */ }

.h2, .typography h2, .typography .h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 1.375rem;
  /* 9 */ }

.h3, .typography h3, .typography .h3, .hero-heading {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 1.25rem;
  /* 9 */ }

.h4, .typography h4, .typography .h4, .box__title {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */ }

.h5, .typography h5, .typography .h5 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */ }

.h6, .typography h6, .typography .h6, .dashboard-title a {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1rem;
  /* 9 */ }

.italic, .typography i, .typography em {
  font-style: italic; }

.bold, .typography b, .typography strong, .typography .intro-text {
  font-weight: 700; }

.block-margins, .typography p, .typography ul, .typography ol, .typography pre {
  margin: 1.125rem 0; }

.unordered-list, .typography ul {
  list-style-type: disc; }

.ordered-list, .typography ol {
  list-style: decimal; }

.typography h1, .typography h1, .typography .h1, .typography .page-header h1, .page-header .typography h1 {
  margin: 1rem 0 2rem; }
.typography h2, .typography h2, .typography .h2 {
  margin: 1.5rem 0 0.5rem; }
.typography h3, .typography h3, .typography .h3, .typography .hero-heading {
  margin: 1.5rem 0 0.5rem; }
.typography h4, .typography h4, .typography .h4, .typography .box__title {
  margin: 1.5rem 0 0.5rem; }
.typography h5, .typography h5, .typography .h5 {
  margin: 1.5rem 0 0.5rem; }
.typography h6, .typography h6, .typography .h6, .typography .dashboard-title a, .dashboard-title .typography a {
  margin: 1.5rem 0 0.5rem; }
.typography p, .typography ul, .typography ol, .typography pre {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */ }
.typography ul,
.typography ol {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-left: 20px;
  /* 9 */
  margin-left: 1.25rem;
  /* 9 */
  line-height: 1.6; }
  .typography ul ul,
  .typography ul ol,
  .typography ol ul,
  .typography ol ol {
    margin-top: 0;
    margin-bottom: 0; }
.typography .intro-text {
  font-size: 1.25rem; }
.typography a {
  color: #455C75;
  border-bottom: 1px solid #93a9c0; }
  .typography a:hover, .typography a:active, .typography a:focus {
    color: #455C75;
    border-bottom: none; }
.typography small {
  font-size: 0.875rem; }

footer {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 40px 0;
  /* 9 */
  padding: 2.5rem 0;
  /* 9 */ }

[class*='col-'] {
  float: left; }

.col-1-2, .um-col-121,
.um-col-122 {
  width: 50%; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

[class*='col-'] {
  padding-right: 5%; }

[class*='col-']:last-of-type {
  padding-right: 0; }

.row-pad {
  padding-left: 2.5%; }

.row-pad [class*='col-']:last-of-type {
  padding-right: 5%; }

.dashboard-title a {
  display: block;
  color: #fff;
  line-height: 32px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 20px;
  /* 9 */
  padding: 1.25rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */ }

.side-panel {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  background: #4a4a4a;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  width: 250px;
  /* 9 */
  width: 15.625rem;
  /* 9 */ }
  .side-panel hr {
    background: #666666; }

.side-navigation a {
  display: block;
  color: #d7d7d7;
  transition: color 0.3s ease;
  border-left: 3px solid transparent;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 10px 20px;
  /* 9 */
  padding: 0.625rem 1.25rem;
  /* 9 */ }
  .side-navigation a:hover, .side-navigation a.current {
    color: #fff;
    background: #455C75;
    border-color: #2980B9; }
  .side-navigation a:hover .nc-icon *, .side-navigation a.current .nc-icon * {
    stroke: #fff; }
  .side-navigation a span {
    display: inline-block;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-left: 20px;
    /* 9 */
    margin-left: 1.25rem;
    /* 9 */ }
.side-navigation .nc-icon * {
  stroke: #666666;
  transition: stroke 0.3s ease; }

.main {
  height: 100%;
  /*
    &.no-navi-bar {
      @include rem( margin-top, 53px );
    }
  */
  /*
    .single-column {
      z-index: 1;
      height: 100%;
      width: 100%;
      max-width: $content-width;
      margin: 0 auto;

      @include rem( padding-left, $main-padding );
      @include rem( padding-right, $main-padding );
    }
  */ }

.page-course,
.um-page-loggedin {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-left: 250px;
  /* 9 */
  padding-left: 15.625rem;
  /* 9 */ }

.page-header {
  background: #eaf2f7;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 30px 64px;
  /* 9 */
  padding: 1.875rem 4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 40px;
  /* 9 */
  margin-bottom: 2.5rem;
  /* 9 */ }
  .page-header h1 {
    text-align: center; }

.navi-bar {
  background: #d7d7d7;
  border-bottom: 1px solid #bebebe;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 10px 20px;
  /* 9 */
  padding: 0.625rem 1.25rem;
  /* 9 */ }
  .navi-bar a {
    color: #666666; }
    .navi-bar a:hover {
      color: #4a4a4a; }

.section {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  *zoom: 1;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 30px 0;
  /* 9 */
  padding: 1.875rem 0;
  /* 9 */ }

.section--light {
  background: #ededed; }

.section--dark {
  background: #2980B9; }

.section--cta {
  background: #2980B9 url(../img/bg-pattern.png) repeat 0 0;
  background-size: 300px 300px; }

.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  line-height: 24px;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background: #2F7DB3;
  border-radius: 3px;
  transition: background 0.3s ease;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 5px 20px;
  /* 9 */
  padding: 0.3125rem 1.25rem;
  /* 9 */ }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    background: #215880; }
  .button.button--large, .button.um-button,
  button.button--large,
  button.um-button,
  input[type="button"].button--large,
  input[type="button"].um-button,
  input[type="submit"].button--large,
  input[type="submit"].um-button,
  input[type="reset"].button--large,
  input[type="reset"].um-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 5px 50px;
    /* 9 */
    padding: 0.3125rem 3.125rem;
    /* 9 */ }

input[disabled], input[disabled]:hover, input[disabled]:active, input[disabled]:focus,
button[disabled],
button[disabled]:hover,
button[disabled]:active,
button[disabled]:focus,
.inactive,
.inactive:hover,
.inactive:active,
.inactive:focus {
  background: #9B9B9B;
  cursor: not-allowed; }

.form--box {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 50px;
  /* 9 */
  padding: 3.125rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 40px;
  /* 9 */
  margin-bottom: 2.5rem;
  /* 9 */ }
  .form--box .form__row, .form--box .um-row, .form--box .um-col-1 .um-field, .um-col-1 .form--box .um-field {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 500px; }
  .form--box small {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: 10px;
    /* 9 */
    margin-top: 0.625rem;
    /* 9 */ }

input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "Quattrocento Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  vertical-align: top;
  display: block;
  color: #666666; }

textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #d7d7d7;
  border-radius: 3px; }
  textarea:focus {
    border-color: #666666; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="url"] {
  width: 100%;
  max-width: 500px;
  padding: 8px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 1rem;
  margin: 0 auto; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus {
    border-color: #666666; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error,
  input[type="search"].error,
  input[type="color"].error,
  input[type="date"].error,
  input[type="datetime-local"].error,
  input[type="month"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="url"].error {
    border-color: #dd1c1a; }

.form__row, .um-row, .um-col-1 .um-field,
.um-field {
  margin-bottom: 2rem; }
  .form__row:last-of-type, .um-row:last-of-type, .um-col-1 .um-field:last-of-type,
  .um-field:last-of-type {
    margin-bottom: 0; }
  .form__row small, .um-row small, .um-col-1 .um-field small,
  .um-field small {
    display: block;
    padding: 4px 5px;
    line-height: 1.1; }

.form__label, .um-field-label label {
  font-size: 1.25rem; }
  .form__label.error, .um-field-label label.error {
    color: #dd1c1a; }

.form__help-text {
  color: #666666;
  font-size: .875rem; }
  .form__help-text a {
    border-bottom: 1px solid #93a9c0; }
    .form__help-text a:hover, .form__help-text a:active, .form__help-text a:focus {
      color: #455C75;
      border-bottom: none; }

.form__error-text, .um-field-error {
  color: #dd1c1a;
  width: 100%;
  max-width: 500px;
  font-size: .875rem;
  background: #fbe1e1; }

.checkbox-stacked,
.radio-stacked {
  max-width: 500px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 8px;
  /* 9 */
  padding: 0.5rem;
  /* 9 */ }
  .checkbox-stacked:hover,
  .radio-stacked:hover {
    background: #eaf2f7; }
  .checkbox-stacked label,
  .radio-stacked label {
    cursor: pointer;
    margin-left: .4rem; }
  .checkbox-stacked.is-correct,
  .radio-stacked.is-correct {
    background: #ebf5eb url(../img/icon-correct.svg) no-repeat 469px 7px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 5px;
    /* 9 */
    margin-bottom: 0.3125rem;
    /* 9 */ }
  .checkbox-stacked.is-incorrect,
  .radio-stacked.is-incorrect {
    background: #f5ebeb url(../img/icon-incorrect.svg) no-repeat 469px 7px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 5px;
    /* 9 */
    margin-bottom: 0.3125rem;
    /* 9 */ }
  .checkbox-stacked.is-disabled:hover,
  .radio-stacked.is-disabled:hover {
    background: none; }

.form-sub-head {
  font-size: 1.125rem;
  margin-bottom: .3125rem; }

.icheckbox_flat, .iradio_flat {
  transition-delay: 0.05s !important; }

ul.tabs {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-left: 20px;
  /* 9 */
  padding-left: 1.25rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-right: 20px;
  /* 9 */
  padding-right: 1.25rem;
  /* 9 */ }
  ul.tabs li {
    font-size: 16px;
    background: none;
    color: #455C75;
    display: inline-block;
    cursor: pointer;
    margin-bottom: -1px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 10px 20px;
    /* 9 */
    padding: 0.625rem 1.25rem;
    /* 9 */ }
  ul.tabs .current {
    background: #eaf2f7;
    color: #666666;
    border-top: 2px solid #2980B9;
    border-bottom: 1px solid #eaf2f7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

.tab-content {
  display: none;
  padding: 15px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 20px;
  /* 9 */
  padding: 1.25rem;
  /* 9 */ }
  .tab-content.current {
    display: inherit;
    background: #eaf2f7; }

.accordion__title {
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  color: #455C75;
  border-top: 1px solid #d7d7d7;
  padding: 1.25rem;
  padding-left: 2.95rem; }
  .accordion__title:last-of-type {
    border-bottom: 1px solid #d7d7d7; }
  .accordion__title i {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    margin-top: -8px; }

.accordion__content {
  display: none;
  padding: 1.25rem;
  padding-left: 2.95rem;
  margin-top: -2.5rem; }

.icon {
  display: inline-block;
  width: 15px;
  height: 15px; }
  .icon.icon-large {
    width: 30px;
    height: 30px; }

.icon-plus {
  background: url(../img/icon-plus.svg) no-repeat 0 0; }

.icon-minus {
  background: url(../img/icon-minus.svg) no-repeat 0 0; }

.icon-bookmark {
  background: url(../img/icon-bookmark.svg) no-repeat 0 0; }

.nc-icon {
  display: inline-block;
  vertical-align: middle; }

.back .nc-icon {
  position: relative;
  left: 0;
  transition: left 0.3s ease; }
.back:hover .nc-icon {
  left: -3px; }

.progress {
  margin: 0 auto;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  max-width: 300px;
  /* 9 */
  max-width: 18.75rem;
  /* 9 */ }

.progress-staus {
  float: left;
  font-weight: bold;
  font-size: .875rem; }

.progress-percentage {
  float: right;
  font-size: .875rem; }

.progress-bar {
  clear: both;
  background: #d7d7d7;
  height: 10px;
  position: relative;
  border-radius: 5px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 10px;
  /* 9 */
  margin-bottom: 0.625rem;
  /* 9 */ }
  .progress-bar > span {
    display: block;
    border-radius: 5px;
    height: 100%;
    background: #455C75; }

.box {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  max-width: 600px;
  /* 9 */
  max-width: 37.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 8 */
  margin: 0 auto;
  /* 9 */ }
  .box.box--callout {
    background: #FFFBF5; }
  .box.box--inactive {
    opacity: .7;
    transition: opacity 0.3s linear; }
    .box.box--inactive:hover {
      opacity: 1; }

.box__title {
  text-align: center;
  padding: 1.25rem;
  color: #4a4a4a;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-bottom: 20px;
  /* 9 */
  padding-bottom: 1.25rem;
  /* 9 */ }
  .box__title a {
    color: #4a4a4a; }
  .box__title span {
    display: block; }

.box__content {
  padding: 1.25rem;
  padding-top: 0; }

.box__footer {
  border-top: 1px solid #d7d7d7;
  padding: 1.25rem; }
  .box__footer p:last-child,
  .box__footer ul:last-child,
  .box__footer ol:last-child {
    margin-bottom: 0; }

.section-list {
  border: 1px solid #d7d7d7;
  border-bottom: none;
  border-radius: 3px;
  margin-bottom: 1.5rem; }
  .section-list .section-list__item {
    border-bottom: 1px solid #d7d7d7;
    padding: 1.25rem;
    vertical-align: middle;
    position: relative;
    padding-left: 3.75rem; }
    .section-list .section-list__item .icon {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 1.25rem;
      margin-top: -15px; }
    .section-list .section-list__item.incomplete .icon-status {
      border: 2px solid #455C75;
      border-radius: 50%; }
    .section-list .section-list__item.in-progress {
      background: #eaf2f7; }
      .section-list .section-list__item.in-progress .icon-status {
        border: 2px solid #455C75;
        border-radius: 50%; }
        .section-list .section-list__item.in-progress .icon-status:before {
          content: "";
          width: 13px;
          height: 28px;
          margin-top: -1px;
          display: block;
          border-radius: 30px 0 0 30px;
          background: #455C75; }
    .section-list .section-list__item.complete .icon-status {
      background: #9b9b9b url(../img/icon-tick.svg) no-repeat 0 0;
      border-radius: 50%; }
    .section-list .section-list__item.bookmark:hover .icon-bookmark {
      background: url(../img/icon-bookmark-hover.svg) no-repeat 0 0; }
    .section-list .section-list__item.bookmarked .icon-bookmark {
      background: url(../img/icon-bookmarked.svg) no-repeat 0 0; }
  .section-list .section-list__title {
    display: inline-block;
    padding-right: 5rem; }
  .section-list .button {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -1rem; }

.tick-list {
  list-style: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */ }
  .tick-list li {
    background: url(../img/icon-tick-color.svg) no-repeat 0 -5px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-left: 40px;
    /* 9 */
    padding-left: 2.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: 30px;
    /* 9 */
    margin-top: 1.875rem;
    /* 9 */ }

.download {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  padding: 0.625rem 1.25rem;
  transition: background-color 0.3s ease; }
  .download:hover {
    background-color: #eaf2f7; }
  .download.pdf, .download.word {
    background-image: url(../img/icon-pdf.svg);
    background-position: 1.25rem center;
    background-repeat: no-repeat; }
  .download.word {
    background-image: url(../img/icon-word.svg); }

.download__title {
  display: block;
  padding-left: 4.6875rem;
  font-size: 1.125rem; }

.download__meta {
  padding-left: 4.6875rem;
  font-size: .875rem; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.controls {
  text-align: center;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 30px;
  /* 9 */
  margin: 1.875rem;
  /* 9 */ }
  .controls .button:first-of-type {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-right: 20px;
    /* 9 */
    margin-right: 1.25rem;
    /* 9 */ }

.table {
  border-collapse: collapse;
  width: 100%; }
  .table th, .table td {
    text-align: left;
    border: 1px solid #d7d7d7;
    vertical-align: top;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 10px;
    /* 9 */
    padding: 0.625rem;
    /* 9 */ }
  .table tr:nth-child(even) {
    background: #ededed; }
  .table.no-bg tr {
    background: none; }
  .table.no-bg tr.thead {
    background: #ededed; }
  .table thead th {
    background: #f8f8f8;
    font-weight: 700;
    font-size: 20px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-top: 20px;
    /* 9 */
    padding-top: 1.25rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-bottom: 20px;
    /* 9 */
    padding-bottom: 1.25rem;
    /* 9 */ }

.table--review td {
  width: 50%; }

.slider {
  width: 780px;
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 40px auto 20px auto;
  /* 9 */
  margin: 2.5rem auto 1.25rem auto;
  /* 9 */ }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  width: 670px;
  margin: 0 auto; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-background {
  background: #d7d7d7; }

.noUi-connect {
  background: #666666;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 5px; }

.noUi-target {
  border-radius: 5px; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 2px solid #fff;
  border-radius: 100%;
  background: #2980B9;
  cursor: pointer; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

.slider-labels {
  width: 100%;
  margin-top: 20px; }

.slider-labels li {
  display: inline;
  float: left;
  width: 12.285714286%;
  margin: 0 1%;
  line-height: 1.2;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 0.75rem;
  /* 9 */ }
  .slider-labels li span {
    text-align: center;
    width: 100%;
    display: inline-block; }

/* Expert's view */
.expert-view {
  font-weight: 700;
  position: absolute;
  top: -37px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */ }
  .expert-view:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #ff0000 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 22px;
    margin-left: -6px; }

.figure {
  max-width: 600px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 0 auto 20px;
  /* 9 */
  margin: 0 auto 1.25rem;
  /* 9 */ }
  .figure img[data-action="zoom"] {
    opacity: .8; }
  .figure img {
    display: block;
    border: 1px solid #ededed; }
  .figure figcaption {
    display: block;
    font-size: 16px;
    background: #ededed;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 10px;
    /* 9 */
    padding: 0.625rem;
    /* 9 */ }

.sortable-question {
  width: 650px;
  text-align: center;
  margin: 20px auto; }
  .sortable-question .col-1-2, .sortable-question .um-col-121,
  .sortable-question .um-col-122 {
    position: relative; }
  .sortable-question.long {
    width: 880px; }

.droppable-list {
  width: 300px;
  background: #ededed;
  border-radius: 3px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 30px;
  /* 9 */
  padding: 1.875rem;
  /* 9 */ }

.droppable-list-item {
  background: #fff;
  border: 1px dashed #9b9b9b;
  display: block;
  line-height: 50px;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 0 20px;
  color: #9b9b9b;
  border-radius: 3px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }
  .droppable-list-item:last-child {
    margin-bottom: 0; }
  .droppable-list-item.ui-state-hover {
    /*
        border-color: $sub-brand-color;
        border-style: solid;
    */ }
  .droppable-list-item.ui-state-highlight {
    background: #fff;
    color: #4a4a4a;
    border-color: #2980B9;
    border-style: solid; }
    .droppable-list-item.ui-state-highlight:after {
      content: ''; }

.draggable-list {
  display: inline-block;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 30px;
  /* 9 */
  padding: 1.875rem;
  /* 9 */ }

.list-inline .draggable-item {
  display: inline-block;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-right: 10px;
  /* 9 */
  margin-right: 0.625rem;
  /* 9 */ }

.draggable-item {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-left: 3px solid #2980B9;
  cursor: pointer;
  display: block;
  padding: 5px 20px;
  border-radius: 3px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 0 0 10px 0;
  /* 9 */
  margin: 0 0 0.625rem 0;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 5px 20px;
  /* 9 */
  padding: 0.3125rem 1.25rem;
  /* 9 */ }
  .draggable-item:hover {
    background: #eaf2f7;
    border-color: #2980B9; }

.indicator {
  height: 100%;
  position: absolute;
  left: -60px;
  background: #2980B9;
  background: linear-gradient(red, orange);
  border-radius: 3px; }

.bar {
  vertical-align: middle;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  height: 40px;
  color: #fff;
  float: left; }

.vertical-text {
  transform: rotate(-90deg);
  transform-origin: 0 0;
  color: #fff;
  vertical-align: md;
  top: 50%;
  position: absolute;
  line-height: 50px;
  margin-top: 100px;
  width: 200px; }

.arrow-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: #fff #fff red #fff;
  top: 0; }

.sortable-question .box {
  background: #ededed; }
.sortable-question .row {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 40px;
  /* 9 */
  margin-bottom: 2.5rem;
  /* 9 */ }

.droppable-item {
  background: #fff;
  border: 1px dashed #9b9b9b;
  min-height: 300px;
  border-radius: 3px; }

.empty {
  display: block;
  color: #9b9b9b;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 30px 5px;
  /* 9 */
  margin: 1.875rem 0.3125rem;
  /* 9 */ }

.ui-state-highlight span {
  display: block;
  border: 1px solid #2980B9;
  border-radius: 3px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 5px;
  /* 9 */
  margin: 0.3125rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 4px 5px;
  /* 9 */
  padding: 0.25rem 0.3125rem;
  /* 9 */ }

.hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #455C75; }

.hero-heading,
.hero-subheading {
  color: #fff;
  max-width: 50rem;
  margin: 0 auto; }

.hero-heading {
  margin-bottom: 1rem; }

.hero-subheading {
  font-weight: 400;
  font-size: 1.25rem;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-top: 40px;
  /* 9 */
  margin-top: 2.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 40px;
  /* 9 */
  margin-bottom: 2.5rem;
  /* 9 */ }

.nav {
  width: 100%;
  position: fixed;
  z-index: 100;
  transition: background 0.3s ease;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 20px 0;
  /* 9 */
  padding: 1.25rem 0;
  /* 9 */ }
  .nav .logo img {
    width: 100px;
    height: auto;
    display: block;
    border: 10px solid #fff; } 

.is-scrolled {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); }
  .is-scrolled .logo a {
    color: #455C75; }
  .is-scrolled .nav-links a {
    color: #4a4a4a; }

.nav-links li {
  display: inline-block;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-left: 40px;
  /* 9 */
  margin-left: 2.5rem;
  /* 9 */ }
.nav-links a {
  color: #fff;
  line-height: 25px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1rem;
  /* 9 */
  /*
      &:hover,
      &.current {
        border-bottom: 1px solid #fff;

        @include rem( padding-bottom, 3px );
      }
  */ }
.nav-links .button {
  text-transform: none; }

.page-home .hero {
  height: 550px;
  background: #455C75;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-top: 50px;
  /* 9 */
  padding-top: 3.125rem;
  /* 9 */ }
.page-home .hero-heading {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 44px;
  /* 9 */
  font-size: 2.75rem;
  /* 9 */ }
.page-home .intro-text {
  color: #2980B9;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 40px;
  /* 9 */
  margin-bottom: 2.5rem;
  /* 9 */ }
.page-home img {
  display: block; }
.page-home .section {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 50px 0;
  /* 9 */
  padding: 3.125rem 0;
  /* 9 */ }

.timeline {
  position: relative;
  margin: 0 auto;
  width: 470px; }
  .timeline .module {
    position: relative; }
  .timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    width: 2px;
    background: #ccc; }
  .timeline .box {
    position: relative; }
    .timeline .box::before {
      content: '';
      position: absolute;
      top: 27px;
      left: -14px;
      height: 0;
      width: 0;
      border: 7px solid transparent;
      border-right: 7px solid #fff;
      z-index: 10; }
    .timeline .box::after {
      content: '';
      position: absolute;
      top: 27px;
      left: -15px;
      height: 0;
      width: 0;
      border: 7px solid transparent;
      border-right: 7px solid #d7d7d7;
      z-index: 1; }
  .timeline .point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #2980B9;
    position: absolute;
    left: 3px;
    top: 29px;
    z-index: 10; }

.is-hidden {
  visibility: hidden; }

.bounce-in {
  visibility: visible;
  animation: tl-bounce 0.6s; }

@keyframes tl-bounce {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  60% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }
.page {
  background: #eaf2f7; }
  .page .hero {
    height: 260px;
    background: #455C75;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-top: 50px;
    /* 9 */
    padding-top: 3.125rem;
    /* 9 */ }
  .page .hero-heading {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 42px;
    /* 9 */
    font-size: 2.625rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: -50px;
    /* 9 */
    margin-top: -3.125rem;
    /* 9 */ }
  .page .main {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: -70px;
    /* 9 */
    margin-top: -4.375rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 50px;
    /* 9 */
    margin-bottom: 3.125rem;
    /* 9 */ }
    .page .main .container {
      background: #fff;
      padding-left: 8%;
      padding-right: 8%;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding-top: 70px;
      /* 9 */
      padding-top: 4.375rem;
      /* 9 */ }

/*
.hero {
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
  background: $brand-color;
}

.hero-heading,
.hero-subheading {
  color: #fff;
  max-width: $content-width;
  margin: 0 auto;
}

.hero-heading {
  @extend .h3;

  margin-bottom: 1rem;
}

.hero-subheading {
  font-weight: 400;
  font-size: 1.25rem;
}
*/
.page-dashboard .main,
.dashboard .main {
  padding-bottom: 0; }
.page-dashboard .col-2-3,
.dashboard .col-2-3 {
  background: #eaf2f7;
  border-right: 1px solid #d7d7d7;
  padding-right: 0;
  height: 100vh; }
.page-dashboard .page-header,
.dashboard .page-header {
  background: #fff;
  margin-bottom: 0;
  overflow: hidden;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  height: 130px;
  /* 9 */
  height: 8.125rem;
  /* 9 */ }
.page-dashboard .course-progress,
.dashboard .course-progress {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 50px;
  /* 9 */
  padding: 3.125rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  height: 175px;
  /* 9 */
  height: 10.9375rem;
  /* 9 */ }
.page-dashboard .module-list,
.dashboard .module-list {
  background: #455C75; }
  .page-dashboard .module-list .h2, .page-dashboard .module-list .typography h2, .typography .page-dashboard .module-list h2,
  .dashboard .module-list .h2,
  .dashboard .module-list .typography h2,
  .typography .dashboard .module-list h2 {
    color: #fff; }

/*
.page-course,
.um-page-loggedin {

  .page-header {
    background: #fff;
  }
}
*/
.um-col-alt {
  float: none; }

.um-col-122 {
  padding-right: 0; }

.um-field-error {
  display: block;
  padding: 4px 5px;
  line-height: 1.1; }

.um-col-1 {
  width: 100%; }