/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	/*noinspection CssUnknownTarget*/
	src: url('../../e/fonts/roboto-latin-regular.woff2') format('woff2');
	font-display: swap;
}
/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	/*noinspection CssUnknownTarget*/
	src: url('../../e/fonts/roboto-latin-500.woff2') format('woff2');
	font-display: swap;
}
/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	/*noinspection CssUnknownTarget*/
	src: url('../../e/fonts/roboto-latin-700.woff2') format('woff2');
	font-display: swap;
}

/* roboto-mono-regular - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 400;
	/*noinspection CssUnknownTarget*/
	src: url('../../e/fonts/roboto-mono-latin-regular.woff2') format('woff2');
	font-display: swap;
}
/* roboto-mono-500 - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 500;
	/*noinspection CssUnknownTarget*/
	src: url('../../e/fonts/roboto-mono-latin-500.woff2') format('woff2');
	font-display: swap;
}



body {
	font-size: 137.5%;
}
@media screen and (max-width: 60em) {
	body {
		font-size: 125%;
	}
}
@media screen and (max-width: 45em) {
	body {
		font-size: 100%;
	}
}



pre,
code,
.wmMonospace,
select.wmMonospace option {
	font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", "Andale Mono", "Consolas", "Liberation Mono", "Bitstream Vera Sans Mono", "Monaco", "Courier New", "Courier", monospace;
}
.wmNumeric,
input[type="number"] {
	font-variant-numeric: tabular-nums;
	-moz-font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
}

ul > li {
	margin-left: 2em;
}
ol > li {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

figcaption {
	font-size: 0.9em;
	font-style: italic;
}

input,
button,
textarea,
select,
.wmInputField,
ul.wmList > li > a {
	background-color: #fff;
	color: #1a2430;
	border: 1px solid #97a6bd;
	border-radius: 0.2em;
	padding: 0.3em 0.5em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	outline-style: none; /* Needed in Chrome to remove browser default. */
	box-shadow: none; /* Needed in Chrome to remove browser default. */
}
/*input[type="datetime-local"] {
	width: auto !important;
	max-width: 100%;
}*/
input[type="color"] {
	padding: 0;
	height: 1.6em;
	max-width: 1.6em;
}
input[type="file"] {
	cursor: pointer;
}
label+input,
label+select,
label+textarea {
	margin-top: 0;
}
/* Styling for number input */
input.wmInputNumberHideButtons {
    -moz-appearance: textfield;
}
input.wmInputNumberHideButtons::-webkit-outer-spin-button,
input.wmInputNumberHideButtons::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Placeholder text styling. A group of selectors containing an invalid selector is invalid => use separate rules */
::-webkit-input-placeholder { /* WebKit */
	color: #99a5bd; /* #999 */
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #99a5bd; /* #999 */
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #99a5bd; /* #999 */
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #99a5bd; /* #999 */
}

/*sup {
	font-variant-position: super;
	-moz-font-feature-settings: "sups";
	-webkit-font-feature-settings: "sups";
	font-feature-settings: "sups";
}*/


fieldset .wmRowInner label {
	display: block;
	margin-top: 0.5em;
	font-weight: 500;
}
fieldset .wmRowInner p label {
	display: inline;
}
fieldset .wmRowInner label small,
fieldset .wmRowInner p {
	font-weight: 300;
}
fieldset .wmRowInner input[type="checkbox"] + label {
	display: inline;
}


.wmWidthFull {
	width: 100%;
}

fieldset {
	margin-top: 0.7em;
}

fieldset .wmRowInner input:not([type="radio"]):not([type="checkbox"]):not([size]) {
	width: 100%;
}

fieldset .wmFormError {
	border-radius: 0.4em;
	border-style: solid;
	border-width: 1px;
	padding: 0.4em;
}

label {
	font-weight: 500;
	color: #0e1a35;
}
textarea {
	width: 100%;
	display: block;
	resize: none;
}
select optgroup {
	font-weight: 500;
	font-style: normal;
}
select optgroup option {
	text-indent: 1em;
	font-weight: 300;
}
input,
button,
textarea,
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
textarea,
select,
select optgroup,
select option {
	font-size: 1em;
	line-height: 1.5;
}


/*input.wmFormInputValid,
textarea.wmFormInputValid,
select.wmFormInputValid,
.wmFormInputValid input,
.wmFormInputValid textarea,
.wmFormInputValid select {
	border: 1px solid #00ff00 !important;
	background-color: #eeffee !important;
}
input.wmFormInputInvalid,
textarea.wmFormInputInvalid,
select.wmFormInputInvalid,
.wmFormInputInvalid input,
.wmFormInputInvalid textarea,
.wmFormInputInvalid select {
	border: 1px solid #991014 !important;
	background-color: #f9eeee !important;
}
div.wmFormInputValid {
	color: #4f8a10;
}
div.wmFormInputInvalid {
	color: #991014;
}*/


/*input:read-only,
textarea:read-only,
select[readonly=readonly] {
	background-color: #97a6bd !important;
	border-color: #666 !important;
	color: #f0f0f0 !important;
}
input:-moz-read-only,
textarea:-moz-read-only {
	background-color: #97a6bd !important;
	border-color: #666 !important;
	color: #f0f0f0 !important;
}*/

/*input:focus:not([type="submit"]),
input:hover:not([type="submit"]),
textarea:focus,
textarea:hover,
select:focus,
select:hover,
.wmInputLike:focus,
.wmInputLike:hover {
	background-color: #fff !important;
	color: #1a2430 !important;
	border: 1px solid #667d9e !important;
}*/
select {
	max-width: 100%;
}

form ul.wmFormSelectMultiCheckboxes {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
form ul.wmFormSelectMultiCheckboxes > li {
	float: left;
	margin: 0 0.5em 0 0;
}
form ul.wmFormSelectMultiCheckboxes > li label {
	display: inline-block;
}


form .wmFormGrid .wmRowInner label {
	display: inline-block;
}

input[type="number"] {
	text-align: right;
}


input[type="submit"],
button,
.wmButton:link,
.wmButton:visited {
	border-radius: 0.2em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	border: 1px solid #aaa;
	padding: 0.4em 0.6em;
	font-size: 1.2em;
	color: #fff;
	font-weight: 500;
}
input[type="submit"]:hover,
input[type="submit"]:active,
button:hover,
button:active,
.wmButton:hover,
.wmButton:active {
	color: #fff !important;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
input[type="submit"]:active,
button:active,
.wmButton:active {
	text-shadow: none;
}
input[type="submit"],
button {
	display: block;
	margin: 0.7em auto 0 auto;
}

form.wmCompact input,
form.wmCompact select,
form.wmCompact button {
	display: inline-block;
	margin: 0 1em 0 0;
}
form.wmCompact button {
	font-size: 1em;
	margin: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}




h3[class^="icon-"]:before,
h3[class*=" icon-"]:before {
	margin-right: .3em;
}

small, aside {
	font-size: 0.85em;
}



body {
	background-color: #fff;
	color: #5b6884;

	font-variant-ligatures: common-ligatures;
	font-kerning: normal;
	-moz-font-feature-settings: "liga", "clig", "kern", "locl";
	-webkit-font-feature-settings: "liga", "clig", "kern", "locl";
	font-feature-settings: "liga", "clig", "kern", "locl";
}

header {
	border-top-style: solid;
	border-top-width: 3px;
}
h1, h2, h3, h4, h5, h6 {
	color: #1a2430;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-weight: 500;
	text-rendering: optimizeLegibility;
}

h2, h3, h4, h5, h6 {
	clear: both;
	margin-top: 0.7em;
}

h1 {
	font-size: 2.7em;
}
h2 {
	font-size: 2.625em;
	line-height: 1.14286em;
	margin-top: 1.1429em;
}
h2.wmFirst {
	margin-top: 0.4em;
}

h3 {
	font-size: 1.625em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-bottom: 0.2em solid #eee;
}

h4 {
	font-size: 1.4em;
	/*text-decoration: underline;*/
}
h5 {
	font-size: 1.2em;
}
h6 {
	margin-bottom: 0;
}
h6 + ul {
	margin-top: 0.5em;
}
p, td, th, li, label {
	line-height: 1.6em;
	/*color: #606060;*/
	text-align: left;
}
p, ul, ol {
	/*margin-bottom: 1em;*/
	/*margin-top: 1em;*/
	margin-top: 0.7em;
}
p {
	text-align: justify;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 500;
	font-style: normal;
}
table th {
	font-weight: 500;
}
table th.wmNumeric,
table td.wmNumeric {
	text-align: right;
}

a,
a > span,
button > span {
	font-weight: 500;
}

/*a,
button {
	text-decoration: underline;
}
a[class^="icon-"],
a[class^="icon-"],
a[class*=" icon-"],
a[class*=" icon-"],
button[class^="icon-"],
button[class^="icon-"],
button[class*=" icon-"],
button[class*=" icon-"] {
	text-decoration: none;
}
a[class^="icon-"] > span,
a[class^="icon-"] > span,
a[class*=" icon-"] > span,
a[class*=" icon-"] > span,
button[class^="icon-"] > span,
button[class^="icon-"] > span,
button[class*=" icon-"] > span,
button[class*=" icon-"] > span {
	text-decoration: underline;
}*/


header a:link,
header a:visited,
footer #wmFooter a {
	color: #fff;
}


fieldset {
	padding: 0.3em 1.2em 0.8em 1.2em;
}





#wmNavContainer1 div.wmRow {
	overflow: visible;
}
#wmNavContainer1,
#wmFooter3 {
	background-color: #1a2430;
}

#wmNavContainer2 {
	margin-bottom: 10px;
}
.wmPageSplash #wmNavContainer2 {
	margin-bottom: 0;
	border-bottom: 1px solid #243141;
}

header,
footer #wmFooter,
.wmFooterLightBackground {
	background-color: #243141;
}


#wmNav {
	float: left;
}
#wmNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wmNav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	position: relative;
}
#wmNav ul li a {
	display: block;
	padding: 41px 0.5em 13px 0.5em;
	text-decoration: none;
	color: #eee;
	font-size: 1.4em;

	font-family: museo-sans-condensed, Tahoma, sans-serif;
	font-weight: 500;

	line-height: 1.3em;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1px 45px;
}
#wmNav ul li a:hover,
#wmNav ul li.active a,
#wmNav ul li.active a:hover {
	background-color: transparent;
	text-shadow: 2px 2px 3px #111;
}

#wmLogo h1 {
	margin: 0;
	background: transparent;
}
#wmLogo h1 a {
	display: block;
	float: left;
	width: 315px;
	height: 95px;
	overflow: hidden;
}
#wmLogo h1 a,
.wmLogo {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left center;
}
/*
.wmPanel {
	padding: 0 0 0.2em 0;
}
#wmPanelLeft {
	float: left;
}
#wmPanelRight,
#wmPanelLanguage {
	float: right;
}
#wmPanelRight {
	margin-right: 170px;
}
#wmPanelRight > p > em {
	margin-right: 1em;
}
#wmPanelLanguage {
	margin-left: 1em;
}
.wmPanel p {
	color: #eee;
	font-size: 12px;
	line-height: 2em;
	margin-top: 0.3em;
	text-align: left;
}
.wmPanel p a {
	font-weight: 500;
}
.wmPanel p a[class^="icon-"],
.wmPanel p a[class*=" icon-"] {
	text-decoration: none;
}
.wmPanel p a[class^="icon-"] span,
.wmPanel p a[class*=" icon-"] span {
	text-decoration: underline;
}
.wmPanel p span.wmPanelSeparator {
	color: #444;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.wmPanel p span.wmPanelSeparator:before {
	content: "|";
}

.wmPanel p a.wmImportant {
	background-color: #2d3d4f;
	padding: 2px 5px;
	border-radius: 0.2em;
	color: #fff;
	border: none;
}*/




/* ############################# */
/*                               */
/* ! LAYOUT FOR NARROW SCREENS   */
/*                               */
/* ############################# */


@media only screen and (max-width: 46.5em) {

/*.wmLanguageSelectionShortcuts,
#wmPanelLeft,
#wmPanelRight > p > em {
	display: none;
}
#wmPanelRight {
	float: left;
	margin: 0;
}*/
#wmLogo a {
	background-size: contain;
	background-position: center !important;
}
#wmLogo,
#wmNav {
	float: none;
	clear: both;
	display: block;
}
#wmNav > ul > li > a {
	background-image: none !important;
	padding-left: 0;
	padding-top: 0.5em;
}

/* Center logo and nav horizontally */
#wmNav,
#wmLogo > h1 {
	position: relative;
	left: 50%;
	float: left;
}
#wmNav > ul,
#wmLogo > h1 > a {
	position: relative;
	left: -50%;
	float: left;
}


}




/* ######################### */
/*                           */
/* ! LAYOUT FOR WIDESCREEN   */
/*                           */
/* ######################### */

@media screen and (min-width: 117em) {
	body.wmService header {
		position: fixed;
		width: 18%;
		height: 100%;
		left: 2%;
		/*border-right: 1px solid #eee;
		border-left: 1px solid #eee;*/
		border-right: 1px solid #bbb;
		border-left: 1px solid #bbb;
		color: inherit;
	}
	body.wmService header .wmRow {
		margin: 0;
	}
	body.wmService header .wmRow .wmCol16 {
		padding-left: 0;
		padding-right: 0;
	}
	/*body.wmService #wmNavContainer1 .wmRow {
		padding-left: 0.3em;
		padding-right: 0.3em;
	}*/
	body.wmService .wmBody .wmRow,
	body.wmService footer .wmRow {
		margin-right: 2%;
		margin-left: 22%;
	}
	body.wmService #wmLogo {
		margin: 0.7em 0 0.3em 0;
	}
	body.wmService #wmLogo h1 a {
		float: none;
		background-position: center center;
		width: 100%;
	}
	body.wmService #wmNav {
		float: none;
	}
	body.wmService #wmNav ul li {
		float: none;
		display: block;
	}
	body.wmService #wmNav ul li a {
		display: block;
		background: transparent !important;
		padding: 0;
		text-align: center;
		/*border-right-width: 0.2em;
		border-right-style: solid;*/
		border-right: 0.2em solid rgba(0, 0, 0, 0);
	}
	body.wmService #wmNav ul li a span {
		display: block;
		width: 80%;
		margin: 0 auto;
		border-bottom: 1px solid #bbb;
		padding: 0.4em 0;
	}
	body.wmService .wmBody {
		min-height: 44em;
	}
}
/* End layout for widescreen */





hr {
	margin: 1.6em auto 1.3em auto;
	height: 12px;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.39' height='4.339' fill='%23d4d9e3'%3E%3Ccircle cx='20.693' cy='2.169' r='2.169'/%3E%3Ccircle cx='39.221' cy='2.169' r='2.169'/%3E%3Ccircle cx='2.169' cy='2.169' r='2.169'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}




.wmSort {
	font-size: 0.7em;
	margin-left: 0.3em;
	line-height: 1em;
}
.wmSort::before {
	margin: 0 !important;
}
.wmSort::after {
	content: "" !important;
}
.wmSort.wmSortActive {
	border-style: solid;
	border-width: 1px;
	border-radius: 0.2em;
	padding: 0.2em 0.2em 0.1em 0.2em;
}



table.wmTableInvisible {
	margin: 0;
}
table.wmTableInvisible tbody tr,
table.wmTableInvisible tbody tr th,
table.wmTableInvisible tbody tr td {
	border: none;
	background: transparent !important;
}



input[type="checkbox"] {
	cursor: pointer;
}










body {
	font-size: 100%;
	line-height: 1.5;
}
p, td, th, li, label {
	line-height: 1.5;
}







#wmNav {
	float: left;
}
#wmNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wmNav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	position: relative;
}
#wmNav ul li a {
	display: block;
	padding: 41px 0.5em 13px 0.5em;
	text-decoration: none;
	color: #eee;
	font-size: 1.4em;

	font-family: museo-sans-condensed, Tahoma, sans-serif;
	font-weight: 500;

	line-height: 1.3;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1px 45px;
}
#wmNav ul li a:hover,
#wmNav ul li.active a,
#wmNav ul li.active a:hover {
	background-color: transparent;
	text-shadow: 2px 2px 3px #111;
}

#wmLogo h1 {
	margin: 0;
	background: transparent;
}
#wmLogo h1 a {
	display: block;
	float: left;
	width: 315px;
	height: 95px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left center;
}


/* Layout for widescreen. */

body.wmService header {
	position: fixed;
	color: inherit;
	z-index: 99;
	width: 13%;
	height: 100%;
	left: 0;
	border: none;
	background: #2f3b4c !important;
}
body.wmService header .wmRow {
	margin: 0;
}
body.wmService header .wmRow .wmCol16 {
	padding-left: 0;
	padding-right: 0;
}
body.wmService header #wmNavContainerAlt {
	display: none;
}
body.wmService #wmNavContainer1 .wmRow {
	padding-left: 0.3em;
	padding-right: 0.3em;
}
body.wmService .wmBody .wmRow,
body.wmService footer .wmRow {
	margin-right: 2%;
	margin-left: 14%;
}
body.wmService #wmLogo {
	margin: 0.7em 0 0.3em 0;
}
body.wmService #wmLogo h1 a {
	float: none;
	background-position: center center;
	width: 100%;
}
body.wmService #wmNav {
	float: none;
}
body.wmService #wmNav ul li {
	float: none;
	display: block;
}
body.wmService #wmNav ul li a {
	display: block;
	background: transparent !important;
	padding: 0.5em 0 0.5em 10%;
	text-align: left;
	border-right: 0.2em solid rgba(0, 0, 0, 0);
	font-size: 1.2rem;
	color: #b0bec5;
	text-shadow: none !important;
}
body.wmService #wmNav ul li.active a {
	background-color: #2a3344;
	color: #fff;
}
body.wmService #wmNav ul li a span {
	display: block;
	width: 80%;
	margin: 0 auto;
	border: none;
	padding: 0;
}

body.wmService .wmBody {
	min-height: 44em;
}

body.wmService #wmLogo h1 a {
	background-size: 80%;
}
#wmNav,
#wmLogo > h1,
body.wmService #wmNav > ul,
body.wmService #wmLogo > h1 > a {
	float: none !important;
	left: 0 !important;
}


/* Search and button bar at top of page. */

.wmBody {
	padding-top: 4em;
}



/* Navigation for mobile / small screens. */

@media screen and (max-width: 90em) {

	.wmBody {
		padding-top: 3em;
	}

	body.wmService #wmNavContainerAlt {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 3.5rem;
		height: 3.5rem;
		background: #2f3b4c;
		z-index: 998;
		border-bottom-right-radius: 0.3em;
	}
	body.wmService #wmNavContainerAlt #content {
		display: block;
		font-size: 2.2em;
		text-decoration: none;
		line-height: 3.5rem;
		text-align: center;
		border: none;
	}

	body.wmService header {
		display: none;
		overflow-y: auto;
		overflow-x: visible;
		transition: left 0.3s ease, box-shadow 0.3s ease;
		z-index: 999;
		width: 30%;
		min-width: 16em;
		max-width: 18em;
	}

	body.wmService .wmBody .wmRow,
	body.wmService footer .wmRow {
		margin-right: 1%;
		margin-left: 1%;
	}

	body.wmService #wmLogo {
		margin: 2.5em 0 1em 0;
	}

	body.wmService #wmLogo h1 a {
		background-size: contain;
		height: 40px;
	}

	body.wmService header #wmNavClose {
		position: absolute;
		right: 0.2em;
		top: 0.2em;
		display: block;
		text-decoration: none;
		font-size: 1.7em;
		line-height: 1;
	}

	body.wmService header #wmNavClose:link,
	body.wmService header #wmNavClose:visited {
		color: #b0bec5 !important;
	}

	body.wmService header #wmNavClose:hover,
	body.wmService header #wmNavClose:active {
		color: #cfd8db !important;
	}

	/*
	 On small devices, allow it to toggle...
	*/
	/*
	 :target for non-JavaScript
	 [aria-expanded] will be used if/when JavaScript is added to improve interaction, though it's completely optional.
	*/
	body.wmService header#menu:target,
	body.wmService header#menu[aria-expanded="true"] {
		display: block;
		left: 0;
		outline: none;
		-moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		-webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
		box-shadow: 3px 0 12px rgba(0,0,0,.25);
	}

	/*body.wmService header#menu:target #wmNavClose,
	body.wmService header#menu[aria-expanded="true"] #wmNavClose {
		z-index: 1001;
	}*/

	body.wmService header#menu:target #wmNavContainer2,
	body.wmService header#menu[aria-expanded="true"] #wmNavContainer2 {
		position: relative;
		/*z-index: 1000;*/
	}

	/*
	 We could use header#menu:target:after, but
	 it wouldn't be clickable.
	*/
	body.wmService header#menu:target + #wmNavBackdrop,
	body.wmService header#menu[aria-expanded="true"] + #wmNavBackdrop {
		position: fixed;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 998;
		background: #000;
		background: rgba(0,0,0,.85);
		cursor: default;
	}

	body.wmService .wmHeadlineDesktop {
		display: none;
	}

}

/* Layout for very small screens. */
@media screen and (max-width: 25em) {
	body {
		font-size: 90%;
	}
	.wmRow {
		margin: 0;
	}
	/*#wmNavContainer1 {
		display: none;
	}*/
	body.wmService #wmLogo h1 a {
		height: 30px;
	}
	.wmBoardTop .wmBoardTopSearch input {
		width: 8em;
	}
	.wmBoardTop .wmBoardTopSearch form .wmSearchButton {
		margin-left: 0.2em;
		margin-right: 0;
		padding-left: 0.2em;
		padding-right: 0.2em;
	}
	.wmBoardTop .wmBoardTopSearch form .wmSearchButton::after {
		content: "";
	}
}




/*body {
	background-color: #f6f7fa;
}*/
h1, h2, h3, h4, h5, h6 {
	border: none;
}
fieldset {
	display: block;
	/*background-color: #fff;*/
	border-radius: 0;
	/*border: 1px solid #d4d9e3;*/
}



[class^="icon-"]::before,
[class*=" icon-"]::before {
	font-size: 0.85em;
}

#wmNavContainer2 {
	margin-bottom: 0;
}

input[type="submit"],
button,
.wmButton:link,
.wmButton:visited {
	border-radius: 3px;
	text-shadow: none; /* 2px 2px 0 rgba(0, 0, 0, 0.5) */
	box-shadow: none; /* 0 -2px 0 rgba(0, 0, 0, 0.15) inset */
	border: none;
	text-decoration: none;
}
input[type="submit"]:hover,
input[type="submit"]:active,
button:hover,
button:active,
.wmButton:hover,
.wmButton:active {
	box-shadow: none; /* 0 -2px 0 rgba(0, 0, 0, 0.15) inset */
	text-decoration: none;
}


table.wmTableComplex tbody tr th,
table.wmTableComplex tbody tr td {
	padding: 0.8em;
}
table.wmTableComplex tfoot tr th,
table.wmTableComplex tfoot tr td {
	padding: 0.6em 0.8em;
}

@media screen and (min-width: 117em) {
	table.wmTableComplex tbody tr th,
	table.wmTableComplex tbody tr td {
		padding: 1em;
	}
	table.wmTableComplex tfoot tr th,
	table.wmTableComplex tfoot tr td {
		padding-left: 1em;
		padding-right: 1em;
	}
}






.wmBoardMonoIcon {
	display: flex;
	text-decoration: none;
}
a.wmBoardMonoIcon:hover {
	opacity: 0.7;
}
.wmBoardMonoIcon > div {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0;
}
.wmBoardMonoIcon > div:first-child {
	max-width: 2em;
	background-color: #3498db;
	color: #fff;
	min-height: 1.5em;
	font-size: 2em;
	text-align: center;
	justify-content: center;
	font-weight: 500;
}
.wmBoardMonoIcon > div:first-child::before {
	display: block;
	line-height: 1;
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.wmBoardMonoIcon > div:last-child {
	padding: 0.3em 1em;
}
/*.wmBoardMonoIcon > div:last-child > div {
	padding: 0.3em 0;
}*/
.wmBoardMonoIcon > div h5 {
	margin: 0;
}

.wmBoardMonoIcon.wmBoardHelp > div:first-child {
	background-color: #f1c40f;
}
.wmBoardMonoIcon.wmBoardSuccess > div:first-child {
	background-color: #27ae60;
}
.wmBoardMonoIcon.wmBoardFailure > div:first-child {
	background-color: #e74c3c;
}
.wmBoardMonoIcon.wmBoardNotice > div:first-child {
	background-color: #e67e22;
}


table.wmTableComplex {
	width: 100%;
}
table.wmTableComplex thead tr th,
table.wmTableComplex thead tr td,
table.wmTableComplex tbody tr th small,
table.wmTableComplex tbody tr td small,
table.wmTableComplex .wmTableDataDetail,
.wmTextLight,
.wmIconLight::before {
	color: #8492af;
}
table.wmTableComplex tbody {
}
table.wmTableComplex tbody tr th,
table.wmTableComplex tbody tr td {
	background-color: #fff;
	border: 1px solid #d4d9e3;
	color: #0e1a35;
}
.wmTextDark {
	color: #0e1a35;
}
table.wmTableComplex tbody tr.wmTsTableSubHeader th,
table.wmTableComplex tbody tr.wmTsTableSubHeader td {
	background-color: transparent;
	border: none;
	/*padding: 0.7em 0.3em 0.1em 0.3em;*/
	padding: 0.7em 0.3em 0 0;
}
table.wmTableComplex tbody tr.wmTsTableSubHeader a {
	display: inline-block;
	padding: 0.3em 1em 0 1em;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	text-decoration: none;
	color: #fff !important;
}
table.wmTableComplex tbody tr.wmTsTableSubHeader a:link,
table.wmTableComplex tbody tr.wmTsTableSubHeader a:visited {
	background-color: #3498db;
}
table.wmTableComplex tbody tr.wmTsTableSubHeader a:hover,
table.wmTableComplex tbody tr.wmTsTableSubHeader a:active {
	background-color: #81bfe7;
}
table.wmTableComplex tbody tr.wmTsTableSubHeader a h5,
table.wmTableComplex tbody tr.wmTsTableSubHeader a h5 > span {
	font-weight: 500;
	margin: 0;
	color: #fff !important;
	display: inline;
}
table.wmTableComplex tbody tr.wmTsTableSubHeader a h5 > span small {
	color: #ccc;
}
table.wmTableComplex tbody tr.wmTsTableSubHeader a h5 > span small::before {
	margin: 0;
}
table.wmTableComplex .wmTableDataDetail {
	display: block;
	line-height: 1.1;
}

h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}




@media screen and (min-width: 117em) {
	.wmBody {
		position: relative;
	}
}

button > span::after,
.wmButton > span::after,
.wmButtonSmall > span::after {
	content: "!";
}


/* Range input styling. @see https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
	cursor: pointer;
}
input[type=range]::-moz-range-track {
	cursor: pointer;
}
input[type=range]::-moz-range-thumb {
	cursor: pointer;
}
input[type=range]::-ms-track {
	cursor: pointer;
}
input[type=range]::-ms-thumb {
	cursor: pointer;
}
