@font-face {
	font-family: 'Inter';
	src: url('./InterVariable.ttf') format('truetype');
	font-style: normal;
}

#Main {
    max-width: 1200px;
    padding:0;
}
body,
input {
    font-size: 16px;
	font-family:'Inter', sans-serif;
    color: #1C1C1C;
}
button {
    font-family:'Inter', 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: #1C1C1C;
	
	font-weight: normal;
	text-decoration: underline;
	font-style: none;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover,
#YearPeriodsContainer a:hover {
    color: #1C1C1C;
	
	font-weight: none;
	text-decoration: none;
	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: #1C1C1C !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: 32px;
	line-height: 32px;
	width: 13em;
	border: 0.08em solid #6a6a67;
	border-radius: 4px;
	margin-right: 15px;
}
/* #FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
} */
.euButton {
   
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;

	margin: 0.5em;
	padding: 1.0em 1.0em 1.0em 1.0em;

	border: 0em solid #1C1C1C;
	border-radius: 30px;
	background: #1C1C1C;

	text-decoration: none;
	height: 44px;
	line-height: 12px;
	
	float: right;
	width: 10em;
}
.euButton:hover {
    background: #696a6a;
	color: #FFFFFF;
	border-color: #696a6a;
	transition: .3s;
	
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight:500;
}
#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 #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 {
    
	line-height: normal;
	padding: 12px 0px;
	margin-top: 0.0em;
	margin-right: 1em;
	margin-bottom: 0.0em;
	margin-left: 0.08em;

	border-radius: 30px;

	font-family: inherit;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: none;
	color: #1C1C1C;

	font-style: normal;
	text-decoration: none;

	border-top: 0.08em solid #1C1C1C;
	border-right: 0.08em solid #1C1C1C;
	border-bottom: 0.08em solid #1C1C1C;
	border-left: 0.08em solid #1C1C1C;

	background: #FFFFFF;

	transform: translateZ(0);
	transition: box-shadow .15s linear, background-color .15s linear;

	position: relative;
	top: 0;
	left: 0em;
	width: 90%;
	
}
 
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
	background-color: #1C1C1C;
	color: #fff;
	border-top: 0.08em solid #1C1C1C;
	border-right: 0.08em solid #1C1C1C;
	border-bottom: 0.08em solid #1C1C1C;
	border-left: 0.08em solid #1C1C1C;
	
	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 #205CD4;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
	width: 20%;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #1C1C1C;
	border-radius: 30px;
	border: 1px solid #1C1C1C;
	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;
}
.TypeSelected,
.Type:hover {
	cursor: pointer;
	background-color: #fff;
	color: #1C1C1C;
	border-color: #1C1C1C;
}

/******************************************************************************** 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: #1C1C1C;
  border: 0.08em solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 6px 8px;
  font-family: inherit;
  font-size: 1.0em;
  text-decoration: initial;
  font-weight: normal;
  border-radius: 3px;
  margin: 0em;
  margin: 3px;
 
}

/* .Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-SelectedPageMarker:hover
 {
	background-color: transparent;
	color: #1C1C1C;
	border-color: #5D6864;
	
	text-decoration: initial;
	font-weight: normal;
} */
.Pages-SelectedPageMarker,
.Pages-PageMarker:active,
.Pages-SelectedPageMarker:active,
.Pages-PageMarker:hover {
	background-color: #205cd4;
  color: #fff;
  border-color: #205cd4;
  text-decoration: initial;
  font-weight: 700;	
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #1C1C1C;
	border-bottom: 0.0em solid #1C1C1C;
}
.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: #1C1C1C;
	border-bottom-color: #1C1C1C;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #1C1C1C;
	border-bottom-color: #1C1C1C;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	border: 0em solid #5D6864;	
	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: 0em solid #5D6864;
	padding: 24px 14px;
	
	border-right: 0em solid #5D6864;	
	border-left: 0em solid #5D6864;
}
#PressRelease_0 {
	border-top: 0em solid #5D6864;
}
.PressRelease:last-child {
	border-bottom: 0em solid #5D6864;
}

.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: #1C1C1C;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #1C1C1C;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #1C1C1C;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 1.0em;
	color: #1C1C1C;
	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: 12px;
}

/* ****************new modifications *************** */
#PressReleases > div:nth-child(2n) {
	background: #FCFBF3 !important;
  }
  .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	margin: 0.5em;
	padding: 1.0em 1.0em 1.0em 1.0em;
	border: 0em solid #1C1C1C;
	border-radius: 30px;
	background: #1C1C1C;
	text-decoration: none;
	height: 12px;
  line-height: 12px;
  width: 100px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
    text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	background-color: #04da8d !important;
	border: 1px solid #04da8d !important;
	color: #fff !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #123F76;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	margin: 0.5em;
	padding: 1.0em 1.0em 1.0em 1.0em;
	border: 0em solid #1C1C1C;
	border-radius: 30px;
	background: #1C1C1C;
	text-decoration: none;
	height: 12px;
  line-height: 12px;
  width: 100px;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #696a6a;
	color: #FFFFFF;
	border-color: #696a6a;
	transition: .3s;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-PeriodButton:hover {
    background: #696a6a;
  color: #FFFFFF;
  border-color: #696a6a;
  transition: .3s;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	background: #696a6a;
	color: #FFFFFF;
	border-color: #696a6a;
	transition: .3s;
}
.EurolandTools-CommonObjects-Calendar-Month-Day {
	text-align: center;
	text-shadow: 0px 0px 0px #ccc;
	color: #1C1C1C;
  }
  .EurolandTools-CommonObjects-Calendar-Month-DayName {
	text-align: center;
	padding: 0px 0px 5px 0px;
	text-shadow: 0px 0px 0px #aaa;
	color: #1C1C1C;
  }
  .EurolandTools-CommonObjects-Calendar-Month-DayButton{
	transition: none !important;
  }
  .EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background-color: #04da8d !important;
	border: 1px solid #04da8d !important;
	color: #fff !important;
	transition: none !important;
  }
  .EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	border-color: #04da8d;
  }
  .EurolandTools-CommonObjects-Calendar-Month-Weekend,
  .EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
	color: #ed1c24 !important;
  }
  .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	margin: 5px;
	margin-left: 0px;
  }
  .EurolandTools-CommonObjects-Calendar-Navigator-Button{
	text-shadow: 0px 0px 0px #aaa;
	color: #1C1C1C;
  }
  .EurolandTools-CommonObjects-Calendar-Month-NotActive {
	color: #959595 !important;
  }
  #SeparateNews-Footer{
	font-size: 12px !important;
  }
  #CurrentPeriodContainer {
	font-weight: 500;
	font-size: 20px;
  }
  #YearPeriodsContainer a {
	text-decoration: none;
  }
  #YearPeriodsContainer a:hover,
  .Periods-YearPeriod.Periods-YearPeriodSelected:active,
  .Periods-YearPeriod.Periods-YearPeriodSelected{
	text-decoration: underline !important;
  }
  .EurolandTools-CommonObjects-Calendar-Month-DayButton{
	font-size: 12px;
  }
  .EurolandTools-CommonObjects-Calendar-CalendarIcon{
	left: -40px;
  }
  #SearchBox {
	margin-right: 30px;
  }
  /* **********************media query **************** */
  @media(max-width:960px){
	.Tabs-Tab {
		width: 30%;
	  }
  }
  @media(max-width:600px){
	.Tabs-Tab {
		width: 70%;
	  }
	  .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{
		margin: 5px;
	  }
  }
  @media(max-width:460px){
	.Tabs-Tab {
		width: 90%;
	  }
  }