@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: 40% 60%; } }
.dashboard header .logo {
  max-width: 320px;
  height: auto;
  grid-column: 1 /span 2;
  grid-row: 1 / span 1;
  padding: 20px 12%; }
.dashboard header .logo img {
  max-width: 100%;
  height: auto; }
@media screen and (min-width: 740px) {
  .dashboard header .logo {
    padding: 25px 20px 20px;
    grid-column: 1 /span 1;
    grid-row: 1 / span 1; } }
.dashboard header h1 {
  background: #28345b;
  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: #28345b; } }
.dashboard header label {
  background: #28345b;
  grid-column: 2 /span 1;
  grid-row: 2 / span 1;
  padding: 18px;
  text-align: right;
  color: #fff; }
.st0{fill:#2C221B;}
.st1{fill:none;stroke:#D22000;stroke-width:2.2518;}
.st2{fill:#D22000;}

.dashboard nav {
  background: #223A73;
  display: none;
  grid-column: 1 /span 2;
  grid-row: 3 / span 1; }
@media screen and (min-width: 740px) {
  .dashboard nav {
    background: #223A73;
    display: block;
    grid-column: 1 /span 2;
    grid-row: 2 / span 1; } }
.dashboard nav ul {
  padding: 0;
  margin: 0; }
@media screen and (min-width: 740px) {
  .dashboard nav ul {
    text-align: right; } }
.dashboard nav ul li {
  list-style: none; }
@media screen and (min-width: 740px) {
  .dashboard nav ul li {
    display: inline-block; } }
.dashboard 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 .3s all; }
@media screen and (min-width: 740px) {
  .dashboard nav ul li a {
    padding: 25px 20px 20px 40px;
    color: #038ab3; } }
.dashboard nav ul li a.active {
  color: #fff; }
.dashboard nav ul li a:hover {
  color: #eee; }
@media screen and (min-width: 740px) {
  .dashboard 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; }

/*.inst-home h1 {
  font-size: 36px;
  padding-top: 40px;
}*/

.dashboard main {

  padding: 20px; }
@media screen and (min-width: 990px) {
  .dashboard main {
    max-width: 600px;
    margin: 0 auto; } }
.dashboard main a.toggle-link {
  color: #7f7a6e;
  display: block;
  padding: 10px 0;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase; }
.dashboard main a.toggle-link::before {
  content: '\25BE   SHOW ';
  font-size: 12px; }
.dashboard main .clicked a.toggle-link::before {
  content: '\25B4   HIDE '; }
/*.dashboard main .instructions {
  display: none; }*/
.dashboard main .clicked .instructions {
  display: block; }
.dashboard main h1 {
  font-size: 36px;
  margin: 0px;
  padding: 40px 0px 0px;
  color: #28345b; }
@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 .student-roster {
  border-bottom: 1px dashed #7f7a6e;
}
.dashboard main section {
  padding: 20px 0; }
.dashboard main h2 {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase; }
.dashboard main section p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em; }
.dashboard main section ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em; }
.dashboard main section ol li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em; }
.dashboard main p.note {
  font-weight: 400;
  font-size: 14px; }
@media screen and (min-width: 600px) {
  .dashboard main form {
    display: flex; } }
.dashboard main .select-list {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 0; }
@media screen and (min-width: 600px) {
  .dashboard main .select-list {
    width: 50%; } }
.dashboard main select {
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  padding: 24px 20px;
  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;
  color: #7f7a6e; }
@media screen and (min-width: 600px) {
  .dashboard main select {
    margin-right: 10px; } }
.dashboard main select:focus {
  outline: 0; }
.dashboard main button {
  display: inline-block;
  background: #7f7a6e;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  width: 48%;
  max-width: 400px;
  margin: 0 auto;
  border: 0;
  padding: 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 10px;
  transition: ease .3s all; }
@media screen and (min-width: 600px) {
  .dashboard main button {
    margin-top: 0px;
    width: 48%;
    margin-left: 10px; } }
.dashboard main button:hover {
  background: #69655b; }
.dashboard main section {
  border-bottom: 1px dashed #7f7a6e; }
.dashboard main section:last-of-type {
  border-bottom: 0px; }

.dashboard .instructor-guide main {
  padding: 20px; }
@media screen and (min-width: 990px) {
  .dashboard .instructor-guide main {
    max-width: 1100px;
    margin: 0 auto; } }

.dashboard main.guide {
  max-width: 1100px; }

/* Acordeon styles */
.label-anchors {
  text-align: center;
  padding-bottom: 25px; }
.label-anchors label {
  display: inline-block;
  padding: 7px 15px;
  border-right: 1px solid #333;
  font-weight: 600;
  text-transform: uppercase; }
.label-anchors label:last-of-type {
  border-right: 0; }
.label-anchors label:hover {
  color: #28345b;
  cursor: pointer; }

.accordian {
  /* :checked */
  /* Icon */ }
.accordian .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden; }
.accordian input {
  position: absolute;
  opacity: 0;
  z-index: -1; }
.accordian label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #7f7a6e;
  font-weight: normal;
  line-height: 1.8em;
  cursor: pointer;
  margin-bottom: 4px;
  padding: 10px 15px;
  padding-right: 50px;
  opacity: 1;
  color: #fff;
  transition: ease .3s all; }
.accordian label:hover {
  opacity: .8; }
.accordian .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s; }
.accordian .tab-content p {
  color: #000; }
.accordian input[type=radio]:checked ~ .tab-content {
  max-height: 90em;
  padding: 20px; }
.accordian label::after {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 0.6em;
  height: 0.6em;
  line-height: 0.2;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  border: 1px solid white;
  border-radius: 20px;
  transform: translateY(-50%); }
@media (min-width: 640px) {
  .accordian label::after {
    border: 2px solid white; } }
.accordian input[type=radio] + label::after {
  content: "+";
  font-size: 22px;
  font-weight: 100; }
@media (min-width: 640px) {
  .accordian input[type=radio] + label::after {
    font-size: 45px;
    font-weight: 100; } }
.accordian input[type=radio]:checked + label::after {
  content: "\2010";
  font-size: 22px;
  font-weight: 100; }
@media (min-width: 640px) {
  .accordian input[type=radio]:checked + label::after {
    font-size: 45px;
    font-weight: 100; } }

.dashboard footer {
  padding: 0 40px 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: center; }
.dashboard footer a {
  text-decoration: none;
  color: #cc482e; }

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;
} */
body {
  background: #ebebe5;
  font-family: "skolar-sans-latin",sans-serif; }

.login header {
  text-align: center;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  margin: 30px auto; }
.login header svg {
  min-width: 150px;
  max-width: 250px; }

.login input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.login input[type=checkbox]:checked + nav {
  display: block; }

.login main {
  padding: 20px; }
@media screen and (min-width: 990px) {
  .login main {
    max-width: 768px;
    margin: 0 auto; } }
.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; }
.login main .layout-content {
  text-align: center; }
.login main section {
  padding: 20px 0; }
.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%; } }
.login main form div {
  margin-bottom: 30px; }
.login main form P {
  text-align: center;
  font-size: 14px; }
.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: uppercase;
  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: 0 40px; } }
.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; }

.login footer {
  padding: 0 40px 40px;
  font-size: 14px;
  font-weight: 300;
  text-align: center; }
.login footer a {
  text-decoration: none;
  color: #cc482e; }

