/*! Based on normalize.css v5.0.0 | github.com/necolas/normalize.css
    Zurb Foundation 6.3 foundation.zurb.com
    CSS-tricks.com and other inputs for consistency across browsers
*/

html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  font-size: 100%;
}
html, body {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
           font-smoothing: antialiased;
  font-weight: normal;
  font-size: 16px;
}
* {
  position: relative;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
*:before, *:after {
  position: inherit;
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
   outline-width: 0;
}
abbr[title] {
	border-bottom: none;
  text-decoration: underline;
  -moz-text-decoration-style: dotted;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b, strong {
  font-weight: bolder;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
  font-size: 100%;
  line-height: 1.0;
  margin: 0;
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	
  outline: 1px dotted ButtonText;
}
[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;
     -moz-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
     -moz-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
     -moz-appearance: button;
  font: inherit;
}

canvas {
	display: inline-block;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
dfn {
	font-style: italic;
}
em {
  font-style: italic;
}
i {
  font-style: italic;
}
fieldset {
  border: 1px solid #b19142;
  margin: 1rem;
  padding: 1rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
mark {
  background-color: #ff0;
  color: #000;
}
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  width: 100%;
  border-radius: 0;
}
small {
	font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
	bottom: -0.25rem;
}
sup {
	top: -0.5rem;
}
summary {
	display: list-item;
}
svg:not(:root) {
	overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
template, [hidden] {
	display: none;
}
textarea {
  height: auto;
  min-height: 3rem;
  border-radius: 0;
  overflow: auto;
}
th, td {
	padding: 0;
}
