@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

/* @font-face {
    font-family: 'icon';
    src: url('./fonts/fontawesome-webfont.eot');
    src: url('./fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('./fonts/fontawesome-webfont.woff2') format('woff2'),
        url('./fonts/fontawesome-webfont.ttf') format('woff'),
        url('./fonts/fontawesome-webfont.ttf') format('truetype'),
        url('./fonts/fontawesome-webfont.svg') format('svg');
} */

/* @font-face {
    font-family: 'HelveticaNeue';
    src: url(fonts/HelveticaNeue-Bold.eot);
    src: url(fonts/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaNeue-Bold.woff) format("woff"), url(fonts/HelveticaNeue-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url(fonts/HelveticaNeue.eot);
    src: url(fonts/HelveticaNeue.eot?#iefix) format("embedded-opentype"), url(fonts/HelveticaNeue.woff) format("woff"), url(fonts/HelveticaNeue.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
} */
/* @font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica.ttf') format('truetype');

    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica';
    src: url('./fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

#Main {
    max-width: 1390px;
    padding: 0;
}
body{
    background: transparent;
}
body,
input {
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    color: #1a3237;
   
}

button {
    font-family: Helvetica, Arial, sans-serif;
}

.ar-AE body,
.ar-AE input,
.ar-AE button {
    font-family: 'Cairo', sans-serif !important;
}

.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 ,
.Disclaimer a{
    color: #1a3237;

    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,
.Disclaimer a:hover {
    color: #1a3237;

    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: #1a3237 !important;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}

#Periods {
    margin-top: 0.6em;
}

.InactiveInputBox {
    color: #000 !important;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: auto;
    line-height: 25px;
    width: 10em;
    border: 0px solid #ABABAB;
    border-bottom: 1px solid #3d3d3d !important;
}

.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    border: 1px solid #1a3237;
    background: #1a3237;
    /* border-radius: 0px; */
    color: #fff;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.euButton {
    width: 11em;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #1a3237;
    text-transform: capitalize;
    margin: 0px;
    padding: 8px 25px 8px 0px;
    border: 1px solid #1a3237;
    border-radius: 0px;
    background: transparent;
    transition: none;
    text-decoration: none;
    position: relative;
    float: right;
    line-height: 24px;
}

.euButton:hover {
    text-decoration: none;
    background: #1a3237;
    color: #ffffff;
    border: 1px solid #1a3237;
}

#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
    font-size: 18px;
  font-weight: 700;
  margin: 0px 16px;
  color: rgba(83, 83, 82, 0.5);
}

span#CurrentPeriod {
    font-weight: bold;
    color: #1a3237 !important;
}

a.Periods-YearPeriod.Periods-YearPeriodSelected,
#YearPeriodsContainer a:hover {
      text-decoration: none !important;
  color: #1a3237 !important;
  font-weight: 700 !important;
}

#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0;
    font-size: 1em;
    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 {

    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: 1px;
    margin-bottom: 0.0em;
    margin-left: 1px;

    border-radius: 0.0em 0.0em 0.0em 0.0em;

    font-family: inherit;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    color: #1a3237;

    font-style: normal;
    text-decoration: none;

    border-top: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;

    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: #1a3237;
    color: #FFFFFF;
    border-top: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;

    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 #ABABAB;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
}

#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
}

.Type {
    background-color: #FFFFFF;
    border-radius: 3em 3em 3em 3em;
    border: 1px solid #ABABAB;
    padding: 1.0em 1.0em 1.0em 1.0em;

    color: #1a3237;
    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: #1a3237;
    color: #FFFFFF;
    border-color: #ABABAB;
}

/******************************************************************************** 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;
    margin: 0.0em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

    display: inline-block;
    background-color: #FFFFFF;
    color: #1a3237;
    border: 1px solid #1a3237;
    padding: 5px 15px;
    font-family: inherit;
    font-size: 18px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 0px;
    transition: none;
    margin: 1px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #1a3237;
    color: #FFFFFF;
    border-color: #1a3237;
    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #1a3237;
    color: #FFFFFF;
    border-color: #1a3237;
    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 #1a3237;
    border-bottom: 0.0em solid #1a3237;
}

.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: #1a3237;
    border-bottom-color: #1a3237;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #1a3237;
    border-bottom-color: #1a3237;
}

.PressRelease-SingleLine-DateContainer {
    float: left;
}

.PressRelease-SingleLine-TypeContainer {

    float: right;

    border: 0em solid #E1E1E1;
    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;
    width: 90%;
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: none;
    clear: none;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
}

/*

.PressRelease-SingleLine-AttachmentsContainer {
    position: absolute;
    right: 0;
    top: 25%;
}
*/

.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
    position: relative;
}

.PressReleaseOdd {
    background: #fff;
}

.PressReleaseEven {
    background-color: #edf4f4 !important;
}

.PressRelease {
    border-bottom: 0px solid #d5d5d5;
    padding: 1em 1em;

    border-right: 0em solid #E1E1E1;
    border-left: 0em solid #E1E1E1;
}

#PressRelease_0 {
    border-top: 0em solid #E1E1E1;
}

.PressRelease:last-child {
    border-bottom: 0px solid #d5d5d5;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 18px;

    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    color: #1a3237;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #1a3237;
}

.PressRelease-NewsType {
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 18px;
    color: #1a3237;
}

.PressRelease-NewsDate {
    margin-right: 0.5em;
    font-family: inherit;
    font-size: 18px;
    text-transform: none;
    font-style: normal;
    font-weight: bold;
    color: #1a3237 !important;
    line-height: 30px;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 13px;
    line-height: 1.5;
}

/***************** START OF ARABIC *****************/
.ar-AE #YearPeriodsContainer {
    text-align: left;
}

.ar-AE #DateAvailableFrom {
    text-align: right;
}

.ar-AE .ArrowContainer:after {
    right: 0;
    left: -1em;
}

.ar-AE .PressRelease-SingleLine-TitleContainer {
    clear: right;
    float: right;
}

.ar-AE .PressRelease-SingleLine-DateContainer {
    float: right;
}

.ar-AE .PressRelease-NewsDate {
    margin-right: 0em;
    margin-left: 0.5em;
}

.ar-AE #SuppliedBy {
    text-align: left;
}

.ar-AE body {
    direction: rtl !important;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
    left: 0;
    right: unset;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
    float: LEFT;
    clear: RIGHT;
}

.ar-AE .NewsColumn-Container .PressRelease-Attachment {
    float: left !important;
}

/***************** END OF ARABIC *****************/
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
    margin: 0 0 5px 0;
}

#MainHeading {
    display: none;
}

#CurrentPeriodContainer {
    font-weight: inherit;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
    border: 0px solid #a8c1e4;
    box-shadow: none;
}

/*
.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
    color: #464646;
}

.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(7) {
    color: #808284;
}

.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(5),
.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(6) {
    color: #ed1c24 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(5),
.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(6) {
    color: #ed1c24;
}
*/

#Periods {
    margin-top: 0em;
}

.PressRelease-SingleLine-TypeContainer {
    display: none !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    zoom: 1;
    width: 50%;
    padding: 5px 0;
    border: 2px solid #0055B7;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    border-radius: 0px;
    font-weight: inherit;
    background: #0055B7;
    color: #FFF !important;
    transition: all 0.3s;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    background: #1a3237;
    color: #FFF !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #1a3237;
    background: #1a3237;
    color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
    text-align: center;
}

span.PressRelease-NewsType {
    display: none;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    display: inline-block;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #1a3237 !important;
    text-transform: capitalize;
    margin: 3px;
    padding: .7em 25px .7em 0px;
    border: 1px solid #1a3237;
    border-radius: 0px;
    background: transparent;
    transition: none;
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    width: 65%;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
    color: #000 !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #1a3237;
    color: #FFFFFF !important;
    border-color: #1a3237;
    cursor: pointer;
}

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    border-color: #1a3237;
    background: #1a3237;
    color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
    text-align: center;
}

span.PressRelease-NewsType {
    display: none;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton,
.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none;
    font-weight: normal;
}


* {
    outline: 0 !important;
}

#CurrentPeriodContainer {
    font-size: 1em;
}

.PressRelease-ReadMore {
    line-height: 1;
}

/* CALENDAR */
.EurolandTools-CommonObjects-Calendar-Calendar {
    background: #fff;
    box-shadow: 1px 1px 2px #A6A6A6;
    border: 1px solid #E1E1E1;
}

/* .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #ABABAB;
    background: #1a3237;
    color: #FFFFFF !important;
    transition: none;
} */

.EurolandTools-CommonObjects-Calendar-CalendarContainer {
    font-family: inherit;
}

.EurolandTools-CommonObjects-Calendar-CalendarContainer {
    box-shadow: none;
}

/* .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
    background: #1a3237;
    color: #FFFFFF !important;
    border-color: #1a3237;
} */

.PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    margin-bottom: 0px;
}

.ar-AE .PressRelease-SingleLine-DataColumn.PressRelease-SingleLine-DateContainer {
    margin-bottom: 0px;
}

.ar-AE .PressRelease-SingleLine-AttachmentsContainer {
    right: unset;
    left: 0;
}

.PressRelease-Change,
.PressRelease-NewsColumn {
    padding-top: 0;
}

a.PressRelease-NewsTitle:hover {
    text-decoration: underline;
}

.ar-AE #SearchButton {
    float: left;
}

@media (max-width: 640px) {
    .PressRelease-SingleLine-TitleContainer {
        width: 80%;
    }
}

@media (max-width: 425px) {
    .PressRelease-SingleLine-TitleContainer {
        width: 100%;
    }

    .PressRelease-SingleLine-AttachmentsContainer {
        position: relative;
    }

    .euButton {
        float: none;
        width: 156px;
    }
}

/********************* Euroland.com Logo removed ************************/
/*
#SuppliedBy > a:before {
    content: "Euroland.com";
    background: none;
    position: unset;
}

#SuppliedBy > a img {
    display: none !important;
}

#SuppliedBy > a:visited,
#SuppliedBy > a {
    color: #1a3237 !important;
    text-decoration: none;
    font-style: none;
    font-weight: normal;
    width: auto !important;
    height: auto !important;
    overflow: unset !important;
    position: unset !important;
    vertical-align: unset !important;
}

#SuppliedBy > a:focus,
#SuppliedBy > a:active,
#SuppliedBy > a:hover {
    color: #1a3237 !important;
    text-decoration: underline;
}
*/


/********************* Euroland.com Logo removed ************************/
.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
.InputBox {
    padding: 10px 0px;
}

.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    color: #000 !important;
}

/* ********************new modifications ****************** */
.euButton::after {
    content: "";
    background: url(./arrow.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: 8px 14px;
    width: 14px;
    height: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    right: 20px;
    position: absolute;
    top: 12px;
}

.euButton:hover::after {
    content: "";
    background: url(./arrowhover.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: 8px 14px;
    width: 14px;
    height: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    right: 20px;
    position: absolute;
    top: 12px;
}

.ar-AE .euButton::after {
    right: unset;
    position: absolute;
    top: 8px;
    rotate: 180deg;
    left: 20px;
}

.ar-AE .euButton:hover::after {
    right: unset;
    position: absolute;
    top: 8px;
    rotate: 180deg;
    left: 20px;
}

.ar-AE .euButton {
    padding: 8px 0px 8px 25px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton::after,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton::after {
    content: "";
    background: url(./arrow.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: 8px 14px;
    width: 14px;
    height: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    right: 20px;
    position: absolute;
    top: 12px;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover::after,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover::after {
    content: "";
    background: url(./arrowhover.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: 8px 14px;
    width: 14px;
    height: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    right: 20px;
    position: absolute;
    top: 12px;

}

.ar-AE .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton,
.ar-AE .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
    padding: .7em 0px .7em 25px;
}

.ar-AE .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton::after,
.ar-AE .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton::after {
    right: unset;
    position: absolute;
    top: 8px;
    rotate: 180deg;
    left: 20px;
}

.ar-AE .EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover::after,
.ar-AE .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover::after {
    right: unset;
    position: absolute;
    top: 8px;
    rotate: 180deg;
    left: 20px;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    border-color: #1a3237;
    background: #1a3237;
    color: #fff;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(5),
.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(6) {
    color: #ed1c24 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(5),
.EurolandTools-CommonObjects-Calendar-Month-DayName:nth-child(6) {
    color: #ed1c24;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend {
    color: #000;
}

.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(5),
.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(6) {
    color: #ed1c24 !important;
}

.EurolandTools-CommonObjects-Calendar-Month-Day:nth-child(7) {
    color: #000;
}
/* 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 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: right url("data:image/png;base64,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") no-repeat transparent;

    background-size: auto;

  background-size: contain;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  -ms-print-color-adjust: exact;
  print-color-adjust: exact;
}
#SuppliedBy a {
  color: transparent;
}
.Disclaimer a{
    color: #000 !important;
} */
 .PressRelease-Attachment div a img {
  height: 25px !important;
  width: 29px !important;
  opacity: 1 !important;
}