*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@-ms-viewport {
	width: device-width;
}

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}

html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

p{
	margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5rem;
	line-height: 1.5em;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

a{
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	outline: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

b, strong {
	font-weight: bolder;
}

ul {
	list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}


table {
	border-collapse: collapse;
}

table .left {
	float: none !important;
	text-align: left;
}

table .right {
	float: none !important;
	text-align: right;
}

table .extra {
	background-color: #e3e3e3;
}

img.center {
	display: block;
	margin: 0 auto 1.2em auto;
}

img.right {
	float: right;
	margin: 0 0 1.2em 1.2em;
}

img.left {
	float: left;
	margin: 0 1.2em 1.2em 0;
}

.sub-page-description {
	font-style: italic;
	color: #666;
}

.hidden {
	display: none;
}

a[href$=".pdf"],a[href$=".PDF"],
a[href$=".xls"],a[href$=".XLS"],
a[href$=".xlsx"],a[href$=".XLSX"],
a[href$=".ppt"],a[href$=".PPT"],
a[href$=".txt"],a[href$=".TXT"],
a[href$=".doc"],a[href$=".DOC"],
a[href$=".docx"],a[href$=".DOCX"],
a[href$=".zip"],a[href$=".ZIP"],
a[href$=".7z"],a[href$=".7Z"],
a[href$=".rar"],a[href$=".RAR"]{
	background-image: url(/resources/images/icons/doc.svg);
	background-size: 16px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 16px;
}

textarea {
	overflow: auto;
	resize: vertical;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
