/* line 1, ../sass/reset.sass */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 11, ../sass/reset.sass */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
}

@media (max-width: 64em) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 40em) {
  html {
    font-size: 14px;
  }
}

/* line 16, ../sass/reset.sass */
body {
  margin: 0;
  overflow-x: hidden;
}

/* line 19, ../sass/reset.sass */
article, aside, footer, header, nav, section {
  display: block;
}

/* line 22, ../sass/reset.sass */
figcaption, figure, main {
  display: block;
}

/* line 25, ../sass/reset.sass */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 30, ../sass/reset.sass */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 34, ../sass/reset.sass */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 38, ../sass/reset.sass */
a:active, a:hover {
  outline-width: 0;
}

/* line 42, ../sass/reset.sass */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 47, ../sass/reset.sass */
b, strong {
  font-weight: inherit;
}

/* line 50, ../sass/reset.sass */
b, strong {
  font-weight: bolder;
}

/* line 53, ../sass/reset.sass */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 57, ../sass/reset.sass */
dfn {
  font-style: italic;
}

/* line 60, ../sass/reset.sass */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 64, ../sass/reset.sass */
small {
  font-size: 80%;
}

/* line 67, ../sass/reset.sass */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 73, ../sass/reset.sass */
sub {
  bottom: -0.25em;
}

/* line 76, ../sass/reset.sass */
sup {
  top: -0.5em;
}

/* line 79, ../sass/reset.sass */
audio, video {
  display: inline-block;
}

/* line 82, ../sass/reset.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 86, ../sass/reset.sass */
img {
  border-style: none;
}

/* line 89, ../sass/reset.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, ../sass/reset.sass */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  border-style: none;
}

/* line 97, ../sass/reset.sass */
button, input {
  overflow: visible;
}

/* line 100, ../sass/reset.sass */
button, select {
  text-transform: none;
}

/* line 103, ../sass/reset.sass */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/* line 106, ../sass/reset.sass */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 110, ../sass/reset.sass */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 113, ../sass/reset.sass */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 118, ../sass/reset.sass */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 126, ../sass/reset.sass */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/* line 130, ../sass/reset.sass */
textarea {
  overflow: auto;
}

/* line 133, ../sass/reset.sass */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 137, ../sass/reset.sass */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 140, ../sass/reset.sass */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 145, ../sass/reset.sass */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 148, ../sass/reset.sass */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 152, ../sass/reset.sass */
details, menu {
  display: block;
}

/* line 155, ../sass/reset.sass */
summary {
  display: list-item;
}

/* line 158, ../sass/reset.sass */
canvas {
  display: inline-block;
}

/* line 161, ../sass/reset.sass */
template {
  display: none;
}

/* line 164, ../sass/reset.sass */
[hidden] {
  display: none;
}

/* line 167, ../sass/reset.sass */
a {
  text-decoration: none;
}

/* line 170, ../sass/reset.sass */
input, input:focus {
  outline: 0;
  /*appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;*/
  border-radius: 0.25rem;
  -moz-border-radius:  0.25rem;
  -webkit-border-radius:  0.25rem;
  border: 0;
}

/* line 180, ../sass/reset.sass */
textarea, textarea:focus {
  border: 0;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 189, ../sass/reset.sass */
ul {
  list-style-type: none;
}
