@font-face {
    font-family: 'HelveticaNeueLT Std Lt';
    src: url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2');
	font-weight: 400;
}

@font-face {
    font-family: 'HelveticaNeueLT Std Lt';
    src: url('fonts/HelveticaNeueLTStd-Md.woff2') format('woff2');
	font-weight: 500;
}

@font-face {
    font-family: 'HelveticaNeueLT Std Lt';
    src: url('fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2');
	font-weight: 700;
}
@font-face {
	font-family: "HelveticaNeueLTArabic";
	src: url("fonts/HelveticaNeueLTArabic-Roman.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
 }
 @font-face {
	font-family: "HelveticaNeueLTArabic";
	src: url("fonts/HelveticaNeueLTArabic-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
 }
 @font-face {
	font-family: "HelveticaNeueLTArabic";
	src: url("fonts/HelveticaNeueLTArabic-Bold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
 }


#Main {
    max-width: 1400px;
    padding:0;
}
body,
input {
    font-size: 16px;
		font-family: 'HelveticaNeueLT Std Lt', sans-serif;
    color: #404040;
}
button {
		font-family: 'HelveticaNeueLT Std Lt', sans-serif;
}
.Tabs-Tab {
    font-size: 18px;
}

.ar-AE body,
.ar-AE input{
		font-family: "HelveticaNeueLTArabic", sans-serif !important;
	direction: rtl;
	font-size: 16px;
	color: #404040;
}
.ar-AE button {
		font-family: "HelveticaNeueLTArabic", sans-serif !important;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #404040;
	
	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: #00a3ff;
	
	font-weight: none;
	text-decoration: underline;
	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: #404040 !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;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: normal;
    width: 9em;
    border: 0.08em solid #e3e3e3;
}
#FromCalendarContrainer, 
#ToCalendarContrainer {
	vertical-align: top;
}
.euButton {
    height: auto;
	line-height: normal;
	font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF !important;
	text-transform: none;
	padding: 1.0em 1.0em 1.0em 1.0em;
	border: 0em solid #404040;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
    background: #404040;
	transition: background 0.5s, color 0.5s, border 0.5s;
	float: right;
}
.euButton:hover {
    background: #FFFFFF;
    color: #404040 !important;
	border-color: #404040;
	
	cursor: pointer;
}
#SearchButton:hover {
	cursor: pointer;
}
#SearchContainer {
    padding: 0em 0 1em 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 #404040;	
}

.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: bold;
	font-size: 1.0em;
	text-transform: none;	
	color: #FFFFFF;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0.08em solid #404040;
	border-right: 0.08em solid #404040;
	border-bottom: 0.08em solid #404040;
	border-left: 0.08em solid #404040;
	
	background: #404040;
	
	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: #404040;
	color: #404040;	
	border-top: 0.08em solid #404040;
	border-right: 0.08em solid #404040;
	border-bottom: 0.08em solid #404040;
	border-left: 0.08em solid #404040;
	
	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 #404040;
}
.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display:none;
}

.Type {
	background-color: #404040;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	border: 0em solid #404040;
	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: #FFFFFF;
	color: #404040;
	border-color: #404040;
}

/******************************************************************************** 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: #404040;
	color: #FFFFFF;
	border: 0.08em solid #404040;
	
	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: #FFFFFF;
	color: #404040;
	border-color: #404040;
	
	text-decoration: initial;
	font-weight: normal;
}
.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
	background-color: #FFFFFF;
	color: #404040;
	border-color: #404040;
	
	text-decoration: initial;
	font-weight: bold;
}

/*''''''''''''''''''''''''''''''''''''''''''''' 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 #404040;
	border-bottom: 0.0em solid #404040;
}
.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: #00a3ff;
	border-bottom-color: #00a3ff;
}
.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
	border-top-color: #00a3ff;
	border-bottom-color: #00a3ff;
}

.PressRelease-SingleLine-DateContainer {
	float: left;
}
.PressRelease-SingleLine-TypeContainer {
	
	float: right;
	
	border: 0em solid #1F1C1D;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	background-color: #FFFFFF;
	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: #FFFFFF;
}
.PressReleaseEven {
	background-color: #FFFFFF
}
.PressRelease {
	border-bottom: 0.08em solid #777575;
	padding: 0.5em 0.5em 0.5em 0.5em;
	
	border-right: 0em solid #1F1C1D;	
	border-left: 0em solid #1F1C1D;
}
#PressRelease_0 {
	border-top: 0em solid #1F1C1D;
}
.PressRelease:last-child {
	border-bottom: 0em solid #1F1C1D;
}

.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: #404040;
}
.PressRelease-NewsTitle:hover, 
.PressRelease-NewsTitle:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #404040;
}
.PressRelease-NewsType {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: 1.0em;
	color: #404040;
}
.PressRelease-NewsDate {
	margin-right: 0.5em;
	
	font-family: inherit;
	font-size: 1.0em;
	color: #404040;
	font-weight: bold;
	text-transform: none;
	font-style: normal;	
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}
#SuppliedBy {
    text-align: right;
    padding-top: 2em;
}


/* STANDARD */
div#PagesContainer {
    font-size: 0.7em;
}
div#SuppliedBy {
    font-size: 13px;
}
input#SearchBox {
    margin-top: 0px;
}
.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited {
    display: inline-block;
    background-color: #FFFFFF;
    color: #404040;
    border: 0.08em solid #404040;
    padding: 1em 1em 1em 1em;
    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: 0em;
    margin-left: -1px;
}
.Pages-SelectedPageMarker, .Pages-SelectedPageMarker:hover, .Pages-SelectedPageMarker:active {
    background-color: #404040;
    color: #FFFFFF;
    border-color: #404040;
    text-decoration: initial;
    font-weight: 400;
}
.Pages-Arrow:hover, .Pages-Arrow:active, .Pages-PageMarker:hover, .Pages-PageMarker:active {
    background-color: #00a3ff;
    color: #FFFFFF;
    border-color: #404040;
    text-decoration: initial;
    font-weight: normal;
}
.PressRelease-SingleLine-TypeContainer {
	display: none !important;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 90% !important;
}
.NewsColumn-Container .PressRelease-Attachment {
    width: 100%;
    max-width: 1125px;
}
.NewsColumn-Container .PressRelease-Attachment {
    float: right!important;
}
.NewsColumn-Container .PressRelease-Attachment {
    float: left!important;
    padding-right: 5px;
    padding-top: 0px;
}
.PressRelease-Attachment {
    margin-top: -56px;
}
.PressRelease-Attachment {
    text-align: left;
    padding-top: 3px;
}
.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    margin-top: 5px;
}
.PressRelease-NewsDate {
    font-family: 'HelveticaNeueLT Std Lt', sans-serif;
    font-weight: bold !important;
    color: #404040;
}
.ar-AE .PressRelease-NewsDate {
		font-family: 'HelveticaNeueLT Std Lt', sans-serif;
}
.PressRelease {
    border-bottom: 0.08em solid #e6e5e6;
    padding: 0.7em 0em 0.7em 0em;
    border-right: 0em solid #1F1C1D;
    border-left: 0em solid #1F1C1D;
}
#MainHeading {
    display: none;
}
.Pages-SelectedPageMarker:hover {
    font-weight: 400;
}


/* CALENDAR CA */

/* CALENDAR */
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    width: 45%;
    margin-left: 82px;
    font-family: 'HelveticaNeueLT Std Lt', sans-serif;
    font-size: 16px !important;
    padding: 8.5px 0 !important;
    border-radius: 0 !important;
    width: 107px !important;
    color: #FFFFFF !important;
    background: #00a3ff !important;
    border: 1px solid #00a3ff !important;
    /* text-transform: uppercase !important; */
    /* background-image: repeating-linear-gradient(-45deg,hsla(0,0%,96.5%,.3),transparent 1px,transparent 1em,hsla(0,0%,96.5%,.3) calc(1em + 1px),transparent 1.05882em) !important; */
    border-radius: 8px !important;
    font-weight: 500 !important;
	text-transform: uppercase;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    width: 49%;
    margin-left: -7px;
    font-family: 'HelveticaNeueLT Std Lt', sans-serif;
    font-size: 16px !important;
    padding: 8.5px 0 !important;
    border-radius: 0 !important;
    width: 107px !important;
    color: #FFFFFF !important;
    background: #00a3ff !important;
    border: 1px solid #00a3ff !important;
    /* text-transform: uppercase !important; */
    /* background-image: repeating-linear-gradient(-45deg,hsla(0,0%,96.5%,.3),transparent 1px,transparent 1em,hsla(0,0%,96.5%,.3) calc(1em + 1px),transparent 1.05882em) !important; */
    border-radius: 8px !important;
    font-weight: 500 !important;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
	text-decoration: none !important;
    background: #FFFFFF !important;
    color: #404040 !important;
    border: 1px solid #00a3ff !important;
    background: #FFFFFF !important;
    color: #00a3ff !important;

}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	text-decoration: none !important;
    background: #FFFFFF !important;
    color: #404040 !important;
    border: 1px solid #00a3ff !important;
    background: #FFFFFF !important;
    color: #00a3ff !important;
}

.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
    text-shadow: none !important;
	color: #404040 !important;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    text-shadow: none;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none !important;
    color: #404040;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    text-shadow: none !important;
	padding: 3px 4px;
	transition: none !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    background: #404040;
    cursor: pointer;
    color: #FFFFFF !important;
    padding: 3px 4px;
    border-radius: 25px !important;
    outline: none;
    transition: none !important;
}
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    border: 0px solid #ccc;
    background: #00a3ff;
    border-radius: 20px !important;
    color: #FFFFFF !important;
    padding: 3px 4px !important;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: transparent;
    padding: 3px 4px;
    border-radius: 20px;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button:hover {
    border: 1px solid #404040;
    background: transparent;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
    color: #ff0000 !important;
}
.EurolandTools-CommonObjects-Calendar-Month-Weekend {
    color: #ff0000 !important;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CurrentButton, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton{
	text-shadow: none !important;
}
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButtonContainer {
    text-align: center;
    padding-top: 61px;
}
/* ARABIC */
.ar-AE .PressRelease-SingleLine-DateContainer {
    float: right;
}
.ar-AE .NewsColumn-Container .PressRelease-Attachment {
    float: right!important;
}
.ar-AE .NewsColumn-Container .PressRelease-Attachment {
    width: 100%;
    max-width: 1125px;
}
.ar-AE .PressRelease-Attachment {
    text-align: left;
    padding-top: 3px;
}
.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
    float: left;
    clear: left;
}
.ar-AE .PressRelease-SingleLine-TitleContainer {
    clear: left;
    float: right;
}
.ar-AE .PressRelease-NewsDate {
    margin-right: 0em;
    font-family: inherit;
    font-size: 1.0em;
    color: #404040;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
}
.ar-AE .PressRelease-Attachment {
    margin-top: -28px;
}
.ar-AE .Pages-Arrow,
.ar-AE .Pages-Arrow:link,
.ar-AE .Pages-Arrow:active,
.ar-AE .Pages-PageMarker,
.ar-AE .Pages-PageMarker:link,
.ar-AE .Pages-PageMarker:visited {
    display: inline-block;
    background-color: #FFFFFF;
    color: #404040;
    border: 1px solid #404040;
    padding: 1em 1em 1em 1em;
    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: 0em;
    margin-left: -1px;
    vertical-align: middle;
}
.ar-AE .Pages-Arrow:active{
	background-color: #404040 !important;
	color: #FFFFFF !important;
}
.ar-AE .Pages-Arrow:hover, .ar-AE .Pages-Arrow:active, .ar-AE .Pages-PageMarker:hover, .ar-AE .Pages-PageMarker:active , .Pages-SelectedPageMarker{
    background: #00a3ff !important;
    color: #FFFFFF !important;
	border-color: #404040 !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;
}

.ar-AE #SuppliedBy {
    text-align: left;
    padding-top: 2em;
}
.ar-AE #DateAvailableFrom{
	text-align: right;
}
.ar-AE .euButton{
	float: left;
}
/* .ar-AE .ArrowContainer:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0em;
    margin-top: -0.6em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0em solid #404040;
    border-bottom: 0em solid #404040;
} */
.ar-AE .ArrowContainer {
    display: inline-block;
    position: relative;
    top: 2px;
    left: -24px;
}
.ar-AE #ButtonsContainer {
    text-align: left;
}

/* 10-10 */
.ar-AE #YearPeriodsContainer {
    text-align: left;
}
.ar-AE span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    width: 45%;
    margin-right: 82px;
    margin-left: 0px;
}
.ar-AE span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton{
    margin-left: 16px;
    margin-top: 0px;
}
@media screen and (max-width:465px){
    span#ToCalendarContrainer {
        margin-top: 4px;
    }
    #SearchContainer {
        padding: 0em 0 4em 0;
        clear: both;
    }
    #SearchButton {
        cursor: default;
        float: none;
        position: relative;
        top: 50px;
        left: -205px;
    }
    .ar-AE #SearchButton {
        cursor: default;
        float: none;
        position: relative;
        top: 50px;
        left: unset;
        right: -203px;
    }
}
@media screen and (max-width:768px){
    #YearPeriodsContainer a {
        font-size: 1em;
    }
    #CurrentPeriodContainer {
        font-size: 1em;
    }
}
@media screen and (max-width:450px){
    .NewsColumn-Container .PressRelease-Attachment {
        margin-top: -65px;
    }
}
@media screen and (max-width:453px){
    .NewsColumn-Container .PressRelease-Attachment {
        margin-top: -80px;
    }
    .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 85% !important;
    }
}
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{
    top: -3px;
    left: 0;
}
footer .supply-by > a, #SuppliedBy > a, .footer .supply-by > a, .supplied-box span > a, .footer-info .supply-by span > a, .footer div .hyperlink, .footer-box .supplyby-box .hyperlink, .footer-box .supplied .hyperlink {
    height: 16px;
}
.NewsColumn-Container .PressRelease-Attachment {
    position: relative;
    top: 19px;
}

.ar-AE .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
    width: 94% !important;
}
/* 11-30 */

.Pages-Arrow, .Pages-Arrow:link, .Pages-Arrow:active, .Pages-PageMarker, .Pages-PageMarker:link, .Pages-PageMarker:visited{
    display: inline-block;
	background-color: #FFFFFF;
    color: #404040;
    border: 1px solid #404040;
    padding: 1em 1em 1em 1em;
    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: 0em;
    margin-left: -1px;
}
.Pages-Arrow:hover, .Pages-Arrow:active, .Pages-PageMarker:hover, .Pages-PageMarker:active {
    background-color: #00A3FF;
    color: #FFFFFF;
    border-color: #00A3FF;
    text-decoration: initial;
    font-weight: normal;
}
.ar-AE .NewsColumn-Container .PressRelease-Attachment {
    position: relative;
    top: 13px;
}
@media screen and (max-width:966px){
    .ar-AE .NewsColumn-Container .PressRelease-Attachment {
        position: relative;
        top: 13px;
    }
}
@media screen and (max-width:666px){
    .ar-AE .NewsColumn-Container .PressRelease-Attachment {
        position: relative;
        top: -8px;
    }
}
@media screen and (max-width:466px){
    .ar-AE .NewsColumn-Container .PressRelease-Attachment {
        position: relative;
        top: 12px;
    }
    .ar-AE .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-TitleContainer {
        width: 90% !important;
    }
    
}
@media screen and (max-width:466px){
    .ar-AE #SearchButton {
        cursor: default;
        float: none;
        position: relative;
        top: 50px;
        left: unset;
        right: -193px;
    }
    
}
@media screen and (max-width:453px){
    .ar-AE .NewsColumn-Container .PressRelease-Attachment {
        position: relative;
        top: 65px;
    }
}
@media screen and (max-width:399px){
    .ar-AE .NewsColumn-Container .PressRelease-Attachment {
        position: relative;
        top: 37px;
    }
}

/* .ar-AE .Pages-Arrow, .ar-AE .Pages-Arrow:link, .ar-AE .Pages-Arrow:active {
    padding: 1.1em 1em 1.1em 1em !important;
} */

/* 3-19 */

#YearPeriodsContainer a{
	color: #00aeff;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover{
	background: #00a3ff;
}
.euButton{
	height: auto;
    line-height: normal;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    color: #404040 !important;
    text-transform: capitalize;
	padding: 15px 20px;
    border: 2px solid #404040 !important;
    border-radius: 0px;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
}
 .euButton:hover, .euButton:active{
	text-decoration: none;
    background: #00A3FF;
    color: #FFFFFF !important;
    border-color: #00A3FF !important;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton{
	border: 2px solid #404040 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    padding: 8px 10px;
    color: #404040 !important;
	background: #FFFFFF !important;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover{
	text-decoration: none;
background: #00A3FF !important;
color: #FFFFFF !important;
border: 2px solid #00A3FF !important;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton{
	border: 2px solid #404040 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    padding: 8px 10px;
    color: #404040 !important;
	background: #FFFFFF !important;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover,
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-ExtraNavigation-Button.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:active{
	text-decoration: none;
	background: #00A3FF !important;
	color: #FFFFFF !important;
	border: 2px solid #00A3FF !important;
}

/* 3-20 */

.ar-AE button{
    padding: 8.5px 20px !important;
}
.ar-AE footer .supply-by > a:before,
.ar-AE #SuppliedBy > a:before,
.ar-AE .footer .supply-by > a:before,
.ar-AE .supplied-box span > a:before,
.ar-AE .footer-info .supply-by span > a:before,
.ar-AE .footer div .hyperlink:before,
.ar-AE .footer-box .supplyby-box .hyperlink:before,
.ar-AE .footer-box .supplied .hyperlink:before {
    top: 0px;
    left: 0;
}

.ar-AE .NewsColumn-Container.PressRelease-NewsColumn.PressRelease-SingleLine-DataRow {
    line-height: 21px;
}
.ar-AE .Pages td {
    padding: 0em;
    line-height: 14px;
}
.ar-AE #SuppliedBy {
    line-height: 20px;
}
.ar-AE div#TotalContainer {
    line-height: 16px;
}
.ar-AE #CurrentPeriodContainer {
    line-height: 15px;
}
.ar-AE .EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.ar-AE #SearchBox,
.ar-AE #FromCalendarInput,
.ar-AE #ToCalendarInput {
    line-height: 21px;
}


/* 3-21 */

@media screen and (max-width:465px){
    #SearchButton {
        cursor: default;
        float: none;
        position: relative;
        top: 50px;
        left: -186px;
    } 
    .ar-AE #SearchButton {
        cursor: default;
        float: none;
        position: relative;
        top: 50px;
        left: unset;
        right: -185px;
    }
}
.PressRelease-NewsTitle:hover, .PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #00a3ff;
}

/* 3-22-2024 */
.NewsColumn-Container .PressRelease-Attachment{
    padding-right: 0;
}
