/* OpenSans Fonts */
@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* MinionPro Fonts */
@font-face {
    font-family: 'Minion Pro';
    src: url('font/MinionPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('font/MinionPro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('font/MinionPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Minion Pro';
    src: url('font/MinionProBoldDisplay.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
#Main {
	max-width: 1200px;
	padding: 0;
}

body,
input {
	font-size: 16px;
	 font-family: 'Open Sans',sans-serif;
	color: #666666;
}

button {
	 font-family: 'Open Sans',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: #666666;

	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: #005A8C;

	font-weight: none;
	text-decoration: underline;
	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: #666666 !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;
}

#Periods {
	margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
	height: auto;
	line-height: normal;
	width: 9em;
	border: 1px solid #CCCCCC;
	margin: 13px 0;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
	vertical-align: top;
}

.euButton {
	height: auto;
    line-height: normal;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: 600;
    color: #ffffff !important;
    text-transform: none;
    padding: 12px 30px 12px 12px;
    border: 2px solid #004a87;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #004a87;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: none;
    position: relative;
    text-transform: uppercase;
}

.euButton::after {
	content: "";
	background-image: url('arrow-h.png');
	background-size: 100% 100%;
	display: inline-block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 13px;
}

.euButton:hover {
	background: #ffffff;
	color: #192b35 !important;
	border-color: #ffffff;

	cursor: pointer;
}

.euButton:hover::after {
	content: "";
	background-image: url('arrow.png');
}

#SearchButton:hover {
	cursor: pointer;
}

#SearchContainer {
	padding: 0em 0 1em 0;
	clear: both;
}

#YearPeriodsContainer a {
	font-size: 16px;
	font-weight: 600;
}

#SortingContainer {
	margin-top: 1em;
	padding: 0px;
	padding-top: 0em;
	padding-bottom: 0.6em;
	font-size: 16px;
	font-weight: 600;
}

.Tabs {
	text-align: left;
	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: auto;
	line-height: normal;

	padding-top: 12px !important;
	padding-right: 2px;
	padding-bottom: 12px !important;
	padding-left: 2px;

	margin-top: 0.0em;
	margin-right: 12px;
	margin-bottom: 0.0em;
	margin-left: 12px;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	font-family: inherit;
	font-weight: 600;
	font-size: 1.0em;
	text-transform: none;
	color: #666666;

	font-style: normal;
	text-decoration: none;

	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 0em solid #FFFFFF;

	background: #FFFFFF;

	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: #FFFFFF;
	color: #666666;
	border-top: 0em solid #005A8C;
	border-right: 0em solid #005A8C;
	border-bottom: 2px solid #005A8C;
	border-left: 0em solid #005A8C;

	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 #005A8C;
}

.Tabs-Tab {
	display: inline-block;
	margin: 0px;
}

#Types {
	padding-bottom: 0em;
	padding-top: 0em;
	display: none;
}

.Type {
	background-color: #FFFFFF;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 2px solid #005A8C;
	padding: 1.0em 1.0em 1.0em 1.0em;

	color: #666666;
	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: #005A8C;
	color: #FFFFFF;
	border-color: #005A8C;
}

/******************************************************************************** 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: 0em;
	border-bottom-left-radius: 0em;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

	display: inline-block;

	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #005A8C;

	padding: 0em;

	font-family: inherit;
	font-size: 1.0em;
	text-decoration: initial;
	font-weight: 600;

	border-radius: 0.0em 0.0em 0.0em 0.0em;

	transition: background 0.5s, color 0.5s, border 0.5s;
	margin: 0 2px;

	width: 36px;
	height: 36px;
	line-height: 36px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #005A8C;
	color: #FFFFFF;
	border-color: #005A8C;

	text-decoration: initial;
	font-weight: 600;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #005A8C;
	color: #FFFFFF;
	border-color: #005A8C;

	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 #666666;
	border-bottom: 0.0em solid #666666;
}

.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: #666666;
	border-bottom-color: #666666;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #005A8C;
	border-bottom-color: #005A8C;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
	margin-bottom: 10px;
}

.PressRelease-SingleLine-TypeContainer {
	float: right;

	border: 0em solid #CCCCCC;
	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: 1px solid #CCCCCC;
	padding: 20px 0;

	border-right: 0em solid #CCCCCC;
	border-left: 0em solid #CCCCCC;
}

#PressRelease_0 {
	border-top: 0em solid #CCCCCC;
}

.PressRelease:last-child {
	border-bottom: 1px solid #CCCCCC;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 1.0em;

	font-weight: bold;
	font-style: normal;
	text-decoration: initial;
	color: #005A8C;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #005A8C;
}

.PressRelease-NewsType {
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #666666;
}

.PressRelease-NewsDate {
	margin-right: 0.5em;

	font-family: inherit;
	font-size: 1.0em;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}

#PagesContainer {
	text-align: center;
	padding: 1em 0;
}

#SuppliedBy {
	text-align: right;
	padding-top: 2em;
	font-size: 13px;
}

/* 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: #666666;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton {
	line-height: 26px;
	color: #666666;
}

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: #ed1c24;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	border: 2px solid #005A8C;
	background: #FFFFFF;
	color: #000000;
	width: 8em;
	padding: 4px 6px 4px 2px;
	font-weight: 600;
	border-radius: 0px;
	position: relative;
	text-transform: uppercase;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton::after {
	content: "";
	background-image: url(arrow.png);
	background-size: 100% 100%;
	display: inline-block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 0px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #005A8C;
	color: #FFFFFF;
	border-color: #005A8C;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover::after {
	background-image: url(arrow-h.png);
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	border-top: 1px solid #DADADA;
	padding: 2px;
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #005A8C;
	background: #005A8C;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	cursor: pointer;
	border-color: #005A8C;
	background: #005A8C;
	color: #FFFFFF !important;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
	margin: 0 auto;
	padding-top: 0px;
	width: 8em;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	border: 2px solid #005A8C;
	background: #FFFFFF;
	color: #000000;
	font-weight: 600;
	border-radius: 0px;
	text-transform: uppercase;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton::after {
	content: "";
	background-image: url(arrow.png);
	background-size: 100% 100%;
	display: inline-block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 2px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #005A8C;
	color: #FFFFFF;
	border: 2px solid #005A8C;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover::after {
	background-image: url(arrow-h.png);
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	border: 1px solid #005A8C;
	background: #005A8C;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
	font-family: inherit;
	color: #666666;
	text-shadow: none;
}

table.EurolandTools-CommonObjects-Calendar-Calendar-NavigatorStructTable td>span {
	font-size: 18px;
	color: #666666;
	text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton {
	color: #666666;
}

/* ADDITIONAL CSS */

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
	margin-bottom: 6px;
}

.PressRelease-Attachment {
	margin-top: -17px;
}

#CurrentPeriodContainer {
	font-family: 'Minion Pro' !important;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
	color: #005A8C !important;
	text-decoration: underline !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
	box-shadow: none;
}

@media (max-width: 600px) {
	.NewsColumn-Container .PressRelease-Attachment {
		float: left !important;
	}

	.PressRelease-Attachment {
		text-align: left;
	}

	.PressRelease-SingleLine-TypeContainer {
		width: auto;
		position: absolute;
		top: 0;
		right: 0;
	}

	.PressRelease-SingleLine-DataRow {
		position: relative;
		top: 0;
		left: 0;
	}

	.PressRelease-SingleLine-TitleContainer {
		display: block !important;
		padding-bottom: 5px;
		width: 100% !important;
	}

	div#SortingContainer {
		display: none !important;
	}

	/*.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer {
		width: 100%;
	}*/
}

@media screen and (max-width: 600px) {

	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer,
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TypeContainer,
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer,
	/*.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-AttachmentsContainer*/
	.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-PdfContainer {
		display: block;
		position: inherit;
		width: 100%;
	}

	.PressRelease-SingleLine-TypeContainer {
		float: none;
		padding: 0.5em 0;
	}

}

@media screen and (max-width: 425px) {
	.Tabs {
		text-align: center;
	}

	.Tabs-Tab {
		display: block;
		width: 90%;
        margin: 2px auto;
	}

	.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 {
		width: 98%;
		border: 2px solid #005A8C;
		margin: 2px;
		box-sizing: border-box;
		text-align: center;
	}

	.Tabs-Tab-Container.selected:link,
	.Tabs-Tab-Container.selected:visited,
	.Tabs-Tab-Container.selected,
	.Tabs-Tab-Container:hover,
	.Tabs-Tab-Container:active {
		background: #005A8C;
		color: #FFFFFF;
		border: 2px solid #005A8C;
	}
}
div#TotalContainer {
    display: none !important;
}