@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
  
#Main {
    max-width: 1420px;
    padding:0;
}
body,
input {
    font-size: 16px;
    font-family: "Microsoft YaHei UI", "Roboto", Arial, sans-serif;
    color: #333333;
	  background: #FFF;
}

.en-GB body{
  font-family: Poppins, sans-serif!important;
}

.zh-CN body,
.zh-TW body{
  font-family: Microsoft Yahei UI, sans-serif!important;
}
button {
	/* font-family: 'Microsoft Yahei', Arial, 微软雅黑, sans-serif !important; */
}

.Tabs-Tab {
    font-size: 18px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
  color: #161616;
	text-decoration: none;
	font-style: none;
  font-weight: 400;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
    color: #161616;
	
	font-weight: 400;
	text-decoration: none;
	font-style: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
	min-width: 300px;
	min-height: 300px;
		
	background: rgba(255, 255, 255, 0.85);
	background: #fff;
	
	border: 1px solid #252525;	
	border-radius: 4px !important;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #333333 !important;
	display: none !important;
}
#DateAvailableFrom {
    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;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 22px;
    line-height: normal;
    width: 162px;
    border: 1px solid #333333;
	border-radius: 0px;
    background: #fff;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
    height: 48px;
	line-height: 8px;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	/*! padding: 1.0em; */
	border: 1px solid #004138;
	border-radius: 8px;
    background: #004138;
    color: #fff;
	transition: background 0.5s, color 0.5s, border 0.5s;
	float: none;
	width: 150px;
	margin-left: -12px !important;
	border-radius: 0px;
}
.euButton:hover {
    background: #fff;
    color: #00201B;
	border: solid 2px #00201B;
	cursor: pointer;
}


#ToCalendarContrainer > div:nth-child(1) {
  margin-right: 25px !important;
}

#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
    text-align: left;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight:400;
	   color: #161616;
}

#SearchContainer::before {
  content: "";
  position: absolute;
  margin-left: 10px;
  top: 40%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;

  background: url("Search.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

#SearchContainer::before {
  content: "";
  position: absolute;
  margin-left: 10px;
  top: 28px !important;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;

  background: url("Search.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
div.HeadingColomnContainer:nth-child(1) > div:nth-child(1){
	margin-left: 0.8em;
}

div.HeadingColomnContainer:nth-child(3) > div:nth-child(1){
	margin-right: 2em;
  text-align: right;
}


footer .supply-by > a:hover, #SuppliedBy > a:hover, .footer .supply-by > a:hover, .supplied-box span > a:hover, .footer-info .supply-by span > a:hover, .footer div .hyperlink:hover, .footer-box .supplyby-box .hyperlink:hover, .footer-box .supplied .hyperlink:hover, footer .supply-by > a:visited, #SuppliedBy > a:visited, .footer .supply-by > a:visited, .supplied-box span > a:visited, .footer-info .supply-by span > a:visited, .footer div .hyperlink:visited, .footer-box .supplyby-box .hyperlink:visited, .footer-box .supplied .hyperlink:visited, footer .supply-by > a:active, #SuppliedBy > a:active, .footer .supply-by > a:active, .supplied-box span > a:active, .footer-info .supply-by span > a:active, .footer div .hyperlink:active, .footer-box .supplyby-box .hyperlink:active, .footer-box .supplied .hyperlink:active, footer .supply-by > a:focus, #SuppliedBy > a:focus, .footer .supply-by > a:focus, .supplied-box span > a:focus, .footer-info .supply-by span > a:focus, .footer div .hyperlink:focus, .footer-box .supplyby-box .hyperlink:focus, .footer-box .supplied .hyperlink:focus {
    /*! margin-top: 1em; */
    padding: 0px;
    padding-top: 0em;
    padding: 0.6em;
	padding-left: 13px;
    font-size: 18px;
    font-weight:normal;
	color:#333;
	background-color: #F5F6F5;
	line-height: 18px;
	border-bottom: 1px solid #A3A3A3;
    display: -webkit-box;
    background: transparent !important;
}
#SortingContainer {
    /*! margin-top: 1em; */
    padding: 0px;
    padding-top: 0em;
    padding: 17px;
	padding-left: 13px;
    font-size: 18px;
    font-weight:normal;
	color:#333;
	background-color: #fff;
	line-height: 17px;
	border-bottom: 0px solid #A3A3A3;
    display: none !important;
}

div.HeadingColomnContainer:nth-child(4) > div:nth-child(1){
	margin-left: 35px;
}
.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 #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: 16px;
    line-height: 19px;
    padding-top: 1em !important;
    padding-bottom: 1em !important;  
    margin: 0em;
    font-family: inherit;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    color: #fff;
    font-style: normal;
    text-decoration: none;
    border: 1px solid #00201B;
    background: #00201B;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
	width: 178px;
	margin: 5px 10px;
	border-radius: 10px;
}
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #FFF;
	color: #00201B;	
	border: 1px solid #00201B;
	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 #00201B;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}
.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
  vertical-align: middle !important;
}


#ButtonsContainer.NoTabsVisible {
  border-bottom: 0px solid #e1e1e1 !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
}

.Type {
	/* height: 45px; */
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #00201B;
    padding: 11px 15px;
    color: #00201B;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 16px;
    margin: 5px;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #00201B;
	color: #fff;
	/* border-color: #00201B; */
	outline: 2px solid #00201B;
	outline-offset: 2px;
}


/******************************************************************************** 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 {
	display: inline-block;
	background-color: transparent;
	color: transparent; /* hide any text color */
	border: 0px solid #007364;
	padding: 10px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	transition: 0.5s ease-in-out;
	margin: 0 8px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border-radius: 4px;

	/* Use Arrow.svg as background */
	background-image: url("Arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
	display: inline-block;
	background-color: transparent;
	color: transparent; /* hide any text color */
	border: 0px solid #007364;
	padding: 10px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	transition: 0.5s ease-in-out;
	margin: 0 8px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border-radius: 5px;

	/* Use Arrow.svg as background */
	background-image: url("Arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;

	/* Rotate arrow to face right */
	transform: rotate(180deg);
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
	width: 12px;
	height: 12px;
    line-height: 14px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #004138;
    border: 1px solid #007364;
    padding: 8px;
    font-family: inherit;
    font-size: 16px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 1px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 2px 6px;	
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #00201B;
	color: #FFFFFF;
	border-color: #00201B;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #00201B;
	color: #FFFFFF;
	border-color: #00201B;
	
	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 #333333;
	border-bottom: 0.0em solid #333333;
}
.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: #00201B;
	border-bottom-color: #00201B;
}

.PressRelease-SingleLine-DateContainer {

}
.PressRelease-SingleLine-TypeContainer {
	float: none;
	border: 0em solid #E6E6E6;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: transparent;
	padding: 0em;
}

.PressRelease-SingleLine-DataRow {
	/*! padding-top: 0px; */
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 2px solid #a3a3a3;
	padding: 33px 25px 33px 0px;

	border-right: 0em solid #a3a3a3;	
	border-left: 0em solid #a3a3a3;
	height: auto !important;
}
.PressRelease:hover{
	background: #fff;
}
#PressRelease_0 {
	border-top: 0em solid #E6E6E6;
}
.PressRelease:last-child {
	/* border-bottom: 1px solid #E6E6E6; */
}


.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 18px;
	
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #00201B;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #00201B;
}
.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 16px;
	color: #007364;
	border: 1px solid #007364;
	padding: 0px 5px;
	border-radius: 5px;
}

.PressRelease-NewsTitle{
	position: relative;
	top: 10px;
}



.PressRelease-NewsDate {
	margin-right: 1.5em;
	font-family: inherit;
	font-size: 16px;
	color: #007364;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
	margin-left: 0em;
}
.en-GB .PressRelease-NewsDate {
	margin-right: 2em !important;
}

.PressRelease-NewsDate:hover{
	color: #00201B;
}

#PagesContainer {
    text-align: center;
    padding-top:35px;
}
#SuppliedBy {
    text-align: right;
    padding-top: 40px;
	font-size: 14px;
	color:#161616;
	display: block;
    background: transparent !important;
}
.Disclaimer {
	display: inline-block;
	float: right;
	margin-left: 2px;
  }

/* .Disclaimer::before{
	content: '|';
	position: relative;
	right: 1px;
	color: #645953;

} */

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
  border-color: #00201B;
  background: #00201B;
  color: #fff;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
  background: #00201B;
  cursor: pointer;
  color: #fff;
}
/*****************Custom*********************/
.EurolandTools-CommonObjects-Calendar-SelectionIndicator, .InputBox {
    padding: 8px !important;
    margin: 5px !important;
	margin-top: 6px !important;
	margin-left: 3px !important;
	margin-right: 5px !important;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator{
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    color: #161616;
    font-size: 16px;
    font-weight: 400;
}

div#TotalContainer {
    color: #161616;
    font-size: 16px;
	   font-weight: 400;
}
.PressRelease-SingleLine-DataColumn {
    display:    inline-block !important;
    vertical-align: middle !important;
}
.PressRelease-NewsDateformat{
	color: #00201B !important;
	font-size: 20px;
}


.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
  width: 130px;
  box-sizing: border-box;
  /*! min-width: 140px; */
}

.HeadingColomnContainer-Date {
    width: 140px;
    box-sizing: border-box;
}
.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
    width: 70%;
    box-sizing: border-box;
    margin: 0;
	/*! text-align: right; */
	vertical-align: top !important;
}
.HeadingColomnContainer-Title {
    width: 62%;
    box-sizing: border-box;
    margin: 0;
	vertical-align: top !important;
}
.PressRelease-SingleLine-TitleContainer {
    width: 84%;
    box-sizing: border-box;
    margin: 0px;
	vertical-align: top !important;
}
.NewsColumn-Container .PressRelease-Attachment {
	/*! padding-right: 14px !important; */
}
/* a#ByTypeSelector {
    border-radius: 0em 8px 8px 0em;
}
a#AllSelector {
    border-radius: 8px 0px 0px 8px;
} */
.InactiveInputBox {
    color: #666666;
}


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 #FFF;
  background-size: contain;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  -ms-print-color-adjust: exact;
  print-color-adjust: exact;
  background: transparent;
}

  .styledSelect, .easySelect {
	display: inline-block;
	max-width: 128px;  
	font-family: inherit; 
	font-size: 18px !important;
	color: #00201B !important;
	background: transparent;
	font-weight: normal !important;
	padding-top: 8px;
	height: 40px;
	border: 0px solid #EAEAEA;
	box-sizing: border-box;
	border-radius: 8px !important;
  }
  .easySelect {
	border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
  }
  .divSearcheasySelect {
    height: 23.2px;
}
.container-item {
	height: 27.1px;
	font-size: 16px !important;
}
.container-item .checkmark:after{
	border: 2px solid #333333 !important;
	border-width: 0 2px 2px 0 !important;
}
#selectAlleasySelect {
	font-size: 16px !important;
  }
  .PressRelease-Attachment {
	text-align: right;
	padding-top: 3px;
	overflow: hidden;
    width: 139px;
    height: 46px;
	opacity: 1.0 !important;
  }

 .NewsColumn-Container .PressRelease-Attachment img {
	width: 139px !important;
	height: 50px !important;
	position: relative;
	top: -13px;
	left: 0px;
  }

  .zh-CN .NewsColumn-Container .PressRelease-Attachment img,
  .zh-TW .NewsColumn-Container .PressRelease-Attachment img {
	width: 104px !important;
	height: 20px !important;
	position: relative;
	top: 13px;
	left: 0px;
  }

.PressRelease-Attachment div {
	width: 139px !important;
	height: 50px !important;
}


	.PressRelease-NewsTitle{
		font-size: 18px;
		color: #161616;
		font-weight: 400 !important;
	}

	.styledSelect:after{
		top: 17px;
	}

	.Tabs-Tab-Container{
		padding-left: 0;
		padding-right: 0;
	}

	a#AllSelector {
		border-radius: 8px 8px 8px 8px!important;
	}
	.Tabs {
		text-align: center;
		border-bottom: 0px;
		font-size: 0px !important;
		width: fit-content;
	}
	.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{
	top: -1px
	}
	.Tabs{
		border-radius: 8px !important;
	}
	a#AllSelector {
		border-radius: 8px 8px 8px 8px!important;
	}
	div#Tabs {
		text-align: center !important;
	}
	.Tabs{
	margin: 0 auto
	}

	span.TermsLinkContainer::before{
		content: '|';
	}

	.Disclaimer{
		margin-left: 7px;
	}

	footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink{
		height: auto;
		background: transparent !important;
	}

	#ButtonsContainer .euButton{
		border: solid 1px #00201B;
		background-color: white;
		color: #333!important;
	}
	#ButtonsContainer .euButton:hover{
		background: #00201B;
		color: #fff !important;
		border: solid 2px #fff;
		outline: 2px solid #00201B;
	}

	#DateAvailableFrom{
		display: none;
	}

	.PressRelease-SingleLine-DateContainer,
	.PressRelease-SingleLine-TitleContainer,
	.PressRelease-SingleLine-TypeContainer{
		vertical-align: middle!important;
		box-sizing: border-box;
	}

	.PressRelease-SingleLine-TitleContainer {
	float: unset;
}


 .PressRelease-SingleLine-AttachmentsContainer{
	float: right;
 }

  #SearchBox {
	margin-left: 0px !important;
	color: #161616 !important;
	font-weight: 400;
	font-size: 16px;
	padding-left: 40px !important;
	width: 200px;
	text-transform: capitalize;
	margin-right: 11px !important;
  }

  #CurrentPeriodContainer {
	display: none !important;
	}

	.EurolandTools-CommonObjects-Calendar-Calendar {
		color:#333333 !important;
		min-width: 280px;
	}
	span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
		background: #00201B;
		color:#FFFFFF;
		border: 1px solid #00201B;
		border-radius: 50px;
	}
	span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
		background: #00201B;
		color:#fff;
		outline: solid 2px #00201B;
		/* border: solid 2px #fff; */
		outline-offset: 2px;
		transition: 0s;
	}
	/* .zh-CN .HeadingColomnContainer.HeadingColomnContainer-Attachments,
	.zh-TW .HeadingColomnContainer.HeadingColomnContainer-Attachments{
		padding-left: 46px;
	  }
	  .en-GB .HeadingColomnContainer.HeadingColomnContainer-Attachments{
		padding-left: 52px;
	  } */
/****************Custom Calendar*******************/
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	width: 30px;
    height: 30px;
    background: url(Calendar.png) no-repeat;
    margin: 1px;
    margin-left: -37px;
    margin-right: 3px;
    background-size: 22px;
    top: 14px;
	  left: -135px;
}
/****************Media Query*******************/
@media (max-width: 1332px){
	.HeadingColomnContainer-Title {
		width: 61.5%;
	}
}
@media (max-width: 1271px) {
  .HeadingColomnContainer-Title {
    width: 60.5%;
  }
}
@media (max-width: 1200px) {
.NewsColumn-Container .PressRelease-Attachment img {
	margin: 0px !important;
}
 .HeadingColomnContainer-Title {
    width: 59.5%;
  }
}
@media (max-width: 1144px) {
  .HeadingColomnContainer-Title {
    width: 58.5%;
  }
    .HeadingColomnContainer-Title {
    width: 58.5%;
  }
}
@media (max-width: 1110px) {
.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
  width: 80%;
}
 .HeadingColomnContainer-Title {
    width: 59.5%;
  }
}
@media (max-width: 1044px) {
.en-GB .PressRelease-SingleLine-TitleContainer {
  width: 100%;
}
.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
  margin: 0px;
}
 .HeadingColomnContainer-Title {
    width: 58.5%;
  }
   .zh-CN .PressRelease-SingleLine-TitleContainer,
   .zh-TW .PressRelease-SingleLine-TitleContainer {
    width: 64% !important;
  }
}
@media (max-width: 1000px) {
  .HeadingColomnContainer-Title {
    width: 57%;
  }
}
@media (max-width: 950px) {
  .HeadingColomnContainer-Title {
    width: 55.5%;
  }
}

@media (min-width: 630px) and (max-width: 1044px){
			.PressRelease-SingleLine-TitleContainer {
			width: 70% !important;
			box-sizing: border-box;
			margin: 0px;
			vertical-align: top !important;
		}
}

  @media (max-width: 900px) {
		.PressRelease-SingleLine-DataRow .PressRelease-NewsType {
      margin: 0px 10px 0px 0px;
		 }
		.PressRelease-NewsDate{
			margin-left: 0em;
		}
		
	#SortingContainer {
		display: none !important;
	}
	
	  .PressRelease {
		  height: auto !important;
		  padding: 20px !important;
	  }
	.PressRelease-SingleLine-TypeContainer {
			text-align: left;
		}
		.PressRelease-SingleLine-TitleContainer {
			width: 75%;
		}
			.zh-CN .PressRelease-SingleLine-TitleContainer, .zh-TW .PressRelease-SingleLine-TitleContainer {
			width: 90% !important;
		}
			.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
			/*! vertical-align: top !important; */
	   }
	 	.HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
			width: 100%;
		}
		
	.zh-CN	.PressRelease-Attachment div,
		.zh-TW	.PressRelease-Attachment div {
		width: 139px !important;
		height: 50px !important;
		position: relative;
		left: -10px !important;
}
		
}

@media (max-width: 821px) {
		.euButton {
			margin: 6px;
	}
}

@media (max-width: 632px) {
  .HeadingColomnContainer-Type, .PressRelease-SingleLine-TypeContainer {
    width: 100%;
  }
  .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
  width: 100px;
  min-width: 100px;
}
 .PressRelease-SingleLine-TitleContainer {
    width: 71%;
  }
	
	.PressRelease-NewsTitle,
	.PressRelease-NewsTitle:link,
	.PressRelease-NewsTitle:visited {
		-webkit-line-clamp: 2;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-transform: uppercase;
		width: 90%;
	}
}

@media (max-width: 629px) {
 
	.PressRelease-SingleLine-AttachmentsContainer{
		float: left !important;
	}
	  .PressRelease {
    height: 150px;
    padding: 20px !important;
  }
	
	 .PressRelease-SingleLine-AttachmentsContainer {
    position: unset !important;
    right: 10px;
}
	
			.NewsColumn-Container .PressRelease-Attachment img {
			width: 139px !important;
			height: 50px !important;
			position: relative;
			top: 5px;
	}
}

@media (min-width: 530px) and (max-width: 668px){
		#SearchBox {
		  width: 450px;
	}
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #FromCalendarInput, #ToCalendarInput {
    width: 142px;
  }
	.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    left: -115px;
  }
}
@media (max-width: 529px) {
	#SearchBox {
		  width: 400px;
		  margin-left: 3px !important;
	}
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #FromCalendarInput, #ToCalendarInput {
    width: 202px;
  }
	.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    left: -175px;
  }
	.euButton {
		margin-left: 3px !important;
	}
}

@media (max-width: 477px){
	#SearchBox {
		  width: 357px;
	}
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #FromCalendarInput, #ToCalendarInput {
    width: 182px;
  }
	.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    left: -157px;
  }
}

@media (max-width: 465px){
	#SearchBox {
		  width: 297px;
	}
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #FromCalendarInput, #ToCalendarInput {
    width: 152px;
  }
	.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    left: -130px;
  }
		.euButton {
		margin-left: 3px !important;
	}
		#FromCalendarContrainer, #ToCalendarContrainer {
		display: inline-block;
	}
}

@media (max-width: 377px){
	  #SearchBox {
    width: 272px;
  }
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #FromCalendarInput, #ToCalendarInput {
    width: 140px;
		margin-left: 2px !important;
  }
	.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    left: -120px;
  }
}


@media (min-width: 320px) and (max-width: 355px){
	  #SearchBox {
    width: 240px;
  }
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator, #FromCalendarInput, #ToCalendarInput {
    width: 124px;
		margin-left: 2px !important;
  }
	.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    left: -100px;
  }
}



@media (max-width: 450px) {
		.PressRelease-SingleLine-TitleContainer {
			 width: 100% !important;
	 }
			.PressRelease-NewsTitle, 
			.PressRelease-NewsTitle:link, 
			.PressRelease-NewsTitle:visited {
				font-family: inherit;
				font-size: 16px;
	 }
			.PressRelease-NewsType {
				font-size: 14px;
	}
}

 @media (max-width: 900px){
	.PressRelease-SingleLine-DateContainer, .PressRelease-SingleLine-TitleContainer, .PressRelease-SingleLine-TypeContainer{
		display: inline-block!important;
	}

	.PressRelease-SingleLine-DataRow{
		display: block;
		width: 100%;
		position: relative;
	}

	.PressRelease-SingleLine-AttachmentsContainer{
		position: absolute;
		right: 10px;
		top: calc(50% - 10px);
	}
}
