@font-face {
	font-family: 'HankenGrotesk';
	src: url("font/HankenGrotesk-LightItalic.ttf") format('truetype');
	font-weight: 300;
	font-style: italic;
  }
  
  @font-face {
	font-family: 'HankenGrotesk';
	src: url("font/HankenGrotesk-Light.ttf") format('truetype');
	font-weight: 300;
	font-style: normal;
}

  @font-face {
	font-family: 'HankenGrotesk';
	src: url("font/HankenGrotesk-Regular.ttf") format('truetype');
	font-weight: 300;
	font-style: normal;
}

#Main {
    max-width: 100%;
    padding:0;
}
body,
input {
	 
    font-size: 17px;
	  font-family: 'HankenGrotesk';
    color: #2C2E2B; 
	  background: transparent;
}
button {
    font-family: "HankenGrotesk";
}
.Tabs-Tab {
    font-size: 14px;
}

#TotalContainer{
	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: #2C2E2B;
	
	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: #273A8A;
	
	font-weight: none;
	font-style: none;
}

.Periods-YearPeriod.Periods-YearPeriodSelected{
	text-decoration: underline !important;
    color: #273A8A !important;
}

#CurrentPeriodContainer {
  font-weight: bold;
  font-size: 18px;
}

#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: #2C2E2B !important;
	  display: none;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 18px !important;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-family: "HankenGrotesk";
}


#ButtonsContainer.NoTabsVisible {
    border-bottom: 0px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#Periods {
	margin-top: 0.6em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 2.13em;
    line-height: 2;
    width: 13em;
    border: 0.08em solid #D9D9D9;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: 40px;
    line-height: normal;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF !important;
    text-transform: uppercase;
    padding: 8px 41px;
    border: 1px solid #273A8A;
    border-radius: 2em 2em 2em 2em;
    background: #273A8A;
    color: #FFFFFF !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: none;
    letter-spacing: 2px;
    box-sizing: border-box;
    margin: 0 0 0 0;
}

.euButton:focus {
    outline: #273A85 solid 2px;
    border: 2px solid white;
    line-height: 20px;
}

.euButton:hover {
    background: #273A8A;
    color: #fff !important;
	border: 1px solid #273A8A;
	
	cursor: pointer;
    text-decoration: underline;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 4em 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;
}
#Tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: -1;
	
	border-bottom: 0em solid #E4EEEC;	
}

.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: 40px;
    line-height: 10px;
    padding-top: 14px !important;
    padding-right: 28px;
    padding-bottom: 14px !important;
    padding-left: 28px;
    margin-top: 0.0em;
    margin-right: 0.4em;
    margin-bottom: 0.0em;
    margin-left: 0.4em;
    border-radius: 64px;
    font-family: inherit;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #242424;
    font-style: normal;
    text-decoration: none;
    border-top: 0.08em solid #E4EEEC;
    border-right: 0.08em solid #E4EEEC;
    border-bottom: 0.08em solid #E4EEEC;
    border-left: 0.08em solid #E4EEEC;
    background: #E4EEEC;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    letter-spacing: 2px;
    box-sizing: border-box;
}

 
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background: #52D7B4;
	color: #242424;	
	border-top: 0.08em solid #52D7B4;
	border-right: 0.08em solid #52D7B4;
	border-bottom: 0.08em solid #52D7B4;
	border-left: 0.08em solid #52D7B4;
}

.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active{
	text-decoration: underline;
}

#AllSelector{
	width: 190px;
}
#InsiderInfoSelector{
	width: 240px;
}
#ByTypeSelector{
	width: 133px;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #273A8A;
	border-radius: 2em 2em 2em 2em;
	border: 0em solid #273A8A;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 0.8em;	
	
	margin: 0.22em;
	transition: background 0.5s, color 0.5s, border 0.5s;
	
    height: 40px;
    line-height: 14px;
    box-sizing: border-box;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	
	background-color: #273A8A;
	color: #fff;
	border-color: #273A8A;
	text-decoration: underline;
}

/******************************************************************************** Paging Buttons */
/* === CONTAINER === */
.PagesContainer {
  text-align: center;
}

.Pages {
  border-collapse: collapse;
  width: auto;
  margin: 0 auto;
  float: none;
}

.Pages td {
  width: auto;
  padding: 0;
}


.Pages-Arrow,
.Pages-PageMarker {
  display: inline-block;
  text-align: center;
  line-height: 2.2em;        
  width: 2.2em;
  height: 2.2em;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #FFFFFF;
  color: #242424;
  font-family: inherit;
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle;
}


.Pages-Arrow,
.Pages-PageMarker {
  border-color: transparent;
  background-color: #FFFFFF;
  color: #242424;
}


.Pages-Arrow:hover,
.Pages-PageMarker:hover {
  border-color: #52D7B4;
  background-color: #FFFFFF;
  color: #242424;
}


.Pages-Arrow:focus,
.Pages-PageMarker:focus {
  outline: 2px solid #273A8A;      
  outline-offset: 4px;             
  border: 2px solid #FFFFFF;       
  box-shadow: 0 0 0 2px #52D7B4;   
  background-color: #FFFFFF;
  color: #242424;
	border-radius: 30px !important;
}


.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:active {
  background-color: #52D7B4;
  color: #242424;
  border: 1px solid #52D7B4;
  font-weight: bold;
}


.Pages-ArrowContainer {
  display: inline-block;
  margin: 0 0px;
}

.Pages-PageMarker-Text {
  margin: 0;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #2C2E2B;
	border-bottom: 0.0em solid #2C2E2B;
}
.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: #2C2E2B;
	border-bottom-color: #2C2E2B;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #787D75;
	border-bottom-color: #787D75;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	/*! border: 0.08em solid #4A4C53; */	
	/*! border-radius: 1em 1em 1em 1em; */
	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 #D9D9D9;
	padding: 2em 1em 2em 1em;
	
	border-right: 0em solid #4A4C53;	
	border-left: 0em solid #4A4C53;
}

.PressReleaseOdd {
	background-color: #273A8A0D;
}

.PressReleaseEven {
	background-color: #FFFFFF !important;
}


#PressRelease_0 {
	border-top: 0.08em solid #273A8A;
}
.PressRelease:last-child {
	border-bottom: 0.08em solid #273A8A;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 18px;
	
	font-weight: 600;
	font-style: normal;
	text-decoration: initial;
	color: #242424;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: initial;
	color: #273A8A;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 18px;
	color: #2C2E2B;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 18px;
	color: #242424;
	font-weight: 300;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 14px;
}

#ButtonsContainer {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 20px;
}


.Pages-ArrowContainer:first-child .Pages-Arrow {
	display: inline-block;
	background-color: transparent;
	color: transparent; /* hide any text color */
	border: 0px solid #273A8A;
	padding: 10px 10px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	transition: 0.5s ease-in-out;
	margin: 10px 8px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border-radius: 0.5em;

	/* Use Arrow.svg as background */
	background-image: url("Arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
	display: inline-block;
	background-color: transparent;
	color: transparent; /* hide any text color */
	border: 0px solid #273A8A;
	padding: 10px 10px;
	font-family: inherit;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	transition: 0.5s ease-in-out;
	margin: 10px 8px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border-radius: 0.5em;

	/* Use Arrow.svg as background */
	background-image: url("Arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 20px 20px;

	/* Rotate arrow to face right */
	transform: rotate(180deg);
}


.EurolandTools-CommonObjects-Calendar-SelectionIndicator, .InputBox {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding: 5px;
  margin: 0px 0px 3px 0px;
  border-radius: 4px;
}


.EurolandTools-CommonObjects-Calendar-CalendarIcon {
  cursor: pointer;
  margin: 0px -8px;
  position: relative;
  top: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  right: 17px;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
  background: #273A8A;
  cursor: pointer;
  color: #fff;
  border-color: #273A8A;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
  border-color: #273A8A;
  background: #273A8A;
  color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
  background: #273A8A;
  color: #fff;
  border-color: #273A8A;
  text-decoration: underline;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:focus {
  outline: none;
  background: #273A8A;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 0 3px #273A8A;
  color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
  display: inline-block;
  width: 100%;
  padding: 12.5px 0px;
  border: 1px solid #273A8A;
  background: #273A8A;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #262626;
  color: #fff;
  text-shadow: 0px 0px 1px #666;
  transition: background 1.0s, border 1.0s;
  border-radius: 32px;
  text-transform: uppercase;
}


.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
  border-color: #273A8A;
  background: #273A8A;
  color: #fff;
  text-decoration: underline;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
  font-size: 15px;
  line-height: 15px;
	color: #fff;
	border-color: #273A8A;
  background: #273A8A;
  border-radius: 32px;
}


@media (max-width: 832px){
	.euButton {
		margin-top: 5px;
	}
	#SearchContainer{
		width: 45%;
	}
}

@media (max-width: 630px){
	.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
		padding: 0px;
		margin: 1px;
	}
	
	
	.Pages-ArrowContainer:first-child .Pages-Arrow {
		padding: 4px 4px;
		margin: 12px 8px;
		width: 10px;
		height: 10px;
		line-height: 22px;
		border-radius: 0.5em;
		background-size: 20px 20px;
}

	.Pages-ArrowContainer:last-child .Pages-Arrow {
		padding: 4px 4px;
		margin: 10px 8px;
		width: 20px;
		height: 20px;
		line-height: 22px;
		border-radius: 0.5em;
		/* Use Arrow.svg as background */
		background-size: 20px 20px;
		/* Rotate arrow to face right */
		transform: rotate(180deg);
	}

}

@media (max-width: 450px){
	.Pages-Arrow,
	.Pages-PageMarker {
		display: inline-block;
		text-align: center;
		line-height: 1.3em;        
		width: 1.3em;
		height: 1.3em;
		margin: 5px;
		border-radius: 50%;
		border: 1px solid transparent;
		background-color: #FFFFFF;
		color: #242424;
		font-family: inherit;
		font-size: 1em;
		text-decoration: none;
		font-weight: normal;
		cursor: pointer;
		transition: all 0.3s ease;
		vertical-align: middle;
	}
	
	.Pages-ArrowContainer:first-child .Pages-Arrow {
			padding: 4px 4px;
			margin: 15px 8px;
			width: 10px;
			height: 10px;
			line-height: 22px;
			border-radius: 0.5em;
			background-size: 20px 20px;
}

	.Pages-ArrowContainer:last-child .Pages-Arrow {
			padding: 4px 4px;
			margin: 15px 8px;
			width: 10px;
			height: 10px;
			line-height: 22px;
			border-radius: 0.5em;
			/* Use Arrow.svg as background */
			background-size: 20px 20px;
			/* Rotate arrow to face right */
			transform: rotate(180deg);
	}
	
	/* === ACTIVE / SELECTED PAGE === */
	.Pages-SelectedPageMarker,
	.Pages-SelectedPageMarker:active {
		background-color: #52D7B4;
		color: #FFFFFF;
		border: 1px solid #52D7B4;
		font-weight: bold;
	}
}

@media (max-width: 652px){
		.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 {

		padding-top: 1em !important;
		padding-right: 0.3em;
		padding-bottom: 1.0em !important;
		padding-left: 0.3em;

		margin-top: 10px;
        line-height: 14px;
  }
}

@media (max-width: 345px){
	.Type {
		height: auto;
	}
}

