/*----------------------------------------------*\
    RESET
	=====

	@package anntoebbe

\*----------------------------------------------*/
/* line 9, ../src/reset.scss */
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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

/* line 27, ../src/reset.scss */
html {
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

/* line 32, ../src/reset.scss */
* {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

/* line 39, ../src/reset.scss */
body {
  background: #fff; }

/* line 42, ../src/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

/* line 54, ../src/reset.scss */
figure {
  margin: 0; }

/* line 57, ../src/reset.scss */
ol, ul {
  list-style: none; }

/* line 60, ../src/reset.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

/* line 64, ../src/reset.scss */
caption, th, td {
  font-weight: normal;
  text-align: left; }

/* line 68, ../src/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

/* line 72, ../src/reset.scss */
blockquote, q {
  quotes: "" ""; }

/* line 75, ../src/reset.scss */
a:focus {
  outline: none; }

/* line 78, ../src/reset.scss */
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

/* line 82, ../src/reset.scss */
img {
  border: 0 none;
  height: auto;
  /* width: 100%; */
  max-width: 100%; }

/* line 88, ../src/reset.scss */
a img {
  border: 0; }

/* line 91, ../src/reset.scss */
button {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer; }

/* Text meant only for screen readers */
/* line 99, ../src/reset.scss */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/* line 107, ../src/reset.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
/* line 129, ../src/reset.scss */
.clear:before,
.clear:after {
  content: '';
  display: table; }

/* line 135, ../src/reset.scss */
.clear:after {
  clear: both; }

/* Webkit specific */
/* line 140, ../src/reset.scss */
input, textarea {
  /*-webkit-appearance: none;*/
  border-radius: 0; }
