@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@font-face {
	font-family: 'icofont';
	src: url('fonts/IcoFont/icofont.ttf') format('truetype');
	src: url('fonts/IcoFont/icofont.eot?#iefix') format('embedded-opentype'),
		url('fonts/IcoFont/icofont.woff2') format('woff2'),
		url('fonts/IcoFont/icofont.eot'),
		url('fonts/IcoFont/icofont.ttf') format('truetype'),
		url('fonts/IcoFont/icofont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
#Main {
	max-width: 1400px;
	padding:0;
}

body {
	box-sizing: border-box;
	/*! background: #dbe6ff; */
}
body,
input {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
button {
	font-family: 'Manrope', sans-serif;
}
.Tabs-Tab {
	font-size: 16px;
}
#MainHeading { display: none; }

/********** HYPERLINKS */
.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}
.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
	color: #2A8FA4;
	font-weight: none;
	text-decoration: underline;
	font-style: none;
}
#DateAvailableFrom {
	color: #666666;
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.6em;
}
#Periods {
	margin-top: 0.6em;
}
#SearchBox {
	width: 20em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#FromCalendarInput,
#ToCalendarInput {
	width: 12em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	margin: 0 0 10px;
	padding: 0 1em;
	height: 56px;
	line-height: 56px;
	border-radius: 20px;
	border: 1px solid #F4F5F6;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
	width: 12em;
	height: 56px;
	line-height: 45px;
	padding: 0;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	color: #2A8FA4;
	border: 1px solid #F4F5F6;	
	border-radius: 20px;
	background: #F4F5F6;
	transition: background 0.5s, color 0.5s, border 0.5s;
	/*! float: right; */
}
.euButton:hover {
	background: #2A8FA4;
	color: #FFFFFF;
	border-color: #2A8FA4;

	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}
#YearPeriodsContainer a {
	font-size: 1em;
}
a.Periods-YearPeriod {
	background: #F4F5F6;
	color: #2A8FA4;
	border-radius: 20px;
	padding: 1em 1.5em;
	font-weight: bold;
	text-decoration: none;
}
a.Periods-YearPeriodSelected,
a.Periods-YearPeriod:hover {
	background: #2A8FA4;
	color: #FFFFFF !important;
	border-radius: 20px;
	padding: 1em 1.5em;
	font-weight: bold;
	text-decoration: none !important;
}
#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.25em;
}
.Tabs {
	text-align: center;
	border-bottom: 0px;
	font-size: 0px !important;
}
#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 #DBDBDB;	
}
#AllSelector { border-radius: 100px 0px 0px 100px; }
#ByTypeSelector { border-radius: 0px 100px 100px 0px; }

.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 {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 1em;
	border-radius: 20px;
	font-family: inherit;
	font-weight: bold;
	font-size: 18px;
	text-transform: none;	
	color: #2A8FA4;
	font-style: normal;
	text-decoration: none;	
	border: none;
	border: 1px solid #2A8FA4;
	background: #FFFFFF;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	top: 0;
	left: 0em;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	position: relative;
	color: #FFFFFF;
	background: #2A8FA4;
	border: 1px solid #2A8FA4;
	top: 0px;
	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 #DBDBDB;
}
.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display:none;
}

.Type {
	background-color: #4AC6AB;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0em solid #4AC6AB;
	padding: 1.0em 1.0em 1.0em 1.0em;

	font-weight: bold;
	text-transform: none;
	font-family: inherit;
	font-size: 0.8em;	
	color: #2A8FA4;
	background: #F4F5F6;
	border: 1px solid #F4F5F6 !important;
	border-radius: 15px;

	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;

	background-color: #2A8FA4;
	color: #FFFFFF;
	border-color: #2A8FA4;
}

/******************************************************************************** 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: transparent;
	color: #666666;
	border: 1px solid #F4F5F6;
	padding: 0.6em 1em;
	font-family: inherit;
	font-size: 16px;
	text-decoration: initial;
	font-weight: bold;
	border-radius: 5px;
	transition: background 0.5s, color 0.5s, border 0.5s;	
	margin: 5px;	
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	color: #FFFFFF;
	border-color: #2A8FA4;
	background-color: #2A8FA4;
	text-decoration: initial;
	font-weight: bold;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	color: #FFFFFF;
	border-color: #2A8FA4;
	background-color: #2A8FA4;
	text-decoration: initial;
	font-weight: bold;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #363631;
	border-bottom: 0.0em solid #363631;
}
.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: #333333;
	border-bottom-color: #333333;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #86867A;
	border-bottom-color: #86867A;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {

	float: left;

	border: 0em solid #575F61;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;	

}
.PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;
	text-align: left;
}
.PressRelease-SingleLine-DataColumn .PressRelease-SingleLine-AttachmentsCountContainer {
	display: none;
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: left;
	height: 0;
	display: inline-block;
	position: relative;
	top: -35px;
}
.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent;
}
#PressReleases {
	display: block;
	width: 100% !important;
	text-align: center;
	margin: 0 auto !important;
	border-right: 0;	
	border-left: 0;
	/* 	border-bottom: 1px solid #EFEFEF; */
}
.PressRelease {
	display: block !important;
	width: 100%;
	margin: 0 0 1% 0;
	padding: 1em;
	border-radius: 20px;
	border: 1px solid  #F4F5F6;
	background: #F4F5F6;
	transition: 0.2s ease-in-out all;
}
.PressRelease:hover {
	transform: scale(1.01);
}
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsDate) { text-align: left; }
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsType) { text-align: right; }

.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsTitle),
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsType) {
	/* 	display: inline-block !important;
	width: auto; */
	padding: 0;
	margin: 0 1em 1em 0;
}
#PressRelease_0 {
	border-top: 0em solid #575F61;
}
.PressRelease:last-child {
	border-bottom: 0em solid #575F61;
}
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsTitle) {
	width: 100%;
}
.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	width: 100%;
	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	/* 	color: #FFFFFF; */
	color: #333333;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/* 	color: #FFFFFF; */
	color: #2A8FA4;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #FFFFFF;
	color: #333333;
}
.PressRelease-NewsDate {
	margin: 0;
	font-family: inherit;
	font-size: 1.0em;
	color: #FFFFFF;
	color: #2A8FA4;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}
#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

/* CUSTOM FOOTER FOR ASIA */
#SuppliedBy {
	padding-top: 2em;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: right;
	color: #999999;
}
.Disclaimer {
	display: inline-block;
}

.Disclaimer:before {
	content: "|";
}

/********* ADDITIONAL CSS */
#CurrentPeriodContainer > span { display: none; }
#CurrentPeriodContainer,
#YearPeriodsContainer {
	display: table-cell; /* ensures side-by-side layout */
	box-sizing: border-box;
	vertical-align: middle; /* aligns nicely */
}
#CurrentPeriodContainer {
	width: 70%;
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 8px;
}
#YearPeriodsContainer {
	max-width: 200px;
	width: 100%;
	text-align: right;
	float: right;
}
/* YEAR DROPDOWN  */
.styledSelect, .easySelect {
	display: inline-block;
	max-width: 200px;
	font-family: inherit;
	font-size: 16px !important;
	color: #333 !important;
	background: transparent !important;
	font-weight: bold !important;
	padding-top: 7px;
	box-sizing: border-box;
}
.easySelect {
	margin: 0;
	font-size: 0.8rem !important;
	cursor: default;
	display: block;
	position: relative;
	font-family: "Open Sans", sans-serif;
	color: #666666;
	border: none !important;
	border-bottom: 1px solid #2A8FA4 !important;
	border-radius: 0;
	height: 33px;
}
.options {
	border: 1px solid hsl(0, 0%, 95%) !important;
}
.divSearcheasySelect {
	border-bottom: 1px solid hsl(0, 0%, 95%) !important;
}
.options,
.options li {
	font-family: "Open Sans", sans-serif !important;
	font-family: inherit;
	/* 	border: 1px solid #cbcbcb !important; */
}
.options li:hover {
	background-color: #2A8FA4;
	color: #FFFFFF;
}
.container-item .checkmark::after {
	border-color: #2A8FA4 !important;
}
.divSearcheasySelect {
	padding: 5px 30px;
	overflow: hidden;
	text-align: left;
}
.styledSelect {
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 15px;
	border-radius: 15px;
}
.styledSelect:after {
	all: unset;
	content: "";
	position: absolute;
	top: 47%;
	right: 20px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #2A8FA4;
	border-bottom: 2px solid #2A8FA4;
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
}
.container-item {
	padding: 5px 30px;
}
/* END OF: YEAR DROPDOWN */
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	background: url(assets/icons/icon_calendar.png) center center no-repeat;
	width: 30px;
	height: 30px;
	position: relative;
	top: 11px !important;
}
/* CALENDAR */
.EurolandTools-CommonObjects-Calendar-Calendar {
	border: 1px solid #EFEFEF;
	border-radius: 0px;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	text-shadow: unset;
	color: #333333;
	font-family: "Manrope", sans-serif;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 0px;
	text-align: center;
	color: #333333;
	border-radius: 0;
	border: 1px solid #fff;
	transition: background 0.5s;
}
.EurolandTools-CommonObjects-Calendar-Month-Weekend span,
.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend { 
	color: #FF0000;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	background: #2A8FA4;
	color: #FFFFFF;
	border: 1px solid #2A8FA4;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #2A8FA4;
	color: #FFFFFF;
	border-color: #2A8FA4;
	opacity: 0.8;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	display: block;
	width: 50% !important;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-decoration: none;
	text-shadow: none;
	color: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #2A8FA4;
	background: #2A8FA4;
	transition: all 0.2s ease-in-out;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	color: #2A8FA4;
	background: #F4F5F6;
	border-color: #F4F5F6;
}
/* END OF: CALENDAR */

/* LANG ZH-TW AND ZH-CN MODIFICATIONS */
[lang="zh-CN"] body, 
[lang="zh-CN"] input, 
[lang="zh-CN"] button,
[lang="zh-TW"] body, 
[lang="zh-TW"] input, 
[lang="zh-TW"] button {
	font-family: "Microsoft Yahei", "PingFang SC", sans-serif !important;
}

/* RESPONSIVE VIEW */
@media (max-width: 780px) {
	#CurrentPeriodContainer { display: none; }
	#YearPeriodsContainer { display: block; }
}
@media (max-width: 580px) {
	#SortingContainer {
		font-size: 18px;
	}
	#CurrentPeriodContainer,
	#YearPeriodsContainer {
		display: block;
		width: 100%;
		height: 55px;
		line-height: 55px;
	}
}
@media (max-width: 480px) {
	.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsTitle) {
		width: 90%;
	}
	#YearPeriodsContainer {
		display: block;
		width: 100%;
		height: auto;
		line-height: normal;
	}
	#YearPeriodsContainer a {
		display: inline-block;
		width: 15%;
		margin: 1%;
	}
	#SearchBox {
		width: max-content;
	}
}
@media (max-width: 380px) {
	#YearPeriodsContainer a {
		display: inline-block;
		width: 30%;
		margin: 1%;
	}
	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		padding: 0.5em 0.8em;
	}
}