﻿body {
	font-family: Roboto, verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	background-color: #f4f4f2;
	display: flex;
	flex-direction: column;
	height: 100%;
	/* 1, 3 */ }

h1 {
	color: #5c5c5c;
	font-size: 1.3em;
	font-weight: bold; }

h2 {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold; }

h3 {
	font-weight: bold; }

ul {
	margin-top: 0em;
	margin-bottom: 1em; }

li {
	margin-bottom: 0.25em; }

small, .small {
	font-size: 0.8em; }

hr {
	color: #ededed;
	background-color: #ededed;
	height: 2px;
	border: 0;
	clear: both; }

.Layout {
	border-spacing: 0;
	width: 100%; }

.ContentTabArea {
	padding: 0 30px; }

/*Charts*/
.chart {
	font-size: 9pt;
	border-top: solid 2px #5c5c5c;
	border-bottom: solid 2px #5c5c5c;
	border-collapse: collapse;
	border-spacing: 0px; }

.chart th {
	font-weight: bold;
	text-align: left; }

.chart th, .chart td {
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede; }

.chartS0 {
	font-weight: bold;
	font-size: 11pt;
	padding: 3px 5px; }

.chartS1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #ededed;
	background-color: #5c5c5c;
	padding: 0.5em 5px 0.25em 5px; }

.chartS2 {
	font-weight: bold;
	font-size: 1.25em;
	color: #5c5c5c;
	padding: 0.5em 5px 0.25em 5px; }

.chartS3 {
	background-color: #f3f3f3;
	padding: 3px 5px; }

.chartS {
	padding: 3px 5px; }

.chartSC {
	border-left: solid 1px #dedede; }

.chartSG {
	border-left: solid 1px #dedede; }

.termDefTable {
	border: solid 1px #c0c0c0;
	background-color: #ffffe3; }

.termDefTable th {
	font-weight: bold;
	text-align: left;
	white-space: nowrap; }

.termDefTable th, .termDefTable td {
	padding: 4px 8px;
	vertical-align: top; }

.titlesect, .csect {
	margin: 0 auto 0 auto;
	width: 1040px; }

.Header, .Body, .Footer {
	box-sizing: border-box; }

.Header, .Footer {
	flex: none; }

.Header {
	background-color: #ffffff;
	padding: 12px 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35); }

.Body {
	flex: 1 0 auto;
	padding: 20px 0;
	width: 100%; }

.Footer {
	background-color: #21232f;
	color: #707070;
	padding: 40px 0;
	-webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.35);
	box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.35); }

.HeaderContent, .FooterContent {
	margin: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: proxima-nova,sans-serif;
	font-size: 13px;
	max-width: 1340px;
	padding: 12px 0; }

.HeaderContent * {
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

.HeaderContent a, .HeaderContent button {
	cursor: pointer; }

.HeaderContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: static;
	position: relative;
	max-width: 1186px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	width: 100%;
	max-width: 1340px; }
	.HeaderContent > div:first-child {
		width: 184px;
		min-width: 184px;
		-ms-flex-item-align: center;
		align-self: center; }
	.HeaderContent > div:last-child {
		width: calc(100% - 184px);
		padding: 14px 0 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end; }

.HeaderSearch {
	position: relative;
	width: 224px;
	margin-right: 28px;
	margin-left: 36px; }
	.HeaderSearch input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		border: 1px solid #ccc;
		border-radius: 40px;
		line-height: 1.1;
		height: 25px;
		padding: 0 30px 0 12px;
		color: #999;
		font-family: inherit;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		font-size: 14px;
		font-weight: 600;
		-webkit-transition: border .4s,color .4s;
		-o-transition: border .4s,color .4s;
		transition: border .4s,color .4s; }
		.HeaderSearch input:focus {
			color: #007abd;
			border-color: #007abd; }
		.HeaderSearch input::-moz-focus-inner {
			padding: 0;
			border: 0; }
		.HeaderSearch input::-webkit-search-cancel-button, .HeaderSearch input::-webkit-search-decoration {
			-webkit-appearance: none;
			appearance: none; }
		.HeaderSearch input::placeholder {
			color: inherit;
			opacity: 1; }
		.HeaderSearch input::-webkit-input-placeholder {
			color: inherit;
			opacity: 1; }
		.HeaderSearch input:-ms-input-placeholder {
			color: inherit;
			opacity: 1; }
		.HeaderSearch input:-webkit-autofill {
			-webkit-text-fill-color: inherit;
			-webkit-box-shadow: 0 0 0 1000px #fff inset; }
	.HeaderSearch button {
		font-family: "Font Awesome 5 Free";
		font-size: inherit;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		text-transform: none;
		overflow: visible;
		position: absolute;
		right: 11px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border: 0;
		background: transparent;
		color: #999; }
		.HeaderSearch button::-moz-focus-inner {
			padding: 0;
			border: 0; }

body:not(.is-touch) .HeaderSearch button:hover {
	color: #007abd; }

.HeaderNavLinks,
.HeaderNavLanguages > ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }

[class^="HeaderNav"] a {
	display: block;
	text-decoration: none; }

.HeaderNavLinks > li {
	font-size: 12px;
	line-height: 1.17;
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
	font-weight: 600;
	text-transform: uppercase; }
	.HeaderNavLinks > li:before {
		content: " ";
		position: absolute;
		right: 0;
		top: 2px;
		bottom: 2px;
		width: 1px;
		background-color: #919191; }
	.HeaderNavLinks > li:last-child {
		padding-right: 0;
		margin-right: 0; }
		.HeaderNavLinks > li:last-child:before {
			display: none; }
	.HeaderNavLinks > li a {
		color: #007abd; }

body:not(.is-touch) .HeaderNavLinks li:hover > a {
	color: #21232f; }

.HeaderNavLanguages {
	border: 1px solid #007abd;
	position: relative;
	min-width: 74px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
	margin-left: 12px; }
	.HeaderNavLanguages > a {
		pointer-events: none;
		font-weight: 600; }
	.HeaderNavLanguages > ul {
		position: absolute;
		left: -1px;
		right: -1px;
		min-width: calc(100% + 1px);
		top: 100%;
		background-color: #fff;
		border: 1px solid #007abd;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .4s,visibility .4s;
		-o-transition: opacity .4s,visibility .4s;
		transition: opacity .4s,visibility .4s; }
	.HeaderNavLanguages > ul li {
		display: block;
		width: 100%; }
		.HeaderNavLanguages > ul li + li {
			border-top: 1px solid #007abd; }
	.HeaderNavLanguages a {
		padding: 2px 4px;
		color: #007abd;
		-webkit-transition: color .4s,background .4s,opacity .4s,border .4s,-webkit-transform .4s,-webkit-box-shadow .4s;
		transition: color .4s,background .4s,opacity .4s,border .4s,-webkit-transform .4s,-webkit-box-shadow .4s;
		-o-transition: color .4s,background .4s,opacity .4s,transform .4s,box-shadow .4s,border .4s;
		transition: color .4s,background .4s,opacity .4s,transform .4s,box-shadow .4s,border .4s;
		transition: color .4s,background .4s,opacity .4s,transform .4s,box-shadow .4s,border .4s,-webkit-transform .4s,-webkit-box-shadow .4s; }
	.HeaderNavLanguages:hover > ul {
		opacity: 1;
		visibility: visible; }

body:not(.is-touch) .HeaderNavLanguages > ul li:hover > a {
	background-color: #ccc; }

.FooterContent .Layout td:last-child > ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding-inline-start: 0; }
	.FooterContent .Layout td:last-child > ul > li {
		padding: 0;
		margin: 0 4px;
		text-align: center;
		line-height: 32px;
		width: 32px;
		height: 32px;
		background-color: #007abd;
		border-radius: 50%; }
		.FooterContent .Layout td:last-child > ul > li > a {
			font-family: 'Font Awesome 5 Brands';
			font-size: 16px;
			text-decoration: none;
			color: #fff; }

.titlesect {
	padding: 10px 0 10px;
	font-family: "Roboto Slab", arial, tahoma, helvetica, sans-serif;
	font-size: 26px;
	color: black; }

.csect {
	padding: 20px 0 40px 0; }

.PageTabs {
	border-spacing: 0;
	width: 100%;
	border-bottom: solid 3px #59cbe8;
	margin: 30px 0; }

.PageTabs td {
	font-weight: bold;
	font-size: 1.1em;
	padding: 7px 17px 4px 17px;
	white-space: nowrap; }

.PageTabs td a {
	color: #5c5c5c;
	text-decoration: none; }

.PageTabs td a:hover {
	text-decoration: underline; }

.PageTabActive {
	background-color: #59cbe8;
	color: black; }

.XMessageBox {
	border: 3px solid #cccccc;
	background-color: #ededed; }
