/* 
 * Paul Mellon Centre
 *
 * Based on Normalize.css v2.1.2 | MIT License | git.io/normalize
 * @author      Igino Fucci
 * @copyright   Copyright (c) 2015 (Keepthinking Ltd.)
 * @link        http://keepthinking.it
 * 
 -------------------------------------------------------------------  */

/* Set default font family to sans-serif. Prevent iOS text size adjust after orientation change, without disabling user zoom */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Remove default margin */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td, address, figure {
    margin: 0;
    padding: 0;
    line-height: normal;
}
/* Correct `block` display not defined in IE 8/9 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/* Remove the gray background color from active links in IE 10 */
a {
    background: transparent;
}
/* Address `outline` inconsistency between Chrome and other browsers */
a:focus {
    outline: thin dotted;
}
/* Improve readability when focused and also mouse hovered in all browsers */
a:active,
a:hover {
    outline: 0;
}
b {
    font-weight: bold;
}
/* Address styling not present in Safari 5 and Chrome */
i, dfn {
    font-style: italic;
}
/* Prevent `sub` and `sup` affecting `line-height` in all browsers */
sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/* Address differences between Firefox and other browsers */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/* Remove most spacing between table cells */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Remove border when inside `a` element in IE 8/9 */
fieldset, img, address { 
    border: 0;
}
address, caption, cite, code, dfn, th, var, address {
    font-style: normal;
    font-weight: normal;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre-wrap;
}
ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}
/* Set consistent quote types */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
/* Correct font family not being inherited in all browsers. Correct font size not being inherited in all browsers. Address margins set differently in Firefox 4+, Safari 5, and Chrome */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input, textarea, select, button {
    border: 0;
}
input::-moz-focus-inner, 
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input, textarea, select, button {
    outline: none;
}
button {
    background-color: transparent;
}
input, 
select, 
button, 
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input:invalid, 
textarea:invalid {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet */
button,
input {
    line-height: normal;
}
/* Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera */
button,
select {
    text-transform: none;
}
/* Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. Correct inability to style clickable `input` types in iOS. Improve usability and consistency of cursor style between image-type `input` and others */
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
/* Re-set default cursor for disabled elements */
button[disabled],
html input[disabled] {
    cursor: default;
}
/* Address box sizing set to `content-box` in IE 8/9. Remove excess padding in IE 8/9 */
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/* Remove default vertical scrollbar in IE 8/9. Improve readability and alignment in all browsers */
textarea {
    overflow: auto;
    vertical-align: top;
}
mark {
    background: none;
}
/* Correct `inline-block` display not defined in IE 8/9 */
audio, 
canvas, 
video {
    display: inline-block;
}
/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices */
audio:not([controls]) {
    display: none;
    height: 0;
}
/* Hide the `template` element in IE, Safari, and Firefox < 22 */
template {
    display: none;
}
/* Correct overflow displayed oddly in IE 9 */
svg:not(:root) {
    overflow: hidden;
}