@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 {
	/* display: none; */
	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: 56px;
	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 2em 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;	
}

.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-top: 1.0em !important;
	padding-right: 2.0em;
	padding-bottom: 1.0em !important;
	padding-left: 2.0em;

	margin-top: 0.0em;
	margin-right: 0.08em;
	margin-bottom: 0.0em;
	margin-left: 0.08em;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;	
	color: #333333;

	font-style: normal;
	text-decoration: none;	

	border-top: 0.08em solid #DBDBDB;
	border-right: 0.08em solid #DBDBDB;
	border-bottom: 0.08em solid #DBDBDB;
	border-left: 0.08em solid #DBDBDB;

	background: #DBDBDB;

	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 {
	background: #DBDBDB;
	color: #333333;	
	border-top: 0.08em solid #DBDBDB;
	border-right: 0.08em solid #DBDBDB;
	border-bottom: 0.08em solid #DBDBDB;
	border-left: 0.08em solid #DBDBDB;

	position: relative;
	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;

	color: #F7F0E8;
	font-weight: bold;
	text-transform: none;
	font-family: inherit;
	font-size: 0.8em;	

	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;

	background-color: #43B39B;
	color: #F7F0E8;
	border-color: #43B39B;
}

/******************************************************************************** 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: right;

	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: none;
	text-align: center;
	height: 3em;
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: left;
	clear: left;
	margin-top: 55px !important;
	width: 100%;
}

.NewsColumn-Container .PressRelease-Attachment {
	width: 100%;
	text-align: center !important;
}

.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: inline-block !important;
	margin: 1%;
	/* 	max-width: 417px !important; */
	width: calc(92%/4)!important;
	min-height: 466px;
	height: 100%;
	padding: 0;
	border-right: 0;	
	border-left: 0;
	border-radius: 20px;
	border: 1px solid #EFEFEF;
	background: url("assets/backgrounds/background_reports.png") no-repeat top;
	background-size: contain; /* ensures the image covers the container */
	background-size: 130% 100%;
	transition: all 0.5s ease-in-out;
}
.PressRelease:nth-of-type(1) {
	margin-left: 0;
}
.PressRelease:nth-of-type(4) {
	margin-right: 0;
}
.PressRelease:hover {
	background-size: 140% 120%;
	background-position: center top; /* shifts upward = parallax illusion */
}
.NewsColumn-Container.PressRelease-NewsColumn {
	margin: 40% 5% 0 5%;
}
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsDate) { text-align: center; }
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsType) { text-align: right; }
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsDate),
.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsType) {
	display: inline-block !important;
	width: 100%;
	padding: 0;
	margin-bottom: 1em;
}
#PressRelease_0 {
	border-top: 0em solid #575F61;
}
.PressRelease:last-child {
	border-bottom: 0em solid #575F61;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-decoration: initial;
	color: #FFFFFF;
	/* color: #333333; */
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: bold;
	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-right: 0.5em;

	font-family: inherit;
	font-size: 1.0em;
	color: #FFFFFF;
	/* color: #333333; */
	font-weight: none;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

/* CUSTOM FOOTER FOR ASIA */
#SuppliedBy {
	padding-top: 2em;
	font-size: 14px;
	text-align: right;
	color: #999999;
}
.Disclaimer {
	display: inline-block;
}
.Disclaimer:before {
	content: "|";
}
.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 */

/* ADDITIONAL CSS */
#TotalContainer,
#SortingContainer,
#CurrentPeriod { 
	display: none !important;
}
#ButtonsContainer.NoTabsVisible {
	margin: 2em 0;
}
.PressRelease-Attachment div {
	width: 40px;
	height: 40px;
}
.PressRelease-Attachment a,
.PressRelease-Attachment img {
	width: 30px !important;
	height: 30px !important;
	margin:  0 !important;
}

/* 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;
}

/* MEDIA QUERY */
@media (max-width: 1150px) {
	.PressRelease {
		display: inline-block !important;
		margin: 0.5%;
		max-width: 417px !important;
		width: calc(92%/4) !important;
	}
	.PressRelease-SingleLine-DataColumn:has(.PressRelease-NewsDate) {
		margin-top: 3em;
	}
}

@media (max-width: 1000px) {
	.PressRelease {
		display: inline-block !important;
		margin: 1%;
		/* 	max-width: 417px !important; */
		width: calc(92%/2)!important;
		max-width: 390px !important;
		min-height: 466px;
		height: 100%;
		padding: 0;
		border-right: 0;	
		border-left: 0;
		border-radius: 20px;
		border: 1px solid #EFEFEF;
		background: url("assets/backgrounds/background_reports.png") no-repeat top;
		background-size: contain; /* ensures the image covers the container */
		background-size: 130% 100%;
		transition: all 0.5s ease-in-out;
	}
	.PressRelease:nth-of-type(1) {
		margin-left: 1%;
	}
	.PressRelease:nth-of-type(4) {
		margin-right: 1%;
	}
}
@media (max-width: 890px) {
	.PressRelease {
		display: inline-block !important;
		margin: 0 1% 1% 0;
	}
	.PressRelease:nth-of-type(3n) {
		margin-right: 1%;
	}
}
@media (max-width: 855px) {
	.PressRelease {
		display: inline-block !important;
		margin: 0 1% 1% 0;
	}
}
@media (max-width: 580px) {
	#CurrentPeriodContainer{
		display: none;
	}
	#YearPeriodsContainer {
		display: block;
		width: 100%;
		height: 55px;
		line-height: 55px;
	}
	.PressRelease {
		display: inline-block !important;
		margin: 2% 1;
		/* 	max-width: 417px !important; */
		width: 100% !important;
		max-width: 390px !important;
		min-height: 466px;
		height: 100%;
		padding: 0;
		border-right: 0;	
		border-left: 0;
		border-radius: 20px;
		border: 1px solid #EFEFEF;
		background: url("assets/backgrounds/background_reports.png") no-repeat top;
		background-size: contain; /* ensures the image covers the container */
		background-size: 130% 100%;
		transition: all 0.5s ease-in-out;
	}
}
@media (max-width: 500px) {
	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		padding: 0.4em 0.6em;
		margin: 2px;
	}
}
@media (max-width: 480px) {
	.PressRelease {
		display: inline-block !important;
		max-width: 300px !important;
		min-height: 360px;
		height: 100%;
		margin: 2% 1%;
	}
	#YearPeriodsContainer {
		display: block;
		width: 100%;
		height: auto;
		line-height: normal;
	}
	#YearPeriodsContainer a {
		display: inline-block;
		width: 15%;
		margin: 1%;
		text-align: center;
	}
	#SearchBox {
		width: max-content;
	}
}
@media (max-width: 380px) {
	#YearPeriodsContainer a {
		display: inline-block;
		font-size: 14px;
		width: 30%;
		margin: 1%;
	}
	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		padding: 0.4em 0.4em;
		margin: 2px;
	}
}

@media (max-width: 350px) {
}

/*
11-14 
.Periods-YearPeriod:nth-child(4),
.Periods-YearPeriod:nth-child(5){
	display: none !important;
}
*/