/* reset */
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, ul, ol, li, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote {
    padding: 10px 20px;
    margin: 20px 0;
    border-left: 5px solid #eee;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: inherit;
    outline: 0;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    border: 0;
}

button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    outline: 0;
}

select {
    font-family: inherit;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.skip_nav a {
    position: absolute;
    top: -9999px;
    font-size: 0;
}

.skip_nav a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    background-color: #3d60ca;
    color: #fff;
}

.blind {
    position: absolute;
    top: -9999px;
    font-size: 0;
}

caption.blind {
    text-indent: -1000000px;
    font-size: 0;
    position: relative;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}

.hide {
    display: none;
}