/* 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;
	overflow-x: hidden;
}

*,
*::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 {
	font-style: italic !important;
	font-weight: inherit !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;
}

#all {
	overflow-x: hidden;
}

::selection {
	background: #020873;
	color: #FFF;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #020873;
	color: #FFF;
}

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

input,
textarea {
	-webkit-border-radius: 0;
    border-radius: 0;
}

input {
	-webkit-appearance: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}