@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define visible focus styles!
:focus {
  outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****************************************
* Correct <sub> and <sup> after meyerweb reset
****************************************/

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/****************************************
* Correct <pre> and <tt> after meyerweb reset
****************************************/

pre, tt {
  font-family: monospace;
}

/****************************************
* Correct <b> and <strong> after meyerweb reset
****************************************/

b, strong {
  font-weight: bold;
}

/****************************************
* https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
****************************************/

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  box-sizing: content-box;
}

/****************************************
* http://blog.55minutes.com/2012/04/iphone-text-resizing/
****************************************/

html, body {
  -webkit-text-size-adjust: 100%;
}

/****************************************
* https://css-tricks.com/snippets/css/give-clickable-elements-a-pointer-cursor/
****************************************/

a[href], input[type="button"], input[type="submit"], input[type="image"], input[type="checkbox"], input[type="radio"], label[for], select, button, .pointer {
  cursor: pointer;
}

a[href]:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="image"]:disabled, input[type="checkbox"]:disabled, input[type="radio"]:disabled, label[for]:disabled, select:disabled, button:disabled, .pointer:disabled {
  cursor: not-allowed;
}

/****************************************
* FNI Foundation layout css definitions
****************************************/

html, body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

div, iframe, img, form, table, td, th {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

p, h1, h2, h3, h4, h5, h6 {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

fieldset, legend {
  margin: 0px;
  padding: 0px;
}

object, iframe {
  display: block;
}

form {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

td {
  text-align: left;
  vertical-align: top;
}

td > img {
  display: block;
}

img.inline {
  display: inline;
}

div.grow, table.grow, .grow {
  height: 100%;
  width: 100%;
}

table.debug td, table.debug th {
  border: 1px solid black;
}

div.void {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 1px;
  width: 1px;
  min-height: 1px;
  min-width: 1px;
  font-size: 1px;
  line-height: 1px;
  visibility: hidden;
}
