/* RESET */
/* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, object, button {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}


html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

q:before, q:after {
    content: ''
}

/*sup {vertical-align: super;} sub {vertical-align: sub;}*/
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.5em;
    font-size: 0.8em; /**/
}

sub {
    top: 1em;
}

.clear {
    clear: both;
}

.clearfix:after, .module:after {
    content: " ";
    display: table;
    clear: both;
}

#skiptocontent,
.screen-reader-text {
    display: none;
}

/* Global reset-RESET */
/* The below restores some sensible defaults */

em, i {
    font-style: italic !important;
    font-weight: inherit !important;
}
button i { font-style: normal !important; }
a img {
    border: none
}

/* Gets rid of IE's blue borders */
a {
    text-decoration: none;
}

a:active, a:focus, button {
    outline: none;
    border: none;
    -moz-outline-style: none;
}

::selection {
    background: #CEBF89;
    color: #000; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #CEBF89;
    color: #000; /* Gecko Browsers */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}