/*------------------------------------*\
    $RESET
\*------------------------------------*/
// sass-lint:disable no-universal-selectors

/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */

* {
  box-sizing: border-box;
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
legend,
label,
table,
header,
footer,
nav,
section,
figure {
  padding: 0;
  margin: 0;
}

header,
footer,
nav,
section,
article,
hgroup,
figure {
  display: block;
}
