@font-face {
    font-family: "Inter";
    font-weight: 400;
    src: url("fonts/Inter_18pt-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-weight: 700;
    src: url("fonts/Inter_18pt-Bold.ttf") format("truetype");
}

#Main {
    max-width: 100%;
    padding:0;
}
body,
input {
    font-size: 16px;
	font-family: "Inter", Helvetica, sans-serif;
    color: #131414;
}
button {
    font-family: "Inter", Helvetica, 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: #939393;
	
	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,
#YearPeriodsContainer .Periods-YearPeriodSelected {
    color: #068C6E;
	
	font-weight: 600;
	text-decoration: none;
	font-style: none;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: 600;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #131414 !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: 49px;
    line-height: 49px;
    width: 9em;
    border: 0.08em solid #939393;
    text-transform: capitalize;
	box-sizing: border-box;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    line-height: 34px;
}
.euButton {
    height: 49px;
	line-height: normal;
	
	font-family: inherit;
	font-size: 1.0em;
	font-weight: 600;
	color: #FFFFFF !important;
	text-transform: none;
	
	padding: 9px 30px;
	
	border: 0.08em solid #068C6E;	
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	
    background: #068C6E;
    color: #FFFFFF !important;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
}

.euButton::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    transform: translateY(-1px);
    background: url("Left-Arrow.svg") no-repeat center/contain;
}
.euButton::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
    transform: translateY(-1px);
    background: url("Right-Arrow.svg") no-repeat center/contain;
}

.euButton:hover {
    background: #28A082;
    color: #FFFFFF !important;
	border-color: #28A082;
	
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.15em;
    font-weight:bold;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1.15em;
    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;
}
#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:visited,
.Tabs-Tab-Container {
    
	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: normal;
	font-size: 1.0em;
	text-transform: none;	
    color: #6b6d6d;
	
	font-style: normal;
	text-decoration: none;	
	
	background: transparent;
	
	
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	transition: background 0.5s, color 0.5s;
	
	position: relative;
	top: 0;
	left: 0em;
}

.Tabs-Tab-Container::before{
    content: "";
    position: absolute;
    bottom: -0.06rem;
    left: 50%;
    transform: translateX(-50%);
    width: 107%;
    background-color: #A9A9A9;
    height: 1px;
    z-index: -1;
}

.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: transparent;
	color: #131414;
	font-weight: 600;
	border-bottom: 0;
}
/* .Tabs-Tab-Container.selected,
.Tabs-Tab-Container.selected:hover,
.Tabs-Tab-Container.selected:link:hover {
	background: transparent;
	color: #068C6E !important;
	font-weight: 600;
	border: none;
	border-bottom: 2px solid #068C6E !important;
	position: relative;
	top: 0px;
	left: 0px;
} */

.Tabs-Tab-Container.selected:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 101%;
    background-color: #068C6E;
    height: 4px;
    z-index: -1;
}
.Tabs-Tab-Container.selected {
    background: transparent;
    color: #068C6E;
    /* border-bottom: 3px solid #068C6E; */
    position: relative;
    top: 0px;
    font-weight: normal;
    left: 0px;
    z-index: 10;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #068C6E;
	border-radius: 0.25em 0.25em 0.25em 0.25em;
	border: 0.08em solid #068C6E;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	font-family: inherit;
	font-size: 0.88em;	
	
	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	
	background-color: #28A082;
	color: #FFFFFF;
	border-color: #28A082;
}

/******************************************************************************** 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.25em 0.25em 0.25em 0.25em; */
	margin: 1em;
}
/* 
.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: #FFFFFF;
	color: #131414; */
	/* border: 0.08em solid #939393; */
	
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: normal;
	
	/* border-radius: 0.25em 0.25em 0.25em 0.25em; */
	
	transition: background 0.5s, color 0.5s;	
	margin: 0em 1em;	
}

a[aria-label="Previous page"]{
	background: url("Arrow-Left.svg") no-repeat center/contain;
}
a[aria-label="Next page"]{
	background: url("Arrow-Right.svg") no-repeat center/contain;
}
a[aria-label="Previous page"], a[aria-label="Next page"]{
	padding: 0 1em !important;
	color: transparent;
    display: inline-block;   /* prevents inline text shifting */
    text-decoration: none;   /* removes underline */
    border: none;            /* removes border */
    outline: none;           /* removes focus outline */
    vertical-align: middle;  /* keeps it aligned properly */
}
a[aria-label="Previous page"]:hover{
	background: url("Arrow-Left-Hover.svg") no-repeat center/contain;
}
a[aria-label="Next page"]:hover{
	background: url("Arrow-Right-Hover.svg") no-repeat center/contain;
}
a[aria-label="Previous page"]:hover, a[aria-label="Next page"]:hover{
	padding: 0 1em !important;
	color: transparent;
    text-decoration: none;
    border: none;
    outline: none;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: transparent;
	color: #131414c5;
	border-bottom: 2px solid #DDDDDD;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: transparent;
	color: #068C6E;
	border-bottom: 2px solid #068C6E;
	
	text-decoration: initial;
	font-weight: 600;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #939393;
	border-bottom: 0.0em solid #939393;
}
.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: #939393;
	border-bottom-color: #939393;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #068C6E;
	border-bottom-color: #068C6E;
}

.PressRelease-SingleLine-DateContainer {
	width: 50%;
	text-align: right;
}
.PressRelease-SingleLine-TypeContainer {
	
	border: 0em solid #939393;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: #FFFFFF;
	width: 50%;
    text-align: left;
}
.PressRelease-SingleLine-TitleContainer {
	clear: left;
    width: 100%
}
.PressRelease-SingleLine-AttachmentsContainer {
	clear: left;
	width: 100%;
	text-align: right;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
    line-height: 30px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 0.08em solid #dddddd;
	padding: 0.5em 0.5em 0.5em 0.5em;
	
	border-right: 0em solid #dddddd;	
	border-left: 0em solid #dddddd;
}
#PressRelease_0 {
	border-top: 0em solid #dddddd;
}
.PressRelease:last-child {
	border-bottom: 0em solid #dddddd;
}

.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: #131414;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #131414;
}
.PressRelease-NewsType {
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #131414;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 1.0em;
	color: #A9A9A9;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
}

div#SearchContainer > * {
    vertical-align: middle;
	margin: 10px;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator, .InputBox {
    padding: 7px;
    margin: 0 0 0 0;
	border-radius: 4px;
}

@media screen and (max-width: 768px) {
	table#Periods tr {
		transform: rotate(180deg);
	}
	table#Periods tr td {
		display: block;
		transform: rotate(180deg);
		margin: 10px 0;
	}

}

@media screen and (max-width: 475px) {
	.Type {
		display: inline-block;
		width: 48%;
	}
	.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
		padding: 0.2em;
		font-size: 0.8em;
		margin: 0em 0.3em;
	}
	
	.PressRelease-SingleLine-TypeContainer {
		width: 100%;
	}
	.PressRelease-SingleLine-DataRow {
		position: relative;
	}
	.PressRelease-SingleLine-TypeContainer {
		width: 100%;
		margin-top: 20px;
	}
	.PressRelease-SingleLine-DateContainer {
		width: fit-content;
		text-align: unset;
		position: absolute;
		right: 0;
	}
	.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
		min-width: 160px;
	}
	
	/* .Tabs {
		border-bottom: 2px solid #A9A9A9;
	}
	
	.Tabs-Tab-Container:link,
	.Tabs-Tab-Container:visited,
	.Tabs-Tab-Container{
		border-bottom: 0 !important;
	}
	.Tabs-Tab-Container.selected,
	.Tabs-Tab-Container.selected:hover,
	.Tabs-Tab-Container.selected:link:hover {
		border-bottom: 2px solid #068C6E !important;
	} */
	#SearchContainer {
		padding: 0em 1em 1em 1em;
	}
	#SearchBox {
        text-align: center;
        width: 160px;
        margin: 0 !important;
        padding-left: 0;
        padding-right: 0;
        display: block;
        margin: 0 auto !important;
    }
	#FromCalendarContrainer, #ToCalendarContrainer {
		display: block;
		margin: 10px auto 0 auto;
	}
	#FromCalendarContrainer div, #ToCalendarContrainer div {
		text-align: center;
	}
	.EurolandTools-CommonObjects-Calendar-Selection {
		margin-left: 25px;
	}
	.euButton {
		display: block;
        margin: 10px auto 0 auto !important;
        width: 160px;
    	padding: 9px 5px;
	}
}

@media screen and (max-width: 410px) {
	.Type {
		font-size: 0.63em;
	}
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    border: 1px solid #068C6E;
    background: #068C6E;
    border-radius: 4px;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border: none;
	border-radius: 4px;
	color: #068C6E;
	font-weight: 600;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #068C6E;
	border-radius: 4px;
    background: #068C6E;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #fff;
    text-shadow: none;
    transition: background 1.0s;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    background: #28A082;
	cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    background: #28A082;
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
	font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    border-radius: 4px;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton, 
.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	color: #131414;
}


.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
	text-shadow: none !important;	
}

footer{
	font-size: 13px;
}
#SuppliedBy > a img{
	visibility: hidden;
}
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{
	background-color: transparent !important;
}