/*----------------------------------------------*\
    RESET
	=====

	@package delmonico

\*----------------------------------------------*/
/* 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, 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/ */
  scroll-behavior: smooth; }

/* line 33, ../src/reset.scss */
* {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* 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 40, ../src/reset.scss */
body {
  background: #fff; }

/* line 43, ../src/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

/* line 55, ../src/reset.scss */
figure {
  margin: 0; }

/* line 58, ../src/reset.scss */
ol, ul {
  list-style: none; }

/* line 61, ../src/reset.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

/* line 65, ../src/reset.scss */
caption, th, td {
  font-weight: normal;
  text-align: left; }

/* line 69, ../src/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

/* line 73, ../src/reset.scss */
blockquote, q {
  quotes: "" ""; }

/* line 76, ../src/reset.scss */
a:focus {
  outline: thin dotted; }

/* line 79, ../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 83, ../src/reset.scss */
img {
  border: 0 none;
  height: auto;
  /* width: 100%; */
  max-width: 100%; }

/* line 89, ../src/reset.scss */
a img {
  border: 0; }

/* line 92, ../src/reset.scss */
button {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  margin: 0; }

/* Text meant only for screen readers */
/* line 102, ../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 110, ../src/reset.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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 132, ../src/reset.scss */
.clear:before,
.clear:after {
  content: '';
  display: table; }

/* line 138, ../src/reset.scss */
.clear:after {
  clear: both; }

/* Webkit specific */
/* line 143, ../src/reset.scss */
input, textarea {
  /*-webkit-appearance: none;*/
  border-radius: 0; }
