
/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@font-face{
    font-family: 'Jost-Bold';
    src:url("fonts/Jost-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: 'Jost';
    src:url("fonts/Jost-Regular.ttf") format("truetype");
    font-display:swap;
}

@font-face{
    font-family: 'Jost-Light';
    src:url("fonts/Jost-Light.ttf") format("truetype");
}


@font-face{
    font-family: 'Jost-Medium';
    src:url("fonts/Jost-Medium.ttf") format("truetype");
}


/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

*{
	font-size: 18px;
	font-family: 'Jost', Arial, Helvetica, sans-serif;
}

#Main {
    max-width: 1312px;
    padding:0;
	width: 100%;
}


body {
	margin: 0px;
	background: #030C15;
}

body,
input {
    font-size: 18px;
	font-family: 'Jost', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
button {
	font-family: 'Jost', Arial, Helvetica, sans-serif;
}
.Tabs-Tab {
    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: #FFF;
	
	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: #FF6B00;
	
	font-weight: none;
	text-decoration: underline;
	font-style: none;
}

#YearPeriodsContainer a:hover {
	text-decoration: none;
	color: #FFF;
}

#MainHeading {
	display: none !important;
    /* line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: normal;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #FFFFFF !important; */
}
#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; */
	margin-top: 2em;
	margin-bottom: 1em;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: normal;
    min-width: 9.6em;
	border: 2px solid #FFFFFF11;
	font-size: 18px;
    margin-bottom: 5px;
    padding-left: 1.5em;
	background: #07121D;
	color: #FFFFFF;
	border-radius: 19.09px;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
	min-width: 6.5em;
    text-align: center;
    padding-left: 0 !important;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: auto;
	line-height: normal;
	
	font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #FFFFFF !important;
	text-transform: none;
	
	padding: 6px 2em;
	
	border: 2px solid #FF6B00;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
    background: #030C15;
    color: #FFFFFF !important;
	border-radius: 50px;
	transition: background 0.5s, color 0.5s, border 0.5s;
	min-width: 8em;
	float: none;
	margin-top: 10px;
	margin-left: 1.8em !important;
}
.euButton:hover {
    background: #FF6B00;
    color: #fff !important;
	border-color: #FF6B00;
	
	cursor: pointer;
}

.ar-AE .euButton {
	margin-right: 1.8em !important;
	margin-left: 0em !important;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}
#YearPeriodsContainer a {
    font-size: 1.25em;
    font-weight:normal;
	color: #FFF;
	min-width: 6.455em;
}
#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1.25em;
    font-weight:normal;
}
.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 #07121D;	
}

.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-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: #FFFFFF;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #07121D;
	border-right: 0em solid #07121D;
	border-bottom: 0em solid #07121D;
	border-left: 0em solid #07121D;
	
	background: #07121D;
	
	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: #07121D;
	color: #FF6B00;	
	border-top: 0em solid #07121D;
	border-right: 0em solid #07121D;
	border-bottom: 0em solid #07121D;
	border-left: 0em solid #07121D;
	
	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 #07121D;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #FF6B00;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0em solid #FF6B00;
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	color: #FFFFFF;
	font-weight: normal;
	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: #FFFFFF;
	color: #07121D;
	border-color: #FFFFFF;
}

/******************************************************************************** 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: #07121D;
	color: #FFFFFF;
	border: 0.08em solid #FF6B00;
	
	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.0em 0.0em 0.0em 0.0em;
	
	transition: background 0.5s, color 0.5s, border 0.5s;	
	margin: 0em;	
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
	background-color: #07121D;
	color: #FFFFFF;
	border-color: #FF6B00;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #07121D;
	color: #FFFFFF;
	border-color: #FF6B00;
	
	text-decoration: initial;
	font-weight: normal;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #07121D;
	border-bottom: 0.0em solid #07121D;
}
.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: #07121D;
	border-bottom-color: #07121D;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #FF6B00;
	border-bottom-color: #FF6B00;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
	margin-bottom: 5px;
	width: 27%;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	border: 0em solid #FF6B00;	
	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;	
    text-align: left;
	width: 90%;
	line-height: 24px;
}
.PressRelease-SingleLine-AttachmentsContainer {
	float: right;
	clear: none;
}

.PressRelease-SingleLine-DataRow {
	padding-top: 0px;
}

.PressReleaseOdd {
	background-color: transparent;
}
.PressReleaseEven {
	background-color: transparent
}
.PressRelease {
	border-bottom: 1px solid #7D8286;
	padding: 1.5em 0em .5em;
	
	border-right: 0em solid #FF6B00;	
	border-left: 0em solid #FF6B00;
}
#PressRelease_0 {
	border-top: 0em solid #FF6B00;
}
.PressRelease:last-child {
	border-bottom: 0em solid #FF6B00;
}

.PressRelease-NewsTitle, 
.PressRelease-NewsTitle:link, 
.PressRelease-NewsTitle:visited {
	font-family: inherit;
	font-size: 22px;
	
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FF6B00;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.PressRelease-NewsType {
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #FFFFFF;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	font-style: normal;	
}

.ar-AE .PressRelease-NewsDate {
	margin-right: 0 !important;
}

#PagesContainer {
    text-align: center;
    padding: 3.5em 0 1em;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
}

#ButtonsContainer.NoTabsVisible{
	border-bottom: 0px solid #FF6B00;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after, .SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
	border-top-color: #FF6B00 !important;
    border-bottom-color: #FF6B00 !important;
}

.SortingContainer-NoChange-NewsColumn a, .SortingContainer-NoChange-NewsColumn a:link {
	color: #FFFFFF !important;
	font-weight: normal;
}

#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 1.25em;
    font-weight: normal;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator, .InputBox {
	padding: 15px;
	padding-left: 1em;
	padding-right: 0;
}

input#SearchBox {
    vertical-align: top;
	min-width: 255px;
    margin-top: 0;
	padding-left: 25px;
}

.ar-AE input#SearchBox {
	padding-right: 25px;
	padding-left: 0;
}

.Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover, .Pages-SelectedPageMarker:active {
	background-color: #FF6B00 !important;
    color: #FFFFFF;
    border-color: #FF6B00;
    text-decoration: initial;
    font-weight: normal;
}
.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
	display: inline-block;
    background-color: #0A1420;
    color: #FFFFFF;
    border: 0em solid #FF6B00;
    padding: .5em 1.3em .5em 1.3em;
    font-family: inherit;
    font-size: 1.0em;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 0em 0em 0em 0em;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 0 3px;
}
.Pages-Arrow:hover, .Pages-Arrow:active, .Pages-PageMarker:hover, .Pages-PageMarker:active {
    background-color: #FF6B00;
    color: #FFFFFF;
    border-color: #FF6B00;
    text-decoration: initial;
    font-weight: normal;
}
#SuppliedBy, a.TermsLink, a.CookieLink {
    font-size: 16px !important;
	font: 12px !important;
}
#SuppliedBy > a:before {
    background-color: transparent;
}
.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton, .EurolandTools-CommonObjects-Calendar-Month-DayName {
	text-shadow: none !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	background: #07121D;
    color: #FFF;
	border-color: #07121D;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	text-align: center;
}



/* ar custom */
.ar-AE body {
    direction: rtl;
}

.ar-AE div#DateAvailableFrom {
    text-align: right;
}

.ar-AE td#YearPeriodsContainer {
    text-align: center;
}

.ar-AE .ArrowContainer:after {
    right: unset;
    left: -1em;
}

.ar-AE div#SuppliedBy {
    text-align: left;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
    float: none;
}

.ar-AE .PressRelease-SingleLine-TitleContainer {
    clear: right;
    float: none;
}
.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
    float: left;
    /* clear: right; */
}
.ar-AE,
.ar-AE body,
.ar-AE input {
    direction: rtl;
	font-family: 'Jost', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

@media (max-width: 399px) {
    .ar-AE .PressRelease-SingleLine-AttachmentsContainer {
        float: left !important;
    }
}

.ar-AE .Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
	border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
}

.ar-AE .Pages-ArrowContainer:first-child .Pages-Arrow {
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
	border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
}

.PressRelease:last-child {
    border-bottom: 0px solid #FF6B00;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected {
    color: #FF6B00 !important;
}

/* Custom Dark Calendar */

.EurolandTools-CommonObjects-Calendar-Calendar {
	min-width: 300px;
    min-height: 300px;
    background: #0A1420;
    border: 1px solid #FF6B00;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	color: #FFFFFF !important;
	border-color: transparent;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
	background:transparent !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-align: center;
    padding: 0px 0px 5px 0px;
    color: #FFFF;
    text-shadow: none !important;
}
.EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: transparent;
  text-shadow: none !important;
  color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	background: #FF6B00;
    color: #FFF;
    border-color: #FF6B00;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
	background: #FF6B00 !important;
	border-color: #FF6B00 !important;
	color: #FFF !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Weekend span {
	color: #ed1c24 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
	background: #FF6B00;
    color: #FFF;
    border-color: #FF6B00;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    /* width: 70%; */
	width: 68%;
    margin-top: 5px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
	padding: 6px 0px !important;
	background-color: #030C15 !important;
	text-transform: capitalize !important;
	font-weight: normal !important;
	color: #FFF;
	font-family: 'Jost', Arial, Helvetica, sans-serif;
	font-size: 16px;
	min-width: 8em;
    max-width: 0;
	border-radius: 100px;
	letter-spacing: 1px;
	border: 2px solid #FF6B00;
	cursor: pointer;
}

#SuppliedBy > a {
    vertical-align: sub;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	color: #FFFFFF !important;
	background: #FF6B00 !important;
}
/* .EurolandTools-CommonObjects-Calendar-Month-Weekend {

} */

div#TotalContainer, #CurrentPeriodContainer, #SortingContainer{
	display: none !important;
}

#YearPeriodsContainer {
	text-align: center;
}

#YearPeriodsContainer a {
	border-top: 0px solid #07121D;
    border-right: 0px solid #07121D;
    border-bottom: 0px solid #07121D;
    border-left: 0px solid #07121D;
    background: #07121D;
    background: linear-gradient(90deg, rgba(163, 163, 163, 0.6) 0%, #FCFCFC 47.73%, #FFFFFF 108.47%);
    transition: all 0.5s ease-in-out;
    position: relative;
    /* padding: 0.5em !important; */
	padding: 0.7278em .5em !important;
    border-radius: 19px;
    z-index: 1;
	color: #ffffff;
	display: inline-block;
}


#YearPeriodsContainer a::before, .Pages-PageMarker:before {
	content: "";
    position: absolute;
    background: #07121D;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    opacity: 1;
    /* border-radius: 3px; */
    border-radius: 19px;
    z-index: -1;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected:before {
	background: #030C15 !important;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected, #YearPeriodsContainer a:hover{
	background: linear-gradient(90deg, #0F0F0F 0%, #FF6B00 50.5%) !important;
	color: #FFFFFF !important;
}

.Pages-ArrowContainer:last-child .Pages-Arrow,
.Pages-ArrowContainer:first-child .Pages-Arrow {
	display: none !important;
}


.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker {
	border-top: 0px solid #07121D;
    border-right: 0px solid #07121D;
    border-bottom: 0px solid #07121D;
    border-left: 0px solid #07121D;
    background: #07121D;
    background: linear-gradient(90deg, rgba(163, 163, 163, 0.6) 0%, #FCFCFC 47.73%, #FFFFFF 108.47%) !important;
    transition: all 0.5s ease-in-out;
    position: relative;
	border-radius: 10px !important;
	margin: 0 5px;
	z-index: 1;
}

.Pages-PageMarker:before {
	content: "";
    position: absolute;
    background: #07121D;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    opacity: 1;
    /* border-radius: 3px; */
    border-radius: 10px;
    z-index: -1;
}

.Pages-SelectedPageMarker, .Pages-Arrow:hover {
	background: #FF6B00 !important;
}

.Pages-SelectedPageMarker::before{
	background: #FF6B00 !important;
}

div#SuppliedBy a img {
    visibility: hidden;
}

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
	display: none;
}

.SeparateNews-Header-Container, .SeparateNews-Footer-Container {
	background: #07121D;
	box-shadow: 2px 2px 8px #ffffff11;
}