@import url(https://use.typekit.net/ahf2jsh.css);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/* body{
    background: #004049 url("../media/webpacklogo.png") repeat;
} */
body {
  background: #ebebe5;
  font-family: "skolar-sans-latin",sans-serif; }

.dashboard header {
  background: #fff;
  display: grid;
  grid-template-columns: 70% 30%; }
  @media screen and (min-width: 740px) {
    .dashboard header {
      grid-template-columns: 1fr 1fr; } }
  .dashboard header .logo {
    max-width: 390px;
    height: auto;
    grid-column: 1 /span 2;
    grid-row: 1 / span 1;
    padding: 20px; }
    .dashboard header .logo img {
      max-width: 100%;
      height: auto; }
    @media screen and (min-width: 740px) {
      .dashboard header .logo {
        grid-column: 1 /span 1;
        grid-row: 1 / span 1; } }
  .dashboard header h1 {
    background: #045b8c;
    grid-column: 1 /span 2;
    grid-row: 2 / span 1;
    padding: 18px 20px 25px;
    margin: 0;
    font-size: 28px;
    font-weight: 100;
    line-height: 1em;
    color: #fff; }
    @media screen and (min-width: 740px) {
      .dashboard header h1 {
        background: #fff;
        grid-column: 2 /span 1;
        grid-row: 1 / span 1;
        font-size: 50px;
        text-align: right;
        padding: 40px;
        font-weight: 100;
        color: #045b8c; } }
  .dashboard header label {
    background: #045b8c;
    grid-column: 2 /span 1;
    grid-row: 2 / span 1;
    padding: 18px;
    text-align: right;
    color: #fff; }
  .dashboard header .user-info {
    background: #ebebe5;
    grid-column: 1 /span 2;
    grid-row: 4 / span 1;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #045b8c; }
    @media screen and (min-width: 990px) {
      .dashboard header .user-info {
        background: #045b8c;
        grid-column: 1 /span 1;
        grid-row: 2 / span 1;
        padding: 25px 20px 20px 40px;
        font-weight: 100;
        color: #fff; } }

nav {
  background: #045b8C;
  display: none;
  grid-column: 1 /span 2;
  grid-row: 3 / span 1; }
  @media screen and (min-width: 740px) {
    nav {
      background: #045b8C;
      display: block;
      grid-column: 1 /span 2;
      grid-row: 2 / span 1; } }
  nav ul {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 740px) {
      nav ul {
        text-align: right; } }
    nav ul li {
      list-style: none; }
      @media screen and (min-width: 740px) {
        nav ul li {
          display: inline-block; } }
      nav ul li a {
        display: block;
        padding: 20px 0 20px 40px;
        font-size: 14px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        transition: ease .5s all; }
        @media screen and (min-width: 740px) {
          nav ul li a {
            padding: 25px 20px 20px 40px;
            color: #038ab3; } }
      nav ul li a.active {
        color: #fff; }
      nav ul li a:hover {
        color: #eee; }
      @media screen and (min-width: 740px) {
        nav ul li a.logout {
          padding: 5px 20px 7px;
          border: 2px solid #038ab3;
          border-radius: 20px;
          margin: 0 40px; } }

.dashboard input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.dashboard input[type=checkbox]:checked + nav {
  display: block; }

@media screen and (min-width: 990px) {
  .dashboard main {
    display: grid;
    grid-template-columns: 30% 70%;
    max-width: 990px;
    margin: 0 auto;
    font-size: 14px; } }

.dashboard main a {
  color: #cc482e;
  text-decoration: none; }

.dashboard main h1 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 28px;
  color: #045b8c; }
  @media screen and (min-width: 740px) {
    .dashboard main h1 {
      font-size: 36px;
      padding-top: 40px; } }

.dashboard main h3 {
  margin-bottom: 5px;
  font-weight: 600;
  color: #cc482e; }

.dashboard main section {
  padding: 20px; }

.dashboard main h2 {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase; }

/*! lower case quizscores header */
.dashboard main h2.quizscoresheader {text-transform: none;}

.dashboard main section p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em; }

.dashboard main p.note {
  font-weight: 400;
  font-size: 14px; }

.dashboard main .course-section {
  border-bottom: 1px dashed #000;
  padding-top: 10px;
  padding-bottom: 35px; }
  @media screen and (min-width: 990px) {
    .dashboard main .course-section {
      grid-column: 1 /span 2;
      grid-row: 1 / span 1; } }
  .dashboard main .course-section p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400; }
  .dashboard main .course-section .course-header {
    display: none; }
  .dashboard main .course-section .course-enroll::before {
    content: 'Enrollment: '; }
  .dashboard main .course-section .course-final::before {
    content: 'Final Exam: '; }
  .dashboard main .course-section .course-review::before {
    content: 'Progress: '; }
  .dashboard main .course-section .course-complete::before {
    content: 'Completion: '; }
  .dashboard main .course-section .course-score::before {
    content: 'Score: '; }
  .dashboard main .course-section .course-passed::before {
    content: 'Passed: '; }
  @media screen and (min-width: 990px) {
    .dashboard main .course-section .course-header {
      font-size: 14px;
      margin: 25px 0 18px; }
    .dashboard main .course-section .course-header, .dashboard main .course-section .course-info {
      display: flex;
      align-items: flex-end; }
    .dashboard main .course-section .course-name {
      width: 290px; }
    .dashboard main .course-section .course-enroll, .dashboard main .course-section .course-final, .dashboard main .course-section .course-review, .dashboard main .course-section .course-progress, .dashboard main .course-section .course-complete, .dashboard main .course-section .course-score, .dashboard main .course-section .course-passed {
      width: 110px;
      text-align: center;
      padding-bottom: 5px; }
    .dashboard main .course-section .course-enroll::before {
      content: ''; }
    .dashboard main .course-section .course-final::before {
      content: ''; }
    .dashboard main .course-section .course-review::before {
      content: ''; }
    .dashboard main .course-section .course-complete::before {
      content: ''; }
    .dashboard main .course-section .course-score::before {
      content: ''; }
    .dashboard main .course-section .course-passed::before {
      content: ''; } }
  .dashboard main .course-section .review {
    background: #fff;
    padding-bottom: 14px;
    margin: 20px 0;
    overflow-x: scroll;}
    .dashboard main .course-section .review table {
      width: 100%; }
    .dashboard main .course-section .review thead {
      font-size: 12px; font-weight: 800;}
    .dashboard main .course-section .review tbody {
      font-size: 14px;
      font-weight: 300; }
    .dashboard main .course-section .review .dq {
      font-size: 14px;
      font-weight: 400; }
    .dashboard main .course-section .review td {
      padding: 6px 11px 0px 14px;
      text-align: center; }
  .dashboard main .course-section .course-info.clicked + aside {
    display: block; }

@media screen and (min-width: 990px) {
  .dashboard main .my-information {
    grid-column: 1 /span 1;
    grid-row: 2 / span 2; } }

.user-agreement {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em; }
  .user-agreement .student-info {
    font-weight: 400; }
  .user-agreement button {
    display: block;
    background: #CB4727;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    border: 0;
    padding: 20px;
    cursor: pointer;
    border-radius: 10px;
    transition: ease .3s all; }
  .user-agreement button:hover {
    background: #AF3A23; }

.dashboard.user-agreement main {
  padding: 20px; }
  @media screen and (min-width: 990px) {
    .dashboard.user-agreement main {
      display: block; } }
  .dashboard.user-agreement main h1 {
    font-weight: 100;
    font-size: 36px; }
  .dashboard.user-agreement main h2 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase; }

footer {
  padding: 0 40px 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: center; }
  footer a {
    text-decoration: none;
    color: #cc482e; }

/* body{
    background: #004049 url("../media/webpacklogo.png") repeat;
} */
.login header {
  text-align: center;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  margin: 30px auto 10px auto; }
  .login header svg {
    min-width: 150px;
    max-width: 250px; }

input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

input[type=checkbox]:checked + nav {
  display: block; }

.login main {
  padding: 20px; }
  @media screen and (min-width: 990px) {
    .login main {
      max-width: 790px;
      margin: 0 auto; } }
  .login main #Layer_1 {
    max-width: 50px; }
  .login main h1 {
    text-align: center;
    font-weight: 100;
    font-size: 36px; }
  .login main .error {
    color: #CB4727;
    max-width: 600px;
    padding: 0px 20px 40px;
    margin: 0 auto; }
  .login main h3 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #cc482e;
    margin-top: 0; }
  .login main .layout-content {
    text-align: center; }
    @media (min-width: 850px) {
      .login main .layout-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .login main .layout-content #page-title {
          width: 100%; } }
  .login main section {
    padding: 20px; }
  .login main h2 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase; }
  .login main section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em; }
  @media (min-width: 850px) {
    .login main .top-form, .login main section {
      display: inline-block;
      vertical-align: middle;
      max-width: 370px;
      width: 100%;
      margin-top: 20px; } }
  .login main form div {
    margin-bottom: 30px; }
  .login main form P {
    text-align: center;
    font-size: 14px; }
  .login main form a:hover {
    color: #cb4727;
    text-decoration: underline; }
  .login main .student-select {
    padding: 10px 0 0; }
    .login main .student-select label {
      padding-left: 10px;
      padding-right: 20px; }
  .login main input[type=text], .login main input[type=email], .login main input[type=password] {
    background: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 1px;
    text-transform: none;
    margin: 0 auto;
    width: 100%;
    padding: 24px 20px;
    border: 0;
    border-radius: 10px;
    max-width: 400px;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #7f7a6e;
    margin-bottom: 10px; }
  .login main input:focus {
    outline: 0; }
  .login main .form-select {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 0; }
  .login main select {
    line-height: 1.15;
    margin: 0;
    width: 100%;
    padding: 22px;
    border: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 11px;
    line-height: 1.15;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7f7a6e; }
  .login main button {
    display: block;
    background: #CB4727;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border: 0;
    padding: 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    transition: ease .3s all; }
  .login main button:hover {
    background: #AF3A23; }
  .login main h3 {
    color: #045B8C;
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 5px; }
  .login main .small-button {
    background: #045B8C;
    display: inline-block;
    padding: 8px 40px;
    margin: 0;
    width: auto;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    transition: ease .3s all; }
  .login main .small-button:hover {
    background: #AF3A23; }
  .login main section {
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box; }
    @media screen and (min-width: 990px) {
      .login main section {
        padding: 30px 40px;
        margin-top: 20px; } }
    .login main section p {
      font-size: 14px; }
  .login main section.instructions {
    text-align: left;
    margin: 0 auto;
    max-width: 500px; }
    @media screen and (min-width: 990px) {
      .login main section.instructions {
        padding: 0 0 0 40px;
        max-width: 390px; } }
    .login main section.instructions h4 {
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      color: #888176; }
    .login main section.instructions ol {
      margin: 0;
      padding-left: 10px; }
      .login main section.instructions ol li {
        list-style-position: inside;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.2em;
        padding: 3px 0; }
  .login main section:last-of-type {
    border-bottom: 0px; }


