/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body {
    background: #ebebe5;
    font-family: skolar-sans-latin, sans-serif;
    -webkit-font-smooting: antialiased
}

.close:before {
    content: "+";
    position: absolute;
    z-index: 100;
    right: -8px;
    top: -12px;
    line-height: 55px;
    font-size: 48px;
    color: #cc482e;
    transform: rotate(314deg);
    transform-origin: bottom left;
    overflow: hidden;
    transition: all .3s ease
}

@media (min-width:900px) {
    .close:before {
        font-size: 65px;
        right: 17px;
        top: 20px
    }
}

.constrain-container {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    overflow-x: hidden
}

@media (min-width:768px) {
    .constrain-container {
        padding: 15px
    }
}

.close:before:hover {
    color: #a03621
}

a {
    text-decoration: none;
    color: #cc482e
}

h1 {
    background: #28345b;
    padding: 12px 0 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media (min-width:768px) {
    h1 {
        background: transparent;
        padding: 20px 0 0;
        font-size: 36px;
        text-align: left;
        text-transform: capitalize;
        color: #28345b
    }
}

h2 {
    padding: 5px 15px;
    margin: 0 0 25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    color: #28345b
}

@media (min-width:768px) {
    h2 {
        border-bottom: 1px dashed #ccc;
        font-size: 36px;
        padding: 0 0 20px
    }
}

.sales-numbers {
    margin: 15px 15px 40px;
    display: table
}

@media (min-width:768px) {
    .sales-numbers {
        display: flex;
        margin: 15px 0 70px
    }
}

.sales-numbers div {
    display: table-row
}

@media (min-width:768px) {
    .sales-numbers div {
        display: block;
        margin: 0 40px 0 0
    }
}

.sales-numbers div h3 {
    display: table-cell;
    padding: 5px 15px 5px 0;
    font-weight: 400;
    font-size: 20px;
    color: #28345b
}

@media (min-width:768px) {
    .sales-numbers div h3 {
        display: block;
        margin: 10px 0
    }
}

.sales-numbers div p {
    display: table-cell;
    color: #28345b;
    font-weight: 600;
    font-size: 18px
}

@media (min-width:768px) {
    .sales-numbers div p {
        display: block;
        margin: 0;
        font-size: 20px
    }
}

.report-header {
    display: none
}

@media (min-width:768px) {
    .report-header {
        background: #28345b;
        display: table-row;
        color: #fff
    }
    .report-header>div {
        display: table-cell;
        padding: 10px;
        border-right: 1px solid #ddd;
        text-align: center
    }
}

.report-table {
    background: #fff;
    padding-top: 15px
}

@media (min-width:768px) {
    .report-table {
        display: table;
        padding: 0;
        margin-bottom: 150px;
        width: 100%
    }
}

.report-info {
    position: relative
}

@media (min-width:768px) {
    .report-info {
        display: table-row;
        text-align: center
    }
    .report-info>p {
        display: table-cell;
        padding: 12px 3px 0;
        border-top: 1px solid #ddd;
        line-height: 1em;
        border-right: 1px solid #ddd
    }
}

.report-info p {
    margin: 0 20px 0 50px;
    font-size: 14px;
    line-height: 1.3em;
    color: #28345b
}

.report-info .student-row {
    background: #28345b;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 3px 8px 5px;
    margin-left: 0;
    border-radius: 15px;
    font-size: 12px;
    color: #fff
}

@media (min-width:768px) {
    .report-info .student-row {
        position: relative;
        left: 0;
        background: transparent;
        border-radius: 0;
        color: #28345b
    }
}

.report-info p.student-name {
    font-weight: 600;
    white-space: nowrap
}

.report-info p:last-of-type {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc
}

@media (min-width:768px) {
    .report-info p:last-of-type {
        border-bottom: 0
    }
}

.student-date:before {
    content: "Date: ";
    font-weight: 600
}

.student-pin:before {
    content: "PIN: ";
    font-weight: 600
}

.student-name:before {
    content: "Card Holder: ";
    display: block
}

.student-city:before {
    content: "City & State: ";
    font-weight: 600
}

p.student-city {
    display: inline-block;
    margin-right: 0
}

.student-city:after {
    content: ", "
}

p.student-state {
    display: inline-block;
    margin-left: 0
}

.student-sku:before {
    content: "SKU: ";
    font-weight: 600
}

.student-course:before {
    content: "Course: ";
    font-weight: 600
}

.student-signup:before {
    content: "Signup: ";
    font-weight: 600
}

.student-collect:before {
    content: "Collected by: ";
    font-weight: 600
}

.student-promo:before {
    content: "Promo Code: ";
    font-weight: 600
}

.student-retail:before {
    content: "Retail: ";
    font-weight: 600
}

@media (min-width:768px) {
    .student-city:before,
    .student-date:before,
    .student-name:before,
    .student-pin:before {
        content: ""
    }
    p.student-city {
        display: table-cell
    }
    .student-city:after {
        content: ""
    }
    p.student-state {
        display: table-cell
    }
    .student-collect:before,
    .student-course:before,
    .student-promo:before,
    .student-retail:before,
    .student-signup:before,
    .student-sku:before {
        content: ""
    }
}

.report-info:last-of-type p:last-of-type {
    border-bottom: 0
}

.sales-summary .report-table {
    padding-top: 5px;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .sales-summary .report-table {
        width: auto;
        padding-top: 0;
        min-width: 745px
    }
}

.sales-summary .report-table .report-header .report-course {
    text-align: left
}

.sales-summary .report-table .report-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width:768px) {
    .sales-summary .report-table .report-info {
        display: table-row
    }
}

.sales-summary .report-table .report-info p {
    margin: 0 15px;
    border-bottom: 0
}

@media (min-width:768px) {
    .sales-summary .report-table .report-info p {
        padding: 15px
    }
}

.sales-summary .report-table .report-info .report-course {
    width: 100%;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    text-align: left
}

@media (min-width:768px) {
    .sales-summary .report-table .report-info .report-course {
        width: auto
    }
}

.sales-summary .report-table .report-info:nth-of-type(2) .report-course {
    border-top: 0
}

.report-course {
    padding-bottom: 10px
}

.report-course:before {
    content: "Course:";
    display: block;
    font-weight: 700
}

.report-sku:before {
    content: "SKU: "
}

.report-quantity:before,
.report-sku:before {
    display: inline-block;
    padding-right: 5px;
    font-weight: 700
}

.report-quantity:before {
    content: "Quantity: "
}

@media (min-width:768px) {
    .report-course {
        padding-bottom: 0
    }
    .report-course:before {
        content: ""
    }
    .report-sku:before {
        content: "";
        padding: 0
    }
    .report-quantity:before {
        content: "";
        display: block;
        padding: 0
    }
}

footer {
    background: #28345b;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

footer,
footer a {
    color: #fff
}