@font-face {
	font-family: "RM Neue";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/RMNeue-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "RM Neue";
	font-style: normal;
	font-weight: 500;
	src: url("fonts/RMNeue-Bold.ttf") format('truetype');
}

@font-face {
	font-family: "RM Neue";
	font-style: normal;
	font-weight: 600;
	src: url("fonts/RMNeue-Black.ttf") format('truetype');
}

@font-face {
	font-family: "GE SS Unique";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/GESSUnique-Light.ttf") format('truetype');
}

@font-face {
	font-family: "GE SS Unique";
	font-style: normal;
	font-weight: 500;
	src: url("fonts/GESSUnique-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "GE SS Unique";
	font-style: normal;
	font-weight: 600;
	src: url("fonts/GESSUnique-Bold.ttf") format('truetype');
}

@font-face {
	font-family: 'icofont';
	src: url('fonts/icofont.eot');
	src: url('fonts/icofont.eot?#iefix') format('embedded-opentype'),
		url('fonts/icofont.woff2') format('woff2'),
		url('fonts/icofont.woff') format('woff'),
		url('fonts/icofont.ttf') format('truetype'),
		url('fonts/icofont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#Main {
	width: 100%;

	max-width: 1200px;
    margin: 0 auto;
    width: auto;
    background: #FFFFFF33;
    border-radius: 8px 8px 0 0;
    padding: 20px 30px 0;

}

body {
	background: #000C24;
}

body,
input {
	font-family: "RM Neue", sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

button {
	font-family: "RM Neue", sans-serif;
}

.Tabs-Tab {
	font-size: 16px;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #FFFFFF;

	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: #26AAE1;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#MainHeading {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em !important;
	font-weight: 500;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	color: #FFFFFF !important;
	display: none;
}

#DateAvailableFrom {
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0em;

	color: #FFFFFF;
}

#Periods {
	margin-top: 0.6em;
	color: #FFFFFF;
}

div#TotalContainer {
	color: #929397;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	width: 12em;
	margin: 2px 0;

	line-height: 44px;
	height: 44px;

	font-family: inherit;
	font-size: 16px;

	color: #000C24;
    border: 1px solid #000C2433;
	padding: 1px 15px 0;
	background: #FFFFFF;
    border-radius: 8px;
	box-sizing: border-box;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: auto;
	line-height: normal;

	font-family: inherit;
	font-size: 1.0em;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: none;

	padding: 1px 1em 0;

	border-radius: 50px;

	background: #015EAB;
	border: 0px solid #015EAB;

	float: none;

	height: 44px;
	line-height: 44px;

	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;

	min-width: 10em;
	position: relative;
    margin-top: 16px;
}

.euButton::after {
    content: "";
    display: inline-block;
    background-image: url('icons/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    vertical-align: middle;
}

div#ButtonsContainer .euButton {
	min-width: 12em;
}

.euButton:hover {
	text-decoration: none;

	color: #FFFFFF;
	background: #26AAE1;
	border: 0px solid #26AAE1;

	cursor: pointer;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 20px;
	font-weight: 500;
	font-family: inherit;
	color: #FFFFFF;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.15em;
	font-weight: 600;
}

.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 #9F9F9F;
}

.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: 0px 32px !important;

	margin-top: 0.0em;
	margin-right: 15px;
	margin-bottom: 0.0em;
	margin-left: 0px;

	border-radius: 100px;

	font-family: inherit;
	font-weight: 600;
	font-size: 1.0em;
	text-transform: none;
	color: #26AAE1;

	font-style: normal;
	text-decoration: none;

	border-top: 1px solid #26AAE1;
	border-right: 1px solid #26AAE1;
	border-bottom: 1px solid #26AAE1;
	border-left: 1px solid #26AAE1;

	background: #FFFFFF;

	transition: .2s ease-in-out;

	position: relative;
	top: 0;
	left: 0em;

	min-width: 7em;

	height: 36px;
	line-height: 36px;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #26AAE1;
	color: #FFFFFF;
	border-top: 1px solid #26AAE1;
	border-right: 1px solid #26AAE1;
	border-bottom: 1px solid #26AAE1;
	border-left: 1px solid #26AAE1;

	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 #404040;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

/* #Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
} */

.Type {
	background-color: #26AAE1;
	border-radius: 100px;
	border: 1px solid #26AAE1;
	padding: 1.0em 1.0em 1.0em 1.0em;

	color: #FFFFFF;
	font-weight: 600;
	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: #FFFFFF;
	color: #26AAE1;
	border-color: #26AAE1;
}

/******************************************************************************** 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: 100px;
	margin: 0.0em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

	display: inline-block;

	background-color: #015EAB;
	color: #FFFFFF;
	border: 0px solid #015EAB;

	padding: 2px 0em 0;

	font-family: inherit;
	font-size: 14px;
	text-decoration: initial;
	font-weight: 400;

	border-radius: 50px;

	transition: background 0.5s, color 0.5s, border 0.5s;

	margin: 2px;
	width: 33px;
	height: 33px;
	line-height: 33px;
}

.Pages-Arrow:active,
.Pages-PageMarker:active {
	background: #26AAE1;
	color: #FFFFFF;
	border-color: #26AAE1;

	text-decoration: initial;
	font-weight: 400;
}

.Pages-Arrow:hover,
.Pages-PageMarker:hover,
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background: #26AAE1;
	color: #FFFFFF;
	border-color: #26AAE1;

	text-decoration: initial;
	font-weight: 400;
}

td.Pages-ArrowContainer {
	position: relative;
}

td.Pages-ArrowContainer:first-child a,
td.Pages-ArrowContainer:last-child a {
	color: transparent;
}

td.Pages-ArrowContainer:first-child::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 15px;
	height: 15px;
	background-image: url('icons/prev.png');
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}

td.Pages-ArrowContainer:last-child::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	width: 15px;
	height: 15px;
	background-image: url('icons/next.png');
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}

td.Pages-ArrowContainer:first-child:hover::after {
	background-image: url('icons/prev.png');
}

td.Pages-ArrowContainer:last-child:hover::after {
	background-image: url('icons/next.png');
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #313235;
	border-bottom: 0.0em solid #313235;
}

.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: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}

.PressRelease-SingleLine-TypeContainer {
	float: right;

	border: 0em solid #E0E0E1;
	border-radius: 100px;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/* .PressRelease-SingleLine-TitleContainer {
	clear: left;
	float: left;	
} */

.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: left;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

/* .PressRelease {
    border-radius: 0px;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
    width: 33.33%!important;
    margin: 0em!important;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    height: 170px !important;
    background: #FFFFFF;
    margin: 0;
    opacity: 0.8 !important;
    border: 1px solid #E0E0E1!important;
} */

#PressReleases {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.PressRelease {
	border-radius: 12px;
	padding: 25px 20px 20px;
	box-sizing: border-box;
	transition: all 0.3s ease-in;
	width: 49% !important;
	/* Adjust width to account for gap */
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	/* height: 170px !important; */
	background: #FFFFFF33;
	opacity: 1 !important;
	border: 0px solid #FFFFFF33 !important;
}

#PressReleases {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0;
}

.PressRelease {
	/* ... other properties ... */
	width: auto !important;
	/* Let grid handle the width */
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #FFFFFF;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.PressRelease-NewsType {
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px;
}

.PressRelease-NewsDate {
	font-family: inherit;
	font-size: 18px;
    color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy,
.TermsLink,
.CookieLink {
	text-align: right;
	padding-top: 2em;
	font-size: 15px;
	color: #FFFFFF !important;
}

.TermsLink:hover,
.CookieLink:hover {
	color: #26AAE1 !important;
}

.PressRelease:hover a {
	color: #FFFFFF;
}

/*********** Custom phrases*************/
.HeadingColomnContainer,
.PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
	display: inherit !important;
	vertical-align: middle !important;
	text-align: right;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	box-sizing: border-box;
	text-align: center;
}

span.PressRelease-day.datefontbigsize {
	font-size: 40px;
	font-weight: 600;
	background-image: linear-gradient(#D1B190, #FFE09D, #D1B190);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

span.PressRelease-month.datefontsmallsize {
	font-size: 14px;
	color: #D1B190;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	width: 99%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	line-clamp: 3 !important;
	-webkit-box-orient: vertical;
	height: 100%;
	text-align: left;
	opacity: 1 !important;
}

.PressRelease-Attachment div {
	width: 40px !important;
	height: 40px !important;
	margin: 0px !important;
	opacity: 1 !important;
}

.PressRelease-Attachment>div>a>img {
	width: 30px !important;
	height: 30px !important;
	opacity: 1 !important;
}

.easySelect {
	height: 40px !important;
	width: 98px !important;
	color: #FFFFFF !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	border: 1px solid #9F9F9F !important;
}

.styledSelect {
	border-radius: 0em !important;
}

#YearPeriodsContainer {
	text-align: right;
	/* width: 6em; */
}

.styledSelect::after {
	border-color: #FFFFFF transparent transparent transparent;
}

.container-item .checkmark::after {
	border: 2px solid #26AAE1 !important;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}

.Tabs-Tab-Container.selected::after {
	content: "";
	width: 0px;
	height: 0;
	position: absolute;
	top: 86%;
	left: 45%;
	margin-left: -0em;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid #EDF7F8;

}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin: 16px 0px 0px 0 !important;
	width: 100%;
}

/* #DateAvailableFrom,
#DateAvailableFrom,
#CurrentPeriodContainer,
#TotalContainer,
#Tabs,
#SortingContainer,
#PagesContainer,
#SuppliedBy {
	display: none !important;
}

#SearchContainer,
#YearPeriodsContainer {
	display: none !important;

} */

/*.PressRelease-Attachment div a img:hover,
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer div div a img:hover,
.PressRelease div div:hover div div a img {
	content: url(pdfh.png);
	opacity: 1 !important;
}*/

.PressRelease-SingleLine-AttachmentsContainer {
	position: relative;
	bottom: -10px;
	right: -7px;
}

.PressRelease:hover {
	opacity: 1 !important;
}

div#TotalContainer,
div#SortingContainer {
	text-align: left;
}

#CurrentPeriodContainer {
	text-align: left;
    font-weight: 500;
}

/* CALENDAR */

.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton,
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	text-shadow: none;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
	color: #FFFFFF;
    border: 0px solid #fff;
}

td.EurolandTools-CommonObjects-Calendar-Month-Weekend.EurolandTools-CommonObjects-Calendar-Month-Day span,
th.EurolandTools-CommonObjects-Calendar-Month-DayName.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-Table tr th:nth-child(5),
.EurolandTools-CommonObjects-Calendar-Month-Table tr th:nth-child(6),
.EurolandTools-CommonObjects-Calendar-Month-Table tr td:nth-child(5) span,
.EurolandTools-CommonObjects-Calendar-Month-Table tr td:nth-child(6) span {
	color: #E22100;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	background: #015EAB;
	border: 0px solid #015EAB;
	color: #FFFFFF;
	width: 6em;
	padding: 1px 1em 0;
	font-weight: 400;
	border-radius: 50px;
	position: relative;
	height: 34px;
	line-height: 34px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	text-decoration: none;

	color: #FFFFFF;
	background: #26AAE1;
	border: 0px solid #26AAE1;

	cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	border-top: 1px solid #E0E0E1;
	padding: 2px;
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #26AAE1;
	background: #26AAE1;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	cursor: pointer;
	border-color: #26AAE1;
	background: #26AAE1;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
	margin: 0 auto;
	padding-top: 0px;
	width: 8em;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	border: 1px solid #26AAE1;
	background: #26AAE1;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
	font-family: inherit;
	color: #FFFFFF;
	text-shadow: none;
}

table.EurolandTools-CommonObjects-Calendar-Calendar-NavigatorStructTable td>span {
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
	color: #FFFFFF;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
	color: #FFFFFF !important;
	font-weight: 500 !important;
	text-decoration: underline !important;
}

#YearPeriodsContainer a:hover {
	color: #FFFFFF !important;
	font-weight: 500 !important;
	text-decoration: underline !important;
}

.EurolandTools-CommonObjects-Calendar-CalendarContainer {
    box-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar {
	border: 1px solid #CCCCCC;
    background: #000C24;
}

td.EurolandTools-CommonObjects-Calendar-Month-NotActive.EurolandTools-CommonObjects-Calendar-Month-Day .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    border: 0px solid #fff;
    font-weight: 500;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
	border: 0px solid #898989;
	background: #000C24;	
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation {
    background: #000C24;
    border: 1px solid #CCCCCC;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
	border-radius: 4px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover {
    background: #000C24;
    color: #FFFFFF;
    border: 1px solid #000C24;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
    background: #FFFFFF;
    color: #000C24;
    border: 1px solid #CCCCCC;
}

span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton {
    border: 0px solid #CCCCCC;
    font-weight: 500;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    width: 26px;
    height: 26px;
    line-height: 28px;
}

/* ADDITIONAL CSS */

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	margin-bottom: 8px;
}

a.Periods-YearPeriod {
	padding-left: 8px;
}

#ButtonsContainer.NoTabsVisible {
	border: 0;
}

input#SearchBox {
	width: 100%;
	background: #EFF0F0;
	/* line-height: 55px;
	height: 55px; */
}

/* div#Se\a \a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \<div\ id\=,
div#SearchContainer {
	position: relative;
}

button#SearchButton {
	position: absolute;
	right: 5px;
	top: 4px;
} */

#FromCalendarContrainer,
#ToCalendarContrainer {
	width: 49%;
	box-sizing: border-box;
	margin-right: 19px;
}

span#ToCalendarContrainer {
	margin: 0;
}

.EurolandTools-CommonObjects-Calendar-Selection {
	display: block;
	position: relative;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	position: absolute;
	right: 16px;
	top: 27px;
}

#Periods {
	margin-top: 16px !important;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    cursor: pointer;
    margin: 1px 5px;
	position: absolute;
    top: 25px;
    right: 15px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url('icons/calendar.png');
}

.HintObject {
    background: #000C24;
    border: 1px solid #000C24;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    box-shadow: none;
    text-shadow: none;
}

#SuppliedBy > a:before {
	background: right url('icons/logo-transparent.png') no-repeat transparent;
	background-size: contain;
	top: -1px;
	visibility: visible;
}

.SeparateNews-Header-Container, .SeparateNews-Footer-Container {
    background: transparent;
    box-shadow: none;
}

div#SuppliedBy {
    max-width: 1200px;
    margin: 0 auto;
    width: auto;
    background: #FFFFFF33;
    border-radius: 0 0 8px 8px;
    padding: 0 30px 20px;
}

/* ARABIC */

.ar-AE body {
	direction: rtl;
	font-family: "GE SS Unique", sans-serif;
}

.ar-AE #YearPeriodsContainer {
	text-align: left;
}

.ar-AE #DateAvailableFrom,
.ar-AE #CurrentPeriodContainer,
.ar-AE div#TotalContainer,
.ar-AE div#SortingContainer {
	text-align: right;
}

.ar-AE .ArrowContainer:after {
	right: 0;
	left: -1em;
	top: 2px;
}

.ar-AE td.Pages-ArrowContainer:first-child::after,
.ar-AE td.Pages-ArrowContainer:last-child::after {
	transform: scaleX(-1);
}

.ar-AE button#SearchButton {
	right: unset;
}

.ar-AE .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
	text-align: right;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
	float: right;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
	float: left;
}

.ar-AE .EurolandTools-CommonObjects-Calendar-CalendarIcon {
	right: unset;
	left: 12px;
}

.ar-AE #FromCalendarContrainer {
	margin-right: 0;
	margin-left: 20px;
}

.ar-AE .euButton::after {
    margin-left: 0px;
    margin-right: 15px;
    transform: scaleX(-1);
}

.ar-AE a.Periods-YearPeriod {
    padding-left: 0px;
    padding-right: 8px;
}

/* RESPONSIVE */

@media screen and (max-width: 1135px) {
	#FromCalendarContrainer {
		margin-right: 18px;
	}

	.ar-AE #FromCalendarContrainer {
		margin-left: 18px;
	}
}

@media (max-width:1124px) {
	#PressReleases {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding: 10px;
	}
}

@media screen and (max-width: 1035px) {
	#FromCalendarContrainer {
		margin-right: 16px;
	}

	.ar-AE #FromCalendarContrainer {
		margin-left: 16px;
	}
}

@media screen and (max-width: 935px) {
	#FromCalendarContrainer {
		margin-right: 14px;
	}

	.ar-AE #FromCalendarContrainer {
		margin-left: 14px;
	}
}

@media screen and (max-width: 835px) {
	#FromCalendarContrainer {
		margin-right: 12px;
	}

	.ar-AE #FromCalendarContrainer {
		margin-left: 12px;
	}
}

@media (max-width:744px) {
	#PressReleases {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		padding: 10px;
	}
}

@media screen and (max-width: 735px) {
	#FromCalendarContrainer {
		margin-right: 10px;
	}

	.ar-AE #FromCalendarContrainer {
		margin-left: 10px;
	}
}

@media screen and (max-width: 635px) {
	#FromCalendarContrainer {
		margin-right: 8px;
	}

	.ar-AE #FromCalendarContrainer {
		margin-left: 8px;
	}
}

@media (max-width: 600px) {
	.PressRelease {
		width: 100% !important;
	}
}

@media screen and (max-width: 535px) {
	#FromCalendarContrainer {
		margin-right: 6px;
	}

	.ar-AE #FromCalendarContrainer {
		margin-left: 6px;
	}
}

@media screen and (max-width: 464px) {

	#FromCalendarContrainer,
	#ToCalendarContrainer {
		width: 100%;
	}
}

@media (max-width:424px) {

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {
		margin: 1px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	td.Pages-ArrowContainer:last-child::after,
	td.Pages-ArrowContainer:first-child::after {
		top: 9px;
		right: 9px;
		width: 11px;
		height: 11px;
	}
}