a, button {
    background: 0 0
}

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none
}

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, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1.2em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    color: #333
}

body, html {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-color: #FFF
}

dd, dl, dt, h1, h2, h3, li, ol, p, ul {
    line-height: 1.2em
}

a, div, input, li, section {
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

dl, li, menu, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #555
}

a img {
    border: none
}

input, select {
    vertical-align: middle
}

button, label {
    cursor: pointer;
    margin: 0;
    padding: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

img, video {
    max-width: 100%;
    border: 0;
    vertical-align: top
}

.hidden, caption, hr, legend {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0
}

#skipNav {
    position: relative;
    width: 100%;
    overflow: hidden
}

#skipNav a {
    display: block;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 12px
}

#skipNav a:active, #skipNav a:focus, #skipNav a:hover {
    display: block;
    height: auto;
    padding: 5px 0;
    background: #f2f2f2
}