@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;
}

@font-face {
	font-family: 'Energy';
	src: url('./fonts/EnergyDisplay.otf') format('opentype'),
		url('./fonts/EnergyDisplay.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Energy';
	src: url('./fonts/Energy-Regular.otf') format('opentype'),
		url('./fonts/Energy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Energy';
	src: url('./fonts/Energy-Bold.otf') format('opentype'),
		url('./fonts/Energy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

#Main {
	max-width: 1200px;
	padding: 0;
}

body,
input {
	font-size: 17px;
	font-family: "Energy", sans-serif;
	color: #000000;
}

button {
	font-family: "Energy", sans-serif;
}

.Tabs-Tab {
	font-size: 17px;
}


.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
	color: #000000;

	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: #5A2882;

	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#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: #000000 !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: 0.6em;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: auto;
	line-height: normal;
	width: 9em;
	border: 1px solid #e7e9ee;
	padding: 12px 16px;
	border-radius: 12px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: 46px;
	line-height: 13px;

	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF !important;
	text-transform: none;

	padding: 16px 45px 17px 25px;

	border: 0.08em solid #FF007F;
	border-radius: 0.0em 0.0em 0.0em 0.0em;

	background: #FF007F;
	color: #FFFFFF !important;

	transition: background 0.5s, color 0.5s, border 0.5s;

	float: right;
	border-radius: 16px;
	width: 9em;
	position: relative;
	/* margin: 5px; */
	background-size: 300% 300%;
	background-position: 0% 50%;
}

.euButton:hover {
	text-decoration: none;
	/* padding: 16px 52px 17px 32px; */
	-webkit-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
	background-image: linear-gradient(243.04deg, #ff593d -1.66%, #ff007f 50.23%, #c41974 99.97%);
	width: 9.2em;
	cursor: pointer;
}

.euButton::after {
	content: "";
	background-image: url('icons/arrow.svg');
	background-repeat: no-repeat;
	background-size: 16px 16px;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;

	width: 16px;
	height: 16px;
	pointer-events: none;
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 1.25em;
	font-weight: bold;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 1.25em;
	font-weight: bold;
}

.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;
	display: block !important;
}

#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-top: 1.0em !important;
	padding-right: 2.0em;
	padding-bottom: 1.0em !important;
	padding-left: 2.0em;

	margin: 3px;

	border-radius: 10px;

	font-weight: normal;
	font-size: 1.0em;
	text-transform: none;
	color: #000;

	font-style: normal;
	text-decoration: none;

	border-top: 0.08em solid #FF007F;
	border-right: 0.08em solid #FF007F;
	border-bottom: 0.08em solid #FF007F;
	border-left: 0.08em solid #FF007F;

	background: #FFFFFF;

	transition: background 0.5s, color 0.5s, border 0.5s;

	position: relative;
	top: 0;
	left: 0em;
	background-size: 300% 300%;
	background-position: 0% 50%;

}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	color: #FFFFFF !important;
	-webkit-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
	background-image: linear-gradient(243.04deg, #ff593d -1.66%, #ff007f 50.23%, #c41974 99.97%);
	text-decoration: none;
	font-style: normal;
}

.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 #FF007F;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #FF007F;
	border-radius: 10px;
	border: 0.08em solid #FF007F;
	padding: 1.0em 1.0em 1.0em 1.0em;

	color: #FFFFFF;
	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;
	background-size: 300% 300%;
	background-position: 0% 50%;
}

.TypeSelected,
.Type:hover {
	cursor: pointer;

	color: #FFFFFF;
	-webkit-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
	background-image: linear-gradient(243.04deg, #ff593d -1.66%, #ff007f 50.23%, #c41974 99.97%);
	text-decoration: none;
	font-style: normal;
}

/******************************************************************************** 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: #000000;
	border: 1px solid #e7e9ee;
	padding: 10px 10px;
	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin: 3px;
}

.Pages-Arrow:hover,
.Pages-PageMarker:hover,
.Pages-SelectedPageMarker:hover {
	background-color: #e7e9ee;
	color: #000;

	text-decoration: initial;

}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:active,
.Pages-Arrow:active,
.Pages-PageMarker:active {
	background-color: #fff;
	color: #000;
	border-color: #FF007F;
	text-decoration: initial;

}

.Pages-PageMarker:focus {
	outline: 2px solid #a330ff;
	outline-offset: 3px;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #000000;
	border-bottom: 0.0em solid #000000;
}

.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: #000000;
	border-bottom-color: #000000;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #5A2882;
	border-bottom-color: #5A2882;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}

.PressRelease-SingleLine-TypeContainer {

	float: right;

	border: 0em solid #786B71;
	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;
}

.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: left;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}

.PressReleaseEven {
	background-color: transparent
}

.PressRelease {
	border-bottom: 0.08em solid #e7e9ee !important;
	padding: 1em 0;

	border-right: 0em solid #786B71;
	border-left: 0em solid #786B71;
}

#PressRelease_0 {
	border-top: 0em solid #786B71;
}

.PressRelease:last-child {
	border-bottom: 0em solid #786B71;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1.0em;

	font-weight: normal;
	font-style: normal;
	text-decoration: initial;
	color: #000000;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #000000;
}

.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #000000;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: inherit;
	font-size: 1.0em;
	color: #FF007F;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 13px;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
	margin: 0 0 5px 0;
}

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	margin-bottom: 7px;
}

/* span.PressRelease-NewsType {
	display: none;
} */

	/* Calander */
	.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton,
	.EurolandTools-CommonObjects-Calendar-Navigator-Button,
	.EurolandTools-CommonObjects-Calendar-Month-DayName {
		color: #000000;
		text-shadow: none;
	}

	.InactiveInputBox {
		color: #000000 !important;
	}

	.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
		background: #ff007f;
		cursor: pointer;
		color: #fff;
		text-shadow: none;
	}

	.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
		display: inline-block;
		width: 100%;
		padding: 16px 25px 16px;
		border: 1px solid #ff007f;
		background: #ff007f;
		border-radius: 16px;
		width: 100px;
		text-align: center;
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		color: #262626;
		color: #fff;
		text-shadow: none;
		transition: background 1.0s, border 1.0s;
	}

	.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
		padding: 10px 99px;
	}

	.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton::after {
		content: "";
		background-image: url(icons/arrow.svg);
		background-repeat: no-repeat;
		background-size: 18px 18px;
		display: inline-block;
		width: 18px;
		height: 18px;
		vertical-align: middle;
		margin-left: 10px;
		position: relative;
		top: -1px;
	}

	.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
		text-decoration: none;
		padding: 16px 32px 17px;
		background-image: linear-gradient(243.04deg, #ff593d -1.66%, #ff007f 50.23%, #c41974 99.97%);
		background-size: 300% 300%;
		background-position: 100% 0;
		-webkit-animation: gradient 3s ease infinite;
		animation: gradient 3s ease infinite;
	}

	.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
		border: 1px solid #ccc;
		background: #ff007f;
		color: #fff;
	}

	#YearPeriodsContainer a:hover,
	.Periods-YearPeriod.Periods-YearPeriodSelected {
		color: #FF007F !important;
		text-decoration: none;
	}

	.EurolandTools-CommonObjects-Calendar-SelectionIndicator span {
		color: #757575;
	}

	#SearchBox {
		color: #757575 !important;
	}

	/* Calander */

	#SearchFilter .euButton {
		width: 12em;
	}

	/* Changes */
	#InsiderInfoSelector,
	#ByTypeSelector {
		color: #000000;
		font-weight: normal;
	}
}

/* Calender */
.EurolandTools-CommonObjects-Calendar-Month-Table,
.EurolandTools-CommonObjects-Calendar-Calendar-NavigatorStructTable,
.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
	color: #000;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #ff007f;
	background: #ff007f;
	color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #ff007f;
	cursor: pointer;
	color: #fff;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	font-size: 15px;
	line-height: 10px;
	background: rgb(201 22 117);
	border: 1px solid #df0e79;
	border-radius: 16px;
	color: #fff;
	background-size: 300% 300%;
	background-position: 0% 50%;
	width: 9em;
	position: relative;
	padding: 16px 10px 17px 20px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	display: inline-block;
	padding: 16px 45px 17px 25px;
	border: 1px solid #ff007f;
	background: #ff007f;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	transition: background 1.0s, border 1.0s;
	border-radius: 16px;
	background-size: 300% 300%;
	background-position: 0% 50%;
	width: 6em;
	position: relative;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	text-decoration: none;
	padding: 16px 52px 17px 32px;
	-webkit-animation: gradient 3s ease infinite;
	animation: gradient 3s ease infinite;
	background-image: linear-gradient(243.04deg, #ff593d -1.66%, #ff007f 50.23%, #c41974 99.97%);
	width: 6em;
	background-size: 300% 300%;
	cursor: pointer;
	border: 1px solid #ff007f;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	padding: 10px 80px;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
	color: #ed1c24 !important;
}

@keyframes gradient {
	0% {
		background-position: 100% 0%;
	}

	50% {
		background-position: 0% 100%;
	}

	100% {
		background-position: 100% 0%;
	}
}

/* Calender */

#ButtonsContainer .euButton {
	width: 11em;
}

@media (max-width: 510px) {

	.Pages-Arrow,
	.Pages-Arrow:link,
	.Pages-Arrow:active,
	.Pages-PageMarker,
	.Pages-PageMarker:link,
	.Pages-PageMarker:visited {

		padding: 0px 7px;
		font-size: 13px;
		width: auto;
		height: auto;
		margin: 2px;
	}

	#ButtonsContainer.NoTabsVisible {
		border-bottom: 0px solid #e1e1e1;
	}

	.Tabs-Tab {
		display: inline-block;
		margin: 0px;
		width: 75%;
	}

}

#ButtonsContainer.NoTabsVisible {
	border-bottom: 0px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton::after {
	content: "";
	position: absolute;
	background-image: url(icons/arrow.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	top: 15px;
}

@media (max-width:365px) {
	button#SearchButton {
		float: left;
	}

	#YearPeriodsContainer a {
		font-size: 1em;
	}
}