@font-face {
	font-family: 'Lab Grotesque';
	src: url("./font/LabGrotesque-Black.ttf") format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: 'Lab Grotesque';
	src: url("./font/LabGrotesque-Bold.ttf") format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: 'Lab Grotesque';
	src: url("./font/LabGrotesque-Medium.ttf") format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: 'Lab Grotesque';
	src: url("./font/LabGrotesque-Regular.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: 'Lab Grotesque';
	src: url("./font/LabGrotesque-Light.ttf") format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: 'Lab Grotesque';
	src: url("./font/LabGrotesque-Thin.ttf") format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
  }

* {
    box-sizing: border-box;
}

body,
input,
button {
	font-size: 16px;
	font-family: 'Lab Grotesque' , sans-serif;
	color: #000000;
    font-weight: normal;
}

.EUCalendar-titleCont td,
.EUCalendar table {
    font-weight: normal;
    font-family: 'Lab Grotesque' , sans-serif;
}

#Main {
    max-width: 1200px;
    width: 100%;
    padding: 0;
    background: transparent;
    margin: 0 auto;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #000000;
    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: #7C8089;
    font-weight: none;
    text-decoration: underline;
    font-style: none;
}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #333333 !important;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}

#Periods {
    margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 58px;
    line-height: 27px;
    width: 200px;
    border:0;
    border-bottom: 2px solid #999999;
	background: transparent;
    vertical-align: top;
    box-sizing: border-box;
	font-size: 16px;
	margin: 3px;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
}

.euButton {
height: 56px;
  line-height: normal;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF !important;
  text-transform: none;
  padding: 1.0em 1.0em 1.0em 1.5em;
  border: 1px solid linear-gradient(90deg, #570B10, #BD1822);
  border-radius: 7px;
  background: linear-gradient(90deg, #570B10, #BD1822);
  color: #FFFFFF !important;
  transition: background 0.5s, color 0.5s, border 0.5s;
  width: 115px;
text-align: left;
}

.euButton:hover {
  background: linear-gradient(90deg, #BD1822, #570B10);
  color: #fff !important;
  border-color: #570B10;
    text-decoration: none;
    cursor: pointer;
}


#SearchButton:hover {
    cursor: pointer;
}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
 height: 44px;
  font-size: 16px;
  line-height: 12px;
  padding: 15px !important;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
  border: 2px solid #D9D9D9;
  transition: background 0.5s;
  color: #999999;
  border-radius: 100px !important;
  margin: 10px 3px;
  width: 93px;
  text-align: center;
  display: inline-block;
}

#YearPeriodsContainer a:focus,
#YearPeriodsContainer a:hover {
background: linear-gradient(90deg, #570B10, #BD1822) !important;
  color: #ffffff !important;
  border: 2px solid #570B10 !important;
  text-decoration: none !important;
}

#SortingContainer {
    margin-top: 1em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-weight: bold;
    padding-left: 14px !important;
}

.Tabs {
    text-align: center;
    border-bottom: 0px;
}

#Tabs {
text-align: center;
  border-bottom: 0px;
  font-size: 0px !important;
  float: none;
  display: inline-block !important;
  position: relative;
  z-index: 0;
  padding: 0px !important;
  width: 100% !important;
}

#Tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;
    margin-bottom: 0;
    border-bottom: 0em solid #bfbfbf;
}

.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;
  margin: 0em 0.08em;
  padding-top: 1em !important;
  padding-right: 2em;
  padding-bottom: 1em !important;
  padding-left: 2em;
  font-family: inherit;
  font-weight: bold;
  font-size: 16px !important;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  transition: background 0.5s, color 0.5s, border 0.5s;
  border-radius: 30px;
  color: rgb(154, 149, 151) !important;
  border: 0px solid rgb(0, 0, 0) !important;
  background: transparent;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
  color: #FFFFFF !important;
  border: 0em solid #B91F2E;
  background: linear-gradient(90deg, #570B10, #BD1822);
  position: relative;
  text-decoration: none !important;
}

/* .Tabs-Tab-Container:hover,
.Tabs-Tab-Container:active {
    font-weight: normal;
    border-top: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid transparent;
    border-left: 0.08em solid transparent;
    top: 0.6px;
} */



.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 #F30213;
}


#Types {
    padding-bottom: 0em;
    padding-top: 1em;
    text-align: center;
}

.Type {
    background-color: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #BD1822;
    padding: 15px;
    color: #BD1822;
    font-weight: normal;
    text-transform: none;
    font-family: inherit;
    font-size: 14px;
    margin: 0.22em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}


.TypeSelected,
.Type:hover {
    cursor: pointer;

    background-color: #BD1822;
    color: #FFFFFF;
    border-color: #BD1822;
}

/******************************************************************************** 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-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {
    display: inline-block;
    background-color: transparent;
    color: #000000;
    border: 1px solid #570B10;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 7px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 5px;
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #570B10;
    color: #ffffff;
    border-color: #570B10;
    text-decoration: initial;
    font-weight: normal;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #570B10;
    color: #ffffff;
    border-color: #570B10;
    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 #333333;
    border-bottom: 0.0em solid #333333;
}

.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: #333333;
    border-bottom-color: #333333;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #00A72D;
    border-bottom-color: #00A72D;
}

.PressRelease-SingleLine-DateContainer {
    float: none;
}

.PressRelease-SingleLine-TypeContainer {

    float: none;

    border: 0em solid #E1E1E1;
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    background-color: transparent;
    padding: 0.5em 0.5em 0.5em 0.5em;

}


.PressRelease-SingleLine-DataRow {
    padding-top: 0px;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent;
}

.PressRelease {
border-radius: 16px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  margin: 10px;
  border: 1px solid #ffffff;
  background: linear-gradient(139deg,rgb(217, 217, 217) 28%, rgb(255, 255, 255) 63%);
  color: #000000 !important;
  padding: 24px;
}

/* #PressRelease_0 {
    border-top: 1px solid #E7E7E7;
} */

.PressRelease:last-child {
    border-bottom: 0em solid #E1E1E1;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: initial;
    color: #000000;
    font-size: 15px !important;
    display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  text-align: left;
}
.PressRelease div div:hover span.PressRelease-NewsDate, 
.PressRelease div div:hover a.PressRelease-NewsTitle,
.PressRelease div div:hover .PressRelease-NewsType{
  color: #000000 !important;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
}

.PressRelease-NewsType {

    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    color: #000000;
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
}

.PressRelease-NewsDate {
    font-family: inherit;
    color: #000000;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 8px;
    display: block;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    font-size: 14px !important;
    text-align: right;
    padding-top: 2em;
    color: #000000;
}

#MainHeading {
    display: none;
}
.EurolandTools-CommonObjects-Calendar-Month-Day {
  color: #000000 !important;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
display: inline-block;
  zoom: 1;
  width: 100px;
 padding: 10px 10px 10px 18px;
  border: 0px solid #858182;
  background: linear-gradient(90deg, #570B10, #BD1822);
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  text-shadow: none;
  color: #ffffff;
  font-family: inherit;
  text-shadow: none;
  border-radius: 7px;
  transition: background 0.5s, color 0.5s, border 0.5s;
  height: 40px;
  text-align: left;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
background: linear-gradient(90deg, rgb(189, 24, 34), rgb(87, 11, 16));
  color: rgb(255, 255, 255) !important;
  border-color: rgb(87, 11, 16);
  cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
    color: #fff;
background: linear-gradient(90deg, #570B10, #BD1822);
border: 0px solid #00A72D !important;
  color: #fff !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #570B10, #BD1822);
  color: #fff !important;
  border: 0px solid #00A72D !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton {
    font-size: 15px !important;
}
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay:hover,
.EurolandTools-CommonObjects-Calendar-Month-SelectedDay {
    color: #fff;
background: linear-gradient(90deg, #570B10, #BD1822);
border: 0px solid #00A72D !important;
  color: #fff !important;
}

.PressRelease-SingleLine-DateContainer {
    width: 150px;
}

.InputBox {
    margin: 0px 0 3px 0;
}

#SortingContainer {
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #E7E7E7;
}

.PressRelease-Attachment {
    width: 38px;
    height: 31px;
    overflow: hidden;
}

.HeadingColomnContainer-Date,
.PressRelease-SingleLine-DateContainer {
    width: 15%;
    box-sizing: border-box;
    margin: 0;
}

.HeadingColomnContainer-Type,
.PressRelease-SingleLine-TypeContainer {
    width: 24%;
    box-sizing: border-box;
    margin: 0;
}

.HeadingColomnContainer-Title,
.PressRelease-SingleLine-TitleContainer {
    width: 44%;
    box-sizing: border-box;
    margin: 0;
}

.HeadingColomnContainer-Attachments,
.PressRelease-SingleLine-AttachmentsContainer {
    width: 15%;
    box-sizing: border-box;
    margin: 0;
}

.PressRelease-SingleLine-DataColumn {
    padding: 0;
    margin: 0;
}



.PressRelease-SingleLine-DataColumn .PressRelease-Attachment a {
    padding: 0;
}

.HeadingColomn {
    padding: 18px 7px 18px 3px;
    background: transparent;
    font-weight: bold;
    color: #570B10;
}

/*
.HeadingColomnContainer-Date .HeadingColomn {
	border-left: 1px solid #bfbfbf;
}
*/
.HeadingColomnContainer-Attachments .HeadingColomn {
    text-align: right;
}

.ColumnLayoutColumn {
margin: 10px 0px;
}

.PressRelease-SingleLine-DataRow {
    display: table-row !important;
}

.NewsColumn-Container .PressRelease-Attachment {
float: left !important;
  text-align: left;
  width: 42px;
  height: 32px;
  overflow: hidden;
  margin: 0px;
  padding: 0px !important;
  margin-top: 10px;
}

.HeadingColomnContainer, .PressRelease-SingleLine-DataRow .PressRelease-SingleLine-DataColumn {
  display: block !important;
  width: 100%;
}
.EurolandTools-CommonObjects-Calendar-Navigator-Button,
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    text-shadow: none !important;
    color: #000000 !important;
}
.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
font-size: 16px;
}
.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
    border: none !important;
    box-shadow: none !important;
}
.EurolandTools-CommonObjects-Calendar-Month-DayName {
    font-size: 14px !important;
    color: #000000 !important;
    text-shadow: none !important;
}
* {
    outline: 0 !important;
}
.EurolandTools-CommonObjects-Calendar-CalendarIcon {
  width: 32px;
  height: 32px;
  background: url(Calendar.svg) center center no-repeat;
  top: 13px;
  background-size: 32px;
}


/* .NewsColumn-Container .PressRelease-Attachment {
    padding-right: 46px;
} */

#CurrentPeriodContainer {
    display: none;
  }

  #ButtonsContainer.NoTabsVisible {
    border-bottom: 0px solid #e1e1e1 !important;
  }

  .PressRelease-Attachment div a img {
  margin: 0px !important;
  width: 32px !important;
  height: 32px !important;
  margin-left: -3px !important;
}

.euButton::after {
  content: "";
  background-image: url("arrow.svg");
  background-size: 14px;
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
  left: 5px;
  transition: none;
  background-repeat: no-repeat;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
  padding: 10px;
  text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton::after,
.EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton::after {
  content: "";
  background-image: url("arrow.svg");
  background-size: 14px;
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
  left: 13px;
  transition: none;
  background-repeat: no-repeat;
}
#SearchFilter .euButton {
  width: 154px !important;
}
.PressRelease-Attachment div {
  margin-left: 0px !important;
}
@media (max-width: 1200px) {
.PressRelease {
  padding: 25px;
  width: 370px !important;
}
}

@media (max-width: 1070px) {
.PressRelease {
  padding: 25px;
  width: 370px !important;
}
#PressReleases {
  text-align: center;
}
.PressRelease {
text-align: left !important;
}
}
@media (max-width: 830px) {
.euButton {
margin: 5px;
}
}
@media (max-width: 410px) {

.PressRelease {
  width: 92% !important;
}

}