/*! 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
}

@media (min-width:768px) {
    .constrain-container {
        padding: 15px
    }
}

.close:before:hover {
    color: #a03621
}

a {
    text-decoration: none;
    color: #cc482e
}

@media (min-width:768px) {
    header {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
        margin-bottom: 60px
    }
}

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 {
        display: inline;
        background: transparent;
        font-size: 36px;
        text-align: left;
        text-transform: capitalize;
        color: #28345b;
        padding: 0 0 25px
    }
}

h2 {
    background: transparent;
    padding: 12px 0 20px;
    margin: 0 0 0 15px;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #28345b
}

@media (min-width:768px) {
    h2 {
        background: transparent;
        display: inline;
        font-size: 36px;
        font-weight: 700;
        text-align: left;
        text-transform: capitalize;
        color: #28345b;
        padding: 0 0 25px
    }
}

main {
    margin-bottom: 100px
}

@media (min-width:768px) {
    main {
        margin-bottom: 200px
    }
}

.search-form {
    display: flex;
    flex-wrap: wrap
}

footer {
    background: #28345b;
    padding: 7px;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

footer,
footer a {
    color: #fff
}

form {
    margin-left: 15px
}

@media (min-width:768px) {
    form {
        max-width: 960px;
        margin: 0 auto
    }
}

form label {
    width: 100%;
    max-width: 300px;
    padding-right: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #7b6b5a
}

@media (min-width:600px) {
    form label {
        width: 50%
    }
}

@media (min-width:800px) {
    form label {
        width: 33%
    }
}

form button {
    background: #cb4727;
    min-width: 85px;
    padding: 7px;
    margin-top: 20px;
    margin-left: 5px;
    border: 0;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    transition: all .3s ease
}

form button:hover {
    background: #af3a23
}

form input[type=text] {
    display: block;
    background: #fff;
    padding: 8px;
    border: 0;
    margin-top: 5px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box
}

form .email-send button {
    padding: 10px 10px 9px;
    border-radius: 10px;
    margin-left: -3px
}

form .select-outer {
    background: #fff;
    display: inline-block;
    padding-right: 4px;
    border-radius: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ccc
}

form select {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 7px 18px 7px 7px;
    border: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NH08L3N0eWxlPjwvZGVmcz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDQuOTV2MTBIMHoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xLjQxIDQuNjdsMS4wNy0xLjQ5IDEuMDYgMS40OUgxLjQxek0zLjU0IDUuMzNMMi40OCA2LjgyIDEuNDEgNS4zM2gyLjEzeiIvPjwvc3ZnPg==) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

form select:focus {
    outline: 0
}

.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: 50px;
        width: 100%
    }
}

@media (min-width:768px) {
    .report-table .student-row {
        display: none
    }
}

.report-info {
    position: relative
}

@media (min-width:768px) {
    .report-info {
        display: table-row;
        text-align: center
    }
    .report-info>p {
        display: table-cell;
        padding-top: 5px;
        border-top: 1px solid #ddd;
        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 {
        display: none;
        position: relative;
        left: 0;
        background: transparent;
        border-radius: 0;
        color: #28345b
    }
}

.report-info p.student-name {
    font-weight: 600
}

@media (min-width:768px) {
    .report-info p.student-name {
        font-weight: 400
    }
}

.report-info p.student-city {
    display: inline-block;
    margin-right: 0
}

@media (min-width:768px) {
    .report-info p.student-city {
        display: table-cell
    }
}

.report-info p.student-city:after {
    content: ","
}

@media (min-width:768px) {
    .report-info p.student-city:after {
        content: ""
    }
}

.report-info p.student-state {
    display: inline-block;
    margin-left: 0
}

@media (min-width:768px) {
    .report-info p.student-state {
        display: table-cell
    }
}

.report-info p.student-pin {
    font-weight: 600
}

@media (min-width:768px) {
    .report-info p.student-pin {
        font-weight: 400
    }
}

.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
    }
}

.report-info:last-of-type p:last-of-type {
    border-bottom: 0
}

.find-buttons {
    display: flex;
    flex-wrap: wrap
}

.find-btn {
    background: #fff;
    margin: 10px 15px;
    padding: 10px 15px 15px;
    border: 1px solid #aaa;
    border-radius: 10px;
    font-size: 18px
}

@media (min-width:768px) {
    .find-btn {
        padding: 10px 20px 15px;
        margin: 10px 18px
    }
}