@font-face {
	font-family: 'hm-r';
	src: url('./fonts/HarmonyOS_Sans_Regular.ttf') format('truetype');
}

#Main {
	max-width: 100%;
	padding: 0;
	background: transparent !important;
}

body,
input {
	font-family: 'hm-r';
	color: #002C75;
	font-size: 18px;
	background: transparent;
}

button {
	font-family: 'hm-r';
}

.Tabs-Tab {}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited {
	font-weight: normal;
	text-decoration: none;
	font-style: none;
	color: #002C75;
}

#YearPeriodsContainer a {
	color: #7f8896;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover {
	color: #002C75;
	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#YearPeriodsContainer a:hover,
.Periods-YearPeriod.Periods-YearPeriodSelected {
	color: #002C75 !important;
	font-weight: bold !important;
	text-decoration: none;
	font-style: none;
}

#MainHeading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em !important;
	font-weight: bold;
	padding-top: 0em;
	padding-bottom: 0em;
	color: #002C75 !important;
	display: none;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 18px !important;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.6em;
	color: #7f8896 !important;
	margin-top: 0em !important;
}

#Periods {
	margin-top: -3.4em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#FromCalendarInput,
#ToCalendarInput {
	height: 48px;
	line-height: 52px;
	width: 180px !important;
	border: 0.08em solid #E8E9EB;
	background: #ffffff;
	border-radius: 30px;
	padding: 5px 30px;
	margin: 5px;
	font-size: 14px !important;
}

#SearchBox {
	width: 204px !important;
	height: 48px;
	line-height: 52px;
	border: 0.08em solid #E8E9EB;
	background: #ffffff;
	border-radius: 30px;
	padding: 5px 30px;
	margin: 5px;
	font-size: 16px !important;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: 60px;
	line-height: 16px;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-transform: none;
	padding: 1.0em 1.0em 1.0em 1.0em;
	border: 1px solid #53C3F1;
	border-radius: 100px;
	background: #53C3F1;
	color: #FFFFFF !important;
	transition: background 0.5s, color 0.5s, border 0.5s;
	width: 160px;
	margin: 5px;
}

.euButton:hover {
	background: #FFFFFF;
	color: #53C3F1 !important;
	border-color: #53C3F1;

	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
	width: 80%;
}

#YearPeriodsContainer a {
	font-size: 18px;
	font-weight: normal;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.25em;
	font-weight: bold;
}

.Tabs {
	text-align: left;
	border-bottom: 0px;
	font-size: 0px !important;
	border-top: 1px solid #e8e9eb;
}

#Tabs {
	position: relative;
	z-index: 0;

	padding-top: 0px;
	padding-bottom: 0px;

	margin-top: 0.6em;
	margin-bottom: 1em;
}

#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;

	border-bottom: 0em solid #FFFFFF;
}

.Tabs-Tab-Container:link,
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container:visited,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container,
.Tabs-Tab-Container.selected {

	height: auto;
	line-height: normal;
	padding: 20px 0;
	margin: 0px 40px 0px 0px;
	border-radius: 0.0em;
	font-family: inherit;
	font-weight: normal;
	font-size: 26px !important;
	text-transform: none;
	color: #7f8896;
	font-style: normal;
	text-decoration: none;
	border: 0em solid #FFFFFF;
	border-top: 6px solid transparent !important;
	background: transparent;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	top: -1;
	left: 0em;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: transparent;
	color: #002C75;
	border: 0em solid #FFFFFF;
	border-top: 6px solid #53c3f1 !important;
	position: relative;
	top: -1px;
	left: 0px;
}

.Tabs-Tab-Container.selected:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0em;

	border-left: 0em solid transparent;
	border-right: 0em solid transparent;
	border-top: 0em solid #FFFFFF;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #fff;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 1px solid #002c75;
	padding: 10px;
	color: #002c75;
	font-weight: normal;
	text-transform: none;
	font-family: inherit;
	font-size: 16px;
	margin: 5px;
	transition: background 0.5s, color 0.5s, border 0.5s;
	height: 42px;
	line-height: 1;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;

	background-color: #002c75;
	color: #FFFFFF;
	border-color: #002c75;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
	text-align: center;
}

.Pages-ArrowContainer {
	width: auto;
}

.Pages-Arrow {
	display: inline-block !important;
	opacity: 1 !important;
}

.Pages {
	border-collapse: collapse;
	width: auto;
	margin: 0 auto;
	float: none;
}

.Pages td {
	width: auto;
}

.Pages td {
	padding: 0em;
}

.Pages-PageMarker-Text {
	margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	margin: 0.0em;
}

/* .Pages-ArrowContainer:first-child .Pages-Arrow {
	border-top-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
}
.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
} */

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	display: inline-block;
	background-color: #fff;
	color: #434c5a;
	border: 1px solid #fff;
	padding: 10px;
	font-family: inherit;
	font-size: 18px;
	text-decoration: initial;
	font-weight: normal;
	border-radius: 100px;
	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 10px;
	height: 30px;
	width: 28px;
	line-height: 30px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active,
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #FFFFFF;
	color: #53c3f1;
	border-color: #53C3F1;
	text-decoration: initial;
	font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
	display: none;
}

.ArrowContainer {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.ArrowContainer:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -0.6em;
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
	border-top: 0.0em solid #002C75;
	border-bottom: 0.0em solid #002C75;
}

.ArrowContainer_DSEC:after {
	border-top-width: 0.6em;
}

.ArrowContainer_ASC:after {
	border-bottom-width: 0.6em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #002C75;
	border-bottom-color: #002C75;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #002C75;
	border-bottom-color: #002C75;
}

/* .PressRelease-SingleLine-DateContainer {
	float: left;
} */
.PressRelease-SingleLine-TypeContainer {

	float: none;

	border: 0em solid #E8E9EB;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: #FFFFFF;
	padding: 0.5em 0.5em 0.5em 0.5em;

}

/* .PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
} */


.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 0.08em solid #E8E9EB;
	padding: 35px 0px;
	border-right: 0em solid #E8E9EB;
	border-left: 0em solid #E8E9EB;
}

#PressRelease_0 {
	border-top: 0em solid #E8E9EB;
}

.PressRelease:last-child {
	border-bottom: 0.08em solid #E8E9EB;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #002C75;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #002C75;
}

.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #002C75;
}

.PressRelease-NewsDate {
	margin-right: 30px;
	font-family: inherit;
	font-size: 18px;
	color: #7f8896;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 13px;
	display: inline-block;
	width: 100%;
}

.Disclaimer {
	display: inline-block;
}

.TermsLinkContainer::before {
	content: ' | ';
}

/*****Custom****/
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	padding-left: 3.5em !important;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	background: url(calendar.svg) center center no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	top: -45px;
	background-size: 25px;
	margin-left: 21px !important;
}

.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
	display: inline-block;
	vertical-align: middle !important;
}

.PressRelease-SingleLine-TitleContainer {
	width: 80%;
	margin-left: 50px;
}

.NewsColumn-Container .PressRelease-Attachment {
	float: right !important;
	padding-right: 0px;
	padding-top: 0px;
	/* width: 150px !important; */
	height: 26px !important;
	overflow: hidden !important;
	text-align: right;
}

#InsiderInfoSelector {
	display: none !important;
}

/* .NewsColumn-Container .PressRelease-Attachment {
	width: 100%;
	max-width: 500px;
  } */
.PressRelease-Attachment div,
.PressRelease-Attachment div a,
.NewsColumn-Container .PressRelease-Attachment img {
	width: 98.37px !important;
	height: 23.21px !important;
	opacity: 1 !important;
	margin: 0px !important;
}

.EurolandTools-CommonObjects-Calendar-Selection {
	width: 273px;
}

#CurrentPeriodContainer,
#SortingContainer {
	display: none !important;
}

#FromCalendarContrainer {
	height: 70px;
}

#SearchButton::after {
	content: "";
	background-image: url(search.svg);
	display: inherit;
	background-size: 15px;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

#SearchButton:hover::after {
	content: "";
	background-image: url(search-h.svg);
	display: inherit;
	background-size: 15px;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

.easySelect {
	position: relative;
	top: -52px !important;
	margin-bottom: 50px;
}

/* .NewsColumn-Container .PressRelease-Attachment { 
	width: 100px !important; 
	height:30px !important; 
	overflow: hidden !important; 
	}  */
/****Media*****/

@media (min-width:1360px) and (max-width:1399px) {

	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		font-size: 22px;
	}
}

@media (min-width:1227px) and (max-width:1359px) {

	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		font-size: 20px;
	}

	.PressRelease-NewsDate {
		font-size: 16px;
	}
}

@media (max-width:1258px) {
	#SearchContainer {
		padding: 0em 0 1em 0;
		clear: both;
		width: 81%;
	}
}

@media (max-width: 1242px) {
	#SearchContainer {
		padding: 0em 0 1em 0;
		clear: both;
		width: 84%;
	}
}

@media (min-width:500px) and (max-width:1226px) {

	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		font-size: 18px;
	}

	.PressRelease-NewsDate {
		font-size: 16px;
	}
}

@media (max-width: 1198px) {
	.easySelect {
		width: 150px !important;
		border: 0px solid #cbcbcb !important;
		height: 60px;
	}

}

@media (max-width: 1093px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 70%;
	}
}

@media (min-width:379px) and (max-width:499px) {

	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		font-size: 18px;
	}

	.PressRelease-NewsDate {
		font-size: 14px;
	}
}

@media (max-width:378px) {

	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		font-size: 16px;
	}

	.PressRelease-NewsDate {
		font-size: 14px;
	}

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		font-size: 16px;
	}
}

@media (max-width: 1230px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 74%;
		margin-left: 10px;
	}
}

@media (max-width: 1039px) {
	.easySelect {
		position: relative;
		top: -33px !important;
	}
}

@media (max-width: 947px) {
	.NewsColumn-Container .PressRelease-Attachment {
		width: 146px !important;
	}
}

@media (max-width: 890px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 68% !important;
	}

	.PressRelease-NewsDate {
		margin-right: 20px;
	}
}

@media (max-width: 800px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 64% !important;
	}

	.NewsColumn-Container .PressRelease-Attachment {
		width: 140px !important;
	}
}

@media (max-width: 695px) {

	body,
	input {
		font-size: 16px;
	}

	.PressRelease-SingleLine-TitleContainer {
		width: 57% !important;
	}

	.NewsColumn-Container .PressRelease-Attachment {
		width: 136px !important;
	}

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		margin: 5px;
		height: 21px;
		width: 21px;
		line-height: 23px;
		padding: 5px;
	}

	.Tabs-Tab-Container:link,
	.Tabs-Tab-Container.selected:link,
	.Tabs-Tab-Container:visited,
	.Tabs-Tab-Container.selected:visited,
	.Tabs-Tab-Container,
	.Tabs-Tab-Container.selected {
		font-size: 23px !important;
	}
}

@media (max-width: 615px) {
	.easySelect {
		position: relative;
		top: 31px !important;
	}
}

@media (max-width: 590px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 60%;
	}
}

@media (max-width: 572px) {
	.PressRelease-NewsDate {
		margin-right: 10px;
	}

	.PressRelease-SingleLine-TitleContainer {
		width: 55% !important;
	}

	.NewsColumn-Container .PressRelease-Attachment {
		width: 123px !important;
	}
}

@media (max-width: 530px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 52%;
	}
}

@media (max-width: 474px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 100% !important;
		margin-left: 0px !important;
		margin-top: 10px !important;
	}

	.NewsColumn-Container .PressRelease-Attachment {
		text-align: left !important;
	}
}

@media (max-width: 465px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 100%;
		margin-top: 10px;
		margin-left: 0px;
	}

	.PressRelease-SingleLine-AttachmentsContainer {
		float: left;
		margin-top: 10px;
	}
}

footer .supply-by>a::before,
#SuppliedBy>a::before,
.footer .supply-by>a::before,
.supplied-box span>a::before,
.footer-info .supply-by span>a::before,
.footer div .hyperlink::before,
.footer-box .supplyby-box .hyperlink::before,
.footer-box .supplied .hyperlink::before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background: right url("data:image/png;base64,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") no-repeat transparent;
	background-size: contain;
	print-color-adjust: exact;
}

#SuppliedBy a img {
	display: none;
}

#YearPeriodsContainer {
	text-align: right;
	width: 9em !important;
	float: right;
	padding: 0 20px;
}

.easySelect {
	width: 150px !important;
	border: 0px solid #cbcbcb !important;
	height: 60px;
}

.styledSelect {
	height: 30px !important;
	line-height: 34px !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-transform: none !important;
	padding: 1.0em 1.0em 1.0em 34px;
	border: 1px solid #53C3F1 !important;
	border-radius: 100px !important;
	background: #53C3F1 !important;
}

.styledSelect::after {
	border-color: #ffffff transparent transparent transparent !important;
	top: 29px !important;
	right: 24px !important;
}

.divSearcheasySelect {
	height: 22px;
	line-height: 22px;
}

.easySelect {
	font-size: 14px !important;
	color: #333333;
}

.container-item {
	font-size: 14px !important;
	height: 16px !important;
	color: #606266 !important;
	padding: 9px 0px 9px 33px !important;
}

.optionRow {
	font-size: 14px !important;
	color: #606266 !important;
}

.options li {
	height: 34px;
}

#TotalContainer {
	text-align: right;
	padding: 5px 25px;
}

/* calendar */

.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
	background: #ffffffe8 !important;
}

span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton,
.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
	font-size: 16px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button {
	border: unset;
	text-shadow: unset;
	height: 40px;
	box-sizing: border-box;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton,
table.EurolandTools-CommonObjects-Calendar-Month-Table,
table.EurolandTools-CommonObjects-Calendar-NavigationPanel-Table {
	border: unset;
	font-size: 14px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
	border: 1px solid #53c3f1;
	border-radius: 27px;
	background: #53c3f1;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 1px #666;
	transition: background 1.0s, border 1.0s;
	height: 24px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	padding: 10px;
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	font-size: 15px;
	line-height: 15px;
	background: #53c3f1;
	border-radius: 36px;
	color: #fff;
	height: 36px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover,
.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	border: 0 !important;
	background: transparent !important;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	border: 1px solid #53c3f1;
	background: #53c3f1;
	color: #fff;
	/* border-radius: 0px; */
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #53c3f1;
	cursor: pointer;
	color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #53c3f1;
	background: #53c3f1;
	color: #FFFFFF;
}

@media (max-width: 1300px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 75%;
		margin-left: 50px;
	}
}

@media (max-width: 1100px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 70% !important;
	}
}

@media (max-width: 1000px) {
	.PressRelease-SingleLine-TitleContainer {
		width: 60% !important;
	}
}

@media (max-width: 725px) {
	.PressRelease-SingleLine-TitleContainer {
		margin-left: 0px;
	}
}

@media (max-width: 600px) {
	.HeadingColomnContainer, 
	.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
		display: block;
		margin: 10px;
	}
	.NewsColumn-Container .PressRelease-Attachment {
		float: unset !important;
		text-align: unset;
	}
}