@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; }

header {
    text-align: center;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    margin: 30px auto; }
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; }

main {
    padding: 20px; }
@media screen and (min-width: 990px) {
    main {
        max-width: 768px;
        margin: 0 auto; } }
main h1 {
    text-align: center;
    font-weight: 100;
    font-size: 36px; }
main .error {
    color: #CB4727;
    max-width: 600px;
    padding: 0px 20px 40px;
    margin: 0 auto; }
main h3 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #cc482e; }
main .layout-content {
    text-align: center; }
main section {
    padding: 20px 0; }
main h2 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase; }
main section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em; }
@media (min-width: 850px) {
    main .top-form, main section {
        display: inline-block;
        vertical-align: middle;
        max-width: 370px;
        width: 100%; } }
main form div {
    margin-bottom: 30px; }
main form P {
    text-align: center;
    font-size: 14px; }
main .student-select {
    padding: 10px 0 0; }
main .student-select label {
    padding-left: 10px;
    padding-right: 20px; }
main input[type=text], main input[type=email], main input[type=password] {
    background: #fff;
    display: block;
    font-size: 11px;
    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; }
main input:focus {
    outline: 0; }
main .form-select {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 0; }
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; }
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; }
main button:hover {
    background: #AF3A23; }
main h3 {
    color: #045B8C;
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 5px; }
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; }
main .small-button:hover {
    background: #AF3A23; }
main section {
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box; }
@media screen and (min-width: 990px) {
    main section {
        padding: 0 40px; } }
main section p {
    font-size: 14px; }
main section.instructions {
    text-align: left;
    margin: 0 auto;
    max-width: 500px; }
@media screen and (min-width: 990px) {
    main section.instructions {
        padding: 0 0 0 40px;
        max-width: 390px; } }
main section.instructions h4 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888176; }
main section.instructions ol {
    margin: 0;
    padding-left: 10px; }
main section.instructions ol li {
    list-style-position: inside;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
    padding: 3px 0; }
main section:last-of-type {
    border-bottom: 0px; }

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

