/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 13, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 28, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 38, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 50, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 62, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 70, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 85, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 90, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 95, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 100, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 105, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 110, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 119, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 128, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
p {
  margin: 1em 0;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 136, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 144, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 148, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 160, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
dl,
ol,
ul {
  margin: 1em 0;
}

/* line 166, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 174, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 189, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
img {
  border: 0;
  /* 1 */
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 202, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 210, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 224, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 239, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 254, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 266, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 278, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 290, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 302, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 311, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 322, ../bower_components/SASS-Template/sass/_h5bp/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 1, ../bower_components/SASS-Template/sass/_h5bp/_h5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 9, ../bower_components/SASS-Template/sass/_h5bp/_h5bp.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/* line 15, ../bower_components/SASS-Template/sass/_h5bp/_h5bp.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 20, ../bower_components/SASS-Template/sass/_h5bp/_h5bp.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 25, ../bower_components/SASS-Template/sass/_h5bp/_h5bp.scss */
img {
  vertical-align: middle;
}

/* line 30, ../bower_components/SASS-Template/sass/_h5bp/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 37, ../bower_components/SASS-Template/sass/_h5bp/_h5bp.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../bower_components/SASS-Template/sass/_h5bp/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

/* line 15, ../bower_components/SASS-Template/sass/_h5bp/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 22, ../bower_components/SASS-Template/sass/_h5bp/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 27, ../bower_components/SASS-Template/sass/_h5bp/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 33, ../bower_components/SASS-Template/sass/_h5bp/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
/* line 40, ../bower_components/SASS-Template/sass/_h5bp/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
